mnemosyne-core 2.1.1 → 2.1.2
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 -2
- package/WORKING_EXAMPLE.md +126 -0
- package/dist/cli/index.js +4 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/index.mjs +4 -2
- package/dist/cli/index.mjs.map +1 -1
- package/package.json +4 -2
package/dist/cli/index.mjs
CHANGED
|
@@ -7602,7 +7602,7 @@ var require_package = __commonJS({
|
|
|
7602
7602
|
"package.json"(exports, module2) {
|
|
7603
7603
|
module2.exports = {
|
|
7604
7604
|
name: "mnemosyne-core",
|
|
7605
|
-
version: "2.1.
|
|
7605
|
+
version: "2.1.2",
|
|
7606
7606
|
description: "Unified memory engine for AI agents \u2014 graph atoms, semantic search, and collaborative memory",
|
|
7607
7607
|
logo: "logo.png",
|
|
7608
7608
|
author: "Arman Aslanyan <aslanyanarman88@gmail.com> (https://www.linkedin.com/in/arman-aslanyan/)",
|
|
@@ -7640,7 +7640,9 @@ var require_package = __commonJS({
|
|
|
7640
7640
|
}
|
|
7641
7641
|
},
|
|
7642
7642
|
files: [
|
|
7643
|
-
"dist"
|
|
7643
|
+
"dist",
|
|
7644
|
+
"README.md",
|
|
7645
|
+
"WORKING_EXAMPLE.md"
|
|
7644
7646
|
],
|
|
7645
7647
|
scripts: {
|
|
7646
7648
|
start: "node dist/cli/index.js",
|