# tavily (deprecated)

> **This package is deprecated.** Please use the official Tavily SDK instead:
>
> ```sh
> npm install @tavily/core
> ```
>
> - npm: [@tavily/core](https://www.npmjs.com/package/@tavily/core)
> - Docs: [docs.tavily.com](https://docs.tavily.com)

## Migration

Replace your import:

```diff
- import { TavilyClient } from 'tavily'
+ import { tavily } from '@tavily/core'
```

See the [@tavily/core documentation](https://www.npmjs.com/package/@tavily/core) for the updated API.

## License

MIT
