@almadar/std 9.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 +55 -59
  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 +55 -59
  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
@@ -327,55 +327,55 @@
327
327
  "render-ui",
328
328
  "main",
329
329
  {
330
- "type": "stack",
331
330
  "gap": "lg",
331
+ "type": "stack",
332
332
  "direction": "vertical",
333
333
  "children": [
334
334
  {
335
- "type": "stack",
335
+ "direction": "horizontal",
336
336
  "children": [
337
337
  {
338
- "name": "repeat",
339
- "type": "icon"
338
+ "type": "icon",
339
+ "name": "repeat"
340
340
  },
341
341
  {
342
+ "content": "Tool Execution Loop",
342
343
  "type": "typography",
343
- "variant": "h2",
344
- "content": "Tool Execution Loop"
344
+ "variant": "h2"
345
345
  }
346
346
  ],
347
- "direction": "horizontal",
348
347
  "gap": "sm",
349
- "align": "center"
348
+ "align": "center",
349
+ "type": "stack"
350
350
  },
351
351
  {
352
352
  "type": "divider"
353
353
  },
354
354
  {
355
+ "type": "card",
355
356
  "children": [
356
357
  {
357
- "gap": "md",
358
358
  "type": "stack",
359
- "direction": "vertical",
360
359
  "children": [
361
360
  {
362
- "type": "typography",
363
361
  "content": "Describe the task to execute with tools",
364
- "variant": "body"
362
+ "variant": "body",
363
+ "type": "typography"
365
364
  },
366
365
  {
367
- "mode": "edit",
368
- "submitEvent": "EXECUTE",
369
366
  "entity": "@entity",
370
- "type": "form-section",
367
+ "submitEvent": "EXECUTE",
371
368
  "fields": [
372
369
  "task"
373
- ]
370
+ ],
371
+ "type": "form-section",
372
+ "mode": "edit"
374
373
  }
375
- ]
374
+ ],
375
+ "gap": "md",
376
+ "direction": "vertical"
376
377
  }
377
- ],
378
- "type": "card"
378
+ ]
379
379
  }
380
380
  ]
381
381
  }
@@ -418,29 +418,29 @@
418
418
  "render-ui",
419
419
  "main",
420
420
  {
421
+ "align": "center",
422
+ "gap": "lg",
423
+ "type": "stack",
424
+ "direction": "vertical",
421
425
  "children": [
422
426
  {
423
427
  "type": "icon",
424
428
  "name": "brain"
425
429
  },
426
430
  {
427
- "variant": "h3",
428
431
  "content": "Planning execution...",
432
+ "variant": "h3",
429
433
  "type": "typography"
430
434
  },
431
435
  {
432
436
  "type": "spinner"
433
437
  },
434
438
  {
435
- "content": "@entity.task",
436
439
  "type": "typography",
440
+ "content": "@entity.task",
437
441
  "variant": "caption"
438
442
  }
439
- ],
440
- "gap": "lg",
441
- "type": "stack",
442
- "direction": "vertical",
443
- "align": "center"
443
+ ]
444
444
  }
445
445
  ]
446
446
  ]
@@ -478,20 +478,20 @@
478
478
  "render-ui",
479
479
  "main",
480
480
  {
481
- "direction": "vertical",
482
- "gap": "lg",
481
+ "type": "stack",
483
482
  "children": [
484
483
  {
485
484
  "direction": "horizontal",
485
+ "align": "center",
486
486
  "justify": "between",
487
487
  "children": [
488
488
  {
489
- "gap": "sm",
490
- "type": "stack",
489
+ "align": "center",
490
+ "direction": "horizontal",
491
491
  "children": [
492
492
  {
493
- "type": "icon",
494
- "name": "tool"
493
+ "name": "tool",
494
+ "type": "icon"
495
495
  },
496
496
  {
497
497
  "content": "Executing Tool",
@@ -499,29 +499,30 @@
499
499
  "type": "typography"
500
500
  }
501
501
  ],
502
- "align": "center",
503
- "direction": "horizontal"
502
+ "type": "stack",
503
+ "gap": "sm"
504
504
  },
505
505
  {
506
506
  "label": "@entity.maxIterations",
507
507
  "type": "badge"
508
508
  }
509
509
  ],
510
- "align": "center",
511
- "type": "stack",
512
- "gap": "sm"
510
+ "gap": "sm",
511
+ "type": "stack"
513
512
  },
514
513
  {
515
514
  "type": "divider"
516
515
  },
517
516
  {
517
+ "type": "card",
518
518
  "children": [
519
519
  {
520
+ "gap": "sm",
520
521
  "children": [
521
522
  {
522
- "variant": "caption",
523
+ "content": "Current Tool",
523
524
  "type": "typography",
524
- "content": "Current Tool"
525
+ "variant": "caption"
525
526
  },
526
527
  {
527
528
  "content": "@entity.currentTool",
@@ -532,37 +533,36 @@
532
533
  "type": "spinner"
533
534
  }
534
535
  ],
535
- "gap": "sm",
536
- "type": "stack",
537
- "direction": "vertical"
536
+ "direction": "vertical",
537
+ "type": "stack"
538
538
  }
539
- ],
540
- "type": "card"
539
+ ]
541
540
  },
542
541
  {
543
542
  "type": "card",
544
543
  "children": [
545
544
  {
546
- "type": "stack",
547
545
  "gap": "sm",
546
+ "type": "stack",
547
+ "direction": "vertical",
548
548
  "children": [
549
549
  {
550
- "content": "Plan",
551
550
  "variant": "caption",
552
- "type": "typography"
551
+ "type": "typography",
552
+ "content": "Plan"
553
553
  },
554
554
  {
555
- "content": "@entity.plan",
556
555
  "type": "typography",
556
+ "content": "@entity.plan",
557
557
  "variant": "body"
558
558
  }
559
- ],
560
- "direction": "vertical"
559
+ ]
561
560
  }
562
561
  ]
563
562
  }
564
563
  ],
565
- "type": "stack"
564
+ "gap": "lg",
565
+ "direction": "vertical"
566
566
  }
567
567
  ]
568
568
  ]
@@ -586,6 +586,7 @@
586
586
  "render-ui",
587
587
  "main",
588
588
  {
589
+ "type": "stack",
589
590
  "align": "center",
590
591
  "children": [
591
592
  {
@@ -593,42 +594,41 @@
593
594
  "name": "x-circle"
594
595
  },
595
596
  {
596
- "type": "typography",
597
+ "variant": "h2",
597
598
  "content": "Loop Failed",
598
- "variant": "h2"
599
+ "type": "typography"
599
600
  },
600
601
  {
601
- "variant": "error",
602
602
  "message": "@entity.error",
603
- "type": "alert"
603
+ "type": "alert",
604
+ "variant": "error"
604
605
  },
605
606
  {
606
- "cols": 2.0,
607
607
  "type": "simple-grid",
608
+ "cols": 2.0,
608
609
  "children": [
609
610
  {
610
- "value": "@entity.iterations",
611
611
  "label": "Iterations Used",
612
612
  "type": "stat-display",
613
- "icon": "repeat"
613
+ "icon": "repeat",
614
+ "value": "@entity.iterations"
614
615
  },
615
616
  {
616
- "icon": "shield",
617
- "label": "Max Allowed",
617
+ "type": "stat-display",
618
618
  "value": "@entity.maxIterations",
619
- "type": "stat-display"
619
+ "label": "Max Allowed",
620
+ "icon": "shield"
620
621
  }
621
622
  ]
622
623
  },
623
624
  {
624
625
  "type": "button",
626
+ "label": "Retry",
625
627
  "variant": "primary",
626
628
  "action": "RESET",
627
- "label": "Retry",
628
629
  "icon": "rotate-ccw"
629
630
  }
630
631
  ],
631
- "type": "stack",
632
632
  "direction": "vertical",
633
633
  "gap": "lg"
634
634
  }
@@ -662,28 +662,28 @@
662
662
  "render-ui",
663
663
  "main",
664
664
  {
665
- "direction": "vertical",
666
665
  "type": "stack",
667
666
  "align": "center",
668
667
  "children": [
669
668
  {
670
- "name": "eye",
671
- "type": "icon"
669
+ "type": "icon",
670
+ "name": "eye"
672
671
  },
673
672
  {
673
+ "type": "typography",
674
674
  "variant": "h3",
675
- "content": "Checking result...",
676
- "type": "typography"
675
+ "content": "Checking result..."
677
676
  },
678
677
  {
679
678
  "type": "spinner"
680
679
  },
681
680
  {
682
- "type": "badge",
683
- "label": "@entity.iterations"
681
+ "label": "@entity.iterations",
682
+ "type": "badge"
684
683
  }
685
684
  ],
686
- "gap": "lg"
685
+ "gap": "lg",
686
+ "direction": "vertical"
687
687
  }
688
688
  ]
689
689
  ]
@@ -707,51 +707,51 @@
707
707
  "render-ui",
708
708
  "main",
709
709
  {
710
- "type": "stack",
711
- "align": "center",
710
+ "direction": "vertical",
712
711
  "children": [
713
712
  {
714
- "type": "icon",
715
- "name": "x-circle"
713
+ "name": "x-circle",
714
+ "type": "icon"
716
715
  },
717
716
  {
718
- "content": "Loop Failed",
719
717
  "variant": "h2",
718
+ "content": "Loop Failed",
720
719
  "type": "typography"
721
720
  },
722
721
  {
723
722
  "type": "alert",
724
- "message": "@entity.error",
725
- "variant": "error"
723
+ "variant": "error",
724
+ "message": "@entity.error"
726
725
  },
727
726
  {
727
+ "cols": 2.0,
728
728
  "children": [
729
729
  {
730
730
  "value": "@entity.iterations",
731
731
  "label": "Iterations Used",
732
- "type": "stat-display",
733
- "icon": "repeat"
732
+ "icon": "repeat",
733
+ "type": "stat-display"
734
734
  },
735
735
  {
736
736
  "icon": "shield",
737
- "label": "Max Allowed",
738
737
  "type": "stat-display",
739
- "value": "@entity.maxIterations"
738
+ "value": "@entity.maxIterations",
739
+ "label": "Max Allowed"
740
740
  }
741
741
  ],
742
- "cols": 2.0,
743
742
  "type": "simple-grid"
744
743
  },
745
744
  {
746
745
  "label": "Retry",
747
- "variant": "primary",
748
- "icon": "rotate-ccw",
746
+ "action": "RESET",
749
747
  "type": "button",
750
- "action": "RESET"
748
+ "variant": "primary",
749
+ "icon": "rotate-ccw"
751
750
  }
752
751
  ],
753
- "direction": "vertical",
754
- "gap": "lg"
752
+ "align": "center",
753
+ "gap": "lg",
754
+ "type": "stack"
755
755
  }
756
756
  ]
757
757
  ]
@@ -780,48 +780,48 @@
780
780
  "direction": "vertical",
781
781
  "children": [
782
782
  {
783
- "align": "center",
784
- "type": "stack",
785
- "direction": "horizontal",
786
- "justify": "between",
787
783
  "children": [
788
784
  {
789
- "align": "center",
790
- "direction": "horizontal",
791
785
  "type": "stack",
792
786
  "gap": "sm",
787
+ "align": "center",
793
788
  "children": [
794
789
  {
795
790
  "name": "check-circle",
796
791
  "type": "icon"
797
792
  },
798
793
  {
799
- "type": "typography",
800
794
  "content": "Loop Complete",
795
+ "type": "typography",
801
796
  "variant": "h2"
802
797
  }
803
- ]
798
+ ],
799
+ "direction": "horizontal"
804
800
  },
805
801
  {
802
+ "variant": "ghost",
806
803
  "action": "RESET",
807
804
  "type": "button",
808
805
  "label": "New Task",
809
- "variant": "ghost",
810
806
  "icon": "rotate-ccw"
811
807
  }
812
808
  ],
813
- "gap": "sm"
809
+ "align": "center",
810
+ "type": "stack",
811
+ "direction": "horizontal",
812
+ "gap": "sm",
813
+ "justify": "between"
814
814
  },
815
815
  {
816
816
  "type": "divider"
817
817
  },
818
818
  {
819
- "cols": 2.0,
819
+ "type": "simple-grid",
820
820
  "children": [
821
821
  {
822
822
  "value": "@entity.iterations",
823
- "label": "Iterations",
824
823
  "type": "stat-display",
824
+ "label": "Iterations",
825
825
  "icon": "repeat"
826
826
  },
827
827
  {
@@ -831,33 +831,32 @@
831
831
  "icon": "check"
832
832
  }
833
833
  ],
834
- "type": "simple-grid"
834
+ "cols": 2.0
835
835
  },
836
836
  {
837
837
  "type": "divider"
838
838
  },
839
839
  {
840
- "type": "card",
841
840
  "children": [
842
841
  {
843
842
  "children": [
844
843
  {
844
+ "type": "typography",
845
845
  "content": "Task",
846
- "variant": "caption",
847
- "type": "typography"
846
+ "variant": "caption"
848
847
  },
849
848
  {
850
849
  "content": "@entity.task",
851
- "type": "typography",
852
- "variant": "body"
850
+ "variant": "body",
851
+ "type": "typography"
853
852
  },
854
853
  {
855
854
  "type": "divider"
856
855
  },
857
856
  {
858
- "type": "typography",
857
+ "content": "Result",
859
858
  "variant": "caption",
860
- "content": "Result"
859
+ "type": "typography"
861
860
  },
862
861
  {
863
862
  "type": "typography",
@@ -865,11 +864,12 @@
865
864
  "variant": "body"
866
865
  }
867
866
  ],
867
+ "direction": "vertical",
868
868
  "gap": "md",
869
- "type": "stack",
870
- "direction": "vertical"
869
+ "type": "stack"
871
870
  }
872
- ]
871
+ ],
872
+ "type": "card"
873
873
  }
874
874
  ]
875
875
  }
@@ -923,52 +923,50 @@
923
923
  "main",
924
924
  {
925
925
  "type": "stack",
926
+ "gap": "lg",
926
927
  "direction": "vertical",
927
928
  "children": [
928
929
  {
929
- "gap": "sm",
930
- "type": "stack",
931
- "direction": "horizontal",
932
- "justify": "between",
933
- "align": "center",
934
930
  "children": [
935
931
  {
936
- "gap": "sm",
937
- "align": "center",
938
932
  "direction": "horizontal",
933
+ "gap": "sm",
934
+ "type": "stack",
939
935
  "children": [
940
936
  {
941
937
  "type": "icon",
942
938
  "name": "tool"
943
939
  },
944
940
  {
941
+ "content": "Executing Tool",
945
942
  "variant": "h2",
946
- "type": "typography",
947
- "content": "Executing Tool"
943
+ "type": "typography"
948
944
  }
949
945
  ],
950
- "type": "stack"
946
+ "align": "center"
951
947
  },
952
948
  {
953
- "label": "@entity.maxIterations",
954
- "type": "badge"
949
+ "type": "badge",
950
+ "label": "@entity.maxIterations"
955
951
  }
956
- ]
952
+ ],
953
+ "gap": "sm",
954
+ "direction": "horizontal",
955
+ "justify": "between",
956
+ "type": "stack",
957
+ "align": "center"
957
958
  },
958
959
  {
959
960
  "type": "divider"
960
961
  },
961
962
  {
962
- "type": "card",
963
963
  "children": [
964
964
  {
965
- "direction": "vertical",
966
- "type": "stack",
967
965
  "children": [
968
966
  {
969
967
  "variant": "caption",
970
- "content": "Current Tool",
971
- "type": "typography"
968
+ "type": "typography",
969
+ "content": "Current Tool"
972
970
  },
973
971
  {
974
972
  "content": "@entity.currentTool",
@@ -979,34 +977,36 @@
979
977
  "type": "spinner"
980
978
  }
981
979
  ],
980
+ "type": "stack",
981
+ "direction": "vertical",
982
982
  "gap": "sm"
983
983
  }
984
- ]
984
+ ],
985
+ "type": "card"
985
986
  },
986
987
  {
988
+ "type": "card",
987
989
  "children": [
988
990
  {
989
- "gap": "sm",
990
- "type": "stack",
991
- "direction": "vertical",
992
991
  "children": [
993
992
  {
994
- "type": "typography",
995
993
  "content": "Plan",
994
+ "type": "typography",
996
995
  "variant": "caption"
997
996
  },
998
997
  {
999
- "variant": "body",
1000
998
  "content": "@entity.plan",
999
+ "variant": "body",
1001
1000
  "type": "typography"
1002
1001
  }
1003
- ]
1002
+ ],
1003
+ "type": "stack",
1004
+ "direction": "vertical",
1005
+ "gap": "sm"
1004
1006
  }
1005
- ],
1006
- "type": "card"
1007
+ ]
1007
1008
  }
1008
- ],
1009
- "gap": "lg"
1009
+ ]
1010
1010
  }
1011
1011
  ]
1012
1012
  ]
@@ -1030,20 +1030,21 @@
1030
1030
  "render-ui",
1031
1031
  "main",
1032
1032
  {
1033
+ "gap": "lg",
1033
1034
  "children": [
1034
1035
  {
1035
1036
  "name": "x-circle",
1036
1037
  "type": "icon"
1037
1038
  },
1038
1039
  {
1040
+ "type": "typography",
1039
1041
  "content": "Loop Failed",
1040
- "variant": "h2",
1041
- "type": "typography"
1042
+ "variant": "h2"
1042
1043
  },
1043
1044
  {
1044
- "message": "@entity.error",
1045
+ "variant": "error",
1045
1046
  "type": "alert",
1046
- "variant": "error"
1047
+ "message": "@entity.error"
1047
1048
  },
1048
1049
  {
1049
1050
  "cols": 2.0,
@@ -1051,28 +1052,27 @@
1051
1052
  "children": [
1052
1053
  {
1053
1054
  "type": "stat-display",
1055
+ "icon": "repeat",
1054
1056
  "label": "Iterations Used",
1055
- "value": "@entity.iterations",
1056
- "icon": "repeat"
1057
+ "value": "@entity.iterations"
1057
1058
  },
1058
1059
  {
1060
+ "type": "stat-display",
1059
1061
  "value": "@entity.maxIterations",
1060
- "icon": "shield",
1061
1062
  "label": "Max Allowed",
1062
- "type": "stat-display"
1063
+ "icon": "shield"
1063
1064
  }
1064
1065
  ]
1065
1066
  },
1066
1067
  {
1067
- "icon": "rotate-ccw",
1068
1068
  "variant": "primary",
1069
+ "label": "Retry",
1070
+ "icon": "rotate-ccw",
1069
1071
  "action": "RESET",
1070
- "type": "button",
1071
- "label": "Retry"
1072
+ "type": "button"
1072
1073
  }
1073
1074
  ],
1074
1075
  "align": "center",
1075
- "gap": "lg",
1076
1076
  "direction": "vertical",
1077
1077
  "type": "stack"
1078
1078
  }
@@ -1128,23 +1128,26 @@
1128
1128
  "render-ui",
1129
1129
  "main",
1130
1130
  {
1131
+ "direction": "vertical",
1132
+ "gap": "lg",
1133
+ "type": "stack",
1131
1134
  "children": [
1132
1135
  {
1133
- "direction": "horizontal",
1134
- "type": "stack",
1135
- "gap": "sm",
1136
+ "align": "center",
1136
1137
  "children": [
1137
1138
  {
1138
- "name": "repeat",
1139
- "type": "icon"
1139
+ "type": "icon",
1140
+ "name": "repeat"
1140
1141
  },
1141
1142
  {
1142
- "content": "Tool Execution Loop",
1143
+ "type": "typography",
1143
1144
  "variant": "h2",
1144
- "type": "typography"
1145
+ "content": "Tool Execution Loop"
1145
1146
  }
1146
1147
  ],
1147
- "align": "center"
1148
+ "gap": "sm",
1149
+ "direction": "horizontal",
1150
+ "type": "stack"
1148
1151
  },
1149
1152
  {
1150
1153
  "type": "divider"
@@ -1153,32 +1156,29 @@
1153
1156
  "type": "card",
1154
1157
  "children": [
1155
1158
  {
1159
+ "type": "stack",
1160
+ "gap": "md",
1161
+ "direction": "vertical",
1156
1162
  "children": [
1157
1163
  {
1158
- "variant": "body",
1159
1164
  "content": "Describe the task to execute with tools",
1160
- "type": "typography"
1165
+ "type": "typography",
1166
+ "variant": "body"
1161
1167
  },
1162
1168
  {
1163
1169
  "fields": [
1164
1170
  "task"
1165
1171
  ],
1166
- "mode": "edit",
1167
1172
  "entity": "@entity",
1173
+ "submitEvent": "EXECUTE",
1168
1174
  "type": "form-section",
1169
- "submitEvent": "EXECUTE"
1175
+ "mode": "edit"
1170
1176
  }
1171
- ],
1172
- "type": "stack",
1173
- "gap": "md",
1174
- "direction": "vertical"
1177
+ ]
1175
1178
  }
1176
1179
  ]
1177
1180
  }
1178
- ],
1179
- "type": "stack",
1180
- "direction": "vertical",
1181
- "gap": "lg"
1181
+ ]
1182
1182
  }
1183
1183
  ]
1184
1184
  ]
@@ -1232,12 +1232,14 @@
1232
1232
  "render-ui",
1233
1233
  "main",
1234
1234
  {
1235
- "type": "stack",
1236
1235
  "gap": "lg",
1237
1236
  "direction": "vertical",
1237
+ "type": "stack",
1238
1238
  "children": [
1239
1239
  {
1240
+ "align": "center",
1240
1241
  "direction": "horizontal",
1242
+ "gap": "sm",
1241
1243
  "type": "stack",
1242
1244
  "children": [
1243
1245
  {
@@ -1245,42 +1247,40 @@
1245
1247
  "name": "repeat"
1246
1248
  },
1247
1249
  {
1250
+ "type": "typography",
1248
1251
  "content": "Tool Execution Loop",
1249
- "variant": "h2",
1250
- "type": "typography"
1252
+ "variant": "h2"
1251
1253
  }
1252
- ],
1253
- "gap": "sm",
1254
- "align": "center"
1254
+ ]
1255
1255
  },
1256
1256
  {
1257
1257
  "type": "divider"
1258
1258
  },
1259
1259
  {
1260
- "type": "card",
1261
1260
  "children": [
1262
1261
  {
1262
+ "gap": "md",
1263
1263
  "direction": "vertical",
1264
+ "type": "stack",
1264
1265
  "children": [
1265
1266
  {
1266
- "variant": "body",
1267
1267
  "type": "typography",
1268
+ "variant": "body",
1268
1269
  "content": "Describe the task to execute with tools"
1269
1270
  },
1270
1271
  {
1271
- "submitEvent": "EXECUTE",
1272
- "mode": "edit",
1273
- "type": "form-section",
1274
1272
  "entity": "@entity",
1273
+ "submitEvent": "EXECUTE",
1275
1274
  "fields": [
1276
1275
  "task"
1277
- ]
1276
+ ],
1277
+ "type": "form-section",
1278
+ "mode": "edit"
1278
1279
  }
1279
- ],
1280
- "type": "stack",
1281
- "gap": "md"
1280
+ ]
1282
1281
  }
1283
- ]
1282
+ ],
1283
+ "type": "card"
1284
1284
  }
1285
1285
  ]
1286
1286
  }