-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy path_toc.yml
More file actions
264 lines (249 loc) · 6.51 KB
/
Copy path_toc.yml
File metadata and controls
264 lines (249 loc) · 6.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
# Copyright 2024-2026 the original author or authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
format: jb-book
root: en/intro
parts:
- caption: Quick Start
chapters:
- file: en/quickstart/installation
title: Installation
- file: en/quickstart/key-concepts
title: Key Concepts
- file: en/quickstart/agent
title: Agent
- caption: Features
chapters:
- file: en/task/model
title: Model Integration
- file: en/task/tool
title: Tool System
- file: en/task/mcp
title: Model Context Protocol
- file: en/task/agent-as-tool
title: Agent as Tool
- file: en/task/agent-skill
title: Agent Skill
- file: en/task/rag
title: RAG
- file: en/task/streaming
title: Streaming
- file: en/task/hook
title: Hook System
- file: en/task/hitl
title: Human-in-the-Loop
- file: en/task/memory
title: Memory Management
- file: en/task/plan
title: Planning
- file: en/task/state
title: State Management
- file: en/task/session
title: Session Management
- file: en/task/multimodal
title: Multimodal
- file: en/task/structured-output
title: Structured Output
- file: en/task/observability
title: Observability & Studio
- file: en/task/agui
title: AG-UI Protocol
- file: en/task/a2a
title: A2A Protocol
- file: en/task/msghub
title: MsgHub
- file: en/task/ai-coding
title: Coding with AI
- file: en/task/online-training.md
title: Online Training
- caption: Multi Agent
chapters:
- file: en/multi-agent/overview
title: Overview
- file: en/multi-agent/pipeline
title: Pipeline
- file: en/multi-agent/workflow
title: Custom Workflow
- file: en/multi-agent/routing
title: Routing
- file: en/multi-agent/skills
title: Skills
- file: en/multi-agent/subagent
title: Subagents
- file: en/multi-agent/supervisor
title: Supervisor
- file: en/multi-agent/handoffs
title: Handoffs
- file: en/multi-agent/multiagent-debate
title: Multi-Agent Debate
# 与中文「Harness」区分标题,否则顶栏 tabs 的 sections_* 会同时匹配两段 caption,侧栏出现两个 HARNESS。
- caption: Harness (English)
chapters:
- file: en/harness/overview
title: Overview
- file: en/harness/architecture
title: Architecture
- file: en/harness/workspace
title: Workspace
- file: en/harness/filesystem
title: Filesystem
- file: en/harness/session
title: Session
- file: en/harness/memory
title: Memory
- file: en/harness/tool
title: Tooling
- file: en/harness/subagent
title: Subagent
- file: en/harness/streaming
title: Subagent Streaming
- file: en/harness/quickstart/index
title: Quick Start
- file: en/harness/sandbox/index
title: Sandbox
- file: en/harness/example/index
title: Examples
- caption: Integration
chapters:
- file: en/integration/overview
title: Overview
- caption: Blogs
chapters:
- file: en/blogs/index
title: Article index
- file: en/blogs/agentscope-v1-harness
title: AgentScope Java 1.1 · Harness
- caption: Community
chapters:
- file: en/community/overview
title: Community
- file: en/community/contributors
title: Contributors
- caption: 首页
chapters:
- file: zh/intro
title: 首页
- caption: 快速开始
chapters:
- file: zh/quickstart/installation
title: 安装
- file: zh/quickstart/key-concepts
title: 核心概念
- file: zh/quickstart/agent
title: 智能体
- caption: 功能指南
chapters:
- file: zh/task/model
title: 模型集成
- file: zh/task/tool
title: 工具系统
- file: zh/task/mcp
title: MCP
- file: zh/task/agent-as-tool
title: Agent as Tool
- file: zh/task/agent-skill
title: Agent Skill
- file: zh/task/rag
title: RAG
- file: zh/task/streaming
title: 流式输出
- file: zh/task/hook
title: 钩子系统
- file: zh/task/hitl
title: Human-in-the-Loop
- file: zh/task/memory
title: 记忆管理
- file: zh/task/plan
title: 计划
- file: zh/task/state
title: 状态管理
- file: zh/task/session
title: 会话管理
- file: zh/task/multimodal
title: 多模态
- file: zh/task/structured-output
title: 结构化输出
- file: zh/task/observability
title: 可观测与调试
- file: zh/task/agui
title: AG-UI 协议
- file: zh/task/a2a
title: A2A 协议
- file: zh/task/msghub
title: MsgHub
- file: zh/task/ai-coding
title: 使用 AI 编程
- file: zh/task/online-training.md
title: 在线训练
- caption: 多智能体
chapters:
- file: zh/multi-agent/overview
title: 概览
- file: zh/multi-agent/pipeline
title: 管道
- file: zh/multi-agent/workflow
title: 自定义工作流
- file: zh/multi-agent/routing
title: Routing
- file: zh/multi-agent/skills
title: Skills
- file: zh/multi-agent/subagent
title: Subagents
- file: zh/multi-agent/supervisor
title: Supervisor
- file: zh/multi-agent/handoffs
title: Handoffs
- file: zh/multi-agent/multiagent-debate
title: 多智能体辩论
- caption: 集成
chapters:
- file: zh/integration/overview
title: 概览
- caption: 博客
chapters:
- file: zh/blogs/index
title: 全部文章
- file: zh/blogs/agentscope-v1-harness
title: AgentScope Java 1.1 · Harness
- caption: 社区
chapters:
- file: zh/community/overview
title: 社区
- file: zh/community/contributors
title: 核心贡献者
- caption: Harness
chapters:
- file: zh/harness/overview
title: 概览
- file: zh/harness/architecture
title: 架构
- file: zh/harness/workspace
title: 工作区
- file: zh/harness/filesystem
title: 文件系统
- file: zh/harness/session
title: 会话
- file: zh/harness/memory
title: 记忆
- file: zh/harness/tool
title: 工具
- file: zh/harness/subagent
title: 子 Agent
- file: zh/harness/streaming
title: 子 Agent 流式
- file: zh/harness/quickstart/index
title: 快速开始
- file: zh/harness/sandbox/index
title: 沙箱
- file: zh/harness/example/index
title: 示例