You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context Efficiency Metrics (src/efficiency/): measure compaction effectiveness and context budget utilization, the observational foundation for future adaptive thresholds
ContextEfficiencyMetrics — records utilization (currentTokens / effectiveBudget), waste (compactionDeltaRate + triggerGap), and cache-hit-rate correlation
EfficiencyReport — per-session (getSessionReport) and cross-session (getAggregateReport) aggregation
Integrated into ProactiveCompactionController via injectable metrics (pure observation, zero decision impact)