timwhitez/dsh-self-evolving--packages-dsh-self-evolving1

@dsh-self-evolving/core

可信且持久的 RSI 控制器插件:包含内容寻址对象存储、哈希链日志、纯状态还原与快照、动作 Saga 及预算复式记账法。

AI 分析

核心用途是为自我进化系统提供崩溃安全的文件系统级状态控制。适合需要高可靠性、防灾恢复的自动化 Agent 运行环境。

包名
@dsh-self-evolving/core
版本
0.2.3
许可证
Apache-2.0
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:timwhitez/dsh-self-evolving#4eb3bb4058dce4330ecbfc2b96e9c2bdabb71677&path:packages/dsh-self-evolving

@dsh-self-evolving/core

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.