Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/phase-2-engineering/01-agent-orchestrator.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
sidebar_position: 1
---

# Agent 编排框架
# 🚧 Agent 编排框架(编写中)

> **状态:** 本章节正在编写中,内容将在后续版本中完善。

*本页说明:Agent 编排*

Expand Down
4 changes: 3 additions & 1 deletion docs/phase-2-engineering/02-tool-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
sidebar_position: 2
---

# 工具注册表
# 🚧 工具注册表(编写中)

> **状态:** 本章节正在编写中,内容将在后续版本中完善。

*本页说明:工具注册表*

Expand Down
4 changes: 3 additions & 1 deletion docs/phase-2-engineering/05-human-in-the-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
sidebar_position: 5
---

# 人工在环
# 🚧 人工在环(编写中)

> **状态:** 本章节正在编写中,内容将在后续版本中完善。

*本页说明:人工干预*

Expand Down
4 changes: 3 additions & 1 deletion docs/phase-2-engineering/07-security-and-permission.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
sidebar_position: 7
---

# 安全与权限
# 🚧 安全与权限(编写中)

> **状态:** 本章节正在编写中,内容将在后续版本中完善。

*本页说明:安全隔离*

Expand Down
8 changes: 4 additions & 4 deletions docs/phase-2-engineering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ Agent 系统还要关心:

## 📚 本阶段章节

1. **[Agent 编排框架](./01-agent-orchestrator.md)** — 多 Agent 协作、分工、通信
2. **[工具注册表](./02-tool-registry.md)** — 工具库管理、版本控制、权限隔离
1. **[Agent 编排框架](./01-agent-orchestrator.md)** 🚧 编写中 — 多 Agent 协作、分工、通信
2. **[工具注册表](./02-tool-registry.md)** 🚧 编写中 — 工具库管理、版本控制、权限隔离
3. **[重试、超时与保障](./03-retry-timeout-and-guardrails.md)** — 防守机制和容错设计
4. **[可观测性与日志](./04-observability-and-logging.md)** — 监控、追踪、调试
5. **[人工在环](./05-human-in-the-loop.md)** — 什么时候信任 Agent,什么时候让人决策
5. **[人工在环](./05-human-in-the-loop.md)** 🚧 编写中 — 什么时候信任 Agent,什么时候让人决策
6. **[成本与性能](./06-cost-and-performance.md)** — 优化 Token 用量、API 调用、延迟
7. **[安全与权限](./07-security-and-permission.md)** — 数据隐私、访问控制、合规审计
7. **[安全与权限](./07-security-and-permission.md)** 🚧 编写中 — 数据隐私、访问控制、合规审计

## 🧪 内部练习

Expand Down
4 changes: 3 additions & 1 deletion docs/phase-3-design/01-when-to-use-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
sidebar_position: 1
---

# 何时使用 Agent
# 🚧 何时使用 Agent(编写中)

> **状态:** 本章节正在编写中,内容将在后续版本中完善。

*本页说明:选型决策*

Expand Down
4 changes: 3 additions & 1 deletion docs/phase-3-design/06-agent-evolution-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
sidebar_position: 6
---

# 演进策略
# 🚧 演进策略(编写中)

> **状态:** 本章节正在编写中,内容将在后续版本中完善。

*本页说明:演进路线图*

Expand Down
5 changes: 3 additions & 2 deletions docs/phase-3-design/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ sidebar_position: 5

## 📚 本阶段章节

1. **[何时使用 Agent](./01-when-to-use-agent.md)** — 选型决策框架
1. **[何时使用 Agent](./01-when-to-use-agent.md)** 🚧 编写中 — 选型决策框架
2. **[何时不用 Agent](./02-when-not-to-use-agent.md)** — 陷阱和反例
3. **[单 Agent vs 多 Agent](./03-single-vs-multi-agent.md)** — 架构决策
4. **[Agent 的边界设计](./04-agent-boundary-design.md)** — 职责清晰,不要什么都做
5. **[失败设计](./05-agent-failure-design.md)** — 做最坏打算,最好的防守
6. **[演进策略](./06-agent-evolution-strategy.md)** — 从 Demo 到 Production,每一步的里程碑
6. **[演进策略](./06-agent-evolution-strategy.md)** 🚧 编写中 — 从 Demo 到 Production,每一步的里程碑
7. **[Agent 生命周期视角](./agent-lifecycle-overview.md)** — 从开发、部署到运维,理解 Agent 的完整生命周期

## 🧪 内部练习

Expand Down