Install
Core package
Section titled “Core package”npm install @fevex/coreFEVEX targets Node.js 20+ and ships as ESM only.
Model adapters
Section titled “Model adapters”Provider integrations are separate packages, so your app installs only what it uses:
npm install @fevex/core @fevex/openainpm install @fevex/core @fevex/deepseeknpm install @fevex/core @fevex/mcpSee Adapters for the full list.
Schemas
Section titled “Schemas”Schemas are optional. The examples use Zod 4, but any Standard Schema-compatible validator works:
npm install zod