Skip to main content

7 docs tagged with "multi-agent"

View all tags

Agent Communication Protocols

How agents pass information: message formats, schemas, synchronous vs async, routing, error propagation, and tracing through multi-agent systems.

Debate and Critique Patterns

How LLMs critiquing each other improves quality: verifier/critic patterns, multi-agent debate, ensemble approaches, and convergence detection.

Module 07: Multi-Agent Systems

Orchestration, communication, parallelism, and real frameworks - from first principles to production multi-agent systems.

OpenAI Swarm

OpenAI's experimental multi-agent framework: agents, handoffs, context variables, and the triage pattern. What it gets right and wrong.

Orchestrator-Subagent Pattern

The most reliable multi-agent pattern: one orchestrator plans, subagents execute. Deep dive into task decomposition, assignment strategies, and production-grade implementation.

Parallel Agent Execution

Running agents concurrently with asyncio, worker pools, DAG-based scheduling, rate limiting, and cost/speed tradeoffs in parallel multi-agent systems.

Why Multi-Agent Systems?

The fundamental case for multi-agent: parallelization, specialization, and verification - and the honest cost of coordination overhead.