Skip to content

Install

Terminal window
npm install @fevex/core

FEVEX targets Node.js 20+ and ships as ESM only.

Provider integrations are separate packages, so your app installs only what it uses:

Terminal window
npm install @fevex/core @fevex/openai
npm install @fevex/core @fevex/deepseek
npm install @fevex/core @fevex/mcp

See Adapters for the full list.

Schemas are optional. The examples use Zod 4, but any Standard Schema-compatible validator works:

Terminal window
npm install zod