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
//! Built-in OCLA trait implementations (P4 — Strangler Fig adoption).
//!
//! Each module wraps existing lean-ctx modules behind the canonical OCLA trait
//! interface defined in `core::ocla::traits`. The trait boundary enables future
//! swapping, testing, mocking, and adoption tracking via OclaBus events.

pub mod agent_gateway;
pub mod compression_provider;
pub mod config_tuner;
pub mod connector_scheduler;
pub mod delivery_registry;
pub mod efficiency_analyzer;
pub mod experiment_executor;
pub mod experiment_runner;
pub mod intent_classifier;
pub mod metrics_exporter;
pub mod model_router;
pub mod observation_hook;
pub mod outcome_tracker;
pub mod response_optimizer;
pub mod savings_ledger;
pub mod usage_sink;