dsh-memory-triage
Memory triage for DeepSeek Harness: at the end of each turn it decides which entries to keep and which to archive, routes project-specific ones into a project bucket while global ones stay in the main store, merges near-duplicate entries, and falls back to an LLM when the rules are unsure — automatic actions are recoverable archives only, never deletions.
DeepSeek Harness 记忆分诊插件:每轮对话结束自动判断条目保留或归档,把项目条目迁入 project 桶、全局条目留在总体记忆,合并近义重复条目,规则拿不准时用 LLM 兜底;自动动作只做可恢复的归档,永不直接删除。
How to install
dsh plugin add dsh-memory-triage About
dsh-memory-triage DeepSeek Harness 记忆分诊插件:自动判断记忆保留 / 归档,并自动路由到项目桶或总体桶。 规则优先 + LLM 兜底。自动动作只做可恢复的归档,永不直接删除。 功能 每轮对话结束自动分诊(防抖 5s + 阈值触发:新增 3 条或 3000 字符) 全局条目(用户画像、沟通偏好、纪律等)留在总体记忆 项目条目(具体项目的状态与决策)自动迁入 project 桶 低价值条目(importance ≤ 2 且非全局豁免的 preference)归档 近义重复条目自动合并(标题 dice 相似度 ≥ 0.62 或内容包含),其余归档 规则拿不准的条目用 LLM 兜底判定(每批 ≤ 8 条,失败静默跳过) 镜像 Markdown 与 dsh-mneme 格式字节级兼容,人工编辑仍可合并回库 安装 插件文件放到 ~/.dsh/profiles/web/plugins/dsh-memory-triage,在 ~/.dsh/profiles/web/cordis.patch.yml 挂载: yaml insert: id: dsh-memory-triage name: ./plugins/dsh-memory-triage/lib/index.js config: memoryDir: ~/.dsh/memory enabled: true d…
Recommendation signals
Meta
- License
- GPL-3.0
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-08-28
- Created
- 2026-08-24
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh, dsh-plugin, memory
Related plugins
dsh-mnemon
omdsh-dev/dsh-mnemon
Cross-agent, local-first persistent memory plugin for DeepSeek Harness (DSH), powered by Mnemon. It shares long-term memory across Mnemon-enabled agents and adds runtime memory, searchable project documents, semantic recall, knowledge graph, and a Sidebar UI.
markdownify-mcp
zcaceres/markdownify-mcp
A Model Context Protocol server for converting almost anything to Markdown
hindsight
vectorize-io/hindsight/tree/main/hindsight-integrations/coding-agents
Hindsight, agent memory that learns: long-term project memory with auto recall and retain, knowledge pages, deep reflection, and per-repo memory banks.
neurolink
juspay/neurolink
One TypeScript interface for 24+ LLM providers — swap providers without rewriting. MCP-native (connect any MCP server), voice (TTS/STT/realtime), RAG, memory, file processors. Production-origin: powers Tara, Yama, and Clairvoyance at Juspay.