Skip to main content

Crate motosan_workflow_runtime

Crate motosan_workflow_runtime 

Source
Expand description

§motosan-workflow-runtime

Execution engine for the motosan-workflow DAG-based agent workflow engine.

This crate provides the Runtime struct which orchestrates workflow execution, including agent nodes, human gates, conditions, loops, sub-workflows, ACP agents, and swarm nodes.

Re-exports§

pub use cancel::CancellationToken;
pub use file_execution_store::FileExecutionStore;
pub use llm_bridge::AgentResponse;
pub use llm_bridge::WorkflowLlmClient;
pub use resume::ConditionResumeState;
pub use resume::LoopResumeState;

Modules§

cancel
file_execution_store
File-system-backed ExecutionStore implementation.
helpers
llm_bridge
resume

Structs§

Runtime
The workflow execution engine.