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