Skip to main content
Pass work from one agent to the next when each step depends on the previous output.
The user chains agents in order; each step receives the prior output until the final result is ready.

Sequential Workflow

Pass work from one agent to the next, like an assembly line.

How Context Flows

Each agent receives the previous output automatically.

When to Use


Code


Example: Blog Post Pipeline


With Callbacks


Parallel

All at once (faster)

Routing

Send to specialists