songyang0603/dsh-open-deep-research ↗★ 0
dsh-open-deep-research
A configurable DSH-native Deep Research agent and reference implementation.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:songyang0603/dsh-open-deep-research说明文档
阅读完整 README ↗⚙️ Configuration
| Option | Values | Default |
|---|---|---|
--purpose | Free text | omitted |
--context | Free text | omitted |
--breadth | focused, balanced, broad | balanced |
--format | report, brief, memo | report |
--language | Language name or locale | question language |
--json | Canonical ResearchResult for completed or partial runs | off |
Breadth sets the maximum number of research units to one, two, or three. Planning can choose fewer. Provider settings such as model route, Preset, working directory, source Tool allow-list, and maximum research concurrency are documented in Architecture.
Completed and partial runs exit with code 0; a partial run also writes a concise notice to stderr. Execution failures use 1, argument errors use 2, and user interruption uses 130. Failed or cancelled runs leave stdout empty.