Skip to main content

Module engine

Module engine 

Source
Expand description

The core Engine – orchestrates workflow execution and persistence.

The engine ties together a RunStore for persistence, an AgentProvider for AI operations, and a registry of WorkflowHandlers.

Handlers are Rust-native: steps can reference previous outputs, use native if/else/match for conditional branching, and execute in parallel.

Structs§

Engine
The workflow orchestration engine.