Expand description
Workflow definition schema (workflow.yaml).
Workflow schema.
This module contains serde models for the workflow definition file. Workflows are used to describe multi-wave execution plans for an agent tool.
Structs§
- OnComplete
- Optional side effects after a workflow completes.
- Task
Definition - A task within a wave.
- Wave
Definition - A wave within a workflow.
- Workflow
Definition - A workflow definition.
- Workflow
Requires - Prerequisites for running a workflow.