> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agno.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Multi Agent A2A

> Multi-agent A2A examples: an Airbnb search server, a weather server, and a trip-planning client that calls both.

| Example                                                                                                | Description                                                                                       |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------- |
| [Airbnb Agent](/examples/agent-os/interfaces/a2a/multi-agent-a2a/airbnb-agent)                         | Serve an Airbnb search agent built on the OpenBNB MCP server over the A2A protocol.               |
| [Trip Planning A2A Client](/examples/agent-os/interfaces/a2a/multi-agent-a2a/trip-planning-a2a-client) | Orchestrate trip planning by calling remote Airbnb and weather agents through A2A tool functions. |
| [Weather Agent](/examples/agent-os/interfaces/a2a/multi-agent-a2a/weather-agent)                       | Serve a weather reporter agent with OpenWeatherTools over the A2A protocol.                       |
