安装
在 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.