Installation
Install the agent SDK and its dependencies.
Install the SDK
npm i experimental-agentPeer dependencies
The SDK uses the Vercel AI SDK for tool definitions, model selection, and streaming. Install ai alongside it:
npm i aiIf you want durable execution via Vercel Workflow, also install workflow:
npm i workflowNext steps
- Quickstart — Create your first agent step by step.
- Framework Guides — Setup for Next.js and other runtimes.