80+ production-ready AI agent examples in Python — build autonomous agents, multi-agent systems and agentic AI with uAgents, ASI:One, MCP, A2A, LangChain, CrewAI, Gemini, Claude and OpenAI.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"innovation-lab-examp": {
"command": "uvx",
"args": [
"innovation-lab-examples"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add innovation-lab-examp uvx innovation-lab-examples
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"innovation-lab-examp": {
"command": "uvx",
"args": [
"innovation-lab-examples"
]
}
}
}
📋 Copy
Or install with pip: pip install innovation-lab-examples
README Excerpt
<div align="center"> Build **autonomous AI agents**, **multi-agent systems** and **agentic AI** workflows with MCP, the A2A protocol, LangChain, CrewAI, Gemini, Claude and OpenAI. </div> <p align="center"> <a href="https://github.com/fetchai/innovation-lab-examples/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/fetchai/innovation-lab-examples?style=for-the-badge&logo=github&label=Stars&color=1f6feb" /></a>
Topics
a2a-protocol agentic-ai agentverse ai-agent ai-agent-examples ai-agent-framework ai-agents asi-one autonomous-agents crewai examples fetchai langchain llm-agents mcp