{
  "name": "@vellumai/assistant-api",
  "version": "0.0.0-source",
  "description": "Public API surface for consumers of the assistant API (web client, gateway, evals, etc.).",
  "type": "module",
  "private": true,
  "exports": {
    ".": "./index.ts"
  },
  "dependencies": {
    "zod": "4.3.6"
  }
}
