dsh-memory-triage
DeepSeek Harness 记忆分诊插件:每轮对话结束自动判断条目保留或归档,把项目条目迁入 project 桶、全局条目留在总体记忆,合并近义重复条目,规则拿不准时用 LLM 兜底;自动动作只做可恢复的归档,永不直接删除。
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.
怎么安装
dsh plugin add dsh-memory-triage 简介
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…
推荐参考
信息
- 协议
- GPL-3.0
- 语言
- JavaScript
- GitHub 星标
- 1
- 月下载
- –
- 最近更新
- 2026-08-28
- 创建于
- 2026-08-24
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek-harness, dsh, dsh-plugin, memory
同类推荐
dsh-mnemon
omdsh-dev/dsh-mnemon
由 Mnemon 驱动的 DeepSeek Harness(DSH)跨 Agent、本地优先的持久记忆插件。它可在支持 Mnemon 的 Agent 之间共享长期记忆,并提供运行时记忆、可检索项目档案、语义召回、知识图谱和 Sidebar UI。
markdownify-mcp
zcaceres/markdownify-mcp
用于将几乎任何内容转换为Markdown的Model Context Protocol服务器。
hindsight
vectorize-io/hindsight/tree/main/hindsight-integrations/coding-agents
Hindsight:会学习的 Agent 长期记忆系统,自动召回/保存、知识页、深度反思与按仓库隔离的记忆银行。
neurolink
juspay/neurolink
一个TypeScript接口,支持24+ LLM提供商——无需重写即可切换提供商。原生MCP(连接任何MCP服务器)、语音(TTS/STT/实时)、RAG、记忆、文件处理器。生产起源:为Juspay的Tara、Yama和Clairvoyance提供动力。