@lssm/example.agent-console 0.0.0-canary-20251217080011 → 0.0.0-canary-20251217083314

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.
@@ -164,9 +164,9 @@
164
164
  ℹ dist/libs/contracts/dist/schema/dist/entity/types.js  0.01 kB │ gzip: 0.03 kB
165
165
  ℹ dist/libs/schema/dist/entity/types.js  0.01 kB │ gzip: 0.03 kB
166
166
  ℹ dist/run/run.contracts.d.ts 19.73 kB │ gzip: 1.49 kB
167
- ℹ dist/agent/agent.contracts.d.ts 13.66 kB │ gzip: 1.16 kB
167
+ ℹ dist/agent/agent.contracts.d.ts 13.53 kB │ gzip: 1.16 kB
168
168
  ℹ dist/tool/tool.contracts.d.ts 11.27 kB │ gzip: 1.01 kB
169
- ℹ dist/run/run.schema.d.ts 10.93 kB │ gzip: 1.03 kB
169
+ ℹ dist/run/run.schema.d.ts 11.03 kB │ gzip: 1.03 kB
170
170
  ℹ dist/agent/agent.schema.d.ts 10.33 kB │ gzip: 0.80 kB
171
171
  ℹ dist/run/run.event.d.ts  7.76 kB │ gzip: 0.76 kB
172
172
  ℹ dist/tool/tool.handler.d.ts  6.72 kB │ gzip: 1.07 kB
@@ -174,12 +174,12 @@
174
174
  ℹ dist/index.d.ts  5.19 kB │ gzip: 1.09 kB
175
175
  ℹ dist/shared/mock-tools.d.ts  4.85 kB │ gzip: 0.68 kB
176
176
  ℹ dist/run/run.handler.d.ts  4.47 kB │ gzip: 0.87 kB
177
+ ℹ dist/agent/agent.event.d.ts  3.42 kB │ gzip: 0.48 kB
177
178
  ℹ dist/run/run.entity.d.ts  3.39 kB │ gzip: 0.58 kB
178
- ℹ dist/agent/agent.event.d.ts  3.36 kB │ gzip: 0.48 kB
179
179
  ℹ dist/tool/tool.event.d.ts  2.72 kB │ gzip: 0.43 kB
180
180
  ℹ dist/agent/agent.handler.d.ts  2.63 kB │ gzip: 0.74 kB
181
181
  ℹ dist/shared/mock-runs.d.ts  2.37 kB │ gzip: 0.48 kB
182
- ℹ dist/agent/agent.entity.d.ts  2.25 kB │ gzip: 0.51 kB
182
+ ℹ dist/agent/agent.entity.d.ts  2.21 kB │ gzip: 0.51 kB
183
183
  ℹ dist/agent/index.d.ts  1.75 kB │ gzip: 0.44 kB
184
184
  ℹ dist/shared/mock-agents.d.ts  1.69 kB │ gzip: 0.38 kB
185
185
  ℹ dist/tool/tool.entity.d.ts  1.69 kB │ gzip: 0.43 kB
@@ -198,33 +198,23 @@
198
198
  ℹ dist/shared/index.d.ts  0.18 kB │ gzip: 0.10 kB
199
199
  ℹ dist/docs/agent-console.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
200
200
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
201
- ℹ 191 files, total: 486.71 kB
202
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
203
- ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
204
- │
205
- 2 │ import { deepStrictEqual } from "node:assert";
206
-  │ ──────┬──────
207
-  │ ╰──────── Module not found, treating it as an external dependency
208
-  │
209
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
210
- ───╯
211
-
212
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
213
- ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
201
+ ℹ 191 files, total: 486.72 kB
202
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
203
+ ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
214
204
  │
215
- 1 │ import { createHash } from "node:crypto";
216
-  │ ──────┬──────
217
-  │ ╰──────── Module not found, treating it as an external dependency
205
+ 3 │ import TurndownService from "turndown";
206
+  │ ─────┬────
207
+  │ ╰────── Module not found, treating it as an external dependency
218
208
   │
219
209
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
220
210
  ───╯
221
211
 
222
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
223
- ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
212
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
213
+ ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
224
214
  │
225
- 2 │ import { setTimeout } from "node:timers/promises";
226
-  │ ───────────┬──────────
227
-  │ ╰──────────── Module not found, treating it as an external dependency
215
+ 2 │ import { deepStrictEqual } from "node:assert";
216
+  │ ──────┬──────
217
+  │ ╰──────── Module not found, treating it as an external dependency
228
218
   │
229
219
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
230
220
  ───╯
@@ -239,26 +229,36 @@
239
229
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
240
230
  ───╯
241
231
 
242
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
243
- ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
232
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
233
+ ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
244
234
  │
245
- 3 │ import TurndownService from "turndown";
246
-  │ ─────┬────
247
-  │ ╰────── Module not found, treating it as an external dependency
235
+ 2 │ import { randomUUID } from "node:crypto";
236
+  │ ──────┬──────
237
+  │ ╰──────── Module not found, treating it as an external dependency
248
238
   │
249
239
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
250
240
  ───╯
251
241
 
252
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
253
- ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
242
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
243
+ ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
254
244
  │
255
- 2 │ import { randomUUID } from "node:crypto";
245
+ 1 │ import { createHash } from "node:crypto";
256
246
   │ ──────┬──────
257
247
   │ ╰──────── Module not found, treating it as an external dependency
258
248
   │
259
249
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
260
250
  ───╯
261
251
 
252
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
253
+ ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
254
+ │
255
+ 2 │ import { setTimeout } from "node:timers/promises";
256
+  │ ───────────┬──────────
257
+  │ ╰──────────── Module not found, treating it as an external dependency
258
+  │
259
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
260
+ ───╯
261
+
262
262
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/contracts/dist/server/mcp/registerResources.js
263
263
  â•­─[ ../../libs/contracts/dist/server/mcp/registerResources.js:2:24 ]
264
264
  │
@@ -269,4 +269,4 @@
269
269
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
270
270
  ───╯
271
271
 
272
- ✔ Build complete in 2037ms
272
+ ✔ Build complete in 2003ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.agent-console
2
2
 
3
- ## 0.0.0-canary-20251217080011
3
+ ## 0.0.0-canary-20251217083314
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [66a5dfd]
12
- - @lssm/lib.contracts@0.0.0-canary-20251217080011
13
- - @lssm/lib.identity-rbac@0.0.0-canary-20251217080011
14
- - @lssm/lib.jobs@0.0.0-canary-20251217080011
15
- - @lssm/lib.schema@0.0.0-canary-20251217080011
16
- - @lssm/module.audit-trail@0.0.0-canary-20251217080011
12
+ - @lssm/lib.contracts@0.0.0-canary-20251217083314
13
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251217083314
14
+ - @lssm/lib.jobs@0.0.0-canary-20251217083314
15
+ - @lssm/lib.schema@0.0.0-canary-20251217083314
16
+ - @lssm/module.audit-trail@0.0.0-canary-20251217083314