//! Topology-driven multi-agent execution engine.
//!
//! Provides TOML-defined topology configuration for sequential and parallel
//! agent chains with file-mediated handoffs, bounded corrective loops,
//! pre/post validation, and model tier selection.
pub use PipelineError;
pub use ;