feat: add support for local SearXNG search engine #206
+164
−2
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.
Add SearXNG Local Search Engine Support
This PR introduces native support for local SearXNG instances as a search engine option in Open Deep Research.
What this adds:
Integration with self-hosted SearXNG search engines
Configuration options for local SearXNG deployments
Enhanced privacy and autonomy for search operations
Benefits:
Privacy-first: All search queries remain in local environment
Cost-effective: Eliminates external search API fees
Self-hosted friendly: Aligns with the project's local-first approach
Customizable: Users can configure their own search filters and sources
Changes:
Added SearXNG connection handling and configuration
Implemented local search engine integration
Maintained compatibility with existing search options
This enhancement provides users with a completely autonomous search solution, perfect for sensitive research environments or users who prefer full control over their search infrastructure.