#multi-agent
3 posts tagged with "multi-agent".
-
Hierarchical Agent Systems: Supervisors, Workers, and Routing
• 8 min readWhen one agent isn't enough, hierarchy is usually the first answer. Supervisor agents, worker pools, and the patterns that keep multi-agent systems coherent at scale.
-
Multi-Agent Communication: A2A, MCP, and Message Buses
• 9 min readWhen one agent isn't enough, how do they talk? A2A for peer-to-peer delegation, MCP for tools, and the durable message-bus patterns underneath multi-agent systems in 2026.
-
CrewAI: Role-Based Multi-Agent Orchestration in Production
• 8 min readCrews, Flows, and the dual-layer architecture that lets CrewAI hold its own against LangGraph in 2026 — when role-based composition is the right abstraction and when it isn't.