@almadar/std 13.6.0 → 13.8.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 (174) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
  24. package/behaviors/registry/app/organisms/std-cms.orb +547 -547
  25. package/behaviors/registry/core/atoms/std-browse.orb +36 -36
  26. package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
  27. package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
  28. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
  29. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
  30. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  31. package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
  32. package/behaviors/registry/core/atoms/std-filter.orb +6 -9
  33. package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
  34. package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
  35. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  36. package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
  37. package/behaviors/registry/core/atoms/std-push.orb +48 -90
  38. package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
  39. package/behaviors/registry/core/atoms/std-related.orb +31 -31
  40. package/behaviors/registry/core/atoms/std-search.orb +3 -3
  41. package/behaviors/registry/core/atoms/std-selection.orb +102 -102
  42. package/behaviors/registry/core/atoms/std-stats.orb +64 -64
  43. package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
  44. package/behaviors/registry/core/molecules/std-cart.orb +64 -64
  45. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  46. package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
  47. package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
  48. package/behaviors/registry/core/molecules/std-list.orb +63 -63
  49. package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
  50. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  51. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
  52. package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
  53. package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
  54. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  55. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  56. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
  57. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
  58. package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
  59. package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
  60. package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
  61. package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
  62. package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
  63. package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
  64. package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
  65. package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
  66. package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
  67. package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
  68. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
  69. package/dist/behaviors/behaviors-registry.json +2913 -322
  70. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  71. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
  72. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
  73. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
  74. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
  75. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
  76. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
  77. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
  78. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  79. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
  80. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
  81. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
  82. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
  83. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
  84. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
  85. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
  86. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
  87. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
  88. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
  89. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
  90. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
  91. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
  92. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
  93. package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
  94. package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
  95. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
  96. package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
  97. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
  98. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
  99. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  100. package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
  101. package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
  102. package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
  103. package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
  104. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  105. package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
  106. package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
  107. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
  108. package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
  109. package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
  110. package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
  111. package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
  112. package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
  113. package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
  114. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  115. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
  116. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
  117. package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
  118. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
  119. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  120. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
  121. package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
  122. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
  123. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  124. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  125. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
  126. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
  127. package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
  128. package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
  129. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
  130. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
  131. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
  132. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
  133. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
  134. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
  135. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
  136. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
  137. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
  138. package/dist/behaviors-registry.json +2913 -322
  139. package/dist/index.d.ts +2 -2
  140. package/dist/index.js +26 -13
  141. package/dist/index.js.map +1 -1
  142. package/dist/modules/agent.d.ts +1 -1
  143. package/dist/modules/array.d.ts +1 -1
  144. package/dist/modules/array.js +16 -8
  145. package/dist/modules/array.js.map +1 -1
  146. package/dist/modules/async.d.ts +1 -1
  147. package/dist/modules/composition.d.ts +1 -1
  148. package/dist/modules/contract.d.ts +1 -1
  149. package/dist/modules/core.d.ts +1 -1
  150. package/dist/modules/core.js +6 -3
  151. package/dist/modules/core.js.map +1 -1
  152. package/dist/modules/data.d.ts +1 -1
  153. package/dist/modules/format.d.ts +1 -1
  154. package/dist/modules/graph.d.ts +1 -1
  155. package/dist/modules/index.d.ts +1 -1
  156. package/dist/modules/index.js +26 -13
  157. package/dist/modules/index.js.map +1 -1
  158. package/dist/modules/math.d.ts +1 -1
  159. package/dist/modules/nn.d.ts +1 -1
  160. package/dist/modules/object.d.ts +1 -1
  161. package/dist/modules/object.js +4 -2
  162. package/dist/modules/object.js.map +1 -1
  163. package/dist/modules/os.d.ts +1 -1
  164. package/dist/modules/prob.d.ts +1 -1
  165. package/dist/modules/str.d.ts +1 -1
  166. package/dist/modules/tensor.d.ts +1 -1
  167. package/dist/modules/time.d.ts +1 -1
  168. package/dist/modules/train.d.ts +1 -1
  169. package/dist/modules/validate.d.ts +1 -1
  170. package/dist/registry.d.ts +1 -1
  171. package/dist/registry.js +26 -13
  172. package/dist/registry.js.map +1 -1
  173. package/dist/{types-D7dG8fBF.d.ts → types-CdSN5hnD.d.ts} +43 -0
  174. package/package.json +1 -1
@@ -300,23 +300,26 @@
300
300
  "render-ui",
301
301
  "main",
302
302
  {
303
+ "direction": "vertical",
304
+ "type": "stack",
305
+ "gap": "lg",
303
306
  "children": [
304
307
  {
305
- "gap": "sm",
306
- "type": "stack",
307
308
  "direction": "horizontal",
308
- "align": "center",
309
309
  "children": [
310
310
  {
311
- "name": "map",
312
- "type": "icon"
311
+ "type": "icon",
312
+ "name": "map"
313
313
  },
314
314
  {
315
315
  "type": "typography",
316
316
  "content": "Task Planner",
317
317
  "variant": "h2"
318
318
  }
319
- ]
319
+ ],
320
+ "gap": "sm",
321
+ "type": "stack",
322
+ "align": "center"
320
323
  },
321
324
  {
322
325
  "type": "divider"
@@ -325,32 +328,29 @@
325
328
  "type": "card",
326
329
  "children": [
327
330
  {
328
- "gap": "md",
329
331
  "children": [
330
332
  {
331
- "type": "typography",
333
+ "variant": "body",
332
334
  "content": "Describe the task to plan",
333
- "variant": "body"
335
+ "type": "typography"
334
336
  },
335
337
  {
338
+ "type": "form-section",
336
339
  "submitEvent": "PLAN",
337
340
  "entity": "@entity",
338
- "type": "form-section",
341
+ "mode": "edit",
339
342
  "fields": [
340
343
  "task"
341
- ],
342
- "mode": "edit"
344
+ ]
343
345
  }
344
346
  ],
347
+ "direction": "vertical",
345
348
  "type": "stack",
346
- "direction": "vertical"
349
+ "gap": "md"
347
350
  }
348
351
  ]
349
352
  }
350
- ],
351
- "direction": "vertical",
352
- "type": "stack",
353
- "gap": "lg"
353
+ ]
354
354
  }
355
355
  ]
356
356
  ]
@@ -383,27 +383,27 @@
383
383
  "render-ui",
384
384
  "main",
385
385
  {
386
- "direction": "vertical",
386
+ "gap": "lg",
387
387
  "children": [
388
388
  {
389
- "name": "tag",
390
- "type": "icon"
389
+ "type": "icon",
390
+ "name": "tag"
391
391
  },
392
392
  {
393
- "variant": "h3",
394
393
  "type": "typography",
394
+ "variant": "h3",
395
395
  "content": "Classifying task..."
396
396
  },
397
397
  {
398
398
  "type": "spinner"
399
399
  },
400
400
  {
401
- "content": "@entity.task",
402
401
  "variant": "caption",
403
- "type": "typography"
402
+ "type": "typography",
403
+ "content": "@entity.task"
404
404
  }
405
405
  ],
406
- "gap": "lg",
406
+ "direction": "vertical",
407
407
  "type": "stack",
408
408
  "align": "center"
409
409
  }
@@ -439,13 +439,10 @@
439
439
  "render-ui",
440
440
  "main",
441
441
  {
442
- "type": "stack",
443
- "direction": "vertical",
444
- "gap": "lg",
445
442
  "children": [
446
443
  {
447
- "name": "brain",
448
- "type": "icon"
444
+ "type": "icon",
445
+ "name": "brain"
449
446
  },
450
447
  {
451
448
  "variant": "h3",
@@ -460,7 +457,10 @@
460
457
  "label": "@entity.category"
461
458
  }
462
459
  ],
463
- "align": "center"
460
+ "gap": "lg",
461
+ "type": "stack",
462
+ "align": "center",
463
+ "direction": "vertical"
464
464
  }
465
465
  ]
466
466
  ]
@@ -484,16 +484,15 @@
484
484
  "render-ui",
485
485
  "main",
486
486
  {
487
- "direction": "vertical",
488
487
  "children": [
489
488
  {
490
- "type": "icon",
491
- "name": "alert-triangle"
489
+ "name": "alert-triangle",
490
+ "type": "icon"
492
491
  },
493
492
  {
494
493
  "content": "Planning Failed",
495
- "variant": "h2",
496
- "type": "typography"
494
+ "type": "typography",
495
+ "variant": "h2"
497
496
  },
498
497
  {
499
498
  "message": "@entity.error",
@@ -501,16 +500,17 @@
501
500
  "variant": "error"
502
501
  },
503
502
  {
504
- "variant": "primary",
505
- "label": "Try Again",
503
+ "type": "button",
506
504
  "action": "RESET",
507
505
  "icon": "rotate-ccw",
508
- "type": "button"
506
+ "variant": "primary",
507
+ "label": "Try Again"
509
508
  }
510
509
  ],
511
510
  "gap": "lg",
512
511
  "type": "stack",
513
- "align": "center"
512
+ "align": "center",
513
+ "direction": "vertical"
514
514
  }
515
515
  ]
516
516
  ]
@@ -556,40 +556,40 @@
556
556
  "render-ui",
557
557
  "main",
558
558
  {
559
- "type": "stack",
560
- "gap": "lg",
561
- "align": "center",
562
- "direction": "vertical",
563
559
  "children": [
564
560
  {
565
- "type": "icon",
566
- "name": "cpu"
561
+ "name": "cpu",
562
+ "type": "icon"
567
563
  },
568
564
  {
569
565
  "variant": "h3",
570
- "content": "Generating plan...",
571
- "type": "typography"
566
+ "type": "typography",
567
+ "content": "Generating plan..."
572
568
  },
573
569
  {
574
570
  "type": "spinner"
575
571
  },
576
572
  {
577
- "direction": "horizontal",
578
- "justify": "center",
579
- "type": "stack",
580
573
  "children": [
581
574
  {
582
575
  "label": "@entity.category",
583
576
  "type": "badge"
584
577
  },
585
578
  {
586
- "type": "badge",
587
- "label": "@entity.memoryCount"
579
+ "label": "@entity.memoryCount",
580
+ "type": "badge"
588
581
  }
589
582
  ],
590
- "gap": "md"
583
+ "type": "stack",
584
+ "gap": "md",
585
+ "justify": "center",
586
+ "direction": "horizontal"
591
587
  }
592
- ]
588
+ ],
589
+ "direction": "vertical",
590
+ "gap": "lg",
591
+ "align": "center",
592
+ "type": "stack"
593
593
  }
594
594
  ]
595
595
  ]
@@ -613,33 +613,33 @@
613
613
  "render-ui",
614
614
  "main",
615
615
  {
616
+ "gap": "lg",
617
+ "type": "stack",
618
+ "direction": "vertical",
619
+ "align": "center",
616
620
  "children": [
617
621
  {
618
622
  "type": "icon",
619
623
  "name": "alert-triangle"
620
624
  },
621
625
  {
622
- "content": "Planning Failed",
626
+ "variant": "h2",
623
627
  "type": "typography",
624
- "variant": "h2"
628
+ "content": "Planning Failed"
625
629
  },
626
630
  {
627
- "variant": "error",
628
631
  "message": "@entity.error",
632
+ "variant": "error",
629
633
  "type": "alert"
630
634
  },
631
635
  {
636
+ "action": "RESET",
632
637
  "label": "Try Again",
633
- "type": "button",
634
- "icon": "rotate-ccw",
635
638
  "variant": "primary",
636
- "action": "RESET"
639
+ "icon": "rotate-ccw",
640
+ "type": "button"
637
641
  }
638
- ],
639
- "gap": "lg",
640
- "type": "stack",
641
- "direction": "vertical",
642
- "align": "center"
642
+ ]
643
643
  }
644
644
  ]
645
645
  ]
@@ -683,41 +683,40 @@
683
683
  "render-ui",
684
684
  "main",
685
685
  {
686
- "direction": "vertical",
687
- "gap": "lg",
686
+ "type": "stack",
688
687
  "children": [
689
688
  {
690
- "type": "stack",
691
689
  "align": "center",
690
+ "direction": "horizontal",
691
+ "gap": "sm",
692
+ "type": "stack",
693
+ "justify": "between",
692
694
  "children": [
693
695
  {
696
+ "direction": "horizontal",
694
697
  "type": "stack",
695
- "align": "center",
696
698
  "gap": "sm",
699
+ "align": "center",
697
700
  "children": [
698
701
  {
699
702
  "name": "check-circle",
700
703
  "type": "icon"
701
704
  },
702
705
  {
706
+ "type": "typography",
703
707
  "content": "Plan Ready",
704
- "variant": "h2",
705
- "type": "typography"
708
+ "variant": "h2"
706
709
  }
707
- ],
708
- "direction": "horizontal"
710
+ ]
709
711
  },
710
712
  {
713
+ "type": "button",
711
714
  "action": "RESET",
715
+ "icon": "rotate-ccw",
712
716
  "variant": "ghost",
713
- "type": "button",
714
- "label": "New Plan",
715
- "icon": "rotate-ccw"
717
+ "label": "New Plan"
716
718
  }
717
- ],
718
- "direction": "horizontal",
719
- "gap": "sm",
720
- "justify": "between"
719
+ ]
721
720
  },
722
721
  {
723
722
  "type": "divider"
@@ -725,22 +724,22 @@
725
724
  {
726
725
  "children": [
727
726
  {
727
+ "type": "stat-display",
728
728
  "value": "@entity.category",
729
729
  "label": "Category",
730
- "type": "stat-display",
731
730
  "icon": "tag"
732
731
  },
733
732
  {
734
- "value": "@entity.confidence",
735
733
  "type": "stat-display",
734
+ "icon": "target",
736
735
  "label": "Confidence",
737
- "icon": "target"
736
+ "value": "@entity.confidence"
738
737
  },
739
738
  {
740
739
  "value": "@entity.memoryCount",
741
740
  "icon": "brain",
742
- "label": "Memories Used",
743
- "type": "stat-display"
741
+ "type": "stat-display",
742
+ "label": "Memories Used"
744
743
  }
745
744
  ],
746
745
  "type": "simple-grid",
@@ -753,24 +752,23 @@
753
752
  "type": "card",
754
753
  "children": [
755
754
  {
756
- "type": "stack",
757
755
  "children": [
758
756
  {
759
757
  "variant": "caption",
760
- "type": "typography",
761
- "content": "Task"
758
+ "content": "Task",
759
+ "type": "typography"
762
760
  },
763
761
  {
764
762
  "type": "typography",
765
- "variant": "body",
766
- "content": "@entity.task"
763
+ "content": "@entity.task",
764
+ "variant": "body"
767
765
  },
768
766
  {
769
767
  "type": "divider"
770
768
  },
771
769
  {
772
- "type": "typography",
773
770
  "content": "Execution Plan",
771
+ "type": "typography",
774
772
  "variant": "caption"
775
773
  },
776
774
  {
@@ -780,7 +778,8 @@
780
778
  }
781
779
  ],
782
780
  "direction": "vertical",
783
- "gap": "md"
781
+ "gap": "md",
782
+ "type": "stack"
784
783
  }
785
784
  ]
786
785
  },
@@ -789,25 +788,26 @@
789
788
  "children": [
790
789
  {
791
790
  "gap": "sm",
791
+ "direction": "vertical",
792
+ "type": "stack",
792
793
  "children": [
793
794
  {
795
+ "variant": "caption",
794
796
  "content": "Relevant Memories",
795
- "type": "typography",
796
- "variant": "caption"
797
+ "type": "typography"
797
798
  },
798
799
  {
799
- "variant": "body",
800
800
  "type": "typography",
801
- "content": "@entity.relevantMemories"
801
+ "content": "@entity.relevantMemories",
802
+ "variant": "body"
802
803
  }
803
- ],
804
- "direction": "vertical",
805
- "type": "stack"
804
+ ]
806
805
  }
807
806
  ]
808
807
  }
809
808
  ],
810
- "type": "stack"
809
+ "direction": "vertical",
810
+ "gap": "lg"
811
811
  }
812
812
  ]
813
813
  ]
@@ -832,31 +832,31 @@
832
832
  "main",
833
833
  {
834
834
  "align": "center",
835
+ "gap": "lg",
835
836
  "children": [
836
837
  {
837
- "name": "alert-triangle",
838
- "type": "icon"
838
+ "type": "icon",
839
+ "name": "alert-triangle"
839
840
  },
840
841
  {
841
- "content": "Planning Failed",
842
842
  "variant": "h2",
843
- "type": "typography"
843
+ "type": "typography",
844
+ "content": "Planning Failed"
844
845
  },
845
846
  {
846
- "variant": "error",
847
847
  "message": "@entity.error",
848
+ "variant": "error",
848
849
  "type": "alert"
849
850
  },
850
851
  {
851
- "action": "RESET",
852
- "type": "button",
853
852
  "icon": "rotate-ccw",
853
+ "type": "button",
854
+ "action": "RESET",
854
855
  "variant": "primary",
855
856
  "label": "Try Again"
856
857
  }
857
858
  ],
858
859
  "type": "stack",
859
- "gap": "lg",
860
860
  "direction": "vertical"
861
861
  }
862
862
  ]
@@ -911,57 +911,57 @@
911
911
  "render-ui",
912
912
  "main",
913
913
  {
914
- "direction": "vertical",
914
+ "gap": "lg",
915
915
  "children": [
916
916
  {
917
- "align": "center",
918
917
  "gap": "sm",
918
+ "align": "center",
919
919
  "children": [
920
920
  {
921
921
  "name": "map",
922
922
  "type": "icon"
923
923
  },
924
924
  {
925
- "type": "typography",
926
925
  "content": "Task Planner",
927
- "variant": "h2"
926
+ "variant": "h2",
927
+ "type": "typography"
928
928
  }
929
929
  ],
930
- "direction": "horizontal",
931
- "type": "stack"
930
+ "type": "stack",
931
+ "direction": "horizontal"
932
932
  },
933
933
  {
934
934
  "type": "divider"
935
935
  },
936
936
  {
937
- "type": "card",
938
937
  "children": [
939
938
  {
940
- "type": "stack",
941
939
  "direction": "vertical",
942
940
  "gap": "md",
941
+ "type": "stack",
943
942
  "children": [
944
943
  {
945
944
  "type": "typography",
946
- "content": "Describe the task to plan",
947
- "variant": "body"
945
+ "variant": "body",
946
+ "content": "Describe the task to plan"
948
947
  },
949
948
  {
950
949
  "entity": "@entity",
951
- "mode": "edit",
952
- "submitEvent": "PLAN",
953
- "type": "form-section",
954
950
  "fields": [
955
951
  "task"
956
- ]
952
+ ],
953
+ "type": "form-section",
954
+ "submitEvent": "PLAN",
955
+ "mode": "edit"
957
956
  }
958
957
  ]
959
958
  }
960
- ]
959
+ ],
960
+ "type": "card"
961
961
  }
962
962
  ],
963
963
  "type": "stack",
964
- "gap": "lg"
964
+ "direction": "vertical"
965
965
  }
966
966
  ]
967
967
  ]
@@ -1031,4 +1031,4 @@
1031
1031
  ]
1032
1032
  }
1033
1033
  ]
1034
- }
1034
+ }