• package: @agentic/tavily
  • exports: class TavilyClient, namespace tavily
  • env vars: TAVILY_API_KEY
  • source
  • tavily api docs

Install

Usage

import { TavilyClient } from '@agentic/tavily'

const tavily = new TavilyClient()
const res = await tavily.search('latest news')