Long-term memory for DeepSeek Harness kept as plain markdown, one fact per file, readable in any editor. The `MEMORY.md` index has a hard 200-line / 25 KB cap enforced by `ctx.tools.guard()`: a write that would grow an over-cap index is denied, while a rewrite that shrinks it always passes, so an oversized index can be compacted step by step. The plugin never writes memories on its own — what is kept is decided by you and the model. The same store is also used by Claude Code, Codex, Kiro and OpenClaw.
- GitHub stars
- 167
- License
- MIT
- Added
- 2026-08-16
GitHub info
- GitHub stars
- 167
- License
- MIT
- Primary language
- Python
- Last push
- Aug 20, 2026, 7:29 AM
- Maintainer
- tinqiao-oss
- Added
- 2026-08-16
Install
dsh plugin --profile web add dsh-engramoryREADME badge
Add this Markdown to your plugin README to link back to its listing.
[](https://dshget.com/plugins/tinqiao-oss/engramory%23plugin)Related plugins
MemoryOpenViking#examples/dsh-memory-plugin
★ 34201OpenViking memory and context bundle for DeepSeek Harness: pre-step auto-recall and profile injection, session capture, `viking://` URI guarding, and recall/write memory tools backed by an OpenViking server.
hindsight#coding-agents
★ 21624Hindsight, agent memory that learns: long-term project memory with auto recall and retain, knowledge pages, deep reflection, and per-repo memory banks.
ReMe#typescript
★ 3367Connects DeepSeek Harness to ReMe's local-first, self-evolving personal knowledge base: automatically captures completed main-agent conversations as user-owned Markdown memory, searches conversations and source material through reme_search with BM25, optional embeddings, and wikilink expansion, and schedules daily memory consolidation.