CLI and agent tools for the Tavily API — search, extract, crawl, map, and research from the command line. Current version 0.1.2, requires Python >=3.10. Active development on GitHub.
pip install tavily-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client with API key from environment and run a search.
Set TAVILY_API_KEY environment variable or pass api_key directly.
Pass max_results=N to search() to get more results.
Replace client.crawl() with client.extract().
Set TAVILY_API_KEY environment variable with a valid key from https://app.tavily.com.
Wait and retry or upgrade your Tavily plan.
Install 'tavily-python' and use: from tavily import TavilyClient