{
  "name": "@arvo-tools/agentic",
  "version": "2.1.2",
  "description": "Agentic toolset for building applications using arvo-core and arvo-event-handler",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "arvo",
    "event-driven architecture",
    "agentic",
    "agent",
    "agentic-mesh",
    "openai",
    "llm",
    "anthropic",
    "cloudevent",
    "opentelemetry"
  ],
  "author": "Saad Ahmad <saadkwi12@hotmail.com>",
  "homepage": "https://www.arvo.land/advanced/arvo-agentic-resumables",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/SaadAhmad123/arvo-tools.git",
    "directory": "packages/agentic"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "0.74.0",
    "@arizeai/openinference-semantic-conventions": "2.1.7",
    "@modelcontextprotocol/sdk": "1.26.0",
    "@opentelemetry/api": "1.9.0",
    "arvo-core": "3.0.28",
    "arvo-event-handler": "3.0.28",
    "jsonrepair": "3.14.0",
    "openai": "6.18.0",
    "uuid": "11.1.0",
    "zod": "3.25.76",
    "zod-to-json-schema": "3.25.1"
  },
  "devDependencies": {
    "@types/node": "24.10.1",
    "vitest": "^4.0.13"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "biome check --fix .",
    "format": "biome format --write .",
    "clean": "rm -rf dist *.tsbuildinfo"
  }
}