//! Multi-agent coordination for rustvani.
//!
//! Provides a message bus, agent registry, base agent implementation,
//! runner orchestration, and task coordination — all built on top of the
//! existing frame pipeline architecture without breaking it.
pub use ;
pub use ;
pub use ;
pub use AgentRunner;
pub use ;