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.
brave-search
pip install -U brave-search
export BRAVE_API_KEY=***
from agno.agent import Agent from agno.tools.bravesearch import BraveSearchTools agent = Agent( tools=[BraveSearchTools()], description="你是一个新闻助手,帮助用户找到最新新闻。", instructions=[ "根据用户提供的主题,回应该主题的 4 条最新新闻。" ], show_tool_calls=True, ) agent.print_response("AI 代理", markdown=True)
fixed_max_results
int
None
fixed_language
str
brave_search
query
max_results
country
language