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