Skip to main content
The A2AClient provides a Python interface for communicating with any A2A protocol compatible server. This includes:
  • Agno AgentOS instances with A2A interface enabled
  • Google ADK agents
  • Any other A2A-compatible agent server

Quick Start

Connecting to Agno AgentOS via A2A interface

Connecting to Google ADK

Google ADK uses JSON-RPC mode:

Streaming Responses

Stream responses in real-time:

Developer Resources