DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Evolver — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
E

dsh-evolver

Evolver

面向 DeepSeek Harness 的可审计、由验证器门控的自我演进。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:cofy-x/dsh-evolver#62442c658ba3a46b2d2dcfef027b7204f46475eb
README兼容性版本

兼容性与来源证明

Evolver 以 dsh-evolver 发布,当前版本为 0.1.0-alpha.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/11

版本

0.1.0-alpha.1prerelease
2026/9/11
查看其余 1 个版本收起版本
0.1.0-alpha.0prerelease
2026/9/4

相关插件

正在加载相关插件…

最新版
0.1.0-alpha.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/11
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 agents-orchestration 分类下经过校验的插件。

Headless@deepseek-ai/dsh-headlessdsh one-shot bundle:基于 dsh-base 的直接核心 Agent/Session 运行器,不包含 Host、HTTP 或浏览器层Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序Subagent Claude Code@deepseek-ai/dsh-subagent-claude-code基于官方 Agent SDK 的一次性 Claude Code 子代理提供方

README

DSH Evolver

English | 简体中文

Auditable, verifier-gated strategy evolution for DeepSeek Harness.

DSH Evolver turns bounded execution failures into reviewable strategy proposals. Verification, human acceptance and explicit promotion must all happen before guidance reaches a later Session. It does not autonomously edit DSH, plugins or user code. The product is experimental: its fixed diagnostic template and structural verifier do not establish improved task success.

Use

Install the published alpha into a DSH profile, then restart that profile:

dsh plugin --profile web add dsh-evolver@alpha
dsh --profile web --dump-config

The archive includes built JavaScript and declarations. Replace alpha with a published version for an exact candidate. package.json declares the development baseline and host compatibility; the registry channel may still point to an earlier release. Git installation remains available as dsh plugin --profile web add github:cofy-x/dsh-evolver and requires the development toolchain.

After a model-requested tool fails, use a command-capable DSH client:

/evolve list
/evolve patterns
/evolve pattern <pattern-id>
/evolve show <proposal-id>
/evolve accept <proposal-id>
/evolve promote <proposal-id>
/evolve evaluate <proposal-id>

Acceptance and promotion are separate human decisions. Reject with /evolve reject <proposal-id> <reason>; withdraw active guidance with /evolve rollback <proposal-id> <reason>. Promotion and rollback affect later Sessions without erasing history.

Contract

The offline plugin exposes ctx.evolver, groups redacted failures into exact-signature patterns and manages proposal generations. Only promoted text enters model context through the public, logged agent.inject() channel. Evaluation is an exposure-scoped failure-rate comparison that informs human decisions, not automatic rollback or proof of causality.

The audit stores bounded diagnostic facts and canonical Session references, never complete transcripts, reasoning, tool arguments, credentials or complete tool output. Redaction is defensive, not a guarantee that arbitrary text is nonsensitive; protect the owner-only audit file. Use one active runtime per data directory.

Configuration is defined by the loader schema. The profile patch adds an optional plugin row to Web or Headless profiles. Evolver owns neither model credentials nor tool permissions and cannot execute proposal text or rewrite verifier, evaluator, approval or safety policy.

Develop and extend

Use Node.js 24 or newer and pnpm 11:

git clone https://github.com/cofy-x/dsh-evolver.git
cd dsh-evolver
pnpm install --frozen-lockfile
pnpm run build

Use pnpm run prepare:harness to build the pinned released Harness source for integration tests. Follow AGENTS.md and the verification guide. The documentation map routes architecture, release and experiment work. Architecture defines future priorities and extension prerequisites: establish useful strategy evidence before adding providers, automation or storage complexity.

Prior art and license

This independent, MIT-licensed DSH-native implementation is inspired in part by EvoMap/evolver and experience-driven agent-evolution research. It is not affiliated with or endorsed by EvoMap; no EvoMap source code, prompts or private formats are implementation inputs, and no protocol compatibility is claimed. See LICENSE.