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
ExecutionStoreimplementation. - helpers
- llm_
bridge - resume
Structs§
- Runtime
- The workflow execution engine.