Versions in this module Expand all Collapse all v0 v0.3.0 Aug 16, 2026 v0.2.0 Aug 7, 2026 Changes in this version + const MaxContentBytes + func HTTPError(op, status string, body []byte, secret string) error + func ReadCapped(r io.Reader) (data []byte, truncated bool, err error) + type FetchResult struct + Content string + Truncated bool + type Fetcher interface + Fetch func(ctx context.Context, url string) (FetchResult, error) + type SearchResult struct + Content string + Title string + URL string + type Searcher interface + Search func(ctx context.Context, query string) ([]SearchResult, error)