@almadar/std 8.3.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 +62 -62
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
  27. package/behaviors/registry/app/organisms/std-cms.orb +469 -469
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
  29. package/behaviors/registry/app/organisms/std-crm.orb +832 -832
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
  37. package/behaviors/registry/app/organisms/std-lms.orb +839 -839
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
  42. package/behaviors/registry/core/atoms/std-browse.orb +53 -53
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
  44. package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
  47. package/behaviors/registry/core/atoms/std-display.orb +383 -383
  48. package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  49. package/behaviors/registry/core/atoms/std-filter.orb +42 -42
  50. package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
  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 +42 -42
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  55. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  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 +52 -52
  59. package/behaviors/registry/core/molecules/std-cart.orb +45 -45
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
  62. package/behaviors/registry/core/molecules/std-list.orb +46 -46
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
  64. package/behaviors/registry/game/atoms/std-collision.orb +121 -121
  65. package/behaviors/registry/game/atoms/std-combat.orb +68 -68
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +306 -306
  70. package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  72. package/behaviors/registry/game/atoms/std-quest.orb +124 -124
  73. package/behaviors/registry/game/atoms/std-timer.orb +274 -274
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
  83. package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
  84. package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
  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 +42 -42
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  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 +52 -52
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
  187. package/package.json +1 -1
@@ -327,48 +327,48 @@
327
327
  "render-ui",
328
328
  "main",
329
329
  {
330
- "gap": "lg",
331
330
  "direction": "vertical",
332
331
  "type": "stack",
332
+ "gap": "lg",
333
333
  "children": [
334
334
  {
335
+ "direction": "horizontal",
335
336
  "justify": "between",
337
+ "type": "stack",
336
338
  "gap": "md",
337
339
  "children": [
338
340
  {
339
341
  "direction": "horizontal",
340
- "type": "stack",
342
+ "gap": "md",
341
343
  "children": [
342
344
  {
343
- "type": "icon",
344
- "name": "sparkles"
345
+ "name": "sparkles",
346
+ "type": "icon"
345
347
  },
346
348
  {
349
+ "variant": "h2",
347
350
  "content": "AgentCompletion",
348
- "type": "typography",
349
- "variant": "h2"
351
+ "type": "typography"
350
352
  }
351
353
  ],
352
- "gap": "md"
354
+ "type": "stack"
353
355
  },
354
356
  {
357
+ "label": "Open",
358
+ "action": "GENERATE",
355
359
  "icon": "sparkles",
356
360
  "type": "button",
357
- "variant": "primary",
358
- "label": "Open",
359
- "action": "GENERATE"
361
+ "variant": "primary"
360
362
  }
361
- ],
362
- "type": "stack",
363
- "direction": "horizontal"
363
+ ]
364
364
  },
365
365
  {
366
366
  "type": "divider"
367
367
  },
368
368
  {
369
+ "type": "empty-state",
369
370
  "description": "Click Open to view details in a modal overlay.",
370
371
  "icon": "sparkles",
371
- "type": "empty-state",
372
372
  "title": "Nothing open"
373
373
  }
374
374
  ]
@@ -386,52 +386,52 @@
386
386
  "modal",
387
387
  {
388
388
  "direction": "vertical",
389
+ "gap": "md",
389
390
  "children": [
390
391
  {
392
+ "type": "stack",
393
+ "direction": "horizontal",
391
394
  "children": [
392
395
  {
393
- "type": "icon",
394
- "name": "sparkles"
396
+ "name": "sparkles",
397
+ "type": "icon"
395
398
  },
396
399
  {
397
- "type": "typography",
398
400
  "variant": "h3",
399
- "content": "AgentCompletion"
401
+ "content": "AgentCompletion",
402
+ "type": "typography"
400
403
  }
401
404
  ],
402
- "gap": "sm",
403
- "type": "stack",
404
- "direction": "horizontal"
405
+ "gap": "sm"
405
406
  },
406
407
  {
407
408
  "type": "divider"
408
409
  },
409
410
  {
410
- "type": "stack",
411
- "direction": "horizontal",
412
411
  "children": [
413
412
  {
414
- "label": "@entity.provider",
415
- "type": "badge"
413
+ "type": "badge",
414
+ "label": "@entity.provider"
416
415
  },
417
416
  {
418
417
  "type": "badge",
419
418
  "label": "@entity.model"
420
419
  }
421
420
  ],
421
+ "direction": "horizontal",
422
+ "type": "stack",
422
423
  "gap": "sm"
423
424
  },
424
425
  {
425
- "cancelEvent": "CLOSE",
426
+ "mode": "create",
426
427
  "fields": [
427
428
  "prompt"
428
429
  ],
429
- "submitEvent": "SAVE",
430
- "mode": "create",
431
- "type": "form-section"
430
+ "cancelEvent": "CLOSE",
431
+ "type": "form-section",
432
+ "submitEvent": "SAVE"
432
433
  }
433
434
  ],
434
- "gap": "md",
435
435
  "type": "stack"
436
436
  }
437
437
  ]
@@ -460,50 +460,50 @@
460
460
  "render-ui",
461
461
  "main",
462
462
  {
463
- "direction": "vertical",
464
- "gap": "lg",
465
463
  "children": [
466
464
  {
465
+ "type": "stack",
467
466
  "children": [
468
467
  {
469
- "direction": "horizontal",
470
- "gap": "md",
471
468
  "type": "stack",
469
+ "direction": "horizontal",
472
470
  "children": [
473
471
  {
474
- "type": "icon",
475
- "name": "sparkles"
472
+ "name": "sparkles",
473
+ "type": "icon"
476
474
  },
477
475
  {
478
- "type": "typography",
479
476
  "content": "AgentCompletion",
480
- "variant": "h2"
477
+ "variant": "h2",
478
+ "type": "typography"
481
479
  }
482
- ]
480
+ ],
481
+ "gap": "md"
483
482
  },
484
483
  {
485
- "variant": "primary",
486
- "icon": "sparkles",
487
484
  "type": "button",
485
+ "label": "Open",
488
486
  "action": "GENERATE",
489
- "label": "Open"
487
+ "variant": "primary",
488
+ "icon": "sparkles"
490
489
  }
491
490
  ],
492
491
  "direction": "horizontal",
493
492
  "justify": "between",
494
- "type": "stack",
495
493
  "gap": "md"
496
494
  },
497
495
  {
498
496
  "type": "divider"
499
497
  },
500
498
  {
501
- "type": "empty-state",
502
- "title": "Nothing open",
503
499
  "icon": "sparkles",
504
- "description": "Click Open to view details in a modal overlay."
500
+ "title": "Nothing open",
501
+ "description": "Click Open to view details in a modal overlay.",
502
+ "type": "empty-state"
505
503
  }
506
504
  ],
505
+ "gap": "lg",
506
+ "direction": "vertical",
507
507
  "type": "stack"
508
508
  }
509
509
  ]
@@ -521,8 +521,8 @@
521
521
  "@payload.data",
522
522
  {
523
523
  "emit": {
524
- "failure": "AgentCompletionSaveFailed",
525
- "success": "AgentCompletionSaved"
524
+ "success": "AgentCompletionSaved",
525
+ "failure": "AgentCompletionSaveFailed"
526
526
  }
527
527
  }
528
528
  ],
@@ -543,49 +543,49 @@
543
543
  "render-ui",
544
544
  "main",
545
545
  {
546
- "direction": "vertical",
547
- "type": "stack",
548
546
  "gap": "lg",
547
+ "type": "stack",
548
+ "direction": "vertical",
549
549
  "children": [
550
550
  {
551
- "gap": "md",
552
- "direction": "horizontal",
553
- "justify": "between",
554
- "type": "stack",
555
551
  "children": [
556
552
  {
553
+ "gap": "md",
557
554
  "direction": "horizontal",
555
+ "type": "stack",
558
556
  "children": [
559
557
  {
560
- "name": "sparkles",
561
- "type": "icon"
558
+ "type": "icon",
559
+ "name": "sparkles"
562
560
  },
563
561
  {
562
+ "variant": "h2",
564
563
  "content": "AgentCompletion",
565
- "type": "typography",
566
- "variant": "h2"
564
+ "type": "typography"
567
565
  }
568
- ],
569
- "type": "stack",
570
- "gap": "md"
566
+ ]
571
567
  },
572
568
  {
573
569
  "type": "button",
570
+ "action": "GENERATE",
574
571
  "label": "Open",
575
572
  "variant": "primary",
576
- "icon": "sparkles",
577
- "action": "GENERATE"
573
+ "icon": "sparkles"
578
574
  }
579
- ]
575
+ ],
576
+ "direction": "horizontal",
577
+ "gap": "md",
578
+ "justify": "between",
579
+ "type": "stack"
580
580
  },
581
581
  {
582
582
  "type": "divider"
583
583
  },
584
584
  {
585
- "icon": "sparkles",
586
- "title": "Nothing open",
587
585
  "description": "Click Open to view details in a modal overlay.",
588
- "type": "empty-state"
586
+ "type": "empty-state",
587
+ "icon": "sparkles",
588
+ "title": "Nothing open"
589
589
  }
590
590
  ]
591
591
  }
@@ -804,17 +804,18 @@
804
804
  "render-ui",
805
805
  "main",
806
806
  {
807
- "gap": "lg",
808
807
  "type": "stack",
809
808
  "children": [
810
809
  {
811
- "justify": "between",
812
- "gap": "md",
813
- "align": "center",
814
810
  "type": "stack",
811
+ "gap": "md",
815
812
  "direction": "horizontal",
813
+ "justify": "between",
814
+ "align": "center",
816
815
  "children": [
817
816
  {
817
+ "type": "stack",
818
+ "gap": "md",
818
819
  "direction": "horizontal",
819
820
  "align": "center",
820
821
  "children": [
@@ -823,20 +824,18 @@
823
824
  "name": "sparkles"
824
825
  },
825
826
  {
826
- "variant": "h2",
827
827
  "type": "typography",
828
+ "variant": "h2",
828
829
  "content": "AgentCompletion Status"
829
830
  }
830
- ],
831
- "gap": "md",
832
- "type": "stack"
831
+ ]
833
832
  },
834
833
  {
835
834
  "label": "Dismiss",
836
835
  "variant": "ghost",
837
- "icon": "x",
836
+ "type": "button",
838
837
  "action": "HIDE",
839
- "type": "button"
838
+ "icon": "x"
840
839
  }
841
840
  ]
842
841
  },
@@ -853,11 +852,12 @@
853
852
  },
854
853
  {
855
854
  "type": "alert",
856
- "variant": "warning",
857
- "message": "@entity.message"
855
+ "message": "@entity.message",
856
+ "variant": "warning"
858
857
  }
859
858
  ],
860
- "direction": "vertical"
859
+ "direction": "vertical",
860
+ "gap": "lg"
861
861
  }
862
862
  ]
863
863
  ]
@@ -881,60 +881,60 @@
881
881
  "render-ui",
882
882
  "main",
883
883
  {
884
+ "type": "stack",
884
885
  "direction": "vertical",
886
+ "gap": "lg",
885
887
  "children": [
886
888
  {
889
+ "gap": "md",
887
890
  "justify": "between",
891
+ "align": "center",
888
892
  "children": [
889
893
  {
890
- "gap": "md",
891
- "direction": "horizontal",
892
894
  "type": "stack",
893
- "align": "center",
894
895
  "children": [
895
896
  {
896
- "name": "sparkles",
897
- "type": "icon"
897
+ "type": "icon",
898
+ "name": "sparkles"
898
899
  },
899
900
  {
900
- "type": "typography",
901
901
  "content": "AgentCompletion Status",
902
+ "type": "typography",
902
903
  "variant": "h2"
903
904
  }
904
- ]
905
+ ],
906
+ "gap": "md",
907
+ "direction": "horizontal",
908
+ "align": "center"
905
909
  },
906
910
  {
907
- "label": "Dismiss",
908
911
  "action": "HIDE",
909
912
  "icon": "x",
913
+ "label": "Dismiss",
910
914
  "type": "button",
911
915
  "variant": "ghost"
912
916
  }
913
917
  ],
914
- "gap": "md",
915
- "direction": "horizontal",
916
918
  "type": "stack",
917
- "align": "center"
919
+ "direction": "horizontal"
918
920
  },
919
921
  {
920
922
  "type": "divider"
921
923
  },
922
924
  {
925
+ "type": "alert",
923
926
  "message": "@entity.message",
924
- "variant": "@entity.notificationType",
925
- "type": "alert"
927
+ "variant": "@entity.notificationType"
926
928
  },
927
929
  {
928
930
  "type": "toast-slot"
929
931
  },
930
932
  {
931
- "variant": "warning",
932
933
  "message": "@entity.message",
934
+ "variant": "warning",
933
935
  "type": "alert"
934
936
  }
935
- ],
936
- "gap": "lg",
937
- "type": "stack"
937
+ ]
938
938
  }
939
939
  ]
940
940
  ]
@@ -1176,8 +1176,8 @@
1176
1176
  "AgentCompletion",
1177
1177
  {
1178
1178
  "emit": {
1179
- "failure": "AgentCompletionLoadFailed",
1180
- "success": "AgentCompletionLoaded"
1179
+ "success": "AgentCompletionLoaded",
1180
+ "failure": "AgentCompletionLoadFailed"
1181
1181
  }
1182
1182
  }
1183
1183
  ],
@@ -1186,9 +1186,9 @@
1186
1186
  "main",
1187
1187
  {
1188
1188
  "icon": "sparkles",
1189
- "description": "Completion is ready",
1189
+ "title": "Completion",
1190
1190
  "type": "empty-state",
1191
- "title": "Completion"
1191
+ "description": "Completion is ready"
1192
1192
  }
1193
1193
  ]
1194
1194
  ]
@@ -1244,8 +1244,8 @@
1244
1244
  "emit",
1245
1245
  "SHOW",
1246
1246
  {
1247
- "message": "Completion ready",
1248
- "notificationType": "success"
1247
+ "notificationType": "success",
1248
+ "message": "Completion ready"
1249
1249
  }
1250
1250
  ]
1251
1251
  ]