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.
| Example | Description |
|---|---|
| Early Stop Basic | Demonstrates early termination with StepOutput(stop=True) across direct steps, Steps containers, and agent/function workflows. |
| Early Stop Condition | Demonstrates stopping an entire workflow from inside a Condition branch. |
| Early Stop Loop | Demonstrates stopping a looped workflow early using a safety-check step. |
| Early Stop Parallel | Demonstrates stopping the workflow from within a step running inside a Parallel block. |