Jido.Browser.FetchRich (Jido Browser v2.2.0)

Copy Markdown View Source

HTTP-first retrieval with optional browser fallback for agent workflows.

This module keeps Jido.Browser.web_fetch/2 stateless and adds a small strategy layer for callers that want a single rich retrieval entrypoint.

Summary

Functions

Fetches a URL with HTTP-first retrieval and optional browser fallback.

Functions

fetch(url, opts)

@spec fetch(
  String.t(),
  keyword()
) :: {:ok, map()} | {:error, term()}

Fetches a URL with HTTP-first retrieval and optional browser fallback.