Auto-sync: 2026-04-21 04:02

This commit is contained in:
2026-04-21 04:02:47 +08:00
parent cb7c11e14f
commit ac524d1ff5
81 changed files with 3115 additions and 20 deletions

View File

@@ -0,0 +1,24 @@
---
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]]:相关交接概念