LLM-driven remember/forget memory: after each turn a model decides what to keep (MemoryDirector), injects relevant memories before each step, dedups, and persists cross-session.
- Added
- 2026-08-15
GitHub info
- Primary language
- TypeScript
- Last push
- Aug 15, 2026, 6:06 AM
- Maintainer
- ljsysfurryACE
- Added
- 2026-08-15
Install
dsh plugin --profile web add github:ljsysfurryACE/dsh-memory-directorREADME badge
Add this Markdown to your plugin README to link back to its listing.
[](https://dshget.com/plugins/ljsysfurryACE/dsh-memory-director)Related plugins
Memorydsh-compaction
★ 1Compaction backend replacing LLM summarization with a deterministic semantic extractor (keeps code/paths/commands, drops chatter) plus 28.4x KV-compression accounting.
OpenViking#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.