Lossless Context Management
LCM is Treeova's closed-loop context system for long-running agents. It combines an append-only message ledger, RL-aware recursive summarization, and hybrid full-text + semantic retrieval so agents retain decision-grade signal across sessions without exceeding model context windows. Depth thresholds, compaction routing, token budgets, and operator prompts are intentionally withheld.
LCM organizes memory as raw ledger, recursive summaries, and assembled working context.
The raw ledger is append-only; summaries are derived and re-derivable.
Compaction is RL-aware: outcome tags and calibration signals propagate through the summary hierarchy.
Retrieval is hybrid: full-text over the ledger plus semantic similarity over summary embeddings.
Depth thresholds, compaction model routing, and summarization prompts are withheld.