Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
google-search-results
pip install -U google-search-results
export SERP_API_KEY=***
from agno.agent import Agent from agno.tools.serpapi import SerpApiTools agent = Agent(tools=[SerpApiTools()]) agent.print_response("Whats happening in the USA?", markdown=True)
api_key
str
search_youtube
bool
False
search_google