@almadar/std 8.2.0 → 8.3.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 +83 -83
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
  27. package/behaviors/registry/app/organisms/std-cms.orb +445 -445
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
  29. package/behaviors/registry/app/organisms/std-crm.orb +781 -781
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
  37. package/behaviors/registry/app/organisms/std-lms.orb +863 -863
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
  42. package/behaviors/registry/core/atoms/std-browse.orb +60 -60
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
  44. package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  47. package/behaviors/registry/core/atoms/std-display.orb +371 -371
  48. package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  49. package/behaviors/registry/core/atoms/std-filter.orb +46 -46
  50. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  51. package/behaviors/registry/core/atoms/std-modal.orb +14 -32
  52. package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
  53. package/behaviors/registry/core/atoms/std-push.orb +42 -42
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
  55. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  56. package/behaviors/registry/core/atoms/std-search.orb +71 -71
  57. package/behaviors/registry/core/atoms/std-selection.orb +89 -89
  58. package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
  59. package/behaviors/registry/core/molecules/std-cart.orb +54 -54
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
  62. package/behaviors/registry/core/molecules/std-list.orb +60 -60
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
  64. package/behaviors/registry/game/atoms/std-collision.orb +143 -143
  65. package/behaviors/registry/game/atoms/std-combat.orb +80 -80
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
  69. package/behaviors/registry/game/atoms/std-movement.orb +300 -300
  70. package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
  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 +251 -260
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
  83. package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
  84. package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
  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 +251 -260
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
  187. package/package.json +1 -1
@@ -328,31 +328,28 @@
328
328
  "main",
329
329
  {
330
330
  "type": "stack",
331
- "direction": "vertical",
332
- "gap": "lg",
333
331
  "children": [
334
332
  {
333
+ "type": "stack",
335
334
  "gap": "sm",
335
+ "direction": "horizontal",
336
+ "align": "center",
336
337
  "children": [
337
338
  {
338
- "type": "icon",
339
- "name": "repeat"
339
+ "name": "repeat",
340
+ "type": "icon"
340
341
  },
341
342
  {
343
+ "type": "typography",
342
344
  "content": "Tool Execution Loop",
343
- "variant": "h2",
344
- "type": "typography"
345
+ "variant": "h2"
345
346
  }
346
- ],
347
- "align": "center",
348
- "type": "stack",
349
- "direction": "horizontal"
347
+ ]
350
348
  },
351
349
  {
352
350
  "type": "divider"
353
351
  },
354
352
  {
355
- "type": "card",
356
353
  "children": [
357
354
  {
358
355
  "type": "stack",
@@ -360,24 +357,27 @@
360
357
  "gap": "md",
361
358
  "children": [
362
359
  {
363
- "variant": "body",
364
360
  "type": "typography",
365
- "content": "Describe the task to execute with tools"
361
+ "content": "Describe the task to execute with tools",
362
+ "variant": "body"
366
363
  },
367
364
  {
368
- "entity": "@entity",
365
+ "submitEvent": "EXECUTE",
366
+ "type": "form-section",
369
367
  "fields": [
370
368
  "task"
371
369
  ],
372
- "mode": "edit",
373
- "type": "form-section",
374
- "submitEvent": "EXECUTE"
370
+ "entity": "@entity",
371
+ "mode": "edit"
375
372
  }
376
373
  ]
377
374
  }
378
- ]
375
+ ],
376
+ "type": "card"
379
377
  }
380
- ]
378
+ ],
379
+ "gap": "lg",
380
+ "direction": "vertical"
381
381
  }
382
382
  ]
383
383
  ]
@@ -418,11 +418,10 @@
418
418
  "render-ui",
419
419
  "main",
420
420
  {
421
- "align": "center",
422
421
  "children": [
423
422
  {
424
- "name": "brain",
425
- "type": "icon"
423
+ "type": "icon",
424
+ "name": "brain"
426
425
  },
427
426
  {
428
427
  "type": "typography",
@@ -433,14 +432,15 @@
433
432
  "type": "spinner"
434
433
  },
435
434
  {
436
- "variant": "caption",
435
+ "type": "typography",
437
436
  "content": "@entity.task",
438
- "type": "typography"
437
+ "variant": "caption"
439
438
  }
440
439
  ],
441
- "type": "stack",
442
440
  "gap": "lg",
443
- "direction": "vertical"
441
+ "align": "center",
442
+ "direction": "vertical",
443
+ "type": "stack"
444
444
  }
445
445
  ]
446
446
  ]
@@ -478,12 +478,11 @@
478
478
  "render-ui",
479
479
  "main",
480
480
  {
481
+ "type": "stack",
482
+ "gap": "lg",
483
+ "direction": "vertical",
481
484
  "children": [
482
485
  {
483
- "justify": "between",
484
- "direction": "horizontal",
485
- "type": "stack",
486
- "align": "center",
487
486
  "children": [
488
487
  {
489
488
  "align": "center",
@@ -494,75 +493,76 @@
494
493
  },
495
494
  {
496
495
  "content": "Executing Tool",
497
- "type": "typography",
498
- "variant": "h2"
496
+ "variant": "h2",
497
+ "type": "typography"
499
498
  }
500
499
  ],
501
- "gap": "sm",
502
500
  "type": "stack",
503
- "direction": "horizontal"
501
+ "direction": "horizontal",
502
+ "gap": "sm"
504
503
  },
505
504
  {
506
505
  "type": "badge",
507
506
  "label": "@entity.maxIterations"
508
507
  }
509
508
  ],
510
- "gap": "sm"
509
+ "align": "center",
510
+ "type": "stack",
511
+ "direction": "horizontal",
512
+ "gap": "sm",
513
+ "justify": "between"
511
514
  },
512
515
  {
513
516
  "type": "divider"
514
517
  },
515
518
  {
519
+ "type": "card",
516
520
  "children": [
517
521
  {
522
+ "gap": "sm",
518
523
  "type": "stack",
524
+ "direction": "vertical",
519
525
  "children": [
520
526
  {
521
- "type": "typography",
522
527
  "variant": "caption",
528
+ "type": "typography",
523
529
  "content": "Current Tool"
524
530
  },
525
531
  {
526
- "content": "@entity.currentTool",
532
+ "type": "typography",
527
533
  "variant": "h4",
528
- "type": "typography"
534
+ "content": "@entity.currentTool"
529
535
  },
530
536
  {
531
537
  "type": "spinner"
532
538
  }
533
- ],
534
- "gap": "sm",
535
- "direction": "vertical"
539
+ ]
536
540
  }
537
- ],
538
- "type": "card"
541
+ ]
539
542
  },
540
543
  {
541
544
  "type": "card",
542
545
  "children": [
543
546
  {
547
+ "type": "stack",
544
548
  "gap": "sm",
545
- "direction": "vertical",
546
549
  "children": [
547
550
  {
548
- "variant": "caption",
549
551
  "type": "typography",
550
- "content": "Plan"
552
+ "content": "Plan",
553
+ "variant": "caption"
551
554
  },
552
555
  {
556
+ "type": "typography",
553
557
  "content": "@entity.plan",
554
- "variant": "body",
555
- "type": "typography"
558
+ "variant": "body"
556
559
  }
557
560
  ],
558
- "type": "stack"
561
+ "direction": "vertical"
559
562
  }
560
563
  ]
561
564
  }
562
- ],
563
- "gap": "lg",
564
- "type": "stack",
565
- "direction": "vertical"
565
+ ]
566
566
  }
567
567
  ]
568
568
  ]
@@ -586,51 +586,51 @@
586
586
  "render-ui",
587
587
  "main",
588
588
  {
589
+ "align": "center",
590
+ "type": "stack",
589
591
  "direction": "vertical",
590
592
  "children": [
591
593
  {
592
- "name": "x-circle",
593
- "type": "icon"
594
+ "type": "icon",
595
+ "name": "x-circle"
594
596
  },
595
597
  {
596
598
  "content": "Loop Failed",
597
- "type": "typography",
598
- "variant": "h2"
599
+ "variant": "h2",
600
+ "type": "typography"
599
601
  },
600
602
  {
603
+ "variant": "error",
601
604
  "message": "@entity.error",
602
- "type": "alert",
603
- "variant": "error"
605
+ "type": "alert"
604
606
  },
605
607
  {
606
- "cols": 2.0,
607
608
  "type": "simple-grid",
609
+ "cols": 2.0,
608
610
  "children": [
609
611
  {
610
- "label": "Iterations Used",
611
- "icon": "repeat",
612
612
  "value": "@entity.iterations",
613
- "type": "stat-display"
613
+ "type": "stat-display",
614
+ "icon": "repeat",
615
+ "label": "Iterations Used"
614
616
  },
615
617
  {
616
618
  "icon": "shield",
617
619
  "value": "@entity.maxIterations",
618
- "label": "Max Allowed",
619
- "type": "stat-display"
620
+ "type": "stat-display",
621
+ "label": "Max Allowed"
620
622
  }
621
623
  ]
622
624
  },
623
625
  {
624
- "label": "Retry",
625
626
  "action": "RESET",
626
- "icon": "rotate-ccw",
627
+ "type": "button",
627
628
  "variant": "primary",
628
- "type": "button"
629
+ "icon": "rotate-ccw",
630
+ "label": "Retry"
629
631
  }
630
632
  ],
631
- "gap": "lg",
632
- "type": "stack",
633
- "align": "center"
633
+ "gap": "lg"
634
634
  }
635
635
  ]
636
636
  ]
@@ -663,27 +663,27 @@
663
663
  "main",
664
664
  {
665
665
  "direction": "vertical",
666
+ "gap": "lg",
667
+ "type": "stack",
666
668
  "children": [
667
669
  {
668
670
  "type": "icon",
669
671
  "name": "eye"
670
672
  },
671
673
  {
674
+ "type": "typography",
672
675
  "content": "Checking result...",
673
- "variant": "h3",
674
- "type": "typography"
676
+ "variant": "h3"
675
677
  },
676
678
  {
677
679
  "type": "spinner"
678
680
  },
679
681
  {
680
- "type": "badge",
681
- "label": "@entity.iterations"
682
+ "label": "@entity.iterations",
683
+ "type": "badge"
682
684
  }
683
685
  ],
684
- "type": "stack",
685
- "align": "center",
686
- "gap": "lg"
686
+ "align": "center"
687
687
  }
688
688
  ]
689
689
  ]
@@ -707,51 +707,51 @@
707
707
  "render-ui",
708
708
  "main",
709
709
  {
710
+ "type": "stack",
711
+ "direction": "vertical",
710
712
  "gap": "lg",
713
+ "align": "center",
711
714
  "children": [
712
715
  {
713
716
  "name": "x-circle",
714
717
  "type": "icon"
715
718
  },
716
719
  {
720
+ "variant": "h2",
717
721
  "type": "typography",
718
- "content": "Loop Failed",
719
- "variant": "h2"
722
+ "content": "Loop Failed"
720
723
  },
721
724
  {
722
- "type": "alert",
723
725
  "message": "@entity.error",
726
+ "type": "alert",
724
727
  "variant": "error"
725
728
  },
726
729
  {
727
- "type": "simple-grid",
728
730
  "cols": 2.0,
729
731
  "children": [
730
732
  {
731
- "type": "stat-display",
733
+ "icon": "repeat",
732
734
  "label": "Iterations Used",
733
735
  "value": "@entity.iterations",
734
- "icon": "repeat"
736
+ "type": "stat-display"
735
737
  },
736
738
  {
739
+ "icon": "shield",
737
740
  "label": "Max Allowed",
738
741
  "type": "stat-display",
739
- "value": "@entity.maxIterations",
740
- "icon": "shield"
742
+ "value": "@entity.maxIterations"
741
743
  }
742
- ]
744
+ ],
745
+ "type": "simple-grid"
743
746
  },
744
747
  {
748
+ "type": "button",
749
+ "action": "RESET",
745
750
  "variant": "primary",
746
751
  "icon": "rotate-ccw",
747
- "action": "RESET",
748
- "type": "button",
749
752
  "label": "Retry"
750
753
  }
751
- ],
752
- "direction": "vertical",
753
- "type": "stack",
754
- "align": "center"
754
+ ]
755
755
  }
756
756
  ]
757
757
  ]
@@ -775,17 +775,18 @@
775
775
  "render-ui",
776
776
  "main",
777
777
  {
778
+ "gap": "lg",
778
779
  "type": "stack",
779
780
  "children": [
780
781
  {
782
+ "direction": "horizontal",
781
783
  "gap": "sm",
782
784
  "type": "stack",
783
785
  "align": "center",
784
- "justify": "between",
785
786
  "children": [
786
787
  {
787
788
  "gap": "sm",
788
- "align": "center",
789
+ "direction": "horizontal",
789
790
  "type": "stack",
790
791
  "children": [
791
792
  {
@@ -793,84 +794,83 @@
793
794
  "name": "check-circle"
794
795
  },
795
796
  {
796
- "content": "Loop Complete",
797
+ "type": "typography",
797
798
  "variant": "h2",
798
- "type": "typography"
799
+ "content": "Loop Complete"
799
800
  }
800
801
  ],
801
- "direction": "horizontal"
802
+ "align": "center"
802
803
  },
803
804
  {
804
- "variant": "ghost",
805
- "type": "button",
806
- "action": "RESET",
805
+ "label": "New Task",
807
806
  "icon": "rotate-ccw",
808
- "label": "New Task"
807
+ "action": "RESET",
808
+ "type": "button",
809
+ "variant": "ghost"
809
810
  }
810
811
  ],
811
- "direction": "horizontal"
812
+ "justify": "between"
812
813
  },
813
814
  {
814
815
  "type": "divider"
815
816
  },
816
817
  {
817
- "type": "simple-grid",
818
818
  "children": [
819
819
  {
820
- "type": "stat-display",
821
820
  "icon": "repeat",
822
- "value": "@entity.iterations",
823
- "label": "Iterations"
821
+ "label": "Iterations",
822
+ "type": "stat-display",
823
+ "value": "@entity.iterations"
824
824
  },
825
825
  {
826
- "label": "Status",
827
- "type": "stat-display",
826
+ "value": "@entity.status",
828
827
  "icon": "check",
829
- "value": "@entity.status"
828
+ "type": "stat-display",
829
+ "label": "Status"
830
830
  }
831
831
  ],
832
- "cols": 2.0
832
+ "cols": 2.0,
833
+ "type": "simple-grid"
833
834
  },
834
835
  {
835
836
  "type": "divider"
836
837
  },
837
838
  {
839
+ "type": "card",
838
840
  "children": [
839
841
  {
840
- "gap": "md",
841
- "direction": "vertical",
842
842
  "children": [
843
843
  {
844
844
  "type": "typography",
845
- "content": "Task",
846
- "variant": "caption"
845
+ "variant": "caption",
846
+ "content": "Task"
847
847
  },
848
848
  {
849
- "type": "typography",
850
849
  "variant": "body",
851
- "content": "@entity.task"
850
+ "content": "@entity.task",
851
+ "type": "typography"
852
852
  },
853
853
  {
854
854
  "type": "divider"
855
855
  },
856
856
  {
857
+ "variant": "caption",
857
858
  "type": "typography",
858
- "content": "Result",
859
- "variant": "caption"
859
+ "content": "Result"
860
860
  },
861
861
  {
862
- "content": "@entity.result",
863
862
  "type": "typography",
863
+ "content": "@entity.result",
864
864
  "variant": "body"
865
865
  }
866
866
  ],
867
+ "gap": "md",
868
+ "direction": "vertical",
867
869
  "type": "stack"
868
870
  }
869
- ],
870
- "type": "card"
871
+ ]
871
872
  }
872
873
  ],
873
- "gap": "lg",
874
874
  "direction": "vertical"
875
875
  }
876
876
  ]
@@ -922,52 +922,52 @@
922
922
  "render-ui",
923
923
  "main",
924
924
  {
925
- "gap": "lg",
925
+ "type": "stack",
926
926
  "children": [
927
927
  {
928
- "align": "center",
929
- "gap": "sm",
930
- "type": "stack",
931
928
  "direction": "horizontal",
929
+ "align": "center",
932
930
  "justify": "between",
933
931
  "children": [
934
932
  {
935
- "gap": "sm",
936
- "type": "stack",
937
- "direction": "horizontal",
938
- "align": "center",
939
933
  "children": [
940
934
  {
941
- "type": "icon",
942
- "name": "tool"
935
+ "name": "tool",
936
+ "type": "icon"
943
937
  },
944
938
  {
939
+ "variant": "h2",
945
940
  "type": "typography",
946
- "content": "Executing Tool",
947
- "variant": "h2"
941
+ "content": "Executing Tool"
948
942
  }
949
- ]
943
+ ],
944
+ "gap": "sm",
945
+ "align": "center",
946
+ "type": "stack",
947
+ "direction": "horizontal"
950
948
  },
951
949
  {
952
- "type": "badge",
953
- "label": "@entity.maxIterations"
950
+ "label": "@entity.maxIterations",
951
+ "type": "badge"
954
952
  }
955
- ]
953
+ ],
954
+ "gap": "sm",
955
+ "type": "stack"
956
956
  },
957
957
  {
958
958
  "type": "divider"
959
959
  },
960
960
  {
961
+ "type": "card",
961
962
  "children": [
962
963
  {
963
- "type": "stack",
964
- "gap": "sm",
965
964
  "direction": "vertical",
965
+ "gap": "sm",
966
966
  "children": [
967
967
  {
968
968
  "type": "typography",
969
- "variant": "caption",
970
- "content": "Current Tool"
969
+ "content": "Current Tool",
970
+ "variant": "caption"
971
971
  },
972
972
  {
973
973
  "variant": "h4",
@@ -977,36 +977,36 @@
977
977
  {
978
978
  "type": "spinner"
979
979
  }
980
- ]
980
+ ],
981
+ "type": "stack"
981
982
  }
982
- ],
983
- "type": "card"
983
+ ]
984
984
  },
985
985
  {
986
986
  "type": "card",
987
987
  "children": [
988
988
  {
989
+ "gap": "sm",
990
+ "type": "stack",
991
+ "direction": "vertical",
989
992
  "children": [
990
993
  {
991
- "type": "typography",
992
994
  "variant": "caption",
993
- "content": "Plan"
995
+ "content": "Plan",
996
+ "type": "typography"
994
997
  },
995
998
  {
999
+ "content": "@entity.plan",
996
1000
  "variant": "body",
997
- "type": "typography",
998
- "content": "@entity.plan"
1001
+ "type": "typography"
999
1002
  }
1000
- ],
1001
- "direction": "vertical",
1002
- "type": "stack",
1003
- "gap": "sm"
1003
+ ]
1004
1004
  }
1005
1005
  ]
1006
1006
  }
1007
1007
  ],
1008
1008
  "direction": "vertical",
1009
- "type": "stack"
1009
+ "gap": "lg"
1010
1010
  }
1011
1011
  ]
1012
1012
  ]
@@ -1030,16 +1030,15 @@
1030
1030
  "render-ui",
1031
1031
  "main",
1032
1032
  {
1033
- "align": "center",
1034
1033
  "children": [
1035
1034
  {
1036
1035
  "type": "icon",
1037
1036
  "name": "x-circle"
1038
1037
  },
1039
1038
  {
1040
- "content": "Loop Failed",
1039
+ "variant": "h2",
1041
1040
  "type": "typography",
1042
- "variant": "h2"
1041
+ "content": "Loop Failed"
1043
1042
  },
1044
1043
  {
1045
1044
  "type": "alert",
@@ -1047,33 +1046,34 @@
1047
1046
  "message": "@entity.error"
1048
1047
  },
1049
1048
  {
1050
- "type": "simple-grid",
1051
- "cols": 2.0,
1052
1049
  "children": [
1053
1050
  {
1054
- "type": "stat-display",
1055
1051
  "icon": "repeat",
1056
1052
  "label": "Iterations Used",
1057
- "value": "@entity.iterations"
1053
+ "value": "@entity.iterations",
1054
+ "type": "stat-display"
1058
1055
  },
1059
1056
  {
1057
+ "icon": "shield",
1060
1058
  "type": "stat-display",
1061
- "value": "@entity.maxIterations",
1062
1059
  "label": "Max Allowed",
1063
- "icon": "shield"
1060
+ "value": "@entity.maxIterations"
1064
1061
  }
1065
- ]
1062
+ ],
1063
+ "type": "simple-grid",
1064
+ "cols": 2.0
1066
1065
  },
1067
1066
  {
1068
- "label": "Retry",
1069
- "action": "RESET",
1070
1067
  "variant": "primary",
1068
+ "icon": "rotate-ccw",
1071
1069
  "type": "button",
1072
- "icon": "rotate-ccw"
1070
+ "label": "Retry",
1071
+ "action": "RESET"
1073
1072
  }
1074
1073
  ],
1075
- "direction": "vertical",
1076
1074
  "type": "stack",
1075
+ "align": "center",
1076
+ "direction": "vertical",
1077
1077
  "gap": "lg"
1078
1078
  }
1079
1079
  ]
@@ -1128,57 +1128,57 @@
1128
1128
  "render-ui",
1129
1129
  "main",
1130
1130
  {
1131
+ "type": "stack",
1131
1132
  "direction": "vertical",
1133
+ "gap": "lg",
1132
1134
  "children": [
1133
1135
  {
1134
1136
  "direction": "horizontal",
1135
- "gap": "sm",
1137
+ "align": "center",
1136
1138
  "children": [
1137
1139
  {
1138
- "type": "icon",
1139
- "name": "repeat"
1140
+ "name": "repeat",
1141
+ "type": "icon"
1140
1142
  },
1141
1143
  {
1142
1144
  "type": "typography",
1143
- "variant": "h2",
1144
- "content": "Tool Execution Loop"
1145
+ "content": "Tool Execution Loop",
1146
+ "variant": "h2"
1145
1147
  }
1146
1148
  ],
1147
- "align": "center",
1148
- "type": "stack"
1149
+ "type": "stack",
1150
+ "gap": "sm"
1149
1151
  },
1150
1152
  {
1151
1153
  "type": "divider"
1152
1154
  },
1153
1155
  {
1154
- "type": "card",
1155
1156
  "children": [
1156
1157
  {
1157
- "gap": "md",
1158
1158
  "type": "stack",
1159
- "direction": "vertical",
1160
1159
  "children": [
1161
1160
  {
1162
- "variant": "body",
1163
1161
  "type": "typography",
1162
+ "variant": "body",
1164
1163
  "content": "Describe the task to execute with tools"
1165
1164
  },
1166
1165
  {
1167
1166
  "mode": "edit",
1168
- "submitEvent": "EXECUTE",
1167
+ "entity": "@entity",
1168
+ "type": "form-section",
1169
1169
  "fields": [
1170
1170
  "task"
1171
1171
  ],
1172
- "type": "form-section",
1173
- "entity": "@entity"
1172
+ "submitEvent": "EXECUTE"
1174
1173
  }
1175
- ]
1174
+ ],
1175
+ "direction": "vertical",
1176
+ "gap": "md"
1176
1177
  }
1177
- ]
1178
+ ],
1179
+ "type": "card"
1178
1180
  }
1179
- ],
1180
- "type": "stack",
1181
- "gap": "lg"
1181
+ ]
1182
1182
  }
1183
1183
  ]
1184
1184
  ]
@@ -1233,28 +1233,31 @@
1233
1233
  "main",
1234
1234
  {
1235
1235
  "type": "stack",
1236
+ "direction": "vertical",
1237
+ "gap": "lg",
1236
1238
  "children": [
1237
1239
  {
1240
+ "direction": "horizontal",
1238
1241
  "align": "center",
1242
+ "gap": "sm",
1239
1243
  "type": "stack",
1240
1244
  "children": [
1241
1245
  {
1242
- "type": "icon",
1243
- "name": "repeat"
1246
+ "name": "repeat",
1247
+ "type": "icon"
1244
1248
  },
1245
1249
  {
1246
1250
  "content": "Tool Execution Loop",
1247
- "type": "typography",
1248
- "variant": "h2"
1251
+ "variant": "h2",
1252
+ "type": "typography"
1249
1253
  }
1250
- ],
1251
- "gap": "sm",
1252
- "direction": "horizontal"
1254
+ ]
1253
1255
  },
1254
1256
  {
1255
1257
  "type": "divider"
1256
1258
  },
1257
1259
  {
1260
+ "type": "card",
1258
1261
  "children": [
1259
1262
  {
1260
1263
  "type": "stack",
@@ -1262,27 +1265,24 @@
1262
1265
  "gap": "md",
1263
1266
  "children": [
1264
1267
  {
1268
+ "type": "typography",
1265
1269
  "content": "Describe the task to execute with tools",
1266
- "variant": "body",
1267
- "type": "typography"
1270
+ "variant": "body"
1268
1271
  },
1269
1272
  {
1270
- "mode": "edit",
1271
- "entity": "@entity",
1272
1273
  "submitEvent": "EXECUTE",
1274
+ "type": "form-section",
1273
1275
  "fields": [
1274
1276
  "task"
1275
1277
  ],
1276
- "type": "form-section"
1278
+ "mode": "edit",
1279
+ "entity": "@entity"
1277
1280
  }
1278
1281
  ]
1279
1282
  }
1280
- ],
1281
- "type": "card"
1283
+ ]
1282
1284
  }
1283
- ],
1284
- "direction": "vertical",
1285
- "gap": "lg"
1285
+ ]
1286
1286
  }
1287
1287
  ]
1288
1288
  ]
@@ -1341,4 +1341,4 @@
1341
1341
  ]
1342
1342
  }
1343
1343
  ]
1344
- }
1344
+ }