Sequential workflows ensure predictable execution order and clear data flow between steps. Example Flow: Research → Data Processing → Content Creation → Final Review Sequential workflows ensure predictable execution order and clear data flow between steps.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.
sequential_workflow.py
For more information on how to use custom functions, refer to the
Workflow with custom function step page.
- Sequence of Functions and Agents - Complete workflow with functions and agents
StepInput and StepOutput provides standardized interfaces for data flow between steps:
So if you make a custom function as an executor for a step, make sure that the input and output types are compatible with the StepInput and StepOutput interfaces.
This will ensure that your custom function can seamlessly integrate into the workflow system.Take a look at the schemas for StepInput and StepOutput.