@almadar/std 8.4.0 → 8.4.2
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-classifier.orb +111 -106
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -386
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +127 -122
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +111 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -386
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +127 -122
- package/package.json +1 -1
|
@@ -338,48 +338,48 @@
|
|
|
338
338
|
"render-ui",
|
|
339
339
|
"main",
|
|
340
340
|
{
|
|
341
|
-
"direction": "vertical",
|
|
342
341
|
"type": "stack",
|
|
343
342
|
"gap": "lg",
|
|
343
|
+
"direction": "vertical",
|
|
344
344
|
"children": [
|
|
345
345
|
{
|
|
346
|
-
"justify": "between",
|
|
347
346
|
"children": [
|
|
348
347
|
{
|
|
349
|
-
"type": "stack",
|
|
350
|
-
"direction": "horizontal",
|
|
351
348
|
"children": [
|
|
352
349
|
{
|
|
353
|
-
"
|
|
354
|
-
"
|
|
350
|
+
"name": "repeat",
|
|
351
|
+
"type": "icon"
|
|
355
352
|
},
|
|
356
353
|
{
|
|
357
|
-
"content": "Switch Provider",
|
|
358
354
|
"variant": "h2",
|
|
359
|
-
"type": "typography"
|
|
355
|
+
"type": "typography",
|
|
356
|
+
"content": "Switch Provider"
|
|
360
357
|
}
|
|
361
358
|
],
|
|
359
|
+
"type": "stack",
|
|
360
|
+
"direction": "horizontal",
|
|
362
361
|
"gap": "md"
|
|
363
362
|
},
|
|
364
363
|
{
|
|
364
|
+
"variant": "primary",
|
|
365
365
|
"label": "Open",
|
|
366
366
|
"action": "SWITCH",
|
|
367
367
|
"type": "button",
|
|
368
|
-
"variant": "primary",
|
|
369
368
|
"icon": "repeat"
|
|
370
369
|
}
|
|
371
370
|
],
|
|
372
371
|
"type": "stack",
|
|
373
|
-
"
|
|
374
|
-
"gap": "md"
|
|
372
|
+
"justify": "between",
|
|
373
|
+
"gap": "md",
|
|
374
|
+
"direction": "horizontal"
|
|
375
375
|
},
|
|
376
376
|
{
|
|
377
377
|
"type": "divider"
|
|
378
378
|
},
|
|
379
379
|
{
|
|
380
380
|
"type": "empty-state",
|
|
381
|
-
"title": "Nothing open",
|
|
382
381
|
"description": "Click Open to view details in a modal overlay.",
|
|
382
|
+
"title": "Nothing open",
|
|
383
383
|
"icon": "repeat"
|
|
384
384
|
}
|
|
385
385
|
]
|
|
@@ -407,17 +407,17 @@
|
|
|
407
407
|
"modal",
|
|
408
408
|
{
|
|
409
409
|
"className": "py-12",
|
|
410
|
-
"gap": "md",
|
|
411
410
|
"type": "stack",
|
|
411
|
+
"gap": "md",
|
|
412
412
|
"children": [
|
|
413
413
|
{
|
|
414
414
|
"type": "spinner"
|
|
415
415
|
},
|
|
416
416
|
{
|
|
417
|
-
"
|
|
418
|
-
"content": "Loading…",
|
|
417
|
+
"color": "muted",
|
|
419
418
|
"variant": "caption",
|
|
420
|
-
"
|
|
419
|
+
"type": "typography",
|
|
420
|
+
"content": "Loading…"
|
|
421
421
|
}
|
|
422
422
|
],
|
|
423
423
|
"direction": "vertical",
|
|
@@ -438,7 +438,6 @@
|
|
|
438
438
|
"direction": "vertical",
|
|
439
439
|
"children": [
|
|
440
440
|
{
|
|
441
|
-
"type": "stack",
|
|
442
441
|
"direction": "horizontal",
|
|
443
442
|
"children": [
|
|
444
443
|
{
|
|
@@ -446,25 +445,26 @@
|
|
|
446
445
|
"name": "repeat"
|
|
447
446
|
},
|
|
448
447
|
{
|
|
449
|
-
"content": "Switch Provider",
|
|
450
448
|
"variant": "h3",
|
|
449
|
+
"content": "Switch Provider",
|
|
451
450
|
"type": "typography"
|
|
452
451
|
}
|
|
453
452
|
],
|
|
454
|
-
"gap": "sm"
|
|
453
|
+
"gap": "sm",
|
|
454
|
+
"type": "stack"
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
457
|
"type": "divider"
|
|
458
458
|
},
|
|
459
459
|
{
|
|
460
|
-
"direction": "horizontal",
|
|
461
460
|
"type": "stack",
|
|
461
|
+
"direction": "horizontal",
|
|
462
462
|
"gap": "md",
|
|
463
463
|
"children": [
|
|
464
464
|
{
|
|
465
|
+
"content": "Current:",
|
|
465
466
|
"variant": "caption",
|
|
466
|
-
"type": "typography"
|
|
467
|
-
"content": "Current:"
|
|
467
|
+
"type": "typography"
|
|
468
468
|
},
|
|
469
469
|
{
|
|
470
470
|
"label": "@entity.currentProvider",
|
|
@@ -477,19 +477,19 @@
|
|
|
477
477
|
]
|
|
478
478
|
},
|
|
479
479
|
{
|
|
480
|
-
"
|
|
481
|
-
"mode": "edit",
|
|
480
|
+
"entity": "@payload.row",
|
|
482
481
|
"cancelEvent": "CLOSE",
|
|
483
|
-
"type": "form-section",
|
|
484
482
|
"fields": [
|
|
485
483
|
"currentProvider",
|
|
486
484
|
"currentModel"
|
|
487
485
|
],
|
|
488
|
-
"
|
|
486
|
+
"type": "form-section",
|
|
487
|
+
"mode": "edit",
|
|
488
|
+
"submitEvent": "SAVE"
|
|
489
489
|
}
|
|
490
490
|
],
|
|
491
|
-
"
|
|
492
|
-
"
|
|
491
|
+
"type": "stack",
|
|
492
|
+
"gap": "md"
|
|
493
493
|
}
|
|
494
494
|
]
|
|
495
495
|
]
|
|
@@ -517,51 +517,51 @@
|
|
|
517
517
|
"render-ui",
|
|
518
518
|
"main",
|
|
519
519
|
{
|
|
520
|
-
"gap": "lg",
|
|
521
520
|
"direction": "vertical",
|
|
522
521
|
"children": [
|
|
523
522
|
{
|
|
524
|
-
"
|
|
523
|
+
"direction": "horizontal",
|
|
524
|
+
"justify": "between",
|
|
525
525
|
"children": [
|
|
526
526
|
{
|
|
527
|
-
"direction": "horizontal",
|
|
528
527
|
"type": "stack",
|
|
529
528
|
"gap": "md",
|
|
529
|
+
"direction": "horizontal",
|
|
530
530
|
"children": [
|
|
531
531
|
{
|
|
532
|
-
"
|
|
533
|
-
"
|
|
532
|
+
"type": "icon",
|
|
533
|
+
"name": "repeat"
|
|
534
534
|
},
|
|
535
535
|
{
|
|
536
536
|
"content": "Switch Provider",
|
|
537
|
-
"
|
|
538
|
-
"
|
|
537
|
+
"type": "typography",
|
|
538
|
+
"variant": "h2"
|
|
539
539
|
}
|
|
540
540
|
]
|
|
541
541
|
},
|
|
542
542
|
{
|
|
543
|
-
"icon": "repeat",
|
|
544
|
-
"type": "button",
|
|
545
|
-
"variant": "primary",
|
|
546
543
|
"action": "SWITCH",
|
|
547
|
-
"
|
|
544
|
+
"type": "button",
|
|
545
|
+
"icon": "repeat",
|
|
546
|
+
"label": "Open",
|
|
547
|
+
"variant": "primary"
|
|
548
548
|
}
|
|
549
549
|
],
|
|
550
|
-
"
|
|
551
|
-
"type": "stack"
|
|
552
|
-
"justify": "between"
|
|
550
|
+
"gap": "md",
|
|
551
|
+
"type": "stack"
|
|
553
552
|
},
|
|
554
553
|
{
|
|
555
554
|
"type": "divider"
|
|
556
555
|
},
|
|
557
556
|
{
|
|
558
|
-
"
|
|
557
|
+
"title": "Nothing open",
|
|
559
558
|
"type": "empty-state",
|
|
560
559
|
"description": "Click Open to view details in a modal overlay.",
|
|
561
|
-
"
|
|
560
|
+
"icon": "repeat"
|
|
562
561
|
}
|
|
563
562
|
],
|
|
564
|
-
"type": "stack"
|
|
563
|
+
"type": "stack",
|
|
564
|
+
"gap": "lg"
|
|
565
565
|
}
|
|
566
566
|
]
|
|
567
567
|
]
|
|
@@ -589,51 +589,51 @@
|
|
|
589
589
|
"render-ui",
|
|
590
590
|
"main",
|
|
591
591
|
{
|
|
592
|
+
"type": "stack",
|
|
592
593
|
"direction": "vertical",
|
|
594
|
+
"gap": "lg",
|
|
593
595
|
"children": [
|
|
594
596
|
{
|
|
595
|
-
"justify": "between",
|
|
596
597
|
"gap": "md",
|
|
598
|
+
"type": "stack",
|
|
599
|
+
"justify": "between",
|
|
600
|
+
"direction": "horizontal",
|
|
597
601
|
"children": [
|
|
598
602
|
{
|
|
603
|
+
"type": "stack",
|
|
599
604
|
"direction": "horizontal",
|
|
600
605
|
"gap": "md",
|
|
601
606
|
"children": [
|
|
602
607
|
{
|
|
603
|
-
"
|
|
604
|
-
"
|
|
608
|
+
"name": "repeat",
|
|
609
|
+
"type": "icon"
|
|
605
610
|
},
|
|
606
611
|
{
|
|
607
612
|
"content": "Switch Provider",
|
|
608
|
-
"
|
|
609
|
-
"
|
|
613
|
+
"variant": "h2",
|
|
614
|
+
"type": "typography"
|
|
610
615
|
}
|
|
611
|
-
]
|
|
612
|
-
"type": "stack"
|
|
616
|
+
]
|
|
613
617
|
},
|
|
614
618
|
{
|
|
615
619
|
"label": "Open",
|
|
616
620
|
"action": "SWITCH",
|
|
617
621
|
"icon": "repeat",
|
|
618
|
-
"
|
|
619
|
-
"
|
|
622
|
+
"type": "button",
|
|
623
|
+
"variant": "primary"
|
|
620
624
|
}
|
|
621
|
-
]
|
|
622
|
-
"direction": "horizontal",
|
|
623
|
-
"type": "stack"
|
|
625
|
+
]
|
|
624
626
|
},
|
|
625
627
|
{
|
|
626
628
|
"type": "divider"
|
|
627
629
|
},
|
|
628
630
|
{
|
|
629
631
|
"icon": "repeat",
|
|
632
|
+
"type": "empty-state",
|
|
630
633
|
"title": "Nothing open",
|
|
631
|
-
"description": "Click Open to view details in a modal overlay."
|
|
632
|
-
"type": "empty-state"
|
|
634
|
+
"description": "Click Open to view details in a modal overlay."
|
|
633
635
|
}
|
|
634
|
-
]
|
|
635
|
-
"type": "stack",
|
|
636
|
-
"gap": "lg"
|
|
636
|
+
]
|
|
637
637
|
}
|
|
638
638
|
]
|
|
639
639
|
]
|
|
@@ -650,8 +650,8 @@
|
|
|
650
650
|
"@payload.data",
|
|
651
651
|
{
|
|
652
652
|
"emit": {
|
|
653
|
-
"
|
|
654
|
-
"
|
|
653
|
+
"failure": "AgentProviderUpdateFailed",
|
|
654
|
+
"success": "AgentProviderUpdated"
|
|
655
655
|
}
|
|
656
656
|
}
|
|
657
657
|
],
|
|
@@ -672,51 +672,51 @@
|
|
|
672
672
|
"render-ui",
|
|
673
673
|
"main",
|
|
674
674
|
{
|
|
675
|
-
"type": "stack",
|
|
676
675
|
"gap": "lg",
|
|
677
676
|
"direction": "vertical",
|
|
678
677
|
"children": [
|
|
679
678
|
{
|
|
680
|
-
"type": "stack",
|
|
681
|
-
"justify": "between",
|
|
682
|
-
"gap": "md",
|
|
683
679
|
"children": [
|
|
684
680
|
{
|
|
681
|
+
"gap": "md",
|
|
685
682
|
"type": "stack",
|
|
686
683
|
"direction": "horizontal",
|
|
687
684
|
"children": [
|
|
688
685
|
{
|
|
689
|
-
"
|
|
690
|
-
"
|
|
686
|
+
"name": "repeat",
|
|
687
|
+
"type": "icon"
|
|
691
688
|
},
|
|
692
689
|
{
|
|
693
|
-
"
|
|
690
|
+
"variant": "h2",
|
|
694
691
|
"type": "typography",
|
|
695
|
-
"
|
|
692
|
+
"content": "Switch Provider"
|
|
696
693
|
}
|
|
697
|
-
]
|
|
698
|
-
"gap": "md"
|
|
694
|
+
]
|
|
699
695
|
},
|
|
700
696
|
{
|
|
701
|
-
"label": "Open",
|
|
702
697
|
"variant": "primary",
|
|
703
|
-
"
|
|
698
|
+
"action": "SWITCH",
|
|
704
699
|
"type": "button",
|
|
705
|
-
"
|
|
700
|
+
"icon": "repeat",
|
|
701
|
+
"label": "Open"
|
|
706
702
|
}
|
|
707
703
|
],
|
|
708
|
-
"
|
|
704
|
+
"type": "stack",
|
|
705
|
+
"justify": "between",
|
|
706
|
+
"direction": "horizontal",
|
|
707
|
+
"gap": "md"
|
|
709
708
|
},
|
|
710
709
|
{
|
|
711
710
|
"type": "divider"
|
|
712
711
|
},
|
|
713
712
|
{
|
|
713
|
+
"title": "Nothing open",
|
|
714
714
|
"type": "empty-state",
|
|
715
715
|
"description": "Click Open to view details in a modal overlay.",
|
|
716
|
-
"title": "Nothing open",
|
|
717
716
|
"icon": "repeat"
|
|
718
717
|
}
|
|
719
|
-
]
|
|
718
|
+
],
|
|
719
|
+
"type": "stack"
|
|
720
720
|
}
|
|
721
721
|
]
|
|
722
722
|
]
|
|
@@ -926,20 +926,18 @@
|
|
|
926
926
|
"main",
|
|
927
927
|
{
|
|
928
928
|
"direction": "vertical",
|
|
929
|
+
"gap": "lg",
|
|
930
|
+
"type": "stack",
|
|
929
931
|
"children": [
|
|
930
932
|
{
|
|
931
933
|
"direction": "horizontal",
|
|
932
|
-
"gap": "md",
|
|
933
|
-
"justify": "between",
|
|
934
|
-
"align": "center",
|
|
935
|
-
"type": "stack",
|
|
936
934
|
"children": [
|
|
937
935
|
{
|
|
938
936
|
"type": "stack",
|
|
939
937
|
"children": [
|
|
940
938
|
{
|
|
941
|
-
"
|
|
942
|
-
"
|
|
939
|
+
"name": "server",
|
|
940
|
+
"type": "icon"
|
|
943
941
|
},
|
|
944
942
|
{
|
|
945
943
|
"type": "typography",
|
|
@@ -952,33 +950,35 @@
|
|
|
952
950
|
"gap": "md"
|
|
953
951
|
},
|
|
954
952
|
{
|
|
953
|
+
"label": "Dismiss",
|
|
954
|
+
"action": "HIDE",
|
|
955
955
|
"variant": "ghost",
|
|
956
956
|
"type": "button",
|
|
957
|
-
"icon": "x"
|
|
958
|
-
"label": "Dismiss",
|
|
959
|
-
"action": "HIDE"
|
|
957
|
+
"icon": "x"
|
|
960
958
|
}
|
|
961
|
-
]
|
|
959
|
+
],
|
|
960
|
+
"type": "stack",
|
|
961
|
+
"align": "center",
|
|
962
|
+
"gap": "md",
|
|
963
|
+
"justify": "between"
|
|
962
964
|
},
|
|
963
965
|
{
|
|
964
966
|
"type": "divider"
|
|
965
967
|
},
|
|
966
968
|
{
|
|
967
969
|
"variant": "@entity.notificationType",
|
|
968
|
-
"
|
|
969
|
-
"
|
|
970
|
+
"message": "@entity.message",
|
|
971
|
+
"type": "alert"
|
|
970
972
|
},
|
|
971
973
|
{
|
|
972
974
|
"type": "toast-slot"
|
|
973
975
|
},
|
|
974
976
|
{
|
|
977
|
+
"type": "alert",
|
|
975
978
|
"variant": "warning",
|
|
976
|
-
"message": "@entity.message"
|
|
977
|
-
"type": "alert"
|
|
979
|
+
"message": "@entity.message"
|
|
978
980
|
}
|
|
979
|
-
]
|
|
980
|
-
"gap": "lg",
|
|
981
|
-
"type": "stack"
|
|
981
|
+
]
|
|
982
982
|
}
|
|
983
983
|
]
|
|
984
984
|
]
|
|
@@ -1002,49 +1002,50 @@
|
|
|
1002
1002
|
"render-ui",
|
|
1003
1003
|
"main",
|
|
1004
1004
|
{
|
|
1005
|
-
"type": "stack",
|
|
1006
1005
|
"direction": "vertical",
|
|
1006
|
+
"gap": "lg",
|
|
1007
|
+
"type": "stack",
|
|
1007
1008
|
"children": [
|
|
1008
1009
|
{
|
|
1009
|
-
"
|
|
1010
|
-
"align": "center",
|
|
1010
|
+
"direction": "horizontal",
|
|
1011
1011
|
"children": [
|
|
1012
1012
|
{
|
|
1013
|
-
"align": "center",
|
|
1014
1013
|
"direction": "horizontal",
|
|
1014
|
+
"align": "center",
|
|
1015
|
+
"gap": "md",
|
|
1016
|
+
"type": "stack",
|
|
1015
1017
|
"children": [
|
|
1016
1018
|
{
|
|
1017
|
-
"
|
|
1018
|
-
"
|
|
1019
|
+
"name": "server",
|
|
1020
|
+
"type": "icon"
|
|
1019
1021
|
},
|
|
1020
1022
|
{
|
|
1021
1023
|
"variant": "h2",
|
|
1022
1024
|
"type": "typography",
|
|
1023
1025
|
"content": "Provider Status"
|
|
1024
1026
|
}
|
|
1025
|
-
]
|
|
1026
|
-
"type": "stack",
|
|
1027
|
-
"gap": "md"
|
|
1027
|
+
]
|
|
1028
1028
|
},
|
|
1029
1029
|
{
|
|
1030
1030
|
"action": "HIDE",
|
|
1031
|
+
"variant": "ghost",
|
|
1031
1032
|
"type": "button",
|
|
1032
1033
|
"label": "Dismiss",
|
|
1033
|
-
"variant": "ghost",
|
|
1034
1034
|
"icon": "x"
|
|
1035
1035
|
}
|
|
1036
1036
|
],
|
|
1037
1037
|
"type": "stack",
|
|
1038
|
-
"
|
|
1039
|
-
"
|
|
1038
|
+
"gap": "md",
|
|
1039
|
+
"justify": "between",
|
|
1040
|
+
"align": "center"
|
|
1040
1041
|
},
|
|
1041
1042
|
{
|
|
1042
1043
|
"type": "divider"
|
|
1043
1044
|
},
|
|
1044
1045
|
{
|
|
1046
|
+
"variant": "@entity.notificationType",
|
|
1045
1047
|
"message": "@entity.message",
|
|
1046
|
-
"type": "alert"
|
|
1047
|
-
"variant": "@entity.notificationType"
|
|
1048
|
+
"type": "alert"
|
|
1048
1049
|
},
|
|
1049
1050
|
{
|
|
1050
1051
|
"type": "toast-slot"
|
|
@@ -1054,8 +1055,7 @@
|
|
|
1054
1055
|
"message": "@entity.message",
|
|
1055
1056
|
"type": "alert"
|
|
1056
1057
|
}
|
|
1057
|
-
]
|
|
1058
|
-
"gap": "lg"
|
|
1058
|
+
]
|
|
1059
1059
|
}
|
|
1060
1060
|
]
|
|
1061
1061
|
]
|
|
@@ -1086,11 +1086,12 @@
|
|
|
1086
1086
|
"scope": "internal",
|
|
1087
1087
|
"payload": [
|
|
1088
1088
|
{
|
|
1089
|
-
"name": "
|
|
1090
|
-
"type": "string"
|
|
1089
|
+
"name": "message",
|
|
1090
|
+
"type": "string",
|
|
1091
|
+
"required": true
|
|
1091
1092
|
},
|
|
1092
1093
|
{
|
|
1093
|
-
"name": "
|
|
1094
|
+
"name": "notificationType",
|
|
1094
1095
|
"type": "string"
|
|
1095
1096
|
}
|
|
1096
1097
|
]
|
|
@@ -1281,8 +1282,8 @@
|
|
|
1281
1282
|
"AgentProvider",
|
|
1282
1283
|
{
|
|
1283
1284
|
"emit": {
|
|
1284
|
-
"
|
|
1285
|
-
"
|
|
1285
|
+
"success": "AgentProviderLoaded",
|
|
1286
|
+
"failure": "AgentProviderLoadFailed"
|
|
1286
1287
|
}
|
|
1287
1288
|
}
|
|
1288
1289
|
],
|
|
@@ -1296,10 +1297,10 @@
|
|
|
1296
1297
|
"render-ui",
|
|
1297
1298
|
"main",
|
|
1298
1299
|
{
|
|
1299
|
-
"description": "Provider is ready",
|
|
1300
1300
|
"type": "empty-state",
|
|
1301
|
-
"
|
|
1302
|
-
"
|
|
1301
|
+
"title": "Provider",
|
|
1302
|
+
"description": "Provider is ready",
|
|
1303
|
+
"icon": "repeat"
|
|
1303
1304
|
}
|
|
1304
1305
|
]
|
|
1305
1306
|
]
|
|
@@ -1398,7 +1399,11 @@
|
|
|
1398
1399
|
],
|
|
1399
1400
|
[
|
|
1400
1401
|
"emit",
|
|
1401
|
-
"SHOW"
|
|
1402
|
+
"SHOW",
|
|
1403
|
+
{
|
|
1404
|
+
"notificationType": "info",
|
|
1405
|
+
"message": "Provider switched"
|
|
1406
|
+
}
|
|
1402
1407
|
]
|
|
1403
1408
|
]
|
|
1404
1409
|
}
|