@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
@@ -325,30 +325,30 @@
325
325
  "type": "divider"
326
326
  },
327
327
  {
328
+ "type": "card",
328
329
  "children": [
329
330
  {
331
+ "direction": "vertical",
332
+ "gap": "md",
330
333
  "children": [
331
334
  {
332
- "content": "Describe the task to plan",
333
335
  "type": "typography",
336
+ "content": "Describe the task to plan",
334
337
  "variant": "body"
335
338
  },
336
339
  {
337
- "entity": "@entity",
338
340
  "type": "form-section",
339
- "mode": "edit",
340
341
  "submitEvent": "PLAN",
342
+ "entity": "@entity",
343
+ "mode": "edit",
341
344
  "fields": [
342
345
  "task"
343
346
  ]
344
347
  }
345
348
  ],
346
- "gap": "md",
347
- "direction": "vertical",
348
349
  "type": "stack"
349
350
  }
350
- ],
351
- "type": "card"
351
+ ]
352
352
  }
353
353
  ]
354
354
  }
@@ -383,10 +383,10 @@
383
383
  "render-ui",
384
384
  "main",
385
385
  {
386
+ "align": "center",
386
387
  "gap": "lg",
387
388
  "direction": "vertical",
388
389
  "type": "stack",
389
- "align": "center",
390
390
  "children": [
391
391
  {
392
392
  "type": "icon",
@@ -439,28 +439,28 @@
439
439
  "render-ui",
440
440
  "main",
441
441
  {
442
+ "gap": "lg",
443
+ "type": "stack",
444
+ "direction": "vertical",
445
+ "align": "center",
442
446
  "children": [
443
447
  {
444
448
  "name": "brain",
445
449
  "type": "icon"
446
450
  },
447
451
  {
452
+ "variant": "h3",
448
453
  "type": "typography",
449
- "content": "Recalling relevant experience...",
450
- "variant": "h3"
454
+ "content": "Recalling relevant experience..."
451
455
  },
452
456
  {
453
457
  "type": "spinner"
454
458
  },
455
459
  {
456
- "type": "badge",
457
- "label": "@entity.category"
460
+ "label": "@entity.category",
461
+ "type": "badge"
458
462
  }
459
- ],
460
- "gap": "lg",
461
- "direction": "vertical",
462
- "type": "stack",
463
- "align": "center"
463
+ ]
464
464
  }
465
465
  ]
466
466
  ]
@@ -485,32 +485,32 @@
485
485
  "main",
486
486
  {
487
487
  "type": "stack",
488
- "direction": "vertical",
489
488
  "align": "center",
489
+ "direction": "vertical",
490
+ "gap": "lg",
490
491
  "children": [
491
492
  {
492
- "type": "icon",
493
- "name": "alert-triangle"
493
+ "name": "alert-triangle",
494
+ "type": "icon"
494
495
  },
495
496
  {
496
- "type": "typography",
497
497
  "variant": "h2",
498
- "content": "Planning Failed"
498
+ "content": "Planning Failed",
499
+ "type": "typography"
499
500
  },
500
501
  {
501
502
  "type": "alert",
502
- "variant": "error",
503
- "message": "@entity.error"
503
+ "message": "@entity.error",
504
+ "variant": "error"
504
505
  },
505
506
  {
507
+ "type": "button",
506
508
  "label": "Try Again",
507
509
  "icon": "rotate-ccw",
508
- "action": "RESET",
509
- "type": "button",
510
- "variant": "primary"
510
+ "variant": "primary",
511
+ "action": "RESET"
511
512
  }
512
- ],
513
- "gap": "lg"
513
+ ]
514
514
  }
515
515
  ]
516
516
  ]
@@ -556,22 +556,25 @@
556
556
  "render-ui",
557
557
  "main",
558
558
  {
559
- "type": "stack",
559
+ "gap": "lg",
560
560
  "children": [
561
561
  {
562
562
  "name": "cpu",
563
563
  "type": "icon"
564
564
  },
565
565
  {
566
- "content": "Generating plan...",
566
+ "variant": "h3",
567
567
  "type": "typography",
568
- "variant": "h3"
568
+ "content": "Generating plan..."
569
569
  },
570
570
  {
571
571
  "type": "spinner"
572
572
  },
573
573
  {
574
+ "justify": "center",
574
575
  "type": "stack",
576
+ "gap": "md",
577
+ "direction": "horizontal",
575
578
  "children": [
576
579
  {
577
580
  "type": "badge",
@@ -581,14 +584,11 @@
581
584
  "label": "@entity.memoryCount",
582
585
  "type": "badge"
583
586
  }
584
- ],
585
- "direction": "horizontal",
586
- "justify": "center",
587
- "gap": "md"
587
+ ]
588
588
  }
589
589
  ],
590
- "gap": "lg",
591
590
  "align": "center",
591
+ "type": "stack",
592
592
  "direction": "vertical"
593
593
  }
594
594
  ]
@@ -614,16 +614,15 @@
614
614
  "main",
615
615
  {
616
616
  "align": "center",
617
- "gap": "lg",
618
617
  "children": [
619
618
  {
620
- "name": "alert-triangle",
621
- "type": "icon"
619
+ "type": "icon",
620
+ "name": "alert-triangle"
622
621
  },
623
622
  {
624
- "type": "typography",
623
+ "variant": "h2",
625
624
  "content": "Planning Failed",
626
- "variant": "h2"
625
+ "type": "typography"
627
626
  },
628
627
  {
629
628
  "variant": "error",
@@ -631,14 +630,15 @@
631
630
  "type": "alert"
632
631
  },
633
632
  {
634
- "type": "button",
635
- "label": "Try Again",
636
633
  "action": "RESET",
637
- "icon": "rotate-ccw",
638
- "variant": "primary"
634
+ "variant": "primary",
635
+ "label": "Try Again",
636
+ "type": "button",
637
+ "icon": "rotate-ccw"
639
638
  }
640
639
  ],
641
640
  "type": "stack",
641
+ "gap": "lg",
642
642
  "direction": "vertical"
643
643
  }
644
644
  ]
@@ -685,6 +685,9 @@
685
685
  {
686
686
  "children": [
687
687
  {
688
+ "justify": "between",
689
+ "type": "stack",
690
+ "direction": "horizontal",
688
691
  "children": [
689
692
  {
690
693
  "children": [
@@ -699,30 +702,25 @@
699
702
  }
700
703
  ],
701
704
  "type": "stack",
702
- "align": "center",
703
705
  "direction": "horizontal",
704
- "gap": "sm"
706
+ "gap": "sm",
707
+ "align": "center"
705
708
  },
706
709
  {
707
710
  "action": "RESET",
711
+ "label": "New Plan",
708
712
  "variant": "ghost",
709
- "icon": "rotate-ccw",
710
713
  "type": "button",
711
- "label": "New Plan"
714
+ "icon": "rotate-ccw"
712
715
  }
713
716
  ],
714
717
  "align": "center",
715
- "justify": "between",
716
- "direction": "horizontal",
717
- "gap": "sm",
718
- "type": "stack"
718
+ "gap": "sm"
719
719
  },
720
720
  {
721
721
  "type": "divider"
722
722
  },
723
723
  {
724
- "cols": 3.0,
725
- "type": "simple-grid",
726
724
  "children": [
727
725
  {
728
726
  "type": "stat-display",
@@ -732,59 +730,62 @@
732
730
  },
733
731
  {
734
732
  "value": "@entity.confidence",
733
+ "type": "stat-display",
735
734
  "label": "Confidence",
736
- "icon": "target",
737
- "type": "stat-display"
735
+ "icon": "target"
738
736
  },
739
737
  {
740
- "label": "Memories Used",
741
- "type": "stat-display",
742
738
  "icon": "brain",
743
- "value": "@entity.memoryCount"
739
+ "value": "@entity.memoryCount",
740
+ "label": "Memories Used",
741
+ "type": "stat-display"
744
742
  }
745
- ]
743
+ ],
744
+ "type": "simple-grid",
745
+ "cols": 3.0
746
746
  },
747
747
  {
748
748
  "type": "divider"
749
749
  },
750
750
  {
751
- "type": "card",
752
751
  "children": [
753
752
  {
754
- "gap": "md",
755
753
  "type": "stack",
756
754
  "direction": "vertical",
757
755
  "children": [
758
756
  {
757
+ "type": "typography",
759
758
  "variant": "caption",
760
- "content": "Task",
761
- "type": "typography"
759
+ "content": "Task"
762
760
  },
763
761
  {
764
- "content": "@entity.task",
765
762
  "variant": "body",
766
- "type": "typography"
763
+ "type": "typography",
764
+ "content": "@entity.task"
767
765
  },
768
766
  {
769
767
  "type": "divider"
770
768
  },
771
769
  {
772
770
  "content": "Execution Plan",
773
- "variant": "caption",
774
- "type": "typography"
771
+ "type": "typography",
772
+ "variant": "caption"
775
773
  },
776
774
  {
775
+ "type": "typography",
777
776
  "content": "@entity.steps",
778
- "variant": "body",
779
- "type": "typography"
777
+ "variant": "body"
780
778
  }
781
- ]
779
+ ],
780
+ "gap": "md"
782
781
  }
783
- ]
782
+ ],
783
+ "type": "card"
784
784
  },
785
785
  {
786
786
  "children": [
787
787
  {
788
+ "type": "stack",
788
789
  "children": [
789
790
  {
790
791
  "type": "typography",
@@ -793,21 +794,20 @@
793
794
  },
794
795
  {
795
796
  "type": "typography",
796
- "content": "@entity.relevantMemories",
797
- "variant": "body"
797
+ "variant": "body",
798
+ "content": "@entity.relevantMemories"
798
799
  }
799
800
  ],
800
- "type": "stack",
801
- "direction": "vertical",
802
- "gap": "sm"
801
+ "gap": "sm",
802
+ "direction": "vertical"
803
803
  }
804
804
  ],
805
805
  "type": "card"
806
806
  }
807
807
  ],
808
+ "gap": "lg",
808
809
  "direction": "vertical",
809
- "type": "stack",
810
- "gap": "lg"
810
+ "type": "stack"
811
811
  }
812
812
  ]
813
813
  ]
@@ -832,11 +832,13 @@
832
832
  "main",
833
833
  {
834
834
  "align": "center",
835
+ "direction": "vertical",
835
836
  "type": "stack",
837
+ "gap": "lg",
836
838
  "children": [
837
839
  {
838
- "name": "alert-triangle",
839
- "type": "icon"
840
+ "type": "icon",
841
+ "name": "alert-triangle"
840
842
  },
841
843
  {
842
844
  "variant": "h2",
@@ -844,20 +846,18 @@
844
846
  "content": "Planning Failed"
845
847
  },
846
848
  {
849
+ "variant": "error",
847
850
  "message": "@entity.error",
848
- "type": "alert",
849
- "variant": "error"
851
+ "type": "alert"
850
852
  },
851
853
  {
854
+ "type": "button",
852
855
  "label": "Try Again",
853
856
  "action": "RESET",
854
857
  "variant": "primary",
855
- "type": "button",
856
858
  "icon": "rotate-ccw"
857
859
  }
858
- ],
859
- "direction": "vertical",
860
- "gap": "lg"
860
+ ]
861
861
  }
862
862
  ]
863
863
  ]
@@ -913,7 +913,6 @@
913
913
  {
914
914
  "children": [
915
915
  {
916
- "type": "stack",
917
916
  "children": [
918
917
  {
919
918
  "type": "icon",
@@ -925,43 +924,44 @@
925
924
  "variant": "h2"
926
925
  }
927
926
  ],
928
- "direction": "horizontal",
929
927
  "gap": "sm",
930
- "align": "center"
928
+ "align": "center",
929
+ "direction": "horizontal",
930
+ "type": "stack"
931
931
  },
932
932
  {
933
933
  "type": "divider"
934
934
  },
935
935
  {
936
+ "type": "card",
936
937
  "children": [
937
938
  {
938
- "direction": "vertical",
939
- "type": "stack",
939
+ "gap": "md",
940
940
  "children": [
941
941
  {
942
- "type": "typography",
943
942
  "content": "Describe the task to plan",
944
- "variant": "body"
943
+ "variant": "body",
944
+ "type": "typography"
945
945
  },
946
946
  {
947
- "entity": "@entity",
948
947
  "type": "form-section",
948
+ "submitEvent": "PLAN",
949
949
  "fields": [
950
950
  "task"
951
951
  ],
952
- "mode": "edit",
953
- "submitEvent": "PLAN"
952
+ "entity": "@entity",
953
+ "mode": "edit"
954
954
  }
955
955
  ],
956
- "gap": "md"
956
+ "type": "stack",
957
+ "direction": "vertical"
957
958
  }
958
- ],
959
- "type": "card"
959
+ ]
960
960
  }
961
961
  ],
962
- "type": "stack",
962
+ "direction": "vertical",
963
963
  "gap": "lg",
964
- "direction": "vertical"
964
+ "type": "stack"
965
965
  }
966
966
  ]
967
967
  ]
@@ -975,16 +975,16 @@
975
975
  "name": "PlannerTaskInput",
976
976
  "linkedEntity": "AgentPlanner",
977
977
  "config": {
978
+ "icon": "plus-circle",
978
979
  "fields": [
979
980
  "task"
980
981
  ],
981
982
  "title": "New Task",
982
- "mode": "create",
983
- "icon": "plus-circle"
983
+ "mode": "create"
984
984
  },
985
985
  "events": {
986
- "SAVE": "PLAN",
987
- "OPEN": "NEW_TASK"
986
+ "OPEN": "NEW_TASK",
987
+ "SAVE": "PLAN"
988
988
  }
989
989
  },
990
990
  {