{
  "name": "@lobu/connector-worker",
  "version": "20.2.0",
  "description": "Self-hosted worker for Lobu memory — connectors and embedding generation",
  "type": "module",
  "bin": {
    "connector-worker": "./dist/bin.js"
  },
  "exports": {
    "./daemon": {
      "import": "./dist/daemon/index.js",
      "types": "./dist/daemon/index.d.ts"
    },
    "./daemon/device-manifests": {
      "import": "./dist/daemon/device-manifests.js",
      "types": "./dist/daemon/device-manifests.d.ts"
    },
    "./env": {
      "import": "./dist/env.js",
      "types": "./dist/env.d.ts"
    },
    "./egress": {
      "import": "./dist/egress/index.js",
      "types": "./dist/egress/index.d.ts"
    },
    "./embeddings": {
      "import": "./dist/embeddings.js",
      "types": "./dist/embeddings.d.ts"
    },
    "./executor/runtime": {
      "import": "./dist/executor/runtime.js",
      "types": "./dist/executor/runtime.d.ts"
    },
    "./executor/interface": {
      "import": "./dist/executor/interface.js",
      "types": "./dist/executor/interface.d.ts"
    },
    "./executor/isolate": {
      "import": "./dist/executor/isolate.js",
      "types": "./dist/executor/isolate.d.ts"
    },
    "./agent-turn": {
      "import": "./dist/agent-turn/index.js",
      "types": "./dist/agent-turn/index.d.ts"
    },
    "./compile": {
      "import": "./dist/compile/index.js",
      "types": "./dist/compile/index.d.ts"
    },
    "./isolate": {
      "import": "./dist/isolate/index.js",
      "types": "./dist/isolate/index.d.ts"
    },
    "./self-check": {
      "import": "./dist/self-check/index.js",
      "types": "./dist/self-check/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "!**/*.map"
  ],
  "scripts": {
    "start": "node dist/bin.js"
  },
  "dependencies": {
    "@agentclientprotocol/sdk": "1.4.0",
    "@lobu/connector-sdk": "20.2.0",
    "@lobu/core": "20.2.0",
    "@lobu/embeddings": "20.2.0",
    "@mariozechner/pi-agent-core": "^0.73.1",
    "@mariozechner/pi-ai": "^0.73.1",
    "esbuild": "^0.28.1",
    "just-bash": "^2.14.2",
    "pathe": "^2.0.3",
    "undici": "7.29.0"
  },
  "devDependencies": {
    "@agentclientprotocol/claude-agent-acp": "0.70.0",
    "@agentclientprotocol/codex-acp": "1.6.2",
    "@lobu/plugin-api": "20.2.0",
    "@lobu/plugin-conversations": "0.0.0",
    "@lobu/plugin-host": "20.2.0",
    "@lobu/plugin-media": "0.0.0",
    "@lobu/plugin-memory": "0.0.0",
    "@lobu/plugin-toolkit": "0.0.0",
    "@mariozechner/pi-coding-agent": "^0.73.1",
    "@types/node": "^20.10.0",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3"
  },
  "optionalDependencies": {
    "isolated-vm": "^6.2.0",
    "isolated-vm-next": "npm:isolated-vm@^7.0.1"
  },
  "engines": {
    "node": ">=20.9.0"
  },
  "keywords": [
    "worker",
    "connector",
    "embedding",
    "content",
    "user-research"
  ],
  "license": "BUSL-1.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lobu-ai/lobu.git",
    "directory": "packages/connector-worker"
  },
  "publishConfig": {
    "access": "public"
  }
}
