A system where several Agents split a task and work together.
MAS is an AI group project. One kid researches. One makes slides. One keeps asking if this is a bad idea.
It helps with complex workflows, like an automated team. But more roles can also mean more chaos.
Agent
A multi-agent system is several Agents splitting the work.
Agent harness
An Agent harness manages the workflow between Agents.
Function-calling
Multi-agent systems often use Function-call to do specific actions.
Human-in-the-loop
Human-in-the-loop adds review at key steps.