@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
@@ -269,8 +269,8 @@
269
269
  "AgentSession",
270
270
  {
271
271
  "emit": {
272
- "failure": "AgentSessionLoadFailed",
273
- "success": "AgentSessionLoaded"
272
+ "success": "AgentSessionLoaded",
273
+ "failure": "AgentSessionLoadFailed"
274
274
  }
275
275
  }
276
276
  ],
@@ -280,20 +280,20 @@
280
280
  {
281
281
  "direction": "vertical",
282
282
  "gap": "md",
283
+ "align": "center",
284
+ "className": "py-12",
283
285
  "children": [
284
286
  {
285
287
  "type": "spinner"
286
288
  },
287
289
  {
288
- "type": "typography",
289
290
  "content": "Loading sessions…",
291
+ "type": "typography",
290
292
  "variant": "caption",
291
293
  "color": "muted"
292
294
  }
293
295
  ],
294
- "type": "stack",
295
- "align": "center",
296
- "className": "py-12"
296
+ "type": "stack"
297
297
  }
298
298
  ]
299
299
  ]
@@ -307,10 +307,9 @@
307
307
  "render-ui",
308
308
  "main",
309
309
  {
310
- "direction": "vertical",
310
+ "className": "max-w-5xl mx-auto w-full",
311
311
  "children": [
312
312
  {
313
- "align": "center",
314
313
  "gap": "sm",
315
314
  "type": "stack",
316
315
  "children": [
@@ -324,57 +323,58 @@
324
323
  "variant": "h2"
325
324
  }
326
325
  ],
326
+ "align": "center",
327
327
  "direction": "horizontal"
328
328
  },
329
329
  {
330
330
  "type": "divider"
331
331
  },
332
332
  {
333
- "fields": [
334
- {
335
- "name": "sessionId",
336
- "label": "Session ID",
337
- "variant": "h4",
338
- "icon": "terminal"
339
- },
340
- {
341
- "name": "status",
342
- "variant": "badge",
343
- "label": "Status"
344
- },
345
- {
346
- "label": "Label",
347
- "name": "label",
348
- "variant": "caption"
349
- }
350
- ],
351
333
  "type": "data-grid",
352
- "entity": "@payload.data",
353
334
  "itemActions": [
354
335
  {
355
- "icon": "git-branch",
356
336
  "variant": "secondary",
357
337
  "label": "Fork",
358
- "event": "FORK"
338
+ "event": "FORK",
339
+ "icon": "git-branch"
359
340
  },
360
341
  {
361
- "event": "LABEL",
342
+ "icon": "tag",
362
343
  "variant": "secondary",
363
344
  "label": "Label",
364
- "icon": "tag"
345
+ "event": "LABEL"
365
346
  },
366
347
  {
367
348
  "label": "End",
368
- "icon": "square",
349
+ "variant": "ghost",
369
350
  "event": "END",
370
- "variant": "ghost"
351
+ "icon": "square"
371
352
  }
372
- ]
353
+ ],
354
+ "fields": [
355
+ {
356
+ "name": "sessionId",
357
+ "icon": "terminal",
358
+ "label": "Session ID",
359
+ "variant": "h4"
360
+ },
361
+ {
362
+ "name": "status",
363
+ "label": "Status",
364
+ "variant": "badge"
365
+ },
366
+ {
367
+ "label": "Label",
368
+ "name": "label",
369
+ "variant": "caption"
370
+ }
371
+ ],
372
+ "entity": "@payload.data"
373
373
  }
374
374
  ],
375
375
  "gap": "lg",
376
- "className": "max-w-5xl mx-auto w-full",
377
- "type": "stack"
376
+ "type": "stack",
377
+ "direction": "vertical"
378
378
  }
379
379
  ]
380
380
  ]
@@ -388,11 +388,11 @@
388
388
  "render-ui",
389
389
  "main",
390
390
  {
391
- "type": "stack",
392
- "gap": "md",
391
+ "direction": "vertical",
393
392
  "align": "center",
393
+ "gap": "md",
394
+ "type": "stack",
394
395
  "className": "py-12",
395
- "direction": "vertical",
396
396
  "children": [
397
397
  {
398
398
  "name": "alert-triangle",
@@ -400,22 +400,22 @@
400
400
  "type": "icon"
401
401
  },
402
402
  {
403
- "variant": "h3",
404
403
  "content": "Failed to load sessions",
404
+ "variant": "h3",
405
405
  "type": "typography"
406
406
  },
407
407
  {
408
- "type": "typography",
409
408
  "color": "muted",
410
409
  "variant": "body",
411
- "content": "@payload.error"
410
+ "content": "@payload.error",
411
+ "type": "typography"
412
412
  },
413
413
  {
414
414
  "label": "Retry",
415
415
  "action": "INIT",
416
+ "type": "button",
416
417
  "icon": "rotate-ccw",
417
- "variant": "primary",
418
- "type": "button"
418
+ "variant": "primary"
419
419
  }
420
420
  ]
421
421
  }
@@ -455,74 +455,74 @@
455
455
  "render-ui",
456
456
  "main",
457
457
  {
458
- "className": "max-w-5xl mx-auto w-full",
458
+ "type": "stack",
459
459
  "children": [
460
460
  {
461
- "direction": "horizontal",
462
- "align": "center",
461
+ "gap": "sm",
463
462
  "type": "stack",
463
+ "align": "center",
464
464
  "children": [
465
465
  {
466
- "name": "terminal",
467
- "type": "icon"
466
+ "type": "icon",
467
+ "name": "terminal"
468
468
  },
469
469
  {
470
- "variant": "h2",
471
470
  "content": "AgentSession Manager",
472
- "type": "typography"
471
+ "type": "typography",
472
+ "variant": "h2"
473
473
  }
474
474
  ],
475
- "gap": "sm"
475
+ "direction": "horizontal"
476
476
  },
477
477
  {
478
478
  "type": "divider"
479
479
  },
480
480
  {
481
- "itemActions": [
481
+ "fields": [
482
482
  {
483
- "label": "Fork",
484
- "variant": "secondary",
485
- "icon": "git-branch",
486
- "event": "FORK"
483
+ "name": "sessionId",
484
+ "icon": "terminal",
485
+ "variant": "h4",
486
+ "label": "Session ID"
487
487
  },
488
488
  {
489
- "label": "Label",
490
- "event": "LABEL",
491
- "icon": "tag",
492
- "variant": "secondary"
489
+ "name": "status",
490
+ "label": "Status",
491
+ "variant": "badge"
493
492
  },
494
493
  {
495
- "variant": "ghost",
496
- "event": "END",
497
- "label": "End",
498
- "icon": "square"
494
+ "name": "label",
495
+ "variant": "caption",
496
+ "label": "Label"
499
497
  }
500
498
  ],
501
- "type": "data-grid",
502
- "fields": [
499
+ "entity": "@payload.data",
500
+ "itemActions": [
503
501
  {
504
- "icon": "terminal",
505
- "label": "Session ID",
506
- "variant": "h4",
507
- "name": "sessionId"
502
+ "variant": "secondary",
503
+ "icon": "git-branch",
504
+ "label": "Fork",
505
+ "event": "FORK"
508
506
  },
509
507
  {
510
- "variant": "badge",
511
- "label": "Status",
512
- "name": "status"
508
+ "variant": "secondary",
509
+ "label": "Label",
510
+ "event": "LABEL",
511
+ "icon": "tag"
513
512
  },
514
513
  {
515
- "variant": "caption",
516
- "label": "Label",
517
- "name": "label"
514
+ "label": "End",
515
+ "event": "END",
516
+ "icon": "square",
517
+ "variant": "ghost"
518
518
  }
519
519
  ],
520
- "entity": "@payload.data"
520
+ "type": "data-grid"
521
521
  }
522
522
  ],
523
- "type": "stack",
524
523
  "direction": "vertical",
525
- "gap": "lg"
524
+ "gap": "lg",
525
+ "className": "max-w-5xl mx-auto w-full"
526
526
  }
527
527
  ]
528
528
  ]
@@ -536,36 +536,36 @@
536
536
  "render-ui",
537
537
  "main",
538
538
  {
539
- "align": "center",
540
- "type": "stack",
541
- "className": "py-12",
542
539
  "children": [
543
540
  {
544
- "name": "alert-triangle",
545
541
  "color": "destructive",
542
+ "name": "alert-triangle",
546
543
  "type": "icon"
547
544
  },
548
545
  {
549
- "variant": "h3",
550
546
  "type": "typography",
547
+ "variant": "h3",
551
548
  "content": "Failed to load sessions"
552
549
  },
553
550
  {
551
+ "color": "muted",
554
552
  "type": "typography",
555
553
  "content": "@payload.error",
556
- "variant": "body",
557
- "color": "muted"
554
+ "variant": "body"
558
555
  },
559
556
  {
560
- "type": "button",
561
557
  "label": "Retry",
562
558
  "action": "INIT",
563
559
  "variant": "primary",
560
+ "type": "button",
564
561
  "icon": "rotate-ccw"
565
562
  }
566
563
  ],
564
+ "direction": "vertical",
565
+ "type": "stack",
566
+ "className": "py-12",
567
567
  "gap": "md",
568
- "direction": "vertical"
568
+ "align": "center"
569
569
  }
570
570
  ]
571
571
  ]
@@ -775,8 +775,8 @@
775
775
  "AgentSession",
776
776
  {
777
777
  "emit": {
778
- "failure": "AgentSessionLoadFailed",
779
- "success": "AgentSessionLoaded"
778
+ "success": "AgentSessionLoaded",
779
+ "failure": "AgentSessionLoadFailed"
780
780
  }
781
781
  }
782
782
  ]
@@ -791,11 +791,9 @@
791
791
  "render-ui",
792
792
  "modal",
793
793
  {
794
- "type": "stack",
795
- "direction": "vertical",
796
- "gap": "md",
797
794
  "children": [
798
795
  {
796
+ "direction": "horizontal",
799
797
  "type": "stack",
800
798
  "children": [
801
799
  {
@@ -803,28 +801,30 @@
803
801
  "name": "tag"
804
802
  },
805
803
  {
806
- "type": "typography",
807
804
  "variant": "h3",
808
- "content": "Label Session"
805
+ "content": "Label Session",
806
+ "type": "typography"
809
807
  }
810
808
  ],
811
- "gap": "sm",
812
- "direction": "horizontal"
809
+ "gap": "sm"
813
810
  },
814
811
  {
815
812
  "type": "divider"
816
813
  },
817
814
  {
818
- "cancelEvent": "CLOSE",
819
- "mode": "edit",
820
815
  "submitEvent": "SAVE",
821
816
  "entity": "@payload.row",
822
- "type": "form-section",
823
817
  "fields": [
824
818
  "label"
825
- ]
819
+ ],
820
+ "type": "form-section",
821
+ "cancelEvent": "CLOSE",
822
+ "mode": "edit"
826
823
  }
827
- ]
824
+ ],
825
+ "type": "stack",
826
+ "direction": "vertical",
827
+ "gap": "md"
828
828
  }
829
829
  ]
830
830
  ]
@@ -1146,8 +1146,8 @@
1146
1146
  "AgentSession",
1147
1147
  {
1148
1148
  "emit": {
1149
- "success": "AgentSessionLoaded",
1150
- "failure": "AgentSessionLoadFailed"
1149
+ "failure": "AgentSessionLoadFailed",
1150
+ "success": "AgentSessionLoaded"
1151
1151
  }
1152
1152
  }
1153
1153
  ],
@@ -1155,10 +1155,10 @@
1155
1155
  "render-ui",
1156
1156
  "main",
1157
1157
  {
1158
- "title": "Session",
1158
+ "icon": "git-branch",
1159
1159
  "type": "empty-state",
1160
- "description": "Session is ready",
1161
- "icon": "git-branch"
1160
+ "title": "Session",
1161
+ "description": "Session is ready"
1162
1162
  }
1163
1163
  ]
1164
1164
  ]
@@ -1176,14 +1176,14 @@
1176
1176
  "create",
1177
1177
  "AgentSession",
1178
1178
  {
1179
+ "createdAt": "@now",
1179
1180
  "status": "forked",
1180
- "parentId": "@payload.row.id",
1181
- "createdAt": "@now"
1181
+ "parentId": "@payload.row.id"
1182
1182
  },
1183
1183
  {
1184
1184
  "emit": {
1185
- "success": "AgentSessionSaved",
1186
- "failure": "AgentSessionSaveFailed"
1185
+ "failure": "AgentSessionSaveFailed",
1186
+ "success": "AgentSessionSaved"
1187
1187
  }
1188
1188
  }
1189
1189
  ],
@@ -1217,13 +1217,13 @@
1217
1217
  "update",
1218
1218
  "AgentSession",
1219
1219
  {
1220
- "id": "@payload.row.id",
1221
- "status": "ended"
1220
+ "status": "ended",
1221
+ "id": "@payload.row.id"
1222
1222
  },
1223
1223
  {
1224
1224
  "emit": {
1225
- "success": "AgentSessionUpdated",
1226
- "failure": "AgentSessionUpdateFailed"
1225
+ "failure": "AgentSessionUpdateFailed",
1226
+ "success": "AgentSessionUpdated"
1227
1227
  }
1228
1228
  }
1229
1229
  ],
@@ -1250,8 +1250,8 @@
1250
1250
  "AgentSession",
1251
1251
  {
1252
1252
  "createdAt": "@now",
1253
- "status": "forked",
1254
- "parentId": "@payload.row.id"
1253
+ "parentId": "@payload.row.id",
1254
+ "status": "forked"
1255
1255
  },
1256
1256
  {
1257
1257
  "emit": {
@@ -1308,8 +1308,8 @@
1308
1308
  "AgentSession",
1309
1309
  {
1310
1310
  "emit": {
1311
- "failure": "AgentSessionLoadFailed",
1312
- "success": "AgentSessionLoaded"
1311
+ "success": "AgentSessionLoaded",
1312
+ "failure": "AgentSessionLoadFailed"
1313
1313
  }
1314
1314
  }
1315
1315
  ],
@@ -1317,9 +1317,9 @@
1317
1317
  "render-ui",
1318
1318
  "main",
1319
1319
  {
1320
- "title": "Session",
1321
- "description": "Session is ready",
1322
1320
  "type": "empty-state",
1321
+ "description": "Session is ready",
1322
+ "title": "Session",
1323
1323
  "icon": "git-branch"
1324
1324
  }
1325
1325
  ]
@@ -1344,8 +1344,8 @@
1344
1344
  },
1345
1345
  {
1346
1346
  "emit": {
1347
- "failure": "AgentSessionSaveFailed",
1348
- "success": "AgentSessionSaved"
1347
+ "success": "AgentSessionSaved",
1348
+ "failure": "AgentSessionSaveFailed"
1349
1349
  }
1350
1350
  }
1351
1351
  ],
@@ -1368,13 +1368,13 @@
1368
1368
  "update",
1369
1369
  "AgentSession",
1370
1370
  {
1371
- "status": "ended",
1372
- "id": "@payload.row.id"
1371
+ "id": "@payload.row.id",
1372
+ "status": "ended"
1373
1373
  },
1374
1374
  {
1375
1375
  "emit": {
1376
- "success": "AgentSessionUpdated",
1377
- "failure": "AgentSessionUpdateFailed"
1376
+ "failure": "AgentSessionUpdateFailed",
1377
+ "success": "AgentSessionUpdated"
1378
1378
  }
1379
1379
  }
1380
1380
  ],
@@ -1411,4 +1411,4 @@
1411
1411
  ]
1412
1412
  }
1413
1413
  ]
1414
- }
1414
+ }