Multi-Agent A2A
Run weather and accommodation specialists behind a trip-planning agent.
Start the weather and accommodation servers, then the planner. Each service exposes its own A2A endpoint.
| Example | What it demonstrates |
|---|---|
| Weather specialist | Serve OpenWeather-backed weather tools on port 7782. |
| Accommodation specialist | Serve an agent using the OpenBNB MCP server on port 7783. |
| Trip planner | Call both specialists through A2A and serve the planner on port 7779. |