plugins/_error_retry/README.md
Retry 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 when an unhandled critical exception occurs.
It does not retry exceptions that are already treated as controlled agent flow, such as:
HandledExceptionRepairableExceptionretries setting to control how many times recovery is attempted per monologue. The default is 1.extensions/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