{
  "name": "openclaw-hybrid-memory",
  "version": "2026.7.32",
  "type": "module",
  "description": "Give your OpenClaw agent lasting memory: structured facts, semantic search, auto-capture & recall, decay, optional credential vault. Part of Hybrid Memory v3.",
  "files": [
    "dist",
    "index.ts",
    "index-help.ts",
    "index-credentials-cli.ts",
    "index-upgrade-cli.ts",
    "index-version-cli.ts",
    "index-testing-exports.ts",
    "api",
    "config.ts",
    "config",
    "versionInfo.ts",
    "backends",
    "cli",
    "lifecycle",
    "routes",
    "setup",
    "src",
    "services",
    "tools",
    "utils",
    "benchmark",
    "types",
    "prompts",
    "skills",
    "workspace-snippets",
    "scripts",
    "npm-shrinkwrap.json",
    "openclaw.plugin.json",
    "package.json",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/markus-lassfolk/openclaw-hybrid-memory.git"
  },
  "keywords": [
    "openclaw",
    "plugin",
    "memory",
    "sqlite",
    "lancedb",
    "embeddings"
  ],
  "peerDependencies": {
    "@sinclair/typebox": "^0.34.48",
    "openai": "^6.16.0",
    "openclaw": ">=2026.5.0 <2027"
  },
  "dependencies": {
    "@lancedb/lancedb": "^0.30.0",
    "@types/node": "^25.2.3",
    "commander": "^13.1.0",
    "franc": "^6.2.0",
    "graphql": "^16.14.0",
    "graphql-yoga": "^5.21.0"
  },
  "optionalDependencies": {
    "@rolldown/binding-linux-x64-gnu": "^1.0.0",
    "onnxruntime-node": "^1.20.0"
  },
  "openclaw": {
    "extensions": [
      "./dist/index.js"
    ],
    "runtimeExtensions": [
      "./dist/index.js"
    ]
  },
  "scripts": {
    "build": "node ../../scripts/run-with-supported-node.mjs tsdown",
    "build:check": "node ../../scripts/run-with-supported-node.mjs tsdown && node ../../scripts/run-with-supported-node.mjs node scripts/verify-publish.cjs",
    "test": "node ../../scripts/run-with-supported-node.mjs vitest run",
    "test:watch": "node ../../scripts/run-with-supported-node.mjs vitest",
    "test:coverage": "node ../../scripts/run-with-supported-node.mjs vitest run --coverage",
    "lint": "node ../../scripts/run-with-supported-node.mjs biome lint --max-diagnostics=none .",
    "lint:fix": "node ../../scripts/run-with-supported-node.mjs biome lint --write --unsafe --max-diagnostics=none .",
    "format": "node ../../scripts/run-with-supported-node.mjs biome format --write --max-diagnostics=none .",
    "format:check": "node ../../scripts/run-with-supported-node.mjs biome format --max-diagnostics=none .",
    "ab-maintenance": "node ../../scripts/run-with-supported-node.mjs node node_modules/.bin/jiti benchmark/ab-maintenance/run.ts",
    "ab-maintenance:probe": "node ../../scripts/run-with-supported-node.mjs node node_modules/.bin/jiti benchmark/ab-maintenance/probe-cell.ts",
    "offline-qa": "node ../../scripts/run-with-supported-node.mjs node node_modules/.bin/jiti benchmark/offline-qa/run-offline-qa.ts",
    "offline-qa:fetch": "bash benchmark/offline-qa/fetch-maeve-offline-qa.sh",
    "offline-qa:fetch-secrets": "bash benchmark/offline-qa/fetch-maeve-secrets.sh",
    "offline-qa:setup": "bash benchmark/offline-qa/setup-sandbox.sh",
    "offline-qa:clone": "bash benchmark/offline-qa/clone-sandbox.sh",
    "offline-qa:reset": "bash benchmark/offline-qa/clone-sandbox.sh",
    "offline-qa:maintenance": "node ../../scripts/run-with-supported-node.mjs node node_modules/.bin/jiti benchmark/offline-qa/run-maintenance-qa.ts",
    "offline-qa:finalize-report": "node ../../scripts/run-with-supported-node.mjs node node_modules/.bin/jiti benchmark/offline-qa/finalize-report.ts",
    "offline-qa:verify": "node ../../scripts/run-with-supported-node.mjs node node_modules/.bin/jiti benchmark/offline-qa/verify-fixtures.ts",
    "offline-qa:backfill": "HOME=.offline-qa/sandbox-work node ../../scripts/run-with-supported-node.mjs node node_modules/.bin/jiti benchmark/offline-qa/run-sandbox-backfill.ts",
    "offline-qa:crystallization": "HOME=.offline-qa/sandbox-work node ../../scripts/run-with-supported-node.mjs node node_modules/.bin/jiti benchmark/offline-qa/analyze-crystallization.ts",
    "maintenance:backfill": "node ../../scripts/run-with-supported-node.mjs openclaw hybrid-mem maintenance backfill --all --days 60",
    "lint:arch": "bash scripts/lint-arch.sh",
    "typecheck:gate": "node ../../scripts/run-with-supported-node.mjs tsc --noEmit -p tsconfig.gate.json",
    "test:maintenance-gate": "node ../../scripts/run-with-supported-node.mjs vitest run --maxWorkers 1 tests/cron-guard.test.ts tests/maintenance-orchestrator.integration.test.ts tests/maintenance-step-guard-intervals.test.ts",
    "test:schema-gate": "node ../../scripts/run-with-supported-node.mjs vitest run tests/plugin-graph-schema-parity.test.ts tests/agent-tool-contracts.test.ts",
    "verify:gate": "npm run typecheck:gate && npm run test:maintenance-gate && npm run test:schema-gate",
    "postinstall": "node scripts/postinstall-rebuild.cjs",
    "prepack": "npm run build && node scripts/manage-shrinkwrap.cjs create",
    "postpack": "node scripts/manage-shrinkwrap.cjs clean",
    "verify:publish": "node scripts/verify-publish.cjs",
    "release:publish": "npm run verify:publish && npm publish --otp=$OTP"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.15",
    "@vitest/coverage-v8": "^4.0.18",
    "knip": "^5.0.0",
    "tsdown": "^0.22.0",
    "typescript": "^5.9.3",
    "unrun": "0.3.1",
    "vitest": "^4.0.18"
  },
  "overrides": {
    "@hono/node-server": ">=1.19.10 <2",
    "axios": ">=1.15.0",
    "fast-xml-parser": ">=5.5.6",
    "follow-redirects": ">=1.16.0",
    "ip-address": ">=10.1.1",
    "opusscript": "0.1.1",
    "tar": ">=7.5.11",
    "unrun": "0.3.1",
    "yauzl": ">=3.2.1"
  },
  "engines": {
    "node": ">=22.16.0"
  },
  "homepage": "https://github.com/markus-lassfolk/openclaw-hybrid-memory#readme",
  "bugs": {
    "url": "https://github.com/markus-lassfolk/openclaw-hybrid-memory/issues"
  }
}
