//! LLM context assembly, loading, and unloading.
//!
//! This module owns the deterministic transforms that turn persisted session
//! entries into the `AgentMessage` list sent to the model, plus the collapse
//! context injection that lets a new session inherit the old session's compact
//! summary and lineage.
pub use build_session_context;
pub use ;
tests_bridge!;