dsh plugins中文
← Back to popular plugin directory

DeepSeek Harnesss local-first persistent memory infrastructure

zhujunpeng12/dsh-memory-system · skills

Local-first persistent memory infrastructure for DeepSeek Harness: hot bootstrap, Chinese-BM25 cold recall, lease-lock transactional writes, read-only governance.

★ 7GitHub stars
0Forks
2026-08-15Last updated
PythonLanguage
MITLicense

Project overview

dsh-memory-system — DSH 持久记忆基础设施 一套给 DeepSeek Harness (DSH) Agent 用的本地优先记忆系统:启动热记忆注入、可解释冷召回、租约锁保护的事务写入、只读治理与轨迹复盘。纯 Python + Markdown 文件,无数据库、无向量服务、无外部服务依赖。 重要边界:本仓库只包含「机制」,不包含任何个人数据。 记忆内容(画像、规则、事件、项目笔记)始终留在使用者自己的 Obsidian Vault 里,通过环境变量指向。 为什么需要它

在任意位置建一个记忆库(默认约定 /Documents/Obsidian Vault,可用环境变量覆盖): 2. 配置环境变量

Windows PowerShell 示例: 3. 生成热记忆包 4. 冷召回 5. 接入 DSH hooks(可选)

Install command

dsh plugin --profile web add github:zhujunpeng12/dsh-memory-system
View GitHub repository ↗Back to popular plugin directory