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.

AI
AI Open Source · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

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": "..."}})

简介

Google A2A(Agent-to-Agent)是一个开放协议,GitHub 10,000+ stars。让不同框架的 AI Agent 相互发现、认证和通信。MCP 连接 Agent 和工具,A2A 连接 Agent 和 Agent。适合构建需要跨框架互操作的多 Agent 系统。


🙏

来源与感谢

Created by Google. Licensed under Apache 2.0.

A2A — stars 10,000+

讨论

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