
A2A Implementations
| Name | Author | Description | Stars |
|---|---|---|---|
| a2ajava | @vishalmysore | A pure Java implementation of Google's A2A protocol for Spring Boot applications, featuring both client and server implementations | |
| legion-a2a | @TheRaLabs | A TypeScript implementation of the A2A protocol with a focus on modularity and extensibility | |
| trpc-a2a-go | @trpc-group | Go A2A implementation by the tRPC team featuring full client/server support, in-memory task management, streaming responses, session management, multiple auth methods (JWT, API Key, OAuth2), and comprehensive examples | |
| a2a-go | @a2aserver | A Go library for building A2A servers, with example implementations | |
| a2a-rs | @EmilLindfors | An idiomatic Rust implementation following hexagonal architecture principles | |
| a2a_min | @pcingola | A minimalistic Python SDK for A2A communication | |
| a2adotnet | @azixaka | A C#/.NET implementation of the A2A protocol | |
| nestjs-a2a | @thestupd | A module for integrating the A2A protocol into NestJS applications | |
| python-a2a | @themanojdesai | An easy-to-use Python library for implementing the A2A protocol | |
| Aira | @IhateCreatingUserNames2 | An A2A network implementation for hosting, registering, discovering, and interacting with agents | |
| Cognisphere | @IhateCreatingUserNames2 | An AI agent development framework built on Google's ADK, facilitating agent creation potentially for A2A networks | |
| a2a-server | @chrishayuk | A lightweight A2A python implementation | |
| a2a-cli | @chrishayuk | A command-line client for the A2A | |
| A2A Test Suit | @robert-at-pretension-io | A2A Test Suite | |
| Grasp | @adcentury | A Self-hosted Browser Using Agent with built-in MCP and A2A support | |
| swissknife | @daltonnyx | A multi-agent chat application with MCP support, aiming to expose agents via the A2A protocol and connect to remote A2A agents as a client | |
| artinet-sdk | @the-artinet-project | A JS/TS SDK for the Agent2Agent Protocol with a focus on developer experience and comprehensive features |
Related Articles
- Understanding A2A Protocol: A Comprehensive Guide
- A2A Protocol Development Guide(TypeScript)
- A2A vs MCP: The Protocol Revolution in AI Architecture
Goto A2A
Related Articles
Explore more content related to this topic
A2UI Introduction - Declarative UI Protocol for Agent-Driven Interfaces
Discover A2UI, the declarative UI protocol that enables AI agents to generate rich, interactive user interfaces. Learn how A2UI works, who it's for, how to use it, and see real-world examples from Google Opal, Gemini Enterprise, and Flutter GenUI SDK.
Agent Gateway Protocol (AGP): Practical Tutorial and Specification
Learn the Agent Gateway Protocol (AGP): what it is, problems it solves, core spec (capability announcements, intent payloads, routing and error codes), routing algorithm, and how to run a working simulation.
Integrating A2A Protocol - Intelligent Agent Communication Solution for BeeAI Framework
Using A2A protocol instead of ACP is a better choice for BeeAI, reducing protocol fragmentation and improving ecosystem integration.
A2A vs ACP Protocol Comparison Analysis Report
A2A (Agent2Agent Protocol) and ACP (Agent Communication Protocol) represent two mainstream technical approaches in AI multi-agent system communication: 'cross-platform interoperability' and 'local/edge autonomy' respectively. A2A, with its powerful cross-vendor interconnection capabilities and rich task collaboration mechanisms, has become the preferred choice for cloud-based and distributed multi-agent scenarios; while ACP, with its low-latency, local-first, cloud-independent characteristics, is suitable for privacy-sensitive, bandwidth-constrained, or edge computing environments. Both protocols have their own focus in protocol design, ecosystem construction, and standardization governance, and are expected to further converge in openness in the future. Developers are advised to choose the most suitable protocol stack based on actual business needs.
Building an A2A Currency Agent with LangGraph
This guide provides a detailed explanation of how to build an A2A-compliant agent using LangGraph and the Google Gemini model. We'll walk through the Currency Agent example from the A2A Python SDK, explaining each component, the flow of data, and how the A2A protocol facilitates agent interactions.