lean-ctx 3.9.18

Context Runtime for AI Agents with CCP. 71 MCP tools, 10 read modes, 95+ compression patterns, cross-session memory (CCP), persistent AI knowledge with temporal facts + contradiction detection, multi-agent context sharing, LITM-aware positioning, AAAK compact format, adaptive compression with Thompson Sampling bandits. Supports 24+ AI tools. Reduces LLM token consumption by up to 99%.
Documentation
mod entry;
mod session;
mod validation;
pub mod warming;

pub use entry::*;
pub use session::*;
pub use validation::*;

#[cfg(test)]
use entry::resolve_cache_max_tokens;
#[cfg(test)]
use std::time::{Instant, SystemTime};
#[cfg(test)]
use validation::compute_md5;

#[cfg(test)]
pub(crate) mod pipeline_tests;
#[cfg(test)]
mod tests;