一款来自字节跳动的开源项目。
它叫 DeerFlow,一个超级智能体架构。
# 克隆仓库
git clone https://github.com/bytedance/deer-flow.git
cd deer-flow
# 生成配置文件
make config
# 编辑 config.yaml 配置你的模型
# 至少配置一个模型,例如 GPT-4
# 启动服务
make docker-init # 拉取沙盒镜像(只需一次)
make docker-start # 启动服务
# 访问 http://localhost:2026