Agentic Development ยท Reliability
Code that automatically re-attempts a failed action a limited number of times, usually with a growing delay between tries, before giving up.
Example: A tool call that times out gets retried after 1 second, then 2, then 4, before the agent finally reports failure.