Quick Start
Flow Components
| Component | Description |
|---|---|
start(agent) | Entry point |
then(agent) | Sequential step |
branch(fn) | Conditional routing |
parallel([agents]) | Run in parallel |
loop(agent) | Repeat until done |
Visual workflow builder for agents
| Component | Description |
|---|---|
start(agent) | Entry point |
then(agent) | Sequential step |
branch(fn) | Conditional routing |
parallel([agents]) | Run in parallel |
loop(agent) | Repeat until done |