跳到正文
dsh-market 浏览插件 GitHub EN

timwhitez/dsh-self-evolving#packages/dsh-self-evolving

证据优先的自进化控制器:有界生成 Cordis 候选插件,一次性真实 Loader 准入,Harbor 评测,可崩溃恢复的日志化谱系。

Star 数 ★ 2 分类 工作流与自动化 收录于 2026-08-16 npm @dsh-self-evolving/core

安装

在 DeepSeek Harness 里通过 dsh-market 安装

dsh plugin --profile web add dshmarket

或使用命令行

dsh plugin --profile web add @dsh-self-evolving/core

装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络。请先审阅源码,并尽量锁定 commit(github:owner/repo#sha)。

README

该插件的 README 只有英文版本。

Trusted durable RSI controller for DeepSeek Harness (DSH): content-addressed object store, hash-chain journal, pure state reducer + snapshot, action saga, and a budget double-entry ledger. The filesystem is the source of truth; indexes are derived.

It is published as part of the dsh-self-evolving project and is installable as a DSH profile bundle:

export DSH_SELF_EVOLVING_STATE_DIR="${XDG_STATE_HOME:-$HOME/.local/state}/dsh-self-evolving/demo-1"
export DSH_SELF_EVOLVING_RUN_ID=demo-1
dsh plugin --profile headless add @dsh-self-evolving/core@0.2.3

The bundle fails Config validation when the state root or run id is omitted, by design.

Claim boundary: this package verifies stable iteration, crash recovery, and a fixed-replay engineering effect. It does not claim a Terminal-Bench score improvement, sealed promotion, leaderboard result, or SOTA.

内容来自项目 README(GitHub)↗