DeepSeek Agent
插件市场知识与记忆dsh-memory
DEEPSEEK HARNESS PLUGIN

dsh-memory

暂无项目说明,请在安装前阅读源码与文档。

插件介绍

暂无项目说明,请在安装前阅读源码与文档。

deepseek-harnessdsh-bundledsh-pluginmemory

项目详情摘要

dsh-memory `dsh-memory` is a local, Git-backed long-term-memory plugin for DeepSeek Harness (DSH). It adds one persistent setting, a safe settings-page workflow for clearing memories, and an optional idle-session synchronizer. The host plugin injects memory guidance only when `memory.enabled` is true; the UI plugin lets a user inspect the repository state, toggle the setting, and clear learned memory through a deliberate two-step confirmation. What it does Stores durable memory in a local Git repository, not in this source repository or a hosted service. Registers the `memory` settings namespace immediately, so `memory.enabled` takes effect for the next model call without restarting DSH. Shows a long-term-memory row in DSH settings with repository status and a double-confirmation **Delete memory** action. Preserves a Git recovery point before clearing `summary.md`, `handbook/`, `rollouts/`, and `archive/`: a clean repository reuses its existing HEAD, while dirty target paths get a dedicated checkpoint commit; the next commit records the cleared state. Refuses unsafe repository layouts, symbolic-link escapes, non-repository roots, and path races during a clear operation. Can process only idle local session logs through an optional headless synchronizer. The synchronizer defaults to `workspace-write`, never silently installs DSH, and forwards only an allowlisted environment. Capabilities This README describes stable user-facing behavior. Release-by-release implementation details are intentionally kept out of this page; see CHANGELOG.md and the GitHub releases for historical changes. Local Git-backed memory Memory stays in a local Git repository. There is no hosted memory service or cloud vector database. Markdown records support front matter, namespaced ids, provenance, e

摘自项目公开 README,可能随上游仓库更新。

安装方法

建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。

npx -p @deepseek-ai/dsh dsh plugin --profile web add github:seriousz158/dsh-memory

使用前检查

  • 确认项目符合 DSH bundle 规范,而不只是相关仓库。
  • 阅读许可证和安装脚本,检查网络、文件及执行权限。
  • 备份配置,并确保插件能够安全卸载或回滚。