Skip to main content
Engineering and operations teams use workflows to automate processes that need consistent execution and a traceable result. Agno combines model-driven steps with branches, loops, parallel work, approval gates, background execution, schedules, and persisted run history.
incident_workflow.py
Create a virtual environment, install the OpenAI, AgentOS, and SQLite integrations, and set OPENAI_API_KEY before running the workflow:
Each step receives the previous step’s output. The database stores workflow runs so they can be inspected after execution.

Choose the control model

Production building blocks

Common patterns

Next steps