creativedswork/dsh-expmem

creativedswork★ 0TypeScriptLast synced: 2026-08-17

Open on GitHub

Experience Memory for DeepSeek Harness

README excerpt

DSH ExpMem English 简体中文 Experience Memory for DeepSeek Harness. DSH ExpMem is a community plugin, not an official DeepSeek project. It gives a DSH agent a file-backed Archive for distilled user habits, task experience, and reusable insights while reusing DSH's existing session history as Recall. Architecture - Recall is verbatim prior-session history. DSH already stores it in JSONL and provides search through dsh-session-query . - Archive is stable knowledge deliberately distilled by the agent. ExpMem stores one readable JSON file per record. - Pressure promotion asks the current agent to preserve high-value experience before DSH compacts the context. - ExpMem does not duplicate session events or modify the Agent Loop. Install The bundle: 1. enables the existing DSH session-query SQLite backend on first search; 2. adds DSH's session search , session event search , trace, and read tools; 3. adds expmem search , expmem write , and expmem forget ; 4. enables one ExpMem promotion notice per DSH compaction cycle. Start DSH normally: Import Claude Code and Codex Memory Preview and then import both agents' generated Markdown memories: The defaults are /.claude/projects/ /memory/ .md for C…

View full README on GitHub →
Agentsagent-memoryclaude-codecodexdeepseek-harnessdsh-pluginexperience-memorylong-term-memorytypescript

Category