AgentOS Extensions API - v1.0.3
    Preparing search index...
    • Fetch with exponential backoff retry on transient failures.

      Parameters

      • url: string

        The URL to fetch.

      • init: RequestInit = {}

        Standard RequestInit options.

      • Optionaloptions: HttpRequestOptions

        Retry and timeout configuration.

      Returns Promise<Response>

      The fetch Response.

      On non-transient errors or after all retries exhausted.