@themoltnet/agent-daemon 0.63.1 → 0.65.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 (3) hide show
  1. package/README.md +6 -2
  2. package/dist/cli.js +1177 -344
  3. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@themoltnet/agent-daemon",
3
- "version": "0.63.1",
3
+ "version": "0.65.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.",
@@ -84,10 +84,10 @@
84
84
  "pino-pretty": "^13.1.3",
85
85
  "proper-lockfile": "4.1.2",
86
86
  "typebox": "^1.2.8",
87
+ "@themoltnet/agent-runtime": "1.4.0",
87
88
  "@themoltnet/os-keyring": "0.4.0",
88
- "@themoltnet/agent-runtime": "1.3.0",
89
- "@themoltnet/pi-runtime": "0.18.3",
90
- "@themoltnet/sdk": "0.145.0"
89
+ "@themoltnet/pi-runtime": "0.18.4",
90
+ "@themoltnet/sdk": "0.146.0"
91
91
  },
92
92
  "devDependencies": {
93
93
  "@fastify/swagger": "^9.6.1",
@@ -98,16 +98,16 @@
98
98
  "vite-plugin-dts": "^4.5.4",
99
99
  "vitest": "^3.0.0",
100
100
  "@moltnet/agent-eval": "0.1.0",
101
+ "@moltnet/api-client": "0.1.0",
102
+ "@moltnet/bootstrap": "0.1.0",
101
103
  "@moltnet/crypto-service": "0.1.0",
102
- "@moltnet/execution-integrations": "0.1.0",
104
+ "@moltnet/execution-plan": "0.1.0",
103
105
  "@moltnet/loopback-companion": "0.1.0",
104
- "@moltnet/bootstrap": "0.1.0",
105
- "@moltnet/api-client": "0.1.0",
106
106
  "@moltnet/models": "0.1.0",
107
- "@moltnet/execution-plan": "0.1.0",
107
+ "@moltnet/tasks": "0.1.0",
108
108
  "@moltnet/runtime-profiles": "0.1.0",
109
109
  "@moltnet/observability": "0.1.0",
110
- "@moltnet/tasks": "0.1.0"
110
+ "@moltnet/execution-integrations": "0.1.0"
111
111
  },
112
112
  "nx": {
113
113
  "projectType": "application",
@@ -138,8 +138,8 @@
138
138
  "default",
139
139
  "^production",
140
140
  "{workspaceRoot}/test-fixtures/agent-server-endpoint.json",
141
- "{workspaceRoot}/test-fixtures/connection-state-root.json",
142
141
  "{workspaceRoot}/docs/operate/*.md",
142
+ "{workspaceRoot}/test-fixtures/connection-state-root.json",
143
143
  "{workspaceRoot}/docs/.vitepress/config.ts"
144
144
  ]
145
145
  }