songyang0603/dsh-open-deep-research0

dsh-open-deep-research

A configurable DSH-native Deep Research agent and reference implementation.

AI Analysis

提供可配置的深度研究智能体,支持自定义研究目的、背景、广度(聚焦/平衡/广泛)及输出格式。适合需要 AI 进行多步骤、系统化主题调研并生成报告的用户。

Package
dsh-open-deep-research
Version
0.1.0-alpha.4
License
MIT
Last updated
Aug 17, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:songyang0603/dsh-open-deep-research

⚙️ Configuration

OptionValuesDefault
--purposeFree textomitted
--contextFree textomitted
--breadthfocused, balanced, broadbalanced
--formatreport, brief, memoreport
--languageLanguage name or localequestion language
--jsonCanonical ResearchResult for completed or partial runsoff

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.