motebit 1.11.3 → 1.12.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/dist/index.js +813 -234
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "motebit",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Reference runtime and operator console for sovereign AI agents — REPL, daemon, delegation, MCP server. Persistent Ed25519 identity, signed execution receipts, governance at the boundary.",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -75,36 +75,36 @@
|
|
|
75
75
|
"tsx": "^4.23.1",
|
|
76
76
|
"typescript": "^5.6.0",
|
|
77
77
|
"vitest": "^4.1.10",
|
|
78
|
-
"@motebit/ai-core": "0.0.0-private",
|
|
79
|
-
"@motebit/core-identity": "0.0.0-private",
|
|
80
78
|
"@motebit/behavior-engine": "0.0.0-private",
|
|
79
|
+
"@motebit/ai-core": "0.0.0-private",
|
|
81
80
|
"@motebit/crypto": "3.19.1",
|
|
81
|
+
"@motebit/core-identity": "0.0.0-private",
|
|
82
82
|
"@motebit/encryption": "0.0.0-private",
|
|
83
83
|
"@motebit/event-log": "0.0.0-private",
|
|
84
84
|
"@motebit/gradient": "0.0.0-private",
|
|
85
|
-
"@motebit/mcp-server": "0.0.0-private",
|
|
86
|
-
"@motebit/memory-graph": "0.0.0-private",
|
|
87
85
|
"@motebit/identity-file": "0.0.0-private",
|
|
88
|
-
"@motebit/persistence": "0.0.0-private",
|
|
89
86
|
"@motebit/mcp-client": "0.0.0-private",
|
|
87
|
+
"@motebit/mcp-server": "0.0.0-private",
|
|
88
|
+
"@motebit/persistence": "0.0.0-private",
|
|
89
|
+
"@motebit/memory-graph": "0.0.0-private",
|
|
90
90
|
"@motebit/protocol": "3.15.1",
|
|
91
|
-
"@motebit/policy": "0.0.0-private",
|
|
92
91
|
"@motebit/planner": "0.0.0-private",
|
|
93
|
-
"@motebit/
|
|
92
|
+
"@motebit/policy": "0.0.0-private",
|
|
94
93
|
"@motebit/relay": "0.0.0-private",
|
|
95
|
-
"@motebit/runtime": "0.0.0-private",
|
|
96
94
|
"@motebit/relay-client": "0.0.0-private",
|
|
97
|
-
"@motebit/
|
|
95
|
+
"@motebit/privacy-layer": "0.0.0-private",
|
|
96
|
+
"@motebit/runtime": "0.0.0-private",
|
|
98
97
|
"@motebit/runtime-host": "0.0.0-private",
|
|
98
|
+
"@motebit/sdk": "2.7.0",
|
|
99
99
|
"@motebit/self-knowledge": "0.0.0-private",
|
|
100
|
-
"@motebit/state-vector": "0.0.0-private",
|
|
101
100
|
"@motebit/skills": "0.0.0-private",
|
|
101
|
+
"@motebit/state-vector": "0.0.0-private",
|
|
102
|
+
"@motebit/sync-engine": "0.0.0-private",
|
|
102
103
|
"@motebit/tools": "0.0.0-private",
|
|
103
104
|
"@motebit/verify": "1.8.12",
|
|
104
105
|
"@motebit/voice": "0.0.0-private",
|
|
105
|
-
"@motebit/
|
|
106
|
-
"@motebit/wallet-solana": "0.0.0-private"
|
|
107
|
-
"@motebit/wire-schemas": "0.0.0-private"
|
|
106
|
+
"@motebit/wire-schemas": "0.0.0-private",
|
|
107
|
+
"@motebit/wallet-solana": "0.0.0-private"
|
|
108
108
|
},
|
|
109
109
|
"scripts": {
|
|
110
110
|
"start": "tsx src/index.ts",
|