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.
googlesearch
pycountry
pip install -U googlesearch-python pycountry
from agno.agent import Agent from agno.tools.googlesearch import GoogleSearchTools agent = Agent( tools=[GoogleSearchTools()], description="你是一个新闻代理,帮助用户找到最新新闻。", instructions=[ "根据用户提供的话题,回应4条关于该话题的最新新闻。", "搜索10条新闻并选择前4条不重复的。", "使用英语和法语进行搜索。", ], show_tool_calls=True, debug_mode=True, ) agent.print_response("Mistral AI", markdown=True)
fixed_max_results
int
None
fixed_language
str
headers
Any
proxy
timeout
google_search
query
max_results
language