dsh-memoir
仅本地运行、零额外运行时依赖(仅使用 DSH 宿主 peer)且不调用外部服务的项目记忆:结构化 JSON 与自动生成的 PROJECT_MEMORY.md、按 token 有界并按会话冻结的 Hot Memory 以优化 prompt-prefix cache 命中、带查询缓存的跨项目 BM25 排序召回、可编辑/置顶/supersede/归档生命周期、可配置的顶层回合自动蒸馏,以及支持搜索、检查、诊断和实时设置的中英双语 Web 面板。
Local-only project memory with zero bundled runtime dependencies or external services: structured JSON plus generated PROJECT_MEMORY.md, token-bounded session-frozen Hot Memory designed to preserve prompt-prefix cache hits, cached cross-project BM25 ranked recall, editable pin/supersede/archive lifecycle, configurable top-level turn-end distillation, and a bilingual Web panel for search, inspection, diagnostics, and live settings.
怎么安装
dsh plugin add dsh-memoir 简介
dsh-memoir English · 中文 · 更新日志 · GitHub Releases **dsh-memoir 是 DeepSeek Harness 的本地项目记忆层:把 Agent 的工作结论、经验教训和后续行动持久化,并通过有界 Hot Memory 自动继承、按需排序召回和 Web GUI 管理,实现跨会话项目记忆。** Cache-aware local project memory for DeepSeek Harness. **Local-only**:全部数据留在本机(~/.dsh/dsh-memoir.json + 项目内 PROJECT_MEMORY.md) **零普通运行时依赖**:npm 包没有 dependencies,核心逻辑只依赖 DSH 平台契约与 Node.js 标准库 **Zero external memory service**:无向量数据库、无 embedding API、无云端记忆服务 **Bounded hot-memory injection**:token 预算内的 Hot Memory 自动注入 system prompt(默认 900/1200) **Ranked local recall**:倒排索引 + BM25 本地排序召回,memoir_read 按需检索长尾历史 **Web GUI**:中英双语侧边栏面板——…
推荐参考
信息
- 协议
- Apache-2.0
- 语言
- TypeScript
- GitHub 星标
- 21
- 月下载
- 1.2K
- 最近更新
- 2026-08-24
- 创建于
- 2026-08-14
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- agent, deepseek-harness, dsh-plugin, memory
同类推荐
hindsight
vectorize-io/hindsight/tree/main/hindsight-integrations/coding-agents
Hindsight:会学习的 Agent 长期记忆系统,自动召回/保存、知识页、深度反思与按仓库隔离的记忆银行。
memsearch
zilliztech/memsearch/tree/main/plugins/dsh
供 DSH 与其他编程 Agent 共享的 Markdown 记忆,支持自动捕获、步骤前上下文注入、搜索召回,以及通过审阅面板实现 memory-to-skill 自进化。