@almadar/std 10.0.0 → 11.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 +80 -80
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  27. package/behaviors/registry/app/organisms/std-cms.orb +608 -512
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  29. package/behaviors/registry/app/organisms/std-crm.orb +887 -791
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  37. package/behaviors/registry/app/organisms/std-lms.orb +935 -893
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  42. package/behaviors/registry/core/atoms/std-browse.orb +56 -56
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  44. package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  47. package/behaviors/registry/core/atoms/std-display.orb +388 -388
  48. package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  49. package/behaviors/registry/core/atoms/std-filter.orb +47 -47
  50. package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  51. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  52. package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  53. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  55. package/behaviors/registry/core/atoms/std-related.orb +37 -37
  56. package/behaviors/registry/core/atoms/std-search.orb +68 -68
  57. package/behaviors/registry/core/atoms/std-selection.orb +90 -90
  58. package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  59. package/behaviors/registry/core/molecules/std-cart.orb +47 -47
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  62. package/behaviors/registry/core/molecules/std-list.orb +79 -85
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  64. package/behaviors/registry/game/atoms/std-collision.orb +122 -122
  65. package/behaviors/registry/game/atoms/std-combat.orb +66 -66
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +291 -291
  70. package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  83. package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  84. package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  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 +131 -113
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  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 +1097 -1072
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  187. package/package.json +1 -1
@@ -317,22 +317,22 @@
317
317
  "render-ui",
318
318
  "main",
319
319
  {
320
+ "direction": "vertical",
321
+ "gap": "md",
322
+ "align": "center",
323
+ "type": "stack",
324
+ "className": "py-12",
320
325
  "children": [
321
326
  {
322
327
  "type": "spinner"
323
328
  },
324
329
  {
325
- "content": "Loading conversation…",
326
- "type": "typography",
327
330
  "color": "muted",
331
+ "type": "typography",
332
+ "content": "Loading conversation…",
328
333
  "variant": "caption"
329
334
  }
330
- ],
331
- "direction": "vertical",
332
- "type": "stack",
333
- "className": "py-12",
334
- "gap": "md",
335
- "align": "center"
335
+ ]
336
336
  }
337
337
  ]
338
338
  ]
@@ -348,89 +348,89 @@
348
348
  {
349
349
  "direction": "vertical",
350
350
  "type": "stack",
351
+ "gap": "lg",
351
352
  "children": [
352
353
  {
353
- "align": "center",
354
- "direction": "horizontal",
355
- "type": "stack",
356
- "gap": "sm",
357
- "justify": "between",
358
354
  "children": [
359
355
  {
356
+ "gap": "sm",
357
+ "type": "stack",
360
358
  "align": "center",
361
359
  "children": [
362
360
  {
363
- "type": "icon",
364
- "name": "message-circle"
361
+ "name": "message-circle",
362
+ "type": "icon"
365
363
  },
366
364
  {
365
+ "content": "Conversation Thread",
367
366
  "variant": "h2",
368
- "type": "typography",
369
- "content": "Conversation Thread"
367
+ "type": "typography"
370
368
  }
371
369
  ],
372
- "direction": "horizontal",
373
- "gap": "sm",
374
- "type": "stack"
370
+ "direction": "horizontal"
375
371
  },
376
372
  {
377
- "variant": "primary",
378
- "label": "New Message",
379
373
  "action": "COMPOSE",
380
374
  "type": "button",
381
- "icon": "plus"
375
+ "label": "New Message",
376
+ "icon": "plus",
377
+ "variant": "primary"
382
378
  }
383
- ]
379
+ ],
380
+ "direction": "horizontal",
381
+ "gap": "sm",
382
+ "type": "stack",
383
+ "justify": "between",
384
+ "align": "center"
384
385
  },
385
386
  {
386
387
  "type": "divider"
387
388
  },
388
389
  {
390
+ "fields": [],
389
391
  "renderItem": [
390
392
  "fn",
391
393
  "item",
392
394
  {
395
+ "direction": "vertical",
396
+ "type": "stack",
397
+ "gap": "xs",
393
398
  "children": [
394
399
  {
395
- "direction": "horizontal",
396
- "gap": "sm",
397
- "align": "center",
398
- "type": "stack",
399
400
  "children": [
400
401
  {
401
402
  "label": "@item.role",
402
403
  "type": "badge"
403
404
  },
404
405
  {
406
+ "type": "badge",
405
407
  "label": "@item.status",
406
- "variant": "secondary",
407
- "type": "badge"
408
+ "variant": "secondary"
408
409
  },
409
410
  {
410
- "type": "typography",
411
+ "color": "muted",
411
412
  "variant": "caption",
412
413
  "content": "@item.timestamp",
413
- "color": "muted"
414
+ "type": "typography"
414
415
  }
415
- ]
416
+ ],
417
+ "gap": "sm",
418
+ "direction": "horizontal",
419
+ "align": "center",
420
+ "type": "stack"
416
421
  },
417
422
  {
418
- "type": "typography",
423
+ "content": "@item.content",
419
424
  "variant": "body",
420
- "content": "@item.content"
425
+ "type": "typography"
421
426
  }
422
- ],
423
- "direction": "vertical",
424
- "type": "stack",
425
- "gap": "xs"
427
+ ]
426
428
  }
427
429
  ],
428
- "fields": [],
429
- "entity": "@payload.data",
430
- "type": "data-list"
430
+ "type": "data-list",
431
+ "entity": "@payload.data"
431
432
  }
432
- ],
433
- "gap": "lg"
433
+ ]
434
434
  }
435
435
  ]
436
436
  ]
@@ -446,34 +446,34 @@
446
446
  {
447
447
  "children": [
448
448
  {
449
+ "name": "alert-triangle",
449
450
  "type": "icon",
450
- "color": "destructive",
451
- "name": "alert-triangle"
451
+ "color": "destructive"
452
452
  },
453
453
  {
454
- "variant": "h3",
454
+ "content": "Failed to load",
455
455
  "type": "typography",
456
- "content": "Failed to load"
456
+ "variant": "h3"
457
457
  },
458
458
  {
459
- "type": "typography",
460
- "variant": "body",
461
459
  "content": "@payload.error",
462
- "color": "muted"
460
+ "variant": "body",
461
+ "color": "muted",
462
+ "type": "typography"
463
463
  },
464
464
  {
465
- "type": "button",
466
- "label": "Retry",
467
- "variant": "primary",
468
465
  "action": "INIT",
469
- "icon": "rotate-ccw"
466
+ "variant": "primary",
467
+ "icon": "rotate-ccw",
468
+ "type": "button",
469
+ "label": "Retry"
470
470
  }
471
471
  ],
472
472
  "type": "stack",
473
473
  "direction": "vertical",
474
- "gap": "md",
475
474
  "align": "center",
476
- "className": "py-12"
475
+ "className": "py-12",
476
+ "gap": "md"
477
477
  }
478
478
  ]
479
479
  ]
@@ -487,40 +487,40 @@
487
487
  "render-ui",
488
488
  "main",
489
489
  {
490
- "type": "stack",
491
- "direction": "vertical",
490
+ "gap": "lg",
492
491
  "children": [
493
492
  {
494
- "direction": "horizontal",
493
+ "gap": "sm",
495
494
  "align": "center",
495
+ "direction": "horizontal",
496
496
  "children": [
497
497
  {
498
- "name": "message-circle",
499
- "type": "icon"
498
+ "type": "icon",
499
+ "name": "message-circle"
500
500
  },
501
501
  {
502
- "type": "typography",
503
502
  "variant": "h2",
504
- "content": "Conversation Thread"
503
+ "content": "Conversation Thread",
504
+ "type": "typography"
505
505
  }
506
506
  ],
507
- "gap": "sm",
508
507
  "type": "stack"
509
508
  },
510
509
  {
511
510
  "type": "divider"
512
511
  },
513
512
  {
514
- "mode": "create",
515
- "submitEvent": "SEND",
516
- "type": "form-section",
517
- "cancelEvent": "CANCEL_COMPOSE",
518
513
  "fields": [
519
514
  "content"
520
- ]
515
+ ],
516
+ "cancelEvent": "CANCEL_COMPOSE",
517
+ "type": "form-section",
518
+ "mode": "create",
519
+ "submitEvent": "SEND"
521
520
  }
522
521
  ],
523
- "gap": "lg"
522
+ "type": "stack",
523
+ "direction": "vertical"
524
524
  }
525
525
  ]
526
526
  ]
@@ -536,8 +536,8 @@
536
536
  "AgentConversation",
537
537
  {
538
538
  "emit": {
539
- "failure": "AgentConversationDeleteFailed",
540
- "success": "AgentConversationDeleted"
539
+ "success": "AgentConversationDeleted",
540
+ "failure": "AgentConversationDeleteFailed"
541
541
  }
542
542
  }
543
543
  ],
@@ -560,15 +560,15 @@
560
560
  "create",
561
561
  "AgentConversation",
562
562
  {
563
- "timestamp": "@now",
564
- "role": "user",
565
563
  "status": "sent",
566
- "content": "@payload.content"
564
+ "content": "@payload.content",
565
+ "role": "user",
566
+ "timestamp": "@now"
567
567
  },
568
568
  {
569
569
  "emit": {
570
- "failure": "AgentConversationSaveFailed",
571
- "success": "AgentConversationSaved"
570
+ "success": "AgentConversationSaved",
571
+ "failure": "AgentConversationSaveFailed"
572
572
  }
573
573
  }
574
574
  ],
@@ -639,34 +639,34 @@
639
639
  "main",
640
640
  {
641
641
  "align": "center",
642
- "className": "py-12",
643
642
  "children": [
644
643
  {
645
- "color": "destructive",
644
+ "name": "alert-triangle",
646
645
  "type": "icon",
647
- "name": "alert-triangle"
646
+ "color": "destructive"
648
647
  },
649
648
  {
649
+ "type": "typography",
650
650
  "variant": "h3",
651
- "content": "Failed to send",
652
- "type": "typography"
651
+ "content": "Failed to send"
653
652
  },
654
653
  {
655
- "type": "typography",
656
- "variant": "body",
657
654
  "color": "muted",
658
- "content": "@payload.error"
655
+ "content": "@payload.error",
656
+ "variant": "body",
657
+ "type": "typography"
659
658
  },
660
659
  {
660
+ "label": "Retry",
661
+ "variant": "primary",
661
662
  "icon": "rotate-ccw",
662
663
  "action": "INIT",
663
- "type": "button",
664
- "variant": "primary",
665
- "label": "Retry"
664
+ "type": "button"
666
665
  }
667
666
  ],
668
667
  "direction": "vertical",
669
668
  "gap": "md",
669
+ "className": "py-12",
670
670
  "type": "stack"
671
671
  }
672
672
  ]
@@ -705,16 +705,11 @@
705
705
  "render-ui",
706
706
  "main",
707
707
  {
708
- "type": "stack",
709
- "direction": "vertical",
710
- "gap": "md",
711
- "align": "center",
712
- "className": "py-12",
713
708
  "children": [
714
709
  {
715
- "color": "destructive",
716
710
  "type": "icon",
717
- "name": "alert-triangle"
711
+ "name": "alert-triangle",
712
+ "color": "destructive"
718
713
  },
719
714
  {
720
715
  "variant": "h3",
@@ -730,11 +725,16 @@
730
725
  {
731
726
  "variant": "primary",
732
727
  "action": "INIT",
733
- "label": "Retry",
728
+ "type": "button",
734
729
  "icon": "rotate-ccw",
735
- "type": "button"
730
+ "label": "Retry"
736
731
  }
737
- ]
732
+ ],
733
+ "type": "stack",
734
+ "gap": "md",
735
+ "align": "center",
736
+ "direction": "vertical",
737
+ "className": "py-12"
738
738
  }
739
739
  ]
740
740
  ]
@@ -749,8 +749,8 @@
749
749
  "AgentConversation",
750
750
  {
751
751
  "emit": {
752
- "success": "AgentConversationLoaded",
753
- "failure": "AgentConversationLoadFailed"
752
+ "failure": "AgentConversationLoadFailed",
753
+ "success": "AgentConversationLoaded"
754
754
  }
755
755
  }
756
756
  ],
@@ -898,8 +898,8 @@
898
898
  "AgentConversation",
899
899
  {
900
900
  "emit": {
901
- "success": "AgentConversationLoaded",
902
- "failure": "AgentConversationLoadFailed"
901
+ "failure": "AgentConversationLoadFailed",
902
+ "success": "AgentConversationLoaded"
903
903
  }
904
904
  }
905
905
  ],
@@ -907,10 +907,10 @@
907
907
  "render-ui",
908
908
  "main",
909
909
  {
910
- "title": "Conversation",
910
+ "icon": "message-circle",
911
911
  "description": "Conversation is ready",
912
- "type": "empty-state",
913
- "icon": "message-circle"
912
+ "title": "Conversation",
913
+ "type": "empty-state"
914
914
  }
915
915
  ]
916
916
  ]