Definition
Multi-Agent System
An architecture where multiple specialized AI agents collaborate to accomplish complex tasks, each handling a specific part of the workflow.
In Depth
Multi-agent systems (MAS) decompose complex workflows into subtasks handled by specialized agents. Each agent has its own tools, instructions, and area of expertise. A code review system might have one agent for security analysis, another for performance, and a third for style. The agents can work in parallel, sequentially, or in complex DAG-like workflows. Multi-agent systems are more maintainable than monolithic agents because each agent is focused and testable independently.
Related Terms
Build production AI agents with EigenForge
Join the Waitlist