Skip to main content
The AgentNetwork wires everything together. You declare channels, register agents with their subscriptions and publish targets, and the network manages the event plane at runtime.

Setting Up a Network

Setup Context

Multi-Agent Patterns

Agent Chain

Events flow through a series of agents:

Fan-Out

One event triggers multiple agents in parallel:

Multi-Channel Routing

Different agents on different channels:
See AgentNetwork API and Patterns guide for more.