Update nexus wiki content

This commit is contained in:
2026-05-03 05:42:06 +08:00
parent 90f3811b83
commit 111bc65b7b
707 changed files with 32306 additions and 7289 deletions

View File

@@ -0,0 +1,44 @@
---
title: "Parallel Workstream"
type: concept
tags: [multi-agent, orchestration, concurrency, nexus]
sources: [executive-brief, quickstart, nexus-spatial-discovery]
last_updated: 2026-05-01
aliases:
- Simultaneous Tracks
- Parallel Execution
- Multi-Track Pipeline
---
## Definition
并行工作流Parallel Workstream—— NEXUS 多 Agent 编排框架的核心加速机制,在同一时间段内同时激活多个专业 Agent 工作轨道Track通过并发执行压缩项目时间线。
## Quantified Impact
- **时间线压缩**40-60% —— 与顺序激活 Agent 相比,并行工作流可将典型 16 周项目压缩至 4-8 周
- **轨道数量**4 条标准轨道 —— Core Product / Growth / Quality / Brand
- **并发加速比**:非线性的 —— 并行度增加时加速效果递减Amdahl 定律)
## NEXUS 4 条标准轨道
| 轨道 | 主导 Agent | 职责 |
|------|-----------|------|
| Core Product | Backend Architect + Frontend Developer | 核心产品功能实现 |
| Growth | Growth Hacker | 用户增长与市场策略 |
| Quality | Testing Reality Checker + QA Agents | 质量验证与缺陷修复 |
| Brand | Brand Guardian | 品牌身份与视觉系统 |
## Coordination Mechanism
并行工作流需要以下协调机制防止冲突:
- **Merge Point**:并行轨道在预定节点汇合(如 Core Product + Brand → UI Implementation
- **Shared Context**:通过 Agents-Orchestrator 或 MCP Memory Server 维护跨轨道共享上下文
- **Quality Gate 同步**:所有轨道必须在进入下一阶段前通过质量门控
## Related Concepts
- [[Agent Handoff]]:并行轨道间的交接需要结构化协议,防止上下文丢失
- [[Quality Gate]]:并行工作流结束后必须通过统一质量门控
- [[Agents-Orchestrator]]:并行工作流的执行控制器,负责轨道调度和同步
- [[Memory-Based-Handoff]]MCP Memory Server 支持并行 Agent 的上下文连续性