{
  "name": "@agentica/vector-selector",
  "version": "0.45.1",
  "author": "Wrtn Technologies",
  "license": "MIT",
  "homepage": "https://wrtnlabs.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/wrtnlabs/agentica"
  },
  "bugs": {
    "url": "https://github.com/wrtnlabs/agent/issues"
  },
  "keywords": [
    "openai",
    "chatgpt",
    "anthropic",
    "claude",
    "ai",
    "chatbot",
    "nestia",
    "swagger",
    "openapi"
  ],
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "require": "./lib/index.js",
      "default": "./lib/index.mjs"
    },
    "./strategy": {
      "types": "./lib/strategy/index.d.ts",
      "require": "./lib/strategy/index.js",
      "default": "./lib/strategy/index.mjs"
    }
  },
  "main": "lib/index.js",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "LICENSE",
    "README.md",
    "lib",
    "package.json",
    "prompts",
    "src"
  ],
  "peerDependencies": {
    "@agentica/core": "^0.45.1"
  },
  "dependencies": {
    "@noble/hashes": "^1.8.0",
    "@wrtnlabs/connector-hive-api": "^1.5.0",
    "better-sqlite3": "^11.9.1",
    "cohere-ai": "^7.17.1",
    "sqlite-vec": "0.1.7-alpha.2",
    "uuid": "^13.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.1",
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^25.3.0",
    "json-schema-to-ts": "^3.1.1",
    "rimraf": "^6.0.1",
    "rollup": "^4.29.1",
    "type-fest": "^4.37.0",
    "typescript": "~5.9.3",
    "vitest": "^3.0.9",
    "@agentica/core": "^0.45.1"
  },
  "scripts": {
    "build": "tsc -p ./tsconfig.build.json && rollup -c",
    "lint": "eslint .",
    "format": "eslint --fix .",
    "test": "vitest"
  },
  "module": "lib/index.mjs",
  "typings": "lib/index.d.ts"
}