plugins/_error_retry/README.md
Retry once after an unexpected critical exception so the agent has a chance to recover instead of failing immediately.
This plugin hooks into the agent lifecycle and automatically retries the current loop once when an unhandled critical exception occurs.
It does not retry exceptions that are already treated as controlled agent flow, such as:
HandledExceptionRepairableExceptionextensions/python/_functions/agent/Agent/monologue/start/_10_reset_critical_exception_counter.pyextensions/python/_functions/agent/Agent/handle_exception/end/_80_retry_critical_exception.pyagenttruetruefalse_error_retryError Retry