deep-research
Installation
SKILL.md
deep-research
多源检索 + 证据汇编 + 结构化报告。
调用
python3 skills/deep-research/run.py --topic '研究主题' --queries '["关键词1","关键词2"]' --max_results 5 --depth basic
参数
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| topic | string | 是 | 研究主题 |
| queries | string[] | 否 | 搜索关键词,默认自动生成 3 条 |
| max_results | int | 否 | 每条 query 结果数,默认 5 |
| depth | string | 否 | "basic" 或 "advanced" |
| fetch_urls | string[] | 否 | 额外抓取全文的 URL |