From abcffc9d494833f8d66a85a39469b2aa6dfe6810 Mon Sep 17 00:00:00 2001 From: mithilP007 Date: Tue, 19 May 2026 21:29:09 +0530 Subject: [PATCH] fix(docs): resolve incorrect and missing example folder references in README --- CHANGELOG.md | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff800e..4a2c2bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ All notable changes to this repository are documented in this file. - `.dockerignore` for clean Docker builds - `.github/workflows/ci.yml` — push-to-main CI (lint, format, architecture, test) - Tagging and categorization guidelines in `CONTRIBUTING.md` -- Missing `requirements.txt` for `community_agent`, `av-script-example`, `asi1-llm-example`, `advance-agent-examples/{search,policy,basic}_agent` +- Missing `requirements.txt` for `community_agent`, `av-script-example`, `asi1-llm-example`, `google-adk/{search,policy,basic}_agent` - Missing `.env.example` for `community_agent`, `duffel-agent`, `deploy-agent-on-av`, `asi-cloud-agent`, `pdf-summariser-example`, `flight-tracker-openai-workflow-agent`, `google-genai-parallel-processing/brand-management-agent`, `Rag-agent/ango`, `asi1-llm-example` - Missing `README.md` for `duffel-agent`, `deploy-agent-on-av` diff --git a/README.md b/README.md index dc773ab..31d2702 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ innovation-lab-examples/ │ └── ISSUE_TEMPLATE/ │ ├── fetch-hackathon-quickstarter/ # Start here! -├── advance-agent-examples/ # Advanced patterns +├── google-adk/ # Google ADK agent patterns ├── gemini-quickstart/ # Google Gemini series ├── anthropic-quickstart/ # Claude series ├── ... # 30+ examples below @@ -141,9 +141,10 @@ innovation-lab-examples/ | Example | Description | Tech Stack | Difficulty | |---------|-------------|------------|------------| -| [advance-agent-examples](advance-agent-examples/) | Advanced patterns — sub-agents, search, policy, security, SEO, due diligence | Python, uAgents, Google ADK | 🟡–🔴 Collection | +| [google-adk](google-adk/) | Google ADK patterns — sub-agents, search, policy, security, SEO, due diligence | Python, uAgents, Google ADK | 🟡–🔴 Collection | | [Crewai-agents](Crewai-agents/) | CrewAI agents — trip planner, code analyzer, meeting prep, blood report | Python, CrewAI, uAgents | 🟡–🔴 Collection | | [ag2-agents](ag2-agents/) | AG2 framework — research synthesis, payment approval | Python, AG2, uAgents | 🔴 Advanced | +| [video-to-map-agent](video-to-map-agent/) | Multi-video travel itinerary planner with maps, weather, PDF/Excel, and Stripe | Python, uAgents, ASI:One, Stripe, Google Maps | 🔴 Advanced | | [community_agent](community_agent/) | AI community growth agent for events and hackathons | Python, uAgents, ASI:One, Tavily | 🟡 Intermediate | ### 🌐 Web3 & Blockchain