A Workflow orchestrates agents, teams, and functions as a collection of steps. Steps can run sequentially, in parallel, in loops, or conditionally based on results. Output from each step flows to the next, creating a predictable pipeline for complex tasks.Documentation Index
Fetch the complete documentation index at: https://agno-v2-shaloo-ai-support-link.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.

Your First Workflow
Here’s a simple workflow that takes a topic, researches it, and writes an article:When to Use Workflows
Use a workflow when:- You need predictable, repeatable execution
- Tasks have clear sequential steps with defined inputs and outputs
- You want audit trails and consistent results across runs
What Can Be a Step?
| Step Type | Description |
|---|---|
| Agent | Individual AI executor with specific tools and instructions |
| Team | Coordinated group of agents for complex sub-tasks |
| Function | Custom Python function for specialized logic |
Controlling Workflows
Workflows support conditional logic, parallel execution, loops, and conversational interactions. See the guides below for details.Guides
Build Workflows
Define steps, inputs, and outputs.
Run Workflows
Execute workflows and handle responses.
Conversational Workflows
Enable chat interactions on your workflows.
