Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down