D
@graysilver/dsh-evolve-modes
v0.3.1 · 0 天前发布
Composable working, reasoning, quality, and human-reviewed self-evolution controls for DeepSeek Harness Web.
README
DeepSeek Harness Evolve Modes
让 Agent 的工作方式可组合、可审查、可持续改进,最终实现 Agent Self Evoling。
dsh-evolve-modes 是 DeepSeek Harness 的独立 Web 插件。它在输入区提供一个紧凑的工作流控制项,让你组合 Agent 的工作状态、思考策略、质量门禁和自进化行为。
插件不 fork DeepSeek Harness,不复制 Agent loop,也不修改核心代码。安装后,当前任务使用的组合始终显示在输入区旁;全局“自进化模式”设置则负责管理跨会话的学习提议和已批准规则。
快速安装
推荐通过 npm 将固定版本安装到 DeepSeek Harness Web profile:
sh
npx -y @deepseek-ai/dsh plugin --profile web add @graysilver/dsh-evolve-modes@0.3.1
如果已经全局安装 DSH CLI,可以使用简写:
sh
dsh plugin --profile web add @graysilver/dsh-evolve-modes@0.3.1
也可以直接安装对应的 GitHub Release 包:
```sh
dsh
版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ✅ 兼容 | cordis patch ✅ |
dsh@0.1.0 | ✅ 兼容 | 标准 patch ✅ |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- @graysilver/dsh-evolve-modes
- Repo
- git+https://github.com/GraySilver/dsh-evolve-modes.git
- Engines
{"node":"^22.19.0 || >=24.0.0"}- Weekly DL
- 0
- Monthly DL
- 0
- dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"},"client":{"platform":"web","inject":["@deepseek-ai/dsh-api-remotes","@deepseek-ai/dsh-client-runtime","@deepseek-ai/dsh-client-connection","@deepseek-ai/dsh-client-locale","@deepseek-ai/dsh-client-ui-conversation","@deepseek-ai/dsh-client-ui-primitives","@deepseek-ai/dsh-client-ui-settings","@deepseek-ai/dsh-client-ui-slots"]}}