Module workflow

Module workflow 

Source
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.
TaskDefinition
A task within a wave.
WaveDefinition
A wave within a workflow.
WorkflowDefinition
A workflow definition.
WorkflowRequires
Prerequisites for running a workflow.

Enums§

AgentType
High-level agent role used to route tasks.
TaskType
Optional modifiers for how a task should be run.