๐ Explore Innovation Lab Repositories
Welcome to the Innovation Lab playground! Below you'll find a hand-picked collection of GitHub examples showcasing agents, integrations, and utilities built by our community. Whether you want to spin-up a DeFi dashboard ๐, scrape sneaker prices ๐, or connect multiple MCP servers ๐โthere's a repo waiting for you.
How to navigate this page
Click any repo name to jump straight to its source on GitHub. Each link opens in a new tab so you can explore code, READMEs, and issues without losing your place in the docs.
๐ฆ A2A uAgents Integrationโ
๐ Inbound Communicationโ
- Multiagent Planner โ innovation-lab-examples/a2a-uAgents-Integration/a2a-Inbound-Communication/Multiagent-Planner
Coordinate multiple specialized agents to book Airbnbs, check weather, and calculate cost.
๐ค Outbound Communicationโ
- BraveAgent โ braveagent
Browser-powered search agent that scrapes Brave Search results and returns concise answers. - LangGraph Currency Agents โ langgraph
Plug-and-play currency-conversion agents built with LangGraph. - Multi-Agent Planner โ Multiagent
This directory contains specialized agent executors for use with the uAgent A2A Adapter framework. Each agent is designed for a specific domain (research, coding, analysis) and can be orchestrated together in a multi-agent system.
๐ Browser-Based Agentsโ
- Nike Products Agent โ Notte-labs-agent/Nike-products-agent
Scrapes Nike listings, summarises product data, and chats via a web UI.
๐ค Crewai Agentsโ
- Blood Report Analysis Agent โ Blood-Report-Analysis-Agent
Upload a blood report PDF and receive an AI-generated health summary. - Code Analyzer โ code_analyzer
Let agents review your codebase, suggest refactors, and point out bugs. - Prep for a Meeting Agent โ Prep-for-a-meeting-Agent
Quickly generate an agenda, talking points, and follow-up tasks for any meeting. - Trip Planner โ trip_planner
Enter a destination & interests and receive a day-by-day travel itinerary.
๐ Front-End Integrationsโ
- Product Info & Search Agents (Demo UI) โ frontend-integration
Streamlined Flask app demonstrating how to embed uAgents in a web experience.
๐ค Google GenAI Parallel Processingโ
- Brand Management Agent โ brand-management-agent
Stay on top of your brand reputation by analysing multiple channels in parallel with Google GenAI.
๐ฐ MCP Agentsโ
- Airbnb MCP Agent โ airbnb-mcp-agent
Sync Airbnb listings and availability across multiple servers. - Context7 MCP Agent โ Context7-MCP-Agent
Context-aware agent that pulls in 7 external data sources before replying. - Events Finder MCP Agent โ events-finder-mcp-agent
Surfacing local events tailored to user interests. - GitHub MCP Agent โ Github MCP Agent
Monitor GitHub issues & PRs across multiple repos and trigger workflows. - Perplexity MCP Agent โ Perplexity MCP Agent
Harness Perplexity.ai search for knowledge-rich agent responses.
๐ฎ Agentverse Skills (AI Coding Agent Toolkit)โ
- Agentverse Skills โ fetchai/agentverse-skills
Portable SKILL.md-format skills that let any AI coding agent (Claude Code, Cursor, Copilot, Codex, Gemini CLI) interact with Agentverse โ search agents, send messages, generate images, deploy code, and query ASI:One. Only needsrequests.
Give your AI coding agent this single link to get started:
Read https://github.com/fetchai/agentverse-skills/blob/main/AGENTS.md
and then search Agentverse for image generation agents.
See the full guide: Agentverse Skills for AI Coding Agents | Worked Examples
๐ Quick Startโ
Clone the monorepo & jump into a project
git clone https://github.com/fetchai/innovation-lab-examples.git
cd innovation-lab-examples/<choose-your-path>
python -m venv venv && source venv/bin/activate
pip install -r requirements.txt
python <your_script>.py
๐งฉ More Example Repositoriesโ
- Advance Agent Examples โ advance-agent-examples
Additional advanced agent patterns and end-to-end implementations. - Image Agent Payment Protocol โ image-agent-payment-protocol
Image generation agent integrated with payment protocol workflows. - A2A Cart Store โ a2a-cart-store
A2A-compatible cart/store flow demonstrating multi-agent commerce interactions.
Share your experiments!
Built something cool? Tag @Fetch_ai on X/Twitterโwe love to see what you're cooking. ๐ณ
Happy hacking! โจ