//! Declarative no-code workflow substrate.
//!
//! Lowers a [`WorkflowDef`] (authored as data) into a
//! [`klieo_flows::Flow`] via [`compile`]. State is a shared JSON object
//! (the "envelope") threaded through every node; each node reads one named
//! field as its input and writes its output to another.
pub use ;
pub use ;
pub use CompileError;
pub use compile;
pub use Registry;