@almadar/std 10.0.0 → 11.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  27. package/behaviors/registry/app/organisms/std-cms.orb +608 -512
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  29. package/behaviors/registry/app/organisms/std-crm.orb +887 -791
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  37. package/behaviors/registry/app/organisms/std-lms.orb +935 -893
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  42. package/behaviors/registry/core/atoms/std-browse.orb +56 -56
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  44. package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  47. package/behaviors/registry/core/atoms/std-display.orb +388 -388
  48. package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  49. package/behaviors/registry/core/atoms/std-filter.orb +47 -47
  50. package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  51. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  52. package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  53. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  55. package/behaviors/registry/core/atoms/std-related.orb +37 -37
  56. package/behaviors/registry/core/atoms/std-search.orb +68 -68
  57. package/behaviors/registry/core/atoms/std-selection.orb +90 -90
  58. package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  59. package/behaviors/registry/core/molecules/std-cart.orb +47 -47
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  62. package/behaviors/registry/core/molecules/std-list.orb +79 -85
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  64. package/behaviors/registry/game/atoms/std-collision.orb +122 -122
  65. package/behaviors/registry/game/atoms/std-combat.orb +66 -66
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +291 -291
  70. package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  83. package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  84. package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  187. package/package.json +1 -1
@@ -300,6 +300,8 @@
300
300
  "render-ui",
301
301
  "main",
302
302
  {
303
+ "type": "stack",
304
+ "gap": "lg",
303
305
  "children": [
304
306
  {
305
307
  "children": [
@@ -314,9 +316,9 @@
314
316
  }
315
317
  ],
316
318
  "type": "stack",
319
+ "align": "center",
317
320
  "gap": "sm",
318
- "direction": "horizontal",
319
- "align": "center"
321
+ "direction": "horizontal"
320
322
  },
321
323
  {
322
324
  "type": "divider"
@@ -325,9 +327,6 @@
325
327
  "type": "card",
326
328
  "children": [
327
329
  {
328
- "gap": "md",
329
- "type": "stack",
330
- "direction": "vertical",
331
330
  "children": [
332
331
  {
333
332
  "content": "Describe the task to plan",
@@ -339,17 +338,18 @@
339
338
  "task"
340
339
  ],
341
340
  "mode": "edit",
342
- "entity": "@entity",
341
+ "submitEvent": "PLAN",
343
342
  "type": "form-section",
344
- "submitEvent": "PLAN"
343
+ "entity": "@entity"
345
344
  }
346
- ]
345
+ ],
346
+ "gap": "md",
347
+ "type": "stack",
348
+ "direction": "vertical"
347
349
  }
348
350
  ]
349
351
  }
350
352
  ],
351
- "gap": "lg",
352
- "type": "stack",
353
353
  "direction": "vertical"
354
354
  }
355
355
  ]
@@ -383,9 +383,10 @@
383
383
  "render-ui",
384
384
  "main",
385
385
  {
386
+ "gap": "lg",
386
387
  "type": "stack",
387
- "direction": "vertical",
388
388
  "align": "center",
389
+ "direction": "vertical",
389
390
  "children": [
390
391
  {
391
392
  "name": "tag",
@@ -400,12 +401,11 @@
400
401
  "type": "spinner"
401
402
  },
402
403
  {
403
- "type": "typography",
404
+ "content": "@entity.task",
404
405
  "variant": "caption",
405
- "content": "@entity.task"
406
+ "type": "typography"
406
407
  }
407
- ],
408
- "gap": "lg"
408
+ ]
409
409
  }
410
410
  ]
411
411
  ]
@@ -439,17 +439,19 @@
439
439
  "render-ui",
440
440
  "main",
441
441
  {
442
+ "type": "stack",
442
443
  "gap": "lg",
444
+ "direction": "vertical",
443
445
  "align": "center",
444
446
  "children": [
445
447
  {
446
- "type": "icon",
447
- "name": "brain"
448
+ "name": "brain",
449
+ "type": "icon"
448
450
  },
449
451
  {
452
+ "content": "Recalling relevant experience...",
450
453
  "variant": "h3",
451
- "type": "typography",
452
- "content": "Recalling relevant experience..."
454
+ "type": "typography"
453
455
  },
454
456
  {
455
457
  "type": "spinner"
@@ -458,9 +460,7 @@
458
460
  "type": "badge",
459
461
  "label": "@entity.category"
460
462
  }
461
- ],
462
- "direction": "vertical",
463
- "type": "stack"
463
+ ]
464
464
  }
465
465
  ]
466
466
  ]
@@ -484,33 +484,33 @@
484
484
  "render-ui",
485
485
  "main",
486
486
  {
487
+ "gap": "lg",
488
+ "align": "center",
489
+ "direction": "vertical",
490
+ "type": "stack",
487
491
  "children": [
488
492
  {
489
- "name": "alert-triangle",
490
- "type": "icon"
493
+ "type": "icon",
494
+ "name": "alert-triangle"
491
495
  },
492
496
  {
493
497
  "type": "typography",
494
- "variant": "h2",
495
- "content": "Planning Failed"
498
+ "content": "Planning Failed",
499
+ "variant": "h2"
496
500
  },
497
501
  {
502
+ "variant": "error",
498
503
  "message": "@entity.error",
499
- "type": "alert",
500
- "variant": "error"
504
+ "type": "alert"
501
505
  },
502
506
  {
503
- "type": "button",
504
507
  "action": "RESET",
505
- "icon": "rotate-ccw",
506
508
  "label": "Try Again",
507
- "variant": "primary"
509
+ "variant": "primary",
510
+ "icon": "rotate-ccw",
511
+ "type": "button"
508
512
  }
509
- ],
510
- "direction": "vertical",
511
- "type": "stack",
512
- "gap": "lg",
513
- "align": "center"
513
+ ]
514
514
  }
515
515
  ]
516
516
  ]
@@ -556,40 +556,40 @@
556
556
  "render-ui",
557
557
  "main",
558
558
  {
559
- "align": "center",
560
- "gap": "lg",
561
559
  "children": [
562
560
  {
563
561
  "type": "icon",
564
562
  "name": "cpu"
565
563
  },
566
564
  {
567
- "variant": "h3",
568
565
  "type": "typography",
569
- "content": "Generating plan..."
566
+ "content": "Generating plan...",
567
+ "variant": "h3"
570
568
  },
571
569
  {
572
570
  "type": "spinner"
573
571
  },
574
572
  {
573
+ "direction": "horizontal",
575
574
  "gap": "md",
576
- "justify": "center",
575
+ "type": "stack",
577
576
  "children": [
578
577
  {
579
- "type": "badge",
580
- "label": "@entity.category"
578
+ "label": "@entity.category",
579
+ "type": "badge"
581
580
  },
582
581
  {
583
582
  "type": "badge",
584
583
  "label": "@entity.memoryCount"
585
584
  }
586
585
  ],
587
- "type": "stack",
588
- "direction": "horizontal"
586
+ "justify": "center"
589
587
  }
590
588
  ],
591
- "direction": "vertical",
592
- "type": "stack"
589
+ "type": "stack",
590
+ "gap": "lg",
591
+ "align": "center",
592
+ "direction": "vertical"
593
593
  }
594
594
  ]
595
595
  ]
@@ -619,25 +619,25 @@
619
619
  "gap": "lg",
620
620
  "children": [
621
621
  {
622
- "type": "icon",
623
- "name": "alert-triangle"
622
+ "name": "alert-triangle",
623
+ "type": "icon"
624
624
  },
625
625
  {
626
626
  "type": "typography",
627
- "content": "Planning Failed",
628
- "variant": "h2"
627
+ "variant": "h2",
628
+ "content": "Planning Failed"
629
629
  },
630
630
  {
631
- "variant": "error",
632
631
  "type": "alert",
632
+ "variant": "error",
633
633
  "message": "@entity.error"
634
634
  },
635
635
  {
636
636
  "label": "Try Again",
637
- "variant": "primary",
637
+ "action": "RESET",
638
638
  "type": "button",
639
- "icon": "rotate-ccw",
640
- "action": "RESET"
639
+ "variant": "primary",
640
+ "icon": "rotate-ccw"
641
641
  }
642
642
  ]
643
643
  }
@@ -684,41 +684,41 @@
684
684
  "main",
685
685
  {
686
686
  "direction": "vertical",
687
- "type": "stack",
688
687
  "gap": "lg",
688
+ "type": "stack",
689
689
  "children": [
690
690
  {
691
- "direction": "horizontal",
692
- "align": "center",
693
- "gap": "sm",
694
- "justify": "between",
695
- "type": "stack",
696
691
  "children": [
697
692
  {
698
- "align": "center",
693
+ "direction": "horizontal",
694
+ "gap": "sm",
699
695
  "children": [
700
696
  {
701
697
  "name": "check-circle",
702
698
  "type": "icon"
703
699
  },
704
700
  {
701
+ "variant": "h2",
705
702
  "content": "Plan Ready",
706
- "type": "typography",
707
- "variant": "h2"
703
+ "type": "typography"
708
704
  }
709
705
  ],
710
- "gap": "sm",
711
706
  "type": "stack",
712
- "direction": "horizontal"
707
+ "align": "center"
713
708
  },
714
709
  {
715
- "variant": "ghost",
716
710
  "action": "RESET",
711
+ "label": "New Plan",
717
712
  "type": "button",
718
- "icon": "rotate-ccw",
719
- "label": "New Plan"
713
+ "variant": "ghost",
714
+ "icon": "rotate-ccw"
720
715
  }
721
- ]
716
+ ],
717
+ "type": "stack",
718
+ "align": "center",
719
+ "direction": "horizontal",
720
+ "justify": "between",
721
+ "gap": "sm"
722
722
  },
723
723
  {
724
724
  "type": "divider"
@@ -727,22 +727,22 @@
727
727
  "cols": 3.0,
728
728
  "children": [
729
729
  {
730
+ "label": "Category",
730
731
  "value": "@entity.category",
731
- "type": "stat-display",
732
732
  "icon": "tag",
733
- "label": "Category"
733
+ "type": "stat-display"
734
734
  },
735
735
  {
736
736
  "icon": "target",
737
- "type": "stat-display",
738
737
  "value": "@entity.confidence",
739
- "label": "Confidence"
738
+ "label": "Confidence",
739
+ "type": "stat-display"
740
740
  },
741
741
  {
742
+ "value": "@entity.memoryCount",
742
743
  "type": "stat-display",
743
744
  "label": "Memories Used",
744
- "icon": "brain",
745
- "value": "@entity.memoryCount"
745
+ "icon": "brain"
746
746
  }
747
747
  ],
748
748
  "type": "simple-grid"
@@ -754,45 +754,47 @@
754
754
  "type": "card",
755
755
  "children": [
756
756
  {
757
- "gap": "md",
758
757
  "type": "stack",
759
758
  "direction": "vertical",
759
+ "gap": "md",
760
760
  "children": [
761
761
  {
762
- "variant": "caption",
763
762
  "type": "typography",
763
+ "variant": "caption",
764
764
  "content": "Task"
765
765
  },
766
766
  {
767
- "type": "typography",
767
+ "variant": "body",
768
768
  "content": "@entity.task",
769
- "variant": "body"
769
+ "type": "typography"
770
770
  },
771
771
  {
772
772
  "type": "divider"
773
773
  },
774
774
  {
775
+ "variant": "caption",
775
776
  "content": "Execution Plan",
776
- "type": "typography",
777
- "variant": "caption"
777
+ "type": "typography"
778
778
  },
779
779
  {
780
+ "type": "typography",
780
781
  "content": "@entity.steps",
781
- "variant": "body",
782
- "type": "typography"
782
+ "variant": "body"
783
783
  }
784
784
  ]
785
785
  }
786
786
  ]
787
787
  },
788
788
  {
789
+ "type": "card",
789
790
  "children": [
790
791
  {
792
+ "direction": "vertical",
791
793
  "children": [
792
794
  {
793
- "type": "typography",
795
+ "content": "Relevant Memories",
794
796
  "variant": "caption",
795
- "content": "Relevant Memories"
797
+ "type": "typography"
796
798
  },
797
799
  {
798
800
  "content": "@entity.relevantMemories",
@@ -801,11 +803,9 @@
801
803
  }
802
804
  ],
803
805
  "gap": "sm",
804
- "direction": "vertical",
805
806
  "type": "stack"
806
807
  }
807
- ],
808
- "type": "card"
808
+ ]
809
809
  }
810
810
  ]
811
811
  }
@@ -831,33 +831,33 @@
831
831
  "render-ui",
832
832
  "main",
833
833
  {
834
+ "align": "center",
835
+ "direction": "vertical",
836
+ "type": "stack",
837
+ "gap": "lg",
834
838
  "children": [
835
839
  {
836
840
  "name": "alert-triangle",
837
841
  "type": "icon"
838
842
  },
839
843
  {
840
- "content": "Planning Failed",
841
844
  "variant": "h2",
842
- "type": "typography"
845
+ "type": "typography",
846
+ "content": "Planning Failed"
843
847
  },
844
848
  {
845
- "type": "alert",
849
+ "message": "@entity.error",
846
850
  "variant": "error",
847
- "message": "@entity.error"
851
+ "type": "alert"
848
852
  },
849
853
  {
850
- "icon": "rotate-ccw",
851
854
  "label": "Try Again",
852
855
  "action": "RESET",
853
- "type": "button",
854
- "variant": "primary"
856
+ "variant": "primary",
857
+ "icon": "rotate-ccw",
858
+ "type": "button"
855
859
  }
856
- ],
857
- "direction": "vertical",
858
- "type": "stack",
859
- "align": "center",
860
- "gap": "lg"
860
+ ]
861
861
  }
862
862
  ]
863
863
  ]
@@ -916,21 +916,21 @@
916
916
  "gap": "lg",
917
917
  "children": [
918
918
  {
919
+ "type": "stack",
920
+ "direction": "horizontal",
919
921
  "align": "center",
922
+ "gap": "sm",
920
923
  "children": [
921
924
  {
922
- "type": "icon",
923
- "name": "map"
925
+ "name": "map",
926
+ "type": "icon"
924
927
  },
925
928
  {
926
929
  "content": "Task Planner",
927
930
  "type": "typography",
928
931
  "variant": "h2"
929
932
  }
930
- ],
931
- "type": "stack",
932
- "direction": "horizontal",
933
- "gap": "sm"
933
+ ]
934
934
  },
935
935
  {
936
936
  "type": "divider"
@@ -939,25 +939,25 @@
939
939
  "type": "card",
940
940
  "children": [
941
941
  {
942
- "direction": "vertical",
943
- "gap": "md",
944
- "type": "stack",
945
942
  "children": [
946
943
  {
947
- "variant": "body",
948
944
  "type": "typography",
945
+ "variant": "body",
949
946
  "content": "Describe the task to plan"
950
947
  },
951
948
  {
952
- "type": "form-section",
953
949
  "entity": "@entity",
954
- "mode": "edit",
955
950
  "submitEvent": "PLAN",
951
+ "mode": "edit",
956
952
  "fields": [
957
953
  "task"
958
- ]
954
+ ],
955
+ "type": "form-section"
959
956
  }
960
- ]
957
+ ],
958
+ "direction": "vertical",
959
+ "gap": "md",
960
+ "type": "stack"
961
961
  }
962
962
  ]
963
963
  }
@@ -975,16 +975,16 @@
975
975
  "name": "PlannerTaskInput",
976
976
  "linkedEntity": "AgentPlanner",
977
977
  "config": {
978
- "icon": "plus-circle",
979
- "title": "New Task",
980
978
  "mode": "create",
979
+ "title": "New Task",
981
980
  "fields": [
982
981
  "task"
983
- ]
982
+ ],
983
+ "icon": "plus-circle"
984
984
  },
985
985
  "events": {
986
- "OPEN": "NEW_TASK",
987
- "SAVE": "PLAN"
986
+ "SAVE": "PLAN",
987
+ "OPEN": "NEW_TASK"
988
988
  }
989
989
  },
990
990
  {