@dakera-ai/dakera 0.11.51 → 0.11.54
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 +2 -0
- package/package.json +15 -9
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@ TypeScript SDK for Dakera AI — store, recall, and search agent memories agains
|
|
|
4
4
|
|
|
5
5
|
Part of [Dakera AI](https://dakera.ai) — the memory engine for AI agents.
|
|
6
6
|
|
|
7
|
+
> The Dakera memory engine scores **87.8% on LoCoMo** (1,540 questions, standard eval) — [benchmark details](https://dakera.ai/benchmark)
|
|
8
|
+
|
|
7
9
|
---
|
|
8
10
|
|
|
9
11
|
## Install
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dakera-ai/dakera",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.54",
|
|
4
4
|
"description": "TypeScript/JavaScript SDK for Dakera AI memory platform",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -26,15 +26,21 @@
|
|
|
26
26
|
"prepublishOnly": "npm run build"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
|
-
"
|
|
30
|
-
"database",
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
29
|
+
"agent-memory",
|
|
30
|
+
"vector-database",
|
|
31
|
+
"knowledge-graph",
|
|
32
|
+
"mcp",
|
|
33
|
+
"ai-agents",
|
|
34
|
+
"self-hosted",
|
|
35
|
+
"memory-engine",
|
|
36
|
+
"vector-search",
|
|
37
|
+
"session-management",
|
|
38
|
+
"embeddings",
|
|
39
|
+
"langchain",
|
|
40
|
+
"crewai",
|
|
41
|
+
"dakera",
|
|
34
42
|
"ai",
|
|
35
|
-
"ml"
|
|
36
|
-
"memory",
|
|
37
|
-
"dakera"
|
|
43
|
+
"ml"
|
|
38
44
|
],
|
|
39
45
|
"author": "Dakera Team",
|
|
40
46
|
"license": "MIT",
|