docs: Scavio toolkit at full coverage (189 tools, 31 sources) - #749
Open
scavio-ai wants to merge 1 commit into
Open
docs: Scavio toolkit at full coverage (189 tools, 31 sources)#749scavio-ai wants to merge 1 commit into
scavio-ai wants to merge 1 commit into
Conversation
page documented the june build: 7 providers, 32 tools, and params the routes have since dropped (amazon language/currency/device, walmart delivery_zip/store_id, youtube_metadata, reddit type/sort). rewrites it against the shipped toolkit: every tool grouped by source, the enable_* table in full, and a credits section - four surfaces are priced by request body, not by route, so no flat number is correct for them. also refreshes the examples page from the cookbook and the overview card.
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.
Docs counterpart to agno-agi/agno#9334, which brings
ScavioToolsto the full Scavio API surface. Follow-up to #688.Why
The page still documents the June build: 7 providers, 32 tools. Several of the parameters it lists no longer exist on the routes, so an agent author following it writes calls that are silently ignored:
amazon_search/amazon_product:language,currency,device,zip_code,autoselect_variant,sort_by,pages,category_id,merchant_id- all removed upstream.walmart_search/walmart_product:device,delivery_zip,store_id,start_page- Walmart was rebuilt on a different provider and the route strips them.youtube_metadata- a deprecated alias of/youtube/video, no longer registered.reddit_search:typeandsort- the API accepts only{query, cursor}.What changes
tools/toolkits/search/scavio.mdxrewritten against the shipped toolkit:enable_*table, including which providers are on by default. Ten are; the 21 added platforms andextractare opt-in, so upgradingagnodoes not change the manifest of an agent already usingScavioTools().domain, Threads byuser_idvsusername, Kuaishou per endpoint,extract_urlbymode- so no flat figure is correct for them.examples/tools/scavio-tools.mdxregenerated fromcookbook/91_tools/scavio_tools.pyas updated in agno#9334.tools/toolkits/overview.mdxcard description widened past "marketplaces and social platforms".Note on ordering
This can merge before or after agno#9334. The parameter and tool tables describe the toolkit as that PR ships it, so merging this first would document tools that are not released yet; happy to hold it until #9334 lands if you prefer.