Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several new features and improvements related to web search functionalities. The most significant changes include the addition of search capabilities using Exa.ai, SerpAPI, and Tavily, as well as a comprehensive web search module with enhanced content extraction and formatting.
New Search Capabilities:
Exa.ai Integration:
exa_search
function to perform web searches using the Exa.ai API and format the results.SerpAPI Integration:
serpapi_search
function to utilize SerpAPI for Google searches and format the results.Tavily Integration:
tavily_search
function to perform searches using the Tavily API and format the results.Web Search:
Web Search Module Enhancements:
Lazy Loading and Improved Content Extraction:
WebSearch
class with lazy loading of required packages, improved HTML preprocessing, and hybrid content extraction methods.Environment Configuration:
.env.example
.