Building Blocks
The core building blocks of Agno Workflows are:Component | Purpose |
---|---|
Step | Basic execution unit |
Agent | AI assistant with specific role |
Team | Coordinated group of agents |
Function | Custom Python logic |
Parallel | Concurrent execution |
Condition | Conditional execution |
Loop | Iterative execution |
Router | Dynamic routing |
Sequential Workflows
Linear execution with step-by-step processing
Parallel Workflows
Concurrent execution for independent tasks
Conditional Workflows
Branching logic based on conditions
Iterative Workflows
Loop-based execution with quality controls
Branching Workflows
Dynamic routing and path selection
Grouped Steps
Reusable step sequences and modular design