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
Related
Parallel
All at once (faster)
Routing
Send to specialists

