93d325e230
Searches the self-hosted SearXNG JSON API: local-first, no API keys, no third-party telemetry. Hits only the configured endpoint, so unlike web_fetch there is no arbitrary-host egress to police — T1. Returns the top-N results as a readable list (title / url / snippet) with the result URLs in metadata so the fetch stage can act on them and the operator can approve the source list rather than each URL. Tested with Ktor MockEngine (query encoding, result parsing/cap, empty + error paths). Completes the §3 "two tools" pair; with slice-1 extraction this is the deterministic + network-tool foundation of the research workflow.