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.
duckduckgo-search
pip install -U duckduckgo-search
from agno.agent import Agent from agno.tools.duckduckgo import DuckDuckGoTools agent = Agent(tools=[DuckDuckGoTools()], show_tool_calls=True) agent.print_response("Whats happening in France?", markdown=True)
search
bool
True
duckduckgo_search
news
duckduckgo_news
fixed_max_results
int
headers
Any
proxy
str
proxies
timeout
10