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.

ExampleWhat it demonstrates
Weather specialistServe OpenWeather-backed weather tools on port 7782.
Accommodation specialistServe an agent using the OpenBNB MCP server on port 7783.
Trip plannerCall both specialists through A2A and serve the planner on port 7779.