@almadar/std 8.3.0 → 8.4.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 +62 -62
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
  27. package/behaviors/registry/app/organisms/std-cms.orb +469 -469
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
  29. package/behaviors/registry/app/organisms/std-crm.orb +832 -832
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
  37. package/behaviors/registry/app/organisms/std-lms.orb +839 -839
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
  42. package/behaviors/registry/core/atoms/std-browse.orb +53 -53
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
  44. package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
  47. package/behaviors/registry/core/atoms/std-display.orb +383 -383
  48. package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  49. package/behaviors/registry/core/atoms/std-filter.orb +42 -42
  50. package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
  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 +42 -42
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  55. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  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 +52 -52
  59. package/behaviors/registry/core/molecules/std-cart.orb +45 -45
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
  62. package/behaviors/registry/core/molecules/std-list.orb +46 -46
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
  64. package/behaviors/registry/game/atoms/std-collision.orb +121 -121
  65. package/behaviors/registry/game/atoms/std-combat.orb +68 -68
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +306 -306
  70. package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  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 +274 -274
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
  83. package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
  84. package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
  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 +42 -42
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  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 +52 -52
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  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 +274 -274
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
  187. package/package.json +1 -1
@@ -269,8 +269,8 @@
269
269
  "AgentSession",
270
270
  {
271
271
  "emit": {
272
- "success": "AgentSessionLoaded",
273
- "failure": "AgentSessionLoadFailed"
272
+ "failure": "AgentSessionLoadFailed",
273
+ "success": "AgentSessionLoaded"
274
274
  }
275
275
  }
276
276
  ],
@@ -278,22 +278,22 @@
278
278
  "render-ui",
279
279
  "main",
280
280
  {
281
- "direction": "vertical",
282
- "gap": "md",
283
- "align": "center",
284
281
  "className": "py-12",
282
+ "align": "center",
283
+ "gap": "md",
284
+ "type": "stack",
285
285
  "children": [
286
286
  {
287
287
  "type": "spinner"
288
288
  },
289
289
  {
290
- "content": "Loading sessions…",
291
290
  "type": "typography",
291
+ "color": "muted",
292
292
  "variant": "caption",
293
- "color": "muted"
293
+ "content": "Loading sessions…"
294
294
  }
295
295
  ],
296
- "type": "stack"
296
+ "direction": "vertical"
297
297
  }
298
298
  ]
299
299
  ]
@@ -307,24 +307,26 @@
307
307
  "render-ui",
308
308
  "main",
309
309
  {
310
+ "direction": "vertical",
311
+ "gap": "lg",
310
312
  "className": "max-w-5xl mx-auto w-full",
311
313
  "children": [
312
314
  {
313
- "gap": "sm",
315
+ "direction": "horizontal",
314
316
  "type": "stack",
315
317
  "children": [
316
318
  {
317
- "type": "icon",
318
- "name": "terminal"
319
+ "name": "terminal",
320
+ "type": "icon"
319
321
  },
320
322
  {
321
- "type": "typography",
322
323
  "content": "AgentSession Manager",
323
- "variant": "h2"
324
+ "variant": "h2",
325
+ "type": "typography"
324
326
  }
325
327
  ],
326
328
  "align": "center",
327
- "direction": "horizontal"
329
+ "gap": "sm"
328
330
  },
329
331
  {
330
332
  "type": "divider"
@@ -333,30 +335,31 @@
333
335
  "type": "data-grid",
334
336
  "itemActions": [
335
337
  {
338
+ "event": "FORK",
336
339
  "variant": "secondary",
337
340
  "label": "Fork",
338
- "event": "FORK",
339
341
  "icon": "git-branch"
340
342
  },
341
343
  {
342
344
  "icon": "tag",
343
- "variant": "secondary",
344
345
  "label": "Label",
345
- "event": "LABEL"
346
+ "event": "LABEL",
347
+ "variant": "secondary"
346
348
  },
347
349
  {
348
350
  "label": "End",
351
+ "icon": "square",
349
352
  "variant": "ghost",
350
- "event": "END",
351
- "icon": "square"
353
+ "event": "END"
352
354
  }
353
355
  ],
356
+ "entity": "@payload.data",
354
357
  "fields": [
355
358
  {
356
- "name": "sessionId",
357
359
  "icon": "terminal",
358
- "label": "Session ID",
359
- "variant": "h4"
360
+ "variant": "h4",
361
+ "name": "sessionId",
362
+ "label": "Session ID"
360
363
  },
361
364
  {
362
365
  "name": "status",
@@ -364,17 +367,14 @@
364
367
  "variant": "badge"
365
368
  },
366
369
  {
367
- "label": "Label",
368
370
  "name": "label",
371
+ "label": "Label",
369
372
  "variant": "caption"
370
373
  }
371
- ],
372
- "entity": "@payload.data"
374
+ ]
373
375
  }
374
376
  ],
375
- "gap": "lg",
376
- "type": "stack",
377
- "direction": "vertical"
377
+ "type": "stack"
378
378
  }
379
379
  ]
380
380
  ]
@@ -388,36 +388,36 @@
388
388
  "render-ui",
389
389
  "main",
390
390
  {
391
- "direction": "vertical",
392
391
  "align": "center",
393
- "gap": "md",
394
- "type": "stack",
395
392
  "className": "py-12",
393
+ "direction": "vertical",
396
394
  "children": [
397
395
  {
398
- "name": "alert-triangle",
399
396
  "color": "destructive",
397
+ "name": "alert-triangle",
400
398
  "type": "icon"
401
399
  },
402
400
  {
403
- "content": "Failed to load sessions",
404
401
  "variant": "h3",
405
- "type": "typography"
402
+ "type": "typography",
403
+ "content": "Failed to load sessions"
406
404
  },
407
405
  {
408
406
  "color": "muted",
409
- "variant": "body",
410
407
  "content": "@payload.error",
411
- "type": "typography"
408
+ "type": "typography",
409
+ "variant": "body"
412
410
  },
413
411
  {
414
- "label": "Retry",
415
412
  "action": "INIT",
413
+ "variant": "primary",
414
+ "label": "Retry",
416
415
  "type": "button",
417
- "icon": "rotate-ccw",
418
- "variant": "primary"
416
+ "icon": "rotate-ccw"
419
417
  }
420
- ]
418
+ ],
419
+ "gap": "md",
420
+ "type": "stack"
421
421
  }
422
422
  ]
423
423
  ]
@@ -432,8 +432,8 @@
432
432
  "AgentSession",
433
433
  {
434
434
  "emit": {
435
- "failure": "AgentSessionLoadFailed",
436
- "success": "AgentSessionLoaded"
435
+ "success": "AgentSessionLoaded",
436
+ "failure": "AgentSessionLoadFailed"
437
437
  }
438
438
  }
439
439
  ],
@@ -456,15 +456,16 @@
456
456
  "main",
457
457
  {
458
458
  "type": "stack",
459
+ "className": "max-w-5xl mx-auto w-full",
459
460
  "children": [
460
461
  {
461
462
  "gap": "sm",
462
- "type": "stack",
463
463
  "align": "center",
464
+ "type": "stack",
464
465
  "children": [
465
466
  {
466
- "type": "icon",
467
- "name": "terminal"
467
+ "name": "terminal",
468
+ "type": "icon"
468
469
  },
469
470
  {
470
471
  "content": "AgentSession Manager",
@@ -478,37 +479,20 @@
478
479
  "type": "divider"
479
480
  },
480
481
  {
481
- "fields": [
482
- {
483
- "name": "sessionId",
484
- "icon": "terminal",
485
- "variant": "h4",
486
- "label": "Session ID"
487
- },
488
- {
489
- "name": "status",
490
- "label": "Status",
491
- "variant": "badge"
492
- },
493
- {
494
- "name": "label",
495
- "variant": "caption",
496
- "label": "Label"
497
- }
498
- ],
482
+ "type": "data-grid",
499
483
  "entity": "@payload.data",
500
484
  "itemActions": [
501
485
  {
502
486
  "variant": "secondary",
503
- "icon": "git-branch",
504
487
  "label": "Fork",
505
- "event": "FORK"
488
+ "event": "FORK",
489
+ "icon": "git-branch"
506
490
  },
507
491
  {
508
- "variant": "secondary",
509
492
  "label": "Label",
493
+ "icon": "tag",
510
494
  "event": "LABEL",
511
- "icon": "tag"
495
+ "variant": "secondary"
512
496
  },
513
497
  {
514
498
  "label": "End",
@@ -517,12 +501,28 @@
517
501
  "variant": "ghost"
518
502
  }
519
503
  ],
520
- "type": "data-grid"
504
+ "fields": [
505
+ {
506
+ "label": "Session ID",
507
+ "name": "sessionId",
508
+ "variant": "h4",
509
+ "icon": "terminal"
510
+ },
511
+ {
512
+ "name": "status",
513
+ "label": "Status",
514
+ "variant": "badge"
515
+ },
516
+ {
517
+ "label": "Label",
518
+ "variant": "caption",
519
+ "name": "label"
520
+ }
521
+ ]
521
522
  }
522
523
  ],
523
524
  "direction": "vertical",
524
- "gap": "lg",
525
- "className": "max-w-5xl mx-auto w-full"
525
+ "gap": "lg"
526
526
  }
527
527
  ]
528
528
  ]
@@ -538,9 +538,9 @@
538
538
  {
539
539
  "children": [
540
540
  {
541
- "color": "destructive",
541
+ "type": "icon",
542
542
  "name": "alert-triangle",
543
- "type": "icon"
543
+ "color": "destructive"
544
544
  },
545
545
  {
546
546
  "type": "typography",
@@ -548,24 +548,24 @@
548
548
  "content": "Failed to load sessions"
549
549
  },
550
550
  {
551
- "color": "muted",
551
+ "variant": "body",
552
552
  "type": "typography",
553
- "content": "@payload.error",
554
- "variant": "body"
553
+ "color": "muted",
554
+ "content": "@payload.error"
555
555
  },
556
556
  {
557
557
  "label": "Retry",
558
- "action": "INIT",
559
558
  "variant": "primary",
559
+ "action": "INIT",
560
560
  "type": "button",
561
561
  "icon": "rotate-ccw"
562
562
  }
563
563
  ],
564
- "direction": "vertical",
564
+ "align": "center",
565
565
  "type": "stack",
566
566
  "className": "py-12",
567
- "gap": "md",
568
- "align": "center"
567
+ "direction": "vertical",
568
+ "gap": "md"
569
569
  }
570
570
  ]
571
571
  ]
@@ -791,39 +791,39 @@
791
791
  "render-ui",
792
792
  "modal",
793
793
  {
794
+ "direction": "vertical",
795
+ "type": "stack",
794
796
  "children": [
795
797
  {
796
798
  "direction": "horizontal",
797
- "type": "stack",
798
799
  "children": [
799
800
  {
800
- "type": "icon",
801
- "name": "tag"
801
+ "name": "tag",
802
+ "type": "icon"
802
803
  },
803
804
  {
804
- "variant": "h3",
805
+ "type": "typography",
805
806
  "content": "Label Session",
806
- "type": "typography"
807
+ "variant": "h3"
807
808
  }
808
809
  ],
810
+ "type": "stack",
809
811
  "gap": "sm"
810
812
  },
811
813
  {
812
814
  "type": "divider"
813
815
  },
814
816
  {
815
- "submitEvent": "SAVE",
816
817
  "entity": "@payload.row",
817
- "fields": [
818
- "label"
819
- ],
818
+ "mode": "edit",
820
819
  "type": "form-section",
820
+ "submitEvent": "SAVE",
821
821
  "cancelEvent": "CLOSE",
822
- "mode": "edit"
822
+ "fields": [
823
+ "label"
824
+ ]
823
825
  }
824
826
  ],
825
- "type": "stack",
826
- "direction": "vertical",
827
827
  "gap": "md"
828
828
  }
829
829
  ]
@@ -860,8 +860,8 @@
860
860
  "@payload.data",
861
861
  {
862
862
  "emit": {
863
- "success": "AgentSessionUpdated",
864
- "failure": "AgentSessionUpdateFailed"
863
+ "failure": "AgentSessionUpdateFailed",
864
+ "success": "AgentSessionUpdated"
865
865
  }
866
866
  }
867
867
  ],
@@ -1157,8 +1157,8 @@
1157
1157
  {
1158
1158
  "icon": "git-branch",
1159
1159
  "type": "empty-state",
1160
- "title": "Session",
1161
- "description": "Session is ready"
1160
+ "description": "Session is ready",
1161
+ "title": "Session"
1162
1162
  }
1163
1163
  ]
1164
1164
  ]
@@ -1182,8 +1182,8 @@
1182
1182
  },
1183
1183
  {
1184
1184
  "emit": {
1185
- "failure": "AgentSessionSaveFailed",
1186
- "success": "AgentSessionSaved"
1185
+ "success": "AgentSessionSaved",
1186
+ "failure": "AgentSessionSaveFailed"
1187
1187
  }
1188
1188
  }
1189
1189
  ],
@@ -1217,13 +1217,13 @@
1217
1217
  "update",
1218
1218
  "AgentSession",
1219
1219
  {
1220
- "status": "ended",
1221
- "id": "@payload.row.id"
1220
+ "id": "@payload.row.id",
1221
+ "status": "ended"
1222
1222
  },
1223
1223
  {
1224
1224
  "emit": {
1225
- "failure": "AgentSessionUpdateFailed",
1226
- "success": "AgentSessionUpdated"
1225
+ "success": "AgentSessionUpdated",
1226
+ "failure": "AgentSessionUpdateFailed"
1227
1227
  }
1228
1228
  }
1229
1229
  ],
@@ -1279,8 +1279,8 @@
1279
1279
  "update",
1280
1280
  "AgentSession",
1281
1281
  {
1282
- "id": "@payload.row.id",
1283
- "status": "ended"
1282
+ "status": "ended",
1283
+ "id": "@payload.row.id"
1284
1284
  },
1285
1285
  {
1286
1286
  "emit": {
@@ -1308,8 +1308,8 @@
1308
1308
  "AgentSession",
1309
1309
  {
1310
1310
  "emit": {
1311
- "success": "AgentSessionLoaded",
1312
- "failure": "AgentSessionLoadFailed"
1311
+ "failure": "AgentSessionLoadFailed",
1312
+ "success": "AgentSessionLoaded"
1313
1313
  }
1314
1314
  }
1315
1315
  ],
@@ -1318,9 +1318,9 @@
1318
1318
  "main",
1319
1319
  {
1320
1320
  "type": "empty-state",
1321
- "description": "Session is ready",
1321
+ "icon": "git-branch",
1322
1322
  "title": "Session",
1323
- "icon": "git-branch"
1323
+ "description": "Session is ready"
1324
1324
  }
1325
1325
  ]
1326
1326
  ]
@@ -1338,9 +1338,9 @@
1338
1338
  "create",
1339
1339
  "AgentSession",
1340
1340
  {
1341
- "status": "forked",
1342
1341
  "parentId": "@payload.row.id",
1343
- "createdAt": "@now"
1342
+ "createdAt": "@now",
1343
+ "status": "forked"
1344
1344
  },
1345
1345
  {
1346
1346
  "emit": {