Configs2026年4月7日·1 分钟阅读

Google A2A — Agent-to-Agent Communication Protocol

Open protocol by Google for AI agents to discover, authenticate, and communicate with each other. Enables multi-agent systems across different frameworks and providers. 10,000+ stars.

介绍

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.


Quick Start

pip install a2a-sdk
from 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+

🙏

来源与感谢

Created by Google. Licensed under Apache 2.0.

A2A — stars 10,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产