Skip to content
dsh-market Browse plugins GitHub 中文

jinguanghai/deepseek-harness-forge-plugins#forge-memory

BM25 keyword-based memory recall.

Stars ★ 3 Category Memory Listed 2026-08-14

Install

Inside DeepSeek Harness, with dsh-market

dsh plugin --profile web add dshmarket

Or from the command line

dsh plugin --profile web add github:jinguanghai/deepseek-harness-forge-plugins#path:/plugins/forge-memory

Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.

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.

Content from the project README on GitHub ↗