Question 26
Domain 1: Design ApplicationsA team needs to route a complex user request across several specialized agents and coordinate their outputs into one final response. Which Agent Brick is the best fit for this use case?
Correct answer: B
Explanation
Use the Agent Brick that matches the primary job: Knowledge Assistant for answering from knowledge, Information Extraction for pulling structured data, and Multiagent Supervisor for coordinating multiple agents. — official.txt
Why each option is right or wrong
A. Knowledge Assistant, because it is intended to answer questions from available knowledge
Knowledge Assistant is for answering from knowledge, not orchestrating several specialized agents.
B. Multiagent Supervisor, because it coordinates multiple agents to handle a complex request
The scenario requires routing a request across several specialized agents and combining their outputs. Among the listed Agent Bricks, Multiagent Supervisor is the one aligned to coordinating multiple agents for a single solution.
C. Information Extraction, because it is designed to pull structured details from content
Information Extraction pulls structured data from content rather than managing agent-to-agent coordination.
D. Knowledge Assistant, because any final response should come from a single answering agent
Multiagent use cases call for supervision when several agents must be coordinated before producing one response.