安装
在 DeepSeek Harness 里通过 dsh-market 安装
dsh plugin --profile web add dshmarket
或使用命令行
dsh plugin --profile web add github:jinguanghai/deepseek-harness-forge-plugins#path:/plugins/forge-memory
装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络。请先审阅源码,并尽量锁定 commit(github:owner/repo#sha)。
README
该插件的 README 只有英文版本。
BM25 experience recall for DeepSeek Harness — the 铸剑炉 (Forge) memory discipline as a plugin: keep the context short, pull in only what is relevant.
| Tool | Purpose |
|---|---|
memory_recall |
BM25-ranked recall of past key findings (top-K, fresh-window aware) |
memory_save |
Atomic save of a key finding (tmp + rename, keeps .bak) |
memory_fold |
Fold a long section into a short index entry |
memory_fold_deep |
Deep-read a folded section back to full content |
Data lives in memory.json / .forge-temp/memory_current.json /
data/memory_current.json — bring your own memory file (empty templates in
data/). No npm dependencies.