Leitarkkk/dsh-research-nudge1

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.

AI 분석

核心用途是规范和优化 AI 编码 Agent 的工具调用行为。适合使用 DSH 进行自动化编程、希望减少 Agent 盲目本地试错消耗的用户。

패키지
dsh-research-nudge
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 17.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Leitarkkk/dsh-research-nudge

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