@almadar/std 8.4.2 → 8.5.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 +1084 -1070
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2877 -2897
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2094 -2102
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1026 -1012
- package/behaviors/registry/core/atoms/std-push.orb +49 -59
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +991 -991
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +903 -903
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1084 -1070
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2877 -2897
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2094 -2102
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1026 -1012
- package/dist/behaviors/registry/core/atoms/std-push.orb +49 -59
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +991 -991
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +903 -903
- package/package.json +1 -1
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"scope": "internal",
|
|
106
106
|
"payload": [
|
|
107
107
|
{
|
|
108
|
-
"name": "
|
|
108
|
+
"name": "data",
|
|
109
109
|
"type": "object"
|
|
110
110
|
}
|
|
111
111
|
]
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"scope": "internal",
|
|
130
130
|
"payload": [
|
|
131
131
|
{
|
|
132
|
-
"name": "
|
|
132
|
+
"name": "data",
|
|
133
133
|
"type": "object"
|
|
134
134
|
}
|
|
135
135
|
]
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"scope": "internal",
|
|
154
154
|
"payload": [
|
|
155
155
|
{
|
|
156
|
-
"name": "
|
|
156
|
+
"name": "data",
|
|
157
157
|
"type": "object"
|
|
158
158
|
}
|
|
159
159
|
]
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
"name": "Research redis completed",
|
|
321
321
|
"payload": [
|
|
322
322
|
{
|
|
323
|
-
"name": "
|
|
323
|
+
"name": "data",
|
|
324
324
|
"type": "object"
|
|
325
325
|
}
|
|
326
326
|
]
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
"name": "Research storage completed",
|
|
345
345
|
"payload": [
|
|
346
346
|
{
|
|
347
|
-
"name": "
|
|
347
|
+
"name": "data",
|
|
348
348
|
"type": "object"
|
|
349
349
|
}
|
|
350
350
|
]
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
"name": "Research custom bearer api completed",
|
|
369
369
|
"payload": [
|
|
370
370
|
{
|
|
371
|
-
"name": "
|
|
371
|
+
"name": "data",
|
|
372
372
|
"type": "object"
|
|
373
373
|
}
|
|
374
374
|
]
|
|
@@ -398,28 +398,27 @@
|
|
|
398
398
|
"render-ui",
|
|
399
399
|
"main",
|
|
400
400
|
{
|
|
401
|
-
"type": "dashboard-layout",
|
|
402
401
|
"children": [
|
|
403
402
|
{
|
|
404
|
-
"direction": "vertical",
|
|
405
403
|
"type": "stack",
|
|
404
|
+
"gap": "lg",
|
|
406
405
|
"children": [
|
|
407
406
|
{
|
|
408
|
-
"
|
|
409
|
-
"
|
|
407
|
+
"gap": "sm",
|
|
408
|
+
"type": "stack",
|
|
410
409
|
"children": [
|
|
411
410
|
{
|
|
412
411
|
"name": "search",
|
|
413
412
|
"type": "icon"
|
|
414
413
|
},
|
|
415
414
|
{
|
|
415
|
+
"content": "Content Research",
|
|
416
416
|
"variant": "h2",
|
|
417
|
-
"type": "typography"
|
|
418
|
-
"content": "Content Research"
|
|
417
|
+
"type": "typography"
|
|
419
418
|
}
|
|
420
419
|
],
|
|
421
|
-
"
|
|
422
|
-
"
|
|
420
|
+
"align": "center",
|
|
421
|
+
"direction": "horizontal"
|
|
423
422
|
},
|
|
424
423
|
{
|
|
425
424
|
"type": "divider"
|
|
@@ -429,54 +428,55 @@
|
|
|
429
428
|
"children": [
|
|
430
429
|
{
|
|
431
430
|
"type": "stack",
|
|
432
|
-
"gap": "md",
|
|
433
431
|
"children": [
|
|
434
432
|
{
|
|
435
433
|
"content": "Search YouTube for content to summarize",
|
|
436
|
-
"
|
|
437
|
-
"
|
|
434
|
+
"type": "typography",
|
|
435
|
+
"variant": "body"
|
|
438
436
|
},
|
|
439
437
|
{
|
|
440
|
-
"type": "form-section",
|
|
441
438
|
"mode": "edit",
|
|
442
439
|
"fields": [
|
|
443
440
|
"query"
|
|
444
441
|
],
|
|
442
|
+
"type": "form-section",
|
|
445
443
|
"submitEvent": "SEARCH",
|
|
446
444
|
"entity": "@entity"
|
|
447
445
|
}
|
|
448
446
|
],
|
|
449
|
-
"direction": "vertical"
|
|
447
|
+
"direction": "vertical",
|
|
448
|
+
"gap": "md"
|
|
450
449
|
}
|
|
451
450
|
]
|
|
452
451
|
}
|
|
453
452
|
],
|
|
454
|
-
"
|
|
453
|
+
"direction": "vertical"
|
|
455
454
|
}
|
|
456
455
|
],
|
|
456
|
+
"type": "dashboard-layout",
|
|
457
|
+
"appName": "ResearchAssistant",
|
|
457
458
|
"navItems": [
|
|
458
459
|
{
|
|
460
|
+
"label": "Research",
|
|
459
461
|
"href": "/research",
|
|
460
|
-
"icon": "search"
|
|
461
|
-
"label": "Research"
|
|
462
|
+
"icon": "search"
|
|
462
463
|
},
|
|
463
464
|
{
|
|
465
|
+
"href": "/cache",
|
|
464
466
|
"icon": "database",
|
|
465
|
-
"label": "Cache"
|
|
466
|
-
"href": "/cache"
|
|
467
|
+
"label": "Cache"
|
|
467
468
|
},
|
|
468
469
|
{
|
|
469
|
-
"label": "Reports",
|
|
470
470
|
"icon": "file-text",
|
|
471
|
+
"label": "Reports",
|
|
471
472
|
"href": "/reports"
|
|
472
473
|
},
|
|
473
474
|
{
|
|
474
|
-
"label": "Knowledge",
|
|
475
475
|
"href": "/knowledge",
|
|
476
|
+
"label": "Knowledge",
|
|
476
477
|
"icon": "book-open"
|
|
477
478
|
}
|
|
478
|
-
]
|
|
479
|
-
"appName": "ResearchAssistant"
|
|
479
|
+
]
|
|
480
480
|
}
|
|
481
481
|
]
|
|
482
482
|
]
|
|
@@ -502,8 +502,8 @@
|
|
|
502
502
|
},
|
|
503
503
|
{
|
|
504
504
|
"emit": {
|
|
505
|
-
"
|
|
506
|
-
"
|
|
505
|
+
"failure": "ResearchYoutubeFailed",
|
|
506
|
+
"success": "ResearchYoutubeCompleted"
|
|
507
507
|
}
|
|
508
508
|
}
|
|
509
509
|
],
|
|
@@ -511,55 +511,55 @@
|
|
|
511
511
|
"render-ui",
|
|
512
512
|
"main",
|
|
513
513
|
{
|
|
514
|
-
"type": "dashboard-layout",
|
|
515
514
|
"appName": "ResearchAssistant",
|
|
515
|
+
"navItems": [
|
|
516
|
+
{
|
|
517
|
+
"label": "Research",
|
|
518
|
+
"href": "/research",
|
|
519
|
+
"icon": "search"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"label": "Cache",
|
|
523
|
+
"href": "/cache",
|
|
524
|
+
"icon": "database"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"icon": "file-text",
|
|
528
|
+
"label": "Reports",
|
|
529
|
+
"href": "/reports"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"label": "Knowledge",
|
|
533
|
+
"href": "/knowledge",
|
|
534
|
+
"icon": "book-open"
|
|
535
|
+
}
|
|
536
|
+
],
|
|
537
|
+
"type": "dashboard-layout",
|
|
516
538
|
"children": [
|
|
517
539
|
{
|
|
518
|
-
"
|
|
519
|
-
"gap": "lg",
|
|
540
|
+
"direction": "vertical",
|
|
520
541
|
"type": "stack",
|
|
542
|
+
"gap": "lg",
|
|
521
543
|
"children": [
|
|
522
544
|
{
|
|
523
545
|
"type": "icon",
|
|
524
546
|
"name": "search"
|
|
525
547
|
},
|
|
526
548
|
{
|
|
527
|
-
"content": "Searching YouTube...",
|
|
528
549
|
"type": "typography",
|
|
550
|
+
"content": "Searching YouTube...",
|
|
529
551
|
"variant": "h3"
|
|
530
552
|
},
|
|
531
553
|
{
|
|
532
554
|
"type": "spinner"
|
|
533
555
|
},
|
|
534
556
|
{
|
|
557
|
+
"content": "@entity.query",
|
|
535
558
|
"variant": "caption",
|
|
536
|
-
"type": "typography"
|
|
537
|
-
"content": "@entity.query"
|
|
559
|
+
"type": "typography"
|
|
538
560
|
}
|
|
539
561
|
],
|
|
540
|
-
"
|
|
541
|
-
}
|
|
542
|
-
],
|
|
543
|
-
"navItems": [
|
|
544
|
-
{
|
|
545
|
-
"href": "/research",
|
|
546
|
-
"icon": "search",
|
|
547
|
-
"label": "Research"
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"label": "Cache",
|
|
551
|
-
"href": "/cache",
|
|
552
|
-
"icon": "database"
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
"icon": "file-text",
|
|
556
|
-
"href": "/reports",
|
|
557
|
-
"label": "Reports"
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
"icon": "book-open",
|
|
561
|
-
"href": "/knowledge",
|
|
562
|
-
"label": "Knowledge"
|
|
562
|
+
"align": "center"
|
|
563
563
|
}
|
|
564
564
|
]
|
|
565
565
|
}
|
|
@@ -580,51 +580,50 @@
|
|
|
580
580
|
"render-ui",
|
|
581
581
|
"main",
|
|
582
582
|
{
|
|
583
|
-
"
|
|
583
|
+
"appName": "ResearchAssistant",
|
|
584
584
|
"children": [
|
|
585
585
|
{
|
|
586
586
|
"type": "stack",
|
|
587
587
|
"gap": "lg",
|
|
588
|
-
"direction": "vertical",
|
|
589
588
|
"children": [
|
|
590
589
|
{
|
|
591
590
|
"direction": "horizontal",
|
|
591
|
+
"justify": "between",
|
|
592
592
|
"align": "center",
|
|
593
|
-
"gap": "sm",
|
|
594
593
|
"type": "stack",
|
|
595
|
-
"justify": "between",
|
|
596
594
|
"children": [
|
|
597
595
|
{
|
|
598
|
-
"direction": "horizontal",
|
|
599
596
|
"gap": "sm",
|
|
600
|
-
"type": "stack",
|
|
601
597
|
"align": "center",
|
|
602
598
|
"children": [
|
|
603
599
|
{
|
|
604
|
-
"
|
|
605
|
-
"
|
|
600
|
+
"name": "video",
|
|
601
|
+
"type": "icon"
|
|
606
602
|
},
|
|
607
603
|
{
|
|
608
604
|
"content": "Search Results",
|
|
609
605
|
"type": "typography",
|
|
610
606
|
"variant": "h2"
|
|
611
607
|
}
|
|
612
|
-
]
|
|
608
|
+
],
|
|
609
|
+
"direction": "horizontal",
|
|
610
|
+
"type": "stack"
|
|
613
611
|
},
|
|
614
612
|
{
|
|
615
|
-
"
|
|
613
|
+
"action": "RESET",
|
|
614
|
+
"variant": "ghost",
|
|
616
615
|
"icon": "rotate-ccw",
|
|
617
616
|
"label": "New Search",
|
|
618
|
-
"
|
|
619
|
-
"variant": "ghost"
|
|
617
|
+
"type": "button"
|
|
620
618
|
}
|
|
621
|
-
]
|
|
619
|
+
],
|
|
620
|
+
"gap": "sm"
|
|
622
621
|
},
|
|
623
622
|
{
|
|
624
623
|
"type": "divider"
|
|
625
624
|
},
|
|
626
625
|
{
|
|
627
|
-
"
|
|
626
|
+
"type": "data-grid",
|
|
628
627
|
"itemActions": [
|
|
629
628
|
{
|
|
630
629
|
"label": "Summarize",
|
|
@@ -632,48 +631,49 @@
|
|
|
632
631
|
"variant": "primary"
|
|
633
632
|
}
|
|
634
633
|
],
|
|
635
|
-
"
|
|
634
|
+
"fields": [],
|
|
636
635
|
"columns": [
|
|
637
636
|
{
|
|
638
637
|
"variant": "h4",
|
|
639
|
-
"name": "videoTitle",
|
|
640
638
|
"icon": "video",
|
|
639
|
+
"name": "videoTitle",
|
|
641
640
|
"label": "Title"
|
|
642
641
|
},
|
|
643
642
|
{
|
|
644
643
|
"label": "Description",
|
|
645
|
-
"
|
|
646
|
-
"
|
|
644
|
+
"name": "videoDescription",
|
|
645
|
+
"variant": "caption"
|
|
647
646
|
}
|
|
648
647
|
],
|
|
649
648
|
"entity": "@payload.results"
|
|
650
649
|
}
|
|
651
|
-
]
|
|
650
|
+
],
|
|
651
|
+
"direction": "vertical"
|
|
652
652
|
}
|
|
653
653
|
],
|
|
654
|
-
"appName": "ResearchAssistant",
|
|
655
654
|
"navItems": [
|
|
656
655
|
{
|
|
656
|
+
"label": "Research",
|
|
657
657
|
"href": "/research",
|
|
658
|
-
"icon": "search"
|
|
659
|
-
"label": "Research"
|
|
658
|
+
"icon": "search"
|
|
660
659
|
},
|
|
661
660
|
{
|
|
662
|
-
"
|
|
661
|
+
"label": "Cache",
|
|
663
662
|
"href": "/cache",
|
|
664
|
-
"
|
|
663
|
+
"icon": "database"
|
|
665
664
|
},
|
|
666
665
|
{
|
|
666
|
+
"label": "Reports",
|
|
667
667
|
"href": "/reports",
|
|
668
|
-
"icon": "file-text"
|
|
669
|
-
"label": "Reports"
|
|
668
|
+
"icon": "file-text"
|
|
670
669
|
},
|
|
671
670
|
{
|
|
672
|
-
"href": "/knowledge",
|
|
673
671
|
"icon": "book-open",
|
|
672
|
+
"href": "/knowledge",
|
|
674
673
|
"label": "Knowledge"
|
|
675
674
|
}
|
|
676
|
-
]
|
|
675
|
+
],
|
|
676
|
+
"type": "dashboard-layout"
|
|
677
677
|
}
|
|
678
678
|
]
|
|
679
679
|
]
|
|
@@ -697,12 +697,12 @@
|
|
|
697
697
|
"render-ui",
|
|
698
698
|
"main",
|
|
699
699
|
{
|
|
700
|
-
"
|
|
700
|
+
"appName": "ResearchAssistant",
|
|
701
701
|
"navItems": [
|
|
702
702
|
{
|
|
703
|
-
"
|
|
703
|
+
"href": "/research",
|
|
704
704
|
"label": "Research",
|
|
705
|
-
"
|
|
705
|
+
"icon": "search"
|
|
706
706
|
},
|
|
707
707
|
{
|
|
708
708
|
"icon": "database",
|
|
@@ -710,8 +710,8 @@
|
|
|
710
710
|
"href": "/cache"
|
|
711
711
|
},
|
|
712
712
|
{
|
|
713
|
-
"label": "Reports",
|
|
714
713
|
"icon": "file-text",
|
|
714
|
+
"label": "Reports",
|
|
715
715
|
"href": "/reports"
|
|
716
716
|
},
|
|
717
717
|
{
|
|
@@ -720,22 +720,18 @@
|
|
|
720
720
|
"icon": "book-open"
|
|
721
721
|
}
|
|
722
722
|
],
|
|
723
|
-
"
|
|
723
|
+
"type": "dashboard-layout",
|
|
724
724
|
"children": [
|
|
725
725
|
{
|
|
726
|
-
"align": "center",
|
|
727
|
-
"gap": "lg",
|
|
728
|
-
"type": "stack",
|
|
729
|
-
"direction": "vertical",
|
|
730
726
|
"children": [
|
|
731
727
|
{
|
|
732
728
|
"type": "icon",
|
|
733
729
|
"name": "alert-triangle"
|
|
734
730
|
},
|
|
735
731
|
{
|
|
732
|
+
"type": "typography",
|
|
736
733
|
"content": "Pipeline Error",
|
|
737
|
-
"variant": "h2"
|
|
738
|
-
"type": "typography"
|
|
734
|
+
"variant": "h2"
|
|
739
735
|
},
|
|
740
736
|
{
|
|
741
737
|
"type": "alert",
|
|
@@ -744,12 +740,16 @@
|
|
|
744
740
|
},
|
|
745
741
|
{
|
|
746
742
|
"type": "button",
|
|
747
|
-
"
|
|
743
|
+
"variant": "primary",
|
|
748
744
|
"label": "Try Again",
|
|
749
745
|
"icon": "rotate-ccw",
|
|
750
|
-
"
|
|
746
|
+
"action": "RESET"
|
|
751
747
|
}
|
|
752
|
-
]
|
|
748
|
+
],
|
|
749
|
+
"align": "center",
|
|
750
|
+
"type": "stack",
|
|
751
|
+
"direction": "vertical",
|
|
752
|
+
"gap": "lg"
|
|
753
753
|
}
|
|
754
754
|
]
|
|
755
755
|
}
|
|
@@ -775,8 +775,8 @@
|
|
|
775
775
|
},
|
|
776
776
|
{
|
|
777
777
|
"emit": {
|
|
778
|
-
"
|
|
779
|
-
"
|
|
778
|
+
"success": "ResearchYoutubeCompleted",
|
|
779
|
+
"failure": "ResearchYoutubeFailed"
|
|
780
780
|
}
|
|
781
781
|
}
|
|
782
782
|
],
|
|
@@ -784,11 +784,8 @@
|
|
|
784
784
|
"render-ui",
|
|
785
785
|
"main",
|
|
786
786
|
{
|
|
787
|
-
"type": "dashboard-layout",
|
|
788
787
|
"children": [
|
|
789
788
|
{
|
|
790
|
-
"type": "stack",
|
|
791
|
-
"align": "center",
|
|
792
789
|
"children": [
|
|
793
790
|
{
|
|
794
791
|
"type": "icon",
|
|
@@ -796,19 +793,21 @@
|
|
|
796
793
|
},
|
|
797
794
|
{
|
|
798
795
|
"type": "typography",
|
|
799
|
-
"
|
|
800
|
-
"
|
|
796
|
+
"content": "Fetching & summarizing...",
|
|
797
|
+
"variant": "h3"
|
|
801
798
|
},
|
|
802
799
|
{
|
|
803
800
|
"type": "spinner"
|
|
804
801
|
},
|
|
805
802
|
{
|
|
806
803
|
"type": "typography",
|
|
807
|
-
"
|
|
808
|
-
"
|
|
804
|
+
"content": "@entity.videoTitle",
|
|
805
|
+
"variant": "caption"
|
|
809
806
|
}
|
|
810
807
|
],
|
|
811
808
|
"direction": "vertical",
|
|
809
|
+
"type": "stack",
|
|
810
|
+
"align": "center",
|
|
812
811
|
"gap": "lg"
|
|
813
812
|
}
|
|
814
813
|
],
|
|
@@ -819,21 +818,22 @@
|
|
|
819
818
|
"href": "/research"
|
|
820
819
|
},
|
|
821
820
|
{
|
|
822
|
-
"label": "Cache",
|
|
823
821
|
"icon": "database",
|
|
822
|
+
"label": "Cache",
|
|
824
823
|
"href": "/cache"
|
|
825
824
|
},
|
|
826
825
|
{
|
|
827
|
-
"icon": "file-text",
|
|
828
826
|
"href": "/reports",
|
|
829
|
-
"label": "Reports"
|
|
827
|
+
"label": "Reports",
|
|
828
|
+
"icon": "file-text"
|
|
830
829
|
},
|
|
831
830
|
{
|
|
832
|
-
"href": "/knowledge",
|
|
833
831
|
"icon": "book-open",
|
|
832
|
+
"href": "/knowledge",
|
|
834
833
|
"label": "Knowledge"
|
|
835
834
|
}
|
|
836
835
|
],
|
|
836
|
+
"type": "dashboard-layout",
|
|
837
837
|
"appName": "ResearchAssistant"
|
|
838
838
|
}
|
|
839
839
|
]
|
|
@@ -853,85 +853,85 @@
|
|
|
853
853
|
"render-ui",
|
|
854
854
|
"main",
|
|
855
855
|
{
|
|
856
|
+
"appName": "ResearchAssistant",
|
|
856
857
|
"navItems": [
|
|
857
858
|
{
|
|
859
|
+
"href": "/research",
|
|
858
860
|
"icon": "search",
|
|
859
|
-
"label": "Research"
|
|
860
|
-
"href": "/research"
|
|
861
|
+
"label": "Research"
|
|
861
862
|
},
|
|
862
863
|
{
|
|
863
|
-
"icon": "database",
|
|
864
864
|
"label": "Cache",
|
|
865
|
-
"href": "/cache"
|
|
865
|
+
"href": "/cache",
|
|
866
|
+
"icon": "database"
|
|
866
867
|
},
|
|
867
868
|
{
|
|
868
|
-
"icon": "file-text",
|
|
869
869
|
"label": "Reports",
|
|
870
|
-
"href": "/reports"
|
|
870
|
+
"href": "/reports",
|
|
871
|
+
"icon": "file-text"
|
|
871
872
|
},
|
|
872
873
|
{
|
|
873
|
-
"icon": "book-open",
|
|
874
874
|
"href": "/knowledge",
|
|
875
|
-
"label": "Knowledge"
|
|
875
|
+
"label": "Knowledge",
|
|
876
|
+
"icon": "book-open"
|
|
876
877
|
}
|
|
877
878
|
],
|
|
878
|
-
"
|
|
879
|
+
"type": "dashboard-layout",
|
|
879
880
|
"children": [
|
|
880
881
|
{
|
|
881
|
-
"type": "stack",
|
|
882
882
|
"children": [
|
|
883
883
|
{
|
|
884
884
|
"align": "center",
|
|
885
|
-
"gap": "sm",
|
|
886
885
|
"children": [
|
|
887
886
|
{
|
|
888
|
-
"
|
|
889
|
-
"
|
|
887
|
+
"type": "icon",
|
|
888
|
+
"name": "search"
|
|
890
889
|
},
|
|
891
890
|
{
|
|
892
|
-
"
|
|
891
|
+
"type": "typography",
|
|
893
892
|
"variant": "h2",
|
|
894
|
-
"
|
|
893
|
+
"content": "Content Research"
|
|
895
894
|
}
|
|
896
895
|
],
|
|
897
|
-
"
|
|
898
|
-
"
|
|
896
|
+
"type": "stack",
|
|
897
|
+
"gap": "sm",
|
|
898
|
+
"direction": "horizontal"
|
|
899
899
|
},
|
|
900
900
|
{
|
|
901
901
|
"type": "divider"
|
|
902
902
|
},
|
|
903
903
|
{
|
|
904
|
+
"type": "card",
|
|
904
905
|
"children": [
|
|
905
906
|
{
|
|
906
907
|
"type": "stack",
|
|
908
|
+
"gap": "md",
|
|
907
909
|
"children": [
|
|
908
910
|
{
|
|
911
|
+
"type": "typography",
|
|
909
912
|
"variant": "body",
|
|
910
|
-
"content": "Search YouTube for content to summarize"
|
|
911
|
-
"type": "typography"
|
|
913
|
+
"content": "Search YouTube for content to summarize"
|
|
912
914
|
},
|
|
913
915
|
{
|
|
916
|
+
"type": "form-section",
|
|
914
917
|
"entity": "@entity",
|
|
918
|
+
"mode": "edit",
|
|
915
919
|
"fields": [
|
|
916
920
|
"query"
|
|
917
921
|
],
|
|
918
|
-
"mode": "edit",
|
|
919
|
-
"type": "form-section",
|
|
920
922
|
"submitEvent": "SEARCH"
|
|
921
923
|
}
|
|
922
924
|
],
|
|
923
|
-
"direction": "vertical"
|
|
924
|
-
"gap": "md"
|
|
925
|
+
"direction": "vertical"
|
|
925
926
|
}
|
|
926
|
-
]
|
|
927
|
-
"type": "card"
|
|
927
|
+
]
|
|
928
928
|
}
|
|
929
929
|
],
|
|
930
|
-
"
|
|
931
|
-
"direction": "vertical"
|
|
930
|
+
"type": "stack",
|
|
931
|
+
"direction": "vertical",
|
|
932
|
+
"gap": "lg"
|
|
932
933
|
}
|
|
933
|
-
]
|
|
934
|
-
"type": "dashboard-layout"
|
|
934
|
+
]
|
|
935
935
|
}
|
|
936
936
|
]
|
|
937
937
|
]
|
|
@@ -960,8 +960,8 @@
|
|
|
960
960
|
},
|
|
961
961
|
{
|
|
962
962
|
"emit": {
|
|
963
|
-
"
|
|
964
|
-
"
|
|
963
|
+
"failure": "ResearchLlmFailed",
|
|
964
|
+
"success": "ResearchLlmCompleted"
|
|
965
965
|
}
|
|
966
966
|
}
|
|
967
967
|
]
|
|
@@ -986,49 +986,25 @@
|
|
|
986
986
|
"render-ui",
|
|
987
987
|
"main",
|
|
988
988
|
{
|
|
989
|
-
"navItems": [
|
|
990
|
-
{
|
|
991
|
-
"label": "Research",
|
|
992
|
-
"href": "/research",
|
|
993
|
-
"icon": "search"
|
|
994
|
-
},
|
|
995
|
-
{
|
|
996
|
-
"label": "Cache",
|
|
997
|
-
"href": "/cache",
|
|
998
|
-
"icon": "database"
|
|
999
|
-
},
|
|
1000
|
-
{
|
|
1001
|
-
"href": "/reports",
|
|
1002
|
-
"label": "Reports",
|
|
1003
|
-
"icon": "file-text"
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
"label": "Knowledge",
|
|
1007
|
-
"href": "/knowledge",
|
|
1008
|
-
"icon": "book-open"
|
|
1009
|
-
}
|
|
1010
|
-
],
|
|
1011
|
-
"type": "dashboard-layout",
|
|
1012
989
|
"appName": "ResearchAssistant",
|
|
1013
990
|
"children": [
|
|
1014
991
|
{
|
|
1015
992
|
"gap": "lg",
|
|
1016
993
|
"type": "stack",
|
|
994
|
+
"direction": "vertical",
|
|
1017
995
|
"children": [
|
|
1018
996
|
{
|
|
1019
|
-
"direction": "horizontal",
|
|
1020
997
|
"type": "stack",
|
|
1021
|
-
"
|
|
998
|
+
"direction": "horizontal",
|
|
1022
999
|
"gap": "sm",
|
|
1000
|
+
"align": "center",
|
|
1023
1001
|
"justify": "between",
|
|
1024
1002
|
"children": [
|
|
1025
1003
|
{
|
|
1026
|
-
"align": "center",
|
|
1027
|
-
"gap": "sm",
|
|
1028
1004
|
"children": [
|
|
1029
1005
|
{
|
|
1030
|
-
"
|
|
1031
|
-
"
|
|
1006
|
+
"type": "icon",
|
|
1007
|
+
"name": "check-circle"
|
|
1032
1008
|
},
|
|
1033
1009
|
{
|
|
1034
1010
|
"variant": "h2",
|
|
@@ -1036,15 +1012,17 @@
|
|
|
1036
1012
|
"type": "typography"
|
|
1037
1013
|
}
|
|
1038
1014
|
],
|
|
1015
|
+
"direction": "horizontal",
|
|
1039
1016
|
"type": "stack",
|
|
1040
|
-
"
|
|
1017
|
+
"gap": "sm",
|
|
1018
|
+
"align": "center"
|
|
1041
1019
|
},
|
|
1042
1020
|
{
|
|
1043
|
-
"icon": "rotate-ccw",
|
|
1044
|
-
"variant": "ghost",
|
|
1045
1021
|
"action": "RESET",
|
|
1046
1022
|
"type": "button",
|
|
1047
|
-
"
|
|
1023
|
+
"icon": "rotate-ccw",
|
|
1024
|
+
"label": "New Search",
|
|
1025
|
+
"variant": "ghost"
|
|
1048
1026
|
}
|
|
1049
1027
|
]
|
|
1050
1028
|
},
|
|
@@ -1052,21 +1030,20 @@
|
|
|
1052
1030
|
"type": "divider"
|
|
1053
1031
|
},
|
|
1054
1032
|
{
|
|
1033
|
+
"type": "card",
|
|
1055
1034
|
"children": [
|
|
1056
1035
|
{
|
|
1057
|
-
"type": "stack",
|
|
1058
|
-
"gap": "md",
|
|
1059
1036
|
"direction": "vertical",
|
|
1060
1037
|
"children": [
|
|
1061
1038
|
{
|
|
1062
1039
|
"type": "stack",
|
|
1040
|
+
"direction": "horizontal",
|
|
1063
1041
|
"gap": "sm",
|
|
1064
1042
|
"align": "center",
|
|
1065
|
-
"direction": "horizontal",
|
|
1066
1043
|
"children": [
|
|
1067
1044
|
{
|
|
1068
|
-
"
|
|
1069
|
-
"
|
|
1045
|
+
"type": "icon",
|
|
1046
|
+
"name": "video"
|
|
1070
1047
|
},
|
|
1071
1048
|
{
|
|
1072
1049
|
"variant": "h3",
|
|
@@ -1088,13 +1065,36 @@
|
|
|
1088
1065
|
"type": "typography",
|
|
1089
1066
|
"variant": "body"
|
|
1090
1067
|
}
|
|
1091
|
-
]
|
|
1068
|
+
],
|
|
1069
|
+
"type": "stack",
|
|
1070
|
+
"gap": "md"
|
|
1092
1071
|
}
|
|
1093
|
-
]
|
|
1094
|
-
"type": "card"
|
|
1072
|
+
]
|
|
1095
1073
|
}
|
|
1096
|
-
]
|
|
1097
|
-
|
|
1074
|
+
]
|
|
1075
|
+
}
|
|
1076
|
+
],
|
|
1077
|
+
"type": "dashboard-layout",
|
|
1078
|
+
"navItems": [
|
|
1079
|
+
{
|
|
1080
|
+
"icon": "search",
|
|
1081
|
+
"href": "/research",
|
|
1082
|
+
"label": "Research"
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"icon": "database",
|
|
1086
|
+
"href": "/cache",
|
|
1087
|
+
"label": "Cache"
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"label": "Reports",
|
|
1091
|
+
"href": "/reports",
|
|
1092
|
+
"icon": "file-text"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"icon": "book-open",
|
|
1096
|
+
"href": "/knowledge",
|
|
1097
|
+
"label": "Knowledge"
|
|
1098
1098
|
}
|
|
1099
1099
|
]
|
|
1100
1100
|
}
|
|
@@ -1121,60 +1121,60 @@
|
|
|
1121
1121
|
"main",
|
|
1122
1122
|
{
|
|
1123
1123
|
"type": "dashboard-layout",
|
|
1124
|
+
"navItems": [
|
|
1125
|
+
{
|
|
1126
|
+
"label": "Research",
|
|
1127
|
+
"href": "/research",
|
|
1128
|
+
"icon": "search"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"href": "/cache",
|
|
1132
|
+
"icon": "database",
|
|
1133
|
+
"label": "Cache"
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"label": "Reports",
|
|
1137
|
+
"icon": "file-text",
|
|
1138
|
+
"href": "/reports"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"label": "Knowledge",
|
|
1142
|
+
"icon": "book-open",
|
|
1143
|
+
"href": "/knowledge"
|
|
1144
|
+
}
|
|
1145
|
+
],
|
|
1124
1146
|
"children": [
|
|
1125
1147
|
{
|
|
1126
|
-
"gap": "lg",
|
|
1127
|
-
"align": "center",
|
|
1128
1148
|
"type": "stack",
|
|
1129
|
-
"direction": "vertical",
|
|
1130
1149
|
"children": [
|
|
1131
1150
|
{
|
|
1132
1151
|
"name": "alert-triangle",
|
|
1133
1152
|
"type": "icon"
|
|
1134
1153
|
},
|
|
1135
1154
|
{
|
|
1136
|
-
"variant": "h2",
|
|
1137
1155
|
"content": "Pipeline Error",
|
|
1138
|
-
"type": "typography"
|
|
1156
|
+
"type": "typography",
|
|
1157
|
+
"variant": "h2"
|
|
1139
1158
|
},
|
|
1140
1159
|
{
|
|
1141
|
-
"
|
|
1160
|
+
"variant": "error",
|
|
1142
1161
|
"type": "alert",
|
|
1143
|
-
"
|
|
1162
|
+
"message": "@entity.error"
|
|
1144
1163
|
},
|
|
1145
1164
|
{
|
|
1146
1165
|
"icon": "rotate-ccw",
|
|
1166
|
+
"type": "button",
|
|
1147
1167
|
"action": "RESET",
|
|
1148
|
-
"label": "Try Again",
|
|
1149
1168
|
"variant": "primary",
|
|
1150
|
-
"
|
|
1169
|
+
"label": "Try Again"
|
|
1151
1170
|
}
|
|
1152
|
-
]
|
|
1171
|
+
],
|
|
1172
|
+
"gap": "lg",
|
|
1173
|
+
"align": "center",
|
|
1174
|
+
"direction": "vertical"
|
|
1153
1175
|
}
|
|
1154
1176
|
],
|
|
1155
|
-
"appName": "ResearchAssistant"
|
|
1156
|
-
"navItems": [
|
|
1157
|
-
{
|
|
1158
|
-
"href": "/research",
|
|
1159
|
-
"label": "Research",
|
|
1160
|
-
"icon": "search"
|
|
1161
|
-
},
|
|
1162
|
-
{
|
|
1163
|
-
"label": "Cache",
|
|
1164
|
-
"href": "/cache",
|
|
1165
|
-
"icon": "database"
|
|
1166
|
-
},
|
|
1167
|
-
{
|
|
1168
|
-
"href": "/reports",
|
|
1169
|
-
"icon": "file-text",
|
|
1170
|
-
"label": "Reports"
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
"label": "Knowledge",
|
|
1174
|
-
"href": "/knowledge",
|
|
1175
|
-
"icon": "book-open"
|
|
1176
|
-
}
|
|
1177
|
-
]
|
|
1177
|
+
"appName": "ResearchAssistant"
|
|
1178
1178
|
}
|
|
1179
1179
|
]
|
|
1180
1180
|
]
|
|
@@ -1213,27 +1213,27 @@
|
|
|
1213
1213
|
"render-ui",
|
|
1214
1214
|
"main",
|
|
1215
1215
|
{
|
|
1216
|
+
"appName": "ResearchAssistant",
|
|
1217
|
+
"type": "dashboard-layout",
|
|
1216
1218
|
"children": [
|
|
1217
1219
|
{
|
|
1218
|
-
"gap": "lg",
|
|
1219
|
-
"type": "stack",
|
|
1220
1220
|
"children": [
|
|
1221
1221
|
{
|
|
1222
|
+
"type": "stack",
|
|
1222
1223
|
"direction": "horizontal",
|
|
1223
|
-
"gap": "sm",
|
|
1224
1224
|
"children": [
|
|
1225
1225
|
{
|
|
1226
1226
|
"type": "icon",
|
|
1227
1227
|
"name": "search"
|
|
1228
1228
|
},
|
|
1229
1229
|
{
|
|
1230
|
-
"variant": "h2",
|
|
1231
1230
|
"type": "typography",
|
|
1231
|
+
"variant": "h2",
|
|
1232
1232
|
"content": "Content Research"
|
|
1233
1233
|
}
|
|
1234
1234
|
],
|
|
1235
1235
|
"align": "center",
|
|
1236
|
-
"
|
|
1236
|
+
"gap": "sm"
|
|
1237
1237
|
},
|
|
1238
1238
|
{
|
|
1239
1239
|
"type": "divider"
|
|
@@ -1245,51 +1245,51 @@
|
|
|
1245
1245
|
"direction": "vertical",
|
|
1246
1246
|
"children": [
|
|
1247
1247
|
{
|
|
1248
|
-
"content": "Search YouTube for content to summarize",
|
|
1249
1248
|
"variant": "body",
|
|
1249
|
+
"content": "Search YouTube for content to summarize",
|
|
1250
1250
|
"type": "typography"
|
|
1251
1251
|
},
|
|
1252
1252
|
{
|
|
1253
|
-
"submitEvent": "SEARCH",
|
|
1254
|
-
"type": "form-section",
|
|
1255
|
-
"mode": "edit",
|
|
1256
|
-
"entity": "@entity",
|
|
1257
1253
|
"fields": [
|
|
1258
1254
|
"query"
|
|
1259
|
-
]
|
|
1255
|
+
],
|
|
1256
|
+
"type": "form-section",
|
|
1257
|
+
"submitEvent": "SEARCH",
|
|
1258
|
+
"entity": "@entity",
|
|
1259
|
+
"mode": "edit"
|
|
1260
1260
|
}
|
|
1261
1261
|
],
|
|
1262
|
-
"
|
|
1263
|
-
"
|
|
1262
|
+
"type": "stack",
|
|
1263
|
+
"gap": "md"
|
|
1264
1264
|
}
|
|
1265
1265
|
]
|
|
1266
1266
|
}
|
|
1267
1267
|
],
|
|
1268
|
-
"
|
|
1268
|
+
"type": "stack",
|
|
1269
|
+
"direction": "vertical",
|
|
1270
|
+
"gap": "lg"
|
|
1269
1271
|
}
|
|
1270
1272
|
],
|
|
1271
|
-
"type": "dashboard-layout",
|
|
1272
|
-
"appName": "ResearchAssistant",
|
|
1273
1273
|
"navItems": [
|
|
1274
1274
|
{
|
|
1275
|
-
"label": "Research",
|
|
1276
1275
|
"href": "/research",
|
|
1277
|
-
"icon": "search"
|
|
1276
|
+
"icon": "search",
|
|
1277
|
+
"label": "Research"
|
|
1278
1278
|
},
|
|
1279
1279
|
{
|
|
1280
|
-
"
|
|
1280
|
+
"label": "Cache",
|
|
1281
1281
|
"icon": "database",
|
|
1282
|
-
"
|
|
1282
|
+
"href": "/cache"
|
|
1283
1283
|
},
|
|
1284
1284
|
{
|
|
1285
|
-
"icon": "file-text",
|
|
1286
1285
|
"label": "Reports",
|
|
1287
|
-
"href": "/reports"
|
|
1286
|
+
"href": "/reports",
|
|
1287
|
+
"icon": "file-text"
|
|
1288
1288
|
},
|
|
1289
1289
|
{
|
|
1290
|
+
"icon": "book-open",
|
|
1290
1291
|
"href": "/knowledge",
|
|
1291
|
-
"label": "Knowledge"
|
|
1292
|
-
"icon": "book-open"
|
|
1292
|
+
"label": "Knowledge"
|
|
1293
1293
|
}
|
|
1294
1294
|
]
|
|
1295
1295
|
}
|
|
@@ -1315,85 +1315,85 @@
|
|
|
1315
1315
|
"render-ui",
|
|
1316
1316
|
"main",
|
|
1317
1317
|
{
|
|
1318
|
+
"type": "dashboard-layout",
|
|
1318
1319
|
"navItems": [
|
|
1319
1320
|
{
|
|
1320
1321
|
"icon": "search",
|
|
1321
|
-
"
|
|
1322
|
-
"
|
|
1322
|
+
"label": "Research",
|
|
1323
|
+
"href": "/research"
|
|
1323
1324
|
},
|
|
1324
1325
|
{
|
|
1326
|
+
"href": "/cache",
|
|
1325
1327
|
"icon": "database",
|
|
1326
|
-
"label": "Cache"
|
|
1327
|
-
"href": "/cache"
|
|
1328
|
+
"label": "Cache"
|
|
1328
1329
|
},
|
|
1329
1330
|
{
|
|
1331
|
+
"icon": "file-text",
|
|
1330
1332
|
"href": "/reports",
|
|
1331
|
-
"label": "Reports"
|
|
1332
|
-
"icon": "file-text"
|
|
1333
|
+
"label": "Reports"
|
|
1333
1334
|
},
|
|
1334
1335
|
{
|
|
1336
|
+
"icon": "book-open",
|
|
1335
1337
|
"label": "Knowledge",
|
|
1336
|
-
"href": "/knowledge"
|
|
1337
|
-
"icon": "book-open"
|
|
1338
|
+
"href": "/knowledge"
|
|
1338
1339
|
}
|
|
1339
1340
|
],
|
|
1340
1341
|
"children": [
|
|
1341
1342
|
{
|
|
1342
|
-
"type": "stack",
|
|
1343
1343
|
"direction": "vertical",
|
|
1344
1344
|
"gap": "lg",
|
|
1345
|
+
"type": "stack",
|
|
1345
1346
|
"children": [
|
|
1346
1347
|
{
|
|
1347
|
-
"gap": "sm",
|
|
1348
1348
|
"children": [
|
|
1349
1349
|
{
|
|
1350
1350
|
"name": "search",
|
|
1351
1351
|
"type": "icon"
|
|
1352
1352
|
},
|
|
1353
1353
|
{
|
|
1354
|
-
"content": "Content Research",
|
|
1355
1354
|
"type": "typography",
|
|
1356
|
-
"variant": "h2"
|
|
1355
|
+
"variant": "h2",
|
|
1356
|
+
"content": "Content Research"
|
|
1357
1357
|
}
|
|
1358
1358
|
],
|
|
1359
|
+
"type": "stack",
|
|
1359
1360
|
"direction": "horizontal",
|
|
1360
|
-
"
|
|
1361
|
-
"
|
|
1361
|
+
"gap": "sm",
|
|
1362
|
+
"align": "center"
|
|
1362
1363
|
},
|
|
1363
1364
|
{
|
|
1364
1365
|
"type": "divider"
|
|
1365
1366
|
},
|
|
1366
1367
|
{
|
|
1368
|
+
"type": "card",
|
|
1367
1369
|
"children": [
|
|
1368
1370
|
{
|
|
1369
1371
|
"direction": "vertical",
|
|
1370
|
-
"type": "stack",
|
|
1371
1372
|
"gap": "md",
|
|
1372
1373
|
"children": [
|
|
1373
1374
|
{
|
|
1374
|
-
"type": "typography",
|
|
1375
1375
|
"content": "Search YouTube for content to summarize",
|
|
1376
|
-
"variant": "body"
|
|
1376
|
+
"variant": "body",
|
|
1377
|
+
"type": "typography"
|
|
1377
1378
|
},
|
|
1378
1379
|
{
|
|
1380
|
+
"type": "form-section",
|
|
1381
|
+
"submitEvent": "SEARCH",
|
|
1379
1382
|
"entity": "@entity",
|
|
1383
|
+
"mode": "edit",
|
|
1380
1384
|
"fields": [
|
|
1381
1385
|
"query"
|
|
1382
|
-
]
|
|
1383
|
-
"submitEvent": "SEARCH",
|
|
1384
|
-
"mode": "edit",
|
|
1385
|
-
"type": "form-section"
|
|
1386
|
+
]
|
|
1386
1387
|
}
|
|
1387
|
-
]
|
|
1388
|
+
],
|
|
1389
|
+
"type": "stack"
|
|
1388
1390
|
}
|
|
1389
|
-
]
|
|
1390
|
-
"type": "card"
|
|
1391
|
+
]
|
|
1391
1392
|
}
|
|
1392
1393
|
]
|
|
1393
1394
|
}
|
|
1394
1395
|
],
|
|
1395
|
-
"appName": "ResearchAssistant"
|
|
1396
|
-
"type": "dashboard-layout"
|
|
1396
|
+
"appName": "ResearchAssistant"
|
|
1397
1397
|
}
|
|
1398
1398
|
]
|
|
1399
1399
|
]
|
|
@@ -1627,8 +1627,8 @@
|
|
|
1627
1627
|
"CacheEntry",
|
|
1628
1628
|
{
|
|
1629
1629
|
"emit": {
|
|
1630
|
-
"
|
|
1631
|
-
"
|
|
1630
|
+
"failure": "CacheEntryLoadFailed",
|
|
1631
|
+
"success": "CacheEntryLoaded"
|
|
1632
1632
|
}
|
|
1633
1633
|
}
|
|
1634
1634
|
],
|
|
@@ -1636,109 +1636,109 @@
|
|
|
1636
1636
|
"render-ui",
|
|
1637
1637
|
"main",
|
|
1638
1638
|
{
|
|
1639
|
-
"
|
|
1640
|
-
"children": [
|
|
1639
|
+
"navItems": [
|
|
1641
1640
|
{
|
|
1642
|
-
"
|
|
1643
|
-
"
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1641
|
+
"label": "Research",
|
|
1642
|
+
"icon": "search",
|
|
1643
|
+
"href": "/research"
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"label": "Cache",
|
|
1647
|
+
"href": "/cache",
|
|
1648
|
+
"icon": "database"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"href": "/reports",
|
|
1652
|
+
"label": "Reports",
|
|
1653
|
+
"icon": "file-text"
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"label": "Knowledge",
|
|
1657
|
+
"icon": "book-open",
|
|
1658
|
+
"href": "/knowledge"
|
|
1659
|
+
}
|
|
1660
|
+
],
|
|
1661
|
+
"children": [
|
|
1662
|
+
{
|
|
1663
|
+
"type": "stack",
|
|
1664
|
+
"direction": "vertical",
|
|
1665
|
+
"align": "center",
|
|
1666
|
+
"children": [
|
|
1667
|
+
{
|
|
1668
|
+
"children": [
|
|
1669
|
+
{
|
|
1670
|
+
"name": "database",
|
|
1671
|
+
"type": "icon"
|
|
1650
1672
|
},
|
|
1651
1673
|
{
|
|
1652
|
-
"content": "Redis Cache",
|
|
1653
1674
|
"variant": "h2",
|
|
1654
|
-
"type": "typography"
|
|
1675
|
+
"type": "typography",
|
|
1676
|
+
"content": "Redis Cache"
|
|
1655
1677
|
}
|
|
1656
1678
|
],
|
|
1679
|
+
"align": "center",
|
|
1657
1680
|
"direction": "horizontal",
|
|
1658
1681
|
"type": "stack",
|
|
1659
|
-
"
|
|
1682
|
+
"gap": "md"
|
|
1660
1683
|
},
|
|
1661
1684
|
{
|
|
1662
1685
|
"type": "divider"
|
|
1663
1686
|
},
|
|
1664
1687
|
{
|
|
1665
|
-
"direction": "vertical",
|
|
1666
|
-
"type": "stack",
|
|
1667
|
-
"gap": "md",
|
|
1668
1688
|
"children": [
|
|
1669
1689
|
{
|
|
1670
1690
|
"type": "input",
|
|
1671
1691
|
"placeholder": "cache-key"
|
|
1672
1692
|
},
|
|
1673
1693
|
{
|
|
1674
|
-
"
|
|
1675
|
-
"
|
|
1694
|
+
"type": "input",
|
|
1695
|
+
"placeholder": "cache-value"
|
|
1676
1696
|
},
|
|
1677
1697
|
{
|
|
1678
1698
|
"inputType": "number",
|
|
1679
1699
|
"type": "input",
|
|
1680
1700
|
"placeholder": "3600"
|
|
1681
1701
|
}
|
|
1682
|
-
]
|
|
1702
|
+
],
|
|
1703
|
+
"direction": "vertical",
|
|
1704
|
+
"type": "stack",
|
|
1705
|
+
"gap": "md"
|
|
1683
1706
|
},
|
|
1684
1707
|
{
|
|
1708
|
+
"gap": "sm",
|
|
1709
|
+
"direction": "horizontal",
|
|
1710
|
+
"type": "stack",
|
|
1685
1711
|
"children": [
|
|
1686
1712
|
{
|
|
1713
|
+
"variant": "primary",
|
|
1687
1714
|
"type": "button",
|
|
1688
1715
|
"label": "Get",
|
|
1689
1716
|
"action": "GET_KEY",
|
|
1690
|
-
"variant": "primary",
|
|
1691
1717
|
"icon": "download"
|
|
1692
1718
|
},
|
|
1693
1719
|
{
|
|
1720
|
+
"label": "Set",
|
|
1694
1721
|
"variant": "primary",
|
|
1695
1722
|
"icon": "upload",
|
|
1696
1723
|
"type": "button",
|
|
1697
|
-
"action": "SET_KEY"
|
|
1698
|
-
"label": "Set"
|
|
1724
|
+
"action": "SET_KEY"
|
|
1699
1725
|
},
|
|
1700
1726
|
{
|
|
1727
|
+
"icon": "trash-2",
|
|
1701
1728
|
"label": "Delete",
|
|
1702
|
-
"type": "button",
|
|
1703
|
-
"variant": "danger",
|
|
1704
1729
|
"action": "DELETE_KEY",
|
|
1705
|
-
"
|
|
1730
|
+
"type": "button",
|
|
1731
|
+
"variant": "danger"
|
|
1706
1732
|
}
|
|
1707
1733
|
],
|
|
1708
|
-
"
|
|
1709
|
-
"justify": "center",
|
|
1710
|
-
"type": "stack",
|
|
1711
|
-
"direction": "horizontal"
|
|
1734
|
+
"justify": "center"
|
|
1712
1735
|
}
|
|
1713
1736
|
],
|
|
1714
|
-
"gap": "lg"
|
|
1715
|
-
"direction": "vertical",
|
|
1716
|
-
"type": "stack"
|
|
1737
|
+
"gap": "lg"
|
|
1717
1738
|
}
|
|
1718
1739
|
],
|
|
1719
1740
|
"type": "dashboard-layout",
|
|
1720
|
-
"
|
|
1721
|
-
{
|
|
1722
|
-
"href": "/research",
|
|
1723
|
-
"icon": "search",
|
|
1724
|
-
"label": "Research"
|
|
1725
|
-
},
|
|
1726
|
-
{
|
|
1727
|
-
"href": "/cache",
|
|
1728
|
-
"label": "Cache",
|
|
1729
|
-
"icon": "database"
|
|
1730
|
-
},
|
|
1731
|
-
{
|
|
1732
|
-
"icon": "file-text",
|
|
1733
|
-
"href": "/reports",
|
|
1734
|
-
"label": "Reports"
|
|
1735
|
-
},
|
|
1736
|
-
{
|
|
1737
|
-
"icon": "book-open",
|
|
1738
|
-
"href": "/knowledge",
|
|
1739
|
-
"label": "Knowledge"
|
|
1740
|
-
}
|
|
1741
|
-
]
|
|
1741
|
+
"appName": "ResearchAssistant"
|
|
1742
1742
|
}
|
|
1743
1743
|
]
|
|
1744
1744
|
]
|
|
@@ -1752,37 +1752,37 @@
|
|
|
1752
1752
|
"render-ui",
|
|
1753
1753
|
"main",
|
|
1754
1754
|
{
|
|
1755
|
+
"children": [
|
|
1756
|
+
{
|
|
1757
|
+
"type": "loading-state",
|
|
1758
|
+
"title": "Executing...",
|
|
1759
|
+
"message": "Running redis operation..."
|
|
1760
|
+
}
|
|
1761
|
+
],
|
|
1755
1762
|
"navItems": [
|
|
1756
1763
|
{
|
|
1757
|
-
"href": "/research",
|
|
1758
1764
|
"icon": "search",
|
|
1765
|
+
"href": "/research",
|
|
1759
1766
|
"label": "Research"
|
|
1760
1767
|
},
|
|
1761
1768
|
{
|
|
1769
|
+
"icon": "database",
|
|
1762
1770
|
"href": "/cache",
|
|
1763
|
-
"label": "Cache"
|
|
1764
|
-
"icon": "database"
|
|
1771
|
+
"label": "Cache"
|
|
1765
1772
|
},
|
|
1766
1773
|
{
|
|
1767
|
-
"
|
|
1774
|
+
"href": "/reports",
|
|
1768
1775
|
"icon": "file-text",
|
|
1769
|
-
"
|
|
1776
|
+
"label": "Reports"
|
|
1770
1777
|
},
|
|
1771
1778
|
{
|
|
1772
|
-
"
|
|
1779
|
+
"href": "/knowledge",
|
|
1773
1780
|
"label": "Knowledge",
|
|
1774
|
-
"
|
|
1775
|
-
}
|
|
1776
|
-
],
|
|
1777
|
-
"type": "dashboard-layout",
|
|
1778
|
-
"children": [
|
|
1779
|
-
{
|
|
1780
|
-
"type": "loading-state",
|
|
1781
|
-
"title": "Executing...",
|
|
1782
|
-
"message": "Running redis operation..."
|
|
1781
|
+
"icon": "book-open"
|
|
1783
1782
|
}
|
|
1784
1783
|
],
|
|
1785
|
-
"appName": "ResearchAssistant"
|
|
1784
|
+
"appName": "ResearchAssistant",
|
|
1785
|
+
"type": "dashboard-layout"
|
|
1786
1786
|
}
|
|
1787
1787
|
],
|
|
1788
1788
|
[
|
|
@@ -1794,8 +1794,8 @@
|
|
|
1794
1794
|
},
|
|
1795
1795
|
{
|
|
1796
1796
|
"emit": {
|
|
1797
|
-
"
|
|
1798
|
-
"
|
|
1797
|
+
"success": "ResearchRedisCompleted",
|
|
1798
|
+
"failure": "ResearchRedisFailed"
|
|
1799
1799
|
}
|
|
1800
1800
|
}
|
|
1801
1801
|
]
|
|
@@ -1810,37 +1810,37 @@
|
|
|
1810
1810
|
"render-ui",
|
|
1811
1811
|
"main",
|
|
1812
1812
|
{
|
|
1813
|
+
"appName": "ResearchAssistant",
|
|
1814
|
+
"type": "dashboard-layout",
|
|
1815
|
+
"children": [
|
|
1816
|
+
{
|
|
1817
|
+
"message": "Running redis operation...",
|
|
1818
|
+
"type": "loading-state",
|
|
1819
|
+
"title": "Executing..."
|
|
1820
|
+
}
|
|
1821
|
+
],
|
|
1813
1822
|
"navItems": [
|
|
1814
1823
|
{
|
|
1824
|
+
"href": "/research",
|
|
1815
1825
|
"icon": "search",
|
|
1816
|
-
"label": "Research"
|
|
1817
|
-
"href": "/research"
|
|
1826
|
+
"label": "Research"
|
|
1818
1827
|
},
|
|
1819
1828
|
{
|
|
1829
|
+
"icon": "database",
|
|
1820
1830
|
"href": "/cache",
|
|
1821
|
-
"label": "Cache"
|
|
1822
|
-
"icon": "database"
|
|
1831
|
+
"label": "Cache"
|
|
1823
1832
|
},
|
|
1824
1833
|
{
|
|
1825
|
-
"
|
|
1834
|
+
"label": "Reports",
|
|
1826
1835
|
"href": "/reports",
|
|
1827
|
-
"
|
|
1836
|
+
"icon": "file-text"
|
|
1828
1837
|
},
|
|
1829
1838
|
{
|
|
1830
|
-
"label": "Knowledge",
|
|
1831
1839
|
"href": "/knowledge",
|
|
1832
|
-
"icon": "book-open"
|
|
1833
|
-
|
|
1834
|
-
],
|
|
1835
|
-
"children": [
|
|
1836
|
-
{
|
|
1837
|
-
"title": "Executing...",
|
|
1838
|
-
"message": "Running redis operation...",
|
|
1839
|
-
"type": "loading-state"
|
|
1840
|
+
"icon": "book-open",
|
|
1841
|
+
"label": "Knowledge"
|
|
1840
1842
|
}
|
|
1841
|
-
]
|
|
1842
|
-
"appName": "ResearchAssistant",
|
|
1843
|
-
"type": "dashboard-layout"
|
|
1843
|
+
]
|
|
1844
1844
|
}
|
|
1845
1845
|
],
|
|
1846
1846
|
[
|
|
@@ -1848,9 +1848,9 @@
|
|
|
1848
1848
|
"redis",
|
|
1849
1849
|
"set",
|
|
1850
1850
|
{
|
|
1851
|
+
"key": "@entity.key",
|
|
1851
1852
|
"value": "@entity.value",
|
|
1852
|
-
"ttl": "@entity.ttl"
|
|
1853
|
-
"key": "@entity.key"
|
|
1853
|
+
"ttl": "@entity.ttl"
|
|
1854
1854
|
},
|
|
1855
1855
|
{
|
|
1856
1856
|
"emit": {
|
|
@@ -1870,15 +1870,6 @@
|
|
|
1870
1870
|
"render-ui",
|
|
1871
1871
|
"main",
|
|
1872
1872
|
{
|
|
1873
|
-
"appName": "ResearchAssistant",
|
|
1874
|
-
"children": [
|
|
1875
|
-
{
|
|
1876
|
-
"type": "loading-state",
|
|
1877
|
-
"title": "Executing...",
|
|
1878
|
-
"message": "Running redis operation..."
|
|
1879
|
-
}
|
|
1880
|
-
],
|
|
1881
|
-
"type": "dashboard-layout",
|
|
1882
1873
|
"navItems": [
|
|
1883
1874
|
{
|
|
1884
1875
|
"label": "Research",
|
|
@@ -1886,21 +1877,30 @@
|
|
|
1886
1877
|
"icon": "search"
|
|
1887
1878
|
},
|
|
1888
1879
|
{
|
|
1880
|
+
"icon": "database",
|
|
1889
1881
|
"label": "Cache",
|
|
1890
|
-
"href": "/cache"
|
|
1891
|
-
"icon": "database"
|
|
1882
|
+
"href": "/cache"
|
|
1892
1883
|
},
|
|
1893
1884
|
{
|
|
1894
1885
|
"href": "/reports",
|
|
1895
|
-
"
|
|
1896
|
-
"
|
|
1886
|
+
"label": "Reports",
|
|
1887
|
+
"icon": "file-text"
|
|
1897
1888
|
},
|
|
1898
1889
|
{
|
|
1890
|
+
"href": "/knowledge",
|
|
1899
1891
|
"label": "Knowledge",
|
|
1900
|
-
"icon": "book-open"
|
|
1901
|
-
"href": "/knowledge"
|
|
1892
|
+
"icon": "book-open"
|
|
1902
1893
|
}
|
|
1903
|
-
]
|
|
1894
|
+
],
|
|
1895
|
+
"children": [
|
|
1896
|
+
{
|
|
1897
|
+
"title": "Executing...",
|
|
1898
|
+
"message": "Running redis operation...",
|
|
1899
|
+
"type": "loading-state"
|
|
1900
|
+
}
|
|
1901
|
+
],
|
|
1902
|
+
"type": "dashboard-layout",
|
|
1903
|
+
"appName": "ResearchAssistant"
|
|
1904
1904
|
}
|
|
1905
1905
|
],
|
|
1906
1906
|
[
|
|
@@ -1933,6 +1933,7 @@
|
|
|
1933
1933
|
"render-ui",
|
|
1934
1934
|
"main",
|
|
1935
1935
|
{
|
|
1936
|
+
"appName": "ResearchAssistant",
|
|
1936
1937
|
"navItems": [
|
|
1937
1938
|
{
|
|
1938
1939
|
"icon": "search",
|
|
@@ -1940,26 +1941,24 @@
|
|
|
1940
1941
|
"label": "Research"
|
|
1941
1942
|
},
|
|
1942
1943
|
{
|
|
1943
|
-
"label": "Cache",
|
|
1944
1944
|
"href": "/cache",
|
|
1945
|
-
"icon": "database"
|
|
1945
|
+
"icon": "database",
|
|
1946
|
+
"label": "Cache"
|
|
1946
1947
|
},
|
|
1947
1948
|
{
|
|
1949
|
+
"href": "/reports",
|
|
1948
1950
|
"icon": "file-text",
|
|
1949
|
-
"label": "Reports"
|
|
1950
|
-
"href": "/reports"
|
|
1951
|
+
"label": "Reports"
|
|
1951
1952
|
},
|
|
1952
1953
|
{
|
|
1953
1954
|
"label": "Knowledge",
|
|
1954
|
-
"
|
|
1955
|
-
"
|
|
1955
|
+
"href": "/knowledge",
|
|
1956
|
+
"icon": "book-open"
|
|
1956
1957
|
}
|
|
1957
1958
|
],
|
|
1958
1959
|
"type": "dashboard-layout",
|
|
1959
1960
|
"children": [
|
|
1960
1961
|
{
|
|
1961
|
-
"align": "center",
|
|
1962
|
-
"type": "stack",
|
|
1963
1962
|
"direction": "vertical",
|
|
1964
1963
|
"children": [
|
|
1965
1964
|
{
|
|
@@ -1972,23 +1971,24 @@
|
|
|
1972
1971
|
"message": "Operation complete"
|
|
1973
1972
|
},
|
|
1974
1973
|
{
|
|
1975
|
-
"content": "@entity.result",
|
|
1976
1974
|
"type": "typography",
|
|
1977
|
-
"
|
|
1978
|
-
"color": "muted"
|
|
1975
|
+
"content": "@entity.result",
|
|
1976
|
+
"color": "muted",
|
|
1977
|
+
"variant": "body"
|
|
1979
1978
|
},
|
|
1980
1979
|
{
|
|
1981
|
-
"action": "RESET",
|
|
1982
1980
|
"icon": "rotate-ccw",
|
|
1983
|
-
"variant": "ghost",
|
|
1984
1981
|
"type": "button",
|
|
1985
|
-
"label": "Reset"
|
|
1982
|
+
"label": "Reset",
|
|
1983
|
+
"action": "RESET",
|
|
1984
|
+
"variant": "ghost"
|
|
1986
1985
|
}
|
|
1987
1986
|
],
|
|
1987
|
+
"type": "stack",
|
|
1988
|
+
"align": "center",
|
|
1988
1989
|
"gap": "lg"
|
|
1989
1990
|
}
|
|
1990
|
-
]
|
|
1991
|
-
"appName": "ResearchAssistant"
|
|
1991
|
+
]
|
|
1992
1992
|
}
|
|
1993
1993
|
]
|
|
1994
1994
|
]
|
|
@@ -2011,34 +2011,34 @@
|
|
|
2011
2011
|
{
|
|
2012
2012
|
"onRetry": "RESET",
|
|
2013
2013
|
"type": "error-state",
|
|
2014
|
-
"
|
|
2015
|
-
"
|
|
2014
|
+
"title": "Redis Error",
|
|
2015
|
+
"message": "@entity.error"
|
|
2016
2016
|
}
|
|
2017
2017
|
],
|
|
2018
2018
|
"type": "dashboard-layout",
|
|
2019
|
-
"appName": "ResearchAssistant",
|
|
2020
2019
|
"navItems": [
|
|
2021
2020
|
{
|
|
2022
|
-
"label": "Research",
|
|
2023
2021
|
"href": "/research",
|
|
2024
|
-
"icon": "search"
|
|
2022
|
+
"icon": "search",
|
|
2023
|
+
"label": "Research"
|
|
2025
2024
|
},
|
|
2026
2025
|
{
|
|
2027
2026
|
"icon": "database",
|
|
2028
|
-
"
|
|
2029
|
-
"
|
|
2027
|
+
"href": "/cache",
|
|
2028
|
+
"label": "Cache"
|
|
2030
2029
|
},
|
|
2031
2030
|
{
|
|
2032
|
-
"
|
|
2031
|
+
"icon": "file-text",
|
|
2033
2032
|
"label": "Reports",
|
|
2034
|
-
"
|
|
2033
|
+
"href": "/reports"
|
|
2035
2034
|
},
|
|
2036
2035
|
{
|
|
2037
2036
|
"icon": "book-open",
|
|
2038
|
-
"
|
|
2039
|
-
"
|
|
2037
|
+
"label": "Knowledge",
|
|
2038
|
+
"href": "/knowledge"
|
|
2040
2039
|
}
|
|
2041
|
-
]
|
|
2040
|
+
],
|
|
2041
|
+
"appName": "ResearchAssistant"
|
|
2042
2042
|
}
|
|
2043
2043
|
]
|
|
2044
2044
|
]
|
|
@@ -2052,35 +2052,14 @@
|
|
|
2052
2052
|
"render-ui",
|
|
2053
2053
|
"main",
|
|
2054
2054
|
{
|
|
2055
|
-
"appName": "ResearchAssistant",
|
|
2056
2055
|
"type": "dashboard-layout",
|
|
2057
|
-
"
|
|
2058
|
-
{
|
|
2059
|
-
"icon": "search",
|
|
2060
|
-
"label": "Research",
|
|
2061
|
-
"href": "/research"
|
|
2062
|
-
},
|
|
2063
|
-
{
|
|
2064
|
-
"label": "Cache",
|
|
2065
|
-
"href": "/cache",
|
|
2066
|
-
"icon": "database"
|
|
2067
|
-
},
|
|
2068
|
-
{
|
|
2069
|
-
"label": "Reports",
|
|
2070
|
-
"icon": "file-text",
|
|
2071
|
-
"href": "/reports"
|
|
2072
|
-
},
|
|
2073
|
-
{
|
|
2074
|
-
"href": "/knowledge",
|
|
2075
|
-
"label": "Knowledge",
|
|
2076
|
-
"icon": "book-open"
|
|
2077
|
-
}
|
|
2078
|
-
],
|
|
2056
|
+
"appName": "ResearchAssistant",
|
|
2079
2057
|
"children": [
|
|
2080
2058
|
{
|
|
2059
|
+
"direction": "vertical",
|
|
2060
|
+
"type": "stack",
|
|
2081
2061
|
"children": [
|
|
2082
2062
|
{
|
|
2083
|
-
"type": "stack",
|
|
2084
2063
|
"children": [
|
|
2085
2064
|
{
|
|
2086
2065
|
"name": "database",
|
|
@@ -2088,20 +2067,22 @@
|
|
|
2088
2067
|
},
|
|
2089
2068
|
{
|
|
2090
2069
|
"type": "typography",
|
|
2091
|
-
"
|
|
2092
|
-
"
|
|
2070
|
+
"content": "Redis Cache",
|
|
2071
|
+
"variant": "h2"
|
|
2093
2072
|
}
|
|
2094
2073
|
],
|
|
2095
|
-
"
|
|
2074
|
+
"type": "stack",
|
|
2075
|
+
"direction": "horizontal",
|
|
2096
2076
|
"gap": "md",
|
|
2097
|
-
"
|
|
2077
|
+
"align": "center"
|
|
2098
2078
|
},
|
|
2099
2079
|
{
|
|
2100
2080
|
"type": "divider"
|
|
2101
2081
|
},
|
|
2102
2082
|
{
|
|
2103
|
-
"
|
|
2083
|
+
"type": "stack",
|
|
2104
2084
|
"direction": "vertical",
|
|
2085
|
+
"gap": "md",
|
|
2105
2086
|
"children": [
|
|
2106
2087
|
{
|
|
2107
2088
|
"type": "input",
|
|
@@ -2112,108 +2093,102 @@
|
|
|
2112
2093
|
"placeholder": "cache-value"
|
|
2113
2094
|
},
|
|
2114
2095
|
{
|
|
2115
|
-
"
|
|
2096
|
+
"inputType": "number",
|
|
2116
2097
|
"placeholder": "3600",
|
|
2117
|
-
"
|
|
2098
|
+
"type": "input"
|
|
2118
2099
|
}
|
|
2119
|
-
]
|
|
2120
|
-
"type": "stack"
|
|
2100
|
+
]
|
|
2121
2101
|
},
|
|
2122
2102
|
{
|
|
2123
|
-
"gap": "sm",
|
|
2124
|
-
"type": "stack",
|
|
2125
|
-
"direction": "horizontal",
|
|
2126
2103
|
"justify": "center",
|
|
2127
2104
|
"children": [
|
|
2128
2105
|
{
|
|
2129
|
-
"
|
|
2106
|
+
"action": "GET_KEY",
|
|
2130
2107
|
"icon": "download",
|
|
2131
2108
|
"type": "button",
|
|
2132
2109
|
"label": "Get",
|
|
2133
|
-
"
|
|
2110
|
+
"variant": "primary"
|
|
2134
2111
|
},
|
|
2135
2112
|
{
|
|
2136
|
-
"type": "button",
|
|
2137
|
-
"variant": "primary",
|
|
2138
2113
|
"label": "Set",
|
|
2114
|
+
"type": "button",
|
|
2139
2115
|
"icon": "upload",
|
|
2140
|
-
"action": "SET_KEY"
|
|
2116
|
+
"action": "SET_KEY",
|
|
2117
|
+
"variant": "primary"
|
|
2141
2118
|
},
|
|
2142
2119
|
{
|
|
2143
|
-
"label": "Delete",
|
|
2144
2120
|
"icon": "trash-2",
|
|
2145
|
-
"
|
|
2121
|
+
"action": "DELETE_KEY",
|
|
2122
|
+
"label": "Delete",
|
|
2146
2123
|
"variant": "danger",
|
|
2147
|
-
"
|
|
2124
|
+
"type": "button"
|
|
2148
2125
|
}
|
|
2149
|
-
]
|
|
2126
|
+
],
|
|
2127
|
+
"gap": "sm",
|
|
2128
|
+
"direction": "horizontal",
|
|
2129
|
+
"type": "stack"
|
|
2150
2130
|
}
|
|
2151
2131
|
],
|
|
2152
|
-
"gap": "lg",
|
|
2153
2132
|
"align": "center",
|
|
2154
|
-
"
|
|
2155
|
-
"direction": "vertical"
|
|
2133
|
+
"gap": "lg"
|
|
2156
2134
|
}
|
|
2157
|
-
]
|
|
2158
|
-
}
|
|
2159
|
-
]
|
|
2160
|
-
]
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"from": "error",
|
|
2164
|
-
"to": "idle",
|
|
2165
|
-
"event": "RESET",
|
|
2166
|
-
"effects": [
|
|
2167
|
-
[
|
|
2168
|
-
"render-ui",
|
|
2169
|
-
"main",
|
|
2170
|
-
{
|
|
2171
|
-
"type": "dashboard-layout",
|
|
2135
|
+
],
|
|
2172
2136
|
"navItems": [
|
|
2173
2137
|
{
|
|
2174
|
-
"label": "Research",
|
|
2175
2138
|
"href": "/research",
|
|
2139
|
+
"label": "Research",
|
|
2176
2140
|
"icon": "search"
|
|
2177
2141
|
},
|
|
2178
2142
|
{
|
|
2179
2143
|
"href": "/cache",
|
|
2180
|
-
"
|
|
2181
|
-
"
|
|
2144
|
+
"label": "Cache",
|
|
2145
|
+
"icon": "database"
|
|
2182
2146
|
},
|
|
2183
2147
|
{
|
|
2184
|
-
"href": "/reports",
|
|
2185
2148
|
"label": "Reports",
|
|
2149
|
+
"href": "/reports",
|
|
2186
2150
|
"icon": "file-text"
|
|
2187
2151
|
},
|
|
2188
2152
|
{
|
|
2189
|
-
"icon": "book-open",
|
|
2190
2153
|
"href": "/knowledge",
|
|
2154
|
+
"icon": "book-open",
|
|
2191
2155
|
"label": "Knowledge"
|
|
2192
2156
|
}
|
|
2193
|
-
]
|
|
2194
|
-
|
|
2157
|
+
]
|
|
2158
|
+
}
|
|
2159
|
+
]
|
|
2160
|
+
]
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"from": "error",
|
|
2164
|
+
"to": "idle",
|
|
2165
|
+
"event": "RESET",
|
|
2166
|
+
"effects": [
|
|
2167
|
+
[
|
|
2168
|
+
"render-ui",
|
|
2169
|
+
"main",
|
|
2170
|
+
{
|
|
2195
2171
|
"children": [
|
|
2196
2172
|
{
|
|
2197
|
-
"direction": "vertical",
|
|
2198
2173
|
"gap": "lg",
|
|
2199
|
-
"
|
|
2174
|
+
"align": "center",
|
|
2200
2175
|
"children": [
|
|
2201
2176
|
{
|
|
2177
|
+
"direction": "horizontal",
|
|
2178
|
+
"gap": "md",
|
|
2179
|
+
"align": "center",
|
|
2180
|
+
"type": "stack",
|
|
2202
2181
|
"children": [
|
|
2203
2182
|
{
|
|
2204
2183
|
"type": "icon",
|
|
2205
2184
|
"name": "database"
|
|
2206
2185
|
},
|
|
2207
2186
|
{
|
|
2208
|
-
"variant": "h2",
|
|
2209
2187
|
"content": "Redis Cache",
|
|
2210
|
-
"type": "typography"
|
|
2188
|
+
"type": "typography",
|
|
2189
|
+
"variant": "h2"
|
|
2211
2190
|
}
|
|
2212
|
-
]
|
|
2213
|
-
"direction": "horizontal",
|
|
2214
|
-
"gap": "md",
|
|
2215
|
-
"type": "stack",
|
|
2216
|
-
"align": "center"
|
|
2191
|
+
]
|
|
2217
2192
|
},
|
|
2218
2193
|
{
|
|
2219
2194
|
"type": "divider"
|
|
@@ -2221,17 +2196,17 @@
|
|
|
2221
2196
|
{
|
|
2222
2197
|
"children": [
|
|
2223
2198
|
{
|
|
2224
|
-
"
|
|
2225
|
-
"
|
|
2199
|
+
"placeholder": "cache-key",
|
|
2200
|
+
"type": "input"
|
|
2226
2201
|
},
|
|
2227
2202
|
{
|
|
2228
2203
|
"type": "input",
|
|
2229
2204
|
"placeholder": "cache-value"
|
|
2230
2205
|
},
|
|
2231
2206
|
{
|
|
2232
|
-
"
|
|
2207
|
+
"inputType": "number",
|
|
2233
2208
|
"placeholder": "3600",
|
|
2234
|
-
"
|
|
2209
|
+
"type": "input"
|
|
2235
2210
|
}
|
|
2236
2211
|
],
|
|
2237
2212
|
"type": "stack",
|
|
@@ -2239,36 +2214,61 @@
|
|
|
2239
2214
|
"gap": "md"
|
|
2240
2215
|
},
|
|
2241
2216
|
{
|
|
2242
|
-
"justify": "center",
|
|
2243
|
-
"type": "stack",
|
|
2244
2217
|
"direction": "horizontal",
|
|
2245
|
-
"
|
|
2218
|
+
"type": "stack",
|
|
2246
2219
|
"children": [
|
|
2247
2220
|
{
|
|
2248
|
-
"icon": "download",
|
|
2249
|
-
"label": "Get",
|
|
2250
2221
|
"type": "button",
|
|
2251
|
-
"
|
|
2252
|
-
"action": "GET_KEY"
|
|
2222
|
+
"label": "Get",
|
|
2223
|
+
"action": "GET_KEY",
|
|
2224
|
+
"icon": "download",
|
|
2225
|
+
"variant": "primary"
|
|
2253
2226
|
},
|
|
2254
2227
|
{
|
|
2255
2228
|
"label": "Set",
|
|
2256
|
-
"action": "SET_KEY",
|
|
2257
|
-
"icon": "upload",
|
|
2258
2229
|
"type": "button",
|
|
2230
|
+
"icon": "upload",
|
|
2231
|
+
"action": "SET_KEY",
|
|
2259
2232
|
"variant": "primary"
|
|
2260
2233
|
},
|
|
2261
2234
|
{
|
|
2262
|
-
"icon": "trash-2",
|
|
2263
2235
|
"action": "DELETE_KEY",
|
|
2264
2236
|
"type": "button",
|
|
2265
|
-
"
|
|
2266
|
-
"
|
|
2237
|
+
"variant": "danger",
|
|
2238
|
+
"icon": "trash-2",
|
|
2239
|
+
"label": "Delete"
|
|
2267
2240
|
}
|
|
2268
|
-
]
|
|
2241
|
+
],
|
|
2242
|
+
"justify": "center",
|
|
2243
|
+
"gap": "sm"
|
|
2269
2244
|
}
|
|
2270
2245
|
],
|
|
2271
|
-
"
|
|
2246
|
+
"type": "stack",
|
|
2247
|
+
"direction": "vertical"
|
|
2248
|
+
}
|
|
2249
|
+
],
|
|
2250
|
+
"appName": "ResearchAssistant",
|
|
2251
|
+
"type": "dashboard-layout",
|
|
2252
|
+
"navItems": [
|
|
2253
|
+
{
|
|
2254
|
+
"label": "Research",
|
|
2255
|
+
"href": "/research",
|
|
2256
|
+
"icon": "search"
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"icon": "database",
|
|
2260
|
+
"href": "/cache",
|
|
2261
|
+
"label": "Cache"
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"href": "/reports",
|
|
2265
|
+
"label": "Reports",
|
|
2266
|
+
"icon": "file-text"
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"href": "/knowledge",
|
|
2270
|
+
"icon": "book-open",
|
|
2271
|
+
"label": "Knowledge"
|
|
2272
2272
|
}
|
|
2273
2273
|
]
|
|
2274
2274
|
}
|
|
@@ -2512,8 +2512,8 @@
|
|
|
2512
2512
|
"Report",
|
|
2513
2513
|
{
|
|
2514
2514
|
"emit": {
|
|
2515
|
-
"
|
|
2516
|
-
"
|
|
2515
|
+
"success": "ReportLoaded",
|
|
2516
|
+
"failure": "ReportLoadFailed"
|
|
2517
2517
|
}
|
|
2518
2518
|
}
|
|
2519
2519
|
],
|
|
@@ -2528,105 +2528,105 @@
|
|
|
2528
2528
|
"href": "/research"
|
|
2529
2529
|
},
|
|
2530
2530
|
{
|
|
2531
|
-
"icon": "database",
|
|
2532
2531
|
"href": "/cache",
|
|
2532
|
+
"icon": "database",
|
|
2533
2533
|
"label": "Cache"
|
|
2534
2534
|
},
|
|
2535
2535
|
{
|
|
2536
|
-
"
|
|
2536
|
+
"href": "/reports",
|
|
2537
2537
|
"label": "Reports",
|
|
2538
|
-
"
|
|
2538
|
+
"icon": "file-text"
|
|
2539
2539
|
},
|
|
2540
2540
|
{
|
|
2541
|
-
"icon": "book-open",
|
|
2542
2541
|
"href": "/knowledge",
|
|
2543
|
-
"label": "Knowledge"
|
|
2542
|
+
"label": "Knowledge",
|
|
2543
|
+
"icon": "book-open"
|
|
2544
2544
|
}
|
|
2545
2545
|
],
|
|
2546
|
+
"type": "dashboard-layout",
|
|
2547
|
+
"appName": "ResearchAssistant",
|
|
2546
2548
|
"children": [
|
|
2547
2549
|
{
|
|
2550
|
+
"gap": "lg",
|
|
2551
|
+
"direction": "vertical",
|
|
2548
2552
|
"type": "stack",
|
|
2553
|
+
"align": "stretch",
|
|
2549
2554
|
"children": [
|
|
2550
2555
|
{
|
|
2556
|
+
"type": "stack",
|
|
2557
|
+
"align": "center",
|
|
2551
2558
|
"children": [
|
|
2552
2559
|
{
|
|
2553
|
-
"
|
|
2554
|
-
"
|
|
2560
|
+
"name": "hard-drive",
|
|
2561
|
+
"type": "icon"
|
|
2555
2562
|
},
|
|
2556
2563
|
{
|
|
2564
|
+
"variant": "h2",
|
|
2557
2565
|
"type": "typography",
|
|
2558
|
-
"content": "Report Storage"
|
|
2559
|
-
"variant": "h2"
|
|
2566
|
+
"content": "Report Storage"
|
|
2560
2567
|
}
|
|
2561
2568
|
],
|
|
2562
|
-
"
|
|
2563
|
-
"
|
|
2564
|
-
"gap": "md",
|
|
2565
|
-
"direction": "horizontal"
|
|
2569
|
+
"direction": "horizontal",
|
|
2570
|
+
"gap": "md"
|
|
2566
2571
|
},
|
|
2567
2572
|
{
|
|
2568
2573
|
"type": "divider"
|
|
2569
2574
|
},
|
|
2570
2575
|
{
|
|
2571
|
-
"
|
|
2572
|
-
"placeholder": "bucket-name"
|
|
2573
|
-
},
|
|
2574
|
-
{
|
|
2575
|
-
"placeholder": "path/to/file.txt",
|
|
2576
|
+
"placeholder": "bucket-name",
|
|
2576
2577
|
"type": "input"
|
|
2577
2578
|
},
|
|
2578
2579
|
{
|
|
2579
2580
|
"type": "input",
|
|
2580
|
-
"placeholder": "path/
|
|
2581
|
+
"placeholder": "path/to/file.txt"
|
|
2581
2582
|
},
|
|
2582
2583
|
{
|
|
2583
|
-
"
|
|
2584
|
-
"
|
|
2584
|
+
"placeholder": "path/prefix/",
|
|
2585
|
+
"type": "input"
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
"placeholder": "File content...",
|
|
2589
|
+
"type": "textarea"
|
|
2585
2590
|
},
|
|
2586
2591
|
{
|
|
2587
|
-
"type": "stack",
|
|
2588
|
-
"direction": "horizontal",
|
|
2589
|
-
"gap": "sm",
|
|
2590
2592
|
"justify": "center",
|
|
2593
|
+
"gap": "sm",
|
|
2591
2594
|
"children": [
|
|
2592
2595
|
{
|
|
2593
|
-
"icon": "upload",
|
|
2594
2596
|
"action": "UPLOAD_FILE",
|
|
2597
|
+
"variant": "primary",
|
|
2595
2598
|
"type": "button",
|
|
2596
|
-
"
|
|
2597
|
-
"
|
|
2599
|
+
"icon": "upload",
|
|
2600
|
+
"label": "Upload"
|
|
2598
2601
|
},
|
|
2599
2602
|
{
|
|
2600
2603
|
"variant": "secondary",
|
|
2601
|
-
"label": "Download",
|
|
2602
|
-
"action": "DOWNLOAD_FILE",
|
|
2603
2604
|
"icon": "download",
|
|
2604
|
-
"type": "button"
|
|
2605
|
+
"type": "button",
|
|
2606
|
+
"action": "DOWNLOAD_FILE",
|
|
2607
|
+
"label": "Download"
|
|
2605
2608
|
},
|
|
2606
2609
|
{
|
|
2610
|
+
"variant": "secondary",
|
|
2611
|
+
"icon": "list",
|
|
2607
2612
|
"type": "button",
|
|
2608
|
-
"action": "LIST_FILES",
|
|
2609
2613
|
"label": "List",
|
|
2610
|
-
"
|
|
2611
|
-
"icon": "list"
|
|
2614
|
+
"action": "LIST_FILES"
|
|
2612
2615
|
},
|
|
2613
2616
|
{
|
|
2614
|
-
"icon": "trash-2",
|
|
2615
2617
|
"type": "button",
|
|
2616
2618
|
"variant": "danger",
|
|
2617
|
-
"
|
|
2618
|
-
"
|
|
2619
|
+
"action": "DELETE_FILE",
|
|
2620
|
+
"icon": "trash-2",
|
|
2621
|
+
"label": "Delete"
|
|
2619
2622
|
}
|
|
2620
|
-
]
|
|
2623
|
+
],
|
|
2624
|
+
"type": "stack",
|
|
2625
|
+
"direction": "horizontal"
|
|
2621
2626
|
}
|
|
2622
|
-
]
|
|
2623
|
-
"align": "stretch",
|
|
2624
|
-
"gap": "lg",
|
|
2625
|
-
"direction": "vertical"
|
|
2627
|
+
]
|
|
2626
2628
|
}
|
|
2627
|
-
]
|
|
2628
|
-
"appName": "ResearchAssistant",
|
|
2629
|
-
"type": "dashboard-layout"
|
|
2629
|
+
]
|
|
2630
2630
|
}
|
|
2631
2631
|
]
|
|
2632
2632
|
]
|
|
@@ -2640,23 +2640,18 @@
|
|
|
2640
2640
|
"render-ui",
|
|
2641
2641
|
"main",
|
|
2642
2642
|
{
|
|
2643
|
-
"
|
|
2644
|
-
|
|
2645
|
-
"title": "Processing...",
|
|
2646
|
-
"message": "Executing storage operation on report...",
|
|
2647
|
-
"type": "loading-state"
|
|
2648
|
-
}
|
|
2649
|
-
],
|
|
2643
|
+
"type": "dashboard-layout",
|
|
2644
|
+
"appName": "ResearchAssistant",
|
|
2650
2645
|
"navItems": [
|
|
2651
2646
|
{
|
|
2652
|
-
"icon": "search",
|
|
2653
2647
|
"label": "Research",
|
|
2654
|
-
"href": "/research"
|
|
2648
|
+
"href": "/research",
|
|
2649
|
+
"icon": "search"
|
|
2655
2650
|
},
|
|
2656
2651
|
{
|
|
2652
|
+
"icon": "database",
|
|
2657
2653
|
"label": "Cache",
|
|
2658
|
-
"href": "/cache"
|
|
2659
|
-
"icon": "database"
|
|
2654
|
+
"href": "/cache"
|
|
2660
2655
|
},
|
|
2661
2656
|
{
|
|
2662
2657
|
"label": "Reports",
|
|
@@ -2664,13 +2659,18 @@
|
|
|
2664
2659
|
"icon": "file-text"
|
|
2665
2660
|
},
|
|
2666
2661
|
{
|
|
2662
|
+
"label": "Knowledge",
|
|
2667
2663
|
"href": "/knowledge",
|
|
2668
|
-
"icon": "book-open"
|
|
2669
|
-
"label": "Knowledge"
|
|
2664
|
+
"icon": "book-open"
|
|
2670
2665
|
}
|
|
2671
2666
|
],
|
|
2672
|
-
"
|
|
2673
|
-
|
|
2667
|
+
"children": [
|
|
2668
|
+
{
|
|
2669
|
+
"message": "Executing storage operation on report...",
|
|
2670
|
+
"title": "Processing...",
|
|
2671
|
+
"type": "loading-state"
|
|
2672
|
+
}
|
|
2673
|
+
]
|
|
2674
2674
|
}
|
|
2675
2675
|
],
|
|
2676
2676
|
[
|
|
@@ -2684,8 +2684,8 @@
|
|
|
2684
2684
|
},
|
|
2685
2685
|
{
|
|
2686
2686
|
"emit": {
|
|
2687
|
-
"
|
|
2688
|
-
"
|
|
2687
|
+
"failure": "ResearchStorageFailed",
|
|
2688
|
+
"success": "ResearchStorageCompleted"
|
|
2689
2689
|
}
|
|
2690
2690
|
}
|
|
2691
2691
|
]
|
|
@@ -2702,13 +2702,13 @@
|
|
|
2702
2702
|
{
|
|
2703
2703
|
"navItems": [
|
|
2704
2704
|
{
|
|
2705
|
-
"label": "Research",
|
|
2706
2705
|
"href": "/research",
|
|
2706
|
+
"label": "Research",
|
|
2707
2707
|
"icon": "search"
|
|
2708
2708
|
},
|
|
2709
2709
|
{
|
|
2710
|
-
"icon": "database",
|
|
2711
2710
|
"label": "Cache",
|
|
2711
|
+
"icon": "database",
|
|
2712
2712
|
"href": "/cache"
|
|
2713
2713
|
},
|
|
2714
2714
|
{
|
|
@@ -2717,20 +2717,20 @@
|
|
|
2717
2717
|
"href": "/reports"
|
|
2718
2718
|
},
|
|
2719
2719
|
{
|
|
2720
|
-
"
|
|
2720
|
+
"icon": "book-open",
|
|
2721
2721
|
"href": "/knowledge",
|
|
2722
|
-
"
|
|
2722
|
+
"label": "Knowledge"
|
|
2723
2723
|
}
|
|
2724
2724
|
],
|
|
2725
|
-
"type": "dashboard-layout",
|
|
2726
2725
|
"appName": "ResearchAssistant",
|
|
2727
2726
|
"children": [
|
|
2728
2727
|
{
|
|
2728
|
+
"message": "Executing storage operation on report...",
|
|
2729
2729
|
"type": "loading-state",
|
|
2730
|
-
"title": "Processing..."
|
|
2731
|
-
"message": "Executing storage operation on report..."
|
|
2730
|
+
"title": "Processing..."
|
|
2732
2731
|
}
|
|
2733
|
-
]
|
|
2732
|
+
],
|
|
2733
|
+
"type": "dashboard-layout"
|
|
2734
2734
|
}
|
|
2735
2735
|
],
|
|
2736
2736
|
[
|
|
@@ -2738,8 +2738,8 @@
|
|
|
2738
2738
|
"storage",
|
|
2739
2739
|
"download",
|
|
2740
2740
|
{
|
|
2741
|
-
"
|
|
2742
|
-
"
|
|
2741
|
+
"key": "@entity.fileKey",
|
|
2742
|
+
"bucket": "@entity.bucket"
|
|
2743
2743
|
},
|
|
2744
2744
|
{
|
|
2745
2745
|
"emit": {
|
|
@@ -2759,22 +2759,22 @@
|
|
|
2759
2759
|
"render-ui",
|
|
2760
2760
|
"main",
|
|
2761
2761
|
{
|
|
2762
|
-
"
|
|
2762
|
+
"appName": "ResearchAssistant",
|
|
2763
2763
|
"navItems": [
|
|
2764
2764
|
{
|
|
2765
|
-
"icon": "search",
|
|
2766
2765
|
"label": "Research",
|
|
2766
|
+
"icon": "search",
|
|
2767
2767
|
"href": "/research"
|
|
2768
2768
|
},
|
|
2769
2769
|
{
|
|
2770
2770
|
"href": "/cache",
|
|
2771
|
-
"
|
|
2772
|
-
"
|
|
2771
|
+
"icon": "database",
|
|
2772
|
+
"label": "Cache"
|
|
2773
2773
|
},
|
|
2774
2774
|
{
|
|
2775
|
-
"
|
|
2775
|
+
"label": "Reports",
|
|
2776
2776
|
"icon": "file-text",
|
|
2777
|
-
"
|
|
2777
|
+
"href": "/reports"
|
|
2778
2778
|
},
|
|
2779
2779
|
{
|
|
2780
2780
|
"href": "/knowledge",
|
|
@@ -2784,12 +2784,12 @@
|
|
|
2784
2784
|
],
|
|
2785
2785
|
"children": [
|
|
2786
2786
|
{
|
|
2787
|
-
"message": "Executing storage operation on report...",
|
|
2788
2787
|
"title": "Processing...",
|
|
2788
|
+
"message": "Executing storage operation on report...",
|
|
2789
2789
|
"type": "loading-state"
|
|
2790
2790
|
}
|
|
2791
2791
|
],
|
|
2792
|
-
"
|
|
2792
|
+
"type": "dashboard-layout"
|
|
2793
2793
|
}
|
|
2794
2794
|
],
|
|
2795
2795
|
[
|
|
@@ -2797,8 +2797,8 @@
|
|
|
2797
2797
|
"storage",
|
|
2798
2798
|
"list",
|
|
2799
2799
|
{
|
|
2800
|
-
"
|
|
2801
|
-
"
|
|
2800
|
+
"bucket": "@entity.bucket",
|
|
2801
|
+
"prefix": "@entity.prefix"
|
|
2802
2802
|
},
|
|
2803
2803
|
{
|
|
2804
2804
|
"emit": {
|
|
@@ -2818,37 +2818,37 @@
|
|
|
2818
2818
|
"render-ui",
|
|
2819
2819
|
"main",
|
|
2820
2820
|
{
|
|
2821
|
-
"children": [
|
|
2822
|
-
{
|
|
2823
|
-
"title": "Processing...",
|
|
2824
|
-
"type": "loading-state",
|
|
2825
|
-
"message": "Executing storage operation on report..."
|
|
2826
|
-
}
|
|
2827
|
-
],
|
|
2828
|
-
"appName": "ResearchAssistant",
|
|
2829
2821
|
"navItems": [
|
|
2830
2822
|
{
|
|
2831
|
-
"icon": "search",
|
|
2832
2823
|
"href": "/research",
|
|
2824
|
+
"icon": "search",
|
|
2833
2825
|
"label": "Research"
|
|
2834
2826
|
},
|
|
2835
2827
|
{
|
|
2828
|
+
"icon": "database",
|
|
2836
2829
|
"label": "Cache",
|
|
2837
|
-
"href": "/cache"
|
|
2838
|
-
"icon": "database"
|
|
2830
|
+
"href": "/cache"
|
|
2839
2831
|
},
|
|
2840
2832
|
{
|
|
2841
|
-
"
|
|
2833
|
+
"icon": "file-text",
|
|
2842
2834
|
"href": "/reports",
|
|
2843
|
-
"
|
|
2835
|
+
"label": "Reports"
|
|
2844
2836
|
},
|
|
2845
2837
|
{
|
|
2846
|
-
"
|
|
2838
|
+
"icon": "book-open",
|
|
2847
2839
|
"href": "/knowledge",
|
|
2848
|
-
"
|
|
2840
|
+
"label": "Knowledge"
|
|
2849
2841
|
}
|
|
2850
2842
|
],
|
|
2851
|
-
"
|
|
2843
|
+
"children": [
|
|
2844
|
+
{
|
|
2845
|
+
"title": "Processing...",
|
|
2846
|
+
"type": "loading-state",
|
|
2847
|
+
"message": "Executing storage operation on report..."
|
|
2848
|
+
}
|
|
2849
|
+
],
|
|
2850
|
+
"type": "dashboard-layout",
|
|
2851
|
+
"appName": "ResearchAssistant"
|
|
2852
2852
|
}
|
|
2853
2853
|
],
|
|
2854
2854
|
[
|
|
@@ -2861,8 +2861,8 @@
|
|
|
2861
2861
|
},
|
|
2862
2862
|
{
|
|
2863
2863
|
"emit": {
|
|
2864
|
-
"
|
|
2865
|
-
"
|
|
2864
|
+
"failure": "ResearchStorageFailed",
|
|
2865
|
+
"success": "ResearchStorageCompleted"
|
|
2866
2866
|
}
|
|
2867
2867
|
}
|
|
2868
2868
|
]
|
|
@@ -2872,47 +2872,29 @@
|
|
|
2872
2872
|
"from": "executing",
|
|
2873
2873
|
"to": "complete",
|
|
2874
2874
|
"event": "EXECUTED",
|
|
2875
|
-
"effects": [
|
|
2876
|
-
[
|
|
2877
|
-
"set",
|
|
2878
|
-
"@entity.result",
|
|
2879
|
-
"@payload.data"
|
|
2880
|
-
],
|
|
2881
|
-
[
|
|
2882
|
-
"set",
|
|
2883
|
-
"@entity.storageStatus",
|
|
2884
|
-
"complete"
|
|
2885
|
-
],
|
|
2886
|
-
[
|
|
2887
|
-
"render-ui",
|
|
2888
|
-
"main",
|
|
2889
|
-
{
|
|
2890
|
-
"type": "dashboard-layout",
|
|
2891
|
-
"navItems": [
|
|
2892
|
-
{
|
|
2893
|
-
"href": "/research",
|
|
2894
|
-
"label": "Research",
|
|
2895
|
-
"icon": "search"
|
|
2896
|
-
},
|
|
2897
|
-
{
|
|
2898
|
-
"label": "Cache",
|
|
2899
|
-
"href": "/cache",
|
|
2900
|
-
"icon": "database"
|
|
2901
|
-
},
|
|
2902
|
-
{
|
|
2903
|
-
"href": "/reports",
|
|
2904
|
-
"label": "Reports",
|
|
2905
|
-
"icon": "file-text"
|
|
2906
|
-
},
|
|
2907
|
-
{
|
|
2908
|
-
"icon": "book-open",
|
|
2909
|
-
"href": "/knowledge",
|
|
2910
|
-
"label": "Knowledge"
|
|
2911
|
-
}
|
|
2912
|
-
],
|
|
2875
|
+
"effects": [
|
|
2876
|
+
[
|
|
2877
|
+
"set",
|
|
2878
|
+
"@entity.result",
|
|
2879
|
+
"@payload.data"
|
|
2880
|
+
],
|
|
2881
|
+
[
|
|
2882
|
+
"set",
|
|
2883
|
+
"@entity.storageStatus",
|
|
2884
|
+
"complete"
|
|
2885
|
+
],
|
|
2886
|
+
[
|
|
2887
|
+
"render-ui",
|
|
2888
|
+
"main",
|
|
2889
|
+
{
|
|
2913
2890
|
"appName": "ResearchAssistant",
|
|
2891
|
+
"type": "dashboard-layout",
|
|
2914
2892
|
"children": [
|
|
2915
2893
|
{
|
|
2894
|
+
"gap": "lg",
|
|
2895
|
+
"align": "center",
|
|
2896
|
+
"direction": "vertical",
|
|
2897
|
+
"type": "stack",
|
|
2916
2898
|
"children": [
|
|
2917
2899
|
{
|
|
2918
2900
|
"name": "check-circle",
|
|
@@ -2924,23 +2906,41 @@
|
|
|
2924
2906
|
"message": "Operation completed successfully"
|
|
2925
2907
|
},
|
|
2926
2908
|
{
|
|
2927
|
-
"
|
|
2928
|
-
"type": "typography",
|
|
2909
|
+
"content": "@entity.result",
|
|
2929
2910
|
"variant": "body",
|
|
2930
|
-
"
|
|
2911
|
+
"type": "typography",
|
|
2912
|
+
"color": "muted"
|
|
2931
2913
|
},
|
|
2932
2914
|
{
|
|
2933
2915
|
"variant": "ghost",
|
|
2934
|
-
"icon": "rotate-ccw",
|
|
2935
|
-
"type": "button",
|
|
2936
2916
|
"label": "Back",
|
|
2937
|
-
"action": "RESET"
|
|
2917
|
+
"action": "RESET",
|
|
2918
|
+
"type": "button",
|
|
2919
|
+
"icon": "rotate-ccw"
|
|
2938
2920
|
}
|
|
2939
|
-
]
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2921
|
+
]
|
|
2922
|
+
}
|
|
2923
|
+
],
|
|
2924
|
+
"navItems": [
|
|
2925
|
+
{
|
|
2926
|
+
"label": "Research",
|
|
2927
|
+
"href": "/research",
|
|
2928
|
+
"icon": "search"
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"label": "Cache",
|
|
2932
|
+
"href": "/cache",
|
|
2933
|
+
"icon": "database"
|
|
2934
|
+
},
|
|
2935
|
+
{
|
|
2936
|
+
"href": "/reports",
|
|
2937
|
+
"icon": "file-text",
|
|
2938
|
+
"label": "Reports"
|
|
2939
|
+
},
|
|
2940
|
+
{
|
|
2941
|
+
"icon": "book-open",
|
|
2942
|
+
"label": "Knowledge",
|
|
2943
|
+
"href": "/knowledge"
|
|
2944
2944
|
}
|
|
2945
2945
|
]
|
|
2946
2946
|
}
|
|
@@ -2966,52 +2966,52 @@
|
|
|
2966
2966
|
"render-ui",
|
|
2967
2967
|
"main",
|
|
2968
2968
|
{
|
|
2969
|
-
"
|
|
2969
|
+
"type": "dashboard-layout",
|
|
2970
2970
|
"navItems": [
|
|
2971
2971
|
{
|
|
2972
2972
|
"label": "Research",
|
|
2973
|
-
"
|
|
2974
|
-
"
|
|
2973
|
+
"icon": "search",
|
|
2974
|
+
"href": "/research"
|
|
2975
2975
|
},
|
|
2976
2976
|
{
|
|
2977
|
-
"href": "/cache",
|
|
2978
2977
|
"icon": "database",
|
|
2978
|
+
"href": "/cache",
|
|
2979
2979
|
"label": "Cache"
|
|
2980
2980
|
},
|
|
2981
2981
|
{
|
|
2982
|
-
"
|
|
2982
|
+
"href": "/reports",
|
|
2983
2983
|
"icon": "file-text",
|
|
2984
|
-
"
|
|
2984
|
+
"label": "Reports"
|
|
2985
2985
|
},
|
|
2986
2986
|
{
|
|
2987
|
-
"href": "/knowledge",
|
|
2988
2987
|
"icon": "book-open",
|
|
2989
|
-
"label": "Knowledge"
|
|
2988
|
+
"label": "Knowledge",
|
|
2989
|
+
"href": "/knowledge"
|
|
2990
2990
|
}
|
|
2991
2991
|
],
|
|
2992
|
-
"type": "dashboard-layout",
|
|
2993
2992
|
"children": [
|
|
2994
2993
|
{
|
|
2995
2994
|
"gap": "lg",
|
|
2996
|
-
"type": "stack",
|
|
2997
2995
|
"direction": "vertical",
|
|
2998
|
-
"align": "center",
|
|
2999
2996
|
"children": [
|
|
3000
2997
|
{
|
|
3001
2998
|
"title": "Operation Failed",
|
|
3002
|
-
"
|
|
3003
|
-
"
|
|
2999
|
+
"message": "@entity.error",
|
|
3000
|
+
"type": "error-state"
|
|
3004
3001
|
},
|
|
3005
3002
|
{
|
|
3006
|
-
"label": "Back",
|
|
3007
|
-
"action": "RESET",
|
|
3008
3003
|
"type": "button",
|
|
3004
|
+
"action": "RESET",
|
|
3009
3005
|
"variant": "ghost",
|
|
3010
|
-
"icon": "rotate-ccw"
|
|
3006
|
+
"icon": "rotate-ccw",
|
|
3007
|
+
"label": "Back"
|
|
3011
3008
|
}
|
|
3012
|
-
]
|
|
3009
|
+
],
|
|
3010
|
+
"type": "stack",
|
|
3011
|
+
"align": "center"
|
|
3013
3012
|
}
|
|
3014
|
-
]
|
|
3013
|
+
],
|
|
3014
|
+
"appName": "ResearchAssistant"
|
|
3015
3015
|
}
|
|
3016
3016
|
]
|
|
3017
3017
|
]
|
|
@@ -3031,35 +3031,12 @@
|
|
|
3031
3031
|
"main",
|
|
3032
3032
|
{
|
|
3033
3033
|
"appName": "ResearchAssistant",
|
|
3034
|
-
"navItems": [
|
|
3035
|
-
{
|
|
3036
|
-
"href": "/research",
|
|
3037
|
-
"icon": "search",
|
|
3038
|
-
"label": "Research"
|
|
3039
|
-
},
|
|
3040
|
-
{
|
|
3041
|
-
"icon": "database",
|
|
3042
|
-
"label": "Cache",
|
|
3043
|
-
"href": "/cache"
|
|
3044
|
-
},
|
|
3045
|
-
{
|
|
3046
|
-
"icon": "file-text",
|
|
3047
|
-
"label": "Reports",
|
|
3048
|
-
"href": "/reports"
|
|
3049
|
-
},
|
|
3050
|
-
{
|
|
3051
|
-
"icon": "book-open",
|
|
3052
|
-
"href": "/knowledge",
|
|
3053
|
-
"label": "Knowledge"
|
|
3054
|
-
}
|
|
3055
|
-
],
|
|
3056
|
-
"type": "dashboard-layout",
|
|
3057
3034
|
"children": [
|
|
3058
3035
|
{
|
|
3059
|
-
"direction": "vertical",
|
|
3060
|
-
"gap": "lg",
|
|
3061
3036
|
"type": "stack",
|
|
3062
3037
|
"align": "stretch",
|
|
3038
|
+
"direction": "vertical",
|
|
3039
|
+
"gap": "lg",
|
|
3063
3040
|
"children": [
|
|
3064
3041
|
{
|
|
3065
3042
|
"direction": "horizontal",
|
|
@@ -3074,9 +3051,9 @@
|
|
|
3074
3051
|
"variant": "h2"
|
|
3075
3052
|
}
|
|
3076
3053
|
],
|
|
3077
|
-
"
|
|
3054
|
+
"gap": "md",
|
|
3078
3055
|
"type": "stack",
|
|
3079
|
-
"
|
|
3056
|
+
"align": "center"
|
|
3080
3057
|
},
|
|
3081
3058
|
{
|
|
3082
3059
|
"type": "divider"
|
|
@@ -3094,14 +3071,12 @@
|
|
|
3094
3071
|
"placeholder": "path/prefix/"
|
|
3095
3072
|
},
|
|
3096
3073
|
{
|
|
3097
|
-
"
|
|
3098
|
-
"
|
|
3074
|
+
"type": "textarea",
|
|
3075
|
+
"placeholder": "File content..."
|
|
3099
3076
|
},
|
|
3100
3077
|
{
|
|
3101
|
-
"justify": "center",
|
|
3102
3078
|
"direction": "horizontal",
|
|
3103
|
-
"
|
|
3104
|
-
"type": "stack",
|
|
3079
|
+
"justify": "center",
|
|
3105
3080
|
"children": [
|
|
3106
3081
|
{
|
|
3107
3082
|
"icon": "upload",
|
|
@@ -3111,30 +3086,55 @@
|
|
|
3111
3086
|
"type": "button"
|
|
3112
3087
|
},
|
|
3113
3088
|
{
|
|
3089
|
+
"label": "Download",
|
|
3114
3090
|
"action": "DOWNLOAD_FILE",
|
|
3115
3091
|
"variant": "secondary",
|
|
3116
|
-
"
|
|
3117
|
-
"
|
|
3118
|
-
"icon": "download"
|
|
3092
|
+
"icon": "download",
|
|
3093
|
+
"type": "button"
|
|
3119
3094
|
},
|
|
3120
3095
|
{
|
|
3121
|
-
"
|
|
3096
|
+
"variant": "secondary",
|
|
3122
3097
|
"icon": "list",
|
|
3123
3098
|
"type": "button",
|
|
3124
|
-
"
|
|
3125
|
-
"
|
|
3099
|
+
"action": "LIST_FILES",
|
|
3100
|
+
"label": "List"
|
|
3126
3101
|
},
|
|
3127
3102
|
{
|
|
3103
|
+
"icon": "trash-2",
|
|
3128
3104
|
"label": "Delete",
|
|
3129
3105
|
"type": "button",
|
|
3130
|
-
"
|
|
3131
|
-
"
|
|
3132
|
-
"action": "DELETE_FILE"
|
|
3106
|
+
"action": "DELETE_FILE",
|
|
3107
|
+
"variant": "danger"
|
|
3133
3108
|
}
|
|
3134
|
-
]
|
|
3109
|
+
],
|
|
3110
|
+
"type": "stack",
|
|
3111
|
+
"gap": "sm"
|
|
3135
3112
|
}
|
|
3136
3113
|
]
|
|
3137
3114
|
}
|
|
3115
|
+
],
|
|
3116
|
+
"type": "dashboard-layout",
|
|
3117
|
+
"navItems": [
|
|
3118
|
+
{
|
|
3119
|
+
"href": "/research",
|
|
3120
|
+
"label": "Research",
|
|
3121
|
+
"icon": "search"
|
|
3122
|
+
},
|
|
3123
|
+
{
|
|
3124
|
+
"href": "/cache",
|
|
3125
|
+
"label": "Cache",
|
|
3126
|
+
"icon": "database"
|
|
3127
|
+
},
|
|
3128
|
+
{
|
|
3129
|
+
"href": "/reports",
|
|
3130
|
+
"icon": "file-text",
|
|
3131
|
+
"label": "Reports"
|
|
3132
|
+
},
|
|
3133
|
+
{
|
|
3134
|
+
"label": "Knowledge",
|
|
3135
|
+
"href": "/knowledge",
|
|
3136
|
+
"icon": "book-open"
|
|
3137
|
+
}
|
|
3138
3138
|
]
|
|
3139
3139
|
}
|
|
3140
3140
|
]
|
|
@@ -3154,16 +3154,17 @@
|
|
|
3154
3154
|
"render-ui",
|
|
3155
3155
|
"main",
|
|
3156
3156
|
{
|
|
3157
|
+
"type": "dashboard-layout",
|
|
3157
3158
|
"children": [
|
|
3158
3159
|
{
|
|
3159
|
-
"gap": "lg",
|
|
3160
|
-
"align": "stretch",
|
|
3161
3160
|
"children": [
|
|
3162
3161
|
{
|
|
3162
|
+
"direction": "horizontal",
|
|
3163
|
+
"type": "stack",
|
|
3163
3164
|
"children": [
|
|
3164
3165
|
{
|
|
3165
|
-
"
|
|
3166
|
-
"
|
|
3166
|
+
"name": "hard-drive",
|
|
3167
|
+
"type": "icon"
|
|
3167
3168
|
},
|
|
3168
3169
|
{
|
|
3169
3170
|
"variant": "h2",
|
|
@@ -3172,8 +3173,6 @@
|
|
|
3172
3173
|
}
|
|
3173
3174
|
],
|
|
3174
3175
|
"gap": "md",
|
|
3175
|
-
"type": "stack",
|
|
3176
|
-
"direction": "horizontal",
|
|
3177
3176
|
"align": "center"
|
|
3178
3177
|
},
|
|
3179
3178
|
{
|
|
@@ -3184,79 +3183,80 @@
|
|
|
3184
3183
|
"type": "input"
|
|
3185
3184
|
},
|
|
3186
3185
|
{
|
|
3187
|
-
"
|
|
3188
|
-
"
|
|
3186
|
+
"placeholder": "path/to/file.txt",
|
|
3187
|
+
"type": "input"
|
|
3189
3188
|
},
|
|
3190
3189
|
{
|
|
3191
3190
|
"placeholder": "path/prefix/",
|
|
3192
3191
|
"type": "input"
|
|
3193
3192
|
},
|
|
3194
3193
|
{
|
|
3195
|
-
"
|
|
3196
|
-
"
|
|
3194
|
+
"placeholder": "File content...",
|
|
3195
|
+
"type": "textarea"
|
|
3197
3196
|
},
|
|
3198
3197
|
{
|
|
3199
|
-
"direction": "horizontal",
|
|
3200
|
-
"type": "stack",
|
|
3201
|
-
"gap": "sm",
|
|
3202
3198
|
"children": [
|
|
3203
3199
|
{
|
|
3204
|
-
"variant": "primary",
|
|
3205
3200
|
"action": "UPLOAD_FILE",
|
|
3206
3201
|
"type": "button",
|
|
3202
|
+
"label": "Upload",
|
|
3207
3203
|
"icon": "upload",
|
|
3208
|
-
"
|
|
3204
|
+
"variant": "primary"
|
|
3209
3205
|
},
|
|
3210
3206
|
{
|
|
3211
|
-
"
|
|
3212
|
-
"icon": "download",
|
|
3207
|
+
"action": "DOWNLOAD_FILE",
|
|
3213
3208
|
"variant": "secondary",
|
|
3209
|
+
"icon": "download",
|
|
3214
3210
|
"type": "button",
|
|
3215
|
-
"
|
|
3211
|
+
"label": "Download"
|
|
3216
3212
|
},
|
|
3217
3213
|
{
|
|
3218
|
-
"icon": "list",
|
|
3219
|
-
"label": "List",
|
|
3220
3214
|
"type": "button",
|
|
3215
|
+
"label": "List",
|
|
3221
3216
|
"action": "LIST_FILES",
|
|
3222
|
-
"variant": "secondary"
|
|
3217
|
+
"variant": "secondary",
|
|
3218
|
+
"icon": "list"
|
|
3223
3219
|
},
|
|
3224
3220
|
{
|
|
3225
|
-
"
|
|
3221
|
+
"label": "Delete",
|
|
3226
3222
|
"variant": "danger",
|
|
3227
|
-
"action": "DELETE_FILE",
|
|
3228
3223
|
"icon": "trash-2",
|
|
3229
|
-
"
|
|
3224
|
+
"type": "button",
|
|
3225
|
+
"action": "DELETE_FILE"
|
|
3230
3226
|
}
|
|
3231
3227
|
],
|
|
3228
|
+
"direction": "horizontal",
|
|
3229
|
+
"gap": "sm",
|
|
3230
|
+
"type": "stack",
|
|
3232
3231
|
"justify": "center"
|
|
3233
3232
|
}
|
|
3234
3233
|
],
|
|
3234
|
+
"gap": "lg",
|
|
3235
3235
|
"direction": "vertical",
|
|
3236
|
-
"type": "stack"
|
|
3236
|
+
"type": "stack",
|
|
3237
|
+
"align": "stretch"
|
|
3237
3238
|
}
|
|
3238
3239
|
],
|
|
3239
3240
|
"appName": "ResearchAssistant",
|
|
3240
|
-
"type": "dashboard-layout",
|
|
3241
3241
|
"navItems": [
|
|
3242
3242
|
{
|
|
3243
3243
|
"href": "/research",
|
|
3244
|
-
"
|
|
3245
|
-
"
|
|
3244
|
+
"icon": "search",
|
|
3245
|
+
"label": "Research"
|
|
3246
3246
|
},
|
|
3247
3247
|
{
|
|
3248
|
-
"href": "/cache",
|
|
3249
3248
|
"label": "Cache",
|
|
3250
|
-
"icon": "database"
|
|
3249
|
+
"icon": "database",
|
|
3250
|
+
"href": "/cache"
|
|
3251
3251
|
},
|
|
3252
3252
|
{
|
|
3253
3253
|
"href": "/reports",
|
|
3254
|
-
"
|
|
3255
|
-
"
|
|
3254
|
+
"icon": "file-text",
|
|
3255
|
+
"label": "Reports"
|
|
3256
3256
|
},
|
|
3257
3257
|
{
|
|
3258
|
-
"label": "Knowledge",
|
|
3259
3258
|
"icon": "book-open",
|
|
3259
|
+
"label": "Knowledge",
|
|
3260
3260
|
"href": "/knowledge"
|
|
3261
3261
|
}
|
|
3262
3262
|
]
|
|
@@ -3497,8 +3497,8 @@
|
|
|
3497
3497
|
"KnowledgeQuery",
|
|
3498
3498
|
{
|
|
3499
3499
|
"emit": {
|
|
3500
|
-
"
|
|
3501
|
-
"
|
|
3500
|
+
"failure": "KnowledgeQueryLoadFailed",
|
|
3501
|
+
"success": "KnowledgeQueryLoaded"
|
|
3502
3502
|
}
|
|
3503
3503
|
}
|
|
3504
3504
|
],
|
|
@@ -3506,14 +3506,13 @@
|
|
|
3506
3506
|
"render-ui",
|
|
3507
3507
|
"main",
|
|
3508
3508
|
{
|
|
3509
|
+
"appName": "ResearchAssistant",
|
|
3509
3510
|
"children": [
|
|
3510
3511
|
{
|
|
3511
|
-
"align": "center",
|
|
3512
|
-
"direction": "vertical",
|
|
3513
3512
|
"children": [
|
|
3514
3513
|
{
|
|
3515
|
-
"
|
|
3516
|
-
"
|
|
3514
|
+
"type": "icon",
|
|
3515
|
+
"name": "shield"
|
|
3517
3516
|
},
|
|
3518
3517
|
{
|
|
3519
3518
|
"type": "typography",
|
|
@@ -3525,53 +3524,54 @@
|
|
|
3525
3524
|
"type": "input"
|
|
3526
3525
|
},
|
|
3527
3526
|
{
|
|
3528
|
-
"type": "select",
|
|
3529
3527
|
"options": [
|
|
3530
3528
|
{
|
|
3531
3529
|
"label": "GET",
|
|
3532
3530
|
"value": "GET"
|
|
3533
3531
|
},
|
|
3534
3532
|
{
|
|
3535
|
-
"
|
|
3536
|
-
"
|
|
3533
|
+
"value": "POST",
|
|
3534
|
+
"label": "POST"
|
|
3537
3535
|
},
|
|
3538
3536
|
{
|
|
3539
|
-
"
|
|
3540
|
-
"
|
|
3537
|
+
"value": "PUT",
|
|
3538
|
+
"label": "PUT"
|
|
3541
3539
|
},
|
|
3542
3540
|
{
|
|
3543
|
-
"
|
|
3544
|
-
"
|
|
3541
|
+
"label": "DELETE",
|
|
3542
|
+
"value": "DELETE"
|
|
3545
3543
|
}
|
|
3546
|
-
]
|
|
3544
|
+
],
|
|
3545
|
+
"type": "select"
|
|
3547
3546
|
},
|
|
3548
3547
|
{
|
|
3549
|
-
"
|
|
3550
|
-
"
|
|
3548
|
+
"placeholder": "JSON request body",
|
|
3549
|
+
"type": "textarea"
|
|
3551
3550
|
},
|
|
3552
3551
|
{
|
|
3553
|
-
"type": "button",
|
|
3554
3552
|
"label": "Send Request",
|
|
3555
|
-
"variant": "primary",
|
|
3556
3553
|
"action": "CALL_API",
|
|
3557
|
-
"
|
|
3554
|
+
"variant": "primary",
|
|
3555
|
+
"icon": "send",
|
|
3556
|
+
"type": "button"
|
|
3558
3557
|
}
|
|
3559
3558
|
],
|
|
3559
|
+
"direction": "vertical",
|
|
3560
3560
|
"gap": "lg",
|
|
3561
|
+
"align": "center",
|
|
3561
3562
|
"type": "stack"
|
|
3562
3563
|
}
|
|
3563
3564
|
],
|
|
3564
|
-
"appName": "ResearchAssistant",
|
|
3565
3565
|
"navItems": [
|
|
3566
3566
|
{
|
|
3567
3567
|
"href": "/research",
|
|
3568
|
-
"
|
|
3569
|
-
"
|
|
3568
|
+
"icon": "search",
|
|
3569
|
+
"label": "Research"
|
|
3570
3570
|
},
|
|
3571
3571
|
{
|
|
3572
|
+
"href": "/cache",
|
|
3572
3573
|
"icon": "database",
|
|
3573
|
-
"label": "Cache"
|
|
3574
|
-
"href": "/cache"
|
|
3574
|
+
"label": "Cache"
|
|
3575
3575
|
},
|
|
3576
3576
|
{
|
|
3577
3577
|
"href": "/reports",
|
|
@@ -3579,9 +3579,9 @@
|
|
|
3579
3579
|
"label": "Reports"
|
|
3580
3580
|
},
|
|
3581
3581
|
{
|
|
3582
|
-
"href": "/knowledge",
|
|
3583
3582
|
"icon": "book-open",
|
|
3584
|
-
"label": "Knowledge"
|
|
3583
|
+
"label": "Knowledge",
|
|
3584
|
+
"href": "/knowledge"
|
|
3585
3585
|
}
|
|
3586
3586
|
],
|
|
3587
3587
|
"type": "dashboard-layout"
|
|
@@ -3598,37 +3598,37 @@
|
|
|
3598
3598
|
"render-ui",
|
|
3599
3599
|
"main",
|
|
3600
3600
|
{
|
|
3601
|
-
"children": [
|
|
3602
|
-
{
|
|
3603
|
-
"title": "Calling API...",
|
|
3604
|
-
"message": "Sending request to knowledgequery endpoint...",
|
|
3605
|
-
"type": "loading-state"
|
|
3606
|
-
}
|
|
3607
|
-
],
|
|
3608
|
-
"appName": "ResearchAssistant",
|
|
3609
|
-
"type": "dashboard-layout",
|
|
3610
3601
|
"navItems": [
|
|
3611
3602
|
{
|
|
3612
3603
|
"label": "Research",
|
|
3613
|
-
"
|
|
3614
|
-
"
|
|
3604
|
+
"href": "/research",
|
|
3605
|
+
"icon": "search"
|
|
3615
3606
|
},
|
|
3616
3607
|
{
|
|
3608
|
+
"icon": "database",
|
|
3617
3609
|
"label": "Cache",
|
|
3618
|
-
"href": "/cache"
|
|
3619
|
-
"icon": "database"
|
|
3610
|
+
"href": "/cache"
|
|
3620
3611
|
},
|
|
3621
3612
|
{
|
|
3622
|
-
"href": "/reports",
|
|
3623
3613
|
"icon": "file-text",
|
|
3614
|
+
"href": "/reports",
|
|
3624
3615
|
"label": "Reports"
|
|
3625
3616
|
},
|
|
3626
3617
|
{
|
|
3627
|
-
"
|
|
3618
|
+
"href": "/knowledge",
|
|
3628
3619
|
"icon": "book-open",
|
|
3629
|
-
"
|
|
3620
|
+
"label": "Knowledge"
|
|
3630
3621
|
}
|
|
3631
|
-
]
|
|
3622
|
+
],
|
|
3623
|
+
"children": [
|
|
3624
|
+
{
|
|
3625
|
+
"message": "Sending request to knowledgequery endpoint...",
|
|
3626
|
+
"title": "Calling API...",
|
|
3627
|
+
"type": "loading-state"
|
|
3628
|
+
}
|
|
3629
|
+
],
|
|
3630
|
+
"type": "dashboard-layout",
|
|
3631
|
+
"appName": "ResearchAssistant"
|
|
3632
3632
|
}
|
|
3633
3633
|
],
|
|
3634
3634
|
[
|
|
@@ -3636,9 +3636,9 @@
|
|
|
3636
3636
|
"custom-bearer-api",
|
|
3637
3637
|
"execute",
|
|
3638
3638
|
{
|
|
3639
|
-
"
|
|
3639
|
+
"method": "@entity.method",
|
|
3640
3640
|
"endpoint": "@entity.endpoint",
|
|
3641
|
-
"
|
|
3641
|
+
"body": "@entity.requestBody"
|
|
3642
3642
|
},
|
|
3643
3643
|
{
|
|
3644
3644
|
"emit": {
|
|
@@ -3670,20 +3670,21 @@
|
|
|
3670
3670
|
{
|
|
3671
3671
|
"children": [
|
|
3672
3672
|
{
|
|
3673
|
+
"align": "center",
|
|
3673
3674
|
"children": [
|
|
3674
3675
|
{
|
|
3675
|
-
"
|
|
3676
|
-
"
|
|
3676
|
+
"type": "icon",
|
|
3677
|
+
"name": "check-circle"
|
|
3677
3678
|
},
|
|
3678
3679
|
{
|
|
3679
|
-
"variant": "h2",
|
|
3680
3680
|
"type": "typography",
|
|
3681
|
-
"content": "Response"
|
|
3681
|
+
"content": "Response",
|
|
3682
|
+
"variant": "h2"
|
|
3682
3683
|
},
|
|
3683
3684
|
{
|
|
3684
|
-
"
|
|
3685
|
+
"type": "badge",
|
|
3685
3686
|
"label": "@entity.statusCode",
|
|
3686
|
-
"
|
|
3687
|
+
"variant": "info"
|
|
3687
3688
|
},
|
|
3688
3689
|
{
|
|
3689
3690
|
"code": "@entity.responseData",
|
|
@@ -3691,43 +3692,42 @@
|
|
|
3691
3692
|
"language": "json"
|
|
3692
3693
|
},
|
|
3693
3694
|
{
|
|
3694
|
-
"variant": "ghost",
|
|
3695
|
-
"icon": "rotate-ccw",
|
|
3696
3695
|
"type": "button",
|
|
3697
3696
|
"action": "RESET",
|
|
3698
|
-
"
|
|
3697
|
+
"variant": "ghost",
|
|
3698
|
+
"label": "New Request",
|
|
3699
|
+
"icon": "rotate-ccw"
|
|
3699
3700
|
}
|
|
3700
3701
|
],
|
|
3701
|
-
"gap": "lg",
|
|
3702
|
-
"type": "stack",
|
|
3703
3702
|
"direction": "vertical",
|
|
3704
|
-
"
|
|
3703
|
+
"type": "stack",
|
|
3704
|
+
"gap": "lg"
|
|
3705
3705
|
}
|
|
3706
3706
|
],
|
|
3707
|
+
"appName": "ResearchAssistant",
|
|
3708
|
+
"type": "dashboard-layout",
|
|
3707
3709
|
"navItems": [
|
|
3708
3710
|
{
|
|
3711
|
+
"label": "Research",
|
|
3709
3712
|
"href": "/research",
|
|
3710
|
-
"icon": "search"
|
|
3711
|
-
"label": "Research"
|
|
3713
|
+
"icon": "search"
|
|
3712
3714
|
},
|
|
3713
3715
|
{
|
|
3714
|
-
"label": "Cache",
|
|
3715
3716
|
"href": "/cache",
|
|
3716
|
-
"icon": "database"
|
|
3717
|
+
"icon": "database",
|
|
3718
|
+
"label": "Cache"
|
|
3717
3719
|
},
|
|
3718
3720
|
{
|
|
3719
|
-
"
|
|
3721
|
+
"label": "Reports",
|
|
3720
3722
|
"href": "/reports",
|
|
3721
|
-
"
|
|
3723
|
+
"icon": "file-text"
|
|
3722
3724
|
},
|
|
3723
3725
|
{
|
|
3726
|
+
"icon": "book-open",
|
|
3724
3727
|
"href": "/knowledge",
|
|
3725
|
-
"label": "Knowledge"
|
|
3726
|
-
"icon": "book-open"
|
|
3728
|
+
"label": "Knowledge"
|
|
3727
3729
|
}
|
|
3728
|
-
]
|
|
3729
|
-
"type": "dashboard-layout",
|
|
3730
|
-
"appName": "ResearchAssistant"
|
|
3730
|
+
]
|
|
3731
3731
|
}
|
|
3732
3732
|
]
|
|
3733
3733
|
]
|
|
@@ -3746,38 +3746,38 @@
|
|
|
3746
3746
|
"render-ui",
|
|
3747
3747
|
"main",
|
|
3748
3748
|
{
|
|
3749
|
-
"type": "dashboard-layout",
|
|
3750
3749
|
"navItems": [
|
|
3751
3750
|
{
|
|
3752
3751
|
"icon": "search",
|
|
3753
|
-
"
|
|
3754
|
-
"
|
|
3752
|
+
"label": "Research",
|
|
3753
|
+
"href": "/research"
|
|
3755
3754
|
},
|
|
3756
3755
|
{
|
|
3757
|
-
"label": "Cache",
|
|
3758
3756
|
"icon": "database",
|
|
3757
|
+
"label": "Cache",
|
|
3759
3758
|
"href": "/cache"
|
|
3760
3759
|
},
|
|
3761
3760
|
{
|
|
3762
3761
|
"label": "Reports",
|
|
3763
|
-
"
|
|
3764
|
-
"
|
|
3762
|
+
"icon": "file-text",
|
|
3763
|
+
"href": "/reports"
|
|
3765
3764
|
},
|
|
3766
3765
|
{
|
|
3766
|
+
"label": "Knowledge",
|
|
3767
3767
|
"href": "/knowledge",
|
|
3768
|
-
"icon": "book-open"
|
|
3769
|
-
"label": "Knowledge"
|
|
3768
|
+
"icon": "book-open"
|
|
3770
3769
|
}
|
|
3771
3770
|
],
|
|
3771
|
+
"appName": "ResearchAssistant",
|
|
3772
3772
|
"children": [
|
|
3773
3773
|
{
|
|
3774
3774
|
"onRetry": "RETRY",
|
|
3775
|
+
"message": "@entity.error",
|
|
3775
3776
|
"type": "error-state",
|
|
3776
|
-
"title": "Request Failed"
|
|
3777
|
-
"message": "@entity.error"
|
|
3777
|
+
"title": "Request Failed"
|
|
3778
3778
|
}
|
|
3779
3779
|
],
|
|
3780
|
-
"
|
|
3780
|
+
"type": "dashboard-layout"
|
|
3781
3781
|
}
|
|
3782
3782
|
]
|
|
3783
3783
|
]
|
|
@@ -3791,85 +3791,85 @@
|
|
|
3791
3791
|
"render-ui",
|
|
3792
3792
|
"main",
|
|
3793
3793
|
{
|
|
3794
|
-
"
|
|
3794
|
+
"type": "dashboard-layout",
|
|
3795
3795
|
"children": [
|
|
3796
3796
|
{
|
|
3797
|
+
"direction": "vertical",
|
|
3797
3798
|
"children": [
|
|
3798
3799
|
{
|
|
3799
3800
|
"type": "icon",
|
|
3800
3801
|
"name": "shield"
|
|
3801
3802
|
},
|
|
3802
3803
|
{
|
|
3803
|
-
"variant": "h2",
|
|
3804
3804
|
"content": "Bearer API Tester",
|
|
3805
|
+
"variant": "h2",
|
|
3805
3806
|
"type": "typography"
|
|
3806
3807
|
},
|
|
3807
3808
|
{
|
|
3808
|
-
"
|
|
3809
|
-
"
|
|
3809
|
+
"placeholder": "/users",
|
|
3810
|
+
"type": "input"
|
|
3810
3811
|
},
|
|
3811
3812
|
{
|
|
3812
3813
|
"options": [
|
|
3813
3814
|
{
|
|
3814
|
-
"
|
|
3815
|
-
"
|
|
3815
|
+
"value": "GET",
|
|
3816
|
+
"label": "GET"
|
|
3816
3817
|
},
|
|
3817
3818
|
{
|
|
3818
3819
|
"label": "POST",
|
|
3819
3820
|
"value": "POST"
|
|
3820
3821
|
},
|
|
3821
3822
|
{
|
|
3822
|
-
"
|
|
3823
|
-
"
|
|
3823
|
+
"value": "PUT",
|
|
3824
|
+
"label": "PUT"
|
|
3824
3825
|
},
|
|
3825
3826
|
{
|
|
3826
|
-
"
|
|
3827
|
-
"
|
|
3827
|
+
"value": "DELETE",
|
|
3828
|
+
"label": "DELETE"
|
|
3828
3829
|
}
|
|
3829
3830
|
],
|
|
3830
3831
|
"type": "select"
|
|
3831
3832
|
},
|
|
3832
3833
|
{
|
|
3833
|
-
"
|
|
3834
|
-
"
|
|
3834
|
+
"placeholder": "JSON request body",
|
|
3835
|
+
"type": "textarea"
|
|
3835
3836
|
},
|
|
3836
3837
|
{
|
|
3838
|
+
"icon": "send",
|
|
3839
|
+
"label": "Send Request",
|
|
3837
3840
|
"variant": "primary",
|
|
3838
3841
|
"action": "CALL_API",
|
|
3839
|
-
"
|
|
3840
|
-
"type": "button",
|
|
3841
|
-
"label": "Send Request"
|
|
3842
|
+
"type": "button"
|
|
3842
3843
|
}
|
|
3843
3844
|
],
|
|
3844
3845
|
"type": "stack",
|
|
3845
|
-
"direction": "vertical",
|
|
3846
3846
|
"align": "center",
|
|
3847
3847
|
"gap": "lg"
|
|
3848
3848
|
}
|
|
3849
3849
|
],
|
|
3850
3850
|
"navItems": [
|
|
3851
3851
|
{
|
|
3852
|
+
"label": "Research",
|
|
3852
3853
|
"href": "/research",
|
|
3853
|
-
"icon": "search"
|
|
3854
|
-
"label": "Research"
|
|
3854
|
+
"icon": "search"
|
|
3855
3855
|
},
|
|
3856
3856
|
{
|
|
3857
|
-
"href": "/cache",
|
|
3858
3857
|
"label": "Cache",
|
|
3858
|
+
"href": "/cache",
|
|
3859
3859
|
"icon": "database"
|
|
3860
3860
|
},
|
|
3861
3861
|
{
|
|
3862
3862
|
"icon": "file-text",
|
|
3863
|
-
"
|
|
3864
|
-
"
|
|
3863
|
+
"label": "Reports",
|
|
3864
|
+
"href": "/reports"
|
|
3865
3865
|
},
|
|
3866
3866
|
{
|
|
3867
|
+
"label": "Knowledge",
|
|
3867
3868
|
"href": "/knowledge",
|
|
3868
|
-
"icon": "book-open"
|
|
3869
|
-
"label": "Knowledge"
|
|
3869
|
+
"icon": "book-open"
|
|
3870
3870
|
}
|
|
3871
3871
|
],
|
|
3872
|
-
"
|
|
3872
|
+
"appName": "ResearchAssistant"
|
|
3873
3873
|
}
|
|
3874
3874
|
]
|
|
3875
3875
|
]
|
|
@@ -3883,65 +3883,64 @@
|
|
|
3883
3883
|
"render-ui",
|
|
3884
3884
|
"main",
|
|
3885
3885
|
{
|
|
3886
|
-
"type": "dashboard-layout",
|
|
3887
3886
|
"navItems": [
|
|
3888
3887
|
{
|
|
3889
|
-
"icon": "search",
|
|
3890
3888
|
"label": "Research",
|
|
3891
|
-
"href": "/research"
|
|
3889
|
+
"href": "/research",
|
|
3890
|
+
"icon": "search"
|
|
3892
3891
|
},
|
|
3893
3892
|
{
|
|
3894
|
-
"
|
|
3893
|
+
"icon": "database",
|
|
3895
3894
|
"label": "Cache",
|
|
3896
|
-
"
|
|
3895
|
+
"href": "/cache"
|
|
3897
3896
|
},
|
|
3898
3897
|
{
|
|
3899
3898
|
"label": "Reports",
|
|
3900
|
-
"
|
|
3901
|
-
"
|
|
3899
|
+
"href": "/reports",
|
|
3900
|
+
"icon": "file-text"
|
|
3902
3901
|
},
|
|
3903
3902
|
{
|
|
3904
|
-
"
|
|
3903
|
+
"href": "/knowledge",
|
|
3905
3904
|
"label": "Knowledge",
|
|
3906
|
-
"
|
|
3905
|
+
"icon": "book-open"
|
|
3907
3906
|
}
|
|
3908
3907
|
],
|
|
3909
3908
|
"children": [
|
|
3910
3909
|
{
|
|
3911
3910
|
"children": [
|
|
3912
3911
|
{
|
|
3913
|
-
"
|
|
3914
|
-
"
|
|
3912
|
+
"name": "shield",
|
|
3913
|
+
"type": "icon"
|
|
3915
3914
|
},
|
|
3916
3915
|
{
|
|
3917
|
-
"
|
|
3916
|
+
"content": "Bearer API Tester",
|
|
3918
3917
|
"type": "typography",
|
|
3919
|
-
"
|
|
3918
|
+
"variant": "h2"
|
|
3920
3919
|
},
|
|
3921
3920
|
{
|
|
3922
|
-
"
|
|
3923
|
-
"
|
|
3921
|
+
"placeholder": "/users",
|
|
3922
|
+
"type": "input"
|
|
3924
3923
|
},
|
|
3925
3924
|
{
|
|
3925
|
+
"type": "select",
|
|
3926
3926
|
"options": [
|
|
3927
3927
|
{
|
|
3928
|
-
"
|
|
3929
|
-
"
|
|
3928
|
+
"label": "GET",
|
|
3929
|
+
"value": "GET"
|
|
3930
3930
|
},
|
|
3931
3931
|
{
|
|
3932
|
-
"
|
|
3933
|
-
"
|
|
3932
|
+
"label": "POST",
|
|
3933
|
+
"value": "POST"
|
|
3934
3934
|
},
|
|
3935
3935
|
{
|
|
3936
3936
|
"value": "PUT",
|
|
3937
3937
|
"label": "PUT"
|
|
3938
3938
|
},
|
|
3939
3939
|
{
|
|
3940
|
-
"
|
|
3941
|
-
"
|
|
3940
|
+
"value": "DELETE",
|
|
3941
|
+
"label": "DELETE"
|
|
3942
3942
|
}
|
|
3943
|
-
]
|
|
3944
|
-
"type": "select"
|
|
3943
|
+
]
|
|
3945
3944
|
},
|
|
3946
3945
|
{
|
|
3947
3946
|
"type": "textarea",
|
|
@@ -3949,18 +3948,19 @@
|
|
|
3949
3948
|
},
|
|
3950
3949
|
{
|
|
3951
3950
|
"type": "button",
|
|
3952
|
-
"
|
|
3953
|
-
"icon": "send",
|
|
3951
|
+
"action": "CALL_API",
|
|
3954
3952
|
"variant": "primary",
|
|
3955
|
-
"
|
|
3953
|
+
"label": "Send Request",
|
|
3954
|
+
"icon": "send"
|
|
3956
3955
|
}
|
|
3957
3956
|
],
|
|
3958
|
-
"gap": "lg",
|
|
3959
|
-
"type": "stack",
|
|
3960
3957
|
"direction": "vertical",
|
|
3961
|
-
"
|
|
3958
|
+
"gap": "lg",
|
|
3959
|
+
"align": "center",
|
|
3960
|
+
"type": "stack"
|
|
3962
3961
|
}
|
|
3963
3962
|
],
|
|
3963
|
+
"type": "dashboard-layout",
|
|
3964
3964
|
"appName": "ResearchAssistant"
|
|
3965
3965
|
}
|
|
3966
3966
|
]
|
|
@@ -3978,17 +3978,17 @@
|
|
|
3978
3978
|
"navItems": [
|
|
3979
3979
|
{
|
|
3980
3980
|
"icon": "search",
|
|
3981
|
-
"
|
|
3982
|
-
"
|
|
3981
|
+
"href": "/research",
|
|
3982
|
+
"label": "Research"
|
|
3983
3983
|
},
|
|
3984
3984
|
{
|
|
3985
3985
|
"icon": "database",
|
|
3986
|
-
"
|
|
3987
|
-
"
|
|
3986
|
+
"href": "/cache",
|
|
3987
|
+
"label": "Cache"
|
|
3988
3988
|
},
|
|
3989
3989
|
{
|
|
3990
|
-
"icon": "file-text",
|
|
3991
3990
|
"label": "Reports",
|
|
3991
|
+
"icon": "file-text",
|
|
3992
3992
|
"href": "/reports"
|
|
3993
3993
|
},
|
|
3994
3994
|
{
|
|
@@ -3997,33 +3997,35 @@
|
|
|
3997
3997
|
"label": "Knowledge"
|
|
3998
3998
|
}
|
|
3999
3999
|
],
|
|
4000
|
+
"appName": "ResearchAssistant",
|
|
4000
4001
|
"type": "dashboard-layout",
|
|
4001
4002
|
"children": [
|
|
4002
4003
|
{
|
|
4004
|
+
"type": "stack",
|
|
4005
|
+
"align": "center",
|
|
4003
4006
|
"children": [
|
|
4004
4007
|
{
|
|
4005
4008
|
"type": "icon",
|
|
4006
4009
|
"name": "shield"
|
|
4007
4010
|
},
|
|
4008
4011
|
{
|
|
4009
|
-
"
|
|
4012
|
+
"type": "typography",
|
|
4010
4013
|
"content": "Bearer API Tester",
|
|
4011
|
-
"
|
|
4014
|
+
"variant": "h2"
|
|
4012
4015
|
},
|
|
4013
4016
|
{
|
|
4014
4017
|
"placeholder": "/users",
|
|
4015
4018
|
"type": "input"
|
|
4016
4019
|
},
|
|
4017
4020
|
{
|
|
4018
|
-
"type": "select",
|
|
4019
4021
|
"options": [
|
|
4020
4022
|
{
|
|
4021
|
-
"
|
|
4022
|
-
"
|
|
4023
|
+
"label": "GET",
|
|
4024
|
+
"value": "GET"
|
|
4023
4025
|
},
|
|
4024
4026
|
{
|
|
4025
|
-
"
|
|
4026
|
-
"
|
|
4027
|
+
"value": "POST",
|
|
4028
|
+
"label": "POST"
|
|
4027
4029
|
},
|
|
4028
4030
|
{
|
|
4029
4031
|
"label": "PUT",
|
|
@@ -4033,27 +4035,25 @@
|
|
|
4033
4035
|
"value": "DELETE",
|
|
4034
4036
|
"label": "DELETE"
|
|
4035
4037
|
}
|
|
4036
|
-
]
|
|
4038
|
+
],
|
|
4039
|
+
"type": "select"
|
|
4037
4040
|
},
|
|
4038
4041
|
{
|
|
4039
4042
|
"type": "textarea",
|
|
4040
4043
|
"placeholder": "JSON request body"
|
|
4041
4044
|
},
|
|
4042
4045
|
{
|
|
4043
|
-
"type": "button",
|
|
4044
|
-
"variant": "primary",
|
|
4045
4046
|
"icon": "send",
|
|
4047
|
+
"label": "Send Request",
|
|
4048
|
+
"type": "button",
|
|
4046
4049
|
"action": "CALL_API",
|
|
4047
|
-
"
|
|
4050
|
+
"variant": "primary"
|
|
4048
4051
|
}
|
|
4049
4052
|
],
|
|
4050
4053
|
"direction": "vertical",
|
|
4051
|
-
"
|
|
4052
|
-
"gap": "lg",
|
|
4053
|
-
"align": "center"
|
|
4054
|
+
"gap": "lg"
|
|
4054
4055
|
}
|
|
4055
|
-
]
|
|
4056
|
-
"appName": "ResearchAssistant"
|
|
4056
|
+
]
|
|
4057
4057
|
}
|
|
4058
4058
|
]
|
|
4059
4059
|
]
|
|
@@ -4076,4 +4076,4 @@
|
|
|
4076
4076
|
]
|
|
4077
4077
|
}
|
|
4078
4078
|
]
|
|
4079
|
-
}
|
|
4079
|
+
}
|