> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agno.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflow

> Examples for `workflow` in AgentOS.

| Example                                                                                                                                      | Description                                                                         |
| -------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| [Basic Chat Workflow Agent](/examples/agent-os/workflow/basic-chat-workflow-agent)                                                           | Example demonstrating how to add a Workflow using a WorkflowAgent to your AgentOS.  |
| [Basic Workflow](/examples/agent-os/workflow/basic-workflow)                                                                                 | Demonstrates basic workflow.                                                        |
| [Basic Workflow Team](/examples/agent-os/workflow/basic-workflow-team)                                                                       | Demonstrates basic workflow team.                                                   |
| [Customer Research Workflow Parallel](/examples/agent-os/workflow/customer-research-workflow-parallel)                                       | Demonstrates customer research workflow parallel.                                   |
| [Workflow With Conditional](/examples/agent-os/workflow/workflow-with-conditional)                                                           | Demonstrates workflow with conditional.                                             |
| [Workflow With Custom Function Executors](/examples/agent-os/workflow/workflow-with-custom-function)                                         | Demonstrates AgentOS workflows using both sync and streaming custom function steps. |
| [Workflow With Custom Function Updating Session State](/examples/agent-os/workflow/workflow-with-custom-function-updating-session-state)     | Demonstrates workflow with custom function updating session state.                  |
| [Workflow With History](/examples/agent-os/workflow/workflow-with-history)                                                                   | Demonstrates workflow with history.                                                 |
| [Workflow With Input Schema](/examples/agent-os/workflow/workflow-with-input-schema)                                                         | Demonstrates workflow with input schema.                                            |
| [Workflow With Loop](/examples/agent-os/workflow/workflow-with-loop)                                                                         | Demonstrates workflow with loop.                                                    |
| [Workflow With Nested Steps](/examples/agent-os/workflow/workflow-with-nested-steps)                                                         | Demonstrates workflow with nested steps.                                            |
| [Workflow With Parallel](/examples/agent-os/workflow/workflow-with-parallel)                                                                 | Demonstrates workflow with parallel.                                                |
| [Workflow With Parallel And Custom Function Step Stream](/examples/agent-os/workflow/workflow-with-parallel-and-custom-function-step-stream) | Demonstrates workflow with parallel and custom function step stream.                |
| [Workflow With Router](/examples/agent-os/workflow/workflow-with-router)                                                                     | Demonstrates workflow with router.                                                  |
| [Workflow With Steps](/examples/agent-os/workflow/workflow-with-steps)                                                                       | Demonstrates workflow with steps.                                                   |
