Agent Flow provides a visual way to build complex agent workflows.Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
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 |
Related
Workflows
Workflow patterns
Conditions
Conditional logic

