openclaw-cortex-memory 0.1.0-Alpha.21 → 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/README.md +18 -0
- package/dist/openclaw.plugin.json +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +11 -9
package/README.md
CHANGED
|
@@ -80,6 +80,24 @@ openclaw plugins enable openclaw-cortex-memory
|
|
|
80
80
|
openclaw gateway restart
|
|
81
81
|
```
|
|
82
82
|
|
|
83
|
+
### 卸载
|
|
84
|
+
|
|
85
|
+
```bash
|
|
86
|
+
cd ~/openclaw
|
|
87
|
+
openclaw plugins disable openclaw-cortex-memory
|
|
88
|
+
openclaw plugins uninstall openclaw-cortex-memory
|
|
89
|
+
openclaw gateway restart
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
如需卸载插件但保留记忆数据:
|
|
93
|
+
|
|
94
|
+
```bash
|
|
95
|
+
cd ~/openclaw
|
|
96
|
+
openclaw plugins disable openclaw-cortex-memory
|
|
97
|
+
openclaw plugins uninstall openclaw-cortex-memory --keep-data
|
|
98
|
+
openclaw gateway restart
|
|
99
|
+
```
|
|
100
|
+
|
|
83
101
|
### 最小配置(推荐先跑起来)
|
|
84
102
|
|
|
85
103
|
```json
|
|
@@ -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"
|
|
@@ -60,10 +60,12 @@
|
|
|
60
60
|
"requiresPython": false,
|
|
61
61
|
"cli": "cortex-memory",
|
|
62
62
|
"build": {
|
|
63
|
-
"openclawVersion": "2026.
|
|
63
|
+
"openclawVersion": "2026.4.5",
|
|
64
|
+
"pluginSdkVersion": "2026.4.5"
|
|
64
65
|
},
|
|
65
66
|
"compat": {
|
|
66
|
-
"pluginApi": ">=2026.
|
|
67
|
+
"pluginApi": ">=2026.4.5",
|
|
68
|
+
"minGatewayVersion": "2026.4.5"
|
|
67
69
|
},
|
|
68
70
|
"extensions": [
|
|
69
71
|
"./dist/index.js"
|