@almadar/std 13.7.0 → 13.8.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 +69 -69
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors/behaviors-registry.json +2913 -322
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors-registry.json +2913 -322
- package/package.json +1 -1
|
@@ -323,16 +323,18 @@
|
|
|
323
323
|
"to": "idle",
|
|
324
324
|
"event": "INIT",
|
|
325
325
|
"effects": [
|
|
326
|
+
[
|
|
327
|
+
"set",
|
|
328
|
+
"@entity.maxIterations",
|
|
329
|
+
10.0
|
|
330
|
+
],
|
|
326
331
|
[
|
|
327
332
|
"render-ui",
|
|
328
333
|
"main",
|
|
329
334
|
{
|
|
330
|
-
"gap": "lg",
|
|
331
|
-
"direction": "vertical",
|
|
332
335
|
"children": [
|
|
333
336
|
{
|
|
334
337
|
"type": "stack",
|
|
335
|
-
"direction": "horizontal",
|
|
336
338
|
"gap": "sm",
|
|
337
339
|
"align": "center",
|
|
338
340
|
"children": [
|
|
@@ -341,11 +343,12 @@
|
|
|
341
343
|
"type": "icon"
|
|
342
344
|
},
|
|
343
345
|
{
|
|
344
|
-
"type": "typography",
|
|
345
346
|
"content": "Tool Execution Loop",
|
|
346
|
-
"variant": "h2"
|
|
347
|
+
"variant": "h2",
|
|
348
|
+
"type": "typography"
|
|
347
349
|
}
|
|
348
|
-
]
|
|
350
|
+
],
|
|
351
|
+
"direction": "horizontal"
|
|
349
352
|
},
|
|
350
353
|
{
|
|
351
354
|
"type": "divider"
|
|
@@ -356,28 +359,30 @@
|
|
|
356
359
|
{
|
|
357
360
|
"direction": "vertical",
|
|
358
361
|
"gap": "md",
|
|
362
|
+
"type": "stack",
|
|
359
363
|
"children": [
|
|
360
364
|
{
|
|
361
|
-
"type": "typography",
|
|
362
365
|
"variant": "body",
|
|
363
|
-
"content": "Describe the task to execute with tools"
|
|
366
|
+
"content": "Describe the task to execute with tools",
|
|
367
|
+
"type": "typography"
|
|
364
368
|
},
|
|
365
369
|
{
|
|
366
|
-
"entity": "@entity",
|
|
367
370
|
"mode": "edit",
|
|
368
371
|
"type": "form-section",
|
|
369
372
|
"submitEvent": "EXECUTE",
|
|
370
373
|
"fields": [
|
|
371
374
|
"task"
|
|
372
|
-
]
|
|
375
|
+
],
|
|
376
|
+
"entity": "@entity"
|
|
373
377
|
}
|
|
374
|
-
]
|
|
375
|
-
"type": "stack"
|
|
378
|
+
]
|
|
376
379
|
}
|
|
377
380
|
]
|
|
378
381
|
}
|
|
379
382
|
],
|
|
380
|
-
"
|
|
383
|
+
"gap": "lg",
|
|
384
|
+
"type": "stack",
|
|
385
|
+
"direction": "vertical"
|
|
381
386
|
}
|
|
382
387
|
]
|
|
383
388
|
]
|
|
@@ -418,10 +423,7 @@
|
|
|
418
423
|
"render-ui",
|
|
419
424
|
"main",
|
|
420
425
|
{
|
|
421
|
-
"align": "center",
|
|
422
426
|
"direction": "vertical",
|
|
423
|
-
"type": "stack",
|
|
424
|
-
"gap": "lg",
|
|
425
427
|
"children": [
|
|
426
428
|
{
|
|
427
429
|
"type": "icon",
|
|
@@ -429,8 +431,8 @@
|
|
|
429
431
|
},
|
|
430
432
|
{
|
|
431
433
|
"type": "typography",
|
|
432
|
-
"
|
|
433
|
-
"
|
|
434
|
+
"variant": "h3",
|
|
435
|
+
"content": "Planning execution..."
|
|
434
436
|
},
|
|
435
437
|
{
|
|
436
438
|
"type": "spinner"
|
|
@@ -440,7 +442,10 @@
|
|
|
440
442
|
"variant": "caption",
|
|
441
443
|
"type": "typography"
|
|
442
444
|
}
|
|
443
|
-
]
|
|
445
|
+
],
|
|
446
|
+
"type": "stack",
|
|
447
|
+
"align": "center",
|
|
448
|
+
"gap": "lg"
|
|
444
449
|
}
|
|
445
450
|
]
|
|
446
451
|
]
|
|
@@ -478,39 +483,38 @@
|
|
|
478
483
|
"render-ui",
|
|
479
484
|
"main",
|
|
480
485
|
{
|
|
481
|
-
"type": "stack",
|
|
482
486
|
"gap": "lg",
|
|
483
|
-
"
|
|
487
|
+
"type": "stack",
|
|
484
488
|
"children": [
|
|
485
489
|
{
|
|
486
|
-
"justify": "between",
|
|
487
490
|
"direction": "horizontal",
|
|
491
|
+
"gap": "sm",
|
|
492
|
+
"align": "center",
|
|
493
|
+
"justify": "between",
|
|
488
494
|
"children": [
|
|
489
495
|
{
|
|
490
|
-
"type": "stack",
|
|
491
|
-
"direction": "horizontal",
|
|
492
|
-
"gap": "sm",
|
|
493
496
|
"align": "center",
|
|
494
497
|
"children": [
|
|
495
498
|
{
|
|
496
|
-
"
|
|
497
|
-
"
|
|
499
|
+
"type": "icon",
|
|
500
|
+
"name": "tool"
|
|
498
501
|
},
|
|
499
502
|
{
|
|
500
|
-
"type": "typography",
|
|
501
503
|
"variant": "h2",
|
|
504
|
+
"type": "typography",
|
|
502
505
|
"content": "Executing Tool"
|
|
503
506
|
}
|
|
504
|
-
]
|
|
507
|
+
],
|
|
508
|
+
"gap": "sm",
|
|
509
|
+
"direction": "horizontal",
|
|
510
|
+
"type": "stack"
|
|
505
511
|
},
|
|
506
512
|
{
|
|
507
513
|
"label": "@entity.maxIterations",
|
|
508
514
|
"type": "badge"
|
|
509
515
|
}
|
|
510
516
|
],
|
|
511
|
-
"
|
|
512
|
-
"type": "stack",
|
|
513
|
-
"gap": "sm"
|
|
517
|
+
"type": "stack"
|
|
514
518
|
},
|
|
515
519
|
{
|
|
516
520
|
"type": "divider"
|
|
@@ -518,24 +522,24 @@
|
|
|
518
522
|
{
|
|
519
523
|
"children": [
|
|
520
524
|
{
|
|
521
|
-
"gap": "sm",
|
|
522
|
-
"type": "stack",
|
|
523
525
|
"direction": "vertical",
|
|
524
526
|
"children": [
|
|
525
527
|
{
|
|
526
|
-
"
|
|
528
|
+
"type": "typography",
|
|
527
529
|
"content": "Current Tool",
|
|
528
|
-
"
|
|
530
|
+
"variant": "caption"
|
|
529
531
|
},
|
|
530
532
|
{
|
|
531
|
-
"content": "@entity.currentTool",
|
|
532
533
|
"variant": "h4",
|
|
533
|
-
"type": "typography"
|
|
534
|
+
"type": "typography",
|
|
535
|
+
"content": "@entity.currentTool"
|
|
534
536
|
},
|
|
535
537
|
{
|
|
536
538
|
"type": "spinner"
|
|
537
539
|
}
|
|
538
|
-
]
|
|
540
|
+
],
|
|
541
|
+
"gap": "sm",
|
|
542
|
+
"type": "stack"
|
|
539
543
|
}
|
|
540
544
|
],
|
|
541
545
|
"type": "card"
|
|
@@ -543,26 +547,27 @@
|
|
|
543
547
|
{
|
|
544
548
|
"children": [
|
|
545
549
|
{
|
|
546
|
-
"type": "stack",
|
|
547
|
-
"direction": "vertical",
|
|
548
|
-
"gap": "sm",
|
|
549
550
|
"children": [
|
|
550
551
|
{
|
|
551
|
-
"variant": "caption",
|
|
552
552
|
"content": "Plan",
|
|
553
|
-
"type": "typography"
|
|
553
|
+
"type": "typography",
|
|
554
|
+
"variant": "caption"
|
|
554
555
|
},
|
|
555
556
|
{
|
|
556
|
-
"
|
|
557
|
+
"content": "@entity.plan",
|
|
557
558
|
"type": "typography",
|
|
558
|
-
"
|
|
559
|
+
"variant": "body"
|
|
559
560
|
}
|
|
560
|
-
]
|
|
561
|
+
],
|
|
562
|
+
"type": "stack",
|
|
563
|
+
"direction": "vertical",
|
|
564
|
+
"gap": "sm"
|
|
561
565
|
}
|
|
562
566
|
],
|
|
563
567
|
"type": "card"
|
|
564
568
|
}
|
|
565
|
-
]
|
|
569
|
+
],
|
|
570
|
+
"direction": "vertical"
|
|
566
571
|
}
|
|
567
572
|
]
|
|
568
573
|
]
|
|
@@ -586,15 +591,17 @@
|
|
|
586
591
|
"render-ui",
|
|
587
592
|
"main",
|
|
588
593
|
{
|
|
589
|
-
"
|
|
594
|
+
"type": "stack",
|
|
595
|
+
"gap": "lg",
|
|
596
|
+
"align": "center",
|
|
590
597
|
"children": [
|
|
591
598
|
{
|
|
592
599
|
"name": "x-circle",
|
|
593
600
|
"type": "icon"
|
|
594
601
|
},
|
|
595
602
|
{
|
|
596
|
-
"variant": "h2",
|
|
597
603
|
"content": "Loop Failed",
|
|
604
|
+
"variant": "h2",
|
|
598
605
|
"type": "typography"
|
|
599
606
|
},
|
|
600
607
|
{
|
|
@@ -603,34 +610,32 @@
|
|
|
603
610
|
"message": "@entity.error"
|
|
604
611
|
},
|
|
605
612
|
{
|
|
613
|
+
"type": "simple-grid",
|
|
614
|
+
"cols": 2.0,
|
|
606
615
|
"children": [
|
|
607
616
|
{
|
|
608
617
|
"value": "@entity.iterations",
|
|
609
|
-
"
|
|
618
|
+
"icon": "repeat",
|
|
610
619
|
"type": "stat-display",
|
|
611
|
-
"
|
|
620
|
+
"label": "Iterations Used"
|
|
612
621
|
},
|
|
613
622
|
{
|
|
614
623
|
"type": "stat-display",
|
|
615
|
-
"icon": "shield",
|
|
616
624
|
"label": "Max Allowed",
|
|
625
|
+
"icon": "shield",
|
|
617
626
|
"value": "@entity.maxIterations"
|
|
618
627
|
}
|
|
619
|
-
]
|
|
620
|
-
"type": "simple-grid",
|
|
621
|
-
"cols": 2.0
|
|
628
|
+
]
|
|
622
629
|
},
|
|
623
630
|
{
|
|
624
|
-
"variant": "primary",
|
|
625
|
-
"icon": "rotate-ccw",
|
|
626
631
|
"label": "Retry",
|
|
627
|
-
"
|
|
628
|
-
"action": "RESET"
|
|
632
|
+
"icon": "rotate-ccw",
|
|
633
|
+
"action": "RESET",
|
|
634
|
+
"variant": "primary",
|
|
635
|
+
"type": "button"
|
|
629
636
|
}
|
|
630
637
|
],
|
|
631
|
-
"
|
|
632
|
-
"align": "center",
|
|
633
|
-
"gap": "lg"
|
|
638
|
+
"direction": "vertical"
|
|
634
639
|
}
|
|
635
640
|
]
|
|
636
641
|
]
|
|
@@ -664,26 +669,26 @@
|
|
|
664
669
|
{
|
|
665
670
|
"children": [
|
|
666
671
|
{
|
|
667
|
-
"
|
|
668
|
-
"
|
|
672
|
+
"name": "eye",
|
|
673
|
+
"type": "icon"
|
|
669
674
|
},
|
|
670
675
|
{
|
|
671
676
|
"type": "typography",
|
|
672
|
-
"
|
|
673
|
-
"
|
|
677
|
+
"variant": "h3",
|
|
678
|
+
"content": "Checking result..."
|
|
674
679
|
},
|
|
675
680
|
{
|
|
676
681
|
"type": "spinner"
|
|
677
682
|
},
|
|
678
683
|
{
|
|
679
|
-
"
|
|
680
|
-
"
|
|
684
|
+
"type": "badge",
|
|
685
|
+
"label": "@entity.iterations"
|
|
681
686
|
}
|
|
682
687
|
],
|
|
683
|
-
"align": "center",
|
|
684
688
|
"type": "stack",
|
|
685
|
-
"
|
|
686
|
-
"direction": "vertical"
|
|
689
|
+
"align": "center",
|
|
690
|
+
"direction": "vertical",
|
|
691
|
+
"gap": "lg"
|
|
687
692
|
}
|
|
688
693
|
]
|
|
689
694
|
]
|
|
@@ -707,8 +712,10 @@
|
|
|
707
712
|
"render-ui",
|
|
708
713
|
"main",
|
|
709
714
|
{
|
|
715
|
+
"direction": "vertical",
|
|
710
716
|
"type": "stack",
|
|
711
717
|
"align": "center",
|
|
718
|
+
"gap": "lg",
|
|
712
719
|
"children": [
|
|
713
720
|
{
|
|
714
721
|
"type": "icon",
|
|
@@ -721,37 +728,35 @@
|
|
|
721
728
|
},
|
|
722
729
|
{
|
|
723
730
|
"type": "alert",
|
|
724
|
-
"
|
|
725
|
-
"
|
|
731
|
+
"message": "@entity.error",
|
|
732
|
+
"variant": "error"
|
|
726
733
|
},
|
|
727
734
|
{
|
|
728
|
-
"
|
|
735
|
+
"type": "simple-grid",
|
|
729
736
|
"children": [
|
|
730
737
|
{
|
|
731
|
-
"
|
|
738
|
+
"icon": "repeat",
|
|
732
739
|
"label": "Iterations Used",
|
|
733
|
-
"
|
|
734
|
-
"
|
|
740
|
+
"type": "stat-display",
|
|
741
|
+
"value": "@entity.iterations"
|
|
735
742
|
},
|
|
736
743
|
{
|
|
737
744
|
"type": "stat-display",
|
|
738
745
|
"value": "@entity.maxIterations",
|
|
739
|
-
"
|
|
740
|
-
"
|
|
746
|
+
"label": "Max Allowed",
|
|
747
|
+
"icon": "shield"
|
|
741
748
|
}
|
|
742
749
|
],
|
|
743
|
-
"
|
|
750
|
+
"cols": 2.0
|
|
744
751
|
},
|
|
745
752
|
{
|
|
746
|
-
"action": "RESET",
|
|
747
|
-
"type": "button",
|
|
748
753
|
"icon": "rotate-ccw",
|
|
749
754
|
"label": "Retry",
|
|
750
|
-
"
|
|
755
|
+
"action": "RESET",
|
|
756
|
+
"variant": "primary",
|
|
757
|
+
"type": "button"
|
|
751
758
|
}
|
|
752
|
-
]
|
|
753
|
-
"gap": "lg",
|
|
754
|
-
"direction": "vertical"
|
|
759
|
+
]
|
|
755
760
|
}
|
|
756
761
|
]
|
|
757
762
|
]
|
|
@@ -775,103 +780,103 @@
|
|
|
775
780
|
"render-ui",
|
|
776
781
|
"main",
|
|
777
782
|
{
|
|
778
|
-
"gap": "lg",
|
|
779
783
|
"direction": "vertical",
|
|
784
|
+
"type": "stack",
|
|
785
|
+
"gap": "lg",
|
|
780
786
|
"children": [
|
|
781
787
|
{
|
|
782
|
-
"
|
|
788
|
+
"direction": "horizontal",
|
|
783
789
|
"type": "stack",
|
|
790
|
+
"justify": "between",
|
|
791
|
+
"gap": "sm",
|
|
792
|
+
"align": "center",
|
|
784
793
|
"children": [
|
|
785
794
|
{
|
|
786
|
-
"
|
|
795
|
+
"gap": "sm",
|
|
796
|
+
"direction": "horizontal",
|
|
787
797
|
"type": "stack",
|
|
798
|
+
"align": "center",
|
|
788
799
|
"children": [
|
|
789
800
|
{
|
|
790
|
-
"
|
|
791
|
-
"
|
|
801
|
+
"name": "check-circle",
|
|
802
|
+
"type": "icon"
|
|
792
803
|
},
|
|
793
804
|
{
|
|
794
805
|
"variant": "h2",
|
|
795
|
-
"
|
|
796
|
-
"
|
|
806
|
+
"type": "typography",
|
|
807
|
+
"content": "Loop Complete"
|
|
797
808
|
}
|
|
798
|
-
]
|
|
799
|
-
"direction": "horizontal",
|
|
800
|
-
"gap": "sm"
|
|
809
|
+
]
|
|
801
810
|
},
|
|
802
811
|
{
|
|
803
812
|
"icon": "rotate-ccw",
|
|
804
813
|
"action": "RESET",
|
|
805
|
-
"label": "New Task",
|
|
806
814
|
"type": "button",
|
|
815
|
+
"label": "New Task",
|
|
807
816
|
"variant": "ghost"
|
|
808
817
|
}
|
|
809
|
-
]
|
|
810
|
-
"align": "center",
|
|
811
|
-
"justify": "between",
|
|
812
|
-
"direction": "horizontal"
|
|
818
|
+
]
|
|
813
819
|
},
|
|
814
820
|
{
|
|
815
821
|
"type": "divider"
|
|
816
822
|
},
|
|
817
823
|
{
|
|
818
|
-
"type": "simple-grid",
|
|
819
|
-
"cols": 2.0,
|
|
820
824
|
"children": [
|
|
821
825
|
{
|
|
822
|
-
"icon": "repeat",
|
|
823
826
|
"value": "@entity.iterations",
|
|
824
827
|
"type": "stat-display",
|
|
828
|
+
"icon": "repeat",
|
|
825
829
|
"label": "Iterations"
|
|
826
830
|
},
|
|
827
831
|
{
|
|
832
|
+
"label": "Status",
|
|
828
833
|
"type": "stat-display",
|
|
829
|
-
"value": "@entity.status",
|
|
830
834
|
"icon": "check",
|
|
831
|
-
"
|
|
835
|
+
"value": "@entity.status"
|
|
832
836
|
}
|
|
833
|
-
]
|
|
837
|
+
],
|
|
838
|
+
"cols": 2.0,
|
|
839
|
+
"type": "simple-grid"
|
|
834
840
|
},
|
|
835
841
|
{
|
|
836
842
|
"type": "divider"
|
|
837
843
|
},
|
|
838
844
|
{
|
|
839
|
-
"type": "card",
|
|
840
845
|
"children": [
|
|
841
846
|
{
|
|
842
847
|
"direction": "vertical",
|
|
848
|
+
"type": "stack",
|
|
849
|
+
"gap": "md",
|
|
843
850
|
"children": [
|
|
844
851
|
{
|
|
852
|
+
"type": "typography",
|
|
845
853
|
"variant": "caption",
|
|
846
|
-
"content": "Task"
|
|
847
|
-
"type": "typography"
|
|
854
|
+
"content": "Task"
|
|
848
855
|
},
|
|
849
856
|
{
|
|
850
|
-
"
|
|
857
|
+
"type": "typography",
|
|
851
858
|
"variant": "body",
|
|
852
|
-
"
|
|
859
|
+
"content": "@entity.task"
|
|
853
860
|
},
|
|
854
861
|
{
|
|
855
862
|
"type": "divider"
|
|
856
863
|
},
|
|
857
864
|
{
|
|
865
|
+
"variant": "caption",
|
|
858
866
|
"type": "typography",
|
|
859
|
-
"content": "Result"
|
|
860
|
-
"variant": "caption"
|
|
867
|
+
"content": "Result"
|
|
861
868
|
},
|
|
862
869
|
{
|
|
863
|
-
"type": "typography",
|
|
864
870
|
"content": "@entity.result",
|
|
871
|
+
"type": "typography",
|
|
865
872
|
"variant": "body"
|
|
866
873
|
}
|
|
867
|
-
]
|
|
868
|
-
"gap": "md",
|
|
869
|
-
"type": "stack"
|
|
874
|
+
]
|
|
870
875
|
}
|
|
871
|
-
]
|
|
876
|
+
],
|
|
877
|
+
"type": "card"
|
|
872
878
|
}
|
|
873
|
-
]
|
|
874
|
-
"type": "stack"
|
|
879
|
+
]
|
|
875
880
|
}
|
|
876
881
|
]
|
|
877
882
|
]
|
|
@@ -922,25 +927,25 @@
|
|
|
922
927
|
"render-ui",
|
|
923
928
|
"main",
|
|
924
929
|
{
|
|
930
|
+
"direction": "vertical",
|
|
925
931
|
"children": [
|
|
926
932
|
{
|
|
927
|
-
"justify": "between",
|
|
928
933
|
"children": [
|
|
929
934
|
{
|
|
930
|
-
"type": "stack",
|
|
931
935
|
"align": "center",
|
|
936
|
+
"direction": "horizontal",
|
|
932
937
|
"children": [
|
|
933
938
|
{
|
|
934
|
-
"
|
|
935
|
-
"
|
|
939
|
+
"type": "icon",
|
|
940
|
+
"name": "tool"
|
|
936
941
|
},
|
|
937
942
|
{
|
|
938
|
-
"
|
|
943
|
+
"type": "typography",
|
|
939
944
|
"variant": "h2",
|
|
940
|
-
"
|
|
945
|
+
"content": "Executing Tool"
|
|
941
946
|
}
|
|
942
947
|
],
|
|
943
|
-
"
|
|
948
|
+
"type": "stack",
|
|
944
949
|
"gap": "sm"
|
|
945
950
|
},
|
|
946
951
|
{
|
|
@@ -948,10 +953,11 @@
|
|
|
948
953
|
"type": "badge"
|
|
949
954
|
}
|
|
950
955
|
],
|
|
951
|
-
"
|
|
952
|
-
"align": "center",
|
|
956
|
+
"direction": "horizontal",
|
|
953
957
|
"type": "stack",
|
|
954
|
-
"
|
|
958
|
+
"justify": "between",
|
|
959
|
+
"align": "center",
|
|
960
|
+
"gap": "sm"
|
|
955
961
|
},
|
|
956
962
|
{
|
|
957
963
|
"type": "divider"
|
|
@@ -959,9 +965,8 @@
|
|
|
959
965
|
{
|
|
960
966
|
"children": [
|
|
961
967
|
{
|
|
962
|
-
"direction": "vertical",
|
|
963
968
|
"gap": "sm",
|
|
964
|
-
"
|
|
969
|
+
"direction": "vertical",
|
|
965
970
|
"children": [
|
|
966
971
|
{
|
|
967
972
|
"variant": "caption",
|
|
@@ -969,14 +974,15 @@
|
|
|
969
974
|
"content": "Current Tool"
|
|
970
975
|
},
|
|
971
976
|
{
|
|
972
|
-
"content": "@entity.currentTool",
|
|
973
977
|
"variant": "h4",
|
|
974
|
-
"type": "typography"
|
|
978
|
+
"type": "typography",
|
|
979
|
+
"content": "@entity.currentTool"
|
|
975
980
|
},
|
|
976
981
|
{
|
|
977
982
|
"type": "spinner"
|
|
978
983
|
}
|
|
979
|
-
]
|
|
984
|
+
],
|
|
985
|
+
"type": "stack"
|
|
980
986
|
}
|
|
981
987
|
],
|
|
982
988
|
"type": "card"
|
|
@@ -985,26 +991,25 @@
|
|
|
985
991
|
"type": "card",
|
|
986
992
|
"children": [
|
|
987
993
|
{
|
|
988
|
-
"direction": "vertical",
|
|
989
|
-
"type": "stack",
|
|
990
994
|
"gap": "sm",
|
|
991
995
|
"children": [
|
|
992
996
|
{
|
|
993
|
-
"variant": "caption",
|
|
994
997
|
"content": "Plan",
|
|
995
|
-
"type": "typography"
|
|
998
|
+
"type": "typography",
|
|
999
|
+
"variant": "caption"
|
|
996
1000
|
},
|
|
997
1001
|
{
|
|
998
|
-
"content": "@entity.plan",
|
|
999
1002
|
"type": "typography",
|
|
1003
|
+
"content": "@entity.plan",
|
|
1000
1004
|
"variant": "body"
|
|
1001
1005
|
}
|
|
1002
|
-
]
|
|
1006
|
+
],
|
|
1007
|
+
"direction": "vertical",
|
|
1008
|
+
"type": "stack"
|
|
1003
1009
|
}
|
|
1004
1010
|
]
|
|
1005
1011
|
}
|
|
1006
1012
|
],
|
|
1007
|
-
"direction": "vertical",
|
|
1008
1013
|
"gap": "lg",
|
|
1009
1014
|
"type": "stack"
|
|
1010
1015
|
}
|
|
@@ -1030,51 +1035,51 @@
|
|
|
1030
1035
|
"render-ui",
|
|
1031
1036
|
"main",
|
|
1032
1037
|
{
|
|
1038
|
+
"direction": "vertical",
|
|
1033
1039
|
"children": [
|
|
1034
1040
|
{
|
|
1035
1041
|
"type": "icon",
|
|
1036
1042
|
"name": "x-circle"
|
|
1037
1043
|
},
|
|
1038
1044
|
{
|
|
1039
|
-
"variant": "h2",
|
|
1040
1045
|
"type": "typography",
|
|
1041
|
-
"content": "Loop Failed"
|
|
1046
|
+
"content": "Loop Failed",
|
|
1047
|
+
"variant": "h2"
|
|
1042
1048
|
},
|
|
1043
1049
|
{
|
|
1044
|
-
"message": "@entity.error",
|
|
1045
1050
|
"variant": "error",
|
|
1051
|
+
"message": "@entity.error",
|
|
1046
1052
|
"type": "alert"
|
|
1047
1053
|
},
|
|
1048
1054
|
{
|
|
1055
|
+
"type": "simple-grid",
|
|
1056
|
+
"cols": 2.0,
|
|
1049
1057
|
"children": [
|
|
1050
1058
|
{
|
|
1051
1059
|
"type": "stat-display",
|
|
1052
1060
|
"label": "Iterations Used",
|
|
1053
|
-
"
|
|
1054
|
-
"
|
|
1061
|
+
"value": "@entity.iterations",
|
|
1062
|
+
"icon": "repeat"
|
|
1055
1063
|
},
|
|
1056
1064
|
{
|
|
1057
|
-
"label": "Max Allowed",
|
|
1058
|
-
"type": "stat-display",
|
|
1059
1065
|
"icon": "shield",
|
|
1066
|
+
"type": "stat-display",
|
|
1067
|
+
"label": "Max Allowed",
|
|
1060
1068
|
"value": "@entity.maxIterations"
|
|
1061
1069
|
}
|
|
1062
|
-
]
|
|
1063
|
-
"type": "simple-grid",
|
|
1064
|
-
"cols": 2.0
|
|
1070
|
+
]
|
|
1065
1071
|
},
|
|
1066
1072
|
{
|
|
1067
|
-
"label": "Retry",
|
|
1068
|
-
"variant": "primary",
|
|
1069
|
-
"type": "button",
|
|
1070
1073
|
"action": "RESET",
|
|
1071
|
-
"
|
|
1074
|
+
"type": "button",
|
|
1075
|
+
"variant": "primary",
|
|
1076
|
+
"icon": "rotate-ccw",
|
|
1077
|
+
"label": "Retry"
|
|
1072
1078
|
}
|
|
1073
1079
|
],
|
|
1074
|
-
"align": "center",
|
|
1075
|
-
"direction": "vertical",
|
|
1076
1080
|
"type": "stack",
|
|
1077
|
-
"gap": "lg"
|
|
1081
|
+
"gap": "lg",
|
|
1082
|
+
"align": "center"
|
|
1078
1083
|
}
|
|
1079
1084
|
]
|
|
1080
1085
|
]
|
|
@@ -1128,23 +1133,25 @@
|
|
|
1128
1133
|
"render-ui",
|
|
1129
1134
|
"main",
|
|
1130
1135
|
{
|
|
1136
|
+
"gap": "lg",
|
|
1137
|
+
"direction": "vertical",
|
|
1131
1138
|
"children": [
|
|
1132
1139
|
{
|
|
1133
|
-
"direction": "horizontal",
|
|
1134
|
-
"type": "stack",
|
|
1135
|
-
"gap": "sm",
|
|
1136
|
-
"align": "center",
|
|
1137
1140
|
"children": [
|
|
1138
1141
|
{
|
|
1139
|
-
"
|
|
1140
|
-
"
|
|
1142
|
+
"name": "repeat",
|
|
1143
|
+
"type": "icon"
|
|
1141
1144
|
},
|
|
1142
1145
|
{
|
|
1143
|
-
"content": "Tool Execution Loop",
|
|
1144
1146
|
"type": "typography",
|
|
1147
|
+
"content": "Tool Execution Loop",
|
|
1145
1148
|
"variant": "h2"
|
|
1146
1149
|
}
|
|
1147
|
-
]
|
|
1150
|
+
],
|
|
1151
|
+
"direction": "horizontal",
|
|
1152
|
+
"gap": "sm",
|
|
1153
|
+
"align": "center",
|
|
1154
|
+
"type": "stack"
|
|
1148
1155
|
},
|
|
1149
1156
|
{
|
|
1150
1157
|
"type": "divider"
|
|
@@ -1155,30 +1162,28 @@
|
|
|
1155
1162
|
{
|
|
1156
1163
|
"children": [
|
|
1157
1164
|
{
|
|
1158
|
-
"
|
|
1165
|
+
"variant": "body",
|
|
1159
1166
|
"type": "typography",
|
|
1160
|
-
"
|
|
1167
|
+
"content": "Describe the task to execute with tools"
|
|
1161
1168
|
},
|
|
1162
1169
|
{
|
|
1170
|
+
"type": "form-section",
|
|
1163
1171
|
"submitEvent": "EXECUTE",
|
|
1164
|
-
"
|
|
1172
|
+
"entity": "@entity",
|
|
1165
1173
|
"fields": [
|
|
1166
1174
|
"task"
|
|
1167
1175
|
],
|
|
1168
|
-
"
|
|
1169
|
-
"entity": "@entity"
|
|
1176
|
+
"mode": "edit"
|
|
1170
1177
|
}
|
|
1171
1178
|
],
|
|
1172
|
-
"direction": "vertical",
|
|
1173
1179
|
"gap": "md",
|
|
1180
|
+
"direction": "vertical",
|
|
1174
1181
|
"type": "stack"
|
|
1175
1182
|
}
|
|
1176
1183
|
]
|
|
1177
1184
|
}
|
|
1178
1185
|
],
|
|
1179
|
-
"type": "stack"
|
|
1180
|
-
"direction": "vertical",
|
|
1181
|
-
"gap": "lg"
|
|
1186
|
+
"type": "stack"
|
|
1182
1187
|
}
|
|
1183
1188
|
]
|
|
1184
1189
|
]
|
|
@@ -1232,10 +1237,10 @@
|
|
|
1232
1237
|
"render-ui",
|
|
1233
1238
|
"main",
|
|
1234
1239
|
{
|
|
1235
|
-
"direction": "vertical",
|
|
1236
1240
|
"children": [
|
|
1237
1241
|
{
|
|
1238
1242
|
"type": "stack",
|
|
1243
|
+
"direction": "horizontal",
|
|
1239
1244
|
"gap": "sm",
|
|
1240
1245
|
"align": "center",
|
|
1241
1246
|
"children": [
|
|
@@ -1248,8 +1253,7 @@
|
|
|
1248
1253
|
"type": "typography",
|
|
1249
1254
|
"content": "Tool Execution Loop"
|
|
1250
1255
|
}
|
|
1251
|
-
]
|
|
1252
|
-
"direction": "horizontal"
|
|
1256
|
+
]
|
|
1253
1257
|
},
|
|
1254
1258
|
{
|
|
1255
1259
|
"type": "divider"
|
|
@@ -1262,18 +1266,18 @@
|
|
|
1262
1266
|
"direction": "vertical",
|
|
1263
1267
|
"children": [
|
|
1264
1268
|
{
|
|
1265
|
-
"type": "typography",
|
|
1266
1269
|
"content": "Describe the task to execute with tools",
|
|
1270
|
+
"type": "typography",
|
|
1267
1271
|
"variant": "body"
|
|
1268
1272
|
},
|
|
1269
1273
|
{
|
|
1274
|
+
"mode": "edit",
|
|
1270
1275
|
"entity": "@entity",
|
|
1271
1276
|
"submitEvent": "EXECUTE",
|
|
1272
|
-
"type": "form-section",
|
|
1273
1277
|
"fields": [
|
|
1274
1278
|
"task"
|
|
1275
1279
|
],
|
|
1276
|
-
"
|
|
1280
|
+
"type": "form-section"
|
|
1277
1281
|
}
|
|
1278
1282
|
],
|
|
1279
1283
|
"gap": "md"
|
|
@@ -1282,6 +1286,7 @@
|
|
|
1282
1286
|
}
|
|
1283
1287
|
],
|
|
1284
1288
|
"type": "stack",
|
|
1289
|
+
"direction": "vertical",
|
|
1285
1290
|
"gap": "lg"
|
|
1286
1291
|
}
|
|
1287
1292
|
]
|
|
@@ -1341,4 +1346,4 @@
|
|
|
1341
1346
|
]
|
|
1342
1347
|
}
|
|
1343
1348
|
]
|
|
1344
|
-
}
|
|
1349
|
+
}
|