π 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.
π 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
Share your experiments!
Built something cool? Tag @Fetch_ai on X/Twitterβwe love to see what you're cooking. π³
Happy hacking! β¨