Quick Start
pip install a2a-sdkfrom a2a import A2AClient
client = A2AClient("https://security-agent.example.com/a2a")
result = await client.send_task({"type": "security_audit", "input": {"code": "..."}})Overview
Google A2A (Agent-to-Agent) is an open protocol with 10,000+ GitHub stars. It lets AI agents from different frameworks discover, authenticate, and communicate with each other. MCP connects agents to tools; A2A connects agents to agents. Best for building multi-agent systems that need cross-framework interoperability.
Source & Thanks
Created by Google. Licensed under Apache 2.0.
A2A — stars 10,000+