Documentation Index
Fetch the complete documentation index at: https://agno-v2-fix-deploy-docs-restructure.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Example | Description |
|---|---|
| Cancel Run | Demonstrates starting a workflow run in one thread and cancelling it from another. |
| Workflow Deep Copy | Demonstrates creating isolated workflow copies with deep_copy(update=...). |
| Event Storage | Demonstrates storing workflow events while skipping selected high-volume events. |
| Executor Events | Demonstrates filtering internal executor events during streamed workflow runs. |
| Workflow Metrics | Demonstrates reading workflow and step-level metrics from WorkflowRunOutput. |
| Remote Workflow | Demonstrates executing a workflow hosted on a remote server using RemoteWorkflow. |
| Workflow CLI | Demonstrates using Workflow.cli_app() for interactive command-line workflow runs. |
| Workflow Serialization | Demonstrates to_dict(), save(), and load() for workflow persistence. |