Skip to main content
Workflows compose agents, teams, and callables into multi-step pipelines. Six composable step types let you build everything from linear chains to complex branching logic.
Each step receives the previous step’s output as context automatically.

Step Types

Guides

Build Workflows

Create workflows with composable step types.

Run Workflows

Execute workflows and access step results.

Workflow Patterns

Sequential

Linear step chains with context passing.

Parallel

Concurrent execution with result combination.

Conditional

If/else branching based on step output.

Loop

Iterative refinement with end conditions.

Router

Dynamic N-way routing by selector function.

Resources