agent/hermes/plugins
Snider 711e2eef72 feat(hermes): add openbrain_context.py ContextEngine plugin
Python plugin implementing Hermes ContextEngine backed by OpenBrain.
compress() does centrality-ranked retrieval over a candidate pool
pulled via brain_recall rather than linear turn truncation. Falls
back to naive head+tail truncation when recall is unavailable so the
caller never sees a raised exception.

Closes tasks.lthn.sh/view.php?id=74
Co-authored-by: Codex <noreply@openai.com>

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-23 17:29:50 +01:00
..
__init__.py feat(hermes): add openbrain_memory.py MemoryProvider plugin 2026-04-23 17:12:10 +01:00
openbrain_context.py feat(hermes): add openbrain_context.py ContextEngine plugin 2026-04-23 17:29:50 +01:00
openbrain_memory.py feat(hermes): add openbrain_memory.py MemoryProvider plugin 2026-04-23 17:12:10 +01:00