> ## Documentation Index
> Fetch the complete documentation index at: https://phidatainc-studio-tools-doc.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) | This example demonstrates simple message sending with user identification.                     |
| [Streaming A2A Messages with A2AClient](/examples/agent-os/client-a2a/streaming)    | This example demonstrates real-time streaming responses.                                       |
| [Multi-Turn Conversations with A2AClient](/examples/agent-os/client-a2a/multi-turn) | This example demonstrates how to maintain conversation context.                                |
| [Error Handling with A2AClient](/examples/agent-os/client-a2a/error-handling)       | This example demonstrates how to handle various error scenarios.                               |
| [Connect To Google Adk](/examples/agent-os/client-a2a/connect-to-google-adk)        | This example demonstrates cross-framework A2A communication: Agno client -> Google ADK server. |
| [Servers](/examples/agent-os/client-a2a/servers/overview)                           | Examples for `client_a2a/servers` in AgentOS.                                                  |
