//! MenteDB Context: attention aware context assembly engine.
//!
//! This crate provides:
//! - Token-budget-aware context packing
//! - Attention-pattern-aware ordering (U-curve optimization)
//! - Delta-aware serving (only send what changed)
//! - Token-efficient serialization formats
/// Core context assembly logic.
/// Token budget tracking and allocation.
/// Delta aware serving (only send what changed).
/// Attention zone layout and scored memory ranking.
/// Serialization formats for context output.
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;