Milbaxter/dsh-critique-loop ↗★ 0
dsh-critique-loop
DeepSeek Harness plugin: forces one critique-and-improve round after each completed turn.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Milbaxter/dsh-critique-loop说明文档
阅读完整 README ↗Configuration
In your cordis.yml or bundle configuration:
- id: dsh-critique-loop
name: dsh-critique-loop
config:
enabled: true
maxRounds: 1
prompt: "Critique what you just did. Be specific about mistakes, gaps, and weaker choices. If the critique finds something worth changing, apply the improvement now. If nothing material needs changing, say so briefly and stop."
Options
| Option | Type | Default | Description |
|---|---|---|---|
enabled | boolean | true | Master switch to enable/disable the critique loop. |
maxRounds | number | 1 | Maximum self-critique rounds per turn before stopping. |
prompt | string | (standard prompt) | Custom critique instruction steered into the agent. |