A curated list of awesome Agent2Agent (A2A) protocol servers. This repository collects and organizes A2A-compliant server implementations to help developers build interoperable AI agent systems.
- What is A2A?
- Clients
- Tutorials
- Community
- Legend
- Server Implementations
- Frameworks
- Utilities
- Contributing
- License
A2A (Agent2Agent) is an open protocol created by Google that enables different AI agents to communicate and collaborate with each other using a standardized interface. The protocol allows agents to discover capabilities, submit tasks for execution, monitor task progress, and receive task results in a unified way.
AI clients that can interact with A2A servers:
- Claude from Anthropic
- Gemini from Google
- Custom A2A-compatible clients
- 🎖️ – official implementation
- programming language
- 🐍 – Python codebase
- 📇 – TypeScript/JavaScript codebase
- 🏎️ – Go codebase
- 🦀 – Rust codebase
- #️⃣ - C# Codebase
- ☕ - Java codebase
- scope
- ☁️ - Cloud Service
- 🏠 - Local Service
- 📟 - Embedded Systems
- operating system
- 🍎 – For macOS
- 🪟 – For Windows
- 🐧 - For Linux
Note
Confused about Local 🏠 vs Cloud ☁️?
- Use local when A2A server is talking to a locally installed software.
- Use cloud when A2A server is talking to remote APIs, like Google Maps API.
- 🎖️ - Official Samples
- 🗺️ - Location Services
- 💼 - Business Tools
- 🖼️ - Image Generation
- 💱 - Financial Services
- 🔎 - Search & Data Extraction
- 💬 - Communication Services
- 🔄 - Integration Services
- 🛠️ - Developer Tools
- 🧠 - Knowledge Services
- 📊 - Data Services
- 🚆 - Travel & Transportation
Official sample implementations from the Google A2A repository.
-
google/google_adk 🎖️ 🐍 🏠 - An expense reimbursement agent built with Google Agent Development Kit (ADK). Showcases multi-turn interactions and webform handling through the A2A protocol.
-
google/langgraph 🎖️ 🐍 ☁️ - A currency conversion agent built with LangGraph. Showcases multi-turn interactions, tool usage for currency exchange via Frankfurter API, and streaming updates through the A2A protocol.
-
google/crewai 🎖️ 🐍 ☁️ - An image generation agent built with CrewAI. Showcases text-to-image generation using Google Gemini API and returning images as artifacts through the A2A protocol.
A2A servers providing mapping, geocoding, navigation, and other location-based services.
- pab1it0/google-maps-a2a 🐍 ☁️ - An A2A-compliant server that provides Google Maps capabilities including geocoding, reverse geocoding, directions, places search, place details, and distance matrix calculations. Supports multiple input/output formats and provides a standardized agent card for capability discovery.
A2A servers for business operations, expense management, and other enterprise functions.
See google/google_adk for an example expense reimbursement tool.
A2A servers for generating and manipulating images.
See google/crewai for an example image generation tool.
A2A servers for financial operations, currency conversion, and financial data.
See google/langgraph for an example currency conversion tool.
A2A servers for search, data retrieval, and information extraction.
- ju4nv1e1r4/agents-with-adk 🐍 ☁️ - An example of agent implementation using Google ADK (Agent Development Kit) with two agents and a tool, working with full iteroperability, along with demonstrations of agent evaluation and deployment to Google Cloud Run.
A2A servers for messaging, email, and other communication tools.
No entries yet. Contribute!
A2A servers that bridge to various APIs, platforms, and services.
No entries yet. Contribute!
A2A servers for software development, coding, version control, and DevOps.
- EmilLindfors/a2a-rs 🦀 🏠 - A Rust implementation of the A2A protocol that follows idiomatic Rust practices and hexagonal architecture principles. Features both client and server implementations, multiple transport options (HTTP and WebSocket), streaming support, and async/sync interfaces with flexible feature flags.
- k-jarzyna/adk-modular-architecture 🐍 🏠 - A flexible, multi-agent system for automating the presales process using Google's Agent Development Kit.
A2A servers for knowledge management, document handling, and information extraction.
No entries yet. Contribute!
A2A servers for data processing, analytics, and database integration.
No entries yet. Contribute!
A2A servers for travel planning, booking, and transportation services.
No entries yet. Contribute!
Tools and frameworks for building A2A servers.
- Google Agent Development Kit (ADK) 🎖️ 🐍 - Google's framework for building A2A-compliant agents.
- LangGraph 🐍 - A framework for building stateful, multi-actor applications with LLMs, with A2A support.
- CrewAI 🐍 - Framework for orchestrating role-playing, autonomous AI agents with A2A support.
Auxiliary tools that help with A2A server development, testing, and deployment.
-
TheRaLabs/legion-a2a 🐍 - A robust Python implementation of the A2A protocol with both Pydantic v2 and dataclass model implementations. Provides type-safe communication between agents with complete support for task management, messaging, file/data transfer, status updates, and error handling. Maintained by Legion AI.
-
pcingola/a2a_min 🐍 - A minimalistic Python SDK for Agent-to-Agent (A2A) communication. Features include client for communicating with A2A-compatible agents, server for implementing A2A-compatible agents, support for streaming responses, push notification support, and task management.
Your contributions are welcome! Please read the contribution guidelines before submitting a pull request.
This repository is licensed under the MIT License.