lean-ctx 3.9.19

Context Runtime for AI Agents with CCP. 79 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%.
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod a2a_compat;
pub mod agent_card;
pub mod budget_cascade;
pub mod cost_attribution;
pub mod dlq;
pub mod health;
pub mod message;
pub mod rate_limiter;
pub mod relay;
pub mod remote_transport;
pub mod task;
pub mod telemetry;
pub mod transfer;