@almadar/std 16.28.0 → 16.28.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/organisms/std-agent-assistant.orb +1317 -1117
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2268 -2084
- package/canonical-operators.json +13 -1
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1317 -1117
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2268 -2084
- package/dist/index.js +12 -0
- package/dist/index.js.map +1 -1
- package/dist/modules/core.js +12 -0
- package/dist/modules/core.js.map +1 -1
- package/dist/modules/index.js +12 -0
- package/dist/modules/index.js.map +1 -1
- package/dist/registry/agent/organisms/std-agent-assistant.orb +1317 -1117
- package/dist/registry/agent/organisms/std-agent-pipeline.orb +2268 -2084
- package/dist/registry.js +12 -0
- package/dist/registry.js.map +1 -1
- package/package.json +1 -1
|
@@ -338,11 +338,23 @@
|
|
|
338
338
|
},
|
|
339
339
|
{
|
|
340
340
|
"key": "SEND_MESSAGE",
|
|
341
|
-
"name": "Send Message"
|
|
341
|
+
"name": "Send Message",
|
|
342
|
+
"payloadSchema": [
|
|
343
|
+
{
|
|
344
|
+
"name": "content",
|
|
345
|
+
"type": "string"
|
|
346
|
+
}
|
|
347
|
+
]
|
|
342
348
|
},
|
|
343
349
|
{
|
|
344
350
|
"key": "MEMORIZE_RESPONSE",
|
|
345
|
-
"name": "Memorize Response"
|
|
351
|
+
"name": "Memorize Response",
|
|
352
|
+
"payloadSchema": [
|
|
353
|
+
{
|
|
354
|
+
"name": "content",
|
|
355
|
+
"type": "string"
|
|
356
|
+
}
|
|
357
|
+
]
|
|
346
358
|
},
|
|
347
359
|
{
|
|
348
360
|
"key": "AssistantDeleted",
|
|
@@ -428,8 +440,8 @@
|
|
|
428
440
|
"Assistant",
|
|
429
441
|
{
|
|
430
442
|
"emit": {
|
|
431
|
-
"
|
|
432
|
-
"
|
|
443
|
+
"success": "AssistantLoaded",
|
|
444
|
+
"failure": "AssistantLoadFailed"
|
|
433
445
|
}
|
|
434
446
|
}
|
|
435
447
|
],
|
|
@@ -437,22 +449,22 @@
|
|
|
437
449
|
"render-ui",
|
|
438
450
|
"main",
|
|
439
451
|
{
|
|
440
|
-
"direction": "vertical",
|
|
441
|
-
"gap": "md",
|
|
442
452
|
"type": "stack",
|
|
443
|
-
"
|
|
444
|
-
"
|
|
453
|
+
"gap": "md",
|
|
454
|
+
"direction": "vertical",
|
|
445
455
|
"children": [
|
|
446
456
|
{
|
|
447
457
|
"type": "spinner"
|
|
448
458
|
},
|
|
449
459
|
{
|
|
450
|
-
"variant": "caption",
|
|
451
|
-
"content": "Loading assistant…",
|
|
452
460
|
"color": "muted",
|
|
453
|
-
"
|
|
461
|
+
"content": "Loading assistant…",
|
|
462
|
+
"type": "typography",
|
|
463
|
+
"variant": "caption"
|
|
454
464
|
}
|
|
455
|
-
]
|
|
465
|
+
],
|
|
466
|
+
"align": "center",
|
|
467
|
+
"className": "py-12"
|
|
456
468
|
}
|
|
457
469
|
]
|
|
458
470
|
]
|
|
@@ -468,23 +480,17 @@
|
|
|
468
480
|
{
|
|
469
481
|
"children": [
|
|
470
482
|
{
|
|
471
|
-
"gap": "lg",
|
|
472
|
-
"type": "stack",
|
|
473
483
|
"direction": "vertical",
|
|
484
|
+
"gap": "lg",
|
|
474
485
|
"children": [
|
|
475
486
|
{
|
|
476
|
-
"direction": "horizontal",
|
|
477
|
-
"gap": "sm",
|
|
478
|
-
"justify": "between",
|
|
479
487
|
"children": [
|
|
480
488
|
{
|
|
481
|
-
"direction": "horizontal",
|
|
482
|
-
"gap": "sm",
|
|
483
489
|
"align": "center",
|
|
484
490
|
"children": [
|
|
485
491
|
{
|
|
486
|
-
"
|
|
487
|
-
"
|
|
492
|
+
"name": "message-circle",
|
|
493
|
+
"type": "icon"
|
|
488
494
|
},
|
|
489
495
|
{
|
|
490
496
|
"variant": "h2",
|
|
@@ -492,31 +498,34 @@
|
|
|
492
498
|
"type": "typography"
|
|
493
499
|
}
|
|
494
500
|
],
|
|
495
|
-
"type": "stack"
|
|
501
|
+
"type": "stack",
|
|
502
|
+
"gap": "sm",
|
|
503
|
+
"direction": "horizontal"
|
|
496
504
|
},
|
|
497
505
|
{
|
|
498
|
-
"label": "New Message",
|
|
499
506
|
"icon": "plus",
|
|
507
|
+
"action": "COMPOSE",
|
|
508
|
+
"label": "New Message",
|
|
500
509
|
"type": "button",
|
|
501
|
-
"variant": "primary"
|
|
502
|
-
"action": "COMPOSE"
|
|
510
|
+
"variant": "primary"
|
|
503
511
|
}
|
|
504
512
|
],
|
|
513
|
+
"justify": "between",
|
|
514
|
+
"align": "center",
|
|
515
|
+
"direction": "horizontal",
|
|
505
516
|
"type": "stack",
|
|
506
|
-
"
|
|
517
|
+
"gap": "sm"
|
|
507
518
|
},
|
|
508
519
|
{
|
|
509
520
|
"type": "divider"
|
|
510
521
|
},
|
|
511
522
|
{
|
|
512
|
-
"
|
|
523
|
+
"fields": [],
|
|
513
524
|
"renderItem": [
|
|
514
525
|
"fn",
|
|
515
526
|
"item",
|
|
516
527
|
{
|
|
517
528
|
"direction": "vertical",
|
|
518
|
-
"gap": "xs",
|
|
519
|
-
"type": "stack",
|
|
520
529
|
"children": [
|
|
521
530
|
{
|
|
522
531
|
"align": "center",
|
|
@@ -525,55 +534,58 @@
|
|
|
525
534
|
"type": "stack",
|
|
526
535
|
"children": [
|
|
527
536
|
{
|
|
528
|
-
"
|
|
529
|
-
"
|
|
537
|
+
"label": "@item.role",
|
|
538
|
+
"type": "badge"
|
|
530
539
|
},
|
|
531
540
|
{
|
|
532
|
-
"label": "@item.status",
|
|
533
541
|
"variant": "secondary",
|
|
534
|
-
"type": "badge"
|
|
542
|
+
"type": "badge",
|
|
543
|
+
"label": "@item.status"
|
|
535
544
|
},
|
|
536
545
|
{
|
|
537
|
-
"variant": "caption",
|
|
538
546
|
"type": "typography",
|
|
539
|
-
"
|
|
540
|
-
"content": "@item.timestamp"
|
|
547
|
+
"variant": "caption",
|
|
548
|
+
"content": "@item.timestamp",
|
|
549
|
+
"color": "muted"
|
|
541
550
|
}
|
|
542
551
|
]
|
|
543
552
|
},
|
|
544
553
|
{
|
|
545
|
-
"
|
|
554
|
+
"content": "@item.content",
|
|
546
555
|
"variant": "body",
|
|
547
|
-
"
|
|
556
|
+
"type": "typography"
|
|
548
557
|
}
|
|
549
|
-
]
|
|
558
|
+
],
|
|
559
|
+
"type": "stack",
|
|
560
|
+
"gap": "xs"
|
|
550
561
|
}
|
|
551
562
|
],
|
|
552
|
-
"
|
|
563
|
+
"type": "data-list",
|
|
553
564
|
"entity": "@payload.data"
|
|
554
565
|
}
|
|
555
|
-
]
|
|
566
|
+
],
|
|
567
|
+
"type": "stack"
|
|
556
568
|
}
|
|
557
569
|
],
|
|
558
570
|
"type": "dashboard-layout",
|
|
559
|
-
"appName": "Agent Assistant",
|
|
560
571
|
"navItems": [
|
|
561
572
|
{
|
|
562
|
-
"
|
|
573
|
+
"icon": "message-circle",
|
|
563
574
|
"href": "/chat",
|
|
564
|
-
"
|
|
575
|
+
"label": "Chat"
|
|
565
576
|
},
|
|
566
577
|
{
|
|
578
|
+
"href": "/memory",
|
|
567
579
|
"icon": "brain",
|
|
568
|
-
"label": "Memory"
|
|
569
|
-
"href": "/memory"
|
|
580
|
+
"label": "Memory"
|
|
570
581
|
},
|
|
571
582
|
{
|
|
572
|
-
"
|
|
583
|
+
"icon": "settings",
|
|
573
584
|
"href": "/settings",
|
|
574
|
-
"
|
|
585
|
+
"label": "Settings"
|
|
575
586
|
}
|
|
576
|
-
]
|
|
587
|
+
],
|
|
588
|
+
"appName": "Agent Assistant"
|
|
577
589
|
}
|
|
578
590
|
]
|
|
579
591
|
]
|
|
@@ -587,36 +599,36 @@
|
|
|
587
599
|
"render-ui",
|
|
588
600
|
"main",
|
|
589
601
|
{
|
|
590
|
-
"
|
|
602
|
+
"type": "stack",
|
|
603
|
+
"direction": "vertical",
|
|
591
604
|
"children": [
|
|
592
605
|
{
|
|
593
|
-
"
|
|
606
|
+
"name": "alert-triangle",
|
|
594
607
|
"color": "destructive",
|
|
595
|
-
"
|
|
608
|
+
"type": "icon"
|
|
596
609
|
},
|
|
597
610
|
{
|
|
598
|
-
"content": "Failed to load assistant",
|
|
599
611
|
"type": "typography",
|
|
600
|
-
"variant": "h3"
|
|
612
|
+
"variant": "h3",
|
|
613
|
+
"content": "Failed to load assistant"
|
|
601
614
|
},
|
|
602
615
|
{
|
|
603
|
-
"content": "@payload.error",
|
|
604
616
|
"variant": "body",
|
|
605
|
-
"
|
|
606
|
-
"color": "muted"
|
|
617
|
+
"content": "@payload.error",
|
|
618
|
+
"color": "muted",
|
|
619
|
+
"type": "typography"
|
|
607
620
|
},
|
|
608
621
|
{
|
|
609
|
-
"type": "button",
|
|
610
622
|
"variant": "primary",
|
|
623
|
+
"action": "INIT",
|
|
611
624
|
"icon": "rotate-ccw",
|
|
612
625
|
"label": "Retry",
|
|
613
|
-
"
|
|
626
|
+
"type": "button"
|
|
614
627
|
}
|
|
615
628
|
],
|
|
616
|
-
"
|
|
617
|
-
"gap": "md",
|
|
629
|
+
"className": "py-12",
|
|
618
630
|
"align": "center",
|
|
619
|
-
"
|
|
631
|
+
"gap": "md"
|
|
620
632
|
}
|
|
621
633
|
]
|
|
622
634
|
]
|
|
@@ -630,40 +642,40 @@
|
|
|
630
642
|
"render-ui",
|
|
631
643
|
"main",
|
|
632
644
|
{
|
|
633
|
-
"gap": "lg",
|
|
634
|
-
"direction": "vertical",
|
|
635
645
|
"type": "stack",
|
|
636
646
|
"children": [
|
|
637
647
|
{
|
|
638
|
-
"type": "stack",
|
|
639
|
-
"gap": "sm",
|
|
640
648
|
"children": [
|
|
641
649
|
{
|
|
642
650
|
"type": "icon",
|
|
643
651
|
"name": "message-circle"
|
|
644
652
|
},
|
|
645
653
|
{
|
|
646
|
-
"type": "typography",
|
|
647
654
|
"content": "Assistant Thread",
|
|
648
|
-
"variant": "h2"
|
|
655
|
+
"variant": "h2",
|
|
656
|
+
"type": "typography"
|
|
649
657
|
}
|
|
650
658
|
],
|
|
651
659
|
"direction": "horizontal",
|
|
652
|
-
"align": "center"
|
|
660
|
+
"align": "center",
|
|
661
|
+
"type": "stack",
|
|
662
|
+
"gap": "sm"
|
|
653
663
|
},
|
|
654
664
|
{
|
|
655
665
|
"type": "divider"
|
|
656
666
|
},
|
|
657
667
|
{
|
|
668
|
+
"submitEvent": "SEND",
|
|
669
|
+
"type": "form-section",
|
|
670
|
+
"cancelEvent": "CANCEL_COMPOSE",
|
|
658
671
|
"mode": "create",
|
|
659
672
|
"fields": [
|
|
660
673
|
"content"
|
|
661
|
-
]
|
|
662
|
-
"type": "form-section",
|
|
663
|
-
"submitEvent": "SEND",
|
|
664
|
-
"cancelEvent": "CANCEL_COMPOSE"
|
|
674
|
+
]
|
|
665
675
|
}
|
|
666
|
-
]
|
|
676
|
+
],
|
|
677
|
+
"direction": "vertical",
|
|
678
|
+
"gap": "lg"
|
|
667
679
|
}
|
|
668
680
|
]
|
|
669
681
|
]
|
|
@@ -689,8 +701,8 @@
|
|
|
689
701
|
"Assistant",
|
|
690
702
|
{
|
|
691
703
|
"emit": {
|
|
692
|
-
"
|
|
693
|
-
"
|
|
704
|
+
"success": "AssistantLoaded",
|
|
705
|
+
"failure": "AssistantLoadFailed"
|
|
694
706
|
}
|
|
695
707
|
}
|
|
696
708
|
],
|
|
@@ -713,9 +725,9 @@
|
|
|
713
725
|
"create",
|
|
714
726
|
"Assistant",
|
|
715
727
|
{
|
|
728
|
+
"timestamp": "@now",
|
|
716
729
|
"status": "sent",
|
|
717
730
|
"content": "@payload.content",
|
|
718
|
-
"timestamp": "@now",
|
|
719
731
|
"role": "user"
|
|
720
732
|
},
|
|
721
733
|
{
|
|
@@ -729,8 +741,8 @@
|
|
|
729
741
|
"Assistant",
|
|
730
742
|
{
|
|
731
743
|
"emit": {
|
|
732
|
-
"
|
|
733
|
-
"
|
|
744
|
+
"failure": "AssistantLoadFailed",
|
|
745
|
+
"success": "AssistantLoaded"
|
|
734
746
|
}
|
|
735
747
|
}
|
|
736
748
|
],
|
|
@@ -753,8 +765,8 @@
|
|
|
753
765
|
"Assistant",
|
|
754
766
|
{
|
|
755
767
|
"emit": {
|
|
756
|
-
"
|
|
757
|
-
"
|
|
768
|
+
"failure": "AssistantLoadFailed",
|
|
769
|
+
"success": "AssistantLoaded"
|
|
758
770
|
}
|
|
759
771
|
}
|
|
760
772
|
],
|
|
@@ -778,8 +790,8 @@
|
|
|
778
790
|
"Assistant",
|
|
779
791
|
{
|
|
780
792
|
"emit": {
|
|
781
|
-
"
|
|
782
|
-
"
|
|
793
|
+
"success": "AssistantDeleted",
|
|
794
|
+
"failure": "AssistantDeleteFailed"
|
|
783
795
|
}
|
|
784
796
|
}
|
|
785
797
|
],
|
|
@@ -788,8 +800,8 @@
|
|
|
788
800
|
"Assistant",
|
|
789
801
|
{
|
|
790
802
|
"emit": {
|
|
791
|
-
"
|
|
792
|
-
"
|
|
803
|
+
"success": "AssistantLoaded",
|
|
804
|
+
"failure": "AssistantLoadFailed"
|
|
793
805
|
}
|
|
794
806
|
}
|
|
795
807
|
],
|
|
@@ -891,7 +903,13 @@
|
|
|
891
903
|
},
|
|
892
904
|
{
|
|
893
905
|
"key": "TOKEN_UPDATE",
|
|
894
|
-
"name": "Token Update"
|
|
906
|
+
"name": "Token Update",
|
|
907
|
+
"payloadSchema": [
|
|
908
|
+
{
|
|
909
|
+
"name": "tokenCount",
|
|
910
|
+
"type": "number"
|
|
911
|
+
}
|
|
912
|
+
]
|
|
895
913
|
},
|
|
896
914
|
{
|
|
897
915
|
"key": "AssistantLoaded",
|
|
@@ -929,8 +947,8 @@
|
|
|
929
947
|
"Assistant",
|
|
930
948
|
{
|
|
931
949
|
"emit": {
|
|
932
|
-
"
|
|
933
|
-
"
|
|
950
|
+
"failure": "AssistantLoadFailed",
|
|
951
|
+
"success": "AssistantLoaded"
|
|
934
952
|
}
|
|
935
953
|
}
|
|
936
954
|
],
|
|
@@ -938,6 +956,14 @@
|
|
|
938
956
|
"render-ui",
|
|
939
957
|
"main",
|
|
940
958
|
{
|
|
959
|
+
"children": [
|
|
960
|
+
{
|
|
961
|
+
"description": "Conversation is ready",
|
|
962
|
+
"icon": "message-circle",
|
|
963
|
+
"title": "Conversation",
|
|
964
|
+
"type": "empty-state"
|
|
965
|
+
}
|
|
966
|
+
],
|
|
941
967
|
"type": "dashboard-layout",
|
|
942
968
|
"navItems": [
|
|
943
969
|
{
|
|
@@ -946,25 +972,17 @@
|
|
|
946
972
|
"label": "Chat"
|
|
947
973
|
},
|
|
948
974
|
{
|
|
975
|
+
"href": "/memory",
|
|
949
976
|
"icon": "brain",
|
|
950
|
-
"label": "Memory"
|
|
951
|
-
"href": "/memory"
|
|
977
|
+
"label": "Memory"
|
|
952
978
|
},
|
|
953
979
|
{
|
|
980
|
+
"icon": "settings",
|
|
954
981
|
"href": "/settings",
|
|
955
|
-
"label": "Settings"
|
|
956
|
-
"icon": "settings"
|
|
982
|
+
"label": "Settings"
|
|
957
983
|
}
|
|
958
984
|
],
|
|
959
|
-
"appName": "Agent Assistant"
|
|
960
|
-
"children": [
|
|
961
|
-
{
|
|
962
|
-
"icon": "message-circle",
|
|
963
|
-
"description": "Conversation is ready",
|
|
964
|
-
"title": "Conversation",
|
|
965
|
-
"type": "empty-state"
|
|
966
|
-
}
|
|
967
|
-
]
|
|
985
|
+
"appName": "Agent Assistant"
|
|
968
986
|
}
|
|
969
987
|
]
|
|
970
988
|
]
|
|
@@ -1426,30 +1444,150 @@
|
|
|
1426
1444
|
},
|
|
1427
1445
|
{
|
|
1428
1446
|
"key": "PIN",
|
|
1429
|
-
"name": "Pin"
|
|
1447
|
+
"name": "Pin",
|
|
1448
|
+
"payloadSchema": [
|
|
1449
|
+
{
|
|
1450
|
+
"name": "id",
|
|
1451
|
+
"type": "string",
|
|
1452
|
+
"required": true
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"name": "row.id",
|
|
1456
|
+
"type": "string",
|
|
1457
|
+
"required": true
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"name": "row.content",
|
|
1461
|
+
"type": "string"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"name": "row.category",
|
|
1465
|
+
"type": "string"
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
"name": "row.strength",
|
|
1469
|
+
"type": "number"
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"name": "row.pinned",
|
|
1473
|
+
"type": "boolean"
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"name": "row.scope",
|
|
1477
|
+
"type": "string"
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"name": "row.lastAccessedAt",
|
|
1481
|
+
"type": "string"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"name": "row.createdAt",
|
|
1485
|
+
"type": "string"
|
|
1486
|
+
}
|
|
1487
|
+
]
|
|
1430
1488
|
},
|
|
1431
1489
|
{
|
|
1432
1490
|
"key": "REINFORCE",
|
|
1433
|
-
"name": "Reinforce"
|
|
1491
|
+
"name": "Reinforce",
|
|
1492
|
+
"payloadSchema": [
|
|
1493
|
+
{
|
|
1494
|
+
"name": "id",
|
|
1495
|
+
"type": "string",
|
|
1496
|
+
"required": true
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"name": "row.id",
|
|
1500
|
+
"type": "string",
|
|
1501
|
+
"required": true
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"name": "row.content",
|
|
1505
|
+
"type": "string"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"name": "row.category",
|
|
1509
|
+
"type": "string"
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"name": "row.strength",
|
|
1513
|
+
"type": "number"
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"name": "row.pinned",
|
|
1517
|
+
"type": "boolean"
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"name": "row.scope",
|
|
1521
|
+
"type": "string"
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"name": "row.lastAccessedAt",
|
|
1525
|
+
"type": "string"
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"name": "row.createdAt",
|
|
1529
|
+
"type": "string"
|
|
1530
|
+
}
|
|
1531
|
+
]
|
|
1434
1532
|
},
|
|
1435
1533
|
{
|
|
1436
1534
|
"key": "FORGET",
|
|
1437
|
-
"name": "Forget"
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1535
|
+
"name": "Forget",
|
|
1536
|
+
"payloadSchema": [
|
|
1537
|
+
{
|
|
1538
|
+
"name": "id",
|
|
1539
|
+
"type": "string",
|
|
1540
|
+
"required": true
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"name": "row.id",
|
|
1544
|
+
"type": "string",
|
|
1545
|
+
"required": true
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"name": "row.content",
|
|
1549
|
+
"type": "string"
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"name": "row.category",
|
|
1553
|
+
"type": "string"
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
"name": "row.strength",
|
|
1557
|
+
"type": "number"
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"name": "row.pinned",
|
|
1561
|
+
"type": "boolean"
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"name": "row.scope",
|
|
1565
|
+
"type": "string"
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"name": "row.lastAccessedAt",
|
|
1569
|
+
"type": "string"
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"name": "row.createdAt",
|
|
1573
|
+
"type": "string"
|
|
1574
|
+
}
|
|
1575
|
+
]
|
|
1576
|
+
}
|
|
1577
|
+
],
|
|
1578
|
+
"transitions": [
|
|
1579
|
+
{
|
|
1580
|
+
"from": "browsing",
|
|
1581
|
+
"to": "browsing",
|
|
1582
|
+
"event": "INIT",
|
|
1583
|
+
"effects": [
|
|
1584
|
+
[
|
|
1447
1585
|
"fetch",
|
|
1448
1586
|
"Memory",
|
|
1449
1587
|
{
|
|
1450
1588
|
"emit": {
|
|
1451
|
-
"
|
|
1452
|
-
"
|
|
1589
|
+
"failure": "MemoryLoadFailed",
|
|
1590
|
+
"success": "MemoryLoaded"
|
|
1453
1591
|
}
|
|
1454
1592
|
}
|
|
1455
1593
|
],
|
|
@@ -1457,22 +1595,22 @@
|
|
|
1457
1595
|
"render-ui",
|
|
1458
1596
|
"main",
|
|
1459
1597
|
{
|
|
1460
|
-
"type": "stack",
|
|
1461
|
-
"direction": "vertical",
|
|
1462
|
-
"gap": "md",
|
|
1463
|
-
"align": "center",
|
|
1464
1598
|
"children": [
|
|
1465
1599
|
{
|
|
1466
1600
|
"type": "spinner"
|
|
1467
1601
|
},
|
|
1468
1602
|
{
|
|
1469
1603
|
"variant": "caption",
|
|
1604
|
+
"type": "typography",
|
|
1470
1605
|
"color": "muted",
|
|
1471
|
-
"content": "Loading…"
|
|
1472
|
-
"type": "typography"
|
|
1606
|
+
"content": "Loading…"
|
|
1473
1607
|
}
|
|
1474
1608
|
],
|
|
1475
|
-
"
|
|
1609
|
+
"align": "center",
|
|
1610
|
+
"gap": "md",
|
|
1611
|
+
"className": "py-12",
|
|
1612
|
+
"direction": "vertical",
|
|
1613
|
+
"type": "stack"
|
|
1476
1614
|
}
|
|
1477
1615
|
]
|
|
1478
1616
|
]
|
|
@@ -1486,62 +1624,77 @@
|
|
|
1486
1624
|
"render-ui",
|
|
1487
1625
|
"main",
|
|
1488
1626
|
{
|
|
1627
|
+
"navItems": [
|
|
1628
|
+
{
|
|
1629
|
+
"icon": "message-circle",
|
|
1630
|
+
"label": "Chat",
|
|
1631
|
+
"href": "/chat"
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"icon": "brain",
|
|
1635
|
+
"href": "/memory",
|
|
1636
|
+
"label": "Memory"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"href": "/settings",
|
|
1640
|
+
"icon": "settings",
|
|
1641
|
+
"label": "Settings"
|
|
1642
|
+
}
|
|
1643
|
+
],
|
|
1644
|
+
"appName": "Agent Assistant",
|
|
1489
1645
|
"children": [
|
|
1490
1646
|
{
|
|
1491
|
-
"direction": "vertical",
|
|
1492
|
-
"gap": "lg",
|
|
1493
|
-
"type": "stack",
|
|
1494
1647
|
"children": [
|
|
1495
1648
|
{
|
|
1496
|
-
"
|
|
1497
|
-
"direction": "horizontal",
|
|
1649
|
+
"type": "stack",
|
|
1498
1650
|
"justify": "between",
|
|
1651
|
+
"direction": "horizontal",
|
|
1652
|
+
"gap": "md",
|
|
1499
1653
|
"align": "center",
|
|
1500
|
-
"type": "stack",
|
|
1501
1654
|
"children": [
|
|
1502
1655
|
{
|
|
1503
|
-
"direction": "horizontal",
|
|
1504
1656
|
"type": "stack",
|
|
1505
|
-
"
|
|
1657
|
+
"direction": "horizontal",
|
|
1506
1658
|
"align": "center",
|
|
1507
1659
|
"children": [
|
|
1508
1660
|
{
|
|
1509
|
-
"
|
|
1510
|
-
"
|
|
1661
|
+
"type": "icon",
|
|
1662
|
+
"name": "brain"
|
|
1511
1663
|
},
|
|
1512
1664
|
{
|
|
1513
|
-
"type": "typography",
|
|
1514
1665
|
"content": "Memory Manager",
|
|
1666
|
+
"type": "typography",
|
|
1515
1667
|
"variant": "h2"
|
|
1516
1668
|
}
|
|
1517
|
-
]
|
|
1669
|
+
],
|
|
1670
|
+
"gap": "sm"
|
|
1518
1671
|
},
|
|
1519
1672
|
{
|
|
1673
|
+
"gap": "sm",
|
|
1674
|
+
"type": "stack",
|
|
1520
1675
|
"children": [
|
|
1521
1676
|
{
|
|
1677
|
+
"icon": "plus",
|
|
1522
1678
|
"action": "MEMORIZE",
|
|
1523
1679
|
"label": "Memorize",
|
|
1524
1680
|
"variant": "primary",
|
|
1525
|
-
"type": "button"
|
|
1526
|
-
"icon": "plus"
|
|
1681
|
+
"type": "button"
|
|
1527
1682
|
},
|
|
1528
1683
|
{
|
|
1529
|
-
"label": "Recall",
|
|
1530
|
-
"variant": "secondary",
|
|
1531
1684
|
"icon": "search",
|
|
1685
|
+
"action": "RECALL",
|
|
1532
1686
|
"type": "button",
|
|
1533
|
-
"
|
|
1687
|
+
"label": "Recall",
|
|
1688
|
+
"variant": "secondary"
|
|
1534
1689
|
},
|
|
1535
1690
|
{
|
|
1536
|
-
"
|
|
1691
|
+
"action": "DECAY",
|
|
1537
1692
|
"variant": "ghost",
|
|
1538
|
-
"label": "Decay All",
|
|
1539
1693
|
"icon": "clock",
|
|
1540
|
-
"
|
|
1694
|
+
"label": "Decay All",
|
|
1695
|
+
"type": "button"
|
|
1541
1696
|
}
|
|
1542
1697
|
],
|
|
1543
|
-
"gap": "sm",
|
|
1544
|
-
"type": "stack",
|
|
1545
1698
|
"direction": "horizontal"
|
|
1546
1699
|
}
|
|
1547
1700
|
]
|
|
@@ -1550,81 +1703,66 @@
|
|
|
1550
1703
|
"type": "divider"
|
|
1551
1704
|
},
|
|
1552
1705
|
{
|
|
1706
|
+
"type": "data-grid",
|
|
1553
1707
|
"entity": "@payload.data",
|
|
1554
1708
|
"fields": [
|
|
1555
1709
|
{
|
|
1556
|
-
"name": "content",
|
|
1557
1710
|
"variant": "h4",
|
|
1711
|
+
"name": "content",
|
|
1558
1712
|
"label": "Content",
|
|
1559
1713
|
"icon": "brain"
|
|
1560
1714
|
},
|
|
1561
1715
|
{
|
|
1716
|
+
"name": "category",
|
|
1562
1717
|
"colorMap": {
|
|
1563
|
-
"draft": "warning",
|
|
1564
|
-
"failed": "destructive",
|
|
1565
|
-
"scheduled": "warning",
|
|
1566
|
-
"archived": "neutral",
|
|
1567
1718
|
"inactive": "neutral",
|
|
1568
|
-
"cancelled": "destructive",
|
|
1569
|
-
"completed": "success",
|
|
1570
1719
|
"error": "destructive",
|
|
1720
|
+
"disabled": "neutral",
|
|
1721
|
+
"pending": "warning",
|
|
1722
|
+
"scheduled": "warning",
|
|
1723
|
+
"cancelled": "destructive",
|
|
1724
|
+
"failed": "destructive",
|
|
1571
1725
|
"active": "success",
|
|
1726
|
+
"completed": "success",
|
|
1727
|
+
"archived": "neutral",
|
|
1572
1728
|
"done": "success",
|
|
1573
|
-
"
|
|
1574
|
-
"disabled": "neutral"
|
|
1729
|
+
"draft": "warning"
|
|
1575
1730
|
},
|
|
1576
|
-
"name": "category",
|
|
1577
1731
|
"label": "Category",
|
|
1578
1732
|
"variant": "badge"
|
|
1579
1733
|
},
|
|
1580
1734
|
{
|
|
1581
|
-
"
|
|
1735
|
+
"name": "strength",
|
|
1582
1736
|
"label": "Strength",
|
|
1583
|
-
"
|
|
1737
|
+
"variant": "caption"
|
|
1584
1738
|
}
|
|
1585
1739
|
],
|
|
1586
|
-
"type": "data-grid",
|
|
1587
1740
|
"itemActions": [
|
|
1588
1741
|
{
|
|
1589
|
-
"label": "Pin",
|
|
1590
1742
|
"event": "PIN",
|
|
1743
|
+
"label": "Pin",
|
|
1591
1744
|
"variant": "ghost"
|
|
1592
1745
|
},
|
|
1593
1746
|
{
|
|
1594
|
-
"label": "Reinforce",
|
|
1595
1747
|
"event": "REINFORCE",
|
|
1596
|
-
"variant": "ghost"
|
|
1748
|
+
"variant": "ghost",
|
|
1749
|
+
"label": "Reinforce"
|
|
1597
1750
|
},
|
|
1598
1751
|
{
|
|
1599
1752
|
"variant": "danger",
|
|
1600
|
-
"
|
|
1601
|
-
"
|
|
1753
|
+
"event": "FORGET",
|
|
1754
|
+
"label": "Forget"
|
|
1602
1755
|
}
|
|
1603
1756
|
]
|
|
1604
1757
|
}
|
|
1605
1758
|
],
|
|
1606
|
-
"className": "max-w-5xl mx-auto w-full"
|
|
1759
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
1760
|
+
"gap": "lg",
|
|
1761
|
+
"type": "stack",
|
|
1762
|
+
"direction": "vertical"
|
|
1607
1763
|
}
|
|
1608
1764
|
],
|
|
1609
|
-
"type": "dashboard-layout"
|
|
1610
|
-
"appName": "Agent Assistant",
|
|
1611
|
-
"navItems": [
|
|
1612
|
-
{
|
|
1613
|
-
"label": "Chat",
|
|
1614
|
-
"href": "/chat",
|
|
1615
|
-
"icon": "message-circle"
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
"href": "/memory",
|
|
1619
|
-
"label": "Memory",
|
|
1620
|
-
"icon": "brain"
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
"icon": "settings",
|
|
1624
|
-
"label": "Settings",
|
|
1625
|
-
"href": "/settings"
|
|
1626
|
-
}
|
|
1627
|
-
]
|
|
1765
|
+
"type": "dashboard-layout"
|
|
1628
1766
|
}
|
|
1629
1767
|
]
|
|
1630
1768
|
]
|
|
@@ -1638,36 +1776,36 @@
|
|
|
1638
1776
|
"render-ui",
|
|
1639
1777
|
"main",
|
|
1640
1778
|
{
|
|
1641
|
-
"
|
|
1642
|
-
"
|
|
1779
|
+
"align": "center",
|
|
1780
|
+
"type": "stack",
|
|
1643
1781
|
"children": [
|
|
1644
1782
|
{
|
|
1783
|
+
"type": "icon",
|
|
1645
1784
|
"color": "destructive",
|
|
1646
|
-
"name": "alert-triangle"
|
|
1647
|
-
"type": "icon"
|
|
1785
|
+
"name": "alert-triangle"
|
|
1648
1786
|
},
|
|
1649
1787
|
{
|
|
1650
1788
|
"variant": "h3",
|
|
1651
|
-
"
|
|
1652
|
-
"
|
|
1789
|
+
"content": "Failed to load memory",
|
|
1790
|
+
"type": "typography"
|
|
1653
1791
|
},
|
|
1654
1792
|
{
|
|
1793
|
+
"color": "muted",
|
|
1655
1794
|
"type": "typography",
|
|
1656
1795
|
"content": "@payload.error",
|
|
1657
|
-
"variant": "body"
|
|
1658
|
-
"color": "muted"
|
|
1796
|
+
"variant": "body"
|
|
1659
1797
|
},
|
|
1660
1798
|
{
|
|
1661
|
-
"variant": "primary",
|
|
1662
|
-
"label": "Retry",
|
|
1663
|
-
"action": "INIT",
|
|
1664
1799
|
"type": "button",
|
|
1665
|
-
"icon": "rotate-ccw"
|
|
1800
|
+
"icon": "rotate-ccw",
|
|
1801
|
+
"action": "INIT",
|
|
1802
|
+
"label": "Retry",
|
|
1803
|
+
"variant": "primary"
|
|
1666
1804
|
}
|
|
1667
1805
|
],
|
|
1668
|
-
"
|
|
1669
|
-
"
|
|
1670
|
-
"
|
|
1806
|
+
"direction": "vertical",
|
|
1807
|
+
"className": "py-12",
|
|
1808
|
+
"gap": "md"
|
|
1671
1809
|
}
|
|
1672
1810
|
]
|
|
1673
1811
|
]
|
|
@@ -1842,8 +1980,8 @@
|
|
|
1842
1980
|
"Memory",
|
|
1843
1981
|
{
|
|
1844
1982
|
"emit": {
|
|
1845
|
-
"
|
|
1846
|
-
"
|
|
1983
|
+
"failure": "MemoryLoadFailed",
|
|
1984
|
+
"success": "MemoryLoaded"
|
|
1847
1985
|
}
|
|
1848
1986
|
}
|
|
1849
1987
|
]
|
|
@@ -1858,13 +1996,15 @@
|
|
|
1858
1996
|
"render-ui",
|
|
1859
1997
|
"modal",
|
|
1860
1998
|
{
|
|
1999
|
+
"type": "stack",
|
|
1861
2000
|
"gap": "md",
|
|
2001
|
+
"direction": "vertical",
|
|
1862
2002
|
"children": [
|
|
1863
2003
|
{
|
|
1864
2004
|
"children": [
|
|
1865
2005
|
{
|
|
1866
|
-
"
|
|
1867
|
-
"
|
|
2006
|
+
"name": "plus-circle",
|
|
2007
|
+
"type": "icon"
|
|
1868
2008
|
},
|
|
1869
2009
|
{
|
|
1870
2010
|
"variant": "h3",
|
|
@@ -1872,27 +2012,25 @@
|
|
|
1872
2012
|
"type": "typography"
|
|
1873
2013
|
}
|
|
1874
2014
|
],
|
|
1875
|
-
"
|
|
2015
|
+
"gap": "sm",
|
|
1876
2016
|
"type": "stack",
|
|
1877
|
-
"
|
|
2017
|
+
"direction": "horizontal"
|
|
1878
2018
|
},
|
|
1879
2019
|
{
|
|
1880
2020
|
"type": "divider"
|
|
1881
2021
|
},
|
|
1882
2022
|
{
|
|
1883
|
-
"type": "form-section",
|
|
1884
|
-
"mode": "create",
|
|
1885
2023
|
"cancelEvent": "CLOSE",
|
|
1886
2024
|
"submitEvent": "SAVE",
|
|
2025
|
+
"type": "form-section",
|
|
2026
|
+
"mode": "create",
|
|
1887
2027
|
"fields": [
|
|
1888
2028
|
"content",
|
|
1889
2029
|
"category",
|
|
1890
2030
|
"scope"
|
|
1891
2031
|
]
|
|
1892
2032
|
}
|
|
1893
|
-
]
|
|
1894
|
-
"direction": "vertical",
|
|
1895
|
-
"type": "stack"
|
|
2033
|
+
]
|
|
1896
2034
|
}
|
|
1897
2035
|
]
|
|
1898
2036
|
]
|
|
@@ -2059,7 +2197,7 @@
|
|
|
2059
2197
|
"listens": [
|
|
2060
2198
|
{
|
|
2061
2199
|
"event": "MEMORIZE_RESPONSE",
|
|
2062
|
-
"triggers": "
|
|
2200
|
+
"triggers": "DO_MEMORIZE",
|
|
2063
2201
|
"source": {
|
|
2064
2202
|
"kind": "orbital",
|
|
2065
2203
|
"orbital": "AssistantOrbital",
|
|
@@ -2182,19 +2320,43 @@
|
|
|
2182
2320
|
},
|
|
2183
2321
|
{
|
|
2184
2322
|
"key": "FORGOT",
|
|
2185
|
-
"name": "Forgot"
|
|
2323
|
+
"name": "Forgot",
|
|
2324
|
+
"payloadSchema": [
|
|
2325
|
+
{
|
|
2326
|
+
"name": "id",
|
|
2327
|
+
"type": "string"
|
|
2328
|
+
}
|
|
2329
|
+
]
|
|
2186
2330
|
},
|
|
2187
2331
|
{
|
|
2188
2332
|
"key": "REINFORCED",
|
|
2189
|
-
"name": "Reinforced"
|
|
2333
|
+
"name": "Reinforced",
|
|
2334
|
+
"payloadSchema": [
|
|
2335
|
+
{
|
|
2336
|
+
"name": "id",
|
|
2337
|
+
"type": "string"
|
|
2338
|
+
}
|
|
2339
|
+
]
|
|
2190
2340
|
},
|
|
2191
2341
|
{
|
|
2192
2342
|
"key": "DECAYED",
|
|
2193
|
-
"name": "Decayed"
|
|
2343
|
+
"name": "Decayed",
|
|
2344
|
+
"payloadSchema": [
|
|
2345
|
+
{
|
|
2346
|
+
"name": "id",
|
|
2347
|
+
"type": "string"
|
|
2348
|
+
}
|
|
2349
|
+
]
|
|
2194
2350
|
},
|
|
2195
2351
|
{
|
|
2196
2352
|
"key": "PINNED",
|
|
2197
|
-
"name": "Pinned"
|
|
2353
|
+
"name": "Pinned",
|
|
2354
|
+
"payloadSchema": [
|
|
2355
|
+
{
|
|
2356
|
+
"name": "id",
|
|
2357
|
+
"type": "string"
|
|
2358
|
+
}
|
|
2359
|
+
]
|
|
2198
2360
|
},
|
|
2199
2361
|
{
|
|
2200
2362
|
"key": "MemoryLoadFailed",
|
|
@@ -2265,32 +2427,32 @@
|
|
|
2265
2427
|
"render-ui",
|
|
2266
2428
|
"main",
|
|
2267
2429
|
{
|
|
2430
|
+
"appName": "Agent Assistant",
|
|
2431
|
+
"type": "dashboard-layout",
|
|
2432
|
+
"children": [
|
|
2433
|
+
{
|
|
2434
|
+
"icon": "brain",
|
|
2435
|
+
"type": "empty-state",
|
|
2436
|
+
"description": "Memory is ready",
|
|
2437
|
+
"title": "Memory"
|
|
2438
|
+
}
|
|
2439
|
+
],
|
|
2268
2440
|
"navItems": [
|
|
2269
2441
|
{
|
|
2270
|
-
"icon": "message-circle",
|
|
2271
2442
|
"href": "/chat",
|
|
2272
|
-
"label": "Chat"
|
|
2443
|
+
"label": "Chat",
|
|
2444
|
+
"icon": "message-circle"
|
|
2273
2445
|
},
|
|
2274
2446
|
{
|
|
2275
|
-
"
|
|
2447
|
+
"icon": "brain",
|
|
2276
2448
|
"label": "Memory",
|
|
2277
|
-
"
|
|
2449
|
+
"href": "/memory"
|
|
2278
2450
|
},
|
|
2279
2451
|
{
|
|
2280
|
-
"icon": "settings",
|
|
2281
2452
|
"label": "Settings",
|
|
2453
|
+
"icon": "settings",
|
|
2282
2454
|
"href": "/settings"
|
|
2283
2455
|
}
|
|
2284
|
-
],
|
|
2285
|
-
"appName": "Agent Assistant",
|
|
2286
|
-
"type": "dashboard-layout",
|
|
2287
|
-
"children": [
|
|
2288
|
-
{
|
|
2289
|
-
"title": "Memory",
|
|
2290
|
-
"type": "empty-state",
|
|
2291
|
-
"description": "Memory is ready",
|
|
2292
|
-
"icon": "brain"
|
|
2293
|
-
}
|
|
2294
2456
|
]
|
|
2295
2457
|
}
|
|
2296
2458
|
]
|
|
@@ -2313,8 +2475,8 @@
|
|
|
2313
2475
|
"@payload.data",
|
|
2314
2476
|
{
|
|
2315
2477
|
"emit": {
|
|
2316
|
-
"
|
|
2317
|
-
"
|
|
2478
|
+
"success": "MemorySaved",
|
|
2479
|
+
"failure": "MemorySaveFailed"
|
|
2318
2480
|
}
|
|
2319
2481
|
}
|
|
2320
2482
|
]
|
|
@@ -2655,40 +2817,39 @@
|
|
|
2655
2817
|
{
|
|
2656
2818
|
"navItems": [
|
|
2657
2819
|
{
|
|
2658
|
-
"label": "Chat",
|
|
2659
2820
|
"href": "/chat",
|
|
2660
|
-
"icon": "message-circle"
|
|
2821
|
+
"icon": "message-circle",
|
|
2822
|
+
"label": "Chat"
|
|
2661
2823
|
},
|
|
2662
2824
|
{
|
|
2825
|
+
"icon": "brain",
|
|
2663
2826
|
"label": "Memory",
|
|
2664
|
-
"href": "/memory"
|
|
2665
|
-
"icon": "brain"
|
|
2827
|
+
"href": "/memory"
|
|
2666
2828
|
},
|
|
2667
2829
|
{
|
|
2668
|
-
"label": "Settings",
|
|
2669
2830
|
"icon": "settings",
|
|
2670
|
-
"href": "/settings"
|
|
2831
|
+
"href": "/settings",
|
|
2832
|
+
"label": "Settings"
|
|
2671
2833
|
}
|
|
2672
2834
|
],
|
|
2673
2835
|
"appName": "Agent Assistant",
|
|
2674
2836
|
"type": "dashboard-layout",
|
|
2675
2837
|
"children": [
|
|
2676
2838
|
{
|
|
2677
|
-
"gap": "lg",
|
|
2678
|
-
"type": "stack",
|
|
2679
|
-
"direction": "vertical",
|
|
2680
2839
|
"children": [
|
|
2681
2840
|
{
|
|
2682
2841
|
"align": "center",
|
|
2842
|
+
"direction": "horizontal",
|
|
2843
|
+
"type": "stack",
|
|
2683
2844
|
"children": [
|
|
2684
2845
|
{
|
|
2685
2846
|
"name": "gauge",
|
|
2686
2847
|
"type": "icon"
|
|
2687
2848
|
},
|
|
2688
2849
|
{
|
|
2850
|
+
"content": "Token Usage",
|
|
2689
2851
|
"variant": "h2",
|
|
2690
|
-
"type": "typography"
|
|
2691
|
-
"content": "Token Usage"
|
|
2852
|
+
"type": "typography"
|
|
2692
2853
|
},
|
|
2693
2854
|
{
|
|
2694
2855
|
"variant": "default",
|
|
@@ -2696,43 +2857,44 @@
|
|
|
2696
2857
|
"type": "badge"
|
|
2697
2858
|
}
|
|
2698
2859
|
],
|
|
2699
|
-
"direction": "horizontal",
|
|
2700
|
-
"type": "stack",
|
|
2701
2860
|
"gap": "sm"
|
|
2702
2861
|
},
|
|
2703
2862
|
{
|
|
2704
2863
|
"type": "divider"
|
|
2705
2864
|
},
|
|
2706
2865
|
{
|
|
2707
|
-
"value": "@entity.current",
|
|
2708
2866
|
"max": "@entity.max",
|
|
2709
|
-
"type": "progress-bar"
|
|
2867
|
+
"type": "progress-bar",
|
|
2868
|
+
"value": "@entity.current"
|
|
2710
2869
|
},
|
|
2711
2870
|
{
|
|
2871
|
+
"direction": "horizontal",
|
|
2872
|
+
"gap": "md",
|
|
2712
2873
|
"type": "stack",
|
|
2713
2874
|
"children": [
|
|
2714
2875
|
{
|
|
2715
|
-
"label": "Tokens Used",
|
|
2716
2876
|
"value": "@entity.current",
|
|
2717
|
-
"type": "stat-display"
|
|
2877
|
+
"type": "stat-display",
|
|
2878
|
+
"label": "Tokens Used"
|
|
2718
2879
|
},
|
|
2719
2880
|
{
|
|
2720
|
-
"value": "@entity.max",
|
|
2721
2881
|
"type": "stat-display",
|
|
2722
|
-
"label": "Max Tokens"
|
|
2882
|
+
"label": "Max Tokens",
|
|
2883
|
+
"value": "@entity.max"
|
|
2723
2884
|
}
|
|
2724
|
-
]
|
|
2725
|
-
"direction": "horizontal",
|
|
2726
|
-
"gap": "md"
|
|
2885
|
+
]
|
|
2727
2886
|
},
|
|
2728
2887
|
{
|
|
2729
|
-
"
|
|
2888
|
+
"action": "RESET",
|
|
2730
2889
|
"type": "button",
|
|
2731
|
-
"icon": "rotate-ccw",
|
|
2732
2890
|
"variant": "ghost",
|
|
2733
|
-
"
|
|
2891
|
+
"label": "Reset",
|
|
2892
|
+
"icon": "rotate-ccw"
|
|
2734
2893
|
}
|
|
2735
|
-
]
|
|
2894
|
+
],
|
|
2895
|
+
"type": "stack",
|
|
2896
|
+
"gap": "lg",
|
|
2897
|
+
"direction": "vertical"
|
|
2736
2898
|
}
|
|
2737
2899
|
]
|
|
2738
2900
|
}
|
|
@@ -2762,34 +2924,31 @@
|
|
|
2762
2924
|
"render-ui",
|
|
2763
2925
|
"main",
|
|
2764
2926
|
{
|
|
2765
|
-
"
|
|
2927
|
+
"appName": "Agent Assistant",
|
|
2766
2928
|
"children": [
|
|
2767
2929
|
{
|
|
2768
|
-
"direction": "vertical",
|
|
2769
|
-
"gap": "lg",
|
|
2770
|
-
"type": "stack",
|
|
2771
2930
|
"children": [
|
|
2772
2931
|
{
|
|
2773
|
-
"type": "stack",
|
|
2774
2932
|
"align": "center",
|
|
2775
|
-
"
|
|
2933
|
+
"type": "stack",
|
|
2776
2934
|
"children": [
|
|
2777
2935
|
{
|
|
2778
|
-
"
|
|
2779
|
-
"
|
|
2936
|
+
"type": "icon",
|
|
2937
|
+
"name": "gauge"
|
|
2780
2938
|
},
|
|
2781
2939
|
{
|
|
2782
|
-
"type": "typography",
|
|
2783
2940
|
"variant": "h2",
|
|
2941
|
+
"type": "typography",
|
|
2784
2942
|
"content": "Token Usage"
|
|
2785
2943
|
},
|
|
2786
2944
|
{
|
|
2787
|
-
"variant": "default",
|
|
2788
2945
|
"type": "badge",
|
|
2946
|
+
"variant": "default",
|
|
2789
2947
|
"label": "Normal"
|
|
2790
2948
|
}
|
|
2791
2949
|
],
|
|
2792
|
-
"direction": "horizontal"
|
|
2950
|
+
"direction": "horizontal",
|
|
2951
|
+
"gap": "sm"
|
|
2793
2952
|
},
|
|
2794
2953
|
{
|
|
2795
2954
|
"type": "divider"
|
|
@@ -2800,50 +2959,53 @@
|
|
|
2800
2959
|
"value": "@entity.current"
|
|
2801
2960
|
},
|
|
2802
2961
|
{
|
|
2803
|
-
"gap": "md",
|
|
2804
|
-
"type": "stack",
|
|
2805
2962
|
"direction": "horizontal",
|
|
2806
2963
|
"children": [
|
|
2807
2964
|
{
|
|
2808
|
-
"type": "stat-display",
|
|
2809
2965
|
"label": "Tokens Used",
|
|
2810
|
-
"value": "@entity.current"
|
|
2966
|
+
"value": "@entity.current",
|
|
2967
|
+
"type": "stat-display"
|
|
2811
2968
|
},
|
|
2812
2969
|
{
|
|
2813
2970
|
"type": "stat-display",
|
|
2814
|
-
"
|
|
2815
|
-
"
|
|
2971
|
+
"value": "@entity.max",
|
|
2972
|
+
"label": "Max Tokens"
|
|
2816
2973
|
}
|
|
2817
|
-
]
|
|
2974
|
+
],
|
|
2975
|
+
"gap": "md",
|
|
2976
|
+
"type": "stack"
|
|
2818
2977
|
},
|
|
2819
2978
|
{
|
|
2820
|
-
"action": "RESET",
|
|
2821
|
-
"label": "Reset",
|
|
2822
2979
|
"type": "button",
|
|
2980
|
+
"action": "RESET",
|
|
2981
|
+
"variant": "ghost",
|
|
2823
2982
|
"icon": "rotate-ccw",
|
|
2824
|
-
"
|
|
2983
|
+
"label": "Reset"
|
|
2825
2984
|
}
|
|
2826
|
-
]
|
|
2985
|
+
],
|
|
2986
|
+
"type": "stack",
|
|
2987
|
+
"direction": "vertical",
|
|
2988
|
+
"gap": "lg"
|
|
2827
2989
|
}
|
|
2828
2990
|
],
|
|
2829
2991
|
"navItems": [
|
|
2830
2992
|
{
|
|
2831
|
-
"label": "Chat",
|
|
2832
2993
|
"icon": "message-circle",
|
|
2994
|
+
"label": "Chat",
|
|
2833
2995
|
"href": "/chat"
|
|
2834
2996
|
},
|
|
2835
2997
|
{
|
|
2836
2998
|
"href": "/memory",
|
|
2837
|
-
"
|
|
2838
|
-
"
|
|
2999
|
+
"icon": "brain",
|
|
3000
|
+
"label": "Memory"
|
|
2839
3001
|
},
|
|
2840
3002
|
{
|
|
2841
|
-
"href": "/settings",
|
|
2842
3003
|
"label": "Settings",
|
|
3004
|
+
"href": "/settings",
|
|
2843
3005
|
"icon": "settings"
|
|
2844
3006
|
}
|
|
2845
3007
|
],
|
|
2846
|
-
"
|
|
3008
|
+
"type": "dashboard-layout"
|
|
2847
3009
|
}
|
|
2848
3010
|
]
|
|
2849
3011
|
]
|
|
@@ -2883,16 +3045,17 @@
|
|
|
2883
3045
|
"render-ui",
|
|
2884
3046
|
"main",
|
|
2885
3047
|
{
|
|
3048
|
+
"appName": "Agent Assistant",
|
|
2886
3049
|
"children": [
|
|
2887
3050
|
{
|
|
3051
|
+
"type": "stack",
|
|
2888
3052
|
"direction": "vertical",
|
|
2889
3053
|
"children": [
|
|
2890
3054
|
{
|
|
2891
|
-
"type": "stack",
|
|
2892
3055
|
"children": [
|
|
2893
3056
|
{
|
|
2894
|
-
"
|
|
2895
|
-
"
|
|
3057
|
+
"type": "icon",
|
|
3058
|
+
"name": "alert-triangle"
|
|
2896
3059
|
},
|
|
2897
3060
|
{
|
|
2898
3061
|
"type": "typography",
|
|
@@ -2900,88 +3063,87 @@
|
|
|
2900
3063
|
"content": "Token Usage"
|
|
2901
3064
|
},
|
|
2902
3065
|
{
|
|
2903
|
-
"
|
|
3066
|
+
"type": "badge",
|
|
2904
3067
|
"variant": "warning",
|
|
2905
|
-
"
|
|
3068
|
+
"label": "Warning"
|
|
2906
3069
|
}
|
|
2907
3070
|
],
|
|
2908
3071
|
"align": "center",
|
|
2909
3072
|
"direction": "horizontal",
|
|
2910
|
-
"gap": "sm"
|
|
3073
|
+
"gap": "sm",
|
|
3074
|
+
"type": "stack"
|
|
2911
3075
|
},
|
|
2912
3076
|
{
|
|
2913
3077
|
"type": "divider"
|
|
2914
3078
|
},
|
|
2915
3079
|
{
|
|
3080
|
+
"type": "alert",
|
|
2916
3081
|
"variant": "warning",
|
|
2917
|
-
"message": "Token usage approaching limit. Consider compacting."
|
|
2918
|
-
"type": "alert"
|
|
3082
|
+
"message": "Token usage approaching limit. Consider compacting."
|
|
2919
3083
|
},
|
|
2920
3084
|
{
|
|
2921
|
-
"max": "@entity.max",
|
|
2922
3085
|
"type": "progress-bar",
|
|
3086
|
+
"max": "@entity.max",
|
|
2923
3087
|
"value": "@entity.current"
|
|
2924
3088
|
},
|
|
2925
3089
|
{
|
|
3090
|
+
"gap": "md",
|
|
2926
3091
|
"type": "stack",
|
|
2927
3092
|
"children": [
|
|
2928
3093
|
{
|
|
2929
3094
|
"type": "stat-display",
|
|
2930
|
-
"
|
|
2931
|
-
"
|
|
3095
|
+
"value": "@entity.current",
|
|
3096
|
+
"label": "Tokens Used"
|
|
2932
3097
|
},
|
|
2933
3098
|
{
|
|
2934
|
-
"label": "Max Tokens",
|
|
2935
3099
|
"type": "stat-display",
|
|
2936
|
-
"value": "@entity.max"
|
|
3100
|
+
"value": "@entity.max",
|
|
3101
|
+
"label": "Max Tokens"
|
|
2937
3102
|
}
|
|
2938
3103
|
],
|
|
2939
|
-
"gap": "md",
|
|
2940
3104
|
"direction": "horizontal"
|
|
2941
3105
|
},
|
|
2942
3106
|
{
|
|
3107
|
+
"type": "stack",
|
|
3108
|
+
"gap": "sm",
|
|
3109
|
+
"direction": "horizontal",
|
|
2943
3110
|
"children": [
|
|
2944
3111
|
{
|
|
3112
|
+
"icon": "minimize-2",
|
|
2945
3113
|
"label": "Compact",
|
|
2946
3114
|
"action": "COMPACT",
|
|
2947
3115
|
"type": "button",
|
|
2948
|
-
"icon": "minimize-2",
|
|
2949
3116
|
"variant": "primary"
|
|
2950
3117
|
},
|
|
2951
3118
|
{
|
|
2952
|
-
"label": "Reset",
|
|
2953
3119
|
"variant": "ghost",
|
|
3120
|
+
"action": "RESET",
|
|
2954
3121
|
"icon": "rotate-ccw",
|
|
2955
|
-
"
|
|
2956
|
-
"
|
|
3122
|
+
"label": "Reset",
|
|
3123
|
+
"type": "button"
|
|
2957
3124
|
}
|
|
2958
|
-
]
|
|
2959
|
-
"type": "stack",
|
|
2960
|
-
"gap": "sm",
|
|
2961
|
-
"direction": "horizontal"
|
|
3125
|
+
]
|
|
2962
3126
|
}
|
|
2963
3127
|
],
|
|
2964
|
-
"gap": "lg"
|
|
2965
|
-
"type": "stack"
|
|
3128
|
+
"gap": "lg"
|
|
2966
3129
|
}
|
|
2967
3130
|
],
|
|
2968
3131
|
"type": "dashboard-layout",
|
|
2969
|
-
"appName": "Agent Assistant",
|
|
2970
3132
|
"navItems": [
|
|
2971
3133
|
{
|
|
2972
|
-
"
|
|
3134
|
+
"label": "Chat",
|
|
2973
3135
|
"icon": "message-circle",
|
|
2974
|
-
"
|
|
3136
|
+
"href": "/chat"
|
|
2975
3137
|
},
|
|
2976
3138
|
{
|
|
2977
|
-
"
|
|
3139
|
+
"icon": "brain",
|
|
2978
3140
|
"label": "Memory",
|
|
2979
|
-
"
|
|
3141
|
+
"href": "/memory"
|
|
2980
3142
|
},
|
|
2981
3143
|
{
|
|
3144
|
+
"icon": "settings",
|
|
2982
3145
|
"label": "Settings",
|
|
2983
|
-
"href": "/settings"
|
|
2984
|
-
"icon": "settings"
|
|
3146
|
+
"href": "/settings"
|
|
2985
3147
|
}
|
|
2986
3148
|
]
|
|
2987
3149
|
}
|
|
@@ -3012,52 +3174,70 @@
|
|
|
3012
3174
|
"main",
|
|
3013
3175
|
{
|
|
3014
3176
|
"appName": "Agent Assistant",
|
|
3177
|
+
"navItems": [
|
|
3178
|
+
{
|
|
3179
|
+
"label": "Chat",
|
|
3180
|
+
"href": "/chat",
|
|
3181
|
+
"icon": "message-circle"
|
|
3182
|
+
},
|
|
3183
|
+
{
|
|
3184
|
+
"label": "Memory",
|
|
3185
|
+
"href": "/memory",
|
|
3186
|
+
"icon": "brain"
|
|
3187
|
+
},
|
|
3188
|
+
{
|
|
3189
|
+
"label": "Settings",
|
|
3190
|
+
"icon": "settings",
|
|
3191
|
+
"href": "/settings"
|
|
3192
|
+
}
|
|
3193
|
+
],
|
|
3194
|
+
"type": "dashboard-layout",
|
|
3015
3195
|
"children": [
|
|
3016
3196
|
{
|
|
3197
|
+
"direction": "vertical",
|
|
3198
|
+
"type": "stack",
|
|
3017
3199
|
"children": [
|
|
3018
3200
|
{
|
|
3019
|
-
"type": "stack",
|
|
3020
|
-
"direction": "horizontal",
|
|
3021
3201
|
"gap": "sm",
|
|
3202
|
+
"direction": "horizontal",
|
|
3203
|
+
"align": "center",
|
|
3022
3204
|
"children": [
|
|
3023
3205
|
{
|
|
3024
3206
|
"name": "alert-octagon",
|
|
3025
3207
|
"type": "icon"
|
|
3026
3208
|
},
|
|
3027
3209
|
{
|
|
3028
|
-
"content": "Token Usage",
|
|
3029
3210
|
"type": "typography",
|
|
3030
|
-
"variant": "h2"
|
|
3211
|
+
"variant": "h2",
|
|
3212
|
+
"content": "Token Usage"
|
|
3031
3213
|
},
|
|
3032
3214
|
{
|
|
3033
|
-
"
|
|
3215
|
+
"variant": "danger",
|
|
3034
3216
|
"label": "Critical",
|
|
3035
|
-
"
|
|
3217
|
+
"type": "badge"
|
|
3036
3218
|
}
|
|
3037
3219
|
],
|
|
3038
|
-
"
|
|
3220
|
+
"type": "stack"
|
|
3039
3221
|
},
|
|
3040
3222
|
{
|
|
3041
3223
|
"type": "divider"
|
|
3042
3224
|
},
|
|
3043
3225
|
{
|
|
3044
|
-
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
3045
3226
|
"type": "alert",
|
|
3227
|
+
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
3046
3228
|
"variant": "error"
|
|
3047
3229
|
},
|
|
3048
3230
|
{
|
|
3049
3231
|
"type": "progress-bar",
|
|
3050
|
-
"
|
|
3051
|
-
"
|
|
3232
|
+
"value": "@entity.current",
|
|
3233
|
+
"max": "@entity.max"
|
|
3052
3234
|
},
|
|
3053
3235
|
{
|
|
3054
|
-
"direction": "horizontal",
|
|
3055
|
-
"type": "stack",
|
|
3056
3236
|
"children": [
|
|
3057
3237
|
{
|
|
3058
|
-
"value": "@entity.current",
|
|
3059
3238
|
"label": "Tokens Used",
|
|
3060
|
-
"type": "stat-display"
|
|
3239
|
+
"type": "stat-display",
|
|
3240
|
+
"value": "@entity.current"
|
|
3061
3241
|
},
|
|
3062
3242
|
{
|
|
3063
3243
|
"type": "stat-display",
|
|
@@ -3065,52 +3245,34 @@
|
|
|
3065
3245
|
"label": "Max Tokens"
|
|
3066
3246
|
}
|
|
3067
3247
|
],
|
|
3068
|
-
"
|
|
3248
|
+
"direction": "horizontal",
|
|
3249
|
+
"gap": "md",
|
|
3250
|
+
"type": "stack"
|
|
3069
3251
|
},
|
|
3070
3252
|
{
|
|
3071
|
-
"
|
|
3253
|
+
"direction": "horizontal",
|
|
3072
3254
|
"children": [
|
|
3073
3255
|
{
|
|
3074
|
-
"action": "COMPACT",
|
|
3075
3256
|
"type": "button",
|
|
3076
|
-
"
|
|
3257
|
+
"action": "COMPACT",
|
|
3077
3258
|
"variant": "primary",
|
|
3259
|
+
"label": "Compact Now",
|
|
3078
3260
|
"icon": "minimize-2"
|
|
3079
3261
|
},
|
|
3080
3262
|
{
|
|
3081
|
-
"variant": "ghost",
|
|
3082
|
-
"icon": "rotate-ccw",
|
|
3083
3263
|
"action": "RESET",
|
|
3264
|
+
"icon": "rotate-ccw",
|
|
3084
3265
|
"type": "button",
|
|
3085
|
-
"label": "Reset"
|
|
3266
|
+
"label": "Reset",
|
|
3267
|
+
"variant": "ghost"
|
|
3086
3268
|
}
|
|
3087
3269
|
],
|
|
3088
3270
|
"type": "stack",
|
|
3089
|
-
"
|
|
3271
|
+
"gap": "sm"
|
|
3090
3272
|
}
|
|
3091
3273
|
],
|
|
3092
|
-
"direction": "vertical",
|
|
3093
|
-
"type": "stack",
|
|
3094
3274
|
"gap": "lg"
|
|
3095
3275
|
}
|
|
3096
|
-
],
|
|
3097
|
-
"type": "dashboard-layout",
|
|
3098
|
-
"navItems": [
|
|
3099
|
-
{
|
|
3100
|
-
"icon": "message-circle",
|
|
3101
|
-
"label": "Chat",
|
|
3102
|
-
"href": "/chat"
|
|
3103
|
-
},
|
|
3104
|
-
{
|
|
3105
|
-
"label": "Memory",
|
|
3106
|
-
"icon": "brain",
|
|
3107
|
-
"href": "/memory"
|
|
3108
|
-
},
|
|
3109
|
-
{
|
|
3110
|
-
"href": "/settings",
|
|
3111
|
-
"icon": "settings",
|
|
3112
|
-
"label": "Settings"
|
|
3113
|
-
}
|
|
3114
3276
|
]
|
|
3115
3277
|
}
|
|
3116
3278
|
]
|
|
@@ -3138,86 +3300,86 @@
|
|
|
3138
3300
|
{
|
|
3139
3301
|
"children": [
|
|
3140
3302
|
{
|
|
3141
|
-
"type": "stack",
|
|
3142
|
-
"gap": "lg",
|
|
3143
3303
|
"direction": "vertical",
|
|
3304
|
+
"gap": "lg",
|
|
3305
|
+
"type": "stack",
|
|
3144
3306
|
"children": [
|
|
3145
3307
|
{
|
|
3146
3308
|
"gap": "sm",
|
|
3309
|
+
"align": "center",
|
|
3310
|
+
"type": "stack",
|
|
3147
3311
|
"children": [
|
|
3148
3312
|
{
|
|
3149
3313
|
"type": "icon",
|
|
3150
3314
|
"name": "gauge"
|
|
3151
3315
|
},
|
|
3152
3316
|
{
|
|
3153
|
-
"
|
|
3317
|
+
"type": "typography",
|
|
3154
3318
|
"variant": "h2",
|
|
3155
|
-
"
|
|
3319
|
+
"content": "Token Usage"
|
|
3156
3320
|
},
|
|
3157
3321
|
{
|
|
3158
|
-
"
|
|
3322
|
+
"label": "Normal",
|
|
3159
3323
|
"type": "badge",
|
|
3160
|
-
"
|
|
3324
|
+
"variant": "default"
|
|
3161
3325
|
}
|
|
3162
3326
|
],
|
|
3163
|
-
"
|
|
3164
|
-
"direction": "horizontal",
|
|
3165
|
-
"align": "center"
|
|
3327
|
+
"direction": "horizontal"
|
|
3166
3328
|
},
|
|
3167
3329
|
{
|
|
3168
3330
|
"type": "divider"
|
|
3169
3331
|
},
|
|
3170
3332
|
{
|
|
3171
3333
|
"value": "@entity.current",
|
|
3172
|
-
"
|
|
3173
|
-
"
|
|
3334
|
+
"type": "progress-bar",
|
|
3335
|
+
"max": "@entity.max"
|
|
3174
3336
|
},
|
|
3175
3337
|
{
|
|
3176
3338
|
"direction": "horizontal",
|
|
3177
3339
|
"gap": "md",
|
|
3178
|
-
"type": "stack",
|
|
3179
3340
|
"children": [
|
|
3180
3341
|
{
|
|
3181
|
-
"
|
|
3342
|
+
"type": "stat-display",
|
|
3182
3343
|
"value": "@entity.current",
|
|
3183
|
-
"
|
|
3344
|
+
"label": "Tokens Used"
|
|
3184
3345
|
},
|
|
3185
3346
|
{
|
|
3186
3347
|
"value": "@entity.max",
|
|
3187
3348
|
"label": "Max Tokens",
|
|
3188
3349
|
"type": "stat-display"
|
|
3189
3350
|
}
|
|
3190
|
-
]
|
|
3351
|
+
],
|
|
3352
|
+
"type": "stack"
|
|
3191
3353
|
},
|
|
3192
3354
|
{
|
|
3355
|
+
"variant": "ghost",
|
|
3193
3356
|
"icon": "rotate-ccw",
|
|
3194
|
-
"label": "Reset",
|
|
3195
|
-
"action": "RESET",
|
|
3196
3357
|
"type": "button",
|
|
3197
|
-
"
|
|
3358
|
+
"label": "Reset",
|
|
3359
|
+
"action": "RESET"
|
|
3198
3360
|
}
|
|
3199
3361
|
]
|
|
3200
3362
|
}
|
|
3201
3363
|
],
|
|
3202
|
-
"type": "dashboard-layout",
|
|
3203
3364
|
"navItems": [
|
|
3204
3365
|
{
|
|
3205
3366
|
"href": "/chat",
|
|
3206
|
-
"
|
|
3207
|
-
"
|
|
3367
|
+
"label": "Chat",
|
|
3368
|
+
"icon": "message-circle"
|
|
3208
3369
|
},
|
|
3209
3370
|
{
|
|
3210
|
-
"href": "/memory",
|
|
3211
3371
|
"label": "Memory",
|
|
3212
|
-
"icon": "brain"
|
|
3372
|
+
"icon": "brain",
|
|
3373
|
+
"href": "/memory"
|
|
3213
3374
|
},
|
|
3214
3375
|
{
|
|
3215
3376
|
"icon": "settings",
|
|
3216
|
-
"
|
|
3217
|
-
"
|
|
3377
|
+
"href": "/settings",
|
|
3378
|
+
"label": "Settings"
|
|
3218
3379
|
}
|
|
3219
3380
|
],
|
|
3220
|
-
"appName": "Agent Assistant"
|
|
3381
|
+
"appName": "Agent Assistant",
|
|
3382
|
+
"type": "dashboard-layout"
|
|
3221
3383
|
}
|
|
3222
3384
|
]
|
|
3223
3385
|
]
|
|
@@ -3236,31 +3398,13 @@
|
|
|
3236
3398
|
"render-ui",
|
|
3237
3399
|
"main",
|
|
3238
3400
|
{
|
|
3239
|
-
"appName": "Agent Assistant",
|
|
3240
|
-
"type": "dashboard-layout",
|
|
3241
|
-
"navItems": [
|
|
3242
|
-
{
|
|
3243
|
-
"icon": "message-circle",
|
|
3244
|
-
"href": "/chat",
|
|
3245
|
-
"label": "Chat"
|
|
3246
|
-
},
|
|
3247
|
-
{
|
|
3248
|
-
"label": "Memory",
|
|
3249
|
-
"icon": "brain",
|
|
3250
|
-
"href": "/memory"
|
|
3251
|
-
},
|
|
3252
|
-
{
|
|
3253
|
-
"href": "/settings",
|
|
3254
|
-
"icon": "settings",
|
|
3255
|
-
"label": "Settings"
|
|
3256
|
-
}
|
|
3257
|
-
],
|
|
3258
3401
|
"children": [
|
|
3259
3402
|
{
|
|
3260
|
-
"
|
|
3261
|
-
"type": "stack",
|
|
3403
|
+
"gap": "lg",
|
|
3262
3404
|
"children": [
|
|
3263
3405
|
{
|
|
3406
|
+
"type": "stack",
|
|
3407
|
+
"gap": "sm",
|
|
3264
3408
|
"children": [
|
|
3265
3409
|
{
|
|
3266
3410
|
"name": "gauge",
|
|
@@ -3268,56 +3412,74 @@
|
|
|
3268
3412
|
},
|
|
3269
3413
|
{
|
|
3270
3414
|
"variant": "h2",
|
|
3271
|
-
"
|
|
3272
|
-
"
|
|
3415
|
+
"type": "typography",
|
|
3416
|
+
"content": "Token Usage"
|
|
3273
3417
|
},
|
|
3274
3418
|
{
|
|
3275
|
-
"
|
|
3419
|
+
"variant": "default",
|
|
3276
3420
|
"label": "Normal",
|
|
3277
|
-
"
|
|
3421
|
+
"type": "badge"
|
|
3278
3422
|
}
|
|
3279
3423
|
],
|
|
3280
|
-
"type": "stack",
|
|
3281
3424
|
"direction": "horizontal",
|
|
3282
|
-
"gap": "sm",
|
|
3283
3425
|
"align": "center"
|
|
3284
3426
|
},
|
|
3285
3427
|
{
|
|
3286
3428
|
"type": "divider"
|
|
3287
3429
|
},
|
|
3288
3430
|
{
|
|
3431
|
+
"type": "progress-bar",
|
|
3289
3432
|
"value": "@entity.current",
|
|
3290
|
-
"max": "@entity.max"
|
|
3291
|
-
"type": "progress-bar"
|
|
3433
|
+
"max": "@entity.max"
|
|
3292
3434
|
},
|
|
3293
3435
|
{
|
|
3436
|
+
"gap": "md",
|
|
3437
|
+
"type": "stack",
|
|
3294
3438
|
"children": [
|
|
3295
3439
|
{
|
|
3296
|
-
"type": "stat-display",
|
|
3297
3440
|
"value": "@entity.current",
|
|
3298
|
-
"label": "Tokens Used"
|
|
3441
|
+
"label": "Tokens Used",
|
|
3442
|
+
"type": "stat-display"
|
|
3299
3443
|
},
|
|
3300
3444
|
{
|
|
3301
|
-
"
|
|
3445
|
+
"type": "stat-display",
|
|
3302
3446
|
"value": "@entity.max",
|
|
3303
|
-
"
|
|
3447
|
+
"label": "Max Tokens"
|
|
3304
3448
|
}
|
|
3305
3449
|
],
|
|
3306
|
-
"
|
|
3307
|
-
"direction": "horizontal",
|
|
3308
|
-
"type": "stack"
|
|
3450
|
+
"direction": "horizontal"
|
|
3309
3451
|
},
|
|
3310
3452
|
{
|
|
3453
|
+
"icon": "rotate-ccw",
|
|
3454
|
+
"label": "Reset",
|
|
3311
3455
|
"type": "button",
|
|
3312
|
-
"action": "RESET",
|
|
3313
3456
|
"variant": "ghost",
|
|
3314
|
-
"
|
|
3315
|
-
"label": "Reset"
|
|
3457
|
+
"action": "RESET"
|
|
3316
3458
|
}
|
|
3317
3459
|
],
|
|
3318
|
-
"
|
|
3460
|
+
"type": "stack",
|
|
3461
|
+
"direction": "vertical"
|
|
3319
3462
|
}
|
|
3320
|
-
]
|
|
3463
|
+
],
|
|
3464
|
+
"navItems": [
|
|
3465
|
+
{
|
|
3466
|
+
"href": "/chat",
|
|
3467
|
+
"label": "Chat",
|
|
3468
|
+
"icon": "message-circle"
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"icon": "brain",
|
|
3472
|
+
"href": "/memory",
|
|
3473
|
+
"label": "Memory"
|
|
3474
|
+
},
|
|
3475
|
+
{
|
|
3476
|
+
"href": "/settings",
|
|
3477
|
+
"icon": "settings",
|
|
3478
|
+
"label": "Settings"
|
|
3479
|
+
}
|
|
3480
|
+
],
|
|
3481
|
+
"appName": "Agent Assistant",
|
|
3482
|
+
"type": "dashboard-layout"
|
|
3321
3483
|
}
|
|
3322
3484
|
]
|
|
3323
3485
|
]
|
|
@@ -3357,107 +3519,107 @@
|
|
|
3357
3519
|
"render-ui",
|
|
3358
3520
|
"main",
|
|
3359
3521
|
{
|
|
3360
|
-
"appName": "Agent Assistant",
|
|
3361
3522
|
"type": "dashboard-layout",
|
|
3362
3523
|
"children": [
|
|
3363
3524
|
{
|
|
3364
3525
|
"children": [
|
|
3365
3526
|
{
|
|
3366
3527
|
"gap": "sm",
|
|
3367
|
-
"type": "stack",
|
|
3368
|
-
"align": "center",
|
|
3369
3528
|
"direction": "horizontal",
|
|
3370
3529
|
"children": [
|
|
3371
3530
|
{
|
|
3372
|
-
"
|
|
3373
|
-
"
|
|
3531
|
+
"name": "alert-triangle",
|
|
3532
|
+
"type": "icon"
|
|
3374
3533
|
},
|
|
3375
3534
|
{
|
|
3376
|
-
"
|
|
3535
|
+
"type": "typography",
|
|
3377
3536
|
"content": "Token Usage",
|
|
3378
|
-
"
|
|
3537
|
+
"variant": "h2"
|
|
3379
3538
|
},
|
|
3380
3539
|
{
|
|
3540
|
+
"type": "badge",
|
|
3381
3541
|
"variant": "warning",
|
|
3382
|
-
"label": "Warning"
|
|
3383
|
-
"type": "badge"
|
|
3542
|
+
"label": "Warning"
|
|
3384
3543
|
}
|
|
3385
|
-
]
|
|
3544
|
+
],
|
|
3545
|
+
"align": "center",
|
|
3546
|
+
"type": "stack"
|
|
3386
3547
|
},
|
|
3387
3548
|
{
|
|
3388
3549
|
"type": "divider"
|
|
3389
3550
|
},
|
|
3390
3551
|
{
|
|
3391
|
-
"type": "alert",
|
|
3392
3552
|
"variant": "warning",
|
|
3393
|
-
"message": "Token usage approaching limit. Consider compacting."
|
|
3553
|
+
"message": "Token usage approaching limit. Consider compacting.",
|
|
3554
|
+
"type": "alert"
|
|
3394
3555
|
},
|
|
3395
3556
|
{
|
|
3557
|
+
"max": "@entity.max",
|
|
3396
3558
|
"type": "progress-bar",
|
|
3397
|
-
"value": "@entity.current"
|
|
3398
|
-
"max": "@entity.max"
|
|
3559
|
+
"value": "@entity.current"
|
|
3399
3560
|
},
|
|
3400
3561
|
{
|
|
3401
|
-
"
|
|
3402
|
-
"direction": "horizontal",
|
|
3562
|
+
"gap": "md",
|
|
3403
3563
|
"children": [
|
|
3404
3564
|
{
|
|
3405
|
-
"
|
|
3565
|
+
"label": "Tokens Used",
|
|
3406
3566
|
"type": "stat-display",
|
|
3407
|
-
"
|
|
3567
|
+
"value": "@entity.current"
|
|
3408
3568
|
},
|
|
3409
3569
|
{
|
|
3410
|
-
"type": "stat-display",
|
|
3411
3570
|
"label": "Max Tokens",
|
|
3412
|
-
"value": "@entity.max"
|
|
3571
|
+
"value": "@entity.max",
|
|
3572
|
+
"type": "stat-display"
|
|
3413
3573
|
}
|
|
3414
3574
|
],
|
|
3415
|
-
"
|
|
3575
|
+
"direction": "horizontal",
|
|
3576
|
+
"type": "stack"
|
|
3416
3577
|
},
|
|
3417
3578
|
{
|
|
3579
|
+
"type": "stack",
|
|
3418
3580
|
"gap": "sm",
|
|
3419
|
-
"direction": "horizontal",
|
|
3420
3581
|
"children": [
|
|
3421
3582
|
{
|
|
3422
|
-
"type": "button",
|
|
3423
3583
|
"icon": "minimize-2",
|
|
3424
|
-
"
|
|
3584
|
+
"type": "button",
|
|
3425
3585
|
"variant": "primary",
|
|
3586
|
+
"action": "COMPACT",
|
|
3426
3587
|
"label": "Compact"
|
|
3427
3588
|
},
|
|
3428
3589
|
{
|
|
3429
|
-
"label": "Reset",
|
|
3430
|
-
"action": "RESET",
|
|
3431
3590
|
"type": "button",
|
|
3432
3591
|
"variant": "ghost",
|
|
3433
|
-
"icon": "rotate-ccw"
|
|
3592
|
+
"icon": "rotate-ccw",
|
|
3593
|
+
"action": "RESET",
|
|
3594
|
+
"label": "Reset"
|
|
3434
3595
|
}
|
|
3435
3596
|
],
|
|
3436
|
-
"
|
|
3597
|
+
"direction": "horizontal"
|
|
3437
3598
|
}
|
|
3438
3599
|
],
|
|
3439
3600
|
"type": "stack",
|
|
3440
|
-
"
|
|
3441
|
-
"
|
|
3601
|
+
"gap": "lg",
|
|
3602
|
+
"direction": "vertical"
|
|
3442
3603
|
}
|
|
3443
3604
|
],
|
|
3444
3605
|
"navItems": [
|
|
3445
3606
|
{
|
|
3446
|
-
"icon": "message-circle",
|
|
3447
3607
|
"label": "Chat",
|
|
3608
|
+
"icon": "message-circle",
|
|
3448
3609
|
"href": "/chat"
|
|
3449
3610
|
},
|
|
3450
3611
|
{
|
|
3451
|
-
"href": "/memory",
|
|
3452
3612
|
"icon": "brain",
|
|
3453
|
-
"label": "Memory"
|
|
3613
|
+
"label": "Memory",
|
|
3614
|
+
"href": "/memory"
|
|
3454
3615
|
},
|
|
3455
3616
|
{
|
|
3456
|
-
"
|
|
3617
|
+
"href": "/settings",
|
|
3457
3618
|
"icon": "settings",
|
|
3458
|
-
"
|
|
3619
|
+
"label": "Settings"
|
|
3459
3620
|
}
|
|
3460
|
-
]
|
|
3621
|
+
],
|
|
3622
|
+
"appName": "Agent Assistant"
|
|
3461
3623
|
}
|
|
3462
3624
|
]
|
|
3463
3625
|
]
|
|
@@ -3485,12 +3647,11 @@
|
|
|
3485
3647
|
"render-ui",
|
|
3486
3648
|
"main",
|
|
3487
3649
|
{
|
|
3488
|
-
"appName": "Agent Assistant",
|
|
3489
3650
|
"navItems": [
|
|
3490
3651
|
{
|
|
3491
|
-
"label": "Chat",
|
|
3492
3652
|
"href": "/chat",
|
|
3493
|
-
"icon": "message-circle"
|
|
3653
|
+
"icon": "message-circle",
|
|
3654
|
+
"label": "Chat"
|
|
3494
3655
|
},
|
|
3495
3656
|
{
|
|
3496
3657
|
"href": "/memory",
|
|
@@ -3498,23 +3659,24 @@
|
|
|
3498
3659
|
"icon": "brain"
|
|
3499
3660
|
},
|
|
3500
3661
|
{
|
|
3501
|
-
"label": "Settings",
|
|
3502
3662
|
"href": "/settings",
|
|
3503
|
-
"icon": "settings"
|
|
3663
|
+
"icon": "settings",
|
|
3664
|
+
"label": "Settings"
|
|
3504
3665
|
}
|
|
3505
3666
|
],
|
|
3506
3667
|
"type": "dashboard-layout",
|
|
3507
3668
|
"children": [
|
|
3508
3669
|
{
|
|
3509
|
-
"gap": "lg",
|
|
3510
|
-
"type": "stack",
|
|
3511
|
-
"direction": "vertical",
|
|
3512
3670
|
"children": [
|
|
3513
3671
|
{
|
|
3672
|
+
"type": "stack",
|
|
3673
|
+
"gap": "sm",
|
|
3674
|
+
"align": "center",
|
|
3675
|
+
"direction": "horizontal",
|
|
3514
3676
|
"children": [
|
|
3515
3677
|
{
|
|
3516
|
-
"
|
|
3517
|
-
"
|
|
3678
|
+
"type": "icon",
|
|
3679
|
+
"name": "alert-octagon"
|
|
3518
3680
|
},
|
|
3519
3681
|
{
|
|
3520
3682
|
"content": "Token Usage",
|
|
@@ -3522,23 +3684,19 @@
|
|
|
3522
3684
|
"variant": "h2"
|
|
3523
3685
|
},
|
|
3524
3686
|
{
|
|
3525
|
-
"
|
|
3687
|
+
"label": "Critical",
|
|
3526
3688
|
"variant": "danger",
|
|
3527
|
-
"
|
|
3689
|
+
"type": "badge"
|
|
3528
3690
|
}
|
|
3529
|
-
]
|
|
3530
|
-
"gap": "sm",
|
|
3531
|
-
"type": "stack",
|
|
3532
|
-
"direction": "horizontal",
|
|
3533
|
-
"align": "center"
|
|
3691
|
+
]
|
|
3534
3692
|
},
|
|
3535
3693
|
{
|
|
3536
3694
|
"type": "divider"
|
|
3537
3695
|
},
|
|
3538
3696
|
{
|
|
3697
|
+
"type": "alert",
|
|
3539
3698
|
"variant": "error",
|
|
3540
|
-
"message": "Token usage critical. Compact immediately to avoid truncation."
|
|
3541
|
-
"type": "alert"
|
|
3699
|
+
"message": "Token usage critical. Compact immediately to avoid truncation."
|
|
3542
3700
|
},
|
|
3543
3701
|
{
|
|
3544
3702
|
"max": "@entity.max",
|
|
@@ -3548,6 +3706,7 @@
|
|
|
3548
3706
|
{
|
|
3549
3707
|
"gap": "md",
|
|
3550
3708
|
"direction": "horizontal",
|
|
3709
|
+
"type": "stack",
|
|
3551
3710
|
"children": [
|
|
3552
3711
|
{
|
|
3553
3712
|
"label": "Tokens Used",
|
|
@@ -3556,36 +3715,39 @@
|
|
|
3556
3715
|
},
|
|
3557
3716
|
{
|
|
3558
3717
|
"type": "stat-display",
|
|
3559
|
-
"
|
|
3560
|
-
"
|
|
3718
|
+
"value": "@entity.max",
|
|
3719
|
+
"label": "Max Tokens"
|
|
3561
3720
|
}
|
|
3562
|
-
]
|
|
3563
|
-
"type": "stack"
|
|
3721
|
+
]
|
|
3564
3722
|
},
|
|
3565
3723
|
{
|
|
3724
|
+
"gap": "sm",
|
|
3725
|
+
"direction": "horizontal",
|
|
3566
3726
|
"children": [
|
|
3567
3727
|
{
|
|
3568
3728
|
"label": "Compact Now",
|
|
3569
|
-
"
|
|
3729
|
+
"icon": "minimize-2",
|
|
3570
3730
|
"action": "COMPACT",
|
|
3571
3731
|
"type": "button",
|
|
3572
|
-
"
|
|
3732
|
+
"variant": "primary"
|
|
3573
3733
|
},
|
|
3574
3734
|
{
|
|
3575
3735
|
"label": "Reset",
|
|
3576
|
-
"variant": "ghost",
|
|
3577
3736
|
"icon": "rotate-ccw",
|
|
3578
3737
|
"action": "RESET",
|
|
3579
|
-
"type": "button"
|
|
3738
|
+
"type": "button",
|
|
3739
|
+
"variant": "ghost"
|
|
3580
3740
|
}
|
|
3581
3741
|
],
|
|
3582
|
-
"direction": "horizontal",
|
|
3583
|
-
"gap": "sm",
|
|
3584
3742
|
"type": "stack"
|
|
3585
3743
|
}
|
|
3586
|
-
]
|
|
3744
|
+
],
|
|
3745
|
+
"gap": "lg",
|
|
3746
|
+
"direction": "vertical",
|
|
3747
|
+
"type": "stack"
|
|
3587
3748
|
}
|
|
3588
|
-
]
|
|
3749
|
+
],
|
|
3750
|
+
"appName": "Agent Assistant"
|
|
3589
3751
|
}
|
|
3590
3752
|
]
|
|
3591
3753
|
]
|
|
@@ -3613,88 +3775,88 @@
|
|
|
3613
3775
|
"render-ui",
|
|
3614
3776
|
"main",
|
|
3615
3777
|
{
|
|
3616
|
-
"
|
|
3778
|
+
"navItems": [
|
|
3779
|
+
{
|
|
3780
|
+
"href": "/chat",
|
|
3781
|
+
"icon": "message-circle",
|
|
3782
|
+
"label": "Chat"
|
|
3783
|
+
},
|
|
3784
|
+
{
|
|
3785
|
+
"icon": "brain",
|
|
3786
|
+
"href": "/memory",
|
|
3787
|
+
"label": "Memory"
|
|
3788
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"icon": "settings",
|
|
3791
|
+
"label": "Settings",
|
|
3792
|
+
"href": "/settings"
|
|
3793
|
+
}
|
|
3794
|
+
],
|
|
3617
3795
|
"children": [
|
|
3618
3796
|
{
|
|
3619
3797
|
"type": "stack",
|
|
3620
|
-
"direction": "vertical",
|
|
3621
3798
|
"gap": "lg",
|
|
3622
3799
|
"children": [
|
|
3623
3800
|
{
|
|
3624
|
-
"
|
|
3625
|
-
"direction": "horizontal",
|
|
3801
|
+
"align": "center",
|
|
3626
3802
|
"children": [
|
|
3627
3803
|
{
|
|
3628
|
-
"
|
|
3629
|
-
"
|
|
3804
|
+
"type": "icon",
|
|
3805
|
+
"name": "gauge"
|
|
3630
3806
|
},
|
|
3631
3807
|
{
|
|
3632
|
-
"type": "typography",
|
|
3633
3808
|
"variant": "h2",
|
|
3634
|
-
"content": "Token Usage"
|
|
3809
|
+
"content": "Token Usage",
|
|
3810
|
+
"type": "typography"
|
|
3635
3811
|
},
|
|
3636
3812
|
{
|
|
3637
|
-
"type": "badge",
|
|
3638
3813
|
"label": "Normal",
|
|
3814
|
+
"type": "badge",
|
|
3639
3815
|
"variant": "default"
|
|
3640
3816
|
}
|
|
3641
3817
|
],
|
|
3642
|
-
"
|
|
3818
|
+
"type": "stack",
|
|
3819
|
+
"direction": "horizontal",
|
|
3643
3820
|
"gap": "sm"
|
|
3644
3821
|
},
|
|
3645
3822
|
{
|
|
3646
3823
|
"type": "divider"
|
|
3647
3824
|
},
|
|
3648
3825
|
{
|
|
3649
|
-
"value": "@entity.current",
|
|
3650
3826
|
"max": "@entity.max",
|
|
3651
|
-
"type": "progress-bar"
|
|
3827
|
+
"type": "progress-bar",
|
|
3828
|
+
"value": "@entity.current"
|
|
3652
3829
|
},
|
|
3653
3830
|
{
|
|
3654
|
-
"
|
|
3831
|
+
"direction": "horizontal",
|
|
3655
3832
|
"children": [
|
|
3656
3833
|
{
|
|
3657
|
-
"type": "stat-display",
|
|
3658
3834
|
"label": "Tokens Used",
|
|
3835
|
+
"type": "stat-display",
|
|
3659
3836
|
"value": "@entity.current"
|
|
3660
3837
|
},
|
|
3661
3838
|
{
|
|
3662
|
-
"type": "stat-display",
|
|
3663
3839
|
"label": "Max Tokens",
|
|
3840
|
+
"type": "stat-display",
|
|
3664
3841
|
"value": "@entity.max"
|
|
3665
3842
|
}
|
|
3666
3843
|
],
|
|
3667
3844
|
"gap": "md",
|
|
3668
|
-
"
|
|
3845
|
+
"type": "stack"
|
|
3669
3846
|
},
|
|
3670
3847
|
{
|
|
3671
|
-
"label": "Reset",
|
|
3672
3848
|
"icon": "rotate-ccw",
|
|
3673
|
-
"type": "button",
|
|
3674
3849
|
"variant": "ghost",
|
|
3675
|
-
"
|
|
3850
|
+
"label": "Reset",
|
|
3851
|
+
"action": "RESET",
|
|
3852
|
+
"type": "button"
|
|
3676
3853
|
}
|
|
3677
|
-
]
|
|
3678
|
-
|
|
3679
|
-
],
|
|
3680
|
-
"navItems": [
|
|
3681
|
-
{
|
|
3682
|
-
"icon": "message-circle",
|
|
3683
|
-
"href": "/chat",
|
|
3684
|
-
"label": "Chat"
|
|
3685
|
-
},
|
|
3686
|
-
{
|
|
3687
|
-
"icon": "brain",
|
|
3688
|
-
"label": "Memory",
|
|
3689
|
-
"href": "/memory"
|
|
3690
|
-
},
|
|
3691
|
-
{
|
|
3692
|
-
"href": "/settings",
|
|
3693
|
-
"icon": "settings",
|
|
3694
|
-
"label": "Settings"
|
|
3854
|
+
],
|
|
3855
|
+
"direction": "vertical"
|
|
3695
3856
|
}
|
|
3696
3857
|
],
|
|
3697
|
-
"type": "dashboard-layout"
|
|
3858
|
+
"type": "dashboard-layout",
|
|
3859
|
+
"appName": "Agent Assistant"
|
|
3698
3860
|
}
|
|
3699
3861
|
]
|
|
3700
3862
|
]
|
|
@@ -3719,37 +3881,23 @@
|
|
|
3719
3881
|
"render-ui",
|
|
3720
3882
|
"main",
|
|
3721
3883
|
{
|
|
3884
|
+
"appName": "Agent Assistant",
|
|
3722
3885
|
"type": "dashboard-layout",
|
|
3723
|
-
"navItems": [
|
|
3724
|
-
{
|
|
3725
|
-
"href": "/chat",
|
|
3726
|
-
"icon": "message-circle",
|
|
3727
|
-
"label": "Chat"
|
|
3728
|
-
},
|
|
3729
|
-
{
|
|
3730
|
-
"label": "Memory",
|
|
3731
|
-
"href": "/memory",
|
|
3732
|
-
"icon": "brain"
|
|
3733
|
-
},
|
|
3734
|
-
{
|
|
3735
|
-
"href": "/settings",
|
|
3736
|
-
"label": "Settings",
|
|
3737
|
-
"icon": "settings"
|
|
3738
|
-
}
|
|
3739
|
-
],
|
|
3740
3886
|
"children": [
|
|
3741
3887
|
{
|
|
3888
|
+
"type": "stack",
|
|
3889
|
+
"direction": "vertical",
|
|
3742
3890
|
"gap": "lg",
|
|
3743
3891
|
"children": [
|
|
3744
3892
|
{
|
|
3745
|
-
"direction": "horizontal",
|
|
3746
|
-
"type": "stack",
|
|
3747
3893
|
"align": "center",
|
|
3748
3894
|
"gap": "sm",
|
|
3895
|
+
"type": "stack",
|
|
3896
|
+
"direction": "horizontal",
|
|
3749
3897
|
"children": [
|
|
3750
3898
|
{
|
|
3751
|
-
"
|
|
3752
|
-
"
|
|
3899
|
+
"type": "icon",
|
|
3900
|
+
"name": "gauge"
|
|
3753
3901
|
},
|
|
3754
3902
|
{
|
|
3755
3903
|
"variant": "h2",
|
|
@@ -3767,12 +3915,14 @@
|
|
|
3767
3915
|
"type": "divider"
|
|
3768
3916
|
},
|
|
3769
3917
|
{
|
|
3918
|
+
"max": "@entity.max",
|
|
3770
3919
|
"type": "progress-bar",
|
|
3771
|
-
"value": "@entity.current"
|
|
3772
|
-
"max": "@entity.max"
|
|
3920
|
+
"value": "@entity.current"
|
|
3773
3921
|
},
|
|
3774
3922
|
{
|
|
3775
3923
|
"type": "stack",
|
|
3924
|
+
"gap": "md",
|
|
3925
|
+
"direction": "horizontal",
|
|
3776
3926
|
"children": [
|
|
3777
3927
|
{
|
|
3778
3928
|
"label": "Tokens Used",
|
|
@@ -3780,27 +3930,39 @@
|
|
|
3780
3930
|
"value": "@entity.current"
|
|
3781
3931
|
},
|
|
3782
3932
|
{
|
|
3783
|
-
"value": "@entity.max",
|
|
3784
3933
|
"label": "Max Tokens",
|
|
3934
|
+
"value": "@entity.max",
|
|
3785
3935
|
"type": "stat-display"
|
|
3786
3936
|
}
|
|
3787
|
-
]
|
|
3788
|
-
"gap": "md",
|
|
3789
|
-
"direction": "horizontal"
|
|
3937
|
+
]
|
|
3790
3938
|
},
|
|
3791
3939
|
{
|
|
3792
3940
|
"variant": "ghost",
|
|
3793
3941
|
"label": "Reset",
|
|
3794
3942
|
"action": "RESET",
|
|
3795
|
-
"
|
|
3796
|
-
"
|
|
3943
|
+
"icon": "rotate-ccw",
|
|
3944
|
+
"type": "button"
|
|
3797
3945
|
}
|
|
3798
|
-
]
|
|
3799
|
-
"type": "stack",
|
|
3800
|
-
"direction": "vertical"
|
|
3946
|
+
]
|
|
3801
3947
|
}
|
|
3802
3948
|
],
|
|
3803
|
-
"
|
|
3949
|
+
"navItems": [
|
|
3950
|
+
{
|
|
3951
|
+
"icon": "message-circle",
|
|
3952
|
+
"label": "Chat",
|
|
3953
|
+
"href": "/chat"
|
|
3954
|
+
},
|
|
3955
|
+
{
|
|
3956
|
+
"label": "Memory",
|
|
3957
|
+
"href": "/memory",
|
|
3958
|
+
"icon": "brain"
|
|
3959
|
+
},
|
|
3960
|
+
{
|
|
3961
|
+
"icon": "settings",
|
|
3962
|
+
"label": "Settings",
|
|
3963
|
+
"href": "/settings"
|
|
3964
|
+
}
|
|
3965
|
+
]
|
|
3804
3966
|
}
|
|
3805
3967
|
]
|
|
3806
3968
|
]
|
|
@@ -3820,87 +3982,87 @@
|
|
|
3820
3982
|
"main",
|
|
3821
3983
|
{
|
|
3822
3984
|
"type": "dashboard-layout",
|
|
3823
|
-
"appName": "Agent Assistant",
|
|
3824
3985
|
"children": [
|
|
3825
3986
|
{
|
|
3826
3987
|
"direction": "vertical",
|
|
3988
|
+
"gap": "lg",
|
|
3827
3989
|
"type": "stack",
|
|
3828
3990
|
"children": [
|
|
3829
3991
|
{
|
|
3830
|
-
"type": "stack",
|
|
3831
|
-
"direction": "horizontal",
|
|
3832
|
-
"gap": "sm",
|
|
3833
3992
|
"children": [
|
|
3834
3993
|
{
|
|
3835
3994
|
"type": "icon",
|
|
3836
3995
|
"name": "gauge"
|
|
3837
3996
|
},
|
|
3838
3997
|
{
|
|
3839
|
-
"content": "Token Usage",
|
|
3840
3998
|
"variant": "h2",
|
|
3841
|
-
"type": "typography"
|
|
3999
|
+
"type": "typography",
|
|
4000
|
+
"content": "Token Usage"
|
|
3842
4001
|
},
|
|
3843
4002
|
{
|
|
3844
|
-
"variant": "default",
|
|
3845
4003
|
"type": "badge",
|
|
4004
|
+
"variant": "default",
|
|
3846
4005
|
"label": "Normal"
|
|
3847
4006
|
}
|
|
3848
4007
|
],
|
|
3849
|
-
"
|
|
4008
|
+
"type": "stack",
|
|
4009
|
+
"align": "center",
|
|
4010
|
+
"gap": "sm",
|
|
4011
|
+
"direction": "horizontal"
|
|
3850
4012
|
},
|
|
3851
4013
|
{
|
|
3852
4014
|
"type": "divider"
|
|
3853
4015
|
},
|
|
3854
4016
|
{
|
|
3855
|
-
"type": "progress-bar",
|
|
3856
4017
|
"value": "@entity.current",
|
|
4018
|
+
"type": "progress-bar",
|
|
3857
4019
|
"max": "@entity.max"
|
|
3858
4020
|
},
|
|
3859
4021
|
{
|
|
3860
|
-
"direction": "horizontal",
|
|
3861
|
-
"type": "stack",
|
|
3862
|
-
"gap": "md",
|
|
3863
4022
|
"children": [
|
|
3864
4023
|
{
|
|
3865
4024
|
"type": "stat-display",
|
|
3866
|
-
"
|
|
3867
|
-
"
|
|
4025
|
+
"value": "@entity.current",
|
|
4026
|
+
"label": "Tokens Used"
|
|
3868
4027
|
},
|
|
3869
4028
|
{
|
|
3870
4029
|
"value": "@entity.max",
|
|
3871
|
-
"
|
|
3872
|
-
"
|
|
4030
|
+
"type": "stat-display",
|
|
4031
|
+
"label": "Max Tokens"
|
|
3873
4032
|
}
|
|
3874
|
-
]
|
|
4033
|
+
],
|
|
4034
|
+
"direction": "horizontal",
|
|
4035
|
+
"gap": "md",
|
|
4036
|
+
"type": "stack"
|
|
3875
4037
|
},
|
|
3876
4038
|
{
|
|
3877
|
-
"
|
|
3878
|
-
"type": "button",
|
|
4039
|
+
"action": "RESET",
|
|
3879
4040
|
"label": "Reset",
|
|
4041
|
+
"type": "button",
|
|
3880
4042
|
"icon": "rotate-ccw",
|
|
3881
|
-
"
|
|
4043
|
+
"variant": "ghost"
|
|
3882
4044
|
}
|
|
3883
|
-
]
|
|
3884
|
-
"gap": "lg"
|
|
4045
|
+
]
|
|
3885
4046
|
}
|
|
3886
4047
|
],
|
|
3887
4048
|
"navItems": [
|
|
3888
4049
|
{
|
|
3889
|
-
"label": "Chat",
|
|
3890
4050
|
"href": "/chat",
|
|
3891
|
-
"icon": "message-circle"
|
|
4051
|
+
"icon": "message-circle",
|
|
4052
|
+
"label": "Chat"
|
|
3892
4053
|
},
|
|
3893
4054
|
{
|
|
3894
|
-
"
|
|
4055
|
+
"href": "/memory",
|
|
3895
4056
|
"icon": "brain",
|
|
3896
|
-
"
|
|
4057
|
+
"label": "Memory"
|
|
3897
4058
|
},
|
|
3898
4059
|
{
|
|
3899
|
-
"label": "Settings",
|
|
3900
4060
|
"href": "/settings",
|
|
3901
|
-
"icon": "settings"
|
|
4061
|
+
"icon": "settings",
|
|
4062
|
+
"label": "Settings"
|
|
3902
4063
|
}
|
|
3903
|
-
]
|
|
4064
|
+
],
|
|
4065
|
+
"appName": "Agent Assistant"
|
|
3904
4066
|
}
|
|
3905
4067
|
]
|
|
3906
4068
|
]
|
|
@@ -3928,40 +4090,22 @@
|
|
|
3928
4090
|
"render-ui",
|
|
3929
4091
|
"main",
|
|
3930
4092
|
{
|
|
3931
|
-
"
|
|
3932
|
-
"navItems": [
|
|
3933
|
-
{
|
|
3934
|
-
"icon": "message-circle",
|
|
3935
|
-
"label": "Chat",
|
|
3936
|
-
"href": "/chat"
|
|
3937
|
-
},
|
|
3938
|
-
{
|
|
3939
|
-
"icon": "brain",
|
|
3940
|
-
"label": "Memory",
|
|
3941
|
-
"href": "/memory"
|
|
3942
|
-
},
|
|
3943
|
-
{
|
|
3944
|
-
"href": "/settings",
|
|
3945
|
-
"label": "Settings",
|
|
3946
|
-
"icon": "settings"
|
|
3947
|
-
}
|
|
3948
|
-
],
|
|
4093
|
+
"appName": "Agent Assistant",
|
|
3949
4094
|
"children": [
|
|
3950
4095
|
{
|
|
3951
|
-
"direction": "vertical",
|
|
3952
4096
|
"children": [
|
|
3953
4097
|
{
|
|
3954
|
-
"
|
|
3955
|
-
"
|
|
4098
|
+
"direction": "horizontal",
|
|
4099
|
+
"type": "stack",
|
|
3956
4100
|
"children": [
|
|
3957
4101
|
{
|
|
3958
|
-
"
|
|
3959
|
-
"
|
|
4102
|
+
"name": "alert-octagon",
|
|
4103
|
+
"type": "icon"
|
|
3960
4104
|
},
|
|
3961
4105
|
{
|
|
3962
|
-
"variant": "h2",
|
|
3963
4106
|
"content": "Token Usage",
|
|
3964
|
-
"type": "typography"
|
|
4107
|
+
"type": "typography",
|
|
4108
|
+
"variant": "h2"
|
|
3965
4109
|
},
|
|
3966
4110
|
{
|
|
3967
4111
|
"variant": "danger",
|
|
@@ -3969,16 +4113,16 @@
|
|
|
3969
4113
|
"label": "Critical"
|
|
3970
4114
|
}
|
|
3971
4115
|
],
|
|
3972
|
-
"
|
|
3973
|
-
"
|
|
4116
|
+
"gap": "sm",
|
|
4117
|
+
"align": "center"
|
|
3974
4118
|
},
|
|
3975
4119
|
{
|
|
3976
4120
|
"type": "divider"
|
|
3977
4121
|
},
|
|
3978
4122
|
{
|
|
3979
4123
|
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
3980
|
-
"
|
|
3981
|
-
"
|
|
4124
|
+
"type": "alert",
|
|
4125
|
+
"variant": "error"
|
|
3982
4126
|
},
|
|
3983
4127
|
{
|
|
3984
4128
|
"value": "@entity.current",
|
|
@@ -3987,48 +4131,66 @@
|
|
|
3987
4131
|
},
|
|
3988
4132
|
{
|
|
3989
4133
|
"type": "stack",
|
|
4134
|
+
"gap": "md",
|
|
3990
4135
|
"children": [
|
|
3991
4136
|
{
|
|
3992
4137
|
"type": "stat-display",
|
|
3993
|
-
"
|
|
3994
|
-
"
|
|
4138
|
+
"value": "@entity.current",
|
|
4139
|
+
"label": "Tokens Used"
|
|
3995
4140
|
},
|
|
3996
4141
|
{
|
|
3997
|
-
"value": "@entity.max",
|
|
3998
4142
|
"type": "stat-display",
|
|
4143
|
+
"value": "@entity.max",
|
|
3999
4144
|
"label": "Max Tokens"
|
|
4000
4145
|
}
|
|
4001
4146
|
],
|
|
4002
|
-
"direction": "horizontal"
|
|
4003
|
-
"gap": "md"
|
|
4147
|
+
"direction": "horizontal"
|
|
4004
4148
|
},
|
|
4005
4149
|
{
|
|
4006
|
-
"gap": "sm",
|
|
4007
4150
|
"type": "stack",
|
|
4008
4151
|
"children": [
|
|
4009
4152
|
{
|
|
4010
|
-
"type": "button",
|
|
4011
|
-
"label": "Compact Now",
|
|
4012
4153
|
"action": "COMPACT",
|
|
4013
4154
|
"variant": "primary",
|
|
4014
|
-
"
|
|
4155
|
+
"label": "Compact Now",
|
|
4156
|
+
"icon": "minimize-2",
|
|
4157
|
+
"type": "button"
|
|
4015
4158
|
},
|
|
4016
4159
|
{
|
|
4017
|
-
"action": "RESET",
|
|
4018
|
-
"icon": "rotate-ccw",
|
|
4019
4160
|
"type": "button",
|
|
4161
|
+
"action": "RESET",
|
|
4162
|
+
"variant": "ghost",
|
|
4020
4163
|
"label": "Reset",
|
|
4021
|
-
"
|
|
4164
|
+
"icon": "rotate-ccw"
|
|
4022
4165
|
}
|
|
4023
4166
|
],
|
|
4167
|
+
"gap": "sm",
|
|
4024
4168
|
"direction": "horizontal"
|
|
4025
4169
|
}
|
|
4026
4170
|
],
|
|
4171
|
+
"direction": "vertical",
|
|
4027
4172
|
"gap": "lg",
|
|
4028
4173
|
"type": "stack"
|
|
4029
4174
|
}
|
|
4030
4175
|
],
|
|
4031
|
-
"
|
|
4176
|
+
"navItems": [
|
|
4177
|
+
{
|
|
4178
|
+
"icon": "message-circle",
|
|
4179
|
+
"label": "Chat",
|
|
4180
|
+
"href": "/chat"
|
|
4181
|
+
},
|
|
4182
|
+
{
|
|
4183
|
+
"label": "Memory",
|
|
4184
|
+
"icon": "brain",
|
|
4185
|
+
"href": "/memory"
|
|
4186
|
+
},
|
|
4187
|
+
{
|
|
4188
|
+
"icon": "settings",
|
|
4189
|
+
"href": "/settings",
|
|
4190
|
+
"label": "Settings"
|
|
4191
|
+
}
|
|
4192
|
+
],
|
|
4193
|
+
"type": "dashboard-layout"
|
|
4032
4194
|
}
|
|
4033
4195
|
]
|
|
4034
4196
|
]
|
|
@@ -4069,13 +4231,15 @@
|
|
|
4069
4231
|
"main",
|
|
4070
4232
|
{
|
|
4071
4233
|
"appName": "Agent Assistant",
|
|
4234
|
+
"type": "dashboard-layout",
|
|
4072
4235
|
"children": [
|
|
4073
4236
|
{
|
|
4074
|
-
"
|
|
4237
|
+
"direction": "vertical",
|
|
4075
4238
|
"gap": "lg",
|
|
4239
|
+
"type": "stack",
|
|
4076
4240
|
"children": [
|
|
4077
4241
|
{
|
|
4078
|
-
"
|
|
4242
|
+
"gap": "sm",
|
|
4079
4243
|
"type": "stack",
|
|
4080
4244
|
"children": [
|
|
4081
4245
|
{
|
|
@@ -4083,90 +4247,88 @@
|
|
|
4083
4247
|
"name": "alert-triangle"
|
|
4084
4248
|
},
|
|
4085
4249
|
{
|
|
4086
|
-
"variant": "h2",
|
|
4087
4250
|
"type": "typography",
|
|
4251
|
+
"variant": "h2",
|
|
4088
4252
|
"content": "Token Usage"
|
|
4089
4253
|
},
|
|
4090
4254
|
{
|
|
4091
|
-
"
|
|
4255
|
+
"label": "Warning",
|
|
4092
4256
|
"type": "badge",
|
|
4093
|
-
"
|
|
4257
|
+
"variant": "warning"
|
|
4094
4258
|
}
|
|
4095
4259
|
],
|
|
4096
4260
|
"direction": "horizontal",
|
|
4097
|
-
"
|
|
4261
|
+
"align": "center"
|
|
4098
4262
|
},
|
|
4099
4263
|
{
|
|
4100
4264
|
"type": "divider"
|
|
4101
4265
|
},
|
|
4102
4266
|
{
|
|
4103
4267
|
"type": "alert",
|
|
4104
|
-
"
|
|
4105
|
-
"
|
|
4268
|
+
"message": "Token usage approaching limit. Consider compacting.",
|
|
4269
|
+
"variant": "warning"
|
|
4106
4270
|
},
|
|
4107
4271
|
{
|
|
4108
4272
|
"value": "@entity.current",
|
|
4109
|
-
"
|
|
4110
|
-
"
|
|
4273
|
+
"max": "@entity.max",
|
|
4274
|
+
"type": "progress-bar"
|
|
4111
4275
|
},
|
|
4112
4276
|
{
|
|
4113
|
-
"type": "stack",
|
|
4114
|
-
"gap": "md",
|
|
4115
|
-
"direction": "horizontal",
|
|
4116
4277
|
"children": [
|
|
4117
4278
|
{
|
|
4118
|
-
"
|
|
4279
|
+
"label": "Tokens Used",
|
|
4119
4280
|
"type": "stat-display",
|
|
4120
|
-
"
|
|
4281
|
+
"value": "@entity.current"
|
|
4121
4282
|
},
|
|
4122
4283
|
{
|
|
4123
4284
|
"label": "Max Tokens",
|
|
4124
|
-
"
|
|
4125
|
-
"
|
|
4285
|
+
"value": "@entity.max",
|
|
4286
|
+
"type": "stat-display"
|
|
4126
4287
|
}
|
|
4127
|
-
]
|
|
4288
|
+
],
|
|
4289
|
+
"direction": "horizontal",
|
|
4290
|
+
"type": "stack",
|
|
4291
|
+
"gap": "md"
|
|
4128
4292
|
},
|
|
4129
4293
|
{
|
|
4130
|
-
"type": "stack",
|
|
4131
|
-
"gap": "sm",
|
|
4132
4294
|
"children": [
|
|
4133
4295
|
{
|
|
4134
4296
|
"icon": "minimize-2",
|
|
4297
|
+
"label": "Compact",
|
|
4135
4298
|
"variant": "primary",
|
|
4136
|
-
"type": "button",
|
|
4137
4299
|
"action": "COMPACT",
|
|
4138
|
-
"
|
|
4300
|
+
"type": "button"
|
|
4139
4301
|
},
|
|
4140
4302
|
{
|
|
4141
|
-
"variant": "ghost",
|
|
4142
4303
|
"action": "RESET",
|
|
4143
|
-
"label": "Reset",
|
|
4144
4304
|
"icon": "rotate-ccw",
|
|
4145
|
-
"
|
|
4305
|
+
"label": "Reset",
|
|
4306
|
+
"type": "button",
|
|
4307
|
+
"variant": "ghost"
|
|
4146
4308
|
}
|
|
4147
4309
|
],
|
|
4148
|
-
"
|
|
4310
|
+
"gap": "sm",
|
|
4311
|
+
"direction": "horizontal",
|
|
4312
|
+
"type": "stack"
|
|
4149
4313
|
}
|
|
4150
|
-
]
|
|
4151
|
-
"direction": "vertical"
|
|
4314
|
+
]
|
|
4152
4315
|
}
|
|
4153
4316
|
],
|
|
4154
|
-
"type": "dashboard-layout",
|
|
4155
4317
|
"navItems": [
|
|
4156
4318
|
{
|
|
4319
|
+
"href": "/chat",
|
|
4157
4320
|
"label": "Chat",
|
|
4158
|
-
"icon": "message-circle"
|
|
4159
|
-
"href": "/chat"
|
|
4321
|
+
"icon": "message-circle"
|
|
4160
4322
|
},
|
|
4161
4323
|
{
|
|
4324
|
+
"label": "Memory",
|
|
4162
4325
|
"icon": "brain",
|
|
4163
|
-
"href": "/memory"
|
|
4164
|
-
"label": "Memory"
|
|
4326
|
+
"href": "/memory"
|
|
4165
4327
|
},
|
|
4166
4328
|
{
|
|
4167
|
-
"
|
|
4329
|
+
"label": "Settings",
|
|
4168
4330
|
"icon": "settings",
|
|
4169
|
-
"
|
|
4331
|
+
"href": "/settings"
|
|
4170
4332
|
}
|
|
4171
4333
|
]
|
|
4172
4334
|
}
|
|
@@ -4198,72 +4360,72 @@
|
|
|
4198
4360
|
{
|
|
4199
4361
|
"children": [
|
|
4200
4362
|
{
|
|
4201
|
-
"gap": "lg",
|
|
4202
|
-
"type": "stack",
|
|
4203
4363
|
"children": [
|
|
4204
4364
|
{
|
|
4205
|
-
"gap": "sm",
|
|
4206
|
-
"type": "stack",
|
|
4207
4365
|
"direction": "horizontal",
|
|
4366
|
+
"align": "center",
|
|
4208
4367
|
"children": [
|
|
4209
4368
|
{
|
|
4210
|
-
"
|
|
4211
|
-
"
|
|
4369
|
+
"type": "icon",
|
|
4370
|
+
"name": "gauge"
|
|
4212
4371
|
},
|
|
4213
4372
|
{
|
|
4214
4373
|
"content": "Token Usage",
|
|
4215
|
-
"
|
|
4216
|
-
"
|
|
4374
|
+
"variant": "h2",
|
|
4375
|
+
"type": "typography"
|
|
4217
4376
|
},
|
|
4218
4377
|
{
|
|
4219
|
-
"variant": "default",
|
|
4220
4378
|
"type": "badge",
|
|
4379
|
+
"variant": "default",
|
|
4221
4380
|
"label": "Normal"
|
|
4222
4381
|
}
|
|
4223
4382
|
],
|
|
4224
|
-
"
|
|
4383
|
+
"type": "stack",
|
|
4384
|
+
"gap": "sm"
|
|
4225
4385
|
},
|
|
4226
4386
|
{
|
|
4227
4387
|
"type": "divider"
|
|
4228
4388
|
},
|
|
4229
4389
|
{
|
|
4230
|
-
"value": "@entity.current",
|
|
4231
4390
|
"max": "@entity.max",
|
|
4232
|
-
"type": "progress-bar"
|
|
4391
|
+
"type": "progress-bar",
|
|
4392
|
+
"value": "@entity.current"
|
|
4233
4393
|
},
|
|
4234
4394
|
{
|
|
4395
|
+
"type": "stack",
|
|
4396
|
+
"direction": "horizontal",
|
|
4235
4397
|
"children": [
|
|
4236
4398
|
{
|
|
4237
|
-
"type": "stat-display",
|
|
4238
4399
|
"label": "Tokens Used",
|
|
4400
|
+
"type": "stat-display",
|
|
4239
4401
|
"value": "@entity.current"
|
|
4240
4402
|
},
|
|
4241
4403
|
{
|
|
4242
|
-
"value": "@entity.max",
|
|
4243
4404
|
"label": "Max Tokens",
|
|
4244
|
-
"type": "stat-display"
|
|
4405
|
+
"type": "stat-display",
|
|
4406
|
+
"value": "@entity.max"
|
|
4245
4407
|
}
|
|
4246
4408
|
],
|
|
4247
|
-
"direction": "horizontal",
|
|
4248
|
-
"type": "stack",
|
|
4249
4409
|
"gap": "md"
|
|
4250
4410
|
},
|
|
4251
4411
|
{
|
|
4252
|
-
"icon": "rotate-ccw",
|
|
4253
|
-
"type": "button",
|
|
4254
4412
|
"label": "Reset",
|
|
4413
|
+
"action": "RESET",
|
|
4414
|
+
"type": "button",
|
|
4255
4415
|
"variant": "ghost",
|
|
4256
|
-
"
|
|
4416
|
+
"icon": "rotate-ccw"
|
|
4257
4417
|
}
|
|
4258
4418
|
],
|
|
4419
|
+
"type": "stack",
|
|
4420
|
+
"gap": "lg",
|
|
4259
4421
|
"direction": "vertical"
|
|
4260
4422
|
}
|
|
4261
4423
|
],
|
|
4262
4424
|
"navItems": [
|
|
4263
4425
|
{
|
|
4426
|
+
"href": "/chat",
|
|
4264
4427
|
"icon": "message-circle",
|
|
4265
|
-
"label": "Chat"
|
|
4266
|
-
"href": "/chat"
|
|
4428
|
+
"label": "Chat"
|
|
4267
4429
|
},
|
|
4268
4430
|
{
|
|
4269
4431
|
"href": "/memory",
|
|
@@ -4302,46 +4464,45 @@
|
|
|
4302
4464
|
"render-ui",
|
|
4303
4465
|
"main",
|
|
4304
4466
|
{
|
|
4467
|
+
"type": "dashboard-layout",
|
|
4305
4468
|
"children": [
|
|
4306
4469
|
{
|
|
4307
|
-
"direction": "vertical",
|
|
4308
4470
|
"gap": "lg",
|
|
4309
|
-
"type": "stack",
|
|
4310
4471
|
"children": [
|
|
4311
4472
|
{
|
|
4312
4473
|
"children": [
|
|
4313
4474
|
{
|
|
4314
|
-
"
|
|
4315
|
-
"
|
|
4475
|
+
"type": "icon",
|
|
4476
|
+
"name": "gauge"
|
|
4316
4477
|
},
|
|
4317
4478
|
{
|
|
4318
4479
|
"type": "typography",
|
|
4319
|
-
"
|
|
4320
|
-
"
|
|
4480
|
+
"content": "Token Usage",
|
|
4481
|
+
"variant": "h2"
|
|
4321
4482
|
},
|
|
4322
4483
|
{
|
|
4484
|
+
"label": "Normal",
|
|
4323
4485
|
"variant": "default",
|
|
4324
|
-
"type": "badge"
|
|
4325
|
-
"label": "Normal"
|
|
4486
|
+
"type": "badge"
|
|
4326
4487
|
}
|
|
4327
4488
|
],
|
|
4328
|
-
"align": "center",
|
|
4329
|
-
"direction": "horizontal",
|
|
4330
4489
|
"gap": "sm",
|
|
4331
|
-
"type": "stack"
|
|
4490
|
+
"type": "stack",
|
|
4491
|
+
"direction": "horizontal",
|
|
4492
|
+
"align": "center"
|
|
4332
4493
|
},
|
|
4333
4494
|
{
|
|
4334
4495
|
"type": "divider"
|
|
4335
4496
|
},
|
|
4336
4497
|
{
|
|
4498
|
+
"value": "@entity.current",
|
|
4337
4499
|
"max": "@entity.max",
|
|
4338
|
-
"type": "progress-bar"
|
|
4339
|
-
"value": "@entity.current"
|
|
4500
|
+
"type": "progress-bar"
|
|
4340
4501
|
},
|
|
4341
4502
|
{
|
|
4342
|
-
"direction": "horizontal",
|
|
4343
4503
|
"gap": "md",
|
|
4344
4504
|
"type": "stack",
|
|
4505
|
+
"direction": "horizontal",
|
|
4345
4506
|
"children": [
|
|
4346
4507
|
{
|
|
4347
4508
|
"type": "stat-display",
|
|
@@ -4349,8 +4510,8 @@
|
|
|
4349
4510
|
"label": "Tokens Used"
|
|
4350
4511
|
},
|
|
4351
4512
|
{
|
|
4352
|
-
"type": "stat-display",
|
|
4353
4513
|
"label": "Max Tokens",
|
|
4514
|
+
"type": "stat-display",
|
|
4354
4515
|
"value": "@entity.max"
|
|
4355
4516
|
}
|
|
4356
4517
|
]
|
|
@@ -4358,30 +4519,31 @@
|
|
|
4358
4519
|
{
|
|
4359
4520
|
"label": "Reset",
|
|
4360
4521
|
"type": "button",
|
|
4361
|
-
"action": "RESET",
|
|
4362
4522
|
"variant": "ghost",
|
|
4363
|
-
"icon": "rotate-ccw"
|
|
4523
|
+
"icon": "rotate-ccw",
|
|
4524
|
+
"action": "RESET"
|
|
4364
4525
|
}
|
|
4365
|
-
]
|
|
4526
|
+
],
|
|
4527
|
+
"direction": "vertical",
|
|
4528
|
+
"type": "stack"
|
|
4366
4529
|
}
|
|
4367
4530
|
],
|
|
4368
4531
|
"appName": "Agent Assistant",
|
|
4369
|
-
"type": "dashboard-layout",
|
|
4370
4532
|
"navItems": [
|
|
4371
4533
|
{
|
|
4372
|
-
"
|
|
4534
|
+
"icon": "message-circle",
|
|
4373
4535
|
"href": "/chat",
|
|
4374
|
-
"
|
|
4536
|
+
"label": "Chat"
|
|
4375
4537
|
},
|
|
4376
4538
|
{
|
|
4377
|
-
"label": "Memory",
|
|
4378
4539
|
"href": "/memory",
|
|
4540
|
+
"label": "Memory",
|
|
4379
4541
|
"icon": "brain"
|
|
4380
4542
|
},
|
|
4381
4543
|
{
|
|
4382
|
-
"label": "Settings",
|
|
4383
4544
|
"href": "/settings",
|
|
4384
|
-
"icon": "settings"
|
|
4545
|
+
"icon": "settings",
|
|
4546
|
+
"label": "Settings"
|
|
4385
4547
|
}
|
|
4386
4548
|
]
|
|
4387
4549
|
}
|
|
@@ -4402,59 +4564,38 @@
|
|
|
4402
4564
|
"render-ui",
|
|
4403
4565
|
"main",
|
|
4404
4566
|
{
|
|
4405
|
-
"appName": "Agent Assistant",
|
|
4406
|
-
"navItems": [
|
|
4407
|
-
{
|
|
4408
|
-
"icon": "message-circle",
|
|
4409
|
-
"label": "Chat",
|
|
4410
|
-
"href": "/chat"
|
|
4411
|
-
},
|
|
4412
|
-
{
|
|
4413
|
-
"label": "Memory",
|
|
4414
|
-
"icon": "brain",
|
|
4415
|
-
"href": "/memory"
|
|
4416
|
-
},
|
|
4417
|
-
{
|
|
4418
|
-
"label": "Settings",
|
|
4419
|
-
"icon": "settings",
|
|
4420
|
-
"href": "/settings"
|
|
4421
|
-
}
|
|
4422
|
-
],
|
|
4423
4567
|
"children": [
|
|
4424
4568
|
{
|
|
4425
|
-
"type": "stack",
|
|
4426
|
-
"gap": "lg",
|
|
4427
|
-
"direction": "vertical",
|
|
4428
4569
|
"children": [
|
|
4429
4570
|
{
|
|
4430
|
-
"type": "stack",
|
|
4431
|
-
"align": "center",
|
|
4432
|
-
"direction": "horizontal",
|
|
4433
4571
|
"children": [
|
|
4434
4572
|
{
|
|
4435
|
-
"
|
|
4436
|
-
"
|
|
4573
|
+
"name": "gauge",
|
|
4574
|
+
"type": "icon"
|
|
4437
4575
|
},
|
|
4438
4576
|
{
|
|
4439
|
-
"content": "Token Usage",
|
|
4440
4577
|
"type": "typography",
|
|
4578
|
+
"content": "Token Usage",
|
|
4441
4579
|
"variant": "h2"
|
|
4442
4580
|
},
|
|
4443
4581
|
{
|
|
4444
|
-
"
|
|
4582
|
+
"variant": "default",
|
|
4445
4583
|
"label": "Normal",
|
|
4446
|
-
"
|
|
4584
|
+
"type": "badge"
|
|
4447
4585
|
}
|
|
4448
4586
|
],
|
|
4449
|
-
"
|
|
4587
|
+
"direction": "horizontal",
|
|
4588
|
+
"type": "stack",
|
|
4589
|
+
"gap": "sm",
|
|
4590
|
+
"align": "center"
|
|
4450
4591
|
},
|
|
4451
4592
|
{
|
|
4452
4593
|
"type": "divider"
|
|
4453
4594
|
},
|
|
4454
4595
|
{
|
|
4596
|
+
"value": "@entity.current",
|
|
4455
4597
|
"max": "@entity.max",
|
|
4456
|
-
"type": "progress-bar"
|
|
4457
|
-
"value": "@entity.current"
|
|
4598
|
+
"type": "progress-bar"
|
|
4458
4599
|
},
|
|
4459
4600
|
{
|
|
4460
4601
|
"children": [
|
|
@@ -4469,21 +4610,42 @@
|
|
|
4469
4610
|
"type": "stat-display"
|
|
4470
4611
|
}
|
|
4471
4612
|
],
|
|
4472
|
-
"
|
|
4613
|
+
"gap": "md",
|
|
4473
4614
|
"type": "stack",
|
|
4474
|
-
"
|
|
4615
|
+
"direction": "horizontal"
|
|
4475
4616
|
},
|
|
4476
4617
|
{
|
|
4618
|
+
"label": "Reset",
|
|
4477
4619
|
"variant": "ghost",
|
|
4478
|
-
"
|
|
4620
|
+
"action": "RESET",
|
|
4479
4621
|
"icon": "rotate-ccw",
|
|
4480
|
-
"
|
|
4481
|
-
"action": "RESET"
|
|
4622
|
+
"type": "button"
|
|
4482
4623
|
}
|
|
4483
|
-
]
|
|
4624
|
+
],
|
|
4625
|
+
"gap": "lg",
|
|
4626
|
+
"direction": "vertical",
|
|
4627
|
+
"type": "stack"
|
|
4484
4628
|
}
|
|
4485
4629
|
],
|
|
4486
|
-
"type": "dashboard-layout"
|
|
4630
|
+
"type": "dashboard-layout",
|
|
4631
|
+
"navItems": [
|
|
4632
|
+
{
|
|
4633
|
+
"icon": "message-circle",
|
|
4634
|
+
"href": "/chat",
|
|
4635
|
+
"label": "Chat"
|
|
4636
|
+
},
|
|
4637
|
+
{
|
|
4638
|
+
"label": "Memory",
|
|
4639
|
+
"href": "/memory",
|
|
4640
|
+
"icon": "brain"
|
|
4641
|
+
},
|
|
4642
|
+
{
|
|
4643
|
+
"label": "Settings",
|
|
4644
|
+
"href": "/settings",
|
|
4645
|
+
"icon": "settings"
|
|
4646
|
+
}
|
|
4647
|
+
],
|
|
4648
|
+
"appName": "Agent Assistant"
|
|
4487
4649
|
}
|
|
4488
4650
|
]
|
|
4489
4651
|
]
|
|
@@ -4619,23 +4781,22 @@
|
|
|
4619
4781
|
"render-ui",
|
|
4620
4782
|
"main",
|
|
4621
4783
|
{
|
|
4784
|
+
"type": "dashboard-layout",
|
|
4622
4785
|
"appName": "Agent Assistant",
|
|
4623
4786
|
"children": [
|
|
4624
4787
|
{
|
|
4625
4788
|
"gap": "lg",
|
|
4626
|
-
"direction": "vertical",
|
|
4627
4789
|
"children": [
|
|
4628
4790
|
{
|
|
4791
|
+
"direction": "horizontal",
|
|
4792
|
+
"type": "stack",
|
|
4629
4793
|
"gap": "md",
|
|
4630
4794
|
"children": [
|
|
4631
4795
|
{
|
|
4632
|
-
"direction": "horizontal",
|
|
4633
|
-
"gap": "md",
|
|
4634
|
-
"align": "center",
|
|
4635
4796
|
"children": [
|
|
4636
4797
|
{
|
|
4637
|
-
"
|
|
4638
|
-
"
|
|
4798
|
+
"type": "icon",
|
|
4799
|
+
"name": "layers"
|
|
4639
4800
|
},
|
|
4640
4801
|
{
|
|
4641
4802
|
"variant": "h2",
|
|
@@ -4643,18 +4804,19 @@
|
|
|
4643
4804
|
"content": "Context Window Alert"
|
|
4644
4805
|
}
|
|
4645
4806
|
],
|
|
4807
|
+
"align": "center",
|
|
4808
|
+
"gap": "md",
|
|
4809
|
+
"direction": "horizontal",
|
|
4646
4810
|
"type": "stack"
|
|
4647
4811
|
},
|
|
4648
4812
|
{
|
|
4649
|
-
"icon": "x",
|
|
4650
|
-
"action": "HIDE",
|
|
4651
|
-
"type": "button",
|
|
4652
4813
|
"label": "Dismiss",
|
|
4653
|
-
"
|
|
4814
|
+
"type": "button",
|
|
4815
|
+
"action": "HIDE",
|
|
4816
|
+
"variant": "ghost",
|
|
4817
|
+
"icon": "x"
|
|
4654
4818
|
}
|
|
4655
4819
|
],
|
|
4656
|
-
"direction": "horizontal",
|
|
4657
|
-
"type": "stack",
|
|
4658
4820
|
"justify": "between",
|
|
4659
4821
|
"align": "center"
|
|
4660
4822
|
},
|
|
@@ -4662,40 +4824,40 @@
|
|
|
4662
4824
|
"type": "divider"
|
|
4663
4825
|
},
|
|
4664
4826
|
{
|
|
4827
|
+
"message": "@entity.message",
|
|
4665
4828
|
"variant": "@entity.notificationType",
|
|
4666
|
-
"type": "alert"
|
|
4667
|
-
"message": "@entity.message"
|
|
4829
|
+
"type": "alert"
|
|
4668
4830
|
},
|
|
4669
4831
|
{
|
|
4670
4832
|
"type": "toast-slot"
|
|
4671
4833
|
},
|
|
4672
4834
|
{
|
|
4835
|
+
"variant": "warning",
|
|
4673
4836
|
"message": "@entity.message",
|
|
4674
|
-
"type": "alert"
|
|
4675
|
-
"variant": "warning"
|
|
4837
|
+
"type": "alert"
|
|
4676
4838
|
}
|
|
4677
4839
|
],
|
|
4678
|
-
"type": "stack"
|
|
4840
|
+
"type": "stack",
|
|
4841
|
+
"direction": "vertical"
|
|
4679
4842
|
}
|
|
4680
4843
|
],
|
|
4681
4844
|
"navItems": [
|
|
4682
4845
|
{
|
|
4683
|
-
"label": "Chat",
|
|
4684
4846
|
"icon": "message-circle",
|
|
4847
|
+
"label": "Chat",
|
|
4685
4848
|
"href": "/chat"
|
|
4686
4849
|
},
|
|
4687
4850
|
{
|
|
4688
|
-
"icon": "brain",
|
|
4689
4851
|
"label": "Memory",
|
|
4690
|
-
"href": "/memory"
|
|
4852
|
+
"href": "/memory",
|
|
4853
|
+
"icon": "brain"
|
|
4691
4854
|
},
|
|
4692
4855
|
{
|
|
4693
|
-
"
|
|
4856
|
+
"href": "/settings",
|
|
4694
4857
|
"icon": "settings",
|
|
4695
|
-
"
|
|
4858
|
+
"label": "Settings"
|
|
4696
4859
|
}
|
|
4697
|
-
]
|
|
4698
|
-
"type": "dashboard-layout"
|
|
4860
|
+
]
|
|
4699
4861
|
}
|
|
4700
4862
|
]
|
|
4701
4863
|
]
|
|
@@ -4724,76 +4886,76 @@
|
|
|
4724
4886
|
"navItems": [
|
|
4725
4887
|
{
|
|
4726
4888
|
"label": "Chat",
|
|
4727
|
-
"
|
|
4728
|
-
"
|
|
4889
|
+
"icon": "message-circle",
|
|
4890
|
+
"href": "/chat"
|
|
4729
4891
|
},
|
|
4730
4892
|
{
|
|
4731
4893
|
"icon": "brain",
|
|
4732
|
-
"
|
|
4733
|
-
"
|
|
4894
|
+
"href": "/memory",
|
|
4895
|
+
"label": "Memory"
|
|
4734
4896
|
},
|
|
4735
4897
|
{
|
|
4736
4898
|
"label": "Settings",
|
|
4737
|
-
"
|
|
4738
|
-
"
|
|
4899
|
+
"icon": "settings",
|
|
4900
|
+
"href": "/settings"
|
|
4739
4901
|
}
|
|
4740
4902
|
],
|
|
4741
4903
|
"children": [
|
|
4742
4904
|
{
|
|
4743
|
-
"type": "stack",
|
|
4744
4905
|
"gap": "lg",
|
|
4745
|
-
"direction": "vertical",
|
|
4746
4906
|
"children": [
|
|
4747
4907
|
{
|
|
4908
|
+
"direction": "horizontal",
|
|
4909
|
+
"justify": "between",
|
|
4748
4910
|
"type": "stack",
|
|
4749
4911
|
"align": "center",
|
|
4750
|
-
"gap": "md",
|
|
4751
|
-
"justify": "between",
|
|
4752
4912
|
"children": [
|
|
4753
4913
|
{
|
|
4754
|
-
"type": "stack",
|
|
4755
4914
|
"direction": "horizontal",
|
|
4756
4915
|
"children": [
|
|
4757
4916
|
{
|
|
4758
|
-
"
|
|
4759
|
-
"
|
|
4917
|
+
"type": "icon",
|
|
4918
|
+
"name": "layers"
|
|
4760
4919
|
},
|
|
4761
4920
|
{
|
|
4762
|
-
"
|
|
4921
|
+
"content": "Context Window Alert",
|
|
4763
4922
|
"type": "typography",
|
|
4764
|
-
"
|
|
4923
|
+
"variant": "h2"
|
|
4765
4924
|
}
|
|
4766
4925
|
],
|
|
4926
|
+
"gap": "md",
|
|
4767
4927
|
"align": "center",
|
|
4768
|
-
"
|
|
4928
|
+
"type": "stack"
|
|
4769
4929
|
},
|
|
4770
4930
|
{
|
|
4771
|
-
"
|
|
4931
|
+
"icon": "x",
|
|
4772
4932
|
"action": "HIDE",
|
|
4933
|
+
"type": "button",
|
|
4773
4934
|
"variant": "ghost",
|
|
4774
|
-
"icon": "x",
|
|
4775
4935
|
"label": "Dismiss"
|
|
4776
4936
|
}
|
|
4777
4937
|
],
|
|
4778
|
-
"
|
|
4938
|
+
"gap": "md"
|
|
4779
4939
|
},
|
|
4780
4940
|
{
|
|
4781
4941
|
"type": "divider"
|
|
4782
4942
|
},
|
|
4783
4943
|
{
|
|
4784
4944
|
"message": "@entity.message",
|
|
4785
|
-
"
|
|
4786
|
-
"
|
|
4945
|
+
"type": "alert",
|
|
4946
|
+
"variant": "@entity.notificationType"
|
|
4787
4947
|
},
|
|
4788
4948
|
{
|
|
4789
4949
|
"type": "toast-slot"
|
|
4790
4950
|
},
|
|
4791
4951
|
{
|
|
4792
|
-
"type": "alert",
|
|
4793
4952
|
"variant": "warning",
|
|
4794
|
-
"message": "@entity.message"
|
|
4953
|
+
"message": "@entity.message",
|
|
4954
|
+
"type": "alert"
|
|
4795
4955
|
}
|
|
4796
|
-
]
|
|
4956
|
+
],
|
|
4957
|
+
"type": "stack",
|
|
4958
|
+
"direction": "vertical"
|
|
4797
4959
|
}
|
|
4798
4960
|
]
|
|
4799
4961
|
}
|
|
@@ -4915,11 +5077,32 @@
|
|
|
4915
5077
|
},
|
|
4916
5078
|
{
|
|
4917
5079
|
"key": "SHOW",
|
|
4918
|
-
"name": "Show"
|
|
5080
|
+
"name": "Show",
|
|
5081
|
+
"payloadSchema": [
|
|
5082
|
+
{
|
|
5083
|
+
"name": "message",
|
|
5084
|
+
"type": "string",
|
|
5085
|
+
"required": true
|
|
5086
|
+
},
|
|
5087
|
+
{
|
|
5088
|
+
"name": "notificationType",
|
|
5089
|
+
"type": "string"
|
|
5090
|
+
}
|
|
5091
|
+
]
|
|
4919
5092
|
},
|
|
4920
5093
|
{
|
|
4921
5094
|
"key": "UPDATE",
|
|
4922
|
-
"name": "Update"
|
|
5095
|
+
"name": "Update",
|
|
5096
|
+
"payloadSchema": [
|
|
5097
|
+
{
|
|
5098
|
+
"name": "current",
|
|
5099
|
+
"type": "number"
|
|
5100
|
+
},
|
|
5101
|
+
{
|
|
5102
|
+
"name": "max",
|
|
5103
|
+
"type": "number"
|
|
5104
|
+
}
|
|
5105
|
+
]
|
|
4923
5106
|
},
|
|
4924
5107
|
{
|
|
4925
5108
|
"key": "AssistantContextLoaded",
|
|
@@ -4967,8 +5150,8 @@
|
|
|
4967
5150
|
"AssistantContext",
|
|
4968
5151
|
{
|
|
4969
5152
|
"emit": {
|
|
4970
|
-
"
|
|
4971
|
-
"
|
|
5153
|
+
"success": "AssistantContextLoaded",
|
|
5154
|
+
"failure": "AssistantContextLoadFailed"
|
|
4972
5155
|
}
|
|
4973
5156
|
}
|
|
4974
5157
|
],
|
|
@@ -4982,31 +5165,31 @@
|
|
|
4982
5165
|
"render-ui",
|
|
4983
5166
|
"main",
|
|
4984
5167
|
{
|
|
4985
|
-
"
|
|
5168
|
+
"appName": "Agent Assistant",
|
|
4986
5169
|
"navItems": [
|
|
4987
5170
|
{
|
|
4988
|
-
"
|
|
5171
|
+
"href": "/chat",
|
|
4989
5172
|
"icon": "message-circle",
|
|
4990
|
-
"
|
|
5173
|
+
"label": "Chat"
|
|
4991
5174
|
},
|
|
4992
5175
|
{
|
|
4993
|
-
"
|
|
5176
|
+
"icon": "brain",
|
|
4994
5177
|
"label": "Memory",
|
|
4995
|
-
"
|
|
5178
|
+
"href": "/memory"
|
|
4996
5179
|
},
|
|
4997
5180
|
{
|
|
4998
|
-
"icon": "settings",
|
|
4999
5181
|
"label": "Settings",
|
|
5182
|
+
"icon": "settings",
|
|
5000
5183
|
"href": "/settings"
|
|
5001
5184
|
}
|
|
5002
5185
|
],
|
|
5003
|
-
"
|
|
5186
|
+
"type": "dashboard-layout",
|
|
5004
5187
|
"children": [
|
|
5005
5188
|
{
|
|
5006
|
-
"type": "empty-state",
|
|
5007
|
-
"description": "Context Window is ready",
|
|
5008
5189
|
"icon": "layers",
|
|
5009
|
-
"
|
|
5190
|
+
"description": "Context Window is ready",
|
|
5191
|
+
"title": "Context Window",
|
|
5192
|
+
"type": "empty-state"
|
|
5010
5193
|
}
|
|
5011
5194
|
]
|
|
5012
5195
|
}
|
|
@@ -5499,7 +5682,13 @@
|
|
|
5499
5682
|
},
|
|
5500
5683
|
{
|
|
5501
5684
|
"key": "PROVIDER_CHANGED",
|
|
5502
|
-
"name": "Provider Changed"
|
|
5685
|
+
"name": "Provider Changed",
|
|
5686
|
+
"payloadSchema": [
|
|
5687
|
+
{
|
|
5688
|
+
"name": "provider",
|
|
5689
|
+
"type": "string"
|
|
5690
|
+
}
|
|
5691
|
+
]
|
|
5503
5692
|
},
|
|
5504
5693
|
{
|
|
5505
5694
|
"key": "ProviderConfigLoadFailed",
|
|
@@ -5571,8 +5760,8 @@
|
|
|
5571
5760
|
"ProviderConfig",
|
|
5572
5761
|
{
|
|
5573
5762
|
"emit": {
|
|
5574
|
-
"
|
|
5575
|
-
"
|
|
5763
|
+
"failure": "ProviderConfigLoadFailed",
|
|
5764
|
+
"success": "ProviderConfigLoaded"
|
|
5576
5765
|
}
|
|
5577
5766
|
}
|
|
5578
5767
|
],
|
|
@@ -5580,72 +5769,72 @@
|
|
|
5580
5769
|
"render-ui",
|
|
5581
5770
|
"main",
|
|
5582
5771
|
{
|
|
5772
|
+
"appName": "Agent Assistant",
|
|
5583
5773
|
"type": "dashboard-layout",
|
|
5774
|
+
"navItems": [
|
|
5775
|
+
{
|
|
5776
|
+
"icon": "message-circle",
|
|
5777
|
+
"label": "Chat",
|
|
5778
|
+
"href": "/chat"
|
|
5779
|
+
},
|
|
5780
|
+
{
|
|
5781
|
+
"href": "/memory",
|
|
5782
|
+
"icon": "brain",
|
|
5783
|
+
"label": "Memory"
|
|
5784
|
+
},
|
|
5785
|
+
{
|
|
5786
|
+
"icon": "settings",
|
|
5787
|
+
"label": "Settings",
|
|
5788
|
+
"href": "/settings"
|
|
5789
|
+
}
|
|
5790
|
+
],
|
|
5584
5791
|
"children": [
|
|
5585
5792
|
{
|
|
5586
|
-
"gap": "lg",
|
|
5587
5793
|
"direction": "vertical",
|
|
5794
|
+
"type": "stack",
|
|
5795
|
+
"gap": "lg",
|
|
5588
5796
|
"children": [
|
|
5589
5797
|
{
|
|
5590
5798
|
"type": "stack",
|
|
5591
|
-
"justify": "between",
|
|
5592
5799
|
"gap": "md",
|
|
5800
|
+
"direction": "horizontal",
|
|
5593
5801
|
"children": [
|
|
5594
5802
|
{
|
|
5595
|
-
"direction": "horizontal",
|
|
5596
5803
|
"children": [
|
|
5597
5804
|
{
|
|
5598
5805
|
"type": "icon",
|
|
5599
5806
|
"name": "repeat"
|
|
5600
5807
|
},
|
|
5601
5808
|
{
|
|
5809
|
+
"variant": "h2",
|
|
5602
5810
|
"content": "Switch Provider",
|
|
5603
|
-
"type": "typography"
|
|
5604
|
-
"variant": "h2"
|
|
5811
|
+
"type": "typography"
|
|
5605
5812
|
}
|
|
5606
5813
|
],
|
|
5607
|
-
"
|
|
5608
|
-
"
|
|
5814
|
+
"gap": "md",
|
|
5815
|
+
"direction": "horizontal",
|
|
5816
|
+
"type": "stack"
|
|
5609
5817
|
},
|
|
5610
5818
|
{
|
|
5611
|
-
"type": "button",
|
|
5612
|
-
"label": "Open",
|
|
5613
5819
|
"variant": "primary",
|
|
5820
|
+
"label": "Open",
|
|
5821
|
+
"type": "button",
|
|
5614
5822
|
"action": "SWITCH",
|
|
5615
5823
|
"icon": "repeat"
|
|
5616
5824
|
}
|
|
5617
5825
|
],
|
|
5618
|
-
"
|
|
5826
|
+
"justify": "between"
|
|
5619
5827
|
},
|
|
5620
5828
|
{
|
|
5621
5829
|
"type": "divider"
|
|
5622
5830
|
},
|
|
5623
5831
|
{
|
|
5624
|
-
"title": "Nothing open",
|
|
5625
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
5626
5832
|
"icon": "repeat",
|
|
5627
|
-
"type": "empty-state"
|
|
5833
|
+
"type": "empty-state",
|
|
5834
|
+
"title": "Nothing open",
|
|
5835
|
+
"description": "Click Open to view details in a modal overlay."
|
|
5628
5836
|
}
|
|
5629
|
-
]
|
|
5630
|
-
"type": "stack"
|
|
5631
|
-
}
|
|
5632
|
-
],
|
|
5633
|
-
"appName": "Agent Assistant",
|
|
5634
|
-
"navItems": [
|
|
5635
|
-
{
|
|
5636
|
-
"icon": "message-circle",
|
|
5637
|
-
"label": "Chat",
|
|
5638
|
-
"href": "/chat"
|
|
5639
|
-
},
|
|
5640
|
-
{
|
|
5641
|
-
"href": "/memory",
|
|
5642
|
-
"label": "Memory",
|
|
5643
|
-
"icon": "brain"
|
|
5644
|
-
},
|
|
5645
|
-
{
|
|
5646
|
-
"href": "/settings",
|
|
5647
|
-
"icon": "settings",
|
|
5648
|
-
"label": "Settings"
|
|
5837
|
+
]
|
|
5649
5838
|
}
|
|
5650
5839
|
]
|
|
5651
5840
|
}
|
|
@@ -5662,8 +5851,8 @@
|
|
|
5662
5851
|
"ProviderConfig",
|
|
5663
5852
|
{
|
|
5664
5853
|
"emit": {
|
|
5665
|
-
"
|
|
5666
|
-
"
|
|
5854
|
+
"failure": "ProviderConfigLoadFailed",
|
|
5855
|
+
"success": "ProviderConfigLoaded"
|
|
5667
5856
|
}
|
|
5668
5857
|
}
|
|
5669
5858
|
],
|
|
@@ -5672,14 +5861,15 @@
|
|
|
5672
5861
|
"modal",
|
|
5673
5862
|
{
|
|
5674
5863
|
"type": "stack",
|
|
5675
|
-
"direction": "vertical",
|
|
5676
5864
|
"gap": "md",
|
|
5865
|
+
"direction": "vertical",
|
|
5677
5866
|
"children": [
|
|
5678
5867
|
{
|
|
5868
|
+
"direction": "horizontal",
|
|
5679
5869
|
"children": [
|
|
5680
5870
|
{
|
|
5681
|
-
"
|
|
5682
|
-
"
|
|
5871
|
+
"type": "icon",
|
|
5872
|
+
"name": "repeat"
|
|
5683
5873
|
},
|
|
5684
5874
|
{
|
|
5685
5875
|
"content": "Switch Provider",
|
|
@@ -5687,34 +5877,34 @@
|
|
|
5687
5877
|
"variant": "h3"
|
|
5688
5878
|
}
|
|
5689
5879
|
],
|
|
5690
|
-
"
|
|
5691
|
-
"type": "stack"
|
|
5692
|
-
"gap": "sm"
|
|
5880
|
+
"gap": "sm",
|
|
5881
|
+
"type": "stack"
|
|
5693
5882
|
},
|
|
5694
5883
|
{
|
|
5695
5884
|
"type": "divider"
|
|
5696
5885
|
},
|
|
5697
5886
|
{
|
|
5698
|
-
"
|
|
5887
|
+
"gap": "md",
|
|
5699
5888
|
"children": [
|
|
5700
5889
|
{
|
|
5701
|
-
"content": "Current:",
|
|
5702
5890
|
"type": "typography",
|
|
5891
|
+
"content": "Current:",
|
|
5703
5892
|
"variant": "caption"
|
|
5704
5893
|
},
|
|
5705
5894
|
{
|
|
5706
|
-
"
|
|
5707
|
-
"
|
|
5895
|
+
"label": "@entity.currentProvider",
|
|
5896
|
+
"type": "badge"
|
|
5708
5897
|
},
|
|
5709
5898
|
{
|
|
5710
|
-
"
|
|
5711
|
-
"
|
|
5899
|
+
"label": "@entity.currentModel",
|
|
5900
|
+
"type": "badge"
|
|
5712
5901
|
}
|
|
5713
5902
|
],
|
|
5714
|
-
"
|
|
5715
|
-
"
|
|
5903
|
+
"direction": "horizontal",
|
|
5904
|
+
"type": "stack"
|
|
5716
5905
|
},
|
|
5717
5906
|
{
|
|
5907
|
+
"cancelEvent": "CLOSE",
|
|
5718
5908
|
"fields": [
|
|
5719
5909
|
"currentProvider",
|
|
5720
5910
|
"currentModel"
|
|
@@ -5722,7 +5912,6 @@
|
|
|
5722
5912
|
"entity": "@entity",
|
|
5723
5913
|
"mode": "edit",
|
|
5724
5914
|
"submitEvent": "SAVE",
|
|
5725
|
-
"cancelEvent": "CLOSE",
|
|
5726
5915
|
"type": "form-section"
|
|
5727
5916
|
}
|
|
5728
5917
|
]
|
|
@@ -5759,72 +5948,72 @@
|
|
|
5759
5948
|
"render-ui",
|
|
5760
5949
|
"main",
|
|
5761
5950
|
{
|
|
5762
|
-
"appName": "Agent Assistant",
|
|
5763
5951
|
"children": [
|
|
5764
5952
|
{
|
|
5765
5953
|
"direction": "vertical",
|
|
5766
|
-
"gap": "lg",
|
|
5767
5954
|
"type": "stack",
|
|
5768
5955
|
"children": [
|
|
5769
5956
|
{
|
|
5770
|
-
"
|
|
5957
|
+
"justify": "between",
|
|
5771
5958
|
"children": [
|
|
5772
5959
|
{
|
|
5960
|
+
"direction": "horizontal",
|
|
5961
|
+
"type": "stack",
|
|
5962
|
+
"gap": "md",
|
|
5773
5963
|
"children": [
|
|
5774
5964
|
{
|
|
5775
|
-
"
|
|
5776
|
-
"
|
|
5965
|
+
"name": "repeat",
|
|
5966
|
+
"type": "icon"
|
|
5777
5967
|
},
|
|
5778
5968
|
{
|
|
5779
|
-
"type": "typography",
|
|
5780
5969
|
"content": "Switch Provider",
|
|
5781
|
-
"variant": "h2"
|
|
5970
|
+
"variant": "h2",
|
|
5971
|
+
"type": "typography"
|
|
5782
5972
|
}
|
|
5783
|
-
]
|
|
5784
|
-
"direction": "horizontal",
|
|
5785
|
-
"gap": "md",
|
|
5786
|
-
"type": "stack"
|
|
5973
|
+
]
|
|
5787
5974
|
},
|
|
5788
5975
|
{
|
|
5789
|
-
"variant": "primary",
|
|
5790
5976
|
"type": "button",
|
|
5977
|
+
"icon": "repeat",
|
|
5791
5978
|
"label": "Open",
|
|
5792
5979
|
"action": "SWITCH",
|
|
5793
|
-
"
|
|
5980
|
+
"variant": "primary"
|
|
5794
5981
|
}
|
|
5795
5982
|
],
|
|
5796
|
-
"
|
|
5797
|
-
"
|
|
5798
|
-
"
|
|
5983
|
+
"direction": "horizontal",
|
|
5984
|
+
"type": "stack",
|
|
5985
|
+
"gap": "md"
|
|
5799
5986
|
},
|
|
5800
5987
|
{
|
|
5801
5988
|
"type": "divider"
|
|
5802
5989
|
},
|
|
5803
5990
|
{
|
|
5804
|
-
"icon": "repeat",
|
|
5805
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
5806
5991
|
"type": "empty-state",
|
|
5807
|
-
"
|
|
5992
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
5993
|
+
"title": "Nothing open",
|
|
5994
|
+
"icon": "repeat"
|
|
5808
5995
|
}
|
|
5809
|
-
]
|
|
5996
|
+
],
|
|
5997
|
+
"gap": "lg"
|
|
5810
5998
|
}
|
|
5811
5999
|
],
|
|
5812
6000
|
"type": "dashboard-layout",
|
|
6001
|
+
"appName": "Agent Assistant",
|
|
5813
6002
|
"navItems": [
|
|
5814
6003
|
{
|
|
6004
|
+
"icon": "message-circle",
|
|
5815
6005
|
"label": "Chat",
|
|
5816
|
-
"href": "/chat"
|
|
5817
|
-
"icon": "message-circle"
|
|
6006
|
+
"href": "/chat"
|
|
5818
6007
|
},
|
|
5819
6008
|
{
|
|
5820
|
-
"icon": "brain",
|
|
5821
6009
|
"href": "/memory",
|
|
5822
|
-
"label": "Memory"
|
|
6010
|
+
"label": "Memory",
|
|
6011
|
+
"icon": "brain"
|
|
5823
6012
|
},
|
|
5824
6013
|
{
|
|
5825
|
-
"
|
|
6014
|
+
"icon": "settings",
|
|
5826
6015
|
"label": "Settings",
|
|
5827
|
-
"
|
|
6016
|
+
"href": "/settings"
|
|
5828
6017
|
}
|
|
5829
6018
|
]
|
|
5830
6019
|
}
|
|
@@ -5843,8 +6032,8 @@
|
|
|
5843
6032
|
"@payload.data",
|
|
5844
6033
|
{
|
|
5845
6034
|
"emit": {
|
|
5846
|
-
"
|
|
5847
|
-
"
|
|
6035
|
+
"failure": "ProviderConfigUpdateFailed",
|
|
6036
|
+
"success": "ProviderConfigUpdated"
|
|
5848
6037
|
}
|
|
5849
6038
|
}
|
|
5850
6039
|
],
|
|
@@ -5862,8 +6051,8 @@
|
|
|
5862
6051
|
"ProviderConfig",
|
|
5863
6052
|
{
|
|
5864
6053
|
"emit": {
|
|
5865
|
-
"
|
|
5866
|
-
"
|
|
6054
|
+
"failure": "ProviderConfigLoadFailed",
|
|
6055
|
+
"success": "ProviderConfigLoaded"
|
|
5867
6056
|
}
|
|
5868
6057
|
}
|
|
5869
6058
|
],
|
|
@@ -5871,20 +6060,31 @@
|
|
|
5871
6060
|
"render-ui",
|
|
5872
6061
|
"main",
|
|
5873
6062
|
{
|
|
5874
|
-
"
|
|
6063
|
+
"navItems": [
|
|
6064
|
+
{
|
|
6065
|
+
"icon": "message-circle",
|
|
6066
|
+
"label": "Chat",
|
|
6067
|
+
"href": "/chat"
|
|
6068
|
+
},
|
|
6069
|
+
{
|
|
6070
|
+
"icon": "brain",
|
|
6071
|
+
"label": "Memory",
|
|
6072
|
+
"href": "/memory"
|
|
6073
|
+
},
|
|
6074
|
+
{
|
|
6075
|
+
"icon": "settings",
|
|
6076
|
+
"label": "Settings",
|
|
6077
|
+
"href": "/settings"
|
|
6078
|
+
}
|
|
6079
|
+
],
|
|
5875
6080
|
"children": [
|
|
5876
6081
|
{
|
|
5877
|
-
"type": "stack",
|
|
5878
|
-
"gap": "lg",
|
|
5879
6082
|
"direction": "vertical",
|
|
5880
6083
|
"children": [
|
|
5881
6084
|
{
|
|
5882
|
-
"justify": "between",
|
|
5883
|
-
"direction": "horizontal",
|
|
5884
|
-
"gap": "md",
|
|
5885
|
-
"type": "stack",
|
|
5886
6085
|
"children": [
|
|
5887
6086
|
{
|
|
6087
|
+
"gap": "md",
|
|
5888
6088
|
"children": [
|
|
5889
6089
|
{
|
|
5890
6090
|
"type": "icon",
|
|
@@ -5897,48 +6097,37 @@
|
|
|
5897
6097
|
}
|
|
5898
6098
|
],
|
|
5899
6099
|
"direction": "horizontal",
|
|
5900
|
-
"type": "stack"
|
|
5901
|
-
"gap": "md"
|
|
6100
|
+
"type": "stack"
|
|
5902
6101
|
},
|
|
5903
6102
|
{
|
|
5904
6103
|
"type": "button",
|
|
5905
|
-
"action": "SWITCH",
|
|
5906
|
-
"variant": "primary",
|
|
5907
6104
|
"label": "Open",
|
|
5908
|
-
"
|
|
6105
|
+
"action": "SWITCH",
|
|
6106
|
+
"icon": "repeat",
|
|
6107
|
+
"variant": "primary"
|
|
5909
6108
|
}
|
|
5910
|
-
]
|
|
6109
|
+
],
|
|
6110
|
+
"direction": "horizontal",
|
|
6111
|
+
"justify": "between",
|
|
6112
|
+
"gap": "md",
|
|
6113
|
+
"type": "stack"
|
|
5911
6114
|
},
|
|
5912
6115
|
{
|
|
5913
6116
|
"type": "divider"
|
|
5914
6117
|
},
|
|
5915
6118
|
{
|
|
5916
6119
|
"description": "Click Open to view details in a modal overlay.",
|
|
5917
|
-
"
|
|
6120
|
+
"title": "Nothing open",
|
|
5918
6121
|
"type": "empty-state",
|
|
5919
|
-
"
|
|
6122
|
+
"icon": "repeat"
|
|
5920
6123
|
}
|
|
5921
|
-
]
|
|
6124
|
+
],
|
|
6125
|
+
"type": "stack",
|
|
6126
|
+
"gap": "lg"
|
|
5922
6127
|
}
|
|
5923
6128
|
],
|
|
5924
|
-
"
|
|
5925
|
-
"
|
|
5926
|
-
{
|
|
5927
|
-
"href": "/chat",
|
|
5928
|
-
"label": "Chat",
|
|
5929
|
-
"icon": "message-circle"
|
|
5930
|
-
},
|
|
5931
|
-
{
|
|
5932
|
-
"label": "Memory",
|
|
5933
|
-
"href": "/memory",
|
|
5934
|
-
"icon": "brain"
|
|
5935
|
-
},
|
|
5936
|
-
{
|
|
5937
|
-
"icon": "settings",
|
|
5938
|
-
"label": "Settings",
|
|
5939
|
-
"href": "/settings"
|
|
5940
|
-
}
|
|
5941
|
-
]
|
|
6129
|
+
"type": "dashboard-layout",
|
|
6130
|
+
"appName": "Agent Assistant"
|
|
5942
6131
|
}
|
|
5943
6132
|
]
|
|
5944
6133
|
]
|
|
@@ -6074,11 +6263,13 @@
|
|
|
6074
6263
|
"render-ui",
|
|
6075
6264
|
"main",
|
|
6076
6265
|
{
|
|
6266
|
+
"type": "dashboard-layout",
|
|
6267
|
+
"appName": "Agent Assistant",
|
|
6077
6268
|
"navItems": [
|
|
6078
6269
|
{
|
|
6079
6270
|
"href": "/chat",
|
|
6080
|
-
"
|
|
6081
|
-
"
|
|
6271
|
+
"label": "Chat",
|
|
6272
|
+
"icon": "message-circle"
|
|
6082
6273
|
},
|
|
6083
6274
|
{
|
|
6084
6275
|
"label": "Memory",
|
|
@@ -6086,12 +6277,11 @@
|
|
|
6086
6277
|
"icon": "brain"
|
|
6087
6278
|
},
|
|
6088
6279
|
{
|
|
6089
|
-
"href": "/settings",
|
|
6090
6280
|
"icon": "settings",
|
|
6281
|
+
"href": "/settings",
|
|
6091
6282
|
"label": "Settings"
|
|
6092
6283
|
}
|
|
6093
6284
|
],
|
|
6094
|
-
"appName": "Agent Assistant",
|
|
6095
6285
|
"children": [
|
|
6096
6286
|
{
|
|
6097
6287
|
"direction": "vertical",
|
|
@@ -6099,37 +6289,37 @@
|
|
|
6099
6289
|
"type": "stack",
|
|
6100
6290
|
"children": [
|
|
6101
6291
|
{
|
|
6292
|
+
"type": "stack",
|
|
6102
6293
|
"align": "center",
|
|
6103
|
-
"gap": "md",
|
|
6104
6294
|
"children": [
|
|
6105
6295
|
{
|
|
6106
|
-
"type": "stack",
|
|
6107
6296
|
"align": "center",
|
|
6297
|
+
"direction": "horizontal",
|
|
6298
|
+
"gap": "md",
|
|
6299
|
+
"type": "stack",
|
|
6108
6300
|
"children": [
|
|
6109
6301
|
{
|
|
6110
|
-
"
|
|
6111
|
-
"
|
|
6302
|
+
"name": "server",
|
|
6303
|
+
"type": "icon"
|
|
6112
6304
|
},
|
|
6113
6305
|
{
|
|
6114
|
-
"variant": "h2",
|
|
6115
6306
|
"type": "typography",
|
|
6116
|
-
"content": "Provider Status"
|
|
6307
|
+
"content": "Provider Status",
|
|
6308
|
+
"variant": "h2"
|
|
6117
6309
|
}
|
|
6118
|
-
]
|
|
6119
|
-
"direction": "horizontal",
|
|
6120
|
-
"gap": "md"
|
|
6310
|
+
]
|
|
6121
6311
|
},
|
|
6122
6312
|
{
|
|
6313
|
+
"variant": "ghost",
|
|
6123
6314
|
"icon": "x",
|
|
6124
6315
|
"action": "HIDE",
|
|
6125
6316
|
"type": "button",
|
|
6126
|
-
"label": "Dismiss"
|
|
6127
|
-
"variant": "ghost"
|
|
6317
|
+
"label": "Dismiss"
|
|
6128
6318
|
}
|
|
6129
6319
|
],
|
|
6130
6320
|
"direction": "horizontal",
|
|
6131
|
-
"
|
|
6132
|
-
"
|
|
6321
|
+
"gap": "md",
|
|
6322
|
+
"justify": "between"
|
|
6133
6323
|
},
|
|
6134
6324
|
{
|
|
6135
6325
|
"type": "divider"
|
|
@@ -6143,14 +6333,13 @@
|
|
|
6143
6333
|
"type": "toast-slot"
|
|
6144
6334
|
},
|
|
6145
6335
|
{
|
|
6146
|
-
"variant": "warning",
|
|
6147
6336
|
"message": "@entity.message",
|
|
6337
|
+
"variant": "warning",
|
|
6148
6338
|
"type": "alert"
|
|
6149
6339
|
}
|
|
6150
6340
|
]
|
|
6151
6341
|
}
|
|
6152
|
-
]
|
|
6153
|
-
"type": "dashboard-layout"
|
|
6342
|
+
]
|
|
6154
6343
|
}
|
|
6155
6344
|
]
|
|
6156
6345
|
]
|
|
@@ -6174,50 +6363,68 @@
|
|
|
6174
6363
|
"render-ui",
|
|
6175
6364
|
"main",
|
|
6176
6365
|
{
|
|
6366
|
+
"navItems": [
|
|
6367
|
+
{
|
|
6368
|
+
"label": "Chat",
|
|
6369
|
+
"href": "/chat",
|
|
6370
|
+
"icon": "message-circle"
|
|
6371
|
+
},
|
|
6372
|
+
{
|
|
6373
|
+
"href": "/memory",
|
|
6374
|
+
"icon": "brain",
|
|
6375
|
+
"label": "Memory"
|
|
6376
|
+
},
|
|
6377
|
+
{
|
|
6378
|
+
"href": "/settings",
|
|
6379
|
+
"icon": "settings",
|
|
6380
|
+
"label": "Settings"
|
|
6381
|
+
}
|
|
6382
|
+
],
|
|
6383
|
+
"appName": "Agent Assistant",
|
|
6177
6384
|
"children": [
|
|
6178
6385
|
{
|
|
6179
|
-
"
|
|
6386
|
+
"gap": "lg",
|
|
6180
6387
|
"children": [
|
|
6181
6388
|
{
|
|
6182
6389
|
"gap": "md",
|
|
6183
|
-
"type": "stack",
|
|
6184
|
-
"align": "center",
|
|
6185
6390
|
"justify": "between",
|
|
6186
6391
|
"children": [
|
|
6187
6392
|
{
|
|
6188
|
-
"
|
|
6393
|
+
"align": "center",
|
|
6189
6394
|
"gap": "md",
|
|
6395
|
+
"type": "stack",
|
|
6190
6396
|
"children": [
|
|
6191
6397
|
{
|
|
6192
|
-
"
|
|
6193
|
-
"
|
|
6398
|
+
"type": "icon",
|
|
6399
|
+
"name": "server"
|
|
6194
6400
|
},
|
|
6195
6401
|
{
|
|
6196
6402
|
"content": "Provider Status",
|
|
6197
|
-
"
|
|
6198
|
-
"
|
|
6403
|
+
"type": "typography",
|
|
6404
|
+
"variant": "h2"
|
|
6199
6405
|
}
|
|
6200
6406
|
],
|
|
6201
|
-
"align": "center",
|
|
6202
6407
|
"direction": "horizontal"
|
|
6203
6408
|
},
|
|
6204
6409
|
{
|
|
6205
|
-
"label": "Dismiss",
|
|
6206
|
-
"icon": "x",
|
|
6207
6410
|
"variant": "ghost",
|
|
6411
|
+
"type": "button",
|
|
6412
|
+
"label": "Dismiss",
|
|
6208
6413
|
"action": "HIDE",
|
|
6209
|
-
"
|
|
6414
|
+
"icon": "x"
|
|
6210
6415
|
}
|
|
6211
6416
|
],
|
|
6212
|
-
"direction": "horizontal"
|
|
6417
|
+
"direction": "horizontal",
|
|
6418
|
+
"type": "stack",
|
|
6419
|
+
"align": "center"
|
|
6213
6420
|
},
|
|
6214
6421
|
{
|
|
6215
6422
|
"type": "divider"
|
|
6216
6423
|
},
|
|
6217
6424
|
{
|
|
6218
6425
|
"message": "@entity.message",
|
|
6219
|
-
"
|
|
6220
|
-
"
|
|
6426
|
+
"type": "alert",
|
|
6427
|
+
"variant": "@entity.notificationType"
|
|
6221
6428
|
},
|
|
6222
6429
|
{
|
|
6223
6430
|
"type": "toast-slot"
|
|
@@ -6229,28 +6436,10 @@
|
|
|
6229
6436
|
}
|
|
6230
6437
|
],
|
|
6231
6438
|
"type": "stack",
|
|
6232
|
-
"
|
|
6439
|
+
"direction": "vertical"
|
|
6233
6440
|
}
|
|
6234
6441
|
],
|
|
6235
|
-
"type": "dashboard-layout"
|
|
6236
|
-
"appName": "Agent Assistant",
|
|
6237
|
-
"navItems": [
|
|
6238
|
-
{
|
|
6239
|
-
"icon": "message-circle",
|
|
6240
|
-
"label": "Chat",
|
|
6241
|
-
"href": "/chat"
|
|
6242
|
-
},
|
|
6243
|
-
{
|
|
6244
|
-
"href": "/memory",
|
|
6245
|
-
"label": "Memory",
|
|
6246
|
-
"icon": "brain"
|
|
6247
|
-
},
|
|
6248
|
-
{
|
|
6249
|
-
"icon": "settings",
|
|
6250
|
-
"label": "Settings",
|
|
6251
|
-
"href": "/settings"
|
|
6252
|
-
}
|
|
6253
|
-
]
|
|
6442
|
+
"type": "dashboard-layout"
|
|
6254
6443
|
}
|
|
6255
6444
|
]
|
|
6256
6445
|
]
|
|
@@ -6366,7 +6555,18 @@
|
|
|
6366
6555
|
},
|
|
6367
6556
|
{
|
|
6368
6557
|
"key": "SHOW",
|
|
6369
|
-
"name": "Show"
|
|
6558
|
+
"name": "Show",
|
|
6559
|
+
"payloadSchema": [
|
|
6560
|
+
{
|
|
6561
|
+
"name": "message",
|
|
6562
|
+
"type": "string",
|
|
6563
|
+
"required": true
|
|
6564
|
+
},
|
|
6565
|
+
{
|
|
6566
|
+
"name": "notificationType",
|
|
6567
|
+
"type": "string"
|
|
6568
|
+
}
|
|
6569
|
+
]
|
|
6370
6570
|
},
|
|
6371
6571
|
{
|
|
6372
6572
|
"key": "ProviderConfigLoaded",
|
|
@@ -6424,18 +6624,25 @@
|
|
|
6424
6624
|
"render-ui",
|
|
6425
6625
|
"main",
|
|
6426
6626
|
{
|
|
6427
|
-
"
|
|
6627
|
+
"children": [
|
|
6628
|
+
{
|
|
6629
|
+
"icon": "repeat",
|
|
6630
|
+
"description": "Provider is ready",
|
|
6631
|
+
"type": "empty-state",
|
|
6632
|
+
"title": "Provider"
|
|
6633
|
+
}
|
|
6634
|
+
],
|
|
6428
6635
|
"appName": "Agent Assistant",
|
|
6429
6636
|
"navItems": [
|
|
6430
6637
|
{
|
|
6431
|
-
"
|
|
6638
|
+
"href": "/chat",
|
|
6432
6639
|
"label": "Chat",
|
|
6433
|
-
"
|
|
6640
|
+
"icon": "message-circle"
|
|
6434
6641
|
},
|
|
6435
6642
|
{
|
|
6436
|
-
"href": "/memory",
|
|
6437
6643
|
"icon": "brain",
|
|
6438
|
-
"label": "Memory"
|
|
6644
|
+
"label": "Memory",
|
|
6645
|
+
"href": "/memory"
|
|
6439
6646
|
},
|
|
6440
6647
|
{
|
|
6441
6648
|
"label": "Settings",
|
|
@@ -6443,14 +6650,7 @@
|
|
|
6443
6650
|
"icon": "settings"
|
|
6444
6651
|
}
|
|
6445
6652
|
],
|
|
6446
|
-
"
|
|
6447
|
-
{
|
|
6448
|
-
"icon": "repeat",
|
|
6449
|
-
"description": "Provider is ready",
|
|
6450
|
-
"title": "Provider",
|
|
6451
|
-
"type": "empty-state"
|
|
6452
|
-
}
|
|
6453
|
-
]
|
|
6653
|
+
"type": "dashboard-layout"
|
|
6454
6654
|
}
|
|
6455
6655
|
]
|
|
6456
6656
|
]
|
|
@@ -6551,8 +6751,8 @@
|
|
|
6551
6751
|
"emit",
|
|
6552
6752
|
"SHOW",
|
|
6553
6753
|
{
|
|
6554
|
-
"
|
|
6555
|
-
"
|
|
6754
|
+
"notificationType": "info",
|
|
6755
|
+
"message": "Provider switched"
|
|
6556
6756
|
}
|
|
6557
6757
|
]
|
|
6558
6758
|
]
|
|
@@ -6750,8 +6950,8 @@
|
|
|
6750
6950
|
"AssistantNav",
|
|
6751
6951
|
{
|
|
6752
6952
|
"emit": {
|
|
6753
|
-
"
|
|
6754
|
-
"
|
|
6953
|
+
"success": "AssistantNavLoaded",
|
|
6954
|
+
"failure": "AssistantNavLoadFailed"
|
|
6755
6955
|
}
|
|
6756
6956
|
}
|
|
6757
6957
|
],
|
|
@@ -6764,17 +6964,17 @@
|
|
|
6764
6964
|
"type": "spinner"
|
|
6765
6965
|
},
|
|
6766
6966
|
{
|
|
6767
|
-
"type": "typography",
|
|
6768
6967
|
"color": "muted",
|
|
6769
6968
|
"content": "Loading…",
|
|
6770
|
-
"variant": "caption"
|
|
6969
|
+
"variant": "caption",
|
|
6970
|
+
"type": "typography"
|
|
6771
6971
|
}
|
|
6772
6972
|
],
|
|
6973
|
+
"direction": "vertical",
|
|
6773
6974
|
"gap": "md",
|
|
6774
|
-
"type": "stack",
|
|
6775
|
-
"className": "py-12",
|
|
6776
6975
|
"align": "center",
|
|
6777
|
-
"
|
|
6976
|
+
"type": "stack",
|
|
6977
|
+
"className": "py-12"
|
|
6778
6978
|
}
|
|
6779
6979
|
]
|
|
6780
6980
|
]
|
|
@@ -6788,17 +6988,16 @@
|
|
|
6788
6988
|
"render-ui",
|
|
6789
6989
|
"main",
|
|
6790
6990
|
{
|
|
6791
|
-
"appName": "Agent Assistant",
|
|
6792
6991
|
"navItems": [
|
|
6793
6992
|
{
|
|
6794
6993
|
"icon": "message-circle",
|
|
6795
|
-
"
|
|
6796
|
-
"
|
|
6994
|
+
"href": "/chat",
|
|
6995
|
+
"label": "Chat"
|
|
6797
6996
|
},
|
|
6798
6997
|
{
|
|
6799
6998
|
"icon": "brain",
|
|
6800
|
-
"
|
|
6801
|
-
"
|
|
6999
|
+
"href": "/memory",
|
|
7000
|
+
"label": "Memory"
|
|
6802
7001
|
},
|
|
6803
7002
|
{
|
|
6804
7003
|
"label": "Settings",
|
|
@@ -6806,27 +7005,27 @@
|
|
|
6806
7005
|
"icon": "settings"
|
|
6807
7006
|
}
|
|
6808
7007
|
],
|
|
7008
|
+
"appName": "Agent Assistant",
|
|
6809
7009
|
"children": [
|
|
6810
7010
|
{
|
|
6811
|
-
"type": "stack",
|
|
6812
7011
|
"direction": "vertical",
|
|
6813
7012
|
"children": [
|
|
6814
7013
|
{
|
|
6815
|
-
"type": "stack",
|
|
6816
|
-
"gap": "sm",
|
|
6817
|
-
"align": "center",
|
|
6818
|
-
"direction": "horizontal",
|
|
6819
7014
|
"children": [
|
|
6820
7015
|
{
|
|
6821
|
-
"
|
|
6822
|
-
"
|
|
7016
|
+
"name": "message-circle",
|
|
7017
|
+
"type": "icon"
|
|
6823
7018
|
},
|
|
6824
7019
|
{
|
|
6825
7020
|
"variant": "h2",
|
|
6826
|
-
"
|
|
6827
|
-
"
|
|
7021
|
+
"content": "Assistant",
|
|
7022
|
+
"type": "typography"
|
|
6828
7023
|
}
|
|
6829
|
-
]
|
|
7024
|
+
],
|
|
7025
|
+
"align": "center",
|
|
7026
|
+
"direction": "horizontal",
|
|
7027
|
+
"gap": "sm",
|
|
7028
|
+
"type": "stack"
|
|
6830
7029
|
},
|
|
6831
7030
|
{
|
|
6832
7031
|
"type": "divider"
|
|
@@ -6839,8 +7038,8 @@
|
|
|
6839
7038
|
"value": "chat"
|
|
6840
7039
|
},
|
|
6841
7040
|
{
|
|
6842
|
-
"
|
|
6843
|
-
"
|
|
7041
|
+
"label": "Memory",
|
|
7042
|
+
"value": "memory"
|
|
6844
7043
|
},
|
|
6845
7044
|
{
|
|
6846
7045
|
"label": "Settings",
|
|
@@ -6855,34 +7054,35 @@
|
|
|
6855
7054
|
},
|
|
6856
7055
|
{
|
|
6857
7056
|
"fields": [],
|
|
6858
|
-
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
6859
7057
|
"entity": "@payload.data",
|
|
7058
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
7059
|
+
"type": "data-grid",
|
|
6860
7060
|
"renderItem": [
|
|
6861
7061
|
"fn",
|
|
6862
7062
|
"item",
|
|
6863
7063
|
{
|
|
6864
7064
|
"type": "stack",
|
|
7065
|
+
"direction": "vertical",
|
|
7066
|
+
"gap": "sm",
|
|
6865
7067
|
"children": [
|
|
6866
7068
|
{
|
|
7069
|
+
"type": "typography",
|
|
6867
7070
|
"content": "@item.messages",
|
|
6868
|
-
"variant": "h4"
|
|
6869
|
-
"type": "typography"
|
|
7071
|
+
"variant": "h4"
|
|
6870
7072
|
},
|
|
6871
7073
|
{
|
|
7074
|
+
"content": "@item.currentMessage",
|
|
6872
7075
|
"type": "typography",
|
|
6873
7076
|
"color": "muted",
|
|
6874
|
-
"content": "@item.currentMessage",
|
|
6875
7077
|
"variant": "caption"
|
|
6876
7078
|
}
|
|
6877
|
-
]
|
|
6878
|
-
"gap": "sm",
|
|
6879
|
-
"direction": "vertical"
|
|
7079
|
+
]
|
|
6880
7080
|
}
|
|
6881
|
-
]
|
|
6882
|
-
"type": "data-grid"
|
|
7081
|
+
]
|
|
6883
7082
|
}
|
|
6884
7083
|
],
|
|
6885
|
-
"gap": "lg"
|
|
7084
|
+
"gap": "lg",
|
|
7085
|
+
"type": "stack"
|
|
6886
7086
|
}
|
|
6887
7087
|
],
|
|
6888
7088
|
"type": "dashboard-layout"
|
|
@@ -6899,36 +7099,36 @@
|
|
|
6899
7099
|
"render-ui",
|
|
6900
7100
|
"main",
|
|
6901
7101
|
{
|
|
6902
|
-
"gap": "md",
|
|
6903
|
-
"type": "stack",
|
|
6904
|
-
"className": "py-12",
|
|
6905
7102
|
"children": [
|
|
6906
7103
|
{
|
|
7104
|
+
"name": "alert-triangle",
|
|
6907
7105
|
"color": "destructive",
|
|
6908
|
-
"type": "icon"
|
|
6909
|
-
"name": "alert-triangle"
|
|
7106
|
+
"type": "icon"
|
|
6910
7107
|
},
|
|
6911
7108
|
{
|
|
7109
|
+
"content": "Failed to load",
|
|
6912
7110
|
"type": "typography",
|
|
6913
|
-
"variant": "h3"
|
|
6914
|
-
"content": "Failed to load"
|
|
7111
|
+
"variant": "h3"
|
|
6915
7112
|
},
|
|
6916
7113
|
{
|
|
6917
|
-
"variant": "body",
|
|
6918
7114
|
"type": "typography",
|
|
6919
|
-
"
|
|
6920
|
-
"content": "@payload.error"
|
|
7115
|
+
"variant": "body",
|
|
7116
|
+
"content": "@payload.error",
|
|
7117
|
+
"color": "muted"
|
|
6921
7118
|
},
|
|
6922
7119
|
{
|
|
6923
7120
|
"variant": "primary",
|
|
6924
|
-
"icon": "rotate-ccw",
|
|
6925
7121
|
"action": "INIT",
|
|
7122
|
+
"icon": "rotate-ccw",
|
|
6926
7123
|
"type": "button",
|
|
6927
7124
|
"label": "Retry"
|
|
6928
7125
|
}
|
|
6929
7126
|
],
|
|
7127
|
+
"align": "center",
|
|
6930
7128
|
"direction": "vertical",
|
|
6931
|
-
"
|
|
7129
|
+
"className": "py-12",
|
|
7130
|
+
"gap": "md",
|
|
7131
|
+
"type": "stack"
|
|
6932
7132
|
}
|
|
6933
7133
|
]
|
|
6934
7134
|
]
|
|
@@ -6943,8 +7143,8 @@
|
|
|
6943
7143
|
"AssistantNav",
|
|
6944
7144
|
{
|
|
6945
7145
|
"emit": {
|
|
6946
|
-
"
|
|
6947
|
-
"
|
|
7146
|
+
"failure": "AssistantNavLoadFailed",
|
|
7147
|
+
"success": "AssistantNavLoaded"
|
|
6948
7148
|
}
|
|
6949
7149
|
}
|
|
6950
7150
|
],
|
|
@@ -7113,8 +7313,8 @@
|
|
|
7113
7313
|
"MemorySidebar",
|
|
7114
7314
|
{
|
|
7115
7315
|
"emit": {
|
|
7116
|
-
"
|
|
7117
|
-
"
|
|
7316
|
+
"success": "MemorySidebarLoaded",
|
|
7317
|
+
"failure": "MemorySidebarLoadFailed"
|
|
7118
7318
|
}
|
|
7119
7319
|
}
|
|
7120
7320
|
]
|
|
@@ -7139,98 +7339,100 @@
|
|
|
7139
7339
|
"render-ui",
|
|
7140
7340
|
"drawer",
|
|
7141
7341
|
{
|
|
7342
|
+
"direction": "vertical",
|
|
7343
|
+
"gap": "none",
|
|
7142
7344
|
"children": [
|
|
7143
7345
|
{
|
|
7144
7346
|
"type": "drawer",
|
|
7347
|
+
"isOpen": true,
|
|
7145
7348
|
"children": [
|
|
7146
7349
|
{
|
|
7147
|
-
"type": "stack",
|
|
7148
|
-
"direction": "vertical",
|
|
7149
|
-
"gap": "md",
|
|
7150
7350
|
"children": [
|
|
7151
7351
|
{
|
|
7352
|
+
"direction": "horizontal",
|
|
7152
7353
|
"children": [
|
|
7153
7354
|
{
|
|
7154
7355
|
"content": "Content",
|
|
7155
|
-
"
|
|
7156
|
-
"
|
|
7356
|
+
"type": "typography",
|
|
7357
|
+
"variant": "caption"
|
|
7157
7358
|
},
|
|
7158
7359
|
{
|
|
7159
|
-
"variant": "body",
|
|
7160
7360
|
"type": "typography",
|
|
7161
|
-
"content": "@entity.content"
|
|
7361
|
+
"content": "@entity.content",
|
|
7362
|
+
"variant": "body"
|
|
7162
7363
|
}
|
|
7163
7364
|
],
|
|
7164
|
-
"type": "stack",
|
|
7165
7365
|
"gap": "md",
|
|
7166
|
-
"
|
|
7366
|
+
"type": "stack",
|
|
7167
7367
|
"justify": "between"
|
|
7168
7368
|
},
|
|
7169
7369
|
{
|
|
7170
7370
|
"children": [
|
|
7171
7371
|
{
|
|
7372
|
+
"type": "typography",
|
|
7172
7373
|
"variant": "caption",
|
|
7173
|
-
"content": "Query"
|
|
7174
|
-
"type": "typography"
|
|
7374
|
+
"content": "Query"
|
|
7175
7375
|
},
|
|
7176
7376
|
{
|
|
7377
|
+
"type": "typography",
|
|
7177
7378
|
"content": "@entity.query",
|
|
7178
|
-
"variant": "body"
|
|
7179
|
-
"type": "typography"
|
|
7379
|
+
"variant": "body"
|
|
7180
7380
|
}
|
|
7181
7381
|
],
|
|
7182
|
-
"direction": "horizontal",
|
|
7183
7382
|
"justify": "between",
|
|
7184
|
-
"
|
|
7185
|
-
"
|
|
7383
|
+
"gap": "md",
|
|
7384
|
+
"direction": "horizontal",
|
|
7385
|
+
"type": "stack"
|
|
7186
7386
|
},
|
|
7187
7387
|
{
|
|
7188
|
-
"direction": "horizontal",
|
|
7189
|
-
"gap": "md",
|
|
7190
|
-
"justify": "between",
|
|
7191
7388
|
"children": [
|
|
7192
7389
|
{
|
|
7193
7390
|
"content": "Strength",
|
|
7194
|
-
"
|
|
7195
|
-
"
|
|
7391
|
+
"variant": "caption",
|
|
7392
|
+
"type": "typography"
|
|
7196
7393
|
},
|
|
7197
7394
|
{
|
|
7395
|
+
"type": "typography",
|
|
7198
7396
|
"content": "@entity.strength",
|
|
7199
|
-
"variant": "body"
|
|
7200
|
-
"type": "typography"
|
|
7397
|
+
"variant": "body"
|
|
7201
7398
|
}
|
|
7202
7399
|
],
|
|
7203
|
-
"
|
|
7400
|
+
"direction": "horizontal",
|
|
7401
|
+
"justify": "between",
|
|
7402
|
+
"type": "stack",
|
|
7403
|
+
"gap": "md"
|
|
7204
7404
|
},
|
|
7205
7405
|
{
|
|
7206
7406
|
"type": "divider"
|
|
7207
7407
|
},
|
|
7208
7408
|
{
|
|
7209
|
-
"
|
|
7409
|
+
"justify": "end",
|
|
7410
|
+
"gap": "sm",
|
|
7210
7411
|
"children": [
|
|
7211
7412
|
{
|
|
7212
7413
|
"action": "CLOSE",
|
|
7213
|
-
"
|
|
7414
|
+
"variant": "ghost",
|
|
7214
7415
|
"label": "Close",
|
|
7215
|
-
"
|
|
7416
|
+
"type": "button"
|
|
7216
7417
|
}
|
|
7217
7418
|
],
|
|
7218
|
-
"
|
|
7219
|
-
"type": "stack"
|
|
7220
|
-
"justify": "end"
|
|
7419
|
+
"direction": "horizontal",
|
|
7420
|
+
"type": "stack"
|
|
7221
7421
|
}
|
|
7222
|
-
]
|
|
7422
|
+
],
|
|
7423
|
+
"type": "stack",
|
|
7424
|
+
"direction": "vertical",
|
|
7425
|
+
"gap": "md"
|
|
7223
7426
|
}
|
|
7224
7427
|
],
|
|
7225
|
-
"title": "Memory Recall"
|
|
7226
|
-
"isOpen": true
|
|
7428
|
+
"title": "Memory Recall"
|
|
7227
7429
|
},
|
|
7228
7430
|
{
|
|
7229
|
-
"type": "side-panel",
|
|
7230
7431
|
"onClose": "CLOSE",
|
|
7231
|
-
"isOpen": true,
|
|
7232
7432
|
"children": [
|
|
7233
7433
|
{
|
|
7434
|
+
"direction": "vertical",
|
|
7435
|
+
"type": "stack",
|
|
7234
7436
|
"children": [
|
|
7235
7437
|
{
|
|
7236
7438
|
"gap": "md",
|
|
@@ -7238,67 +7440,65 @@
|
|
|
7238
7440
|
"direction": "horizontal",
|
|
7239
7441
|
"children": [
|
|
7240
7442
|
{
|
|
7241
|
-
"
|
|
7443
|
+
"content": "Content",
|
|
7242
7444
|
"type": "typography",
|
|
7243
|
-
"
|
|
7445
|
+
"variant": "caption"
|
|
7244
7446
|
},
|
|
7245
7447
|
{
|
|
7448
|
+
"type": "typography",
|
|
7246
7449
|
"variant": "body",
|
|
7247
|
-
"content": "@entity.content"
|
|
7248
|
-
"type": "typography"
|
|
7450
|
+
"content": "@entity.content"
|
|
7249
7451
|
}
|
|
7250
7452
|
],
|
|
7251
7453
|
"justify": "between"
|
|
7252
7454
|
},
|
|
7253
7455
|
{
|
|
7254
|
-
"gap": "md",
|
|
7255
7456
|
"justify": "between",
|
|
7256
|
-
"direction": "horizontal",
|
|
7257
7457
|
"children": [
|
|
7258
7458
|
{
|
|
7459
|
+
"variant": "caption",
|
|
7259
7460
|
"content": "Query",
|
|
7260
|
-
"type": "typography"
|
|
7261
|
-
"variant": "caption"
|
|
7461
|
+
"type": "typography"
|
|
7262
7462
|
},
|
|
7263
7463
|
{
|
|
7264
|
-
"content": "@entity.query",
|
|
7265
7464
|
"type": "typography",
|
|
7266
|
-
"variant": "body"
|
|
7465
|
+
"variant": "body",
|
|
7466
|
+
"content": "@entity.query"
|
|
7267
7467
|
}
|
|
7268
7468
|
],
|
|
7269
|
-
"type": "stack"
|
|
7469
|
+
"type": "stack",
|
|
7470
|
+
"gap": "md",
|
|
7471
|
+
"direction": "horizontal"
|
|
7270
7472
|
},
|
|
7271
7473
|
{
|
|
7272
|
-
"gap": "md",
|
|
7273
|
-
"justify": "between",
|
|
7274
|
-
"direction": "horizontal",
|
|
7275
|
-
"type": "stack",
|
|
7276
7474
|
"children": [
|
|
7277
7475
|
{
|
|
7476
|
+
"type": "typography",
|
|
7278
7477
|
"variant": "caption",
|
|
7279
|
-
"content": "Strength"
|
|
7280
|
-
"type": "typography"
|
|
7478
|
+
"content": "Strength"
|
|
7281
7479
|
},
|
|
7282
7480
|
{
|
|
7481
|
+
"variant": "body",
|
|
7283
7482
|
"content": "@entity.strength",
|
|
7284
|
-
"type": "typography"
|
|
7285
|
-
"variant": "body"
|
|
7483
|
+
"type": "typography"
|
|
7286
7484
|
}
|
|
7287
|
-
]
|
|
7485
|
+
],
|
|
7486
|
+
"justify": "between",
|
|
7487
|
+
"type": "stack",
|
|
7488
|
+
"gap": "md",
|
|
7489
|
+
"direction": "horizontal"
|
|
7288
7490
|
}
|
|
7289
7491
|
],
|
|
7290
|
-
"
|
|
7291
|
-
"gap": "md",
|
|
7292
|
-
"direction": "vertical"
|
|
7492
|
+
"gap": "md"
|
|
7293
7493
|
}
|
|
7294
7494
|
],
|
|
7495
|
+
"isOpen": true,
|
|
7295
7496
|
"position": "right",
|
|
7296
|
-
"title": "Memory Recall"
|
|
7497
|
+
"title": "Memory Recall",
|
|
7498
|
+
"type": "side-panel"
|
|
7297
7499
|
}
|
|
7298
7500
|
],
|
|
7299
|
-
"type": "stack"
|
|
7300
|
-
"gap": "none",
|
|
7301
|
-
"direction": "vertical"
|
|
7501
|
+
"type": "stack"
|
|
7302
7502
|
}
|
|
7303
7503
|
]
|
|
7304
7504
|
]
|
|
@@ -7318,8 +7518,8 @@
|
|
|
7318
7518
|
"MemorySidebar",
|
|
7319
7519
|
{
|
|
7320
7520
|
"emit": {
|
|
7321
|
-
"
|
|
7322
|
-
"
|
|
7521
|
+
"success": "MemorySidebarLoaded",
|
|
7522
|
+
"failure": "MemorySidebarLoadFailed"
|
|
7323
7523
|
}
|
|
7324
7524
|
}
|
|
7325
7525
|
]
|
|
@@ -7343,4 +7543,4 @@
|
|
|
7343
7543
|
]
|
|
7344
7544
|
}
|
|
7345
7545
|
]
|
|
7346
|
-
}
|
|
7546
|
+
}
|