Explore all engineering breakdowns, benchmarks, and tutorials tagged with #Multi-agent.
Microsoft AutoGen 0.4+ Architecture Guide: Event-Driven Multi-Agent SystemsMaster Microsoft AutoGen 0.4+ — covering the event-driven Actor model, AssistantAgent, UserProxyAgent, RoundRobinGroupChat, and distributed agent messaging.
CrewAI Framework Guide: Role-Playing Autonomous Multi-Agent TeamsMaster multi-agent orchestration with CrewAI — covering Agents, Tasks, sequential and hierarchical Processes, memory systems, and custom tool delegation.
Building a Multi-Agent AI Framework (Part 3/5): Multi-Agent Teams & OrchestrationStep 3 in our 5-part masterclass: Building Planner-Worker, Supervisor, and Handoff patterns for collaborative multi-agent swarms.
Building a Multi-Agent AI Framework (Part 1/5): Core Event Loop & State MachineStep 1 in our 5-part masterclass: Designing a deterministic state machine, agent runtime loop, and typed tool contracts in TypeScript.