> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-service-account.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Client A2A

> Examples for `client_a2a` in AgentOS.

| Example                                                                             | Description                                                                    |
| ----------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| [Basic A2A Messaging with A2AClient](/examples/agent-os/client-a2a/basic-messaging) | Simple message sending with user identification using the A2A protocol.        |
| [Streaming A2A Messages with A2AClient](/examples/agent-os/client-a2a/streaming)    | Real-time streaming responses using the A2A protocol.                          |
| [Multi-Turn Conversations with A2AClient](/examples/agent-os/client-a2a/multi-turn) | Maintain conversation context across multiple messages using the A2A protocol. |
| [Error Handling with A2AClient](/examples/agent-os/client-a2a/error-handling)       | Handle various error scenarios when using the A2A protocol.                    |
| [Connect To Google Adk](/examples/agent-os/client-a2a/connect-to-google-adk)        | Cross-framework A2A communication: Agno client -> Google ADK server.           |
| [Servers](/examples/agent-os/client-a2a/servers/overview)                           | Examples for `client_a2a/servers` in AgentOS.                                  |
