A2A Tool
Connect to remote agents via the Agent-to-Agent protocol.
Overview
The A2A tool connects to remote agents via the A2A (Agent-to-Agent) protocol. Similar to the handoff tool but configured as a toolset.
Configuration
toolsets:
- type: a2a
name: research_agent
url: "http://localhost:8080/a2a"
Properties
| Property | Type | Required | Description |
|---|---|---|---|
name |
string | ✓ | Tool name for the remote agent |
url |
string | ✓ | A2A server endpoint URL |
💡 See also
For full details on the A2A protocol and serving agents as A2A endpoints, see A2A Protocol.