hermes-agent/plugins/memory
hekaru-agent dad0217450 fix(honcho): thread-safe session cache via RLock
Wraps _session_cache mutations in threading.RLock. Without this, concurrent
gateway sessions (e.g., Telegram + Discord hitting Honcho at the same time)
can race on the cache and silently lose conclusions or memory writes.

Adopted from #13510 by @hekaru-agent; the off-topic cron/jobs.py cleanup
hunk from that PR is dropped here for scope isolation. Resolved a small
conflict with the pinPeerName guard (kept both).
2026-04-27 12:37:33 -07:00
..
byterover
hindsight fix(hindsight): preserve setup config on blank input 2026-04-27 03:34:58 -07:00
holographic
honcho fix(honcho): thread-safe session cache via RLock 2026-04-27 12:37:33 -07:00
mem0
openviking refactor(memory): remove flush_memories entirely (#15696) 2026-04-25 08:21:14 -07:00
retaindb
supermemory
__init__.py