hermes-agent/plugins
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
..
context_engine fix: robust context engine interface — config selection, plugin discovery, ABC completeness 2026-04-10 19:15:50 -07:00
memory feat: add CerebroCortex memory provider plugin 2026-04-11 21:45:47 +02:00
__init__.py feat(memory): pluggable memory provider interface with profile isolation, review fixes, and honcho CLI restoration (#4623) 2026-04-02 15:33:51 -07:00