A municipal splash-pad suite uses one agent to pull stories, one to draft cases, and one to write the daily report, with a coordinator passing work between them. What architecture pattern is this?
Select an answer to reveal the explanation.
Short Explanation
Specialized workers plus a conductor — that is multi-agent orchestration. One pulls stories, one drafts cases, one reports, and a coordinator passes the baton. No vendor product name is required to describe the pattern.
Full Explanation
Multi-agent architecture uses several agents with specialized roles that communicate and coordinate. Orchestration manages how work passes among them on complex testing problems. Candidates explain the pattern without inventing commercial multi-agent product names.