@almadar/std 7.4.7 → 7.4.8
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.
- package/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -327,57 +327,57 @@
|
|
|
327
327
|
"render-ui",
|
|
328
328
|
"main",
|
|
329
329
|
{
|
|
330
|
-
"type": "stack",
|
|
331
330
|
"children": [
|
|
332
331
|
{
|
|
333
|
-
"align": "center",
|
|
334
332
|
"gap": "sm",
|
|
333
|
+
"align": "center",
|
|
334
|
+
"type": "stack",
|
|
335
335
|
"direction": "horizontal",
|
|
336
336
|
"children": [
|
|
337
337
|
{
|
|
338
|
-
"
|
|
339
|
-
"
|
|
338
|
+
"name": "repeat",
|
|
339
|
+
"type": "icon"
|
|
340
340
|
},
|
|
341
341
|
{
|
|
342
|
-
"
|
|
342
|
+
"content": "Tool Execution Loop",
|
|
343
343
|
"type": "typography",
|
|
344
|
-
"
|
|
344
|
+
"variant": "h2"
|
|
345
345
|
}
|
|
346
|
-
]
|
|
347
|
-
"type": "stack"
|
|
346
|
+
]
|
|
348
347
|
},
|
|
349
348
|
{
|
|
350
349
|
"type": "divider"
|
|
351
350
|
},
|
|
352
351
|
{
|
|
352
|
+
"type": "card",
|
|
353
353
|
"children": [
|
|
354
354
|
{
|
|
355
|
-
"type": "stack",
|
|
356
355
|
"gap": "md",
|
|
357
356
|
"direction": "vertical",
|
|
357
|
+
"type": "stack",
|
|
358
358
|
"children": [
|
|
359
359
|
{
|
|
360
|
+
"variant": "body",
|
|
360
361
|
"type": "typography",
|
|
361
|
-
"content": "Describe the task to execute with tools"
|
|
362
|
-
"variant": "body"
|
|
362
|
+
"content": "Describe the task to execute with tools"
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
|
-
"entity": "AgentToolLoop",
|
|
366
365
|
"mode": "edit",
|
|
366
|
+
"entity": "AgentToolLoop",
|
|
367
367
|
"type": "form-section",
|
|
368
|
-
"submitEvent": "EXECUTE",
|
|
369
368
|
"fields": [
|
|
370
369
|
"task"
|
|
371
|
-
]
|
|
370
|
+
],
|
|
371
|
+
"submitEvent": "EXECUTE"
|
|
372
372
|
}
|
|
373
373
|
]
|
|
374
374
|
}
|
|
375
|
-
]
|
|
376
|
-
"type": "card"
|
|
375
|
+
]
|
|
377
376
|
}
|
|
378
377
|
],
|
|
378
|
+
"gap": "lg",
|
|
379
379
|
"direction": "vertical",
|
|
380
|
-
"
|
|
380
|
+
"type": "stack"
|
|
381
381
|
}
|
|
382
382
|
]
|
|
383
383
|
]
|
|
@@ -418,12 +418,14 @@
|
|
|
418
418
|
"render-ui",
|
|
419
419
|
"main",
|
|
420
420
|
{
|
|
421
|
+
"type": "stack",
|
|
422
|
+
"direction": "vertical",
|
|
421
423
|
"gap": "lg",
|
|
422
424
|
"align": "center",
|
|
423
425
|
"children": [
|
|
424
426
|
{
|
|
425
|
-
"
|
|
426
|
-
"
|
|
427
|
+
"type": "icon",
|
|
428
|
+
"name": "brain"
|
|
427
429
|
},
|
|
428
430
|
{
|
|
429
431
|
"content": "Planning execution...",
|
|
@@ -434,13 +436,11 @@
|
|
|
434
436
|
"type": "spinner"
|
|
435
437
|
},
|
|
436
438
|
{
|
|
437
|
-
"variant": "caption",
|
|
438
439
|
"type": "typography",
|
|
439
|
-
"content": "@entity.task"
|
|
440
|
+
"content": "@entity.task",
|
|
441
|
+
"variant": "caption"
|
|
440
442
|
}
|
|
441
|
-
]
|
|
442
|
-
"type": "stack",
|
|
443
|
-
"direction": "vertical"
|
|
443
|
+
]
|
|
444
444
|
}
|
|
445
445
|
]
|
|
446
446
|
]
|
|
@@ -478,32 +478,31 @@
|
|
|
478
478
|
"render-ui",
|
|
479
479
|
"main",
|
|
480
480
|
{
|
|
481
|
+
"gap": "lg",
|
|
482
|
+
"direction": "vertical",
|
|
481
483
|
"type": "stack",
|
|
482
484
|
"children": [
|
|
483
485
|
{
|
|
484
|
-
"direction": "horizontal",
|
|
485
|
-
"type": "stack",
|
|
486
|
-
"align": "center",
|
|
487
|
-
"justify": "between",
|
|
488
486
|
"children": [
|
|
489
487
|
{
|
|
490
|
-
"gap": "sm",
|
|
491
488
|
"align": "center",
|
|
489
|
+
"type": "stack",
|
|
490
|
+
"direction": "horizontal",
|
|
491
|
+
"gap": "sm",
|
|
492
492
|
"children": [
|
|
493
493
|
{
|
|
494
494
|
"type": "icon",
|
|
495
495
|
"name": "tool"
|
|
496
496
|
},
|
|
497
497
|
{
|
|
498
|
+
"variant": "h2",
|
|
498
499
|
"type": "typography",
|
|
499
|
-
"content": "Executing Tool"
|
|
500
|
-
"variant": "h2"
|
|
500
|
+
"content": "Executing Tool"
|
|
501
501
|
}
|
|
502
|
-
]
|
|
503
|
-
"type": "stack",
|
|
504
|
-
"direction": "horizontal"
|
|
502
|
+
]
|
|
505
503
|
},
|
|
506
504
|
{
|
|
505
|
+
"type": "badge",
|
|
507
506
|
"label": [
|
|
508
507
|
"str/concat",
|
|
509
508
|
"Iteration ",
|
|
@@ -516,11 +515,14 @@
|
|
|
516
515
|
"str/concat",
|
|
517
516
|
"@entity.maxIterations"
|
|
518
517
|
]
|
|
519
|
-
]
|
|
520
|
-
"type": "badge"
|
|
518
|
+
]
|
|
521
519
|
}
|
|
522
520
|
],
|
|
523
|
-
"
|
|
521
|
+
"type": "stack",
|
|
522
|
+
"direction": "horizontal",
|
|
523
|
+
"gap": "sm",
|
|
524
|
+
"align": "center",
|
|
525
|
+
"justify": "between"
|
|
524
526
|
},
|
|
525
527
|
{
|
|
526
528
|
"type": "divider"
|
|
@@ -529,24 +531,24 @@
|
|
|
529
531
|
"type": "card",
|
|
530
532
|
"children": [
|
|
531
533
|
{
|
|
532
|
-
"
|
|
534
|
+
"type": "stack",
|
|
533
535
|
"gap": "sm",
|
|
536
|
+
"direction": "vertical",
|
|
534
537
|
"children": [
|
|
535
538
|
{
|
|
536
|
-
"
|
|
539
|
+
"variant": "caption",
|
|
537
540
|
"content": "Current Tool",
|
|
538
|
-
"
|
|
541
|
+
"type": "typography"
|
|
539
542
|
},
|
|
540
543
|
{
|
|
541
|
-
"
|
|
544
|
+
"content": "@entity.currentTool",
|
|
542
545
|
"variant": "h4",
|
|
543
|
-
"
|
|
546
|
+
"type": "typography"
|
|
544
547
|
},
|
|
545
548
|
{
|
|
546
549
|
"type": "spinner"
|
|
547
550
|
}
|
|
548
|
-
]
|
|
549
|
-
"type": "stack"
|
|
551
|
+
]
|
|
550
552
|
}
|
|
551
553
|
]
|
|
552
554
|
},
|
|
@@ -554,27 +556,25 @@
|
|
|
554
556
|
"type": "card",
|
|
555
557
|
"children": [
|
|
556
558
|
{
|
|
557
|
-
"direction": "vertical",
|
|
558
|
-
"type": "stack",
|
|
559
559
|
"gap": "sm",
|
|
560
560
|
"children": [
|
|
561
561
|
{
|
|
562
|
-
"
|
|
562
|
+
"type": "typography",
|
|
563
563
|
"variant": "caption",
|
|
564
|
-
"
|
|
564
|
+
"content": "Plan"
|
|
565
565
|
},
|
|
566
566
|
{
|
|
567
|
-
"content": "@entity.plan",
|
|
568
567
|
"variant": "body",
|
|
568
|
+
"content": "@entity.plan",
|
|
569
569
|
"type": "typography"
|
|
570
570
|
}
|
|
571
|
-
]
|
|
571
|
+
],
|
|
572
|
+
"type": "stack",
|
|
573
|
+
"direction": "vertical"
|
|
572
574
|
}
|
|
573
575
|
]
|
|
574
576
|
}
|
|
575
|
-
]
|
|
576
|
-
"direction": "vertical",
|
|
577
|
-
"gap": "lg"
|
|
577
|
+
]
|
|
578
578
|
}
|
|
579
579
|
]
|
|
580
580
|
]
|
|
@@ -599,50 +599,50 @@
|
|
|
599
599
|
"main",
|
|
600
600
|
{
|
|
601
601
|
"type": "stack",
|
|
602
|
-
"align": "center",
|
|
603
|
-
"direction": "vertical",
|
|
604
602
|
"children": [
|
|
605
603
|
{
|
|
606
|
-
"
|
|
607
|
-
"
|
|
604
|
+
"type": "icon",
|
|
605
|
+
"name": "x-circle"
|
|
608
606
|
},
|
|
609
607
|
{
|
|
610
|
-
"variant": "h2",
|
|
611
608
|
"content": "Loop Failed",
|
|
609
|
+
"variant": "h2",
|
|
612
610
|
"type": "typography"
|
|
613
611
|
},
|
|
614
612
|
{
|
|
615
|
-
"message": "@entity.error",
|
|
616
613
|
"type": "alert",
|
|
614
|
+
"message": "@entity.error",
|
|
617
615
|
"variant": "error"
|
|
618
616
|
},
|
|
619
617
|
{
|
|
620
618
|
"type": "simple-grid",
|
|
621
|
-
"cols": 2.0,
|
|
622
619
|
"children": [
|
|
623
620
|
{
|
|
624
|
-
"label": "Iterations Used",
|
|
625
621
|
"icon": "repeat",
|
|
626
|
-
"
|
|
627
|
-
"value": "@entity.iterations"
|
|
622
|
+
"label": "Iterations Used",
|
|
623
|
+
"value": "@entity.iterations",
|
|
624
|
+
"type": "stat-display"
|
|
628
625
|
},
|
|
629
626
|
{
|
|
630
627
|
"icon": "shield",
|
|
631
|
-
"
|
|
628
|
+
"value": "@entity.maxIterations",
|
|
632
629
|
"label": "Max Allowed",
|
|
633
|
-
"
|
|
630
|
+
"type": "stat-display"
|
|
634
631
|
}
|
|
635
|
-
]
|
|
632
|
+
],
|
|
633
|
+
"cols": 2.0
|
|
636
634
|
},
|
|
637
635
|
{
|
|
638
|
-
"action": "RESET",
|
|
639
636
|
"label": "Retry",
|
|
640
|
-
"icon": "rotate-ccw",
|
|
641
637
|
"type": "button",
|
|
642
|
-
"
|
|
638
|
+
"action": "RESET",
|
|
639
|
+
"variant": "primary",
|
|
640
|
+
"icon": "rotate-ccw"
|
|
643
641
|
}
|
|
644
642
|
],
|
|
645
|
-
"gap": "lg"
|
|
643
|
+
"gap": "lg",
|
|
644
|
+
"direction": "vertical",
|
|
645
|
+
"align": "center"
|
|
646
646
|
}
|
|
647
647
|
]
|
|
648
648
|
]
|
|
@@ -674,24 +674,25 @@
|
|
|
674
674
|
"render-ui",
|
|
675
675
|
"main",
|
|
676
676
|
{
|
|
677
|
-
"direction": "vertical",
|
|
678
677
|
"align": "center",
|
|
679
|
-
"gap": "lg",
|
|
680
678
|
"type": "stack",
|
|
679
|
+
"direction": "vertical",
|
|
680
|
+
"gap": "lg",
|
|
681
681
|
"children": [
|
|
682
682
|
{
|
|
683
|
-
"
|
|
684
|
-
"
|
|
683
|
+
"name": "eye",
|
|
684
|
+
"type": "icon"
|
|
685
685
|
},
|
|
686
686
|
{
|
|
687
|
-
"type": "typography",
|
|
688
687
|
"variant": "h3",
|
|
688
|
+
"type": "typography",
|
|
689
689
|
"content": "Checking result..."
|
|
690
690
|
},
|
|
691
691
|
{
|
|
692
692
|
"type": "spinner"
|
|
693
693
|
},
|
|
694
694
|
{
|
|
695
|
+
"type": "badge",
|
|
695
696
|
"label": [
|
|
696
697
|
"str/concat",
|
|
697
698
|
"Iteration ",
|
|
@@ -699,8 +700,7 @@
|
|
|
699
700
|
"str/concat",
|
|
700
701
|
"@entity.iterations"
|
|
701
702
|
]
|
|
702
|
-
]
|
|
703
|
-
"type": "badge"
|
|
703
|
+
]
|
|
704
704
|
}
|
|
705
705
|
]
|
|
706
706
|
}
|
|
@@ -726,51 +726,51 @@
|
|
|
726
726
|
"render-ui",
|
|
727
727
|
"main",
|
|
728
728
|
{
|
|
729
|
+
"gap": "lg",
|
|
730
|
+
"align": "center",
|
|
731
|
+
"type": "stack",
|
|
732
|
+
"direction": "vertical",
|
|
729
733
|
"children": [
|
|
730
734
|
{
|
|
731
735
|
"type": "icon",
|
|
732
736
|
"name": "x-circle"
|
|
733
737
|
},
|
|
734
738
|
{
|
|
735
|
-
"variant": "h2",
|
|
736
739
|
"type": "typography",
|
|
737
|
-
"content": "Loop Failed"
|
|
740
|
+
"content": "Loop Failed",
|
|
741
|
+
"variant": "h2"
|
|
738
742
|
},
|
|
739
743
|
{
|
|
740
|
-
"type": "alert",
|
|
741
744
|
"variant": "error",
|
|
742
|
-
"message": "@entity.error"
|
|
745
|
+
"message": "@entity.error",
|
|
746
|
+
"type": "alert"
|
|
743
747
|
},
|
|
744
748
|
{
|
|
745
749
|
"type": "simple-grid",
|
|
750
|
+
"cols": 2.0,
|
|
746
751
|
"children": [
|
|
747
752
|
{
|
|
748
753
|
"label": "Iterations Used",
|
|
749
|
-
"type": "stat-display",
|
|
750
754
|
"icon": "repeat",
|
|
751
|
-
"value": "@entity.iterations"
|
|
755
|
+
"value": "@entity.iterations",
|
|
756
|
+
"type": "stat-display"
|
|
752
757
|
},
|
|
753
758
|
{
|
|
754
759
|
"type": "stat-display",
|
|
755
|
-
"label": "Max Allowed",
|
|
756
760
|
"value": "@entity.maxIterations",
|
|
757
|
-
"icon": "shield"
|
|
761
|
+
"icon": "shield",
|
|
762
|
+
"label": "Max Allowed"
|
|
758
763
|
}
|
|
759
|
-
]
|
|
760
|
-
"cols": 2.0
|
|
764
|
+
]
|
|
761
765
|
},
|
|
762
766
|
{
|
|
763
|
-
"icon": "rotate-ccw",
|
|
764
|
-
"type": "button",
|
|
765
767
|
"label": "Retry",
|
|
766
768
|
"action": "RESET",
|
|
767
|
-
"
|
|
769
|
+
"type": "button",
|
|
770
|
+
"variant": "primary",
|
|
771
|
+
"icon": "rotate-ccw"
|
|
768
772
|
}
|
|
769
|
-
]
|
|
770
|
-
"direction": "vertical",
|
|
771
|
-
"gap": "lg",
|
|
772
|
-
"type": "stack",
|
|
773
|
-
"align": "center"
|
|
773
|
+
]
|
|
774
774
|
}
|
|
775
775
|
]
|
|
776
776
|
]
|
|
@@ -794,60 +794,61 @@
|
|
|
794
794
|
"render-ui",
|
|
795
795
|
"main",
|
|
796
796
|
{
|
|
797
|
+
"gap": "lg",
|
|
797
798
|
"children": [
|
|
798
799
|
{
|
|
799
|
-
"justify": "between",
|
|
800
|
-
"direction": "horizontal",
|
|
801
|
-
"align": "center",
|
|
802
800
|
"children": [
|
|
803
801
|
{
|
|
802
|
+
"direction": "horizontal",
|
|
803
|
+
"type": "stack",
|
|
804
|
+
"gap": "sm",
|
|
805
|
+
"align": "center",
|
|
804
806
|
"children": [
|
|
805
807
|
{
|
|
806
|
-
"
|
|
807
|
-
"
|
|
808
|
+
"type": "icon",
|
|
809
|
+
"name": "check-circle"
|
|
808
810
|
},
|
|
809
811
|
{
|
|
810
|
-
"
|
|
812
|
+
"variant": "h2",
|
|
811
813
|
"content": "Loop Complete",
|
|
812
|
-
"
|
|
814
|
+
"type": "typography"
|
|
813
815
|
}
|
|
814
|
-
]
|
|
815
|
-
"direction": "horizontal",
|
|
816
|
-
"align": "center",
|
|
817
|
-
"type": "stack",
|
|
818
|
-
"gap": "sm"
|
|
816
|
+
]
|
|
819
817
|
},
|
|
820
818
|
{
|
|
821
|
-
"type": "button",
|
|
822
|
-
"variant": "ghost",
|
|
823
819
|
"action": "RESET",
|
|
820
|
+
"label": "New Task",
|
|
824
821
|
"icon": "rotate-ccw",
|
|
825
|
-
"
|
|
822
|
+
"variant": "ghost",
|
|
823
|
+
"type": "button"
|
|
826
824
|
}
|
|
827
825
|
],
|
|
826
|
+
"direction": "horizontal",
|
|
827
|
+
"gap": "sm",
|
|
828
828
|
"type": "stack",
|
|
829
|
-
"
|
|
829
|
+
"align": "center",
|
|
830
|
+
"justify": "between"
|
|
830
831
|
},
|
|
831
832
|
{
|
|
832
833
|
"type": "divider"
|
|
833
834
|
},
|
|
834
835
|
{
|
|
836
|
+
"type": "simple-grid",
|
|
835
837
|
"children": [
|
|
836
838
|
{
|
|
837
839
|
"value": "@entity.iterations",
|
|
838
|
-
"
|
|
840
|
+
"label": "Iterations",
|
|
839
841
|
"type": "stat-display",
|
|
840
|
-
"
|
|
842
|
+
"icon": "repeat"
|
|
841
843
|
},
|
|
842
844
|
{
|
|
843
|
-
"label": "Status",
|
|
844
845
|
"icon": "check",
|
|
845
|
-
"
|
|
846
|
-
"value": "@entity.status"
|
|
846
|
+
"label": "Status",
|
|
847
|
+
"value": "@entity.status",
|
|
848
|
+
"type": "stat-display"
|
|
847
849
|
}
|
|
848
850
|
],
|
|
849
|
-
"cols": 2.0
|
|
850
|
-
"type": "simple-grid"
|
|
851
|
+
"cols": 2.0
|
|
851
852
|
},
|
|
852
853
|
{
|
|
853
854
|
"type": "divider"
|
|
@@ -857,40 +858,39 @@
|
|
|
857
858
|
"children": [
|
|
858
859
|
{
|
|
859
860
|
"direction": "vertical",
|
|
860
|
-
"gap": "md",
|
|
861
861
|
"children": [
|
|
862
862
|
{
|
|
863
|
-
"variant": "caption",
|
|
864
863
|
"type": "typography",
|
|
865
|
-
"content": "Task"
|
|
864
|
+
"content": "Task",
|
|
865
|
+
"variant": "caption"
|
|
866
866
|
},
|
|
867
867
|
{
|
|
868
|
-
"type": "typography",
|
|
869
868
|
"content": "@entity.task",
|
|
870
|
-
"variant": "body"
|
|
869
|
+
"variant": "body",
|
|
870
|
+
"type": "typography"
|
|
871
871
|
},
|
|
872
872
|
{
|
|
873
873
|
"type": "divider"
|
|
874
874
|
},
|
|
875
875
|
{
|
|
876
|
-
"variant": "caption",
|
|
877
876
|
"content": "Result",
|
|
878
|
-
"type": "typography"
|
|
877
|
+
"type": "typography",
|
|
878
|
+
"variant": "caption"
|
|
879
879
|
},
|
|
880
880
|
{
|
|
881
|
+
"type": "typography",
|
|
881
882
|
"content": "@entity.result",
|
|
882
|
-
"variant": "body"
|
|
883
|
-
"type": "typography"
|
|
883
|
+
"variant": "body"
|
|
884
884
|
}
|
|
885
885
|
],
|
|
886
|
+
"gap": "md",
|
|
886
887
|
"type": "stack"
|
|
887
888
|
}
|
|
888
889
|
]
|
|
889
890
|
}
|
|
890
891
|
],
|
|
891
892
|
"type": "stack",
|
|
892
|
-
"direction": "vertical"
|
|
893
|
-
"gap": "lg"
|
|
893
|
+
"direction": "vertical"
|
|
894
894
|
}
|
|
895
895
|
]
|
|
896
896
|
]
|
|
@@ -941,30 +941,29 @@
|
|
|
941
941
|
"render-ui",
|
|
942
942
|
"main",
|
|
943
943
|
{
|
|
944
|
-
"gap": "lg",
|
|
945
944
|
"children": [
|
|
946
945
|
{
|
|
947
|
-
"
|
|
946
|
+
"justify": "between",
|
|
948
947
|
"direction": "horizontal",
|
|
949
948
|
"gap": "sm",
|
|
950
|
-
"
|
|
949
|
+
"align": "center",
|
|
951
950
|
"children": [
|
|
952
951
|
{
|
|
953
952
|
"type": "stack",
|
|
954
953
|
"direction": "horizontal",
|
|
955
|
-
"align": "center",
|
|
956
|
-
"gap": "sm",
|
|
957
954
|
"children": [
|
|
958
955
|
{
|
|
959
956
|
"name": "tool",
|
|
960
957
|
"type": "icon"
|
|
961
958
|
},
|
|
962
959
|
{
|
|
963
|
-
"
|
|
960
|
+
"content": "Executing Tool",
|
|
964
961
|
"type": "typography",
|
|
965
|
-
"
|
|
962
|
+
"variant": "h2"
|
|
966
963
|
}
|
|
967
|
-
]
|
|
964
|
+
],
|
|
965
|
+
"align": "center",
|
|
966
|
+
"gap": "sm"
|
|
968
967
|
},
|
|
969
968
|
{
|
|
970
969
|
"label": [
|
|
@@ -983,22 +982,23 @@
|
|
|
983
982
|
"type": "badge"
|
|
984
983
|
}
|
|
985
984
|
],
|
|
986
|
-
"
|
|
985
|
+
"type": "stack"
|
|
987
986
|
},
|
|
988
987
|
{
|
|
989
988
|
"type": "divider"
|
|
990
989
|
},
|
|
991
990
|
{
|
|
991
|
+
"type": "card",
|
|
992
992
|
"children": [
|
|
993
993
|
{
|
|
994
994
|
"gap": "sm",
|
|
995
|
-
"direction": "vertical",
|
|
996
995
|
"type": "stack",
|
|
996
|
+
"direction": "vertical",
|
|
997
997
|
"children": [
|
|
998
998
|
{
|
|
999
|
+
"content": "Current Tool",
|
|
999
1000
|
"type": "typography",
|
|
1000
|
-
"variant": "caption"
|
|
1001
|
-
"content": "Current Tool"
|
|
1001
|
+
"variant": "caption"
|
|
1002
1002
|
},
|
|
1003
1003
|
{
|
|
1004
1004
|
"variant": "h4",
|
|
@@ -1010,33 +1010,33 @@
|
|
|
1010
1010
|
}
|
|
1011
1011
|
]
|
|
1012
1012
|
}
|
|
1013
|
-
]
|
|
1014
|
-
"type": "card"
|
|
1013
|
+
]
|
|
1015
1014
|
},
|
|
1016
1015
|
{
|
|
1017
1016
|
"type": "card",
|
|
1018
1017
|
"children": [
|
|
1019
1018
|
{
|
|
1020
1019
|
"direction": "vertical",
|
|
1020
|
+
"type": "stack",
|
|
1021
1021
|
"gap": "sm",
|
|
1022
1022
|
"children": [
|
|
1023
1023
|
{
|
|
1024
|
-
"
|
|
1024
|
+
"variant": "caption",
|
|
1025
1025
|
"type": "typography",
|
|
1026
|
-
"
|
|
1026
|
+
"content": "Plan"
|
|
1027
1027
|
},
|
|
1028
1028
|
{
|
|
1029
1029
|
"content": "@entity.plan",
|
|
1030
1030
|
"variant": "body",
|
|
1031
1031
|
"type": "typography"
|
|
1032
1032
|
}
|
|
1033
|
-
]
|
|
1034
|
-
"type": "stack"
|
|
1033
|
+
]
|
|
1035
1034
|
}
|
|
1036
1035
|
]
|
|
1037
1036
|
}
|
|
1038
1037
|
],
|
|
1039
1038
|
"type": "stack",
|
|
1039
|
+
"gap": "lg",
|
|
1040
1040
|
"direction": "vertical"
|
|
1041
1041
|
}
|
|
1042
1042
|
]
|
|
@@ -1061,50 +1061,50 @@
|
|
|
1061
1061
|
"render-ui",
|
|
1062
1062
|
"main",
|
|
1063
1063
|
{
|
|
1064
|
+
"direction": "vertical",
|
|
1065
|
+
"gap": "lg",
|
|
1064
1066
|
"align": "center",
|
|
1065
1067
|
"children": [
|
|
1066
1068
|
{
|
|
1067
|
-
"
|
|
1068
|
-
"
|
|
1069
|
+
"name": "x-circle",
|
|
1070
|
+
"type": "icon"
|
|
1069
1071
|
},
|
|
1070
1072
|
{
|
|
1071
1073
|
"type": "typography",
|
|
1072
|
-
"
|
|
1073
|
-
"
|
|
1074
|
+
"content": "Loop Failed",
|
|
1075
|
+
"variant": "h2"
|
|
1074
1076
|
},
|
|
1075
1077
|
{
|
|
1078
|
+
"variant": "error",
|
|
1076
1079
|
"type": "alert",
|
|
1077
|
-
"message": "@entity.error"
|
|
1078
|
-
"variant": "error"
|
|
1080
|
+
"message": "@entity.error"
|
|
1079
1081
|
},
|
|
1080
1082
|
{
|
|
1083
|
+
"type": "simple-grid",
|
|
1081
1084
|
"children": [
|
|
1082
1085
|
{
|
|
1083
|
-
"
|
|
1084
|
-
"type": "stat-display",
|
|
1086
|
+
"value": "@entity.iterations",
|
|
1085
1087
|
"label": "Iterations Used",
|
|
1086
|
-
"
|
|
1088
|
+
"icon": "repeat",
|
|
1089
|
+
"type": "stat-display"
|
|
1087
1090
|
},
|
|
1088
1091
|
{
|
|
1089
|
-
"type": "stat-display",
|
|
1090
1092
|
"label": "Max Allowed",
|
|
1093
|
+
"type": "stat-display",
|
|
1091
1094
|
"value": "@entity.maxIterations",
|
|
1092
1095
|
"icon": "shield"
|
|
1093
1096
|
}
|
|
1094
1097
|
],
|
|
1095
|
-
"cols": 2.0
|
|
1096
|
-
"type": "simple-grid"
|
|
1098
|
+
"cols": 2.0
|
|
1097
1099
|
},
|
|
1098
1100
|
{
|
|
1099
|
-
"label": "Retry",
|
|
1100
1101
|
"icon": "rotate-ccw",
|
|
1101
1102
|
"type": "button",
|
|
1103
|
+
"action": "RESET",
|
|
1102
1104
|
"variant": "primary",
|
|
1103
|
-
"
|
|
1105
|
+
"label": "Retry"
|
|
1104
1106
|
}
|
|
1105
1107
|
],
|
|
1106
|
-
"direction": "vertical",
|
|
1107
|
-
"gap": "lg",
|
|
1108
1108
|
"type": "stack"
|
|
1109
1109
|
}
|
|
1110
1110
|
]
|
|
@@ -1160,23 +1160,25 @@
|
|
|
1160
1160
|
"main",
|
|
1161
1161
|
{
|
|
1162
1162
|
"type": "stack",
|
|
1163
|
+
"direction": "vertical",
|
|
1164
|
+
"gap": "lg",
|
|
1163
1165
|
"children": [
|
|
1164
1166
|
{
|
|
1167
|
+
"direction": "horizontal",
|
|
1168
|
+
"gap": "sm",
|
|
1169
|
+
"type": "stack",
|
|
1170
|
+
"align": "center",
|
|
1165
1171
|
"children": [
|
|
1166
1172
|
{
|
|
1167
|
-
"
|
|
1168
|
-
"
|
|
1173
|
+
"type": "icon",
|
|
1174
|
+
"name": "repeat"
|
|
1169
1175
|
},
|
|
1170
1176
|
{
|
|
1171
1177
|
"variant": "h2",
|
|
1172
1178
|
"type": "typography",
|
|
1173
1179
|
"content": "Tool Execution Loop"
|
|
1174
1180
|
}
|
|
1175
|
-
]
|
|
1176
|
-
"align": "center",
|
|
1177
|
-
"type": "stack",
|
|
1178
|
-
"direction": "horizontal",
|
|
1179
|
-
"gap": "sm"
|
|
1181
|
+
]
|
|
1180
1182
|
},
|
|
1181
1183
|
{
|
|
1182
1184
|
"type": "divider"
|
|
@@ -1187,29 +1189,27 @@
|
|
|
1187
1189
|
{
|
|
1188
1190
|
"type": "stack",
|
|
1189
1191
|
"direction": "vertical",
|
|
1192
|
+
"gap": "md",
|
|
1190
1193
|
"children": [
|
|
1191
1194
|
{
|
|
1192
|
-
"content": "Describe the task to execute with tools",
|
|
1193
1195
|
"variant": "body",
|
|
1194
|
-
"type": "typography"
|
|
1196
|
+
"type": "typography",
|
|
1197
|
+
"content": "Describe the task to execute with tools"
|
|
1195
1198
|
},
|
|
1196
1199
|
{
|
|
1197
|
-
"type": "form-section",
|
|
1198
1200
|
"mode": "edit",
|
|
1199
|
-
"
|
|
1200
|
-
"submitEvent": "EXECUTE",
|
|
1201
|
+
"type": "form-section",
|
|
1201
1202
|
"fields": [
|
|
1202
1203
|
"task"
|
|
1203
|
-
]
|
|
1204
|
+
],
|
|
1205
|
+
"submitEvent": "EXECUTE",
|
|
1206
|
+
"entity": "AgentToolLoop"
|
|
1204
1207
|
}
|
|
1205
|
-
]
|
|
1206
|
-
"gap": "md"
|
|
1208
|
+
]
|
|
1207
1209
|
}
|
|
1208
1210
|
]
|
|
1209
1211
|
}
|
|
1210
|
-
]
|
|
1211
|
-
"gap": "lg",
|
|
1212
|
-
"direction": "vertical"
|
|
1212
|
+
]
|
|
1213
1213
|
}
|
|
1214
1214
|
]
|
|
1215
1215
|
]
|
|
@@ -1263,7 +1263,6 @@
|
|
|
1263
1263
|
"render-ui",
|
|
1264
1264
|
"main",
|
|
1265
1265
|
{
|
|
1266
|
-
"direction": "vertical",
|
|
1267
1266
|
"type": "stack",
|
|
1268
1267
|
"gap": "lg",
|
|
1269
1268
|
"children": [
|
|
@@ -1274,15 +1273,15 @@
|
|
|
1274
1273
|
"type": "icon"
|
|
1275
1274
|
},
|
|
1276
1275
|
{
|
|
1276
|
+
"variant": "h2",
|
|
1277
1277
|
"type": "typography",
|
|
1278
|
-
"content": "Tool Execution Loop"
|
|
1279
|
-
"variant": "h2"
|
|
1278
|
+
"content": "Tool Execution Loop"
|
|
1280
1279
|
}
|
|
1281
1280
|
],
|
|
1282
|
-
"gap": "sm",
|
|
1283
1281
|
"direction": "horizontal",
|
|
1284
|
-
"
|
|
1285
|
-
"type": "stack"
|
|
1282
|
+
"gap": "sm",
|
|
1283
|
+
"type": "stack",
|
|
1284
|
+
"align": "center"
|
|
1286
1285
|
},
|
|
1287
1286
|
{
|
|
1288
1287
|
"type": "divider"
|
|
@@ -1290,30 +1289,31 @@
|
|
|
1290
1289
|
{
|
|
1291
1290
|
"children": [
|
|
1292
1291
|
{
|
|
1292
|
+
"type": "stack",
|
|
1293
1293
|
"children": [
|
|
1294
1294
|
{
|
|
1295
|
-
"type": "typography",
|
|
1296
1295
|
"content": "Describe the task to execute with tools",
|
|
1297
|
-
"variant": "body"
|
|
1296
|
+
"variant": "body",
|
|
1297
|
+
"type": "typography"
|
|
1298
1298
|
},
|
|
1299
1299
|
{
|
|
1300
|
-
"entity": "AgentToolLoop",
|
|
1301
|
-
"mode": "edit",
|
|
1302
|
-
"submitEvent": "EXECUTE",
|
|
1303
1300
|
"fields": [
|
|
1304
1301
|
"task"
|
|
1305
1302
|
],
|
|
1306
|
-
"
|
|
1303
|
+
"submitEvent": "EXECUTE",
|
|
1304
|
+
"mode": "edit",
|
|
1305
|
+
"type": "form-section",
|
|
1306
|
+
"entity": "AgentToolLoop"
|
|
1307
1307
|
}
|
|
1308
1308
|
],
|
|
1309
|
-
"gap": "md",
|
|
1310
1309
|
"direction": "vertical",
|
|
1311
|
-
"
|
|
1310
|
+
"gap": "md"
|
|
1312
1311
|
}
|
|
1313
1312
|
],
|
|
1314
1313
|
"type": "card"
|
|
1315
1314
|
}
|
|
1316
|
-
]
|
|
1315
|
+
],
|
|
1316
|
+
"direction": "vertical"
|
|
1317
1317
|
}
|
|
1318
1318
|
]
|
|
1319
1319
|
]
|