Auto-sync: 2026-04-21 17:12

This commit is contained in:
2026-04-21 17:12:45 +08:00
parent 914c8f6925
commit 0fe7ba237f
1888 changed files with 220 additions and 68174 deletions

View File

@@ -1,24 +0,0 @@
---
title: "Merge Point"
type: concept
tags: [multi-agent, workflow, synchronization]
last_updated: 2026-04-21
---
## Definition
Merge Point 是多智能体工作流中的关键同步节点,多个输入在此汇合后触发下一阶段。常见于一个 Agent 依赖多个前置 Agent 输出时的场景。
## Usage Scenario
在 landing page sprint 中Frontend Developer 需要 Content Creator 和 UI Designer 的输出才能开始构建:
```
Content Creator ─┐
├──→ Merge Point → Frontend Developer
UI Designer ─────┘
```
## Connections
- [[Multi-Agent Workflow]]:所属工作流模式
- [[Parallel Kickoff]]:前置启动模式
- [[Sequential Handoffs]]:相关交接概念