mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-23 05:31:23 +00:00
fix: show context compaction status
This commit is contained in:
parent
bd33a48a58
commit
00ad3d3c9c
2 changed files with 29 additions and 0 deletions
|
|
@ -10341,6 +10341,9 @@ class AIAgent:
|
|||
f"{approx_tokens:,}" if approx_tokens else "unknown", self.model,
|
||||
focus_topic,
|
||||
)
|
||||
self._emit_status(
|
||||
"🗜️ Compacting context — summarizing earlier conversation so I can continue..."
|
||||
)
|
||||
|
||||
# Notify external memory provider before compression discards context
|
||||
if self._memory_manager:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue