Leitarkkk/dsh-research-nudge ↗★ 1
dsh-research-nudge
Research-debt guard for DeepSeek Harness: nudges coding agents to search docs, GitHub and the web before repeated local trial-and-error.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Leitarkkk/dsh-research-nudge说明文档
阅读完整 README ↗Configuration
Edit the plugin entry in the profile's Cordis configuration:
dsh-research-nudge:
enabled: true
debtThreshold: 20
maxToolCallsWithoutResearch: 15
maxMinutesWithoutResearch: 15
cooldownMinutes: 10
ordinaryToolDebt: 1
mutationDebt: 2
executionDebt: 1
failureDebt: 4
repeatedFailureDebt: 6
researchTools:
- web_search
- web_fetch
- github_search
- docs_search