Milbaxter/dsh-critique-loop0

dsh-critique-loop

DeepSeek Harness 插件,在每个对话回合完成后强制执行一轮自我审查与改进(critique-and-improve)。

AI 分析

核心用途是提升 Agent 输出的准确性与质量。适合对生成结果要求极高、希望 Agent 在输出前自动进行纠错和优化的用户。

包名
dsh-critique-loop
版本
0.1.0
许可证
Apache-2.0
最近更新
2026年9月1日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Milbaxter/dsh-critique-loop

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

OptionTypeDefaultDescription
enabledbooleantrueMaster switch to enable/disable the critique loop.
maxRoundsnumber1Maximum self-critique rounds per turn before stopping.
promptstring(standard prompt)Custom critique instruction steered into the agent.