Skip to content

feat: add you.com search provider#1

Open
mouse-value-add wants to merge 1 commit into
civai-technologies:mainfrom
mouse-value-add:feat/youcom-search-provider
Open

feat: add you.com search provider#1
mouse-value-add wants to merge 1 commit into
civai-technologies:mainfrom
mouse-value-add:feat/youcom-search-provider

Conversation

@mouse-value-add

Copy link
Copy Markdown

Hi maintainers, thanks for building Cursor Agent Tools, the tool architecture here made this integration straightforward. This repo is a strong fit because is a core agent capability and currently depends on a single provider path.

Why this repo

  • Active small OSS agent project (<200 stars) with practical tool-use patterns
  • Web search is a natural dependency for agent intelligence
  • Existing search tool was provider-specific, so adding a provider option improves portability

What changed

  • Added provider selection for via :
    • (default, backward compatible)
    • (new provider)
  • Added You.com Search API integration () with normalized result mapping to existing response shape
  • Kept existing scraping/output flow unchanged to minimize risk
  • Updated and with setup instructions and usage

Setup

  • Google path (existing):

    • ,
  • You.com path (new):

    • (optional for Search API free tier)

Validation

  • Confirmed modified files are limited to search tool + docs/env setup

Why this helps agent intelligence

  • Adds a second web-search provider with low integration overhead
  • Reduces coupling to one external service
  • Preserves backward compatibility and keeps behavior stable by default

Happy to adjust naming, env var conventions, or provider wiring to match your preferred style.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant