feat: add optional You.com search integration - #188
Open
mouse-value-add wants to merge 1 commit into
Open
Conversation
Add You.com as an optional search provider to Neo Chat's existing multi-provider search system. This integration: - Supports both authenticated (YDC_API_KEY) and keyless modes - Follows the existing provider architecture patterns - Integrates with BYOK encrypted credential system - Handles x402 payment challenges for keyless usage - Includes comprehensive test coverage - Maintains backward compatibility - no changes to default behavior The You.com provider offers high-quality web search results with advanced filtering options, giving users another excellent choice alongside existing providers like Tavily, Firecrawl, Exa, Bocha, and SearXNG. Configuration: - Provider: Select 'You.com' from search provider dropdown in Settings - API Key: Optional YDC_API_KEY for enhanced features - Base URL: Defaults to https://api.you.com (customizable) - Supports time range filtering, domain scoping, and result limits Testing: - Added unit tests covering authenticated and keyless modes - Added x402 payment challenge handling tests - All existing tests continue to pass - TypeScript compilation successful
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR adds You.com as an optional search provider to Neo Chat's existing multi-provider search system, giving users another high-quality search option alongside existing providers like Tavily, Firecrawl, Exa, Bocha, and SearXNG.
Why You.com for Neo Chat?
Neo Chat is a local-first AI chat workspace with sophisticated search capabilities. Adding You.com enhances the platform by:
Implementation Details
Architecture Integration
Authentication Modes
API Integration
Configuration
Users configure You.com via Settings:
Testing & Validation
Added comprehensive test coverage:
Safety & Compatibility
This integration gives Neo Chat users access to You.com's search results while maintaining the platform's local-first philosophy and security model.
Related