dsh-hybrid-memory
Frog755
DSH 本地混合记忆插件:L1 冻结快照(MEMORY.md/USER.md 注入 system prompt,保 prefix cache)+ L2 可检索知识库(facts + SQLite FTS5,滑窗分词支持中文检索)+ L3 从 Hermes/Claude Code/Codex/WorkBuddy 导入(账本去重);会话首步或记忆触发词自动注入相关事实,skill 加载后自动召回;数据全部留在本地。
Three-layer local memory for DeepSeek Harness: L1 frozen-snapshot memory (MEMORY.md/USER.md injected into the system prompt, prefix-cache friendly) + L2 searchable knowledge base (facts + SQLite FTS5, Chinese search via sliding-window tokenization) + L3 import from Hermes/Claude Code/Codex/WorkBuddy with dedup. Auto-injects relevant facts on the first step or memory trigger words (agent/pre-step) and after skill loads (tools/post-execute); data stays on the local drive.
安装命令
dsh plugin --profile web add github:Frog755/dsh-hybrid-memory该命令来自上游目录,本站的自动审核尚未覆盖它——执行前请自行核对仓库。
安装后运行 dsh --profile web --dump-config 并重启对应 profile。插件会以你的本机权限运行第三方代码,安装前请检查源码。