enable runtime compaction tracking and refresh compaction config docs

This commit is contained in:
DBT
2026-02-23 15:32:05 +00:00
parent bb3a710144
commit d181525b88
5 changed files with 30 additions and 13 deletions

View File

@@ -7,6 +7,11 @@
"max_tokens": 8192,
"temperature": 0.7,
"max_tool_iterations": 20,
"heartbeat": {
"enabled": true,
"every_sec": 1800,
"ack_max_chars": 64
},
"context_compaction": {
"enabled": true,
"mode": "summary",