Skip to main content
Version: 1.0.5

๐ŸŒŸ 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.

๐Ÿ”ฎ 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 needs requests.

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! โœจ