hermes-agent/plugins/memory
Erosika ef7f31562b fix(honcho): move context injection from system prompt to prefetch, fix honcho_context crash
- system_prompt_block() now returns static header only (matching ABC contract)
  All other providers already did this; Honcho was the only one baking live
  user data into system prompt, freezing it on turn 1 forever

- prefetch() assembles two layers:
  Layer 1: base context (representation + card) from peer.context(), cached
  and refreshed on context_cadence (not frozen)
  Layer 2: dialectic supplement, refreshed on dialectic_cadence

- Context and dialectic cadence now checked independently in queue_prefetch()
  Previously context refresh was gated behind dialectic cadence

- Fix honcho_context tool crash: Honcho SDK Message objects use .peer_id
  not .role — was silently returning 'No context available yet' due to
  AttributeError caught by broad except
2026-04-14 18:41:23 -04:00
..
byterover refactor: add tool_error/tool_result helpers + read_raw_config, migrate 129 callsites 2026-04-07 13:36:38 -07:00
hindsight feat(hindsight): feature parity, setup wizard, and config improvements 2026-04-08 23:54:15 -07:00
holographic refactor: add tool_error/tool_result helpers + read_raw_config, migrate 129 callsites 2026-04-07 13:36:38 -07:00
honcho fix(honcho): move context injection from system prompt to prefetch, fix honcho_context crash 2026-04-14 18:41:23 -04:00
mem0 refactor: add tool_error/tool_result helpers + read_raw_config, migrate 129 callsites 2026-04-07 13:36:38 -07:00
openviking feat: sort tool search results by score and add corresponding unit test 2026-04-14 10:49:35 -07:00
retaindb refactor: add tool_error/tool_result helpers + read_raw_config, migrate 129 callsites 2026-04-07 13:36:38 -07:00
supermemory feat(supermemory): add multi-container, search_mode, identity template, and env var override (#5933) 2026-04-07 14:03:46 -07:00
__init__.py fix(plugins): only register CLI commands for the active memory provider 2026-04-05 12:34:11 -07:00