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.
baidusearch
pip install -U baidusearch
from agno.agent import Agent from agno.tools.baidusearch import BaiduSearchTools agent = Agent( tools=[BaiduSearchTools()], description="你是一个搜索代理,帮助用户使用百度查找最相关的信息。", instructions=[ "根据用户提供的主题,回复关于该主题的 3 条最相关的搜索结果。", "搜索 5 条结果并选择前 3 条不重复的项。", "同时使用英语和中文搜索。", ], show_tool_calls=True, ) agent.print_response("人工智能的最新进展是什么?", markdown=True)
fixed_max_results
int
fixed_language
str
headers
Any
proxy
timeout
10
baidu_search