mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-23 16:36:23 +00:00
Text-batching tests (and any tooling) build MatrixAdapter via object.__new__ without running __init__; moving _split_threshold from a class constant to an instance attribute made _flush_text_batch die with AttributeError, silently dropping the flush. Restore class-level defaults (max_message_length, _split_threshold) that __init__ overrides, and derive the near-limit test payload from adapter._split_threshold instead of the old hardcoded 3950. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| adapter.py | ||
| plugin.yaml | ||