Open main menu
Article
Quizzes
Tools
EN
Article
Quizzes
Tools
All quizzes
/
Sub-Agents & Parallel Execution
/
A sub-agen...
A sub-agent returns an incomplete result. What should a well-designed coordinator do?
Detect the incomplete result, then retry the sub-agent with clearer instructions or escalate to the user if retries fail
Accept the partial result and continue, since sub-agents cannot be retried once invoked
Automatically fill in the missing parts of the result using the coordinator's own knowledge
Terminate the entire pipeline immediately and report failure
Submit answers