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/08/17

インストール

$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