Skip to main content
Version: 1.0.4

🌟 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​

πŸ“€ 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​


πŸ€– 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! ✨