motosan-workflow-runtime
Execution engine for the motosan-agent-workflow engine.
What's in this crate
- Runtime:
Runtimestruct with builder pattern for configuring LLM clients, tools, and skills - Node executors: Agent (ReAct loop), Human, Condition, Loop, SubWorkflow, ACP, Swarm, Transform
- Execution recording:
FileExecutionStorefor persistent execution history - AG-UI adapter: Feature-gated AG-UI protocol event conversion
- Cancellation:
CancellationTokenfor cooperative workflow cancellation - Resume:
ResumeTokenfor pausing and resuming workflows
Usage
Most users should depend on motosan-workflow-core which re-exports this crate. Use this crate directly only if you need finer-grained dependency control.
[]
= "0.1.1"
License
MIT