@joshuaswarren/openclaw-engram 9.3.16 → 9.3.17
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/openclaw.plugin.json +15 -1
- package/package.json +3 -3
package/openclaw.plugin.json
CHANGED
|
@@ -1,9 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "openclaw-engram",
|
|
3
3
|
"name": "Remnic OpenClaw Plugin",
|
|
4
|
-
"version": "9.3.
|
|
4
|
+
"version": "9.3.17",
|
|
5
5
|
"kind": "memory",
|
|
6
6
|
"description": "Local semantic memory for OpenClaw. Requires plugins.slots.memory set to this plugin id for hooks to fire.",
|
|
7
|
+
"setup": {
|
|
8
|
+
"providers": [
|
|
9
|
+
{
|
|
10
|
+
"id": "openai",
|
|
11
|
+
"authMethods": [
|
|
12
|
+
"api-key"
|
|
13
|
+
],
|
|
14
|
+
"envVars": [
|
|
15
|
+
"OPENAI_API_KEY"
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"requiresRuntime": false
|
|
20
|
+
},
|
|
7
21
|
"providerAuthEnvVars": {
|
|
8
22
|
"openai": [
|
|
9
23
|
"OPENAI_API_KEY"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@joshuaswarren/openclaw-engram",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.17",
|
|
4
4
|
"description": "Deprecated compatibility shim for Engram installs. Re-exports @remnic/plugin-openclaw and forwards engram-access to @remnic/core.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@remnic/
|
|
35
|
-
"@remnic/
|
|
34
|
+
"@remnic/core": "^1.1.8",
|
|
35
|
+
"@remnic/plugin-openclaw": "^1.0.21"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"openclaw": ">=2026.4.8"
|