Installation
Install the Exnest AI SDK to start building AI-powered applications.
Prerequisites
Section titled “Prerequisites”- Node.js 18 or later
- Python 3.8 or later
Install the SDK
Section titled “Install the SDK”Install the package using your preferred package manager:
npm install @exnest-dev/aiOr using pnpm:
pnpm add @exnest-dev/aiOr using yarn:
yarn add @exnest-dev/aiOr using bun:
bun add @exnest-dev/aiInstall the package using pip:
pip install exnest-ai