JunNanLYS/dsh-layered-memory

插件 ⭐ 1 MIT developer-toolsmemoryweb-ui

DeepSeek Harness长期记忆:对话自动蒸馏为事实/场景/画像三层记忆,每步自动召回注入——让AI基于证据说话,零操作无感使用。

catalog 简介:让 DeepSeek Harness 拥有长期记忆:对话自动蒸馏为事实/场景/画像三层记忆,每步自动召回注入——让 AI 基于证据说话,零操作无感使用 | Long-term memory for DeepSeek Harness: conversations auto-distilled into facts, scenes & persona, recalled before every step — so the AI speaks from evidence, not guesses. Zero effort.

安装

# 方式一:npx 直接跑官方 CLI(无需预装 dsh;可 pin 版本,如 dsh-layered-memory@0.7.1)
npx -y @deepseek-ai/dsh plugin --profile web add dsh-layered-memory

# 方式二:已装 dsh CLI(dsh 是 pnpm 转发器,未装 pnpm 时先 npm i -g pnpm)
dsh plugin --profile web add dsh-layered-memory

# 包源备选:GitHub 仓库 / 本地路径(开发调试,link: 指向仓库,npm run build + 重启 dsh 即生效)
dsh plugin --profile web add https://github.com/JunNanLYS/dsh-layered-memory
dsh plugin --profile web add /path/to/dsh-layered-memory

JunNanLYS/dsh-layered-memory 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。