系统安装指南
前置环境准备:需要Python 3.10+和Docker环境,建议使用conda管理虚拟环境:
conda create -n auto_deep_research python=3.10
conda activate auto_deep_research
主要安装步骤
- Get source code:通过Git克隆仓库
- Dependent Installation:使用pip install -e .安装全部依赖包
- Key Configuration:复制.env.template文件并填写相应API密钥
配置要点说明
- 最小化配置:只需填写计划使用的模型密钥
- Security tips:切勿将.env文件上传至公开仓库
- 容器管理:工具会自动处理Docker镜像,无需手动操作
Verify Installation
(of a computer) runauto deep-research
命令检查工具是否正常启动,初次运行会自动下载所需Docker镜像。
This answer comes from the articleAuto-Deep-Research: Multi-Agent Collaboration to Execute Literature Queries and Generate Research ReportsThe