deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:CuteSamurai24/dsh-md-memory
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
English | 简体中文
A small file memory plugin for DeepSeek Harness. The model writes what should persist as markdown under ~/.dsh/memory. Next session, the host injects it.
This is not a second brain. The community already has fuller memory plugins (auto-extract, vector search, settings dashboards). This one stays small: the disk holds files you can open in a text editor, and nothing is saved unless the model calls memory.
MIT
user.md (cross-project) / agent/MEMORY.md (hot rules) / agent/topics/*.md (on-demand topics)AGENTS.md, not heresearch is a plain substring)Do not install this next to another plugin that also registers a tool named memory.
dsh plugin --profile web add github:CuteSamurai24/dsh-md-memory
Then restart dsh web.
Uninstall:
dsh plugin --profile web remove dsh-md-memory
Files stay in ~/.dsh/memory. Uninstalling the plugin does not delete them.
~/.dsh/memory/
user.md You, across projects: identity, tone, standing preferences
agent/MEMORY.md Hot rules for almost every session (keep this short)
agent/topics/*.md Topics, read when the description matches
On Windows that is C:\Users\<you>\.dsh\memory\. Open the files in Notepad to check, edit, or delete.
One tool, named memory:
| Operation | Use |
|---|---|
read / search / list |
Read |
append / edit / write |
Write a layer |
create / delete |
Manage topics |
Appending to user requires a one-sentence reason: why this still holds on a different project.
Caps: user 8KB, hot rules 12KB, one topic 20KB. Long material goes in a topic.
On by default. In ~/.dsh/settings.yaml:
md-memory:
enabled: false
Later turns in this process stop injecting and stop offering the tool. Restarting dsh web is the simplest way.
DSH has no official long-term memory product. The community already has KV stores, auto-extract, persona files, and heavier “evolve” suites. This plugin only covers one narrow need: the model writes markdown, a human can open it.
MIT © CuteSamurai24
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。