Skip to content
dsh-market Browse plugins GitHub 中文

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

Evidence-first self-evolution controller: bounded Cordis candidate generation, one-shot real-Loader admission, Harbor evaluation, and a crash-resumable journaled lineage.

Stars ★ 2 Category Workflow & Automation Listed 2026-08-16 npm @dsh-self-evolving/core

Install

Inside DeepSeek Harness, with dsh-market

dsh plugin --profile web add dshmarket

Or from the command line

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

Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.

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.

Content from the project README on GitHub ↗