← 返回列表

dsh-trilogy

DeepSeek Harness 记忆 新上架 低风险

DeepSeek Harness 的项目记忆插件。每个工作区三份 Markdown 文件(PROJECT.md / DECISIONS.md / SESSIONS.md):会话首个步骤自动创建、内容变了才重新注入(被上下文压缩挤掉也会重注入),并按分类经 memory_checkpoint 工具写回,在「干了实事却没记录」时给一次收尾提醒。memory_read 与 memory_search 可读活日志与归档,后者走零依赖 BM25 索引。会话日志上限 200 条,溢出搬进 SESSIONS-archive.md —— 不自动注入,但可见、可读、可搜,并能逐条恢复。设置界面:带路径筛选的工作区列表 / 三份记忆文件与归档的只读页签 / 重新读取 / 单个工作区记忆包的导出导入(JSON)/ 两步确认的清除 / AGENTS.md 指令段的重写或移除面板 / PROJECT.md 陈旧提醒。输入框状态图标显示该工作区的同步状态,无记忆时可点击创建。零依赖——不含向量库、embedding 或模型调用。

Per-project memory for DeepSeek Harness. Three Markdown files per workspace — PROJECT.md, DECISIONS.md and SESSIONS.md — are auto-created on the first step of any session in that workspace, re-read from disk and re-injected only when they change (and re-injected if compaction dropped them), and written back by classification through a memory_checkpoint tool, with a bounded end-of-turn nudge when a turn did work but recorded nothing. memory_read and memory_search read the live log and the archive, the latter over a zero-dependency BM25 index. The session log is capped at 200 entries with the overflow moved to SESSIONS-archive.md — never injected, but visible, readable and searchable, and restorable one entry at a time. Settings page: a workspace list with a path filter, read-only tabs for the three memory files plus the archive, reload, export/import of one workspace's memory as a JSON bundle, a two-step clear, a panel that rewrites or removes the AGENTS.md instruction block, and a PROJECT.md staleness reminder. A composer status chip shows that workspace's sync state and creates the files on click. Zero dependencies — no vector store, no embeddings, and no model calls.

怎么安装

DeepSeek Harness dsh plugin add github:TodayJin/dsh-trilogy

简介

dsh-trilogy **给 DeepSeek Harness 的项目记忆插件** —— 为每个工作区维护三份 Markdown 记忆文件:**自动创建、自动加载、自动记录**。 记忆不该靠模型自觉。这些行为由 **host 插件**保证,而不是靠提示词提醒模型: | 能力 | 只靠提示词/技能 | 本插件 | |---|---|---| | 新建项目自动创建三个文件 | ❌ 要人工触发 | ✅ 会话启动时自动 scaffold | | 每个会话开始加载三个文件 | ❌ 靠模型记得读 | ✅ 自动注入 + 内容摘要去重 | | 进展分类记录进三个文件 | ⚠️ 靠模型自觉 | ✅ 收尾兜底提醒 + memory_checkpoint 工具 | 「会话冷启动」与「锁定决策」是原生实现,不依赖模型自觉。 --- 三个文件 全部在 <项目根>/memory/ 下。**项目根的判定规则**: **项目根 = 会话工作目录本身。** 插件完全不看版本控制 —— 你打开哪个目录,记忆就写在那个目录的 memory/ 里。工作区有没有 .git 都不影响判定。 若你想要「一个仓库一份记忆、不要每个子包各一份」,把 projectRootStrategy 设成 "marker", 插件才会向上找 projectRootMarkers(默认 .git)。 | 文件 | 职责 | 写入方式 | |-…

推荐参考

47 工具本身 · 参考星标、下载量、最近更新、安全检查和文档情况
用户关注 · 参考最近的查看、安装命令复制和外链访问
47 推荐程度
0访问
0独立访客
0复制安装命令
0下载点击
0外链跳转

信息

协议
MIT
语言
JavaScript
GitHub 星标
1
月下载
最近更新
2026-09-18
创建于
2026-09-12

链接

GitHub ↗ 报告问题 ↗

基础安全检查

检查结果
curated 收录但无 npm 包/安装命令
收录来源
curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
主题标签
agent-memory, cordis, cross-session-memory, deepseek-harness, dsh, dsh-plugin, markdown, memory

同类推荐

DeepSeek Harness
推荐83

dsh-mnemon

omdsh-dev/dsh-mnemon

由 Mnemon 驱动的 DeepSeek Harness(DSH)跨 Agent、本地优先的持久记忆插件。它可在支持 Mnemon 的 Agent 之间共享长期记忆,并提供运行时记忆、可检索项目档案、语义召回、知识图谱和 Sidebar UI。

☆ 393 ↓ 36.2K 记忆
DeepSeek HarnessClaude CodeCodex 精选
推荐81

memsearch

zilliztech/memsearch

为所有AI Agent(如Claude Code、Codex)提供的持久统一记忆层,由Markdown和Milvus支持。

☆ 2.6K ↓ 1.7K 记忆
DeepSeek Harness
推荐80

dsh-mnemon

dsh-external/dsh-mnemon

用于 DeepSeek Harness (DSH) 的跨代理、本地优先持久内存插件,由 Mnemon 驱动。它在启用 Mnemon 的代理之间共享长期记忆,并添加运行时记忆、可搜索项目文档、语义召回、知识图谱和侧边栏 UI。

☆ 393 ↓ 36.2K 记忆
MCP 服务器Claude Code
推荐80

markdownify-mcp

zcaceres/markdownify-mcp

用于将几乎任何内容转换为Markdown的Model Context Protocol服务器。

☆ 3.0K ↓ 1.2K 记忆