Quiz 14 Question 15 of 20

A code generation agent runs a 45-minute workflow to refactor a large codebase. It operates entirely in-memory and produces no persistent artifacts until delivering the final output. The workflow fails at minute 43 due to a GitHub API rate limit. The team loses all progress and must restart from scratch. Which design change would enable the agent to safely resume from a checkpoint rather than restarting the full workflow?

Select an answer to reveal the explanation.

Motivation