lean-ctx 2.16.4

Context Intelligence Engine with CCP. 25 MCP tools, 90+ compression patterns, cross-session memory (CCP), persistent AI knowledge, multi-agent sharing, LITM-aware positioning. Supports 23 AI tools. Reduces LLM token consumption by up to 99%.
Documentation
1
2
3
4
5
6
use crate::core::wrapped::WrappedReport;

pub fn handle(period: &str) -> String {
    let report = WrappedReport::generate(period);
    report.format_compact()
}