winterhuan/dsh-shadow-mind
winterhuan★ 0TypeScript最后同步: 2026-08-16
Parallel cognitive runtime for DeepSeek Harness, ported from pi-shadow-mind
README 摘要
dsh-shadow-mind Parallel cognitive runtime for DeepSeek Harness (DSH / Cordis). This package is a DSH port of the original pi-shadow-mind project, which runs multiple "Shadow Mind" agents beside a main agent to provide independent reviews, fact-checking, and parallel cognitive work. Status : functional prototype / early port. Core heartbeat scheduling, read-only shadow agents, and management tools work end-to-end. Several advanced features from pi-shadow-mind are not yet fully migrated. See Gaps vs pi-shadow-mind below. Relation to pi-shadow-mind - Original project: https://github.com/liuzhengdongfortest/pi-shadow-mind - This port adapts the same concepts to the DSH/Cordis runtime. - Because DSH uses different primitives (continuable subagents, native background notices, and the Cordis plugin model), the implementation is not a line-by-line translation. Features - Heartbeat scheduling : After each main-agent turn, randomly activates configured Shadow Minds. - Read-only shadows : Each shadow receives a sanitized main-session trajectory and a restricted tool allowlist. - Management tools : Create, update, delete, list, enable, and disable shadow definitions via model tools. - Config …
在 GitHub 查看完整 README →