@almadar/std 8.2.0 → 8.4.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 +74 -74
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
  27. package/behaviors/registry/app/organisms/std-cms.orb +432 -432
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
  29. package/behaviors/registry/app/organisms/std-crm.orb +813 -813
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
  37. package/behaviors/registry/app/organisms/std-lms.orb +858 -858
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
  42. package/behaviors/registry/core/atoms/std-browse.orb +64 -64
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
  44. package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  47. package/behaviors/registry/core/atoms/std-display.orb +413 -413
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +50 -50
  50. package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
  51. package/behaviors/registry/core/atoms/std-modal.orb +13 -31
  52. package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
  53. package/behaviors/registry/core/atoms/std-push.orb +47 -47
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
  55. package/behaviors/registry/core/atoms/std-related.orb +31 -31
  56. package/behaviors/registry/core/atoms/std-search.orb +75 -75
  57. package/behaviors/registry/core/atoms/std-selection.orb +91 -91
  58. package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
  59. package/behaviors/registry/core/molecules/std-cart.orb +49 -49
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
  62. package/behaviors/registry/core/molecules/std-list.orb +58 -58
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
  64. package/behaviors/registry/game/atoms/std-collision.orb +132 -132
  65. package/behaviors/registry/game/atoms/std-combat.orb +59 -59
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
  69. package/behaviors/registry/game/atoms/std-movement.orb +287 -287
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +266 -275
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
  83. package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
  84. package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
  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 +104 -98
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
  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 +1124 -1124
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
  187. package/package.json +1 -1
@@ -64,7 +64,13 @@
64
64
  {
65
65
  "name": "notificationType",
66
66
  "type": "string",
67
- "default": "info"
67
+ "default": "info",
68
+ "values": [
69
+ "info",
70
+ "success",
71
+ "warning",
72
+ "error"
73
+ ]
68
74
  }
69
75
  ]
70
76
  },
@@ -308,39 +314,37 @@
308
314
  "render-ui",
309
315
  "main",
310
316
  {
311
- "type": "stack",
312
- "direction": "vertical",
313
317
  "gap": "lg",
314
318
  "children": [
315
319
  {
316
- "type": "stack",
320
+ "justify": "between",
321
+ "gap": "md",
317
322
  "children": [
318
323
  {
324
+ "type": "stack",
319
325
  "children": [
320
326
  {
321
- "name": "tag",
322
- "type": "icon"
327
+ "type": "icon",
328
+ "name": "tag"
323
329
  },
324
330
  {
325
- "variant": "h2",
326
331
  "type": "typography",
327
- "content": "AgentClassifier"
332
+ "content": "AgentClassifier",
333
+ "variant": "h2"
328
334
  }
329
335
  ],
330
336
  "direction": "horizontal",
331
- "type": "stack",
332
337
  "gap": "md"
333
338
  },
334
339
  {
335
340
  "action": "CLASSIFY",
336
- "type": "button",
337
- "variant": "primary",
338
341
  "label": "Open",
339
- "icon": "tag"
342
+ "icon": "tag",
343
+ "variant": "primary",
344
+ "type": "button"
340
345
  }
341
346
  ],
342
- "gap": "md",
343
- "justify": "between",
347
+ "type": "stack",
344
348
  "direction": "horizontal"
345
349
  },
346
350
  {
@@ -352,7 +356,9 @@
352
356
  "title": "Nothing open",
353
357
  "description": "Click Open to view details in a modal overlay."
354
358
  }
355
- ]
359
+ ],
360
+ "direction": "vertical",
361
+ "type": "stack"
356
362
  }
357
363
  ]
358
364
  ]
@@ -366,10 +372,11 @@
366
372
  "render-ui",
367
373
  "modal",
368
374
  {
375
+ "gap": "md",
369
376
  "direction": "vertical",
377
+ "type": "stack",
370
378
  "children": [
371
379
  {
372
- "direction": "horizontal",
373
380
  "type": "stack",
374
381
  "children": [
375
382
  {
@@ -382,50 +389,49 @@
382
389
  "type": "typography"
383
390
  }
384
391
  ],
392
+ "direction": "horizontal",
385
393
  "gap": "sm"
386
394
  },
387
395
  {
388
396
  "type": "divider"
389
397
  },
390
398
  {
391
- "type": "stack",
392
399
  "children": [
393
400
  {
401
+ "type": "typography",
394
402
  "variant": "caption",
395
- "content": "Categories:",
396
- "type": "typography"
403
+ "content": "Categories:"
397
404
  },
398
405
  {
399
406
  "variant": "secondary",
400
- "label": "positive",
401
- "type": "badge"
407
+ "type": "badge",
408
+ "label": "positive"
402
409
  },
403
410
  {
411
+ "label": "negative",
404
412
  "variant": "secondary",
405
- "type": "badge",
406
- "label": "negative"
413
+ "type": "badge"
407
414
  },
408
415
  {
416
+ "type": "badge",
409
417
  "variant": "secondary",
410
- "label": "neutral",
411
- "type": "badge"
418
+ "label": "neutral"
412
419
  }
413
420
  ],
414
421
  "direction": "horizontal",
422
+ "type": "stack",
415
423
  "gap": "sm"
416
424
  },
417
425
  {
418
426
  "cancelEvent": "CLOSE",
419
427
  "mode": "create",
428
+ "type": "form-section",
420
429
  "submitEvent": "SAVE",
421
430
  "fields": [
422
431
  "input"
423
- ],
424
- "type": "form-section"
432
+ ]
425
433
  }
426
- ],
427
- "type": "stack",
428
- "gap": "md"
434
+ ]
429
435
  }
430
436
  ]
431
437
  ]
@@ -453,19 +459,15 @@
453
459
  "render-ui",
454
460
  "main",
455
461
  {
456
- "direction": "vertical",
457
- "type": "stack",
458
- "gap": "lg",
459
462
  "children": [
460
463
  {
461
- "justify": "between",
462
464
  "type": "stack",
463
465
  "direction": "horizontal",
464
- "gap": "md",
465
466
  "children": [
466
467
  {
467
- "gap": "md",
468
468
  "type": "stack",
469
+ "direction": "horizontal",
470
+ "gap": "md",
469
471
  "children": [
470
472
  {
471
473
  "name": "tag",
@@ -473,31 +475,35 @@
473
475
  },
474
476
  {
475
477
  "variant": "h2",
476
- "content": "AgentClassifier",
477
- "type": "typography"
478
+ "type": "typography",
479
+ "content": "AgentClassifier"
478
480
  }
479
- ],
480
- "direction": "horizontal"
481
+ ]
481
482
  },
482
483
  {
483
- "icon": "tag",
484
- "label": "Open",
485
484
  "action": "CLASSIFY",
485
+ "label": "Open",
486
+ "icon": "tag",
486
487
  "type": "button",
487
488
  "variant": "primary"
488
489
  }
489
- ]
490
+ ],
491
+ "justify": "between",
492
+ "gap": "md"
490
493
  },
491
494
  {
492
495
  "type": "divider"
493
496
  },
494
497
  {
495
- "type": "empty-state",
498
+ "description": "Click Open to view details in a modal overlay.",
496
499
  "icon": "tag",
497
- "title": "Nothing open",
498
- "description": "Click Open to view details in a modal overlay."
500
+ "type": "empty-state",
501
+ "title": "Nothing open"
499
502
  }
500
- ]
503
+ ],
504
+ "type": "stack",
505
+ "direction": "vertical",
506
+ "gap": "lg"
501
507
  }
502
508
  ]
503
509
  ]
@@ -514,8 +520,8 @@
514
520
  "@payload.data",
515
521
  {
516
522
  "emit": {
517
- "success": "AgentClassifierSaved",
518
- "failure": "AgentClassifierSaveFailed"
523
+ "failure": "AgentClassifierSaveFailed",
524
+ "success": "AgentClassifierSaved"
519
525
  }
520
526
  }
521
527
  ],
@@ -541,16 +547,16 @@
541
547
  "type": "stack",
542
548
  "children": [
543
549
  {
550
+ "gap": "md",
544
551
  "direction": "horizontal",
545
552
  "justify": "between",
546
553
  "children": [
547
554
  {
548
- "gap": "md",
549
555
  "direction": "horizontal",
550
556
  "children": [
551
557
  {
552
- "type": "icon",
553
- "name": "tag"
558
+ "name": "tag",
559
+ "type": "icon"
554
560
  },
555
561
  {
556
562
  "type": "typography",
@@ -558,17 +564,17 @@
558
564
  "variant": "h2"
559
565
  }
560
566
  ],
561
- "type": "stack"
567
+ "type": "stack",
568
+ "gap": "md"
562
569
  },
563
570
  {
564
- "label": "Open",
565
- "variant": "primary",
571
+ "type": "button",
566
572
  "action": "CLASSIFY",
573
+ "label": "Open",
567
574
  "icon": "tag",
568
- "type": "button"
575
+ "variant": "primary"
569
576
  }
570
577
  ],
571
- "gap": "md",
572
578
  "type": "stack"
573
579
  },
574
580
  {
@@ -576,8 +582,8 @@
576
582
  },
577
583
  {
578
584
  "description": "Click Open to view details in a modal overlay.",
579
- "icon": "tag",
580
585
  "title": "Nothing open",
586
+ "icon": "tag",
581
587
  "type": "empty-state"
582
588
  }
583
589
  ]
@@ -789,18 +795,15 @@
789
795
  "render-ui",
790
796
  "main",
791
797
  {
798
+ "gap": "lg",
799
+ "type": "stack",
792
800
  "direction": "vertical",
793
801
  "children": [
794
802
  {
795
- "gap": "md",
796
- "justify": "between",
797
- "type": "stack",
798
- "direction": "horizontal",
799
- "align": "center",
800
803
  "children": [
801
804
  {
802
805
  "direction": "horizontal",
803
- "type": "stack",
806
+ "gap": "md",
804
807
  "children": [
805
808
  {
806
809
  "type": "icon",
@@ -808,41 +811,44 @@
808
811
  },
809
812
  {
810
813
  "content": "AgentClassifier Result",
811
- "variant": "h2",
812
- "type": "typography"
814
+ "type": "typography",
815
+ "variant": "h2"
813
816
  }
814
817
  ],
815
- "gap": "md",
818
+ "type": "stack",
816
819
  "align": "center"
817
820
  },
818
821
  {
819
822
  "label": "Dismiss",
820
- "icon": "x",
821
823
  "variant": "ghost",
822
824
  "type": "button",
823
- "action": "HIDE"
825
+ "action": "HIDE",
826
+ "icon": "x"
824
827
  }
825
- ]
828
+ ],
829
+ "type": "stack",
830
+ "direction": "horizontal",
831
+ "gap": "md",
832
+ "align": "center",
833
+ "justify": "between"
826
834
  },
827
835
  {
828
836
  "type": "divider"
829
837
  },
830
838
  {
831
- "variant": "@entity.notificationType",
832
839
  "type": "alert",
840
+ "variant": "@entity.notificationType",
833
841
  "message": "@entity.message"
834
842
  },
835
843
  {
836
844
  "type": "toast-slot"
837
845
  },
838
846
  {
839
- "variant": "warning",
840
847
  "message": "@entity.message",
848
+ "variant": "warning",
841
849
  "type": "alert"
842
850
  }
843
- ],
844
- "type": "stack",
845
- "gap": "lg"
851
+ ]
846
852
  }
847
853
  ]
848
854
  ]
@@ -866,19 +872,20 @@
866
872
  "render-ui",
867
873
  "main",
868
874
  {
869
- "type": "stack",
870
875
  "direction": "vertical",
876
+ "gap": "lg",
877
+ "type": "stack",
871
878
  "children": [
872
879
  {
880
+ "type": "stack",
881
+ "justify": "between",
882
+ "direction": "horizontal",
873
883
  "children": [
874
884
  {
875
- "gap": "md",
876
- "align": "center",
877
- "direction": "horizontal",
878
885
  "children": [
879
886
  {
880
- "type": "icon",
881
- "name": "tag"
887
+ "name": "tag",
888
+ "type": "icon"
882
889
  },
883
890
  {
884
891
  "content": "AgentClassifier Result",
@@ -886,21 +893,21 @@
886
893
  "type": "typography"
887
894
  }
888
895
  ],
889
- "type": "stack"
896
+ "direction": "horizontal",
897
+ "align": "center",
898
+ "type": "stack",
899
+ "gap": "md"
890
900
  },
891
901
  {
902
+ "variant": "ghost",
903
+ "action": "HIDE",
892
904
  "label": "Dismiss",
893
905
  "type": "button",
894
- "variant": "ghost",
895
- "icon": "x",
896
- "action": "HIDE"
906
+ "icon": "x"
897
907
  }
898
908
  ],
899
- "align": "center",
900
- "type": "stack",
901
909
  "gap": "md",
902
- "direction": "horizontal",
903
- "justify": "between"
910
+ "align": "center"
904
911
  },
905
912
  {
906
913
  "type": "divider"
@@ -914,12 +921,11 @@
914
921
  "type": "toast-slot"
915
922
  },
916
923
  {
917
- "variant": "warning",
924
+ "message": "@entity.message",
918
925
  "type": "alert",
919
- "message": "@entity.message"
926
+ "variant": "warning"
920
927
  }
921
- ],
922
- "gap": "lg"
928
+ ]
923
929
  }
924
930
  ]
925
931
  ]
@@ -1145,8 +1151,8 @@
1145
1151
  "AgentClassifier",
1146
1152
  {
1147
1153
  "emit": {
1148
- "success": "AgentClassifierLoaded",
1149
- "failure": "AgentClassifierLoadFailed"
1154
+ "failure": "AgentClassifierLoadFailed",
1155
+ "success": "AgentClassifierLoaded"
1150
1156
  }
1151
1157
  }
1152
1158
  ],
@@ -1154,10 +1160,10 @@
1154
1160
  "render-ui",
1155
1161
  "main",
1156
1162
  {
1157
- "description": "Classifier is ready",
1158
1163
  "icon": "tag",
1159
1164
  "title": "Classifier",
1160
- "type": "empty-state"
1165
+ "type": "empty-state",
1166
+ "description": "Classifier is ready"
1161
1167
  }
1162
1168
  ]
1163
1169
  ]
@@ -1260,4 +1266,4 @@
1260
1266
  ]
1261
1267
  }
1262
1268
  ]
1263
- }
1269
+ }