@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
@@ -69,7 +69,13 @@
69
69
  {
70
70
  "name": "notificationType",
71
71
  "type": "string",
72
- "default": "info"
72
+ "default": "info",
73
+ "values": [
74
+ "info",
75
+ "success",
76
+ "warning",
77
+ "error"
78
+ ]
73
79
  }
74
80
  ]
75
81
  },
@@ -321,51 +327,51 @@
321
327
  "render-ui",
322
328
  "main",
323
329
  {
324
- "type": "stack",
325
330
  "direction": "vertical",
331
+ "type": "stack",
332
+ "gap": "lg",
326
333
  "children": [
327
334
  {
335
+ "direction": "horizontal",
336
+ "justify": "between",
328
337
  "type": "stack",
338
+ "gap": "md",
329
339
  "children": [
330
340
  {
341
+ "direction": "horizontal",
331
342
  "gap": "md",
332
343
  "children": [
333
344
  {
334
- "type": "icon",
335
- "name": "sparkles"
345
+ "name": "sparkles",
346
+ "type": "icon"
336
347
  },
337
348
  {
338
- "type": "typography",
349
+ "variant": "h2",
339
350
  "content": "AgentCompletion",
340
- "variant": "h2"
351
+ "type": "typography"
341
352
  }
342
353
  ],
343
- "type": "stack",
344
- "direction": "horizontal"
354
+ "type": "stack"
345
355
  },
346
356
  {
357
+ "label": "Open",
347
358
  "action": "GENERATE",
348
- "type": "button",
349
- "variant": "primary",
350
359
  "icon": "sparkles",
351
- "label": "Open"
360
+ "type": "button",
361
+ "variant": "primary"
352
362
  }
353
- ],
354
- "gap": "md",
355
- "justify": "between",
356
- "direction": "horizontal"
363
+ ]
357
364
  },
358
365
  {
359
366
  "type": "divider"
360
367
  },
361
368
  {
362
- "description": "Click Open to view details in a modal overlay.",
363
369
  "type": "empty-state",
370
+ "description": "Click Open to view details in a modal overlay.",
364
371
  "icon": "sparkles",
365
372
  "title": "Nothing open"
366
373
  }
367
- ],
368
- "gap": "lg"
374
+ ]
369
375
  }
370
376
  ]
371
377
  ]
@@ -379,54 +385,54 @@
379
385
  "render-ui",
380
386
  "modal",
381
387
  {
382
- "type": "stack",
388
+ "direction": "vertical",
389
+ "gap": "md",
383
390
  "children": [
384
391
  {
385
- "gap": "sm",
386
- "direction": "horizontal",
387
392
  "type": "stack",
393
+ "direction": "horizontal",
388
394
  "children": [
389
395
  {
390
396
  "name": "sparkles",
391
397
  "type": "icon"
392
398
  },
393
399
  {
394
- "type": "typography",
400
+ "variant": "h3",
395
401
  "content": "AgentCompletion",
396
- "variant": "h3"
402
+ "type": "typography"
397
403
  }
398
- ]
404
+ ],
405
+ "gap": "sm"
399
406
  },
400
407
  {
401
408
  "type": "divider"
402
409
  },
403
410
  {
404
- "gap": "sm",
405
411
  "children": [
406
412
  {
407
413
  "type": "badge",
408
414
  "label": "@entity.provider"
409
415
  },
410
416
  {
411
- "label": "@entity.model",
412
- "type": "badge"
417
+ "type": "badge",
418
+ "label": "@entity.model"
413
419
  }
414
420
  ],
421
+ "direction": "horizontal",
415
422
  "type": "stack",
416
- "direction": "horizontal"
423
+ "gap": "sm"
417
424
  },
418
425
  {
419
426
  "mode": "create",
420
- "cancelEvent": "CLOSE",
421
- "submitEvent": "SAVE",
422
- "type": "form-section",
423
427
  "fields": [
424
428
  "prompt"
425
- ]
429
+ ],
430
+ "cancelEvent": "CLOSE",
431
+ "type": "form-section",
432
+ "submitEvent": "SAVE"
426
433
  }
427
434
  ],
428
- "direction": "vertical",
429
- "gap": "md"
435
+ "type": "stack"
430
436
  }
431
437
  ]
432
438
  ]
@@ -454,51 +460,51 @@
454
460
  "render-ui",
455
461
  "main",
456
462
  {
457
- "type": "stack",
458
- "direction": "vertical",
459
463
  "children": [
460
464
  {
461
465
  "type": "stack",
462
- "justify": "between",
463
466
  "children": [
464
467
  {
468
+ "type": "stack",
469
+ "direction": "horizontal",
465
470
  "children": [
466
471
  {
467
472
  "name": "sparkles",
468
473
  "type": "icon"
469
474
  },
470
475
  {
471
- "variant": "h2",
472
476
  "content": "AgentCompletion",
477
+ "variant": "h2",
473
478
  "type": "typography"
474
479
  }
475
480
  ],
476
- "gap": "md",
477
- "direction": "horizontal",
478
- "type": "stack"
481
+ "gap": "md"
479
482
  },
480
483
  {
481
- "variant": "primary",
482
- "action": "GENERATE",
483
484
  "type": "button",
484
- "icon": "sparkles",
485
- "label": "Open"
485
+ "label": "Open",
486
+ "action": "GENERATE",
487
+ "variant": "primary",
488
+ "icon": "sparkles"
486
489
  }
487
490
  ],
488
- "gap": "md",
489
- "direction": "horizontal"
491
+ "direction": "horizontal",
492
+ "justify": "between",
493
+ "gap": "md"
490
494
  },
491
495
  {
492
496
  "type": "divider"
493
497
  },
494
498
  {
495
- "type": "empty-state",
496
499
  "icon": "sparkles",
500
+ "title": "Nothing open",
497
501
  "description": "Click Open to view details in a modal overlay.",
498
- "title": "Nothing open"
502
+ "type": "empty-state"
499
503
  }
500
504
  ],
501
- "gap": "lg"
505
+ "gap": "lg",
506
+ "direction": "vertical",
507
+ "type": "stack"
502
508
  }
503
509
  ]
504
510
  ]
@@ -538,50 +544,50 @@
538
544
  "main",
539
545
  {
540
546
  "gap": "lg",
547
+ "type": "stack",
548
+ "direction": "vertical",
541
549
  "children": [
542
550
  {
543
- "justify": "between",
544
- "direction": "horizontal",
545
551
  "children": [
546
552
  {
547
553
  "gap": "md",
548
- "type": "stack",
549
554
  "direction": "horizontal",
555
+ "type": "stack",
550
556
  "children": [
551
557
  {
552
558
  "type": "icon",
553
559
  "name": "sparkles"
554
560
  },
555
561
  {
562
+ "variant": "h2",
556
563
  "content": "AgentCompletion",
557
- "type": "typography",
558
- "variant": "h2"
564
+ "type": "typography"
559
565
  }
560
566
  ]
561
567
  },
562
568
  {
563
- "label": "Open",
569
+ "type": "button",
564
570
  "action": "GENERATE",
571
+ "label": "Open",
565
572
  "variant": "primary",
566
- "icon": "sparkles",
567
- "type": "button"
573
+ "icon": "sparkles"
568
574
  }
569
575
  ],
570
- "type": "stack",
571
- "gap": "md"
576
+ "direction": "horizontal",
577
+ "gap": "md",
578
+ "justify": "between",
579
+ "type": "stack"
572
580
  },
573
581
  {
574
582
  "type": "divider"
575
583
  },
576
584
  {
577
- "type": "empty-state",
578
585
  "description": "Click Open to view details in a modal overlay.",
579
- "title": "Nothing open",
580
- "icon": "sparkles"
586
+ "type": "empty-state",
587
+ "icon": "sparkles",
588
+ "title": "Nothing open"
581
589
  }
582
- ],
583
- "type": "stack",
584
- "direction": "vertical"
590
+ ]
585
591
  }
586
592
  ]
587
593
  ]
@@ -772,8 +778,8 @@
772
778
  "AgentCompletion",
773
779
  {
774
780
  "emit": {
775
- "failure": "AgentCompletionLoadFailed",
776
- "success": "AgentCompletionLoaded"
781
+ "success": "AgentCompletionLoaded",
782
+ "failure": "AgentCompletionLoadFailed"
777
783
  }
778
784
  }
779
785
  ]
@@ -798,50 +804,48 @@
798
804
  "render-ui",
799
805
  "main",
800
806
  {
801
- "direction": "vertical",
802
807
  "type": "stack",
803
- "gap": "lg",
804
808
  "children": [
805
809
  {
806
- "align": "center",
807
- "justify": "between",
810
+ "type": "stack",
808
811
  "gap": "md",
812
+ "direction": "horizontal",
813
+ "justify": "between",
814
+ "align": "center",
809
815
  "children": [
810
816
  {
811
817
  "type": "stack",
818
+ "gap": "md",
812
819
  "direction": "horizontal",
820
+ "align": "center",
813
821
  "children": [
814
822
  {
815
- "name": "sparkles",
816
- "type": "icon"
823
+ "type": "icon",
824
+ "name": "sparkles"
817
825
  },
818
826
  {
819
827
  "type": "typography",
820
- "content": "AgentCompletion Status",
821
- "variant": "h2"
828
+ "variant": "h2",
829
+ "content": "AgentCompletion Status"
822
830
  }
823
- ],
824
- "gap": "md",
825
- "align": "center"
831
+ ]
826
832
  },
827
833
  {
834
+ "label": "Dismiss",
828
835
  "variant": "ghost",
829
- "icon": "x",
836
+ "type": "button",
830
837
  "action": "HIDE",
831
- "label": "Dismiss",
832
- "type": "button"
838
+ "icon": "x"
833
839
  }
834
- ],
835
- "type": "stack",
836
- "direction": "horizontal"
840
+ ]
837
841
  },
838
842
  {
839
843
  "type": "divider"
840
844
  },
841
845
  {
842
- "message": "@entity.message",
846
+ "type": "alert",
843
847
  "variant": "@entity.notificationType",
844
- "type": "alert"
848
+ "message": "@entity.message"
845
849
  },
846
850
  {
847
851
  "type": "toast-slot"
@@ -851,7 +855,9 @@
851
855
  "message": "@entity.message",
852
856
  "variant": "warning"
853
857
  }
854
- ]
858
+ ],
859
+ "direction": "vertical",
860
+ "gap": "lg"
855
861
  }
856
862
  ]
857
863
  ]
@@ -875,15 +881,16 @@
875
881
  "render-ui",
876
882
  "main",
877
883
  {
884
+ "type": "stack",
878
885
  "direction": "vertical",
879
886
  "gap": "lg",
880
887
  "children": [
881
888
  {
889
+ "gap": "md",
890
+ "justify": "between",
891
+ "align": "center",
882
892
  "children": [
883
893
  {
884
- "direction": "horizontal",
885
- "align": "center",
886
- "gap": "md",
887
894
  "type": "stack",
888
895
  "children": [
889
896
  {
@@ -891,33 +898,33 @@
891
898
  "name": "sparkles"
892
899
  },
893
900
  {
901
+ "content": "AgentCompletion Status",
894
902
  "type": "typography",
895
- "variant": "h2",
896
- "content": "AgentCompletion Status"
903
+ "variant": "h2"
897
904
  }
898
- ]
905
+ ],
906
+ "gap": "md",
907
+ "direction": "horizontal",
908
+ "align": "center"
899
909
  },
900
910
  {
901
911
  "action": "HIDE",
902
- "variant": "ghost",
903
- "label": "Dismiss",
904
912
  "icon": "x",
905
- "type": "button"
913
+ "label": "Dismiss",
914
+ "type": "button",
915
+ "variant": "ghost"
906
916
  }
907
917
  ],
908
- "align": "center",
909
- "gap": "md",
910
- "direction": "horizontal",
911
918
  "type": "stack",
912
- "justify": "between"
919
+ "direction": "horizontal"
913
920
  },
914
921
  {
915
922
  "type": "divider"
916
923
  },
917
924
  {
918
- "variant": "@entity.notificationType",
919
925
  "type": "alert",
920
- "message": "@entity.message"
926
+ "message": "@entity.message",
927
+ "variant": "@entity.notificationType"
921
928
  },
922
929
  {
923
930
  "type": "toast-slot"
@@ -927,8 +934,7 @@
927
934
  "variant": "warning",
928
935
  "type": "alert"
929
936
  }
930
- ],
931
- "type": "stack"
937
+ ]
932
938
  }
933
939
  ]
934
940
  ]
@@ -959,7 +965,12 @@
959
965
  "scope": "internal",
960
966
  "payload": [
961
967
  {
962
- "name": "response",
968
+ "name": "message",
969
+ "type": "string",
970
+ "required": true
971
+ },
972
+ {
973
+ "name": "notificationType",
963
974
  "type": "string"
964
975
  }
965
976
  ]
@@ -1174,10 +1185,10 @@
1174
1185
  "render-ui",
1175
1186
  "main",
1176
1187
  {
1177
- "title": "Completion",
1178
1188
  "icon": "sparkles",
1179
- "description": "Completion is ready",
1180
- "type": "empty-state"
1189
+ "title": "Completion",
1190
+ "type": "empty-state",
1191
+ "description": "Completion is ready"
1181
1192
  }
1182
1193
  ]
1183
1194
  ]
@@ -1231,7 +1242,11 @@
1231
1242
  ],
1232
1243
  [
1233
1244
  "emit",
1234
- "SHOW"
1245
+ "SHOW",
1246
+ {
1247
+ "notificationType": "success",
1248
+ "message": "Completion ready"
1249
+ }
1235
1250
  ]
1236
1251
  ]
1237
1252
  },
@@ -1346,4 +1361,4 @@
1346
1361
  ]
1347
1362
  }
1348
1363
  ]
1349
- }
1364
+ }