@monkey-harness/pi-hermes-memory
v0.1.4
Published
pi facade for the shared Hermes-style memory system. All memory logic lives in @monkey-harness/hermes-memo-core; this package keeps only the pi plugin-interface glue: prompt injection plus memory/memory_search tool registration. Ported from pi-hermes-memo
Maintainers
Readme
@monkey-harness/pi-hermes-memory
Thin pi facade over the shared Hermes-style memory core
(@monkey-harness/hermes-memo-core).
It is only the pi plugin-interface glue — no storage, format, locking, or
search logic lives here.
Ported from pi-hermes-memory v0.9.6 (MIT, (c) Chandra Teja).
What it registers
memorytool — list / add / replace / remove acrossmemory,user,project, andfailuretargets (calls the coreMemoryStore).memory_searchtool — FTS5 search over the shared SQLite mirror (calls the coresearchMemories).before_agent_starthook — injects persistent memory into the system prompt (calls the corebuildPromptContext).
pi and DeepSeek Harness share one store at ~/.monkey-harness/hermes-memory/.
Install
pi remove pi-hermes-memory # if the old extension is installed
pi install npm:@monkey-harness/pi-hermes-memoryLicense
MIT — portions ported from pi-hermes-memory (MIT, (c) Chandra Teja).
