Skip to content

Commit 10b399e

Browse files
docs(eino): update loop agent section in adk outline (#1400)
1 parent a0b8b38 commit 10b399e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/zh/docs/eino/core_modules/eino_adk

content/zh/docs/eino/core_modules/eino_adk/outline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ func NewParallelAgent(ctx context.Context, config *ParallelAgentConfig) (Agent,
190190
191191
将用户提供的 SubAgents 列表,按照数组顺序依次执行,循环往复,组合成 Loop Agent,其中的 Name 和 Description 作为 Loop Agent 的名称标识和描述。
192192

193-
Sequential Agent 执行时,将 SubAgents 列表,并发执行,待所有 Agent 执行完成后结束
193+
Loop Agent 执行时,将 SubAgents 列表,按照顺序依次执行,并循环往复,直至配置的最大迭代次数为止
194194

195195
```go
196196
type LoopAgentConfig struct {

0 commit comments

Comments
 (0)