Name Description Size Coverage
moz.build 359 -
SearchProviders.sys.mjs Search providers for the web search flow. 6657 -
SearchWorkflow.sys.mjs Self-contained flow backing the search_the_web tool. One Exa retrieval, an on-demand page-read loop (bounded), grounded answer generation on a pinned model, and a non-LLM schema validation. Returns a structured result the main assistant uses to decide whether to answer in chat or fall back to a Google handoff. All the logic lives here as functions — there is no separate agent object because there is no state to carry between calls. 18263 -