Files
nexus/wiki/concepts/Merge-Point.md
2026-04-21 04:02:47 +08:00

25 lines
735 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]:相关交接概念