ScavioTools gives an agent access to Google, YouTube, Amazon, Walmart, Reddit, TikTok, and Instagram through the Scavio Search API.
Prerequisites
The following examples require theagno, scavio, and openai libraries and an API key from Scavio.
Example
The following agent will search Google via Scavio and print the response.cookbook/91_tools/scavio_tools.py
enable_* flags to expose only the tools you need:
Toolkit Params
Toolkit Functions
Each function returns the Scavio response as a JSON string. Errors are returned as{"error": "..."} rather than raised.