@almadar/std 9.0.0 → 11.0.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 (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  27. package/behaviors/registry/app/organisms/std-cms.orb +608 -512
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  29. package/behaviors/registry/app/organisms/std-crm.orb +887 -791
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  37. package/behaviors/registry/app/organisms/std-lms.orb +935 -893
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  42. package/behaviors/registry/core/atoms/std-browse.orb +56 -56
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  44. package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  47. package/behaviors/registry/core/atoms/std-display.orb +388 -388
  48. package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  49. package/behaviors/registry/core/atoms/std-filter.orb +47 -47
  50. package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  51. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  52. package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  53. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  55. package/behaviors/registry/core/atoms/std-related.orb +37 -37
  56. package/behaviors/registry/core/atoms/std-search.orb +68 -68
  57. package/behaviors/registry/core/atoms/std-selection.orb +90 -90
  58. package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  59. package/behaviors/registry/core/molecules/std-cart.orb +55 -59
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  62. package/behaviors/registry/core/molecules/std-list.orb +79 -85
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  64. package/behaviors/registry/game/atoms/std-collision.orb +122 -122
  65. package/behaviors/registry/game/atoms/std-combat.orb +66 -66
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +291 -291
  70. package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  83. package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  84. package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +55 -59
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  187. package/package.json +1 -1
@@ -307,58 +307,64 @@
307
307
  "event": "INIT",
308
308
  "effects": [
309
309
  [
310
- "ref",
311
- "AgentClassifier"
310
+ "fetch",
311
+ "AgentClassifier",
312
+ {
313
+ "emit": {
314
+ "failure": "AgentClassifierLoadFailed",
315
+ "success": "AgentClassifierLoaded"
316
+ }
317
+ }
312
318
  ],
313
319
  [
314
320
  "render-ui",
315
321
  "main",
316
322
  {
323
+ "direction": "vertical",
317
324
  "type": "stack",
318
325
  "gap": "lg",
319
326
  "children": [
320
327
  {
321
- "type": "stack",
322
328
  "children": [
323
329
  {
330
+ "type": "stack",
331
+ "direction": "horizontal",
324
332
  "gap": "md",
325
333
  "children": [
326
334
  {
327
- "type": "icon",
328
- "name": "tag"
335
+ "name": "tag",
336
+ "type": "icon"
329
337
  },
330
338
  {
339
+ "content": "AgentClassifier",
331
340
  "variant": "h2",
332
- "type": "typography",
333
- "content": "AgentClassifier"
341
+ "type": "typography"
334
342
  }
335
- ],
336
- "type": "stack",
337
- "direction": "horizontal"
343
+ ]
338
344
  },
339
345
  {
340
- "variant": "primary",
346
+ "type": "button",
341
347
  "icon": "tag",
342
348
  "label": "Open",
343
- "type": "button",
344
- "action": "CLASSIFY"
349
+ "action": "CLASSIFY",
350
+ "variant": "primary"
345
351
  }
346
352
  ],
347
353
  "justify": "between",
354
+ "gap": "md",
348
355
  "direction": "horizontal",
349
- "gap": "md"
356
+ "type": "stack"
350
357
  },
351
358
  {
352
359
  "type": "divider"
353
360
  },
354
361
  {
355
- "icon": "tag",
356
362
  "type": "empty-state",
363
+ "icon": "tag",
357
364
  "title": "Nothing open",
358
365
  "description": "Click Open to view details in a modal overlay."
359
366
  }
360
- ],
361
- "direction": "vertical"
367
+ ]
362
368
  }
363
369
  ]
364
370
  ]
@@ -372,35 +378,37 @@
372
378
  "render-ui",
373
379
  "modal",
374
380
  {
381
+ "type": "stack",
382
+ "gap": "md",
375
383
  "direction": "vertical",
376
384
  "children": [
377
385
  {
378
- "gap": "sm",
379
- "type": "stack",
380
386
  "direction": "horizontal",
381
387
  "children": [
382
388
  {
383
- "type": "icon",
384
- "name": "tag"
389
+ "name": "tag",
390
+ "type": "icon"
385
391
  },
386
392
  {
387
- "type": "typography",
388
393
  "variant": "h3",
389
- "content": "AgentClassifier"
394
+ "content": "AgentClassifier",
395
+ "type": "typography"
390
396
  }
391
- ]
397
+ ],
398
+ "type": "stack",
399
+ "gap": "sm"
392
400
  },
393
401
  {
394
402
  "type": "divider"
395
403
  },
396
404
  {
397
405
  "type": "stack",
398
- "gap": "sm",
406
+ "direction": "horizontal",
399
407
  "children": [
400
408
  {
401
- "variant": "caption",
402
409
  "content": "Categories:",
403
- "type": "typography"
410
+ "type": "typography",
411
+ "variant": "caption"
404
412
  },
405
413
  {
406
414
  "variant": "secondary",
@@ -408,8 +416,8 @@
408
416
  "label": "positive"
409
417
  },
410
418
  {
411
- "type": "badge",
412
419
  "label": "negative",
420
+ "type": "badge",
413
421
  "variant": "secondary"
414
422
  },
415
423
  {
@@ -418,20 +426,18 @@
418
426
  "variant": "secondary"
419
427
  }
420
428
  ],
421
- "direction": "horizontal"
429
+ "gap": "sm"
422
430
  },
423
431
  {
432
+ "cancelEvent": "CLOSE",
424
433
  "type": "form-section",
425
- "mode": "create",
434
+ "submitEvent": "SAVE",
426
435
  "fields": [
427
436
  "input"
428
437
  ],
429
- "submitEvent": "SAVE",
430
- "cancelEvent": "CLOSE"
438
+ "mode": "create"
431
439
  }
432
- ],
433
- "type": "stack",
434
- "gap": "md"
440
+ ]
435
441
  }
436
442
  ]
437
443
  ]
@@ -452,57 +458,63 @@
452
458
  "info"
453
459
  ],
454
460
  [
455
- "ref",
456
- "AgentClassifier"
461
+ "fetch",
462
+ "AgentClassifier",
463
+ {
464
+ "emit": {
465
+ "success": "AgentClassifierLoaded",
466
+ "failure": "AgentClassifierLoadFailed"
467
+ }
468
+ }
457
469
  ],
458
470
  [
459
471
  "render-ui",
460
472
  "main",
461
473
  {
462
- "gap": "lg",
474
+ "type": "stack",
463
475
  "children": [
464
476
  {
465
- "gap": "md",
466
- "direction": "horizontal",
467
- "justify": "between",
468
- "type": "stack",
469
477
  "children": [
470
478
  {
471
- "type": "stack",
472
- "gap": "md",
473
479
  "direction": "horizontal",
480
+ "gap": "md",
474
481
  "children": [
475
482
  {
476
- "type": "icon",
477
- "name": "tag"
483
+ "name": "tag",
484
+ "type": "icon"
478
485
  },
479
486
  {
487
+ "type": "typography",
480
488
  "content": "AgentClassifier",
481
- "variant": "h2",
482
- "type": "typography"
489
+ "variant": "h2"
483
490
  }
484
- ]
491
+ ],
492
+ "type": "stack"
485
493
  },
486
494
  {
487
- "type": "button",
488
- "label": "Open",
489
- "variant": "primary",
490
495
  "action": "CLASSIFY",
491
- "icon": "tag"
496
+ "label": "Open",
497
+ "type": "button",
498
+ "icon": "tag",
499
+ "variant": "primary"
492
500
  }
493
- ]
501
+ ],
502
+ "gap": "md",
503
+ "justify": "between",
504
+ "type": "stack",
505
+ "direction": "horizontal"
494
506
  },
495
507
  {
496
508
  "type": "divider"
497
509
  },
498
510
  {
499
- "type": "empty-state",
500
511
  "title": "Nothing open",
501
- "description": "Click Open to view details in a modal overlay.",
502
- "icon": "tag"
512
+ "icon": "tag",
513
+ "type": "empty-state",
514
+ "description": "Click Open to view details in a modal overlay."
503
515
  }
504
516
  ],
505
- "type": "stack",
517
+ "gap": "lg",
506
518
  "direction": "vertical"
507
519
  }
508
520
  ]
@@ -535,20 +547,32 @@
535
547
  "CLASSIFIED"
536
548
  ],
537
549
  [
538
- "ref",
539
- "AgentClassifier"
550
+ "fetch",
551
+ "AgentClassifier",
552
+ {
553
+ "emit": {
554
+ "success": "AgentClassifierLoaded",
555
+ "failure": "AgentClassifierLoadFailed"
556
+ }
557
+ }
540
558
  ],
541
559
  [
542
560
  "render-ui",
543
561
  "main",
544
562
  {
563
+ "gap": "lg",
564
+ "direction": "vertical",
545
565
  "type": "stack",
546
566
  "children": [
547
567
  {
548
- "direction": "horizontal",
549
568
  "gap": "md",
569
+ "type": "stack",
570
+ "justify": "between",
550
571
  "children": [
551
572
  {
573
+ "gap": "md",
574
+ "type": "stack",
575
+ "direction": "horizontal",
552
576
  "children": [
553
577
  {
554
578
  "type": "icon",
@@ -559,34 +583,28 @@
559
583
  "type": "typography",
560
584
  "content": "AgentClassifier"
561
585
  }
562
- ],
563
- "direction": "horizontal",
564
- "type": "stack",
565
- "gap": "md"
586
+ ]
566
587
  },
567
588
  {
568
- "icon": "tag",
569
589
  "variant": "primary",
590
+ "icon": "tag",
591
+ "type": "button",
570
592
  "action": "CLASSIFY",
571
- "label": "Open",
572
- "type": "button"
593
+ "label": "Open"
573
594
  }
574
595
  ],
575
- "type": "stack",
576
- "justify": "between"
596
+ "direction": "horizontal"
577
597
  },
578
598
  {
579
599
  "type": "divider"
580
600
  },
581
601
  {
582
- "title": "Nothing open",
583
602
  "icon": "tag",
584
- "type": "empty-state",
585
- "description": "Click Open to view details in a modal overlay."
603
+ "description": "Click Open to view details in a modal overlay.",
604
+ "title": "Nothing open",
605
+ "type": "empty-state"
586
606
  }
587
- ],
588
- "gap": "lg",
589
- "direction": "vertical"
607
+ ]
590
608
  }
591
609
  ]
592
610
  ]
@@ -795,15 +813,21 @@
795
813
  "render-ui",
796
814
  "main",
797
815
  {
798
- "gap": "lg",
799
816
  "type": "stack",
800
817
  "direction": "vertical",
818
+ "gap": "lg",
801
819
  "children": [
802
820
  {
821
+ "direction": "horizontal",
822
+ "align": "center",
823
+ "type": "stack",
824
+ "gap": "md",
825
+ "justify": "between",
803
826
  "children": [
804
827
  {
828
+ "type": "stack",
805
829
  "align": "center",
806
- "direction": "horizontal",
830
+ "gap": "md",
807
831
  "children": [
808
832
  {
809
833
  "type": "icon",
@@ -815,38 +839,32 @@
815
839
  "variant": "h2"
816
840
  }
817
841
  ],
818
- "gap": "md",
819
- "type": "stack"
842
+ "direction": "horizontal"
820
843
  },
821
844
  {
822
845
  "type": "button",
823
- "variant": "ghost",
824
846
  "label": "Dismiss",
825
847
  "action": "HIDE",
848
+ "variant": "ghost",
826
849
  "icon": "x"
827
850
  }
828
- ],
829
- "justify": "between",
830
- "gap": "md",
831
- "type": "stack",
832
- "direction": "horizontal",
833
- "align": "center"
851
+ ]
834
852
  },
835
853
  {
836
854
  "type": "divider"
837
855
  },
838
856
  {
839
- "message": "@entity.message",
840
857
  "type": "alert",
841
- "variant": "@entity.notificationType"
858
+ "variant": "@entity.notificationType",
859
+ "message": "@entity.message"
842
860
  },
843
861
  {
844
862
  "type": "toast-slot"
845
863
  },
846
864
  {
847
- "message": "@entity.message",
865
+ "type": "alert",
848
866
  "variant": "warning",
849
- "type": "alert"
867
+ "message": "@entity.message"
850
868
  }
851
869
  ]
852
870
  }
@@ -877,18 +895,17 @@
877
895
  "type": "stack",
878
896
  "children": [
879
897
  {
880
- "justify": "between",
881
- "align": "center",
882
898
  "type": "stack",
899
+ "align": "center",
883
900
  "children": [
884
901
  {
885
- "type": "stack",
886
- "align": "center",
887
902
  "gap": "md",
903
+ "direction": "horizontal",
904
+ "align": "center",
888
905
  "children": [
889
906
  {
890
- "type": "icon",
891
- "name": "tag"
907
+ "name": "tag",
908
+ "type": "icon"
892
909
  },
893
910
  {
894
911
  "variant": "h2",
@@ -896,34 +913,35 @@
896
913
  "content": "AgentClassifier Result"
897
914
  }
898
915
  ],
899
- "direction": "horizontal"
916
+ "type": "stack"
900
917
  },
901
918
  {
902
- "icon": "x",
903
- "action": "HIDE",
919
+ "label": "Dismiss",
904
920
  "variant": "ghost",
905
921
  "type": "button",
906
- "label": "Dismiss"
922
+ "icon": "x",
923
+ "action": "HIDE"
907
924
  }
908
925
  ],
909
- "gap": "md",
910
- "direction": "horizontal"
926
+ "justify": "between",
927
+ "direction": "horizontal",
928
+ "gap": "md"
911
929
  },
912
930
  {
913
931
  "type": "divider"
914
932
  },
915
933
  {
916
- "type": "alert",
917
934
  "variant": "@entity.notificationType",
935
+ "type": "alert",
918
936
  "message": "@entity.message"
919
937
  },
920
938
  {
921
939
  "type": "toast-slot"
922
940
  },
923
941
  {
924
- "type": "alert",
925
942
  "variant": "warning",
926
- "message": "@entity.message"
943
+ "message": "@entity.message",
944
+ "type": "alert"
927
945
  }
928
946
  ]
929
947
  }
@@ -1152,8 +1170,8 @@
1152
1170
  "AgentClassifier",
1153
1171
  {
1154
1172
  "emit": {
1155
- "failure": "AgentClassifierLoadFailed",
1156
- "success": "AgentClassifierLoaded"
1173
+ "success": "AgentClassifierLoaded",
1174
+ "failure": "AgentClassifierLoadFailed"
1157
1175
  }
1158
1176
  }
1159
1177
  ],
@@ -1161,10 +1179,10 @@
1161
1179
  "render-ui",
1162
1180
  "main",
1163
1181
  {
1164
- "description": "Classifier is ready",
1182
+ "type": "empty-state",
1165
1183
  "title": "Classifier",
1166
- "icon": "tag",
1167
- "type": "empty-state"
1184
+ "description": "Classifier is ready",
1185
+ "icon": "tag"
1168
1186
  }
1169
1187
  ]
1170
1188
  ]
@@ -1219,8 +1237,8 @@
1219
1237
  "emit",
1220
1238
  "SHOW",
1221
1239
  {
1222
- "message": "Classification complete",
1223
- "notificationType": "success"
1240
+ "notificationType": "success",
1241
+ "message": "Classification complete"
1224
1242
  }
1225
1243
  ]
1226
1244
  ]