Skip to main content

Module search_router

Module search_router 

Source
Expand description

search router tool — LLM picks a backend, runs it, returns JSON.

This is a thin Tool wrapper over crate::search::run_router_search so agents can call the same pipeline the CLI uses.

Structs§

SearchTool
Search-router tool. Requires a ProviderRegistry so the LLM router can pick the backend.