@jeremiaheth/neolata-mem 0.8.0 → 0.8.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 +10 -10
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jeremiaheth/neolata-mem",
|
|
3
|
-
"version": "0.8.
|
|
4
|
-
"description": "Trustworthy graph-native memory engine for AI agents - belief updates, provenance tracking, trust-gated supersession, and poisoning resistance",
|
|
3
|
+
"version": "0.8.1",
|
|
4
|
+
"description": "Trustworthy graph-native memory engine for AI agents - belief updates, provenance tracking, trust-gated supersession, and poisoning resistance",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.mjs",
|
|
7
7
|
"exports": {
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"llm",
|
|
38
38
|
"vector-search",
|
|
39
39
|
"multi-agent",
|
|
40
|
-
"decay",
|
|
41
|
-
"conflict-resolution",
|
|
42
|
-
"trust",
|
|
43
|
-
"provenance",
|
|
44
|
-
"contradiction-resolution",
|
|
45
|
-
"belief-update",
|
|
46
|
-
"poisoning-defense"
|
|
47
|
-
],
|
|
40
|
+
"decay",
|
|
41
|
+
"conflict-resolution",
|
|
42
|
+
"trust",
|
|
43
|
+
"provenance",
|
|
44
|
+
"contradiction-resolution",
|
|
45
|
+
"belief-update",
|
|
46
|
+
"poisoning-defense"
|
|
47
|
+
],
|
|
48
48
|
"author": "Jeremiaheth",
|
|
49
49
|
"license": "MIT",
|
|
50
50
|
"homepage": "https://github.com/Jeremiaheth/neolata-mem#readme",
|