@dangvv/openclaw-mem0 0.3.0 → 0.3.1
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/package.json +18 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dangvv/openclaw-mem0",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Mem0 memory backend for OpenClaw — platform or self-hosted open-source",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -23,8 +23,24 @@
|
|
|
23
23
|
"test": "vitest run"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
+
"@anthropic-ai/sdk": "^0.40.1",
|
|
27
|
+
"@azure/identity": "^4.0.0",
|
|
28
|
+
"@azure/search-documents": "^12.0.0",
|
|
26
29
|
"@sinclair/typebox": "0.34.47",
|
|
27
|
-
"
|
|
30
|
+
"@google/genai": "^1.2.0",
|
|
31
|
+
"@langchain/core": "^0.3.44",
|
|
32
|
+
"@mistralai/mistralai": "^1.5.2",
|
|
33
|
+
"@qdrant/js-client-rest": "1.13.0",
|
|
34
|
+
"@supabase/supabase-js": "^2.49.1",
|
|
35
|
+
"better-sqlite3": "^12.6.2",
|
|
36
|
+
"cloudflare": "^4.2.0",
|
|
37
|
+
"groq-sdk": "0.3.0",
|
|
38
|
+
"mem0ai": "^2.2.1",
|
|
39
|
+
"neo4j-driver": "^5.28.1",
|
|
40
|
+
"ollama": "^0.5.14",
|
|
41
|
+
"patch-package": "^8.0.1",
|
|
42
|
+
"pg": "8.11.3",
|
|
43
|
+
"redis": "^4.6.13"
|
|
28
44
|
},
|
|
29
45
|
"openclaw": {
|
|
30
46
|
"extensions": [
|
|
@@ -32,7 +48,6 @@
|
|
|
32
48
|
]
|
|
33
49
|
},
|
|
34
50
|
"devDependencies": {
|
|
35
|
-
"patch-package": "^8.0.1",
|
|
36
51
|
"vitest": "^4.0.18"
|
|
37
52
|
}
|
|
38
53
|
}
|