Adapter interface for web search backends
Implement this to plug in a search provider (e.g. Tavily, Brave, SerpAPI). Pass the implementation to WebSearchTool.
TavilyProvider for the default implementation
Execute a web search and return ranked results
Adapter interface for web search backends
Implement this to plug in a search provider (e.g. Tavily, Brave, SerpAPI). Pass the implementation to WebSearchTool.
See
TavilyProvider for the default implementation