Agents And Workflows

Multi Agent Orchestration

Deploying multiple agents requires a deterministic hierarchy to prevent infinite execution loops.

The Supervisor Pattern

Always designate a Supervisor Agent. This agent does not execute individual tasks; instead, it delegates work to specialized sub-agents based on the user's intent.

State Passing

Agents share context via the central graph. Ensure your step definitions explicitly specify which outputs should be saved to the graph for downstream agents to consume.