@almadar/std 8.5.1 → 10.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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/package.json +1 -1
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
{
|
|
235
235
|
"key": "PLAN_GENERATED",
|
|
236
236
|
"name": "Plan Generated",
|
|
237
|
-
"
|
|
237
|
+
"payloadSchema": [
|
|
238
238
|
{
|
|
239
239
|
"name": "plan",
|
|
240
240
|
"type": "string",
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
{
|
|
256
256
|
"key": "FAILED",
|
|
257
257
|
"name": "Failed",
|
|
258
|
-
"
|
|
258
|
+
"payloadSchema": [
|
|
259
259
|
{
|
|
260
260
|
"name": "error",
|
|
261
261
|
"type": "string",
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
{
|
|
267
267
|
"key": "TOOL_RESULT",
|
|
268
268
|
"name": "Tool Result",
|
|
269
|
-
"
|
|
269
|
+
"payloadSchema": [
|
|
270
270
|
{
|
|
271
271
|
"name": "output",
|
|
272
272
|
"type": "string",
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
{
|
|
278
278
|
"key": "CHECK_PASSED",
|
|
279
279
|
"name": "Check Passed",
|
|
280
|
-
"
|
|
280
|
+
"payloadSchema": [
|
|
281
281
|
{
|
|
282
282
|
"name": "result",
|
|
283
283
|
"type": "string",
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
{
|
|
289
289
|
"key": "CHECK_NEEDS_MORE",
|
|
290
290
|
"name": "Check Needs More",
|
|
291
|
-
"
|
|
291
|
+
"payloadSchema": [
|
|
292
292
|
{
|
|
293
293
|
"name": "toolName",
|
|
294
294
|
"type": "string",
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
{
|
|
305
305
|
"key": "MAX_ITERATIONS",
|
|
306
306
|
"name": "Max Iterations",
|
|
307
|
-
"
|
|
307
|
+
"payloadSchema": [
|
|
308
308
|
{
|
|
309
309
|
"name": "error",
|
|
310
310
|
"type": "string",
|
|
@@ -327,14 +327,11 @@
|
|
|
327
327
|
"render-ui",
|
|
328
328
|
"main",
|
|
329
329
|
{
|
|
330
|
+
"type": "stack",
|
|
330
331
|
"gap": "lg",
|
|
331
332
|
"direction": "vertical",
|
|
332
|
-
"type": "stack",
|
|
333
333
|
"children": [
|
|
334
334
|
{
|
|
335
|
-
"direction": "horizontal",
|
|
336
|
-
"align": "center",
|
|
337
|
-
"gap": "sm",
|
|
338
335
|
"type": "stack",
|
|
339
336
|
"children": [
|
|
340
337
|
{
|
|
@@ -342,11 +339,14 @@
|
|
|
342
339
|
"type": "icon"
|
|
343
340
|
},
|
|
344
341
|
{
|
|
345
|
-
"content": "Tool Execution Loop",
|
|
346
342
|
"type": "typography",
|
|
347
|
-
"variant": "h2"
|
|
343
|
+
"variant": "h2",
|
|
344
|
+
"content": "Tool Execution Loop"
|
|
348
345
|
}
|
|
349
|
-
]
|
|
346
|
+
],
|
|
347
|
+
"direction": "horizontal",
|
|
348
|
+
"gap": "sm",
|
|
349
|
+
"align": "center"
|
|
350
350
|
},
|
|
351
351
|
{
|
|
352
352
|
"type": "divider"
|
|
@@ -354,25 +354,25 @@
|
|
|
354
354
|
{
|
|
355
355
|
"children": [
|
|
356
356
|
{
|
|
357
|
-
"type": "stack",
|
|
358
357
|
"gap": "md",
|
|
358
|
+
"type": "stack",
|
|
359
|
+
"direction": "vertical",
|
|
359
360
|
"children": [
|
|
360
361
|
{
|
|
361
|
-
"variant": "body",
|
|
362
362
|
"type": "typography",
|
|
363
|
-
"content": "Describe the task to execute with tools"
|
|
363
|
+
"content": "Describe the task to execute with tools",
|
|
364
|
+
"variant": "body"
|
|
364
365
|
},
|
|
365
366
|
{
|
|
367
|
+
"mode": "edit",
|
|
366
368
|
"submitEvent": "EXECUTE",
|
|
369
|
+
"entity": "@entity",
|
|
370
|
+
"type": "form-section",
|
|
367
371
|
"fields": [
|
|
368
372
|
"task"
|
|
369
|
-
]
|
|
370
|
-
"type": "form-section",
|
|
371
|
-
"entity": "@entity",
|
|
372
|
-
"mode": "edit"
|
|
373
|
+
]
|
|
373
374
|
}
|
|
374
|
-
]
|
|
375
|
-
"direction": "vertical"
|
|
375
|
+
]
|
|
376
376
|
}
|
|
377
377
|
],
|
|
378
378
|
"type": "card"
|
|
@@ -418,7 +418,6 @@
|
|
|
418
418
|
"render-ui",
|
|
419
419
|
"main",
|
|
420
420
|
{
|
|
421
|
-
"gap": "lg",
|
|
422
421
|
"children": [
|
|
423
422
|
{
|
|
424
423
|
"type": "icon",
|
|
@@ -434,13 +433,14 @@
|
|
|
434
433
|
},
|
|
435
434
|
{
|
|
436
435
|
"content": "@entity.task",
|
|
437
|
-
"
|
|
438
|
-
"
|
|
436
|
+
"type": "typography",
|
|
437
|
+
"variant": "caption"
|
|
439
438
|
}
|
|
440
439
|
],
|
|
441
|
-
"
|
|
440
|
+
"gap": "lg",
|
|
442
441
|
"type": "stack",
|
|
443
|
-
"direction": "vertical"
|
|
442
|
+
"direction": "vertical",
|
|
443
|
+
"align": "center"
|
|
444
444
|
}
|
|
445
445
|
]
|
|
446
446
|
]
|
|
@@ -478,13 +478,16 @@
|
|
|
478
478
|
"render-ui",
|
|
479
479
|
"main",
|
|
480
480
|
{
|
|
481
|
-
"gap": "lg",
|
|
482
|
-
"type": "stack",
|
|
483
481
|
"direction": "vertical",
|
|
482
|
+
"gap": "lg",
|
|
484
483
|
"children": [
|
|
485
484
|
{
|
|
485
|
+
"direction": "horizontal",
|
|
486
|
+
"justify": "between",
|
|
486
487
|
"children": [
|
|
487
488
|
{
|
|
489
|
+
"gap": "sm",
|
|
490
|
+
"type": "stack",
|
|
488
491
|
"children": [
|
|
489
492
|
{
|
|
490
493
|
"type": "icon",
|
|
@@ -492,77 +495,74 @@
|
|
|
492
495
|
},
|
|
493
496
|
{
|
|
494
497
|
"content": "Executing Tool",
|
|
495
|
-
"
|
|
496
|
-
"
|
|
498
|
+
"variant": "h2",
|
|
499
|
+
"type": "typography"
|
|
497
500
|
}
|
|
498
501
|
],
|
|
499
|
-
"
|
|
500
|
-
"
|
|
501
|
-
"direction": "horizontal",
|
|
502
|
-
"align": "center"
|
|
502
|
+
"align": "center",
|
|
503
|
+
"direction": "horizontal"
|
|
503
504
|
},
|
|
504
505
|
{
|
|
505
506
|
"label": "@entity.maxIterations",
|
|
506
507
|
"type": "badge"
|
|
507
508
|
}
|
|
508
509
|
],
|
|
509
|
-
"gap": "sm",
|
|
510
|
-
"type": "stack",
|
|
511
|
-
"direction": "horizontal",
|
|
512
510
|
"align": "center",
|
|
513
|
-
"
|
|
511
|
+
"type": "stack",
|
|
512
|
+
"gap": "sm"
|
|
514
513
|
},
|
|
515
514
|
{
|
|
516
515
|
"type": "divider"
|
|
517
516
|
},
|
|
518
517
|
{
|
|
519
|
-
"type": "card",
|
|
520
518
|
"children": [
|
|
521
519
|
{
|
|
522
|
-
"gap": "sm",
|
|
523
|
-
"type": "stack",
|
|
524
520
|
"children": [
|
|
525
521
|
{
|
|
526
|
-
"content": "Current Tool",
|
|
527
522
|
"variant": "caption",
|
|
528
|
-
"type": "typography"
|
|
523
|
+
"type": "typography",
|
|
524
|
+
"content": "Current Tool"
|
|
529
525
|
},
|
|
530
526
|
{
|
|
531
|
-
"type": "typography",
|
|
532
527
|
"content": "@entity.currentTool",
|
|
533
|
-
"variant": "h4"
|
|
528
|
+
"variant": "h4",
|
|
529
|
+
"type": "typography"
|
|
534
530
|
},
|
|
535
531
|
{
|
|
536
532
|
"type": "spinner"
|
|
537
533
|
}
|
|
538
534
|
],
|
|
535
|
+
"gap": "sm",
|
|
536
|
+
"type": "stack",
|
|
539
537
|
"direction": "vertical"
|
|
540
538
|
}
|
|
541
|
-
]
|
|
539
|
+
],
|
|
540
|
+
"type": "card"
|
|
542
541
|
},
|
|
543
542
|
{
|
|
544
543
|
"type": "card",
|
|
545
544
|
"children": [
|
|
546
545
|
{
|
|
547
|
-
"direction": "vertical",
|
|
548
546
|
"type": "stack",
|
|
547
|
+
"gap": "sm",
|
|
549
548
|
"children": [
|
|
550
549
|
{
|
|
551
550
|
"content": "Plan",
|
|
552
|
-
"
|
|
553
|
-
"
|
|
551
|
+
"variant": "caption",
|
|
552
|
+
"type": "typography"
|
|
554
553
|
},
|
|
555
554
|
{
|
|
555
|
+
"content": "@entity.plan",
|
|
556
556
|
"type": "typography",
|
|
557
|
-
"variant": "body"
|
|
558
|
-
"content": "@entity.plan"
|
|
557
|
+
"variant": "body"
|
|
559
558
|
}
|
|
560
559
|
],
|
|
561
|
-
"
|
|
560
|
+
"direction": "vertical"
|
|
562
561
|
}
|
|
563
562
|
]
|
|
564
563
|
}
|
|
565
|
-
]
|
|
564
|
+
],
|
|
565
|
+
"type": "stack"
|
|
566
566
|
}
|
|
567
567
|
]
|
|
568
568
|
]
|
|
@@ -586,7 +586,6 @@
|
|
|
586
586
|
"render-ui",
|
|
587
587
|
"main",
|
|
588
588
|
{
|
|
589
|
-
"direction": "vertical",
|
|
590
589
|
"align": "center",
|
|
591
590
|
"children": [
|
|
592
591
|
{
|
|
@@ -595,42 +594,43 @@
|
|
|
595
594
|
},
|
|
596
595
|
{
|
|
597
596
|
"type": "typography",
|
|
598
|
-
"
|
|
599
|
-
"
|
|
597
|
+
"content": "Loop Failed",
|
|
598
|
+
"variant": "h2"
|
|
600
599
|
},
|
|
601
600
|
{
|
|
602
|
-
"message": "@entity.error",
|
|
603
601
|
"variant": "error",
|
|
602
|
+
"message": "@entity.error",
|
|
604
603
|
"type": "alert"
|
|
605
604
|
},
|
|
606
605
|
{
|
|
607
|
-
"type": "simple-grid",
|
|
608
606
|
"cols": 2.0,
|
|
607
|
+
"type": "simple-grid",
|
|
609
608
|
"children": [
|
|
610
609
|
{
|
|
611
|
-
"
|
|
612
|
-
"type": "stat-display",
|
|
610
|
+
"value": "@entity.iterations",
|
|
613
611
|
"label": "Iterations Used",
|
|
614
|
-
"
|
|
612
|
+
"type": "stat-display",
|
|
613
|
+
"icon": "repeat"
|
|
615
614
|
},
|
|
616
615
|
{
|
|
617
616
|
"icon": "shield",
|
|
618
|
-
"
|
|
617
|
+
"label": "Max Allowed",
|
|
619
618
|
"value": "@entity.maxIterations",
|
|
620
|
-
"
|
|
619
|
+
"type": "stat-display"
|
|
621
620
|
}
|
|
622
621
|
]
|
|
623
622
|
},
|
|
624
623
|
{
|
|
625
|
-
"icon": "rotate-ccw",
|
|
626
|
-
"label": "Retry",
|
|
627
624
|
"type": "button",
|
|
625
|
+
"variant": "primary",
|
|
628
626
|
"action": "RESET",
|
|
629
|
-
"
|
|
627
|
+
"label": "Retry",
|
|
628
|
+
"icon": "rotate-ccw"
|
|
630
629
|
}
|
|
631
630
|
],
|
|
632
|
-
"
|
|
633
|
-
"
|
|
631
|
+
"type": "stack",
|
|
632
|
+
"direction": "vertical",
|
|
633
|
+
"gap": "lg"
|
|
634
634
|
}
|
|
635
635
|
]
|
|
636
636
|
]
|
|
@@ -662,28 +662,28 @@
|
|
|
662
662
|
"render-ui",
|
|
663
663
|
"main",
|
|
664
664
|
{
|
|
665
|
-
"
|
|
665
|
+
"direction": "vertical",
|
|
666
|
+
"type": "stack",
|
|
667
|
+
"align": "center",
|
|
666
668
|
"children": [
|
|
667
669
|
{
|
|
668
|
-
"
|
|
669
|
-
"
|
|
670
|
+
"name": "eye",
|
|
671
|
+
"type": "icon"
|
|
670
672
|
},
|
|
671
673
|
{
|
|
672
|
-
"
|
|
674
|
+
"variant": "h3",
|
|
673
675
|
"content": "Checking result...",
|
|
674
|
-
"
|
|
676
|
+
"type": "typography"
|
|
675
677
|
},
|
|
676
678
|
{
|
|
677
679
|
"type": "spinner"
|
|
678
680
|
},
|
|
679
681
|
{
|
|
680
|
-
"
|
|
681
|
-
"
|
|
682
|
+
"type": "badge",
|
|
683
|
+
"label": "@entity.iterations"
|
|
682
684
|
}
|
|
683
685
|
],
|
|
684
|
-
"
|
|
685
|
-
"direction": "vertical",
|
|
686
|
-
"align": "center"
|
|
686
|
+
"gap": "lg"
|
|
687
687
|
}
|
|
688
688
|
]
|
|
689
689
|
]
|
|
@@ -707,7 +707,6 @@
|
|
|
707
707
|
"render-ui",
|
|
708
708
|
"main",
|
|
709
709
|
{
|
|
710
|
-
"gap": "lg",
|
|
711
710
|
"type": "stack",
|
|
712
711
|
"align": "center",
|
|
713
712
|
"children": [
|
|
@@ -716,9 +715,9 @@
|
|
|
716
715
|
"name": "x-circle"
|
|
717
716
|
},
|
|
718
717
|
{
|
|
719
|
-
"
|
|
718
|
+
"content": "Loop Failed",
|
|
720
719
|
"variant": "h2",
|
|
721
|
-
"
|
|
720
|
+
"type": "typography"
|
|
722
721
|
},
|
|
723
722
|
{
|
|
724
723
|
"type": "alert",
|
|
@@ -726,32 +725,33 @@
|
|
|
726
725
|
"variant": "error"
|
|
727
726
|
},
|
|
728
727
|
{
|
|
729
|
-
"cols": 2.0,
|
|
730
|
-
"type": "simple-grid",
|
|
731
728
|
"children": [
|
|
732
729
|
{
|
|
733
|
-
"label": "Iterations Used",
|
|
734
730
|
"value": "@entity.iterations",
|
|
731
|
+
"label": "Iterations Used",
|
|
735
732
|
"type": "stat-display",
|
|
736
733
|
"icon": "repeat"
|
|
737
734
|
},
|
|
738
735
|
{
|
|
739
|
-
"
|
|
736
|
+
"icon": "shield",
|
|
740
737
|
"label": "Max Allowed",
|
|
741
|
-
"
|
|
742
|
-
"
|
|
738
|
+
"type": "stat-display",
|
|
739
|
+
"value": "@entity.maxIterations"
|
|
743
740
|
}
|
|
744
|
-
]
|
|
741
|
+
],
|
|
742
|
+
"cols": 2.0,
|
|
743
|
+
"type": "simple-grid"
|
|
745
744
|
},
|
|
746
745
|
{
|
|
746
|
+
"label": "Retry",
|
|
747
|
+
"variant": "primary",
|
|
747
748
|
"icon": "rotate-ccw",
|
|
748
|
-
"action": "RESET",
|
|
749
749
|
"type": "button",
|
|
750
|
-
"
|
|
751
|
-
"label": "Retry"
|
|
750
|
+
"action": "RESET"
|
|
752
751
|
}
|
|
753
752
|
],
|
|
754
|
-
"direction": "vertical"
|
|
753
|
+
"direction": "vertical",
|
|
754
|
+
"gap": "lg"
|
|
755
755
|
}
|
|
756
756
|
]
|
|
757
757
|
]
|
|
@@ -775,101 +775,101 @@
|
|
|
775
775
|
"render-ui",
|
|
776
776
|
"main",
|
|
777
777
|
{
|
|
778
|
-
"direction": "vertical",
|
|
779
778
|
"type": "stack",
|
|
780
779
|
"gap": "lg",
|
|
780
|
+
"direction": "vertical",
|
|
781
781
|
"children": [
|
|
782
782
|
{
|
|
783
|
+
"align": "center",
|
|
784
|
+
"type": "stack",
|
|
785
|
+
"direction": "horizontal",
|
|
786
|
+
"justify": "between",
|
|
783
787
|
"children": [
|
|
784
788
|
{
|
|
785
789
|
"align": "center",
|
|
790
|
+
"direction": "horizontal",
|
|
791
|
+
"type": "stack",
|
|
792
|
+
"gap": "sm",
|
|
786
793
|
"children": [
|
|
787
794
|
{
|
|
788
|
-
"
|
|
789
|
-
"
|
|
795
|
+
"name": "check-circle",
|
|
796
|
+
"type": "icon"
|
|
790
797
|
},
|
|
791
798
|
{
|
|
799
|
+
"type": "typography",
|
|
792
800
|
"content": "Loop Complete",
|
|
793
|
-
"variant": "h2"
|
|
794
|
-
"type": "typography"
|
|
801
|
+
"variant": "h2"
|
|
795
802
|
}
|
|
796
|
-
]
|
|
797
|
-
"gap": "sm",
|
|
798
|
-
"direction": "horizontal",
|
|
799
|
-
"type": "stack"
|
|
803
|
+
]
|
|
800
804
|
},
|
|
801
805
|
{
|
|
802
|
-
"type": "button",
|
|
803
806
|
"action": "RESET",
|
|
807
|
+
"type": "button",
|
|
804
808
|
"label": "New Task",
|
|
805
809
|
"variant": "ghost",
|
|
806
810
|
"icon": "rotate-ccw"
|
|
807
811
|
}
|
|
808
812
|
],
|
|
809
|
-
"
|
|
810
|
-
"direction": "horizontal",
|
|
811
|
-
"gap": "sm",
|
|
812
|
-
"align": "center",
|
|
813
|
-
"justify": "between"
|
|
813
|
+
"gap": "sm"
|
|
814
814
|
},
|
|
815
815
|
{
|
|
816
816
|
"type": "divider"
|
|
817
817
|
},
|
|
818
818
|
{
|
|
819
|
+
"cols": 2.0,
|
|
819
820
|
"children": [
|
|
820
821
|
{
|
|
821
822
|
"value": "@entity.iterations",
|
|
822
823
|
"label": "Iterations",
|
|
823
|
-
"
|
|
824
|
-
"
|
|
824
|
+
"type": "stat-display",
|
|
825
|
+
"icon": "repeat"
|
|
825
826
|
},
|
|
826
827
|
{
|
|
827
828
|
"label": "Status",
|
|
829
|
+
"value": "@entity.status",
|
|
828
830
|
"type": "stat-display",
|
|
829
|
-
"icon": "check"
|
|
830
|
-
"value": "@entity.status"
|
|
831
|
+
"icon": "check"
|
|
831
832
|
}
|
|
832
833
|
],
|
|
833
|
-
"cols": 2.0,
|
|
834
834
|
"type": "simple-grid"
|
|
835
835
|
},
|
|
836
836
|
{
|
|
837
837
|
"type": "divider"
|
|
838
838
|
},
|
|
839
839
|
{
|
|
840
|
+
"type": "card",
|
|
840
841
|
"children": [
|
|
841
842
|
{
|
|
842
|
-
"type": "stack",
|
|
843
|
-
"gap": "md",
|
|
844
|
-
"direction": "vertical",
|
|
845
843
|
"children": [
|
|
846
844
|
{
|
|
847
845
|
"content": "Task",
|
|
848
|
-
"
|
|
849
|
-
"
|
|
846
|
+
"variant": "caption",
|
|
847
|
+
"type": "typography"
|
|
850
848
|
},
|
|
851
849
|
{
|
|
850
|
+
"content": "@entity.task",
|
|
852
851
|
"type": "typography",
|
|
853
|
-
"variant": "body"
|
|
854
|
-
"content": "@entity.task"
|
|
852
|
+
"variant": "body"
|
|
855
853
|
},
|
|
856
854
|
{
|
|
857
855
|
"type": "divider"
|
|
858
856
|
},
|
|
859
857
|
{
|
|
860
|
-
"variant": "caption",
|
|
861
858
|
"type": "typography",
|
|
859
|
+
"variant": "caption",
|
|
862
860
|
"content": "Result"
|
|
863
861
|
},
|
|
864
862
|
{
|
|
865
863
|
"type": "typography",
|
|
866
|
-
"
|
|
867
|
-
"
|
|
864
|
+
"content": "@entity.result",
|
|
865
|
+
"variant": "body"
|
|
868
866
|
}
|
|
869
|
-
]
|
|
867
|
+
],
|
|
868
|
+
"gap": "md",
|
|
869
|
+
"type": "stack",
|
|
870
|
+
"direction": "vertical"
|
|
870
871
|
}
|
|
871
|
-
]
|
|
872
|
-
"type": "card"
|
|
872
|
+
]
|
|
873
873
|
}
|
|
874
874
|
]
|
|
875
875
|
}
|
|
@@ -922,17 +922,20 @@
|
|
|
922
922
|
"render-ui",
|
|
923
923
|
"main",
|
|
924
924
|
{
|
|
925
|
+
"type": "stack",
|
|
925
926
|
"direction": "vertical",
|
|
926
927
|
"children": [
|
|
927
928
|
{
|
|
928
929
|
"gap": "sm",
|
|
930
|
+
"type": "stack",
|
|
931
|
+
"direction": "horizontal",
|
|
932
|
+
"justify": "between",
|
|
929
933
|
"align": "center",
|
|
930
934
|
"children": [
|
|
931
935
|
{
|
|
932
|
-
"type": "stack",
|
|
933
|
-
"direction": "horizontal",
|
|
934
936
|
"gap": "sm",
|
|
935
937
|
"align": "center",
|
|
938
|
+
"direction": "horizontal",
|
|
936
939
|
"children": [
|
|
937
940
|
{
|
|
938
941
|
"type": "icon",
|
|
@@ -940,33 +943,32 @@
|
|
|
940
943
|
},
|
|
941
944
|
{
|
|
942
945
|
"variant": "h2",
|
|
943
|
-
"
|
|
944
|
-
"
|
|
946
|
+
"type": "typography",
|
|
947
|
+
"content": "Executing Tool"
|
|
945
948
|
}
|
|
946
|
-
]
|
|
949
|
+
],
|
|
950
|
+
"type": "stack"
|
|
947
951
|
},
|
|
948
952
|
{
|
|
949
953
|
"label": "@entity.maxIterations",
|
|
950
954
|
"type": "badge"
|
|
951
955
|
}
|
|
952
|
-
]
|
|
953
|
-
"type": "stack",
|
|
954
|
-
"justify": "between",
|
|
955
|
-
"direction": "horizontal"
|
|
956
|
+
]
|
|
956
957
|
},
|
|
957
958
|
{
|
|
958
959
|
"type": "divider"
|
|
959
960
|
},
|
|
960
961
|
{
|
|
962
|
+
"type": "card",
|
|
961
963
|
"children": [
|
|
962
964
|
{
|
|
963
965
|
"direction": "vertical",
|
|
964
|
-
"
|
|
966
|
+
"type": "stack",
|
|
965
967
|
"children": [
|
|
966
968
|
{
|
|
967
|
-
"type": "typography",
|
|
968
969
|
"variant": "caption",
|
|
969
|
-
"content": "Current Tool"
|
|
970
|
+
"content": "Current Tool",
|
|
971
|
+
"type": "typography"
|
|
970
972
|
},
|
|
971
973
|
{
|
|
972
974
|
"content": "@entity.currentTool",
|
|
@@ -977,35 +979,33 @@
|
|
|
977
979
|
"type": "spinner"
|
|
978
980
|
}
|
|
979
981
|
],
|
|
980
|
-
"
|
|
982
|
+
"gap": "sm"
|
|
981
983
|
}
|
|
982
|
-
]
|
|
983
|
-
"type": "card"
|
|
984
|
+
]
|
|
984
985
|
},
|
|
985
986
|
{
|
|
986
987
|
"children": [
|
|
987
988
|
{
|
|
989
|
+
"gap": "sm",
|
|
990
|
+
"type": "stack",
|
|
991
|
+
"direction": "vertical",
|
|
988
992
|
"children": [
|
|
989
993
|
{
|
|
990
|
-
"variant": "caption",
|
|
991
994
|
"type": "typography",
|
|
992
|
-
"content": "Plan"
|
|
995
|
+
"content": "Plan",
|
|
996
|
+
"variant": "caption"
|
|
993
997
|
},
|
|
994
998
|
{
|
|
995
|
-
"content": "@entity.plan",
|
|
996
999
|
"variant": "body",
|
|
1000
|
+
"content": "@entity.plan",
|
|
997
1001
|
"type": "typography"
|
|
998
1002
|
}
|
|
999
|
-
]
|
|
1000
|
-
"direction": "vertical",
|
|
1001
|
-
"gap": "sm",
|
|
1002
|
-
"type": "stack"
|
|
1003
|
+
]
|
|
1003
1004
|
}
|
|
1004
1005
|
],
|
|
1005
1006
|
"type": "card"
|
|
1006
1007
|
}
|
|
1007
1008
|
],
|
|
1008
|
-
"type": "stack",
|
|
1009
1009
|
"gap": "lg"
|
|
1010
1010
|
}
|
|
1011
1011
|
]
|
|
@@ -1036,9 +1036,9 @@
|
|
|
1036
1036
|
"type": "icon"
|
|
1037
1037
|
},
|
|
1038
1038
|
{
|
|
1039
|
-
"type": "typography",
|
|
1040
1039
|
"content": "Loop Failed",
|
|
1041
|
-
"variant": "h2"
|
|
1040
|
+
"variant": "h2",
|
|
1041
|
+
"type": "typography"
|
|
1042
1042
|
},
|
|
1043
1043
|
{
|
|
1044
1044
|
"message": "@entity.error",
|
|
@@ -1052,13 +1052,13 @@
|
|
|
1052
1052
|
{
|
|
1053
1053
|
"type": "stat-display",
|
|
1054
1054
|
"label": "Iterations Used",
|
|
1055
|
-
"
|
|
1056
|
-
"
|
|
1055
|
+
"value": "@entity.iterations",
|
|
1056
|
+
"icon": "repeat"
|
|
1057
1057
|
},
|
|
1058
1058
|
{
|
|
1059
|
-
"label": "Max Allowed",
|
|
1060
1059
|
"value": "@entity.maxIterations",
|
|
1061
1060
|
"icon": "shield",
|
|
1061
|
+
"label": "Max Allowed",
|
|
1062
1062
|
"type": "stat-display"
|
|
1063
1063
|
}
|
|
1064
1064
|
]
|
|
@@ -1066,15 +1066,15 @@
|
|
|
1066
1066
|
{
|
|
1067
1067
|
"icon": "rotate-ccw",
|
|
1068
1068
|
"variant": "primary",
|
|
1069
|
+
"action": "RESET",
|
|
1069
1070
|
"type": "button",
|
|
1070
|
-
"label": "Retry"
|
|
1071
|
-
"action": "RESET"
|
|
1071
|
+
"label": "Retry"
|
|
1072
1072
|
}
|
|
1073
1073
|
],
|
|
1074
|
-
"
|
|
1075
|
-
"direction": "vertical",
|
|
1074
|
+
"align": "center",
|
|
1076
1075
|
"gap": "lg",
|
|
1077
|
-
"
|
|
1076
|
+
"direction": "vertical",
|
|
1077
|
+
"type": "stack"
|
|
1078
1078
|
}
|
|
1079
1079
|
]
|
|
1080
1080
|
]
|
|
@@ -1128,25 +1128,22 @@
|
|
|
1128
1128
|
"render-ui",
|
|
1129
1129
|
"main",
|
|
1130
1130
|
{
|
|
1131
|
-
"direction": "vertical",
|
|
1132
|
-
"gap": "lg",
|
|
1133
|
-
"type": "stack",
|
|
1134
1131
|
"children": [
|
|
1135
1132
|
{
|
|
1136
1133
|
"direction": "horizontal",
|
|
1134
|
+
"type": "stack",
|
|
1135
|
+
"gap": "sm",
|
|
1137
1136
|
"children": [
|
|
1138
1137
|
{
|
|
1139
|
-
"
|
|
1140
|
-
"
|
|
1138
|
+
"name": "repeat",
|
|
1139
|
+
"type": "icon"
|
|
1141
1140
|
},
|
|
1142
1141
|
{
|
|
1142
|
+
"content": "Tool Execution Loop",
|
|
1143
1143
|
"variant": "h2",
|
|
1144
|
-
"type": "typography"
|
|
1145
|
-
"content": "Tool Execution Loop"
|
|
1144
|
+
"type": "typography"
|
|
1146
1145
|
}
|
|
1147
1146
|
],
|
|
1148
|
-
"gap": "sm",
|
|
1149
|
-
"type": "stack",
|
|
1150
1147
|
"align": "center"
|
|
1151
1148
|
},
|
|
1152
1149
|
{
|
|
@@ -1156,29 +1153,32 @@
|
|
|
1156
1153
|
"type": "card",
|
|
1157
1154
|
"children": [
|
|
1158
1155
|
{
|
|
1159
|
-
"direction": "vertical",
|
|
1160
1156
|
"children": [
|
|
1161
1157
|
{
|
|
1158
|
+
"variant": "body",
|
|
1162
1159
|
"content": "Describe the task to execute with tools",
|
|
1163
|
-
"type": "typography"
|
|
1164
|
-
"variant": "body"
|
|
1160
|
+
"type": "typography"
|
|
1165
1161
|
},
|
|
1166
1162
|
{
|
|
1167
|
-
"mode": "edit",
|
|
1168
|
-
"entity": "@entity",
|
|
1169
1163
|
"fields": [
|
|
1170
1164
|
"task"
|
|
1171
1165
|
],
|
|
1172
|
-
"
|
|
1173
|
-
"
|
|
1166
|
+
"mode": "edit",
|
|
1167
|
+
"entity": "@entity",
|
|
1168
|
+
"type": "form-section",
|
|
1169
|
+
"submitEvent": "EXECUTE"
|
|
1174
1170
|
}
|
|
1175
1171
|
],
|
|
1172
|
+
"type": "stack",
|
|
1176
1173
|
"gap": "md",
|
|
1177
|
-
"
|
|
1174
|
+
"direction": "vertical"
|
|
1178
1175
|
}
|
|
1179
1176
|
]
|
|
1180
1177
|
}
|
|
1181
|
-
]
|
|
1178
|
+
],
|
|
1179
|
+
"type": "stack",
|
|
1180
|
+
"direction": "vertical",
|
|
1181
|
+
"gap": "lg"
|
|
1182
1182
|
}
|
|
1183
1183
|
]
|
|
1184
1184
|
]
|
|
@@ -1238,19 +1238,19 @@
|
|
|
1238
1238
|
"children": [
|
|
1239
1239
|
{
|
|
1240
1240
|
"direction": "horizontal",
|
|
1241
|
-
"
|
|
1241
|
+
"type": "stack",
|
|
1242
1242
|
"children": [
|
|
1243
1243
|
{
|
|
1244
1244
|
"type": "icon",
|
|
1245
1245
|
"name": "repeat"
|
|
1246
1246
|
},
|
|
1247
1247
|
{
|
|
1248
|
+
"content": "Tool Execution Loop",
|
|
1248
1249
|
"variant": "h2",
|
|
1249
|
-
"type": "typography"
|
|
1250
|
-
"content": "Tool Execution Loop"
|
|
1250
|
+
"type": "typography"
|
|
1251
1251
|
}
|
|
1252
1252
|
],
|
|
1253
|
-
"
|
|
1253
|
+
"gap": "sm",
|
|
1254
1254
|
"align": "center"
|
|
1255
1255
|
},
|
|
1256
1256
|
{
|
|
@@ -1260,25 +1260,25 @@
|
|
|
1260
1260
|
"type": "card",
|
|
1261
1261
|
"children": [
|
|
1262
1262
|
{
|
|
1263
|
-
"
|
|
1263
|
+
"direction": "vertical",
|
|
1264
1264
|
"children": [
|
|
1265
1265
|
{
|
|
1266
|
+
"variant": "body",
|
|
1266
1267
|
"type": "typography",
|
|
1267
|
-
"content": "Describe the task to execute with tools"
|
|
1268
|
-
"variant": "body"
|
|
1268
|
+
"content": "Describe the task to execute with tools"
|
|
1269
1269
|
},
|
|
1270
1270
|
{
|
|
1271
|
+
"submitEvent": "EXECUTE",
|
|
1272
|
+
"mode": "edit",
|
|
1271
1273
|
"type": "form-section",
|
|
1272
1274
|
"entity": "@entity",
|
|
1273
|
-
"mode": "edit",
|
|
1274
|
-
"submitEvent": "EXECUTE",
|
|
1275
1275
|
"fields": [
|
|
1276
1276
|
"task"
|
|
1277
1277
|
]
|
|
1278
1278
|
}
|
|
1279
1279
|
],
|
|
1280
1280
|
"type": "stack",
|
|
1281
|
-
"
|
|
1281
|
+
"gap": "md"
|
|
1282
1282
|
}
|
|
1283
1283
|
]
|
|
1284
1284
|
}
|
|
@@ -1341,4 +1341,4 @@
|
|
|
1341
1341
|
]
|
|
1342
1342
|
}
|
|
1343
1343
|
]
|
|
1344
|
-
}
|
|
1344
|
+
}
|