Skip to main content
Use automated retries for transient API issues and stop conditions for unrecoverable errors to prevent execution loops.
ExampleDescription
Retry Tool CallImplement automatic retries for flaky or rate-limited tool executions.
Retry Tool Call From Post HookIntercept errors and trigger retries using post-execution hooks to maintain workflow continuity.
Stop Agent ExceptionGracefully terminate execution when specific error conditions are met to prevent “hallucination loops.”