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

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,22 +164,22 @@
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.65 kB │ gzip: 1.16 kB
167
+ ℹ dist/agent/agent.contracts.d.ts 13.66 kB │ gzip: 1.16 kB
168
168
  ℹ dist/tool/tool.contracts.d.ts 11.27 kB │ gzip: 1.01 kB
169
169
  ℹ dist/run/run.schema.d.ts 10.93 kB │ gzip: 1.03 kB
170
170
  ℹ dist/agent/agent.schema.d.ts 10.33 kB │ gzip: 0.80 kB
171
- ℹ dist/run/run.event.d.ts  7.75 kB │ gzip: 0.76 kB
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
173
173
  ℹ dist/tool/tool.schema.d.ts  5.92 kB │ gzip: 0.61 kB
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
178
- ℹ dist/run/run.entity.d.ts  3.33 kB │ gzip: 0.58 kB
177
+ ℹ 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.21 kB │ gzip: 0.51 kB
182
+ ℹ dist/agent/agent.entity.d.ts  2.25 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,13 +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.68 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 ]
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
204
  │
205
- 3 │ import TurndownService from "turndown";
206
-  │ ─────┬────
207
-  │ ╰────── Module not found, treating it as an external dependency
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 ]
214
+ │
215
+ 1 │ import { createHash } from "node:crypto";
216
+  │ ──────┬──────
217
+  │ ╰──────── Module not found, treating it as an external dependency
208
218
   │
209
219
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
210
220
  ───╯
@@ -229,30 +239,20 @@
229
239
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
230
240
  ───╯
231
241
 
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 ]
234
- │
235
- 2 │ import { randomUUID } from "node:crypto";
236
-  │ ──────┬──────
237
-  │ ╰──────── Module not found, treating it as an external dependency
238
-  │
239
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
240
- ───╯
241
-
242
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
243
- ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
242
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
243
+ ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
244
244
  │
245
- 2 │ import { deepStrictEqual } from "node:assert";
246
-  │ ──────┬──────
247
-  │ ╰──────── Module not found, treating it as an external dependency
245
+ 3 │ import TurndownService from "turndown";
246
+  │ ─────┬────
247
+  │ ╰────── Module not found, treating it as an external dependency
248
248
   │
249
249
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
250
250
  ───╯
251
251
 
252
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
253
- ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
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 ]
254
254
  │
255
- 1 │ import { createHash } from "node:crypto";
255
+ 2 │ import { randomUUID } from "node:crypto";
256
256
   │ ──────┬──────
257
257
   │ ╰──────── Module not found, treating it as an external dependency
258
258
   │
@@ -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 2001ms
272
+ ✔ Build complete in 2037ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.agent-console
2
2
 
3
- ## 0.0.0-canary-20251217073102
3
+ ## 0.0.0-canary-20251217080011
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-20251217073102
13
- - @lssm/lib.identity-rbac@0.0.0-canary-20251217073102
14
- - @lssm/lib.jobs@0.0.0-canary-20251217073102
15
- - @lssm/lib.schema@0.0.0-canary-20251217073102
16
- - @lssm/module.audit-trail@0.0.0-canary-20251217073102
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