Package ai.doctruth.internal.retry
package ai.doctruth.internal.retry
Failsafe-backed retry/backoff helper used by every provider. NOT public API.
Anything under this package may be renamed, moved, or removed without a major
version bump. Failsafe (dev.failsafe.*) types are confined to this package by
design (per CONTRIBUTING.md ยง1 decoupling); they MUST NOT leak through public method
signatures.