Quiz 7 Question 8 of 20

An agentic system uses Claude as an orchestrator directing 4 subagents to complete a complex software deployment task. The orchestrator issues tool calls to: code_analyzer, security_scanner, test_runner, and deploy_executor. During a deployment, the orchestrator calls deploy_executor after test_runner returns success. Midway through deployment, the orchestrator loses its context window (OOM error in the hosting environment). The deployment is now in an indeterminate state — partially complete. What architectural feature should have been implemented to handle this failure mode?

Select an answer to reveal the explanation.

Motivation