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.
tavily-python
pip install -U tavily-python
export TAVILY_API_KEY=***
from agno.agent import Agent from agno.tools.tavily import TavilyTools agent = Agent(tools=[TavilyTools()], show_tool_calls=True) agent.print_response("Search tavily for 'language models'", markdown=True)
api_key
str
search
bool
True
max_tokens
int
6000
include_answer
search_depth
Literal['basic', 'advanced']
'advanced'
format
Literal['json', 'markdown']
'markdown'
use_search_context
False
web_search_using_tavily
web_search_with_tavily