Agent-to-Agent Communication
Agents on the same network can communicate. Communication runs over a shared agent bus and requires no setup.
The Built-In Agent Bus
By default, the orchestrator provides a built-in agent bus for every network. Agents on the network use the bus automatically to exchange messages. No configuration is required. When you deploy agents to the same network, they can communicate immediately.
Use Your Own MQTT Broker Instead
To route agent-to-agent traffic through a broker you manage, register your broker as a network tool with the type MQTT Broker. For example, you can keep the traffic on your own infrastructure. Your broker then overrides the built-in agent bus for that network.
To set up a broker, see Provide Tools for Agents in a Network.