Skip to main content

Sequential Pipeline

Steps execute in order, each receiving the previous step’s output.

Parallel Execution

Run multiple steps concurrently.

Conditional Branching

If/else branching based on step output.

Iterative Loop

Repeat until an end condition is met.

Dynamic Router

Route to different steps based on input.

Custom Function Steps

Use callables instead of agents.

Accessing Step Results