//! # sheaf-coherence
//!
//! Sheaf-theoretic multi-agent knowledge consistency.
//!
//! Each agent maintains a local section over an open cover of a shared
//! information space. The library computes sheaf cohomology groups H⁰
//! (global consistency) and H¹ (local-to-global obstructions) to detect
//! and repair contradictions across a fleet of agents.
pub use ;
pub use LocalSection;
pub use CohomologyGroup;
pub use ObstructionClass;