DeepSeek Harness 插件

dsh-plugin

自进化团队记忆,以纯 Markdown 存于 Git:原生 Cordis 插件注册 38 个裸名记忆工具,并按每次组装动态注入 prompt-signals 段;含 RPE 强化、衰减与睡眠巩固;与 Claude Code(MCP)、OpenClaw 宿主共享同一数据仓;已对 DSH 0.1.0-rc.6 实测。

跳到安装方式

来源信息

GitHub 仓库
Co-Engram/Co-Engram
最近更新
2026年8月16日
分类
记忆
GitHub stars
10

安装

默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。

请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。

插件页面:https://deepseekplugins.org/zh/plugins/Co-Engram/Co-Engram~23dsh-plugin
GitHub:https://github.com/Co-Engram/Co-Engram/tree/main/packages/dsh-plugin
插件名:Co-Engram#dsh-plugin
作者:Co-Engram
安装命令:dsh plugin --profile web add @co-engram/dsh

确认前不要执行安装命令。

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

@co-engram/dsh

English | [中文](README.zh.md)

Co-Engram team memory for DeepSeek Harness — a native Cordis plugin.

  • 38 memory tools on ctx.tools with bare names (engram_search, engram_create, …) — same tool set as the Claude Code host.
  • Dynamic memory:co-engram prompt section (order 120): top tags, skill catalog, path overview and pending-proposal count are re-evaluated at every prompt assembly — write a memory and the next message already reflects it.
  • Process-lock coexistence: shares the same dataRoot with the Claude Code (MCP) and OpenClaw hosts; background maintenance and the web viewer run on a single elected holder.

Install

dsh plugin --profile <name> add @co-engram/dsh

That's it — the package declares a dsh.bundle patch, so the plugin is activated as a profile layer with zero manual cordis.patch.yml editing. Point co-engram at your data repo once (shared with other hosts):

npm install -g @co-engram/claude-code   # provides the `co-engram` CLI
co-engram config data-root $HOME/team-memory

Config (all optional)

- id: co-engram
  name: '@co-engram/dsh'
  config:
    language: en            # or zh — tool descriptions & prompt language
    startMaintenance: true  # background reinforce/forget/consolidate
    proposalEnabled: true   # implicit-capture proposal engine
    startViewer: true       # web viewer (default: follows proposalEnabled, holder-gated, port 18899)
    defaultCreatedBy: ''    # fallback creator (default: git author)

See [docs/host-dsh.md](../../docs/host-dsh.md) for the full reference.

This plugin vs the MCP bridge

MCP bridge (dsh-mcp-client)this plugin
Tool namesmcp__co-engram__*bare engram_*
Prompt guidanceserver instructions are not bridged — signals lostnative dynamic section, per-assembly
Claude Code hooks side effectyes (auto-installs into ~/.claude/settings.json)no

License

MIT