@themoltnet/agent-daemon 0.56.1 → 0.57.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 -39
- package/dist/cli.js +2118 -1969
- package/package.json +12 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@themoltnet/agent-daemon",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.57.0",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Universal MoltNet agent daemon host with a built-in Pi/Gondolin runtime and support for trusted operator-owned runtime modules. CLI: moltnet-agent.",
|
|
@@ -85,10 +85,10 @@
|
|
|
85
85
|
"proper-lockfile": "4.1.2",
|
|
86
86
|
"reflect-metadata": "^0.2.2",
|
|
87
87
|
"typebox": "^1.2.8",
|
|
88
|
-
"@themoltnet/pi-runtime": "0.15.1",
|
|
89
|
-
"@themoltnet/agent-runtime": "1.0.1",
|
|
90
88
|
"@themoltnet/os-keyring": "0.3.0",
|
|
91
|
-
"@themoltnet/
|
|
89
|
+
"@themoltnet/agent-runtime": "1.0.3",
|
|
90
|
+
"@themoltnet/pi-runtime": "0.15.3",
|
|
91
|
+
"@themoltnet/sdk": "0.142.0"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@fastify/swagger": "^9.6.1",
|
|
@@ -98,16 +98,17 @@
|
|
|
98
98
|
"vite": "^8.0.0",
|
|
99
99
|
"vite-plugin-dts": "^4.5.4",
|
|
100
100
|
"vitest": "^3.0.0",
|
|
101
|
-
"@moltnet/bootstrap": "0.1.0",
|
|
102
|
-
"@moltnet/crypto-service": "0.1.0",
|
|
103
101
|
"@moltnet/agent-eval": "0.1.0",
|
|
102
|
+
"@moltnet/crypto-service": "0.1.0",
|
|
103
|
+
"@moltnet/bootstrap": "0.1.0",
|
|
104
|
+
"@moltnet/execution-integrations": "0.1.0",
|
|
104
105
|
"@moltnet/execution-plan": "0.1.0",
|
|
105
|
-
"@moltnet/
|
|
106
|
-
"@moltnet/observability": "0.1.0",
|
|
106
|
+
"@moltnet/api-client": "0.1.0",
|
|
107
107
|
"@moltnet/models": "0.1.0",
|
|
108
|
-
"@moltnet/
|
|
109
|
-
"@moltnet/
|
|
110
|
-
"@moltnet/
|
|
108
|
+
"@moltnet/observability": "0.1.0",
|
|
109
|
+
"@moltnet/runtime-profiles": "0.1.0",
|
|
110
|
+
"@moltnet/loopback-companion": "0.1.0",
|
|
111
|
+
"@moltnet/tasks": "0.1.0"
|
|
111
112
|
},
|
|
112
113
|
"nx": {
|
|
113
114
|
"projectType": "application",
|