mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-15 14:22:43 +00:00
test(compaction): initialize anti-thrash fixture state
This commit is contained in:
parent
7f9485707d
commit
7332f207d7
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ def _make_compressor():
|
|||
compressor.compression_count = 0
|
||||
compressor.last_prompt_tokens = 0
|
||||
compressor._previous_summary = None
|
||||
compressor._ineffective_compression_count = 0
|
||||
compressor._verify_compaction_cleared_threshold = False
|
||||
compressor._summary_failure_cooldown_until = 0.0
|
||||
compressor.summary_model = None
|
||||
compressor.model = "test-model"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue