Exit 14 / 40

Question 14

Domain 2

A coordinator agent needs to gather data from three independent sources (web, database, document store) before synthesizing a final answer. Currently it spawns each subagent in a separate turn — web search, then wait, then database, then wait, then document store, then wait — taking ~90 seconds total. How should you modify the coordinator to reduce latency?