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