Junkrat9527/dsh-double

Junkrat9527★ 0JavaScript最后同步: 2026-08-19

在 GitHub 打开

dsh-double: self-management & self-evolution for DeepSeek Harness — snapshot, config pre-check, blue-green evolve with auto-rollback, standby supervisor. 让 dsh 自己管理自己/自我进化/故障自愈。

README 摘要

dsh-double dsh manages dsh — and twin dsh talks to twin dsh. A self-management, self-evolution & twin-communication plugin for DeepSeek Harness: blue-green self upgrades, health probing, last-known-good snapshots, plus an isolated testbed twin — a full second dsh instance the main can operate freely, that talks back agent-to-agent and evolves the main after proving changes in its sandbox. What it does A typical agent that modifies itself dies on restart, then needs an outside agent to come rescue it. dsh-double closes that loop so the agent can evolve itself safely: 1. Self-evolution (blue-green) — a change set is applied to a standby copy first, statically pre-checked ( dump-config , YAML/JSON syntax, bundle resolvability, NO ADAPTER guard, duplicate loader-entry detection) and trial-booted. Only when both pass is the change applied to the main dsh, which then restarts and must confirm healthy before the standby is stopped . If the main fails to boot, it auto-rolls back to the pre-evolution snapshot. 2. Health probing — main instance health is verified by TCP + HTTP + process checks (dsh writes no pid file), with the evidence chain shown in status . 3. Snapshots / last-known-good …

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdsh-pluginself-evolutionself-healingself-managementagent

分类