Skip to content

// Generated from the feature catalog

Web Search Fallback

Answers Grounded in Real Documentation · Shipped · workstation, home

When local knowledge is insufficient, the agent can search the web — off by default, explicit opt-in.

For queries that fall outside the local RAG corpus (new software, recent CVEs, niche hardware), the agent can perform a web search to supplement its local knowledge. This capability is disabled by default and requires explicit user opt-in.

The web search tool dispatches queries to search APIs and extracts relevant snippets. Results are injected into the agent’s context alongside local RAG results, with clear attribution distinguishing local documentation from web sources.

Off by default. Cloud models and web search are switches that must be explicitly enabled — no telemetry, ever.

  • halbert_core/halbert_core/web/search.py
  • halbert_core/halbert_core/tools/web_search.py