mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-21 23:46:50 +00:00
66 lines
2.3 KiB
Plaintext
66 lines
2.3 KiB
Plaintext
---
|
|
title: DeerFlow 文档
|
|
description: 了解 DeerFlow,使用 Harness 构建,并部署应用。
|
|
---
|
|
|
|
# DeerFlow 文档
|
|
|
|
DeerFlow 是一个用于构建和运行 Agent 系统的框架。它提供了一个运行时 Harness,可以将 Agent 与记忆、工具、技能、沙箱和子 Agent 组合在一起;同时还提供了一个应用层,将这些能力转化为可用的产品体验。
|
|
|
|
本文档围绕这两个部分组织:
|
|
|
|
- **DeerFlow Harness**:用于构建 Agent 系统的核心 SDK 和运行时层。
|
|
- **DeerFlow 应用**:构建在 Harness 之上的参考应用,用于部署、运维和终端用户工作流。
|
|
|
|
如果你想了解 DeerFlow 的工作原理,从简介开始阅读。如果你想基于核心运行时进行开发,请查阅 Harness 文档。如果你想将 DeerFlow 作为应用部署和使用,请查阅应用文档。
|
|
|
|
## 从这里开始
|
|
|
|
### 如果你是 DeerFlow 新手
|
|
|
|
先从概念概述开始。
|
|
|
|
- [简介](/docs/introduction)
|
|
- [为什么选择 DeerFlow](/docs/introduction/why-deerflow)
|
|
- [Harness 与应用的区别](/docs/introduction/harness-vs-app)
|
|
|
|
### 如果你想基于 DeerFlow 进行开发
|
|
|
|
从 Harness 章节开始。这条路径适合想将 DeerFlow 功能集成到自己系统中,或基于 DeerFlow 运行时构建自定义 Agent 产品的团队。
|
|
|
|
- [DeerFlow Harness](/docs/harness)
|
|
- [快速上手](/docs/harness/quick-start)
|
|
- [配置](/docs/harness/configuration)
|
|
- [自定义与扩展](/docs/harness/customization)
|
|
|
|
### 如果你想部署和使用 DeerFlow
|
|
|
|
从应用章节开始。这条路径适合想将 DeerFlow 作为完整应用运行,并了解如何配置、运维和实际使用的团队。
|
|
|
|
- [DeerFlow 应用](/docs/application)
|
|
- [快速上手](/docs/application/quick-start)
|
|
- [部署指南](/docs/application/deployment-guide)
|
|
- [工作区使用](/docs/application/workspace-usage)
|
|
|
|
## 文档结构
|
|
|
|
### 简介
|
|
|
|
简介章节帮助你在深入实现细节之前建立正确的思维模型。
|
|
|
|
### DeerFlow Harness
|
|
|
|
Harness 章节是技术文档的核心,面向想要构建基于 DeerFlow 系统的开发者。
|
|
|
|
### DeerFlow 应用
|
|
|
|
应用章节面向想要将 DeerFlow 作为可用产品部署的团队。
|
|
|
|
### 教程
|
|
|
|
教程章节提供实践性的、面向任务的学习内容。
|
|
|
|
### 参考
|
|
|
|
参考章节提供详细的查阅资料,包括配置、运行时模式、API 和代码映射。
|