什么是 sadd:multi-agent-patterns?
为复杂任务设计多代理架构。当超出单代理上下文限制、任务自然分解为子任务或专门代理提高质量时使用。 来源:neolabhq/context-engineering-kit。
为复杂任务设计多代理架构。当超出单代理上下文限制、任务自然分解为子任务或专门代理提高质量时使用。
通过命令行快速安装 sadd:multi-agent-patterns AI 技能到你的开发环境
来源:neolabhq/context-engineering-kit。
Multi-agent architectures distribute work across multiple agent invocations, each with its own focused context. When designed well, this distribution enables capabilities beyond single-agent limits. When designed poorly, it introduces coordination overhead that negates benefits. The critical insight is that sub-agents exist primarily to isolate context, not to anthropomorphize role division.
Multi-agent systems address single-agent context limitations through distribution. Three dominant patterns exist: supervisor/orchestrator for centralized control, peer-to-peer/swarm for flexible handoffs, and hierarchical for layered abstraction. The critical design principle is context isolation—sub-agents exist primarily to partition context rather than to simulate organizational roles.
Effective multi-agent systems require explicit coordination protocols, consensus mechanisms that avoid sycophancy, and careful attention to failure modes including bottlenecks, divergence, and error propagation.
为复杂任务设计多代理架构。当超出单代理上下文限制、任务自然分解为子任务或专门代理提高质量时使用。 来源:neolabhq/context-engineering-kit。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:multi-agent-patterns为复杂任务设计多代理架构。当超出单代理上下文限制、任务自然分解为子任务或专门代理提高质量时使用。 来源:neolabhq/context-engineering-kit。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:multi-agent-patterns 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/neolabhq/context-engineering-kit