# 第八章 开发框架全景

纸上得来终觉浅，现在进入实战。本章深入当前最热门的智能体开发框架生态。核心分层：流程编排(图/状态机) → 多智能体协作 → 数据/RAG驱动 → 企业级SDK → 平台级接口。帮助你在不同场景下做出正确的技术选型。

## 学习目标

完成本章后，你将能够：

1. **理解** 不同框架形态的设计哲学与权衡
2. **选择** 适合场景的框架与架构
3. **实现** 流程编排、多智能体、RAG驱动等典型模式
4. **对比** 开源与平台级方案的取舍

### 快速选型参考

| 场景          | 推荐形态       | 核心理由            |
| ----------- | ---------- | --------------- |
| 企业核心业务流     | 图编排/状态机    | 状态可控、支持人工介入、容错强 |
| 代码生成/数据分析   | 生成-执行闭环    | 可运行、可验证、可修复     |
| 内容创作/快速Demo | 角色任务编排     | 上手快、交付形态清晰      |
| 数据检索/RAG应用  | 数据/RAG驱动   | 索引与检索能力强、多格式支持  |
| 企业现有系统集成    | 企业级SDK/连接器 | 权限、审计与连接器生态完善   |

***

**下一节**: [框架生态概览与选型指南](/agentic_ai_guide/di-san-bu-fen-gong-cheng-shi-jian-yu-luo-di/08_frameworks/8.1_ecosystem.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yeasy.gitbook.io/agentic_ai_guide/di-san-bu-fen-gong-cheng-shi-jian-yu-luo-di/08_frameworks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
