Files
zesdex/src/app/workflow/mod.rs
T

8 lines
194 B
Rust
Raw Normal View History

//! Workflow orchestration: a script interpreter that runs pipeline/parallel
//! primitives across multiple subagent instances.
pub mod hive_mind;
pub mod docs;
pub mod engine;
pub mod script;