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.
- package/README.md +42 -25
- package/dist/{Store-BtdYuiUx.d.mts → Store-BJ8b6xbs.d.mts} +2 -0
- package/dist/{Store-BtdYuiUx.d.ts → Store-BJ8b6xbs.d.ts} +2 -0
- package/dist/cli/index.js +475 -5708
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/index.mjs +475 -5709
- package/dist/cli/index.mjs.map +1 -1
- package/dist/{index-yTOihMUk.d.mts → index-2AoCh09i.d.mts} +1 -1
- package/dist/{index-B2oTMNlL.d.ts → index-BZrUZX8Z.d.ts} +1 -1
- package/dist/{index-B8PTQKy9.d.mts → index-CHbW0NJZ.d.mts} +1 -1
- package/dist/{index-DWk78ifo.d.ts → index-CfqixdlW.d.ts} +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +328 -5739
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +327 -5739
- package/dist/index.mjs.map +1 -1
- package/dist/mcp/index.d.mts +2 -2
- package/dist/mcp/index.d.ts +2 -2
- package/dist/mcp/index.js +19 -2
- package/dist/mcp/index.js.map +1 -1
- package/dist/mcp/index.mjs +26 -2
- package/dist/mcp/index.mjs.map +1 -1
- package/dist/sdk/index.d.mts +202 -50
- package/dist/sdk/index.d.ts +202 -50
- package/dist/sdk/index.js +76 -34
- package/dist/sdk/index.js.map +1 -1
- package/dist/sdk/index.mjs +76 -34
- package/dist/sdk/index.mjs.map +1 -1
- package/dist/server/api.d.mts +1 -1
- package/dist/server/api.d.ts +1 -1
- package/dist/server/api.js +231 -154
- package/dist/server/api.js.map +1 -1
- package/dist/server/api.mjs +231 -154
- package/dist/server/api.mjs.map +1 -1
- package/dist/server/index.d.mts +2 -2
- package/dist/server/index.d.ts +2 -2
- package/dist/server/index.js +296 -5711
- package/dist/server/index.js.map +1 -1
- package/dist/server/index.mjs +295 -5711
- package/dist/server/index.mjs.map +1 -1
- package/dist/server/websocket.d.mts +1 -1
- package/dist/server/websocket.d.ts +1 -1
- package/dist/ws/index.d.mts +1 -1
- package/dist/ws/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/sharp-win32-x64-CXV3GA3G.node +0 -0
|
@@ -3,7 +3,7 @@ import * as node_stream_promises from 'node:stream/promises';
|
|
|
3
3
|
import * as node_stream from 'node:stream';
|
|
4
4
|
import * as node_stream_web from 'node:stream/web';
|
|
5
5
|
import * as node_http from 'node:http';
|
|
6
|
-
import { C as Config, S as Store, f as Project, c as Atom } from './Store-
|
|
6
|
+
import { C as Config, S as Store, f as Project, c as Atom } from './Store-BJ8b6xbs.js';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Mnemosyne Configuration
|
|
@@ -3,7 +3,7 @@ import * as node_stream_promises from 'node:stream/promises';
|
|
|
3
3
|
import * as node_stream from 'node:stream';
|
|
4
4
|
import * as node_stream_web from 'node:stream/web';
|
|
5
5
|
import * as node_http from 'node:http';
|
|
6
|
-
import { C as Config, S as Store, f as Project, c as Atom } from './Store-
|
|
6
|
+
import { C as Config, S as Store, f as Project, c as Atom } from './Store-BJ8b6xbs.mjs';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Mnemosyne Configuration
|
package/dist/index.d.mts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { M as Mnemosyne, a as MnemosyneConfig, b as MnemosyneOptions, c as MnemosyneServer, l as loadConfig } from './index-
|
|
2
|
-
import { S as Store, A as Assistant } from './Store-
|
|
3
|
-
export { a as Action, b as AssistantRole, c as Atom, B as Block, d as Bond, C as Config, E as EventLogEntry, P as PRIORITY, e as PermissionLevel, f as Project, Q as QueueEntry, R as ROLE_PERMISSIONS, T as TEMPLATES } from './Store-
|
|
1
|
+
export { M as Mnemosyne, a as MnemosyneConfig, b as MnemosyneOptions, c as MnemosyneServer, l as loadConfig } from './index-CHbW0NJZ.mjs';
|
|
2
|
+
import { S as Store, A as Assistant } from './Store-BJ8b6xbs.mjs';
|
|
3
|
+
export { a as Action, b as AssistantRole, c as Atom, B as Block, d as Bond, C as Config, E as EventLogEntry, P as PRIORITY, e as PermissionLevel, f as Project, Q as QueueEntry, R as ROLE_PERMISSIONS, T as TEMPLATES } from './Store-BJ8b6xbs.mjs';
|
|
4
4
|
export { API, API as ApiRouter } from './server/api.mjs';
|
|
5
5
|
import * as http from 'http';
|
|
6
|
-
export { J as JsonRpcRequest, a as JsonRpcResponse, M as McpServer, b as McpSseTransport, c as McpStdioTransport, d as McpTool, e as McpTransport, T as TOOLS } from './index-
|
|
6
|
+
export { J as JsonRpcRequest, a as JsonRpcResponse, M as McpServer, b as McpSseTransport, c as McpStdioTransport, d as McpTool, e as McpTransport, T as TOOLS } from './index-2AoCh09i.mjs';
|
|
7
7
|
export { WebSocketHandler, createWebSocketServer } from './server/websocket.mjs';
|
|
8
8
|
export { EventBroadcaster } from './ws/index.mjs';
|
|
9
9
|
import 'node:events';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { M as Mnemosyne, a as MnemosyneConfig, b as MnemosyneOptions, c as MnemosyneServer, l as loadConfig } from './index-
|
|
2
|
-
import { S as Store, A as Assistant } from './Store-
|
|
3
|
-
export { a as Action, b as AssistantRole, c as Atom, B as Block, d as Bond, C as Config, E as EventLogEntry, P as PRIORITY, e as PermissionLevel, f as Project, Q as QueueEntry, R as ROLE_PERMISSIONS, T as TEMPLATES } from './Store-
|
|
1
|
+
export { M as Mnemosyne, a as MnemosyneConfig, b as MnemosyneOptions, c as MnemosyneServer, l as loadConfig } from './index-BZrUZX8Z.js';
|
|
2
|
+
import { S as Store, A as Assistant } from './Store-BJ8b6xbs.js';
|
|
3
|
+
export { a as Action, b as AssistantRole, c as Atom, B as Block, d as Bond, C as Config, E as EventLogEntry, P as PRIORITY, e as PermissionLevel, f as Project, Q as QueueEntry, R as ROLE_PERMISSIONS, T as TEMPLATES } from './Store-BJ8b6xbs.js';
|
|
4
4
|
export { API, API as ApiRouter } from './server/api.js';
|
|
5
5
|
import * as http from 'http';
|
|
6
|
-
export { J as JsonRpcRequest, a as JsonRpcResponse, M as McpServer, b as McpSseTransport, c as McpStdioTransport, d as McpTool, e as McpTransport, T as TOOLS } from './index-
|
|
6
|
+
export { J as JsonRpcRequest, a as JsonRpcResponse, M as McpServer, b as McpSseTransport, c as McpStdioTransport, d as McpTool, e as McpTransport, T as TOOLS } from './index-CfqixdlW.js';
|
|
7
7
|
export { WebSocketHandler, createWebSocketServer } from './server/websocket.js';
|
|
8
8
|
export { EventBroadcaster } from './ws/index.js';
|
|
9
9
|
import 'node:events';
|