·multi-agent-patterns
</>

multi-agent-patterns

neolabhq/context-engineering-kit

为复杂任务设计多代理架构。当超出单代理上下文限制、任务自然分解为子任务或专门代理提高质量时使用。

20安装·0热度·@neolabhq

安装

$npx skills add https://github.com/neolabhq/context-engineering-kit --skill multi-agent-patterns

SKILL.md

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 multi-agent-patterns
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 multi-agent-patterns?

为复杂任务设计多代理架构。当超出单代理上下文限制、任务自然分解为子任务或专门代理提高质量时使用。 来源:neolabhq/context-engineering-kit。

如何安装 multi-agent-patterns?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/neolabhq/context-engineering-kit --skill multi-agent-patterns 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/neolabhq/context-engineering-kit