Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface AlwaysRetryPolicyConfig

    Retry every model-request failure until success, cancellation, or disposal.

    Deliberately kept, because the honest alternative to an operator who wants this is an operator who writes their own retry loop outside the evidence spine — where nothing is recorded at all.

    interface AlwaysRetryPolicyConfig {
        backoff?: BackoffConfig;
        mode: "always";
    }
    Index
    backoff?: BackoffConfig
    mode: "always"