openclaw-cortex-memory 0.1.0-Alpha.22 → 0.1.0-Alpha.23
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.
- package/dist/openclaw.plugin.json +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +23 -23
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "openclaw-cortex-memory",
|
|
3
3
|
"name": "Cortex Memory",
|
|
4
|
-
"version": "0.1.0-Alpha.
|
|
4
|
+
"version": "0.1.0-Alpha.23",
|
|
5
5
|
"description": "Long-term memory system with semantic, episodic, and procedural memory for AI Agents",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"author": "deki18",
|
package/openclaw.plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "openclaw-cortex-memory",
|
|
3
3
|
"name": "Cortex Memory",
|
|
4
|
-
"version": "0.1.0-Alpha.
|
|
4
|
+
"version": "0.1.0-Alpha.23",
|
|
5
5
|
"description": "Long-term memory system with semantic, episodic, and procedural memory for AI Agents",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"author": "deki18",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openclaw-cortex-memory",
|
|
3
|
-
"version": "0.1.0-Alpha.
|
|
3
|
+
"version": "0.1.0-Alpha.23",
|
|
4
4
|
"description": "Long-term memory system for OpenClaw AI Agent",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"check:version": "node scripts/check-version.js",
|
|
14
14
|
"test:compat": "node scripts/compat-regression.js",
|
|
15
15
|
"test:model": "node scripts/model-regression.js",
|
|
16
|
-
"test:graph": "node scripts/graph-eval.js",
|
|
17
|
-
"test:graph-quality": "node scripts/graph-quality-eval.js",
|
|
18
|
-
"test:graph-quality-zh": "node scripts/graph-quality-eval.js --gold eval/graph_quality_gold.zh.jsonl --pred eval/graph_quality_predictions.zh.sample.jsonl --thresholds eval/graph_quality_thresholds.json",
|
|
19
|
-
"test:lengthnorm": "node scripts/lengthnorm-regression.js",
|
|
20
|
-
"test:all": "npm run test:compat && npm run test:model && npm run test:graph && npm run test:graph-quality && npm run test:graph-quality-zh && npm run test:lengthnorm",
|
|
16
|
+
"test:graph": "node scripts/graph-eval.js",
|
|
17
|
+
"test:graph-quality": "node scripts/graph-quality-eval.js",
|
|
18
|
+
"test:graph-quality-zh": "node scripts/graph-quality-eval.js --gold eval/graph_quality_gold.zh.jsonl --pred eval/graph_quality_predictions.zh.sample.jsonl --thresholds eval/graph_quality_thresholds.json",
|
|
19
|
+
"test:lengthnorm": "node scripts/lengthnorm-regression.js",
|
|
20
|
+
"test:all": "npm run test:compat && npm run test:model && npm run test:graph && npm run test:graph-quality && npm run test:graph-quality-zh && npm run test:lengthnorm",
|
|
21
21
|
"release:check": "node scripts/release-pipeline.js",
|
|
22
22
|
"dev": "tsc --watch",
|
|
23
23
|
"prepack": "npm run build",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"typescript": "^5.7.2"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"openclaw": ">=2026.
|
|
46
|
+
"openclaw": ">=2026.4.5"
|
|
47
47
|
},
|
|
48
48
|
"engines": {
|
|
49
49
|
"node": ">=22.0.0"
|
|
@@ -55,20 +55,20 @@
|
|
|
55
55
|
"openclaw.plugin.json",
|
|
56
56
|
"SKILL.md"
|
|
57
57
|
],
|
|
58
|
-
"openclaw": {
|
|
59
|
-
"plugin": true,
|
|
60
|
-
"requiresPython": false,
|
|
61
|
-
"cli": "cortex-memory",
|
|
62
|
-
"build": {
|
|
63
|
-
"openclawVersion": "2026.4.5",
|
|
64
|
-
"pluginSdkVersion": "2026.4.5"
|
|
65
|
-
},
|
|
66
|
-
"compat": {
|
|
67
|
-
"pluginApi": ">=2026.
|
|
68
|
-
"minGatewayVersion": "2026.
|
|
69
|
-
},
|
|
70
|
-
"extensions": [
|
|
71
|
-
"./dist/index.js"
|
|
72
|
-
]
|
|
73
|
-
}
|
|
58
|
+
"openclaw": {
|
|
59
|
+
"plugin": true,
|
|
60
|
+
"requiresPython": false,
|
|
61
|
+
"cli": "cortex-memory",
|
|
62
|
+
"build": {
|
|
63
|
+
"openclawVersion": "2026.4.5",
|
|
64
|
+
"pluginSdkVersion": "2026.4.5"
|
|
65
|
+
},
|
|
66
|
+
"compat": {
|
|
67
|
+
"pluginApi": ">=2026.4.5",
|
|
68
|
+
"minGatewayVersion": "2026.4.5"
|
|
69
|
+
},
|
|
70
|
+
"extensions": [
|
|
71
|
+
"./dist/index.js"
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
74
|
}
|