Commit Graph

5 Commits

Author SHA1 Message Date
967acd23ee compact: 閾値を個別指定化し占有量ソースを UsageRecord に一本化
- manifest に compact_request_threshold を追加 (proactive と safety net を個別指定)
- CompactState の両閾値を Option<u64> 化、last_input_tokens を撤去
- 閾値判定は Pod::total_tokens() / usage_history 経由の実測値ベースに切替
- turn_threshold → request_threshold にリネーム、Between-requests のログへ
2026-04-19 08:49:25 +09:00
3c58b5dde4 prune-savings-estimation完了 2026-04-14 03:42:04 +09:00
a0a9df11c0 cargo fmt 2026-04-14 03:13:36 +09:00
2edc2dc245 token-counter実装 2026-04-13 20:32:02 +09:00
f607a52fbb token-counter実装 2026-04-13 20:21:26 +09:00