feat: update logging for context compression trigger

This commit is contained in:
Soulter
2026-01-05 11:35:33 +08:00
parent 99b82f48ec
commit cb84db532e
+3 -1
View File
@@ -115,7 +115,9 @@ class ContextManager:
if self.config.max_context_tokens <= 0:
return messages
logger.debug("Starting context compression process...")
logger.debug(
f"Reached high water mark {self.COMPRESSION_THRESHOLD}, starting compression..."
)
messages = await self.compressor(messages)