ADK with Agent2Agent (A2A) Protocol¶
ADK 与 Agent2Agent (A2A) 协议¶
With Agent Development Kit (ADK), you can build complex multi-agent systems where different agents need to collaborate and interact using Agent2Agent (A2A) Protocol! This section provides a comprehensive guide to building powerful multi-agent systems where agents can communicate and collaborate securely and efficiently.
使用 Agent Development Kit (ADK),您可以构建复杂的多智能体系统,其中不同的智能体需要使用 Agent2Agent (A2A) 协议 进行协作和交互!本部分提供了构建强大多智能体系统的综合指南,智能体可以在其中安全高效地通信和协作。
Navigate through the guides below to learn about ADK's A2A capabilities:
浏览以下指南以了解 ADK 的 A2A 功能:
Start here to learn the fundamentals of A2A by building a multi-agent system with a root agent, a local sub-agent, and a remote A2A agent. The following guides cover how do I expose your agent so that other agents can use it via the A2A protocol:
从这里开始,通过构建包含根智能体、本地子智能体和远程 A2A 智能体的多智能体系统来学习 A2A 的基础知识。以下指南介绍了如何暴露您的智能体,以便其他智能体可以通过 A2A 协议使用它:
- A2A Quickstart (Exposing) for Python
- A2A Quickstart (Exposing) for Go
- A2A 快速入门(暴露)- Python
- A2A 快速入门(暴露)- Go
These guides show you how to allow your agent to use another, remote agent using A2A protocol:
这些指南向您展示如何允许您的智能体使用另一个远程智能体,使用 A2A 协议:
- A2A Quickstart (Consuming) for Python
- A2A Quickstart (Consuming) for Go
- A2A 快速入门(消费)- Python
- A2A 快速入门(消费)- Go
Official Website for Agent2Agent (A2A) Protocol
The official website for A2A Protocol.
A2A 协议的官方网站。