@lssm/example.agent-console 0.0.0-canary-20251220030446 → 0.0.0-canary-20251220041653

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.
@@ -161,8 +161,8 @@ $ tsdown
161
161
  ℹ dist/libs/contracts/dist/integrations/providers/postmark.js  1.74 kB │ gzip: 0.79 kB
162
162
  ℹ dist/libs/contracts/dist/integrations/providers/mistral.js  1.66 kB │ gzip: 0.77 kB
163
163
  ℹ dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js.map  1.64 kB │ gzip: 0.83 kB
164
- ℹ dist/agent/agent.contracts.d.ts.map  1.56 kB │ gzip: 0.44 kB
165
164
  ℹ dist/libs/contracts/dist/integrations/providers/twilio-sms.js  1.56 kB │ gzip: 0.73 kB
165
+ ℹ dist/agent/agent.contracts.d.ts.map  1.55 kB │ gzip: 0.44 kB
166
166
  ℹ dist/example.js.map  1.54 kB │ gzip: 0.73 kB
167
167
  ℹ dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js  1.51 kB │ gzip: 0.79 kB
168
168
  ℹ dist/libs/contracts/dist/integrations/providers/elevenlabs.js  1.47 kB │ gzip: 0.72 kB
@@ -256,19 +256,19 @@ $ tsdown
256
256
  ℹ dist/libs/contracts/dist/prompt.js  0.01 kB │ gzip: 0.03 kB
257
257
  ℹ dist/libs/contracts/dist/promptRegistry.js  0.01 kB │ gzip: 0.03 kB
258
258
  ℹ dist/libs/contracts/dist/resources.js  0.01 kB │ gzip: 0.03 kB
259
- ℹ dist/run/run.contracts.d.ts  19.78 kB │ gzip: 1.51 kB
260
- ℹ dist/agent/agent.contracts.d.ts  13.57 kB │ gzip: 1.18 kB
259
+ ℹ dist/run/run.contracts.d.ts  19.59 kB │ gzip: 1.50 kB
260
+ ℹ dist/agent/agent.contracts.d.ts  13.70 kB │ gzip: 1.19 kB
261
261
  ℹ dist/tool/tool.contracts.d.ts  11.32 kB │ gzip: 1.03 kB
262
262
  ℹ dist/run/run.schema.d.ts  11.07 kB │ gzip: 1.05 kB
263
263
  ℹ dist/agent/agent.schema.d.ts  10.37 kB │ gzip: 0.82 kB
264
- ℹ dist/run/run.event.d.ts  7.80 kB │ gzip: 0.78 kB
264
+ ℹ dist/run/run.event.d.ts  7.79 kB │ gzip: 0.78 kB
265
265
  ℹ dist/tool/tool.handler.d.ts  6.76 kB │ gzip: 1.09 kB
266
266
  ℹ dist/tool/tool.schema.d.ts  5.85 kB │ gzip: 0.63 kB
267
267
  ℹ dist/index.d.ts  5.19 kB │ gzip: 1.09 kB
268
268
  ℹ dist/shared/mock-tools.d.ts  4.89 kB │ gzip: 0.70 kB
269
269
  ℹ dist/run/run.handler.d.ts  4.51 kB │ gzip: 0.89 kB
270
- ℹ dist/agent/agent.event.d.ts  3.46 kB │ gzip: 0.51 kB
271
- ℹ dist/run/run.entity.d.ts  3.43 kB │ gzip: 0.59 kB
270
+ ℹ dist/agent/agent.event.d.ts  3.47 kB │ gzip: 0.51 kB
271
+ ℹ dist/run/run.entity.d.ts  3.43 kB │ gzip: 0.60 kB
272
272
  ℹ dist/tool/tool.event.d.ts  2.77 kB │ gzip: 0.46 kB
273
273
  ℹ dist/agent/agent.handler.d.ts  2.67 kB │ gzip: 0.76 kB
274
274
  ℹ dist/shared/mock-runs.d.ts  2.41 kB │ gzip: 0.50 kB
@@ -291,63 +291,63 @@ $ tsdown
291
291
  ℹ dist/shared/index.d.ts  0.18 kB │ gzip: 0.10 kB
292
292
  ℹ dist/docs/agent-console.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
293
293
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
294
- ℹ 285 files, total: 1622.34 kB
295
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
296
- ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
294
+ ℹ 285 files, total: 1622.27 kB
295
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
296
+ ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
297
297
  │
298
- 3 │ import TurndownService from "turndown";
299
-  │ ─────┬────
300
-  │ ╰────── Module not found, treating it as an external dependency
298
+ 1 │ import { createHash } from "node:crypto";
299
+  │ ──────┬──────
300
+  │ ╰──────── Module not found, treating it as an external dependency
301
301
   │
302
302
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
303
303
  ───╯
304
304
 
305
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
306
- ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
305
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
306
+ ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
307
307
  │
308
- 1 │ import { createHash } from "node:crypto";
308
+ 2 │ import { randomUUID } from "node:crypto";
309
309
   │ ──────┬──────
310
310
   │ ╰──────── Module not found, treating it as an external dependency
311
311
   │
312
312
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
313
313
  ───╯
314
314
 
315
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
316
- ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
315
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
316
+ ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
317
317
  │
318
- 1 │ import { randomUUID } from "crypto";
319
-  │ ────┬───
320
-  │ ╰───── Module not found, treating it as an external dependency
318
+ 2 │ import { setTimeout } from "node:timers/promises";
319
+  │ ───────────┬──────────
320
+  │ ╰──────────── Module not found, treating it as an external dependency
321
321
   │
322
322
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
323
323
  ───╯
324
324
 
325
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
326
- ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
325
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
326
+ ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
327
327
  │
328
- 2 │ import { deepStrictEqual } from "node:assert";
329
-  │ ──────┬──────
330
-  │ ╰──────── Module not found, treating it as an external dependency
328
+ 3 │ import TurndownService from "turndown";
329
+  │ ─────┬────
330
+  │ ╰────── Module not found, treating it as an external dependency
331
331
   │
332
332
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
333
333
  ───╯
334
334
 
335
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
336
- ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
335
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
336
+ ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
337
337
  │
338
- 2 │ import { randomUUID } from "node:crypto";
339
-  │ ──────┬──────
340
-  │ ╰──────── Module not found, treating it as an external dependency
338
+ 1 │ import { randomUUID } from "crypto";
339
+  │ ────┬───
340
+  │ ╰───── Module not found, treating it as an external dependency
341
341
   │
342
342
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
343
343
  ───╯
344
344
 
345
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
346
- ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
345
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
346
+ ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
347
347
  │
348
- 2 │ import { setTimeout } from "node:timers/promises";
349
-  │ ───────────┬──────────
350
-  │ ╰──────────── Module not found, treating it as an external dependency
348
+ 2 │ import { deepStrictEqual } from "node:assert";
349
+  │ ──────┬──────
350
+  │ ╰──────── Module not found, treating it as an external dependency
351
351
   │
352
352
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
353
353
  ───╯
@@ -362,4 +362,4 @@ $ tsdown
362
362
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
363
363
  ───╯
364
364
 
365
- ✔ Build complete in 55145ms
365
+ ✔ Build complete in 53083ms
@@ -188,10 +188,10 @@ $ tsdown
188
188
  ℹ dist/tool/tool.enum.js.map  0.90 kB │ gzip: 0.43 kB
189
189
  ℹ dist/tool/tool.handler.d.ts.map  0.89 kB │ gzip: 0.35 kB
190
190
  ℹ dist/agent/agent.enum.js.map  0.84 kB │ gzip: 0.42 kB
191
- ℹ dist/agent/agent.event.d.ts.map  0.79 kB │ gzip: 0.30 kB
191
+ ℹ dist/agent/agent.event.d.ts.map  0.78 kB │ gzip: 0.30 kB
192
192
  ℹ dist/run/run.handler.d.ts.map  0.78 kB │ gzip: 0.34 kB
193
193
  ℹ dist/libs/contracts/dist/integrations/index.js  0.78 kB │ gzip: 0.27 kB
194
- ℹ dist/tool/tool.schema.d.ts.map  0.76 kB │ gzip: 0.30 kB
194
+ ℹ dist/tool/tool.schema.d.ts.map  0.75 kB │ gzip: 0.30 kB
195
195
  ℹ dist/libs/contracts/dist/spec.js  0.68 kB │ gzip: 0.33 kB
196
196
  ℹ dist/libs/contracts/dist/ownership.js  0.68 kB │ gzip: 0.34 kB
197
197
  ℹ dist/libs/contracts/dist/integrations/openbanking/telemetry.js  0.60 kB │ gzip: 0.28 kB
@@ -257,17 +257,17 @@ $ tsdown
257
257
  ℹ dist/libs/contracts/dist/promptRegistry.js  0.01 kB │ gzip: 0.03 kB
258
258
  ℹ dist/libs/contracts/dist/resources.js  0.01 kB │ gzip: 0.03 kB
259
259
  ℹ dist/run/run.contracts.d.ts  19.78 kB │ gzip: 1.51 kB
260
- ℹ dist/agent/agent.contracts.d.ts  13.57 kB │ gzip: 1.18 kB
260
+ ℹ dist/agent/agent.contracts.d.ts  13.45 kB │ gzip: 1.18 kB
261
261
  ℹ dist/tool/tool.contracts.d.ts  11.32 kB │ gzip: 1.03 kB
262
262
  ℹ dist/run/run.schema.d.ts  11.07 kB │ gzip: 1.05 kB
263
263
  ℹ dist/agent/agent.schema.d.ts  10.37 kB │ gzip: 0.82 kB
264
264
  ℹ dist/run/run.event.d.ts  7.80 kB │ gzip: 0.78 kB
265
265
  ℹ dist/tool/tool.handler.d.ts  6.76 kB │ gzip: 1.09 kB
266
- ℹ dist/tool/tool.schema.d.ts  5.85 kB │ gzip: 0.63 kB
266
+ ℹ dist/tool/tool.schema.d.ts  5.96 kB │ gzip: 0.63 kB
267
267
  ℹ dist/index.d.ts  5.19 kB │ gzip: 1.09 kB
268
268
  ℹ dist/shared/mock-tools.d.ts  4.89 kB │ gzip: 0.70 kB
269
269
  ℹ dist/run/run.handler.d.ts  4.51 kB │ gzip: 0.89 kB
270
- ℹ dist/agent/agent.event.d.ts  3.43 kB │ gzip: 0.50 kB
270
+ ℹ dist/agent/agent.event.d.ts  3.46 kB │ gzip: 0.51 kB
271
271
  ℹ dist/run/run.entity.d.ts  3.43 kB │ gzip: 0.60 kB
272
272
  ℹ dist/tool/tool.event.d.ts  2.77 kB │ gzip: 0.46 kB
273
273
  ℹ dist/agent/agent.handler.d.ts  2.67 kB │ gzip: 0.76 kB
@@ -291,53 +291,53 @@ $ tsdown
291
291
  ℹ dist/shared/index.d.ts  0.18 kB │ gzip: 0.10 kB
292
292
  ℹ dist/docs/agent-console.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
293
293
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
294
- ℹ 285 files, total: 1622.32 kB
295
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
296
- ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
294
+ ℹ 285 files, total: 1622.31 kB
295
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
296
+ ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
297
297
  │
298
- 2 │ import { randomUUID } from "node:crypto";
299
-  │ ──────┬──────
300
-  │ ╰──────── Module not found, treating it as an external dependency
298
+ 2 │ import { deepStrictEqual } from "node:assert";
299
+  │ ──────┬──────
300
+  │ ╰──────── Module not found, treating it as an external dependency
301
301
   │
302
302
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
303
303
  ───╯
304
304
 
305
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
306
- ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
305
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
306
+ ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
307
307
  │
308
- 1 │ import { createHash } from "node:crypto";
309
-  │ ──────┬──────
310
-  │ ╰──────── Module not found, treating it as an external dependency
308
+ 2 │ import { setTimeout } from "node:timers/promises";
309
+  │ ───────────┬──────────
310
+  │ ╰──────────── Module not found, treating it as an external dependency
311
311
   │
312
312
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
313
313
  ───╯
314
314
 
315
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
316
- ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
315
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
316
+ ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
317
317
  │
318
- 3 │ import TurndownService from "turndown";
319
-  │ ─────┬────
320
-  │ ╰────── Module not found, treating it as an external dependency
318
+ 1 │ import { createHash } from "node:crypto";
319
+  │ ──────┬──────
320
+  │ ╰──────── Module not found, treating it as an external dependency
321
321
   │
322
322
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
323
323
  ───╯
324
324
 
325
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
326
- ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
325
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
326
+ ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
327
327
  │
328
- 2 │ import { setTimeout } from "node:timers/promises";
329
-  │ ───────────┬──────────
330
-  │ ╰──────────── Module not found, treating it as an external dependency
328
+ 2 │ import { randomUUID } from "node:crypto";
329
+  │ ──────┬──────
330
+  │ ╰──────── Module not found, treating it as an external dependency
331
331
   │
332
332
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
333
333
  ───╯
334
334
 
335
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
336
- ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
335
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
336
+ ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
337
337
  │
338
- 2 │ import { deepStrictEqual } from "node:assert";
339
-  │ ──────┬──────
340
-  │ ╰──────── Module not found, treating it as an external dependency
338
+ 3 │ import TurndownService from "turndown";
339
+  │ ─────┬────
340
+  │ ╰────── Module not found, treating it as an external dependency
341
341
   │
342
342
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
343
343
  ───╯
@@ -362,5 +362,5 @@ $ tsdown
362
362
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
363
363
  ───╯
364
364
 
365
- ✔ Build complete in 61434ms
365
+ ✔ Build complete in 60941ms
366
366
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.agent-console
2
2
 
3
- ## 0.0.0-canary-20251220030446
3
+ ## 0.0.0-canary-20251220041653
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-20251220030446
13
- - @lssm/lib.identity-rbac@0.0.0-canary-20251220030446
14
- - @lssm/lib.jobs@0.0.0-canary-20251220030446
15
- - @lssm/lib.schema@0.0.0-canary-20251220030446
16
- - @lssm/module.audit-trail@0.0.0-canary-20251220030446
12
+ - @lssm/lib.contracts@0.0.0-canary-20251220041653
13
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251220041653
14
+ - @lssm/lib.jobs@0.0.0-canary-20251220041653
15
+ - @lssm/lib.schema@0.0.0-canary-20251220041653
16
+ - @lssm/module.audit-trail@0.0.0-canary-20251220041653