@almadar/std 8.5.1 → 10.0.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 +97 -97
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  27. package/behaviors/registry/app/organisms/std-cms.orb +587 -587
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  29. package/behaviors/registry/app/organisms/std-crm.orb +966 -966
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  37. package/behaviors/registry/app/organisms/std-lms.orb +876 -876
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  42. package/behaviors/registry/core/atoms/std-browse.orb +67 -67
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  44. package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  47. package/behaviors/registry/core/atoms/std-display.orb +370 -370
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +63 -63
  50. package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  51. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  52. package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  53. package/behaviors/registry/core/atoms/std-push.orb +49 -49
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  55. package/behaviors/registry/core/atoms/std-related.orb +39 -39
  56. package/behaviors/registry/core/atoms/std-search.orb +73 -73
  57. package/behaviors/registry/core/atoms/std-selection.orb +110 -110
  58. package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  59. package/behaviors/registry/core/molecules/std-cart.orb +68 -72
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  62. package/behaviors/registry/core/molecules/std-list.orb +68 -68
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  64. package/behaviors/registry/game/atoms/std-collision.orb +140 -140
  65. package/behaviors/registry/game/atoms/std-combat.orb +76 -76
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  69. package/behaviors/registry/game/atoms/std-movement.orb +276 -276
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  72. package/behaviors/registry/game/atoms/std-quest.orb +129 -129
  73. package/behaviors/registry/game/atoms/std-timer.orb +285 -285
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  83. package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  84. package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  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 +358 -358
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  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 +1219 -1219
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +68 -72
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  187. package/package.json +1 -1
@@ -83,7 +83,7 @@
83
83
  {
84
84
  "event": "SWITCHED",
85
85
  "scope": "external",
86
- "payload": [
86
+ "payloadSchema": [
87
87
  {
88
88
  "name": "id",
89
89
  "type": "string"
@@ -94,7 +94,7 @@
94
94
  "event": "AgentProviderLoaded",
95
95
  "description": "Fired when AgentProvider finishes loading",
96
96
  "scope": "internal",
97
- "payload": [
97
+ "payloadSchema": [
98
98
  {
99
99
  "name": "id",
100
100
  "type": "string"
@@ -145,7 +145,7 @@
145
145
  "event": "AgentProviderLoadFailed",
146
146
  "description": "Fired when AgentProvider fails to load",
147
147
  "scope": "internal",
148
- "payload": [
148
+ "payloadSchema": [
149
149
  {
150
150
  "name": "message",
151
151
  "type": "string"
@@ -156,7 +156,7 @@
156
156
  "event": "AgentProviderRowLoaded",
157
157
  "description": "Fired on modal open with the pre-fill row",
158
158
  "scope": "internal",
159
- "payload": [
159
+ "payloadSchema": [
160
160
  {
161
161
  "name": "row",
162
162
  "type": "AgentProvider"
@@ -166,7 +166,7 @@
166
166
  {
167
167
  "event": "AgentProviderUpdated",
168
168
  "scope": "internal",
169
- "payload": [
169
+ "payloadSchema": [
170
170
  {
171
171
  "name": "id",
172
172
  "type": "string"
@@ -176,7 +176,7 @@
176
176
  {
177
177
  "event": "AgentProviderUpdateFailed",
178
178
  "scope": "internal",
179
- "payload": [
179
+ "payloadSchema": [
180
180
  {
181
181
  "name": "error",
182
182
  "type": "string"
@@ -213,7 +213,7 @@
213
213
  {
214
214
  "key": "AgentProviderRowLoaded",
215
215
  "name": "AgentProvider row loaded",
216
- "payload": [
216
+ "payloadSchema": [
217
217
  {
218
218
  "name": "row",
219
219
  "type": "AgentProvider"
@@ -223,7 +223,7 @@
223
223
  {
224
224
  "key": "AgentProviderLoadFailed",
225
225
  "name": "AgentProvider load failed",
226
- "payload": [
226
+ "payloadSchema": [
227
227
  {
228
228
  "name": "message",
229
229
  "type": "string"
@@ -237,7 +237,7 @@
237
237
  {
238
238
  "key": "SAVE",
239
239
  "name": "Save",
240
- "payload": [
240
+ "payloadSchema": [
241
241
  {
242
242
  "name": "data",
243
243
  "type": "object",
@@ -252,7 +252,7 @@
252
252
  {
253
253
  "key": "AgentProviderLoaded",
254
254
  "name": "AgentProvider loaded",
255
- "payload": [
255
+ "payloadSchema": [
256
256
  {
257
257
  "name": "id",
258
258
  "type": "string"
@@ -302,7 +302,7 @@
302
302
  {
303
303
  "key": "AgentProviderUpdated",
304
304
  "name": "AgentProvider updated",
305
- "payload": [
305
+ "payloadSchema": [
306
306
  {
307
307
  "name": "id",
308
308
  "type": "string"
@@ -312,7 +312,7 @@
312
312
  {
313
313
  "key": "AgentProviderUpdateFailed",
314
314
  "name": "AgentProvider update failed",
315
- "payload": [
315
+ "payloadSchema": [
316
316
  {
317
317
  "name": "error",
318
318
  "type": "string"
@@ -338,9 +338,9 @@
338
338
  "render-ui",
339
339
  "main",
340
340
  {
341
+ "direction": "vertical",
341
342
  "type": "stack",
342
343
  "gap": "lg",
343
- "direction": "vertical",
344
344
  "children": [
345
345
  {
346
346
  "children": [
@@ -351,36 +351,36 @@
351
351
  "type": "icon"
352
352
  },
353
353
  {
354
+ "content": "Switch Provider",
354
355
  "variant": "h2",
355
- "type": "typography",
356
- "content": "Switch Provider"
356
+ "type": "typography"
357
357
  }
358
358
  ],
359
- "type": "stack",
360
359
  "direction": "horizontal",
360
+ "type": "stack",
361
361
  "gap": "md"
362
362
  },
363
363
  {
364
364
  "variant": "primary",
365
- "label": "Open",
365
+ "icon": "repeat",
366
366
  "action": "SWITCH",
367
367
  "type": "button",
368
- "icon": "repeat"
368
+ "label": "Open"
369
369
  }
370
370
  ],
371
371
  "type": "stack",
372
- "justify": "between",
373
372
  "gap": "md",
373
+ "justify": "between",
374
374
  "direction": "horizontal"
375
375
  },
376
376
  {
377
377
  "type": "divider"
378
378
  },
379
379
  {
380
- "type": "empty-state",
380
+ "icon": "repeat",
381
381
  "description": "Click Open to view details in a modal overlay.",
382
- "title": "Nothing open",
383
- "icon": "repeat"
382
+ "type": "empty-state",
383
+ "title": "Nothing open"
384
384
  }
385
385
  ]
386
386
  }
@@ -407,20 +407,20 @@
407
407
  "modal",
408
408
  {
409
409
  "className": "py-12",
410
- "type": "stack",
411
- "gap": "md",
412
410
  "children": [
413
411
  {
414
412
  "type": "spinner"
415
413
  },
416
414
  {
417
- "color": "muted",
418
- "variant": "caption",
419
415
  "type": "typography",
416
+ "variant": "caption",
417
+ "color": "muted",
420
418
  "content": "Loading…"
421
419
  }
422
420
  ],
423
421
  "direction": "vertical",
422
+ "gap": "md",
423
+ "type": "stack",
424
424
  "align": "center"
425
425
  }
426
426
  ]
@@ -435,9 +435,11 @@
435
435
  "render-ui",
436
436
  "modal",
437
437
  {
438
- "direction": "vertical",
438
+ "type": "stack",
439
439
  "children": [
440
440
  {
441
+ "gap": "sm",
442
+ "type": "stack",
441
443
  "direction": "horizontal",
442
444
  "children": [
443
445
  {
@@ -445,50 +447,48 @@
445
447
  "name": "repeat"
446
448
  },
447
449
  {
448
- "variant": "h3",
450
+ "type": "typography",
449
451
  "content": "Switch Provider",
450
- "type": "typography"
452
+ "variant": "h3"
451
453
  }
452
- ],
453
- "gap": "sm",
454
- "type": "stack"
454
+ ]
455
455
  },
456
456
  {
457
457
  "type": "divider"
458
458
  },
459
459
  {
460
- "type": "stack",
461
460
  "direction": "horizontal",
462
- "gap": "md",
463
461
  "children": [
464
462
  {
465
- "content": "Current:",
466
463
  "variant": "caption",
467
- "type": "typography"
464
+ "type": "typography",
465
+ "content": "Current:"
468
466
  },
469
467
  {
470
- "label": "@entity.currentProvider",
471
- "type": "badge"
468
+ "type": "badge",
469
+ "label": "@entity.currentProvider"
472
470
  },
473
471
  {
474
- "label": "@entity.currentModel",
475
- "type": "badge"
472
+ "type": "badge",
473
+ "label": "@entity.currentModel"
476
474
  }
477
- ]
475
+ ],
476
+ "type": "stack",
477
+ "gap": "md"
478
478
  },
479
479
  {
480
+ "submitEvent": "SAVE",
481
+ "mode": "edit",
480
482
  "entity": "@payload.row",
483
+ "type": "form-section",
481
484
  "cancelEvent": "CLOSE",
482
485
  "fields": [
483
486
  "currentProvider",
484
487
  "currentModel"
485
- ],
486
- "type": "form-section",
487
- "mode": "edit",
488
- "submitEvent": "SAVE"
488
+ ]
489
489
  }
490
490
  ],
491
- "type": "stack",
491
+ "direction": "vertical",
492
492
  "gap": "md"
493
493
  }
494
494
  ]
@@ -517,51 +517,51 @@
517
517
  "render-ui",
518
518
  "main",
519
519
  {
520
+ "type": "stack",
521
+ "gap": "lg",
520
522
  "direction": "vertical",
521
523
  "children": [
522
524
  {
523
- "direction": "horizontal",
524
- "justify": "between",
525
+ "type": "stack",
525
526
  "children": [
526
527
  {
527
- "type": "stack",
528
- "gap": "md",
529
528
  "direction": "horizontal",
530
529
  "children": [
531
530
  {
532
- "type": "icon",
533
- "name": "repeat"
531
+ "name": "repeat",
532
+ "type": "icon"
534
533
  },
535
534
  {
536
- "content": "Switch Provider",
537
535
  "type": "typography",
536
+ "content": "Switch Provider",
538
537
  "variant": "h2"
539
538
  }
540
- ]
539
+ ],
540
+ "gap": "md",
541
+ "type": "stack"
541
542
  },
542
543
  {
544
+ "label": "Open",
543
545
  "action": "SWITCH",
544
- "type": "button",
545
546
  "icon": "repeat",
546
- "label": "Open",
547
+ "type": "button",
547
548
  "variant": "primary"
548
549
  }
549
550
  ],
550
- "gap": "md",
551
- "type": "stack"
551
+ "direction": "horizontal",
552
+ "justify": "between",
553
+ "gap": "md"
552
554
  },
553
555
  {
554
556
  "type": "divider"
555
557
  },
556
558
  {
557
- "title": "Nothing open",
559
+ "icon": "repeat",
558
560
  "type": "empty-state",
559
- "description": "Click Open to view details in a modal overlay.",
560
- "icon": "repeat"
561
+ "title": "Nothing open",
562
+ "description": "Click Open to view details in a modal overlay."
561
563
  }
562
- ],
563
- "type": "stack",
564
- "gap": "lg"
564
+ ]
565
565
  }
566
566
  ]
567
567
  ]
@@ -590,50 +590,50 @@
590
590
  "main",
591
591
  {
592
592
  "type": "stack",
593
- "direction": "vertical",
594
- "gap": "lg",
595
593
  "children": [
596
594
  {
597
595
  "gap": "md",
598
- "type": "stack",
599
- "justify": "between",
600
596
  "direction": "horizontal",
601
597
  "children": [
602
598
  {
603
- "type": "stack",
604
- "direction": "horizontal",
605
- "gap": "md",
606
599
  "children": [
607
600
  {
608
- "name": "repeat",
609
- "type": "icon"
601
+ "type": "icon",
602
+ "name": "repeat"
610
603
  },
611
604
  {
612
- "content": "Switch Provider",
613
605
  "variant": "h2",
606
+ "content": "Switch Provider",
614
607
  "type": "typography"
615
608
  }
616
- ]
609
+ ],
610
+ "direction": "horizontal",
611
+ "gap": "md",
612
+ "type": "stack"
617
613
  },
618
614
  {
615
+ "variant": "primary",
619
616
  "label": "Open",
620
- "action": "SWITCH",
621
617
  "icon": "repeat",
622
618
  "type": "button",
623
- "variant": "primary"
619
+ "action": "SWITCH"
624
620
  }
625
- ]
621
+ ],
622
+ "justify": "between",
623
+ "type": "stack"
626
624
  },
627
625
  {
628
626
  "type": "divider"
629
627
  },
630
628
  {
631
629
  "icon": "repeat",
632
- "type": "empty-state",
633
630
  "title": "Nothing open",
634
- "description": "Click Open to view details in a modal overlay."
631
+ "description": "Click Open to view details in a modal overlay.",
632
+ "type": "empty-state"
635
633
  }
636
- ]
634
+ ],
635
+ "gap": "lg",
636
+ "direction": "vertical"
637
637
  }
638
638
  ]
639
639
  ]
@@ -650,8 +650,8 @@
650
650
  "@payload.data",
651
651
  {
652
652
  "emit": {
653
- "failure": "AgentProviderUpdateFailed",
654
- "success": "AgentProviderUpdated"
653
+ "success": "AgentProviderUpdated",
654
+ "failure": "AgentProviderUpdateFailed"
655
655
  }
656
656
  }
657
657
  ],
@@ -672,51 +672,51 @@
672
672
  "render-ui",
673
673
  "main",
674
674
  {
675
- "gap": "lg",
676
675
  "direction": "vertical",
676
+ "gap": "lg",
677
+ "type": "stack",
677
678
  "children": [
678
679
  {
679
680
  "children": [
680
681
  {
681
- "gap": "md",
682
682
  "type": "stack",
683
683
  "direction": "horizontal",
684
+ "gap": "md",
684
685
  "children": [
685
686
  {
686
687
  "name": "repeat",
687
688
  "type": "icon"
688
689
  },
689
690
  {
690
- "variant": "h2",
691
691
  "type": "typography",
692
- "content": "Switch Provider"
692
+ "content": "Switch Provider",
693
+ "variant": "h2"
693
694
  }
694
695
  ]
695
696
  },
696
697
  {
697
698
  "variant": "primary",
698
- "action": "SWITCH",
699
699
  "type": "button",
700
+ "action": "SWITCH",
700
701
  "icon": "repeat",
701
702
  "label": "Open"
702
703
  }
703
704
  ],
705
+ "direction": "horizontal",
704
706
  "type": "stack",
705
707
  "justify": "between",
706
- "direction": "horizontal",
707
708
  "gap": "md"
708
709
  },
709
710
  {
710
711
  "type": "divider"
711
712
  },
712
713
  {
713
- "title": "Nothing open",
714
+ "icon": "repeat",
714
715
  "type": "empty-state",
715
- "description": "Click Open to view details in a modal overlay.",
716
- "icon": "repeat"
716
+ "title": "Nothing open",
717
+ "description": "Click Open to view details in a modal overlay."
717
718
  }
718
- ],
719
- "type": "stack"
719
+ ]
720
720
  }
721
721
  ]
722
722
  ]
@@ -734,7 +734,7 @@
734
734
  "event": "AgentProviderLoaded",
735
735
  "description": "Fired when AgentProvider finishes loading",
736
736
  "scope": "internal",
737
- "payload": [
737
+ "payloadSchema": [
738
738
  {
739
739
  "name": "id",
740
740
  "type": "string"
@@ -785,7 +785,7 @@
785
785
  "event": "AgentProviderLoadFailed",
786
786
  "description": "Fired when AgentProvider fails to load",
787
787
  "scope": "internal",
788
- "payload": [
788
+ "payloadSchema": [
789
789
  {
790
790
  "name": "message",
791
791
  "type": "string"
@@ -811,7 +811,7 @@
811
811
  {
812
812
  "key": "SHOW",
813
813
  "name": "Show",
814
- "payload": [
814
+ "payloadSchema": [
815
815
  {
816
816
  "name": "message",
817
817
  "type": "string",
@@ -830,7 +830,7 @@
830
830
  {
831
831
  "key": "AgentProviderLoaded",
832
832
  "name": "AgentProvider loaded",
833
- "payload": [
833
+ "payloadSchema": [
834
834
  {
835
835
  "name": "id",
836
836
  "type": "string"
@@ -880,7 +880,7 @@
880
880
  {
881
881
  "key": "AgentProviderLoadFailed",
882
882
  "name": "AgentProvider load failed",
883
- "payload": [
883
+ "payloadSchema": [
884
884
  {
885
885
  "name": "message",
886
886
  "type": "string"
@@ -926,14 +926,15 @@
926
926
  "main",
927
927
  {
928
928
  "direction": "vertical",
929
- "gap": "lg",
930
- "type": "stack",
931
929
  "children": [
932
930
  {
931
+ "justify": "between",
932
+ "type": "stack",
933
933
  "direction": "horizontal",
934
+ "align": "center",
934
935
  "children": [
935
936
  {
936
- "type": "stack",
937
+ "gap": "md",
937
938
  "children": [
938
939
  {
939
940
  "name": "server",
@@ -941,44 +942,43 @@
941
942
  },
942
943
  {
943
944
  "type": "typography",
944
- "variant": "h2",
945
- "content": "Provider Status"
945
+ "content": "Provider Status",
946
+ "variant": "h2"
946
947
  }
947
948
  ],
949
+ "type": "stack",
948
950
  "direction": "horizontal",
949
- "align": "center",
950
- "gap": "md"
951
+ "align": "center"
951
952
  },
952
953
  {
953
954
  "label": "Dismiss",
954
955
  "action": "HIDE",
956
+ "icon": "x",
955
957
  "variant": "ghost",
956
- "type": "button",
957
- "icon": "x"
958
+ "type": "button"
958
959
  }
959
960
  ],
960
- "type": "stack",
961
- "align": "center",
962
- "gap": "md",
963
- "justify": "between"
961
+ "gap": "md"
964
962
  },
965
963
  {
966
964
  "type": "divider"
967
965
  },
968
966
  {
969
- "variant": "@entity.notificationType",
970
967
  "message": "@entity.message",
971
- "type": "alert"
968
+ "type": "alert",
969
+ "variant": "@entity.notificationType"
972
970
  },
973
971
  {
974
972
  "type": "toast-slot"
975
973
  },
976
974
  {
977
- "type": "alert",
978
975
  "variant": "warning",
976
+ "type": "alert",
979
977
  "message": "@entity.message"
980
978
  }
981
- ]
979
+ ],
980
+ "type": "stack",
981
+ "gap": "lg"
982
982
  }
983
983
  ]
984
984
  ]
@@ -1002,42 +1002,42 @@
1002
1002
  "render-ui",
1003
1003
  "main",
1004
1004
  {
1005
+ "type": "stack",
1005
1006
  "direction": "vertical",
1006
1007
  "gap": "lg",
1007
- "type": "stack",
1008
1008
  "children": [
1009
1009
  {
1010
- "direction": "horizontal",
1010
+ "justify": "between",
1011
1011
  "children": [
1012
1012
  {
1013
+ "type": "stack",
1014
+ "gap": "md",
1013
1015
  "direction": "horizontal",
1014
1016
  "align": "center",
1015
- "gap": "md",
1016
- "type": "stack",
1017
1017
  "children": [
1018
1018
  {
1019
- "name": "server",
1020
- "type": "icon"
1019
+ "type": "icon",
1020
+ "name": "server"
1021
1021
  },
1022
1022
  {
1023
- "variant": "h2",
1024
1023
  "type": "typography",
1024
+ "variant": "h2",
1025
1025
  "content": "Provider Status"
1026
1026
  }
1027
1027
  ]
1028
1028
  },
1029
1029
  {
1030
- "action": "HIDE",
1031
- "variant": "ghost",
1030
+ "icon": "x",
1032
1031
  "type": "button",
1032
+ "action": "HIDE",
1033
1033
  "label": "Dismiss",
1034
- "icon": "x"
1034
+ "variant": "ghost"
1035
1035
  }
1036
1036
  ],
1037
1037
  "type": "stack",
1038
- "gap": "md",
1039
- "justify": "between",
1040
- "align": "center"
1038
+ "direction": "horizontal",
1039
+ "align": "center",
1040
+ "gap": "md"
1041
1041
  },
1042
1042
  {
1043
1043
  "type": "divider"
@@ -1051,9 +1051,9 @@
1051
1051
  "type": "toast-slot"
1052
1052
  },
1053
1053
  {
1054
- "variant": "warning",
1055
1054
  "message": "@entity.message",
1056
- "type": "alert"
1055
+ "type": "alert",
1056
+ "variant": "warning"
1057
1057
  }
1058
1058
  ]
1059
1059
  }
@@ -1084,7 +1084,7 @@
1084
1084
  {
1085
1085
  "event": "SHOW",
1086
1086
  "scope": "internal",
1087
- "payload": [
1087
+ "payloadSchema": [
1088
1088
  {
1089
1089
  "name": "message",
1090
1090
  "type": "string",
@@ -1100,7 +1100,7 @@
1100
1100
  "event": "AgentProviderLoaded",
1101
1101
  "description": "Fired when AgentProvider finishes loading",
1102
1102
  "scope": "internal",
1103
- "payload": [
1103
+ "payloadSchema": [
1104
1104
  {
1105
1105
  "name": "id",
1106
1106
  "type": "string"
@@ -1151,7 +1151,7 @@
1151
1151
  "event": "AgentProviderLoadFailed",
1152
1152
  "description": "Fired when AgentProvider fails to load",
1153
1153
  "scope": "internal",
1154
- "payload": [
1154
+ "payloadSchema": [
1155
1155
  {
1156
1156
  "name": "message",
1157
1157
  "type": "string"
@@ -1190,7 +1190,7 @@
1190
1190
  {
1191
1191
  "key": "DO_SWITCH",
1192
1192
  "name": "Do Switch",
1193
- "payload": [
1193
+ "payloadSchema": [
1194
1194
  {
1195
1195
  "name": "data",
1196
1196
  "type": "object",
@@ -1213,7 +1213,7 @@
1213
1213
  {
1214
1214
  "key": "AgentProviderLoaded",
1215
1215
  "name": "AgentProvider loaded",
1216
- "payload": [
1216
+ "payloadSchema": [
1217
1217
  {
1218
1218
  "name": "id",
1219
1219
  "type": "string"
@@ -1263,7 +1263,7 @@
1263
1263
  {
1264
1264
  "key": "AgentProviderLoadFailed",
1265
1265
  "name": "AgentProvider load failed",
1266
- "payload": [
1266
+ "payloadSchema": [
1267
1267
  {
1268
1268
  "name": "message",
1269
1269
  "type": "string"
@@ -1431,4 +1431,4 @@
1431
1431
  ]
1432
1432
  }
1433
1433
  ]
1434
- }
1434
+ }