@almadar/std 13.6.0 → 13.8.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 (174) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
  24. package/behaviors/registry/app/organisms/std-cms.orb +547 -547
  25. package/behaviors/registry/core/atoms/std-browse.orb +36 -36
  26. package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
  27. package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
  28. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
  29. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
  30. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  31. package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
  32. package/behaviors/registry/core/atoms/std-filter.orb +6 -9
  33. package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
  34. package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
  35. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  36. package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
  37. package/behaviors/registry/core/atoms/std-push.orb +48 -90
  38. package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
  39. package/behaviors/registry/core/atoms/std-related.orb +31 -31
  40. package/behaviors/registry/core/atoms/std-search.orb +3 -3
  41. package/behaviors/registry/core/atoms/std-selection.orb +102 -102
  42. package/behaviors/registry/core/atoms/std-stats.orb +64 -64
  43. package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
  44. package/behaviors/registry/core/molecules/std-cart.orb +64 -64
  45. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  46. package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
  47. package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
  48. package/behaviors/registry/core/molecules/std-list.orb +63 -63
  49. package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
  50. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  51. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
  52. package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
  53. package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
  54. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  55. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  56. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
  57. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
  58. package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
  59. package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
  60. package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
  61. package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
  62. package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
  63. package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
  64. package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
  65. package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
  66. package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
  67. package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
  68. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
  69. package/dist/behaviors/behaviors-registry.json +2913 -322
  70. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  71. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
  72. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
  73. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
  74. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
  75. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
  76. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
  77. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
  78. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  79. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
  80. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
  81. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
  82. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
  83. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
  84. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
  85. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
  86. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
  87. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
  88. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
  89. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
  90. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
  91. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
  92. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
  93. package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
  94. package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
  95. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
  96. package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
  97. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
  98. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
  99. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  100. package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
  101. package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
  102. package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
  103. package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
  104. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  105. package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
  106. package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
  107. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
  108. package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
  109. package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
  110. package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
  111. package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
  112. package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
  113. package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
  114. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  115. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
  116. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
  117. package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
  118. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
  119. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  120. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
  121. package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
  122. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
  123. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  124. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  125. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
  126. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
  127. package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
  128. package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
  129. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
  130. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
  131. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
  132. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
  133. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
  134. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
  135. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
  136. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
  137. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
  138. package/dist/behaviors-registry.json +2913 -322
  139. package/dist/index.d.ts +2 -2
  140. package/dist/index.js +26 -13
  141. package/dist/index.js.map +1 -1
  142. package/dist/modules/agent.d.ts +1 -1
  143. package/dist/modules/array.d.ts +1 -1
  144. package/dist/modules/array.js +16 -8
  145. package/dist/modules/array.js.map +1 -1
  146. package/dist/modules/async.d.ts +1 -1
  147. package/dist/modules/composition.d.ts +1 -1
  148. package/dist/modules/contract.d.ts +1 -1
  149. package/dist/modules/core.d.ts +1 -1
  150. package/dist/modules/core.js +6 -3
  151. package/dist/modules/core.js.map +1 -1
  152. package/dist/modules/data.d.ts +1 -1
  153. package/dist/modules/format.d.ts +1 -1
  154. package/dist/modules/graph.d.ts +1 -1
  155. package/dist/modules/index.d.ts +1 -1
  156. package/dist/modules/index.js +26 -13
  157. package/dist/modules/index.js.map +1 -1
  158. package/dist/modules/math.d.ts +1 -1
  159. package/dist/modules/nn.d.ts +1 -1
  160. package/dist/modules/object.d.ts +1 -1
  161. package/dist/modules/object.js +4 -2
  162. package/dist/modules/object.js.map +1 -1
  163. package/dist/modules/os.d.ts +1 -1
  164. package/dist/modules/prob.d.ts +1 -1
  165. package/dist/modules/str.d.ts +1 -1
  166. package/dist/modules/tensor.d.ts +1 -1
  167. package/dist/modules/time.d.ts +1 -1
  168. package/dist/modules/train.d.ts +1 -1
  169. package/dist/modules/validate.d.ts +1 -1
  170. package/dist/registry.d.ts +1 -1
  171. package/dist/registry.js +26 -13
  172. package/dist/registry.js.map +1 -1
  173. package/dist/{types-D7dG8fBF.d.ts → types-CdSN5hnD.d.ts} +43 -0
  174. package/package.json +1 -1
@@ -319,6 +319,16 @@
319
319
  "to": "closed",
320
320
  "event": "INIT",
321
321
  "effects": [
322
+ [
323
+ "set",
324
+ "@entity.model",
325
+ "claude-sonnet-4-20250514"
326
+ ],
327
+ [
328
+ "set",
329
+ "@entity.provider",
330
+ "anthropic"
331
+ ],
322
332
  [
323
333
  "fetch",
324
334
  "AgentCompletion",
@@ -333,51 +343,51 @@
333
343
  "render-ui",
334
344
  "main",
335
345
  {
336
- "gap": "lg",
337
346
  "children": [
338
347
  {
339
- "gap": "md",
340
- "direction": "horizontal",
341
- "type": "stack",
342
348
  "justify": "between",
349
+ "gap": "md",
343
350
  "children": [
344
351
  {
352
+ "type": "stack",
353
+ "direction": "horizontal",
354
+ "gap": "md",
345
355
  "children": [
346
356
  {
347
- "type": "icon",
348
- "name": "sparkles"
357
+ "name": "sparkles",
358
+ "type": "icon"
349
359
  },
350
360
  {
351
361
  "variant": "h2",
352
362
  "content": "AgentCompletion",
353
363
  "type": "typography"
354
364
  }
355
- ],
356
- "type": "stack",
357
- "direction": "horizontal",
358
- "gap": "md"
365
+ ]
359
366
  },
360
367
  {
361
- "type": "button",
362
- "icon": "sparkles",
363
- "variant": "primary",
368
+ "action": "GENERATE",
364
369
  "label": "Open",
365
- "action": "GENERATE"
370
+ "variant": "primary",
371
+ "type": "button",
372
+ "icon": "sparkles"
366
373
  }
367
- ]
374
+ ],
375
+ "direction": "horizontal",
376
+ "type": "stack"
368
377
  },
369
378
  {
370
379
  "type": "divider"
371
380
  },
372
381
  {
373
- "title": "Nothing open",
374
382
  "description": "Click Open to view details in a modal overlay.",
375
383
  "icon": "sparkles",
384
+ "title": "Nothing open",
376
385
  "type": "empty-state"
377
386
  }
378
387
  ],
388
+ "direction": "vertical",
379
389
  "type": "stack",
380
- "direction": "vertical"
390
+ "gap": "lg"
381
391
  }
382
392
  ]
383
393
  ]
@@ -396,41 +406,41 @@
396
406
  {
397
407
  "gap": "sm",
398
408
  "direction": "horizontal",
409
+ "type": "stack",
399
410
  "children": [
400
411
  {
401
412
  "type": "icon",
402
413
  "name": "sparkles"
403
414
  },
404
415
  {
416
+ "type": "typography",
405
417
  "content": "AgentCompletion",
406
- "variant": "h3",
407
- "type": "typography"
418
+ "variant": "h3"
408
419
  }
409
- ],
410
- "type": "stack"
420
+ ]
411
421
  },
412
422
  {
413
423
  "type": "divider"
414
424
  },
415
425
  {
426
+ "direction": "horizontal",
427
+ "gap": "sm",
416
428
  "type": "stack",
417
429
  "children": [
418
430
  {
419
- "type": "badge",
420
- "label": "@entity.provider"
431
+ "label": "@entity.provider",
432
+ "type": "badge"
421
433
  },
422
434
  {
423
- "label": "@entity.model",
424
- "type": "badge"
435
+ "type": "badge",
436
+ "label": "@entity.model"
425
437
  }
426
- ],
427
- "gap": "sm",
428
- "direction": "horizontal"
438
+ ]
429
439
  },
430
440
  {
431
- "cancelEvent": "CLOSE",
432
441
  "type": "form-section",
433
442
  "submitEvent": "SAVE",
443
+ "cancelEvent": "CLOSE",
434
444
  "fields": [
435
445
  "prompt"
436
446
  ],
@@ -472,13 +482,17 @@
472
482
  "render-ui",
473
483
  "main",
474
484
  {
485
+ "type": "stack",
486
+ "direction": "vertical",
487
+ "gap": "lg",
475
488
  "children": [
476
489
  {
490
+ "direction": "horizontal",
491
+ "gap": "md",
492
+ "type": "stack",
477
493
  "justify": "between",
478
494
  "children": [
479
495
  {
480
- "type": "stack",
481
- "gap": "md",
482
496
  "direction": "horizontal",
483
497
  "children": [
484
498
  {
@@ -487,36 +501,32 @@
487
501
  },
488
502
  {
489
503
  "variant": "h2",
490
- "type": "typography",
491
- "content": "AgentCompletion"
504
+ "content": "AgentCompletion",
505
+ "type": "typography"
492
506
  }
493
- ]
507
+ ],
508
+ "type": "stack",
509
+ "gap": "md"
494
510
  },
495
511
  {
512
+ "label": "Open",
496
513
  "icon": "sparkles",
497
514
  "type": "button",
498
- "label": "Open",
499
- "action": "GENERATE",
500
- "variant": "primary"
515
+ "variant": "primary",
516
+ "action": "GENERATE"
501
517
  }
502
- ],
503
- "type": "stack",
504
- "direction": "horizontal",
505
- "gap": "md"
518
+ ]
506
519
  },
507
520
  {
508
521
  "type": "divider"
509
522
  },
510
523
  {
511
- "icon": "sparkles",
512
- "description": "Click Open to view details in a modal overlay.",
513
524
  "title": "Nothing open",
514
- "type": "empty-state"
525
+ "type": "empty-state",
526
+ "description": "Click Open to view details in a modal overlay.",
527
+ "icon": "sparkles"
515
528
  }
516
- ],
517
- "gap": "lg",
518
- "type": "stack",
519
- "direction": "vertical"
529
+ ]
520
530
  }
521
531
  ]
522
532
  ]
@@ -552,8 +562,8 @@
552
562
  "AgentCompletion",
553
563
  {
554
564
  "emit": {
555
- "failure": "AgentCompletionLoadFailed",
556
- "success": "AgentCompletionLoaded"
565
+ "success": "AgentCompletionLoaded",
566
+ "failure": "AgentCompletionLoadFailed"
557
567
  }
558
568
  }
559
569
  ],
@@ -561,51 +571,51 @@
561
571
  "render-ui",
562
572
  "main",
563
573
  {
564
- "gap": "lg",
565
- "direction": "vertical",
566
574
  "type": "stack",
575
+ "gap": "lg",
567
576
  "children": [
568
577
  {
569
- "direction": "horizontal",
570
- "justify": "between",
571
- "type": "stack",
572
578
  "children": [
573
579
  {
574
- "gap": "md",
575
580
  "type": "stack",
576
- "direction": "horizontal",
577
581
  "children": [
578
582
  {
579
- "type": "icon",
580
- "name": "sparkles"
583
+ "name": "sparkles",
584
+ "type": "icon"
581
585
  },
582
586
  {
583
- "type": "typography",
587
+ "content": "AgentCompletion",
584
588
  "variant": "h2",
585
- "content": "AgentCompletion"
589
+ "type": "typography"
586
590
  }
587
- ]
591
+ ],
592
+ "gap": "md",
593
+ "direction": "horizontal"
588
594
  },
589
595
  {
590
- "icon": "sparkles",
591
- "variant": "primary",
596
+ "action": "GENERATE",
592
597
  "label": "Open",
593
- "type": "button",
594
- "action": "GENERATE"
598
+ "variant": "primary",
599
+ "icon": "sparkles",
600
+ "type": "button"
595
601
  }
596
602
  ],
597
- "gap": "md"
603
+ "direction": "horizontal",
604
+ "gap": "md",
605
+ "type": "stack",
606
+ "justify": "between"
598
607
  },
599
608
  {
600
609
  "type": "divider"
601
610
  },
602
611
  {
603
612
  "type": "empty-state",
604
- "description": "Click Open to view details in a modal overlay.",
613
+ "title": "Nothing open",
605
614
  "icon": "sparkles",
606
- "title": "Nothing open"
615
+ "description": "Click Open to view details in a modal overlay."
607
616
  }
608
- ]
617
+ ],
618
+ "direction": "vertical"
609
619
  }
610
620
  ]
611
621
  ]
@@ -822,14 +832,9 @@
822
832
  "render-ui",
823
833
  "main",
824
834
  {
825
- "type": "stack",
826
835
  "direction": "vertical",
827
836
  "children": [
828
837
  {
829
- "gap": "md",
830
- "justify": "between",
831
- "type": "stack",
832
- "align": "center",
833
838
  "children": [
834
839
  {
835
840
  "children": [
@@ -838,33 +843,37 @@
838
843
  "type": "icon"
839
844
  },
840
845
  {
846
+ "content": "AgentCompletion Status",
841
847
  "variant": "h2",
842
- "type": "typography",
843
- "content": "AgentCompletion Status"
848
+ "type": "typography"
844
849
  }
845
850
  ],
846
- "gap": "md",
847
- "type": "stack",
848
851
  "direction": "horizontal",
849
- "align": "center"
852
+ "gap": "md",
853
+ "align": "center",
854
+ "type": "stack"
850
855
  },
851
856
  {
852
- "type": "button",
857
+ "label": "Dismiss",
853
858
  "variant": "ghost",
859
+ "type": "button",
854
860
  "icon": "x",
855
- "action": "HIDE",
856
- "label": "Dismiss"
861
+ "action": "HIDE"
857
862
  }
858
863
  ],
859
- "direction": "horizontal"
864
+ "type": "stack",
865
+ "align": "center",
866
+ "justify": "between",
867
+ "direction": "horizontal",
868
+ "gap": "md"
860
869
  },
861
870
  {
862
871
  "type": "divider"
863
872
  },
864
873
  {
874
+ "message": "@entity.message",
865
875
  "type": "alert",
866
- "variant": "@entity.notificationType",
867
- "message": "@entity.message"
876
+ "variant": "@entity.notificationType"
868
877
  },
869
878
  {
870
879
  "type": "toast-slot"
@@ -875,6 +884,7 @@
875
884
  "type": "alert"
876
885
  }
877
886
  ],
887
+ "type": "stack",
878
888
  "gap": "lg"
879
889
  }
880
890
  ]
@@ -899,47 +909,50 @@
899
909
  "render-ui",
900
910
  "main",
901
911
  {
912
+ "gap": "lg",
913
+ "type": "stack",
914
+ "direction": "vertical",
902
915
  "children": [
903
916
  {
917
+ "align": "center",
904
918
  "direction": "horizontal",
905
919
  "gap": "md",
906
- "justify": "between",
907
920
  "type": "stack",
921
+ "justify": "between",
908
922
  "children": [
909
923
  {
910
- "align": "center",
911
- "type": "stack",
912
- "direction": "horizontal",
913
- "gap": "md",
914
924
  "children": [
915
925
  {
916
- "name": "sparkles",
917
- "type": "icon"
926
+ "type": "icon",
927
+ "name": "sparkles"
918
928
  },
919
929
  {
920
- "content": "AgentCompletion Status",
930
+ "variant": "h2",
921
931
  "type": "typography",
922
- "variant": "h2"
932
+ "content": "AgentCompletion Status"
923
933
  }
924
- ]
934
+ ],
935
+ "direction": "horizontal",
936
+ "align": "center",
937
+ "type": "stack",
938
+ "gap": "md"
925
939
  },
926
940
  {
927
- "action": "HIDE",
928
- "type": "button",
929
- "variant": "ghost",
930
941
  "label": "Dismiss",
931
- "icon": "x"
942
+ "type": "button",
943
+ "icon": "x",
944
+ "action": "HIDE",
945
+ "variant": "ghost"
932
946
  }
933
- ],
934
- "align": "center"
947
+ ]
935
948
  },
936
949
  {
937
950
  "type": "divider"
938
951
  },
939
952
  {
940
- "variant": "@entity.notificationType",
953
+ "message": "@entity.message",
941
954
  "type": "alert",
942
- "message": "@entity.message"
955
+ "variant": "@entity.notificationType"
943
956
  },
944
957
  {
945
958
  "type": "toast-slot"
@@ -949,10 +962,7 @@
949
962
  "message": "@entity.message",
950
963
  "type": "alert"
951
964
  }
952
- ],
953
- "direction": "vertical",
954
- "type": "stack",
955
- "gap": "lg"
965
+ ]
956
966
  }
957
967
  ]
958
968
  ]
@@ -1203,10 +1213,10 @@
1203
1213
  "render-ui",
1204
1214
  "main",
1205
1215
  {
1206
- "description": "Completion is ready",
1207
1216
  "icon": "sparkles",
1208
- "type": "empty-state",
1209
- "title": "Completion"
1217
+ "description": "Completion is ready",
1218
+ "title": "Completion",
1219
+ "type": "empty-state"
1210
1220
  }
1211
1221
  ]
1212
1222
  ]
@@ -1262,8 +1272,8 @@
1262
1272
  "emit",
1263
1273
  "SHOW",
1264
1274
  {
1265
- "notificationType": "success",
1266
- "message": "Completion ready"
1275
+ "message": "Completion ready",
1276
+ "notificationType": "success"
1267
1277
  }
1268
1278
  ]
1269
1279
  ]
@@ -1379,4 +1389,4 @@
1379
1389
  ]
1380
1390
  }
1381
1391
  ]
1382
- }
1392
+ }