Question 11
Scenario: Multi-Agent Research System
A coordinator agent delegates to specialized subagents — web search, document analysis, synthesis, report generation — to research topics and produce comprehensive, properly cited reports.
Read the full scenario lessonUsers report that final reports sometimes lack depth on specific subtopics. Investigation shows that the document analysis agent frequently identifies gaps – for instance, noting “the retrieved sources discuss API authentication but lack details on token refresh patterns” – but under the current strict pipeline, this insight isn’t actionable since search has already completed. What’s the most effective architectural change?