mnemosyne-core 2.0.2 → 2.1.0

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.
Files changed (47) hide show
  1. package/README.md +42 -25
  2. package/dist/{Store-BtdYuiUx.d.mts → Store-BJ8b6xbs.d.mts} +2 -0
  3. package/dist/{Store-BtdYuiUx.d.ts → Store-BJ8b6xbs.d.ts} +2 -0
  4. package/dist/cli/index.js +475 -5708
  5. package/dist/cli/index.js.map +1 -1
  6. package/dist/cli/index.mjs +475 -5709
  7. package/dist/cli/index.mjs.map +1 -1
  8. package/dist/{index-yTOihMUk.d.mts → index-2AoCh09i.d.mts} +1 -1
  9. package/dist/{index-B2oTMNlL.d.ts → index-BZrUZX8Z.d.ts} +1 -1
  10. package/dist/{index-B8PTQKy9.d.mts → index-CHbW0NJZ.d.mts} +1 -1
  11. package/dist/{index-DWk78ifo.d.ts → index-CfqixdlW.d.ts} +1 -1
  12. package/dist/index.d.mts +4 -4
  13. package/dist/index.d.ts +4 -4
  14. package/dist/index.js +328 -5739
  15. package/dist/index.js.map +1 -1
  16. package/dist/index.mjs +327 -5739
  17. package/dist/index.mjs.map +1 -1
  18. package/dist/mcp/index.d.mts +2 -2
  19. package/dist/mcp/index.d.ts +2 -2
  20. package/dist/mcp/index.js +19 -2
  21. package/dist/mcp/index.js.map +1 -1
  22. package/dist/mcp/index.mjs +26 -2
  23. package/dist/mcp/index.mjs.map +1 -1
  24. package/dist/sdk/index.d.mts +202 -50
  25. package/dist/sdk/index.d.ts +202 -50
  26. package/dist/sdk/index.js +76 -34
  27. package/dist/sdk/index.js.map +1 -1
  28. package/dist/sdk/index.mjs +76 -34
  29. package/dist/sdk/index.mjs.map +1 -1
  30. package/dist/server/api.d.mts +1 -1
  31. package/dist/server/api.d.ts +1 -1
  32. package/dist/server/api.js +231 -154
  33. package/dist/server/api.js.map +1 -1
  34. package/dist/server/api.mjs +231 -154
  35. package/dist/server/api.mjs.map +1 -1
  36. package/dist/server/index.d.mts +2 -2
  37. package/dist/server/index.d.ts +2 -2
  38. package/dist/server/index.js +296 -5711
  39. package/dist/server/index.js.map +1 -1
  40. package/dist/server/index.mjs +295 -5711
  41. package/dist/server/index.mjs.map +1 -1
  42. package/dist/server/websocket.d.mts +1 -1
  43. package/dist/server/websocket.d.ts +1 -1
  44. package/dist/ws/index.d.mts +1 -1
  45. package/dist/ws/index.d.ts +1 -1
  46. package/package.json +1 -1
  47. package/dist/sharp-win32-x64-CXV3GA3G.node +0 -0
@@ -1,6 +1,6 @@
1
1
  import * as http from 'http';
2
2
  import { WebSocketServer } from 'ws';
3
- import { S as Store } from '../Store-BtdYuiUx.mjs';
3
+ import { S as Store } from '../Store-BJ8b6xbs.mjs';
4
4
  import 'better-sqlite3';
5
5
 
6
6
  interface WSMessage {
@@ -1,6 +1,6 @@
1
1
  import * as http from 'http';
2
2
  import { WebSocketServer } from 'ws';
3
- import { S as Store } from '../Store-BtdYuiUx.js';
3
+ import { S as Store } from '../Store-BJ8b6xbs.js';
4
4
  import 'better-sqlite3';
5
5
 
6
6
  interface WSMessage {
@@ -1,6 +1,6 @@
1
1
  import { WebSocketHandler } from '../server/websocket.mjs';
2
2
  export { createWebSocketServer } from '../server/websocket.mjs';
3
- import { S as Store } from '../Store-BtdYuiUx.mjs';
3
+ import { S as Store } from '../Store-BJ8b6xbs.mjs';
4
4
  import 'http';
5
5
  import 'ws';
6
6
  import 'better-sqlite3';
@@ -1,6 +1,6 @@
1
1
  import { WebSocketHandler } from '../server/websocket.js';
2
2
  export { createWebSocketServer } from '../server/websocket.js';
3
- import { S as Store } from '../Store-BtdYuiUx.js';
3
+ import { S as Store } from '../Store-BJ8b6xbs.js';
4
4
  import 'http';
5
5
  import 'ws';
6
6
  import 'better-sqlite3';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mnemosyne-core",
3
- "version": "2.0.2",
3
+ "version": "2.1.0",
4
4
  "description": "Unified memory engine for AI agents — graph atoms, semantic search, and collaborative memory",
5
5
  "logo": "logo.png",
6
6
  "author": "Arman Aslanyan <aslanyanarman88@gmail.com> (https://www.linkedin.com/in/arman-aslanyan/)",
Binary file