Perfirstvito/dsh-prospector ↗★ 0
dsh-prospector
GitHub research assistant for DeepSeek Harness: model-facing tools to search repositories, read READMEs/source, and clone candidates, so the agent can prospect open-source solutions for an idea and synthesize an implementation plan.
AI 分析
核心用途是开源方案的前期调研与技术选型。适合需要 AI 智能体自主在 GitHub 上寻找开源替代方案、阅读文档并合成技术实现计划的软件开发任务。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Perfirstvito/dsh-prospectorドキュメント
README 全文を読む ↗Configuration
| Field | Default | Meaning |
|---|---|---|
client | rest | Read backend: rest (in-process HTTP) or gh (GitHub CLI). Clone always uses git. |
ghPath | gh | Path to the gh executable. |
workspaceRoot | ~/dsh-prospector | Root where per-topic folders and clones live. |
maxReadmeBytes | 200000 | Byte budget per README. |
maxFileBytes | 100000 | Byte budget per file. |
maxTreePaths | 2000 | Max file paths per tree listing. |
searchLimit | 10 | Default search result count. |
maxAttempts | 3 | Max REST attempts (retries on rate-limit/server/network errors). |
fallbackToGh | true | Fall back to gh when REST hits an infrastructure error. |