mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-21 16:18:55 +00:00
injectionFrequency, contextCadence, and dialecticCadence were read only via raw.get() which checks root-level keys in honcho.json. Settings placed inside hosts.<name> (the normal per-host location) were silently ignored, falling back to defaults. - Add typed dataclass fields: injection_frequency, context_cadence, dialectic_cadence with host-block-first resolution chains matching the pattern used by all other config fields. - Update HonchoMemoryProvider.initialize() to read from typed cfg fields instead of cfg.raw directly. - Fix search_context tests that mocked _honcho directly — the .honcho property getter calls get_honcho_client() which overwrites the backing field, so use patch.object on the property instead. - Add injection_frequency and context_cadence config override tests. |
||
|---|---|---|
| .. | ||
| browser | ||
| context_engine | ||
| cron_providers | ||
| dashboard_auth | ||
| disk-cleanup | ||
| google_meet | ||
| hermes-achievements | ||
| image_gen | ||
| kanban | ||
| memory | ||
| model-providers | ||
| observability | ||
| platforms | ||
| security-guidance | ||
| spotify | ||
| teams_pipeline | ||
| video_gen | ||
| web | ||
| __init__.py | ||
| plugin_utils.py | ||