Tavily
Prerequisites
pip install -U tavily-pythonexport TAVILY_API_KEY=***Example
from bitca.agent import Agent
from bitca.tools.tavily import TavilyTools
agent = Agent(tools=[TavilyTools()], show_tool_calls=True)
agent.print_response("Search tavily for 'language models'", markdown=True)Toolkit Params
Parameter
Type
Default
Description
Toolkit Functions
Function
Description
Last updated