//! Cross-agent coordination systems
//!
//! Implements:
//! - Pub/sub messaging for agent communication
//! - Distributed locks for critical sections
//! - Consensus protocols (Raft-inspired)
//! - Namespace management for multi-agent systems
pub use ;
pub use ;
pub use ;
pub use Namespace;