mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-24 16:54:43 +00:00
fix(compression): preserve multimodal todo tails
This commit is contained in:
parent
d2bb6cc251
commit
33fd705421
1 changed files with 1 additions and 0 deletions
|
|
@ -718,6 +718,7 @@ class TestTodoSnapshotMergedNotDuplicated:
|
|||
for previous, current in zip(compressed, compressed[1:])
|
||||
)
|
||||
|
||||
|
||||
def test_snapshot_merge_is_persisted_in_place(self, tmp_path: Path):
|
||||
db = SessionDB(db_path=tmp_path / "state.db")
|
||||
parent = "PARENT_TODO_INPLACE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue