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.
export SERPER_API_KEY=***
from agno.agent import Agent from agno.tools.serper import SerperTools agent = Agent(tools=[SerperTools(location="us")], show_tool_calls=True) agent.print_response("Whats happening in the USA?", markdown=True)
api_key
str
location
"us"
search_google