Skip to main content
The Workflow class provides advanced multi-agent orchestration with dependencies, checkpointing, and coordination.

Constructor

Parameters

Example

Methods

add_agent()

Add an agent to the workflow.

add_step()

Add a workflow step.

run()

Execute the workflow.

resume_from_checkpoint()

Resume workflow from a checkpoint.

WorkflowResult

Full Example