winterhuan/dsh-shadow-mind ↗★ 0
@winterchenhuan/dsh-shadow-mind
Parallel cognitive runtime for DeepSeek Harness, ported from pi-shadow-mind
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:winterhuan/dsh-shadow-mind说明文档
阅读完整 README ↗Configuration
Shadow definitions and global config live in:
~/.dsh/agent/shadow-minds/
├── config.json
├── grounded-reviewer.md
├── requirement-keeper.md
└── ...
Example config.json:
{
"heartbeat_probability": 0.33,
"max_parallel_shadows": 2,
"default_shadow_timeout_seconds": 120,
"headless_drain_timeout_seconds": 30,
"result_batch_window_ms": 5000,
"default_shadow_model": null,
"default_thinking_level": "low",
"random_seed": null
}
Example shadow definition grounded-reviewer.md:
---
id: grounded-reviewer
name: Project Grounding Checker
enabled: true
activation_probability: 0.6
run_with_model: openai/gpt-5-mini
thinking_level: low
tools:
- read
- grep
- glob
---
Check whether the main agent's claims are supported by the current workspace. If nothing is worth reporting, reply exactly: NOT_RELEVANT.