From 9c75dc1edf094cbc52e6016b5211b25bae818da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Tue, 25 Nov 2025 20:53:33 +0800 Subject: [PATCH] Update memory_compressor.go --- internal/agent/memory_compressor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/agent/memory_compressor.go b/internal/agent/memory_compressor.go index 14aec88b..648e762b 100644 --- a/internal/agent/memory_compressor.go +++ b/internal/agent/memory_compressor.go @@ -19,7 +19,7 @@ import ( ) const ( - DefaultMaxTotalTokens = 100_000 + DefaultMaxTotalTokens = 120_000 DefaultMinRecentMessage = 10 defaultChunkSize = 10 defaultMaxImages = 3