hermes-agent/plugins/memory
buckster123 20cfccdf1f feat: add CerebroCortex memory provider plugin
Brain-analogous AI memory with associative networks, ACT-R/FSRS decay,
spreading activation, and LLM-powered dream consolidation.

Features:
- 5 tools: cc_remember, cc_recall, cc_todo, cc_message, cc_health
- Automatic prefetch (relevant memories injected before each turn)
- Background sync (significant user messages auto-stored)
- Session end summaries
- Built-in memory mirroring (MEMORY.md writes → CerebroCortex)
- Delegation capture (subagent results stored as memories)
- Multi-agent messaging (send_message/check_inbox)
- Zero cloud dependencies — SQLite + ChromaDB + igraph, all local

Install: pip install cerebro-cortex
Repo: https://github.com/buckster123/CerebroCortex
Closes #7896
2026-04-11 21:45:47 +02:00
..
byterover refactor: add tool_error/tool_result helpers + read_raw_config, migrate 129 callsites 2026-04-07 13:36:38 -07:00
cerebrocortex feat: add CerebroCortex memory provider plugin 2026-04-11 21:45:47 +02: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 feat(honcho): add opt-in initOnSessionStart for tools mode and respect explicit peerName (#6995) 2026-04-11 00:43:27 -07:00
mem0 refactor: add tool_error/tool_result helpers + read_raw_config, migrate 129 callsites 2026-04-07 13:36:38 -07:00
openviking refactor: add tool_error/tool_result helpers + read_raw_config, migrate 129 callsites 2026-04-07 13:36:38 -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