mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
docs(agent): drop a fabricated issue reference
The `_micro_compact` docstring cited "#82483" for the resume double-load problem. No such issue exists — the repository's highest number is 74323, so the reference was invented rather than looked up. The reasoning it was attached to is correct and stays: the session flush is append-only, so an in-memory splice alone leaves the original rows active and a resume loads both the summary and the messages it replaced. Only the citation was wrong. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
214b5d8612
commit
a72f898d0f
1 changed files with 1 additions and 1 deletions
|
|
@ -5303,7 +5303,7 @@ This compaction should PRIORITISE preserving all information related to the focu
|
|||
NOTE: the in-memory splice alone is not persisted — the subsequent
|
||||
``_persist_session`` flush is append-only, so old DB rows stay
|
||||
``active=1`` and a session resume double-loads both the summary and
|
||||
the original exchanges (#82483). This method therefore also calls
|
||||
the original exchanges. This method therefore also calls
|
||||
``archive_and_compact`` on the session DB to soft-archive old rows
|
||||
and insert the compacted set atomically.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue