QuestionQ17

Agentic Architecture & Orchestration

Once the web-search and document-analysis subagents have finished their tasks, the coordinator must spawn a synthesis subagent to combine the findings. What is the correct way to give the synthesis subagent the information it requires?

Explanation

A spawned synthesis subagent needs the relevant research outputs supplied explicitly in its task context. Including the complete findings from the web-search and document-analysis subagents in its prompt gives it all of the evidence required to synthesize them; context from the coordinator is not implicitly inherited in full.

Community Discussion

No comments yet. Be the first to start the discussion!