docs: add YouTools (You.com Search) reference and example pages#663
Open
brainsparker wants to merge 1 commit into
Open
docs: add YouTools (You.com Search) reference and example pages#663brainsparker wants to merge 1 commit into
brainsparker wants to merge 1 commit into
Conversation
Mirrors the ExaTools pages for the YouTools toolkit added in agno-agi/agno#7727 (You.com Search API). - tools/toolkits/search/youcom.mdx: prerequisites, example, toolkit functions, and full parameter table - examples/tools/youcom-tools.mdx: runnable two-agent example - docs.json: register both pages under Search and Search & Web
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
Adds docs for
YouTools, the new You.com Search toolkit added in agno-agi/agno#7727. Mirrors the existing Exa pages so the new tool slots into the Search nav alongside Exa, Tavily, and Brave.tools/toolkits/search/youcom.mdx— prerequisites, example, toolkit functions, full parameter tableexamples/tools/youcom-tools.mdx— runnable two-agent example (default + domain-filtered)docs.json— registers both pages under Search and Search & WebNotes
YouToolsuses thehttpxalready in Agno core. The page coversYDC_API_KEYsetup and the free MCP-profile fallback (https://api.you.com/mcp?profile=free).YouToolsconstructor onfeat/youcom-tools(api_key, base_url, num_results, livecrawl, livecrawl_formats, text_length_limit, include_domains, exclude_domains, timeout, format, show_results).Test plan
mint devrenders both new pages without errorsmint broken-linksreports no new broken links