{
  "name": "@reactive-agents/interaction",
  "version": "0.14.0",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsup --config ../../tsup.config.base.ts",
    "typecheck": "tsc --noEmit",
    "test": "bun test --reporter=dots",
    "test:watch": "bun test --watch"
  },
  "dependencies": {
    "@reactive-agents/core": "0.14.0",
    "@reactive-agents/reasoning": "0.14.0",
    "@reactive-agents/observability": "0.14.0",
    "ulid": "^2.3.0"
  },
  "devDependencies": {
    "typescript": "^6.0.3",
    "bun-types": "latest",
    "effect": "^3.10.0"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tylerjrbuell/reactive-agents-ts.git",
    "directory": "packages/interaction"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "bun": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "description": "Interaction modes for Reactive Agents — 5 autonomy modes, checkpoints, and human collaboration",
  "keywords": [
    "ai",
    "agents",
    "ai-agents",
    "llm",
    "effect-ts",
    "typescript",
    "human-in-the-loop",
    "hitl",
    "approval",
    "autonomy",
    "checkpoint",
    "human-collaboration"
  ],
  "homepage": "https://docs.reactiveagents.dev/",
  "bugs": {
    "url": "https://github.com/tylerjrbuell/reactive-agents-ts/issues"
  },
  "peerDependencies": {
    "effect": "^3.10.0"
  }
}
