@almadar/std 9.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 +55 -59
  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 +55 -59
  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
@@ -294,22 +294,22 @@
294
294
  "render-ui",
295
295
  "main",
296
296
  {
297
- "type": "stack",
298
297
  "direction": "vertical",
299
298
  "gap": "md",
300
- "align": "center",
301
- "className": "py-12",
299
+ "type": "stack",
302
300
  "children": [
303
301
  {
304
302
  "type": "spinner"
305
303
  },
306
304
  {
307
- "variant": "caption",
308
305
  "color": "muted",
309
- "content": "Loading conversation…",
310
- "type": "typography"
306
+ "variant": "caption",
307
+ "type": "typography",
308
+ "content": "Loading conversation…"
311
309
  }
312
- ]
310
+ ],
311
+ "className": "py-12",
312
+ "align": "center"
313
313
  }
314
314
  ]
315
315
  ]
@@ -324,48 +324,48 @@
324
324
  "main",
325
325
  {
326
326
  "type": "stack",
327
- "gap": "lg",
328
327
  "direction": "vertical",
328
+ "gap": "lg",
329
329
  "children": [
330
330
  {
331
- "direction": "horizontal",
332
- "gap": "sm",
333
331
  "justify": "between",
332
+ "gap": "sm",
333
+ "type": "stack",
334
+ "direction": "horizontal",
335
+ "align": "center",
334
336
  "children": [
335
337
  {
336
- "direction": "horizontal",
337
338
  "type": "stack",
338
- "gap": "sm",
339
- "align": "center",
340
339
  "children": [
341
340
  {
342
341
  "name": "message-circle",
343
342
  "type": "icon"
344
343
  },
345
344
  {
346
- "content": "Chat Thread",
347
345
  "type": "typography",
346
+ "content": "Chat Thread",
348
347
  "variant": "h2"
349
348
  }
350
- ]
349
+ ],
350
+ "direction": "horizontal",
351
+ "gap": "sm",
352
+ "align": "center"
351
353
  },
352
354
  {
353
- "action": "COMPOSE",
354
- "type": "button",
355
355
  "icon": "plus",
356
+ "label": "New Message",
357
+ "type": "button",
356
358
  "variant": "primary",
357
- "label": "New Message"
359
+ "action": "COMPOSE"
358
360
  }
359
- ],
360
- "type": "stack",
361
- "align": "center"
361
+ ]
362
362
  },
363
363
  {
364
364
  "type": "divider"
365
365
  },
366
366
  {
367
- "entity": "@payload.data",
368
367
  "fields": [],
368
+ "entity": "@payload.data",
369
369
  "type": "data-list",
370
370
  "renderItem": [
371
371
  "fn",
@@ -376,27 +376,27 @@
376
376
  "gap": "xs",
377
377
  "children": [
378
378
  {
379
+ "align": "center",
380
+ "gap": "sm",
381
+ "type": "stack",
382
+ "direction": "horizontal",
379
383
  "children": [
380
384
  {
381
- "label": "@item.role",
382
- "type": "badge"
385
+ "type": "badge",
386
+ "label": "@item.role"
383
387
  },
384
388
  {
389
+ "variant": "secondary",
385
390
  "label": "@item.status",
386
- "type": "badge",
387
- "variant": "secondary"
391
+ "type": "badge"
388
392
  },
389
393
  {
390
- "variant": "caption",
391
394
  "type": "typography",
395
+ "color": "muted",
392
396
  "content": "@item.timestamp",
393
- "color": "muted"
397
+ "variant": "caption"
394
398
  }
395
- ],
396
- "type": "stack",
397
- "align": "center",
398
- "direction": "horizontal",
399
- "gap": "sm"
399
+ ]
400
400
  },
401
401
  {
402
402
  "type": "typography",
@@ -421,36 +421,36 @@
421
421
  "render-ui",
422
422
  "main",
423
423
  {
424
+ "type": "stack",
424
425
  "direction": "vertical",
425
- "align": "center",
426
+ "className": "py-12",
426
427
  "children": [
427
428
  {
428
429
  "color": "destructive",
429
- "name": "alert-triangle",
430
- "type": "icon"
430
+ "type": "icon",
431
+ "name": "alert-triangle"
431
432
  },
432
433
  {
433
- "variant": "h3",
434
434
  "type": "typography",
435
+ "variant": "h3",
435
436
  "content": "Failed to load conversation"
436
437
  },
437
438
  {
439
+ "type": "typography",
438
440
  "color": "muted",
439
441
  "content": "@payload.error",
440
- "variant": "body",
441
- "type": "typography"
442
+ "variant": "body"
442
443
  },
443
444
  {
444
- "action": "INIT",
445
- "type": "button",
446
- "variant": "primary",
447
445
  "icon": "rotate-ccw",
448
- "label": "Retry"
446
+ "type": "button",
447
+ "label": "Retry",
448
+ "action": "INIT",
449
+ "variant": "primary"
449
450
  }
450
451
  ],
451
- "type": "stack",
452
- "gap": "md",
453
- "className": "py-12"
452
+ "align": "center",
453
+ "gap": "md"
454
454
  }
455
455
  ]
456
456
  ]
@@ -467,46 +467,46 @@
467
467
  "type": "stack",
468
468
  "children": [
469
469
  {
470
- "gap": "sm",
471
- "type": "stack",
470
+ "justify": "between",
471
+ "direction": "horizontal",
472
472
  "align": "center",
473
473
  "children": [
474
474
  {
475
475
  "align": "center",
476
+ "type": "stack",
477
+ "gap": "sm",
476
478
  "children": [
477
479
  {
478
- "type": "icon",
479
- "name": "message-circle"
480
+ "name": "message-circle",
481
+ "type": "icon"
480
482
  },
481
483
  {
482
- "variant": "h2",
484
+ "type": "typography",
483
485
  "content": "Chat Thread",
484
- "type": "typography"
486
+ "variant": "h2"
485
487
  }
486
488
  ],
487
- "gap": "sm",
488
- "type": "stack",
489
489
  "direction": "horizontal"
490
490
  }
491
491
  ],
492
- "justify": "between",
493
- "direction": "horizontal"
492
+ "type": "stack",
493
+ "gap": "sm"
494
494
  },
495
495
  {
496
496
  "type": "divider"
497
497
  },
498
498
  {
499
- "type": "form-section",
500
- "mode": "create",
501
- "cancelEvent": "CANCEL_COMPOSE",
502
- "submitEvent": "SEND",
503
499
  "fields": [
504
500
  "content"
505
- ]
501
+ ],
502
+ "submitEvent": "SEND",
503
+ "mode": "create",
504
+ "type": "form-section",
505
+ "cancelEvent": "CANCEL_COMPOSE"
506
506
  }
507
507
  ],
508
- "gap": "lg",
509
- "direction": "vertical"
508
+ "direction": "vertical",
509
+ "gap": "lg"
510
510
  }
511
511
  ]
512
512
  ]
@@ -522,8 +522,8 @@
522
522
  "AgentChatThread",
523
523
  {
524
524
  "emit": {
525
- "failure": "AgentChatThreadDeleteFailed",
526
- "success": "AgentChatThreadDeleted"
525
+ "success": "AgentChatThreadDeleted",
526
+ "failure": "AgentChatThreadDeleteFailed"
527
527
  }
528
528
  }
529
529
  ],
@@ -531,22 +531,22 @@
531
531
  "render-ui",
532
532
  "main",
533
533
  {
534
- "align": "center",
535
534
  "gap": "md",
536
- "className": "py-12",
537
- "direction": "vertical",
538
535
  "type": "stack",
536
+ "direction": "vertical",
539
537
  "children": [
540
538
  {
541
539
  "type": "spinner"
542
540
  },
543
541
  {
544
- "type": "typography",
545
- "color": "muted",
546
542
  "content": "Clearing conversation…",
543
+ "color": "muted",
544
+ "type": "typography",
547
545
  "variant": "caption"
548
546
  }
549
- ]
547
+ ],
548
+ "align": "center",
549
+ "className": "py-12"
550
550
  }
551
551
  ]
552
552
  ]
@@ -561,10 +561,10 @@
561
561
  "create",
562
562
  "AgentChatThread",
563
563
  {
564
- "timestamp": "@now",
565
564
  "content": "@payload.content",
565
+ "role": "user",
566
566
  "status": "sent",
567
- "role": "user"
567
+ "timestamp": "@now"
568
568
  },
569
569
  {
570
570
  "emit": {
@@ -577,22 +577,22 @@
577
577
  "render-ui",
578
578
  "main",
579
579
  {
580
+ "type": "stack",
580
581
  "align": "center",
581
582
  "className": "py-12",
583
+ "direction": "vertical",
582
584
  "children": [
583
585
  {
584
586
  "type": "spinner"
585
587
  },
586
588
  {
589
+ "variant": "caption",
587
590
  "type": "typography",
588
- "content": "Sending…",
589
591
  "color": "muted",
590
- "variant": "caption"
592
+ "content": "Sending…"
591
593
  }
592
594
  ],
593
- "gap": "md",
594
- "direction": "vertical",
595
- "type": "stack"
595
+ "gap": "md"
596
596
  }
597
597
  ]
598
598
  ]
@@ -654,36 +654,36 @@
654
654
  "render-ui",
655
655
  "main",
656
656
  {
657
- "direction": "vertical",
658
- "align": "center",
659
657
  "className": "py-12",
658
+ "direction": "vertical",
659
+ "gap": "md",
660
660
  "children": [
661
661
  {
662
- "color": "destructive",
662
+ "name": "alert-triangle",
663
663
  "type": "icon",
664
- "name": "alert-triangle"
664
+ "color": "destructive"
665
665
  },
666
666
  {
667
667
  "content": "Failed to send message",
668
- "variant": "h3",
669
- "type": "typography"
668
+ "type": "typography",
669
+ "variant": "h3"
670
670
  },
671
671
  {
672
672
  "variant": "body",
673
673
  "color": "muted",
674
- "type": "typography",
675
- "content": "@payload.error"
674
+ "content": "@payload.error",
675
+ "type": "typography"
676
676
  },
677
677
  {
678
678
  "type": "button",
679
+ "action": "INIT",
679
680
  "label": "Retry",
680
- "icon": "rotate-ccw",
681
681
  "variant": "primary",
682
- "action": "INIT"
682
+ "icon": "rotate-ccw"
683
683
  }
684
684
  ],
685
- "type": "stack",
686
- "gap": "md"
685
+ "align": "center",
686
+ "type": "stack"
687
687
  }
688
688
  ]
689
689
  ]
@@ -721,36 +721,36 @@
721
721
  "render-ui",
722
722
  "main",
723
723
  {
724
+ "type": "stack",
725
+ "direction": "vertical",
726
+ "align": "center",
727
+ "className": "py-12",
724
728
  "children": [
725
729
  {
726
- "color": "destructive",
727
730
  "type": "icon",
728
- "name": "alert-triangle"
731
+ "name": "alert-triangle",
732
+ "color": "destructive"
729
733
  },
730
734
  {
731
- "variant": "h3",
732
735
  "type": "typography",
736
+ "variant": "h3",
733
737
  "content": "Failed to clear conversation"
734
738
  },
735
739
  {
736
- "color": "muted",
737
740
  "type": "typography",
738
741
  "variant": "body",
742
+ "color": "muted",
739
743
  "content": "@payload.error"
740
744
  },
741
745
  {
742
- "icon": "rotate-ccw",
743
746
  "label": "Retry",
747
+ "type": "button",
744
748
  "action": "INIT",
745
749
  "variant": "primary",
746
- "type": "button"
750
+ "icon": "rotate-ccw"
747
751
  }
748
752
  ],
749
- "direction": "vertical",
750
- "className": "py-12",
751
- "type": "stack",
752
- "gap": "md",
753
- "align": "center"
753
+ "gap": "md"
754
754
  }
755
755
  ]
756
756
  ]
@@ -765,8 +765,8 @@
765
765
  "AgentChatThread",
766
766
  {
767
767
  "emit": {
768
- "failure": "AgentChatThreadLoadFailed",
769
- "success": "AgentChatThreadLoaded"
768
+ "success": "AgentChatThreadLoaded",
769
+ "failure": "AgentChatThreadLoadFailed"
770
770
  }
771
771
  }
772
772
  ],