@joshuaswarren/openclaw-engram 9.2.6 → 9.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/dist/access-cli.js +1 -222
  2. package/dist/index.js +3 -15127
  3. package/openclaw.plugin.json +2 -2
  4. package/package.json +33 -82
  5. package/LICENSE +0 -21
  6. package/README.md +0 -656
  7. package/dist/access-cli.js.map +0 -1
  8. package/dist/admin-console/public/app.js +0 -721
  9. package/dist/admin-console/public/index.html +0 -470
  10. package/dist/calibration-5ZKC4PGR.js +0 -236
  11. package/dist/calibration-5ZKC4PGR.js.map +0 -1
  12. package/dist/causal-chain-NTQJJLVN.js +0 -23
  13. package/dist/causal-chain-NTQJJLVN.js.map +0 -1
  14. package/dist/causal-consolidation-K2R5TEG7.js +0 -206
  15. package/dist/causal-consolidation-K2R5TEG7.js.map +0 -1
  16. package/dist/causal-retrieval-BMM45BSR.js +0 -183
  17. package/dist/causal-retrieval-BMM45BSR.js.map +0 -1
  18. package/dist/causal-trajectory-graph-RXHMHGG3.js +0 -60
  19. package/dist/causal-trajectory-graph-RXHMHGG3.js.map +0 -1
  20. package/dist/chunk-6KX4XLQJ.js +0 -343
  21. package/dist/chunk-6KX4XLQJ.js.map +0 -1
  22. package/dist/chunk-DEIBZP3O.js +0 -49
  23. package/dist/chunk-DEIBZP3O.js.map +0 -1
  24. package/dist/chunk-GKUNOUQI.js +0 -562
  25. package/dist/chunk-GKUNOUQI.js.map +0 -1
  26. package/dist/chunk-IMMYYNXG.js +0 -160
  27. package/dist/chunk-IMMYYNXG.js.map +0 -1
  28. package/dist/chunk-MKM2BCQH.js +0 -436
  29. package/dist/chunk-MKM2BCQH.js.map +0 -1
  30. package/dist/chunk-NEJTYWAH.js +0 -280
  31. package/dist/chunk-NEJTYWAH.js.map +0 -1
  32. package/dist/chunk-OVWP47NO.js +0 -1849
  33. package/dist/chunk-OVWP47NO.js.map +0 -1
  34. package/dist/chunk-PKKCGNF2.js +0 -15
  35. package/dist/chunk-PKKCGNF2.js.map +0 -1
  36. package/dist/chunk-SSIIJJKA.js +0 -44
  37. package/dist/chunk-SSIIJJKA.js.map +0 -1
  38. package/dist/chunk-TUH5NNZ2.js +0 -4244
  39. package/dist/chunk-TUH5NNZ2.js.map +0 -1
  40. package/dist/chunk-V2QDCXYP.js +0 -33700
  41. package/dist/chunk-V2QDCXYP.js.map +0 -1
  42. package/dist/engine-GUURUH4W.js +0 -12
  43. package/dist/engine-GUURUH4W.js.map +0 -1
  44. package/dist/fallback-llm-KSO34MOM.js +0 -9
  45. package/dist/fallback-llm-KSO34MOM.js.map +0 -1
  46. package/dist/index.js.map +0 -1
  47. package/dist/legacy-hook-compat-722BG5XG.js +0 -36
  48. package/dist/legacy-hook-compat-722BG5XG.js.map +0 -1
  49. package/dist/logger-KPTKTANX.js +0 -10
  50. package/dist/logger-KPTKTANX.js.map +0 -1
  51. package/dist/storage-LOT4RKCT.js +0 -17
  52. package/dist/storage-LOT4RKCT.js.map +0 -1
@@ -611,7 +611,7 @@
611
611
  },
612
612
  "authToken": {
613
613
  "type": "string",
614
- "description": "Bearer token for the local Engram HTTP API. Supports ${ENV_VAR} expansion. If omitted, OPENCLAW_ENGRAM_ACCESS_TOKEN is used."
614
+ "description": "Bearer token for the local Remnic HTTP API. Supports ${ENV_VAR} expansion. If omitted, OPENCLAW_ENGRAM_ACCESS_TOKEN is used."
615
615
  },
616
616
  "principal": {
617
617
  "type": "string",
@@ -620,7 +620,7 @@
620
620
  "maxBodyBytes": {
621
621
  "type": "number",
622
622
  "default": 131072,
623
- "description": "Maximum accepted JSON request body size for the local Engram HTTP API."
623
+ "description": "Maximum accepted JSON request body size for the local Remnic HTTP API."
624
624
  }
625
625
  },
626
626
  "required": [
package/package.json CHANGED
@@ -1,51 +1,9 @@
1
1
  {
2
2
  "name": "@joshuaswarren/openclaw-engram",
3
- "version": "9.2.6",
3
+ "version": "9.3.0",
4
+ "description": "Deprecated compatibility shim for Engram installs. Re-exports @remnic/plugin-openclaw and forwards engram-access to @remnic/core.",
4
5
  "type": "module",
5
- "description": "Local-first memory plugin for OpenClaw. LLM-powered extraction, markdown storage, hybrid search via QMD.",
6
- "keywords": [
7
- "openclaw",
8
- "memory",
9
- "ai-memory",
10
- "ai-agent",
11
- "long-term-memory",
12
- "llm",
13
- "openai",
14
- "plugin",
15
- "local-first",
16
- "markdown",
17
- "knowledge-graph",
18
- "semantic-search",
19
- "qmd",
20
- "engram",
21
- "conversational-ai",
22
- "agent-memory"
23
- ],
24
- "license": "MIT",
25
- "repository": {
26
- "type": "git",
27
- "url": "https://github.com/joshuaswarren/openclaw-engram.git"
28
- },
29
- "homepage": "https://github.com/joshuaswarren/openclaw-engram#readme",
30
- "bugs": {
31
- "url": "https://github.com/joshuaswarren/openclaw-engram/issues"
32
- },
33
- "author": "Joshua Warren",
34
- "workspaces": [
35
- "packages/core",
36
- "packages/adapter-openclaw",
37
- "packages/hermes-provider",
38
- "packages/server",
39
- "packages/cli",
40
- "packages/bench"
41
- ],
42
- "engines": {
43
- "node": ">=22.12.0"
44
- },
45
6
  "main": "dist/index.js",
46
- "bin": {
47
- "engram-access": "./bin/engram-access.js"
48
- },
49
7
  "exports": {
50
8
  ".": {
51
9
  "import": "./dist/index.js"
@@ -54,29 +12,17 @@
54
12
  "import": "./dist/access-cli.js"
55
13
  }
56
14
  },
15
+ "bin": {
16
+ "engram-access": "./bin/engram-access.js"
17
+ },
57
18
  "files": [
58
19
  "dist",
59
20
  "bin/engram-access.js",
60
21
  "openclaw.plugin.json"
61
22
  ],
62
- "dependencies": {
63
- "@honcho-ai/sdk": "^2.0.0",
64
- "@lancedb/lancedb": "^0.26.2",
65
- "@orama/orama": "^3.0.0",
66
- "@orama/plugin-data-persistence": "^3.0.0",
67
- "@sinclair/typebox": "^0.34.0",
68
- "better-sqlite3": "^12.6.2",
69
- "meilisearch": "^0.46.0",
70
- "openai": "^6.0.0",
71
- "zod": "^3.24.0"
72
- },
73
- "optionalDependencies": {
74
- "@lancedb/lancedb-darwin-arm64": "^0.26.2",
75
- "@lancedb/lancedb-linux-arm64-gnu": "^0.26.2",
76
- "@lancedb/lancedb-linux-x64-gnu": "^0.26.2"
77
- },
78
- "peerDependencies": {
79
- "openclaw": "*"
23
+ "publishConfig": {
24
+ "access": "public",
25
+ "provenance": true
80
26
  },
81
27
  "openclaw": {
82
28
  "plugin": "./openclaw.plugin.json",
@@ -85,30 +31,35 @@
85
31
  ]
86
32
  },
87
33
  "scripts": {
88
- "build": "tsup && node scripts/copy-admin-console.mjs",
89
- "dev": "tsup --watch",
34
+ "build": "node ./scripts/sync-openclaw-plugin.mjs && tsup --config tsup.config.ts",
90
35
  "check-types": "tsc --noEmit",
91
- "check-config-contract": "tsx scripts/validate-config-contract.ts",
92
- "test": "tsx --test",
93
- "eval:ci-gate": "tsx scripts/eval-ci-gate.ts",
94
- "eval:run": "tsx evals/run.ts",
95
- "eval:download": "bash evals/scripts/download-datasets.sh",
96
- "eval:bench": "tsx evals/run.ts --benchmark all",
97
- "preflight": "bash scripts/pr-preflight.sh full",
98
- "preflight:quick": "bash scripts/pr-preflight.sh quick",
99
- "review:cursor": "bash scripts/cursor-prepush-review.sh",
100
- "hooks:install": "bash scripts/install-git-hooks.sh",
101
- "migrate": "tsx scripts/migrate.ts",
102
- "prepack": "npm run build"
36
+ "postinstall": "node ./scripts/postinstall-banner.mjs",
37
+ "prepack": "npm run build",
38
+ "prepublishOnly": "npm run build"
103
39
  },
104
- "publishConfig": {
105
- "access": "public",
106
- "provenance": true
40
+ "dependencies": {
41
+ "@remnic/core": "workspace:*",
42
+ "@remnic/plugin-openclaw": "workspace:*"
43
+ },
44
+ "peerDependencies": {
45
+ "openclaw": "*"
107
46
  },
108
47
  "devDependencies": {
109
- "@types/better-sqlite3": "^7.6.13",
110
48
  "tsup": "^8.5.1",
111
- "tsx": "^4.0.0",
112
49
  "typescript": "^5.9.3"
113
- }
50
+ },
51
+ "license": "MIT",
52
+ "repository": {
53
+ "type": "git",
54
+ "url": "https://github.com/joshuaswarren/remnic.git",
55
+ "directory": "packages/shim-openclaw-engram"
56
+ },
57
+ "keywords": [
58
+ "engram",
59
+ "remnic",
60
+ "openclaw",
61
+ "memory",
62
+ "compatibility",
63
+ "shim"
64
+ ]
114
65
  }
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 Joshua Warren
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.