Technique Aktualisiert 2026-04

Multi-agent System

Definition

A multi-agent system coordinates multiple specialized AI agents that collaborate to solve complex problems.

Häufig gestellte Fragen

Why multiple agents instead of one?
Like a team of specialists beats a generalist, specialized agents (one for research, one for code, one for analysis) produce better results than a single generalist agent.
How do agents communicate?
Via protocols like MCP, structured messages, or shared memory spaces. Each agent has its role and tools.