@almadar/std 13.7.0 → 13.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors/behaviors-registry.json +2913 -322
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors-registry.json +2913 -322
- package/package.json +1 -1
|
@@ -394,30 +394,60 @@
|
|
|
394
394
|
"to": "idle",
|
|
395
395
|
"event": "INIT",
|
|
396
396
|
"effects": [
|
|
397
|
+
[
|
|
398
|
+
"set",
|
|
399
|
+
"@entity.query",
|
|
400
|
+
""
|
|
401
|
+
],
|
|
397
402
|
[
|
|
398
403
|
"render-ui",
|
|
399
404
|
"main",
|
|
400
405
|
{
|
|
401
406
|
"appName": "ResearchAssistant",
|
|
407
|
+
"type": "dashboard-layout",
|
|
408
|
+
"navItems": [
|
|
409
|
+
{
|
|
410
|
+
"label": "Research",
|
|
411
|
+
"href": "/research",
|
|
412
|
+
"icon": "search"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"label": "Cache",
|
|
416
|
+
"href": "/cache",
|
|
417
|
+
"icon": "database"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"href": "/reports",
|
|
421
|
+
"label": "Reports",
|
|
422
|
+
"icon": "file-text"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"href": "/knowledge",
|
|
426
|
+
"icon": "book-open",
|
|
427
|
+
"label": "Knowledge"
|
|
428
|
+
}
|
|
429
|
+
],
|
|
402
430
|
"children": [
|
|
403
431
|
{
|
|
432
|
+
"gap": "lg",
|
|
433
|
+
"direction": "vertical",
|
|
404
434
|
"children": [
|
|
405
435
|
{
|
|
406
|
-
"
|
|
407
|
-
"align": "center",
|
|
436
|
+
"gap": "sm",
|
|
408
437
|
"type": "stack",
|
|
409
438
|
"children": [
|
|
410
439
|
{
|
|
411
|
-
"
|
|
412
|
-
"
|
|
440
|
+
"name": "search",
|
|
441
|
+
"type": "icon"
|
|
413
442
|
},
|
|
414
443
|
{
|
|
415
|
-
"variant": "h2",
|
|
416
444
|
"type": "typography",
|
|
445
|
+
"variant": "h2",
|
|
417
446
|
"content": "Content Research"
|
|
418
447
|
}
|
|
419
448
|
],
|
|
420
|
-
"
|
|
449
|
+
"direction": "horizontal",
|
|
450
|
+
"align": "center"
|
|
421
451
|
},
|
|
422
452
|
{
|
|
423
453
|
"type": "divider"
|
|
@@ -425,58 +455,33 @@
|
|
|
425
455
|
{
|
|
426
456
|
"children": [
|
|
427
457
|
{
|
|
458
|
+
"type": "stack",
|
|
459
|
+
"gap": "md",
|
|
460
|
+
"direction": "vertical",
|
|
428
461
|
"children": [
|
|
429
462
|
{
|
|
430
|
-
"
|
|
463
|
+
"variant": "body",
|
|
431
464
|
"type": "typography",
|
|
432
|
-
"
|
|
465
|
+
"content": "Search YouTube for content to summarize"
|
|
433
466
|
},
|
|
434
467
|
{
|
|
435
468
|
"mode": "edit",
|
|
436
|
-
"type": "form-section",
|
|
437
469
|
"entity": "@entity",
|
|
438
|
-
"
|
|
470
|
+
"type": "form-section",
|
|
439
471
|
"fields": [
|
|
440
472
|
"query"
|
|
441
|
-
]
|
|
473
|
+
],
|
|
474
|
+
"submitEvent": "SEARCH"
|
|
442
475
|
}
|
|
443
|
-
]
|
|
444
|
-
"direction": "vertical",
|
|
445
|
-
"type": "stack",
|
|
446
|
-
"gap": "md"
|
|
476
|
+
]
|
|
447
477
|
}
|
|
448
478
|
],
|
|
449
479
|
"type": "card"
|
|
450
480
|
}
|
|
451
481
|
],
|
|
452
|
-
"type": "stack"
|
|
453
|
-
"direction": "vertical",
|
|
454
|
-
"gap": "lg"
|
|
455
|
-
}
|
|
456
|
-
],
|
|
457
|
-
"navItems": [
|
|
458
|
-
{
|
|
459
|
-
"label": "Research",
|
|
460
|
-
"href": "/research",
|
|
461
|
-
"icon": "search"
|
|
462
|
-
},
|
|
463
|
-
{
|
|
464
|
-
"href": "/cache",
|
|
465
|
-
"icon": "database",
|
|
466
|
-
"label": "Cache"
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"icon": "file-text",
|
|
470
|
-
"href": "/reports",
|
|
471
|
-
"label": "Reports"
|
|
472
|
-
},
|
|
473
|
-
{
|
|
474
|
-
"icon": "book-open",
|
|
475
|
-
"label": "Knowledge",
|
|
476
|
-
"href": "/knowledge"
|
|
482
|
+
"type": "stack"
|
|
477
483
|
}
|
|
478
|
-
]
|
|
479
|
-
"type": "dashboard-layout"
|
|
484
|
+
]
|
|
480
485
|
}
|
|
481
486
|
]
|
|
482
487
|
]
|
|
@@ -502,8 +507,8 @@
|
|
|
502
507
|
},
|
|
503
508
|
{
|
|
504
509
|
"emit": {
|
|
505
|
-
"
|
|
506
|
-
"
|
|
510
|
+
"success": "ResearchYoutubeCompleted",
|
|
511
|
+
"failure": "ResearchYoutubeFailed"
|
|
507
512
|
}
|
|
508
513
|
}
|
|
509
514
|
],
|
|
@@ -511,34 +516,36 @@
|
|
|
511
516
|
"render-ui",
|
|
512
517
|
"main",
|
|
513
518
|
{
|
|
514
|
-
"type": "dashboard-layout",
|
|
515
519
|
"navItems": [
|
|
516
520
|
{
|
|
521
|
+
"href": "/research",
|
|
517
522
|
"label": "Research",
|
|
518
|
-
"icon": "search"
|
|
519
|
-
"href": "/research"
|
|
523
|
+
"icon": "search"
|
|
520
524
|
},
|
|
521
525
|
{
|
|
526
|
+
"icon": "database",
|
|
522
527
|
"label": "Cache",
|
|
523
|
-
"href": "/cache"
|
|
524
|
-
"icon": "database"
|
|
528
|
+
"href": "/cache"
|
|
525
529
|
},
|
|
526
530
|
{
|
|
527
531
|
"icon": "file-text",
|
|
528
|
-
"
|
|
529
|
-
"
|
|
532
|
+
"href": "/reports",
|
|
533
|
+
"label": "Reports"
|
|
530
534
|
},
|
|
531
535
|
{
|
|
532
|
-
"
|
|
536
|
+
"icon": "book-open",
|
|
533
537
|
"href": "/knowledge",
|
|
534
|
-
"
|
|
538
|
+
"label": "Knowledge"
|
|
535
539
|
}
|
|
536
540
|
],
|
|
541
|
+
"appName": "ResearchAssistant",
|
|
542
|
+
"type": "dashboard-layout",
|
|
537
543
|
"children": [
|
|
538
544
|
{
|
|
539
|
-
"type": "stack",
|
|
540
|
-
"gap": "lg",
|
|
541
545
|
"align": "center",
|
|
546
|
+
"direction": "vertical",
|
|
547
|
+
"gap": "lg",
|
|
548
|
+
"type": "stack",
|
|
542
549
|
"children": [
|
|
543
550
|
{
|
|
544
551
|
"name": "search",
|
|
@@ -553,15 +560,13 @@
|
|
|
553
560
|
"type": "spinner"
|
|
554
561
|
},
|
|
555
562
|
{
|
|
563
|
+
"content": "@entity.query",
|
|
556
564
|
"variant": "caption",
|
|
557
|
-
"type": "typography"
|
|
558
|
-
"content": "@entity.query"
|
|
565
|
+
"type": "typography"
|
|
559
566
|
}
|
|
560
|
-
]
|
|
561
|
-
"direction": "vertical"
|
|
567
|
+
]
|
|
562
568
|
}
|
|
563
|
-
]
|
|
564
|
-
"appName": "ResearchAssistant"
|
|
569
|
+
]
|
|
565
570
|
}
|
|
566
571
|
]
|
|
567
572
|
]
|
|
@@ -580,16 +585,18 @@
|
|
|
580
585
|
"render-ui",
|
|
581
586
|
"main",
|
|
582
587
|
{
|
|
588
|
+
"appName": "ResearchAssistant",
|
|
589
|
+
"type": "dashboard-layout",
|
|
583
590
|
"navItems": [
|
|
584
591
|
{
|
|
585
|
-
"label": "Research",
|
|
586
592
|
"href": "/research",
|
|
587
|
-
"icon": "search"
|
|
593
|
+
"icon": "search",
|
|
594
|
+
"label": "Research"
|
|
588
595
|
},
|
|
589
596
|
{
|
|
597
|
+
"icon": "database",
|
|
590
598
|
"label": "Cache",
|
|
591
|
-
"href": "/cache"
|
|
592
|
-
"icon": "database"
|
|
599
|
+
"href": "/cache"
|
|
593
600
|
},
|
|
594
601
|
{
|
|
595
602
|
"label": "Reports",
|
|
@@ -597,47 +604,47 @@
|
|
|
597
604
|
"icon": "file-text"
|
|
598
605
|
},
|
|
599
606
|
{
|
|
600
|
-
"label": "Knowledge",
|
|
601
607
|
"href": "/knowledge",
|
|
608
|
+
"label": "Knowledge",
|
|
602
609
|
"icon": "book-open"
|
|
603
610
|
}
|
|
604
611
|
],
|
|
605
612
|
"children": [
|
|
606
613
|
{
|
|
614
|
+
"gap": "lg",
|
|
607
615
|
"type": "stack",
|
|
608
616
|
"direction": "vertical",
|
|
609
|
-
"gap": "lg",
|
|
610
617
|
"children": [
|
|
611
618
|
{
|
|
612
|
-
"align": "center",
|
|
613
|
-
"gap": "sm",
|
|
614
619
|
"justify": "between",
|
|
615
620
|
"direction": "horizontal",
|
|
621
|
+
"align": "center",
|
|
616
622
|
"type": "stack",
|
|
623
|
+
"gap": "sm",
|
|
617
624
|
"children": [
|
|
618
625
|
{
|
|
619
|
-
"type": "stack",
|
|
620
626
|
"children": [
|
|
621
627
|
{
|
|
622
|
-
"
|
|
623
|
-
"
|
|
628
|
+
"name": "video",
|
|
629
|
+
"type": "icon"
|
|
624
630
|
},
|
|
625
631
|
{
|
|
626
|
-
"
|
|
632
|
+
"type": "typography",
|
|
627
633
|
"variant": "h2",
|
|
628
|
-
"
|
|
634
|
+
"content": "Search Results"
|
|
629
635
|
}
|
|
630
636
|
],
|
|
631
|
-
"align": "center",
|
|
632
637
|
"direction": "horizontal",
|
|
633
|
-
"gap": "sm"
|
|
638
|
+
"gap": "sm",
|
|
639
|
+
"align": "center",
|
|
640
|
+
"type": "stack"
|
|
634
641
|
},
|
|
635
642
|
{
|
|
643
|
+
"label": "New Search",
|
|
636
644
|
"type": "button",
|
|
637
645
|
"action": "RESET",
|
|
638
|
-
"variant": "ghost",
|
|
639
646
|
"icon": "rotate-ccw",
|
|
640
|
-
"
|
|
647
|
+
"variant": "ghost"
|
|
641
648
|
}
|
|
642
649
|
]
|
|
643
650
|
},
|
|
@@ -645,34 +652,32 @@
|
|
|
645
652
|
"type": "divider"
|
|
646
653
|
},
|
|
647
654
|
{
|
|
648
|
-
"
|
|
649
|
-
|
|
655
|
+
"itemActions": [
|
|
656
|
+
{
|
|
657
|
+
"variant": "primary",
|
|
658
|
+
"label": "Summarize",
|
|
659
|
+
"event": "SELECT_AND_SUMMARIZE"
|
|
660
|
+
}
|
|
661
|
+
],
|
|
650
662
|
"fields": [
|
|
651
663
|
{
|
|
652
|
-
"name": "videoTitle",
|
|
653
|
-
"label": "Title",
|
|
654
664
|
"variant": "h4",
|
|
655
|
-
"
|
|
665
|
+
"label": "Title",
|
|
666
|
+
"icon": "video",
|
|
667
|
+
"name": "videoTitle"
|
|
656
668
|
},
|
|
657
669
|
{
|
|
658
|
-
"name": "videoDescription",
|
|
659
670
|
"label": "Description",
|
|
660
|
-
"variant": "caption"
|
|
671
|
+
"variant": "caption",
|
|
672
|
+
"name": "videoDescription"
|
|
661
673
|
}
|
|
662
674
|
],
|
|
663
|
-
"
|
|
664
|
-
|
|
665
|
-
"label": "Summarize",
|
|
666
|
-
"variant": "primary",
|
|
667
|
-
"event": "SELECT_AND_SUMMARIZE"
|
|
668
|
-
}
|
|
669
|
-
]
|
|
675
|
+
"type": "data-grid",
|
|
676
|
+
"entity": "@payload.results"
|
|
670
677
|
}
|
|
671
678
|
]
|
|
672
679
|
}
|
|
673
|
-
]
|
|
674
|
-
"type": "dashboard-layout",
|
|
675
|
-
"appName": "ResearchAssistant"
|
|
680
|
+
]
|
|
676
681
|
}
|
|
677
682
|
]
|
|
678
683
|
]
|
|
@@ -696,61 +701,61 @@
|
|
|
696
701
|
"render-ui",
|
|
697
702
|
"main",
|
|
698
703
|
{
|
|
699
|
-
"navItems": [
|
|
700
|
-
{
|
|
701
|
-
"label": "Research",
|
|
702
|
-
"icon": "search",
|
|
703
|
-
"href": "/research"
|
|
704
|
-
},
|
|
705
|
-
{
|
|
706
|
-
"href": "/cache",
|
|
707
|
-
"label": "Cache",
|
|
708
|
-
"icon": "database"
|
|
709
|
-
},
|
|
710
|
-
{
|
|
711
|
-
"icon": "file-text",
|
|
712
|
-
"href": "/reports",
|
|
713
|
-
"label": "Reports"
|
|
714
|
-
},
|
|
715
|
-
{
|
|
716
|
-
"label": "Knowledge",
|
|
717
|
-
"href": "/knowledge",
|
|
718
|
-
"icon": "book-open"
|
|
719
|
-
}
|
|
720
|
-
],
|
|
721
|
-
"appName": "ResearchAssistant",
|
|
722
|
-
"type": "dashboard-layout",
|
|
723
704
|
"children": [
|
|
724
705
|
{
|
|
706
|
+
"type": "stack",
|
|
725
707
|
"gap": "lg",
|
|
726
708
|
"children": [
|
|
727
709
|
{
|
|
728
|
-
"
|
|
729
|
-
"
|
|
710
|
+
"type": "icon",
|
|
711
|
+
"name": "alert-triangle"
|
|
730
712
|
},
|
|
731
713
|
{
|
|
732
|
-
"variant": "h2",
|
|
733
714
|
"content": "Pipeline Error",
|
|
715
|
+
"variant": "h2",
|
|
734
716
|
"type": "typography"
|
|
735
717
|
},
|
|
736
718
|
{
|
|
719
|
+
"message": "@entity.error",
|
|
737
720
|
"variant": "error",
|
|
738
|
-
"type": "alert"
|
|
739
|
-
"message": "@entity.error"
|
|
721
|
+
"type": "alert"
|
|
740
722
|
},
|
|
741
723
|
{
|
|
742
724
|
"type": "button",
|
|
743
|
-
"icon": "rotate-ccw",
|
|
744
|
-
"variant": "primary",
|
|
745
725
|
"label": "Try Again",
|
|
726
|
+
"variant": "primary",
|
|
727
|
+
"icon": "rotate-ccw",
|
|
746
728
|
"action": "RESET"
|
|
747
729
|
}
|
|
748
730
|
],
|
|
749
|
-
"
|
|
750
|
-
"direction": "vertical"
|
|
751
|
-
"align": "center"
|
|
731
|
+
"align": "center",
|
|
732
|
+
"direction": "vertical"
|
|
752
733
|
}
|
|
753
|
-
]
|
|
734
|
+
],
|
|
735
|
+
"type": "dashboard-layout",
|
|
736
|
+
"navItems": [
|
|
737
|
+
{
|
|
738
|
+
"label": "Research",
|
|
739
|
+
"icon": "search",
|
|
740
|
+
"href": "/research"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"label": "Cache",
|
|
744
|
+
"href": "/cache",
|
|
745
|
+
"icon": "database"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"icon": "file-text",
|
|
749
|
+
"label": "Reports",
|
|
750
|
+
"href": "/reports"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"icon": "book-open",
|
|
754
|
+
"href": "/knowledge",
|
|
755
|
+
"label": "Knowledge"
|
|
756
|
+
}
|
|
757
|
+
],
|
|
758
|
+
"appName": "ResearchAssistant"
|
|
754
759
|
}
|
|
755
760
|
]
|
|
756
761
|
]
|
|
@@ -774,8 +779,8 @@
|
|
|
774
779
|
},
|
|
775
780
|
{
|
|
776
781
|
"emit": {
|
|
777
|
-
"
|
|
778
|
-
"
|
|
782
|
+
"success": "ResearchYoutubeCompleted",
|
|
783
|
+
"failure": "ResearchYoutubeFailed"
|
|
779
784
|
}
|
|
780
785
|
}
|
|
781
786
|
],
|
|
@@ -785,54 +790,54 @@
|
|
|
785
790
|
{
|
|
786
791
|
"navItems": [
|
|
787
792
|
{
|
|
788
|
-
"label": "Research",
|
|
789
793
|
"href": "/research",
|
|
790
|
-
"icon": "search"
|
|
794
|
+
"icon": "search",
|
|
795
|
+
"label": "Research"
|
|
791
796
|
},
|
|
792
797
|
{
|
|
798
|
+
"href": "/cache",
|
|
793
799
|
"icon": "database",
|
|
794
|
-
"label": "Cache"
|
|
795
|
-
"href": "/cache"
|
|
800
|
+
"label": "Cache"
|
|
796
801
|
},
|
|
797
802
|
{
|
|
798
803
|
"href": "/reports",
|
|
799
|
-
"
|
|
800
|
-
"
|
|
804
|
+
"label": "Reports",
|
|
805
|
+
"icon": "file-text"
|
|
801
806
|
},
|
|
802
807
|
{
|
|
808
|
+
"label": "Knowledge",
|
|
803
809
|
"href": "/knowledge",
|
|
804
|
-
"icon": "book-open"
|
|
805
|
-
"label": "Knowledge"
|
|
810
|
+
"icon": "book-open"
|
|
806
811
|
}
|
|
807
812
|
],
|
|
808
|
-
"type": "dashboard-layout",
|
|
809
813
|
"children": [
|
|
810
814
|
{
|
|
811
|
-
"align": "center",
|
|
812
|
-
"gap": "lg",
|
|
813
|
-
"type": "stack",
|
|
814
|
-
"direction": "vertical",
|
|
815
815
|
"children": [
|
|
816
816
|
{
|
|
817
817
|
"name": "cpu",
|
|
818
818
|
"type": "icon"
|
|
819
819
|
},
|
|
820
820
|
{
|
|
821
|
-
"variant": "h3",
|
|
822
821
|
"content": "Fetching & summarizing...",
|
|
823
|
-
"type": "typography"
|
|
822
|
+
"type": "typography",
|
|
823
|
+
"variant": "h3"
|
|
824
824
|
},
|
|
825
825
|
{
|
|
826
826
|
"type": "spinner"
|
|
827
827
|
},
|
|
828
828
|
{
|
|
829
|
-
"
|
|
829
|
+
"type": "typography",
|
|
830
830
|
"content": "@entity.videoTitle",
|
|
831
|
-
"
|
|
831
|
+
"variant": "caption"
|
|
832
832
|
}
|
|
833
|
-
]
|
|
833
|
+
],
|
|
834
|
+
"type": "stack",
|
|
835
|
+
"align": "center",
|
|
836
|
+
"gap": "lg",
|
|
837
|
+
"direction": "vertical"
|
|
834
838
|
}
|
|
835
839
|
],
|
|
840
|
+
"type": "dashboard-layout",
|
|
836
841
|
"appName": "ResearchAssistant"
|
|
837
842
|
}
|
|
838
843
|
]
|
|
@@ -852,17 +857,38 @@
|
|
|
852
857
|
"render-ui",
|
|
853
858
|
"main",
|
|
854
859
|
{
|
|
860
|
+
"navItems": [
|
|
861
|
+
{
|
|
862
|
+
"icon": "search",
|
|
863
|
+
"label": "Research",
|
|
864
|
+
"href": "/research"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"label": "Cache",
|
|
868
|
+
"href": "/cache",
|
|
869
|
+
"icon": "database"
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"icon": "file-text",
|
|
873
|
+
"href": "/reports",
|
|
874
|
+
"label": "Reports"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"href": "/knowledge",
|
|
878
|
+
"icon": "book-open",
|
|
879
|
+
"label": "Knowledge"
|
|
880
|
+
}
|
|
881
|
+
],
|
|
882
|
+
"type": "dashboard-layout",
|
|
883
|
+
"appName": "ResearchAssistant",
|
|
855
884
|
"children": [
|
|
856
885
|
{
|
|
857
886
|
"type": "stack",
|
|
858
887
|
"direction": "vertical",
|
|
859
|
-
"gap": "lg",
|
|
860
888
|
"children": [
|
|
861
889
|
{
|
|
862
|
-
"direction": "horizontal",
|
|
863
|
-
"type": "stack",
|
|
864
|
-
"gap": "sm",
|
|
865
890
|
"align": "center",
|
|
891
|
+
"gap": "sm",
|
|
866
892
|
"children": [
|
|
867
893
|
{
|
|
868
894
|
"type": "icon",
|
|
@@ -870,67 +896,46 @@
|
|
|
870
896
|
},
|
|
871
897
|
{
|
|
872
898
|
"variant": "h2",
|
|
873
|
-
"
|
|
874
|
-
"
|
|
899
|
+
"type": "typography",
|
|
900
|
+
"content": "Content Research"
|
|
875
901
|
}
|
|
876
|
-
]
|
|
902
|
+
],
|
|
903
|
+
"type": "stack",
|
|
904
|
+
"direction": "horizontal"
|
|
877
905
|
},
|
|
878
906
|
{
|
|
879
907
|
"type": "divider"
|
|
880
908
|
},
|
|
881
909
|
{
|
|
910
|
+
"type": "card",
|
|
882
911
|
"children": [
|
|
883
912
|
{
|
|
913
|
+
"gap": "md",
|
|
884
914
|
"type": "stack",
|
|
885
915
|
"direction": "vertical",
|
|
886
916
|
"children": [
|
|
887
917
|
{
|
|
888
|
-
"
|
|
918
|
+
"content": "Search YouTube for content to summarize",
|
|
889
919
|
"type": "typography",
|
|
890
|
-
"
|
|
920
|
+
"variant": "body"
|
|
891
921
|
},
|
|
892
922
|
{
|
|
893
923
|
"mode": "edit",
|
|
894
|
-
"fields": [
|
|
895
|
-
"query"
|
|
896
|
-
],
|
|
897
924
|
"submitEvent": "SEARCH",
|
|
898
925
|
"type": "form-section",
|
|
899
|
-
"entity": "@entity"
|
|
926
|
+
"entity": "@entity",
|
|
927
|
+
"fields": [
|
|
928
|
+
"query"
|
|
929
|
+
]
|
|
900
930
|
}
|
|
901
|
-
]
|
|
902
|
-
"gap": "md"
|
|
931
|
+
]
|
|
903
932
|
}
|
|
904
|
-
]
|
|
905
|
-
"type": "card"
|
|
933
|
+
]
|
|
906
934
|
}
|
|
907
|
-
]
|
|
908
|
-
|
|
909
|
-
],
|
|
910
|
-
"appName": "ResearchAssistant",
|
|
911
|
-
"navItems": [
|
|
912
|
-
{
|
|
913
|
-
"label": "Research",
|
|
914
|
-
"href": "/research",
|
|
915
|
-
"icon": "search"
|
|
916
|
-
},
|
|
917
|
-
{
|
|
918
|
-
"label": "Cache",
|
|
919
|
-
"href": "/cache",
|
|
920
|
-
"icon": "database"
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
"label": "Reports",
|
|
924
|
-
"href": "/reports",
|
|
925
|
-
"icon": "file-text"
|
|
926
|
-
},
|
|
927
|
-
{
|
|
928
|
-
"href": "/knowledge",
|
|
929
|
-
"icon": "book-open",
|
|
930
|
-
"label": "Knowledge"
|
|
935
|
+
],
|
|
936
|
+
"gap": "lg"
|
|
931
937
|
}
|
|
932
|
-
]
|
|
933
|
-
"type": "dashboard-layout"
|
|
938
|
+
]
|
|
934
939
|
}
|
|
935
940
|
]
|
|
936
941
|
]
|
|
@@ -987,63 +992,62 @@
|
|
|
987
992
|
{
|
|
988
993
|
"navItems": [
|
|
989
994
|
{
|
|
990
|
-
"label": "Research",
|
|
991
995
|
"icon": "search",
|
|
996
|
+
"label": "Research",
|
|
992
997
|
"href": "/research"
|
|
993
998
|
},
|
|
994
999
|
{
|
|
995
1000
|
"icon": "database",
|
|
996
|
-
"
|
|
997
|
-
"
|
|
1001
|
+
"label": "Cache",
|
|
1002
|
+
"href": "/cache"
|
|
998
1003
|
},
|
|
999
1004
|
{
|
|
1000
|
-
"href": "/reports",
|
|
1001
1005
|
"icon": "file-text",
|
|
1006
|
+
"href": "/reports",
|
|
1002
1007
|
"label": "Reports"
|
|
1003
1008
|
},
|
|
1004
1009
|
{
|
|
1010
|
+
"label": "Knowledge",
|
|
1005
1011
|
"href": "/knowledge",
|
|
1006
|
-
"icon": "book-open"
|
|
1007
|
-
"label": "Knowledge"
|
|
1012
|
+
"icon": "book-open"
|
|
1008
1013
|
}
|
|
1009
1014
|
],
|
|
1010
1015
|
"children": [
|
|
1011
1016
|
{
|
|
1012
|
-
"
|
|
1013
|
-
"gap": "lg",
|
|
1017
|
+
"direction": "vertical",
|
|
1014
1018
|
"children": [
|
|
1015
1019
|
{
|
|
1016
1020
|
"direction": "horizontal",
|
|
1017
1021
|
"align": "center",
|
|
1018
|
-
"justify": "between",
|
|
1019
|
-
"gap": "sm",
|
|
1020
|
-
"type": "stack",
|
|
1021
1022
|
"children": [
|
|
1022
1023
|
{
|
|
1024
|
+
"type": "stack",
|
|
1025
|
+
"direction": "horizontal",
|
|
1023
1026
|
"align": "center",
|
|
1027
|
+
"gap": "sm",
|
|
1024
1028
|
"children": [
|
|
1025
1029
|
{
|
|
1026
1030
|
"type": "icon",
|
|
1027
1031
|
"name": "check-circle"
|
|
1028
1032
|
},
|
|
1029
1033
|
{
|
|
1034
|
+
"content": "Research Complete",
|
|
1030
1035
|
"variant": "h2",
|
|
1031
|
-
"type": "typography"
|
|
1032
|
-
"content": "Research Complete"
|
|
1036
|
+
"type": "typography"
|
|
1033
1037
|
}
|
|
1034
|
-
]
|
|
1035
|
-
"direction": "horizontal",
|
|
1036
|
-
"gap": "sm",
|
|
1037
|
-
"type": "stack"
|
|
1038
|
+
]
|
|
1038
1039
|
},
|
|
1039
1040
|
{
|
|
1040
|
-
"
|
|
1041
|
+
"variant": "ghost",
|
|
1041
1042
|
"type": "button",
|
|
1042
1043
|
"label": "New Search",
|
|
1043
1044
|
"action": "RESET",
|
|
1044
|
-
"
|
|
1045
|
+
"icon": "rotate-ccw"
|
|
1045
1046
|
}
|
|
1046
|
-
]
|
|
1047
|
+
],
|
|
1048
|
+
"justify": "between",
|
|
1049
|
+
"type": "stack",
|
|
1050
|
+
"gap": "sm"
|
|
1047
1051
|
},
|
|
1048
1052
|
{
|
|
1049
1053
|
"type": "divider"
|
|
@@ -1052,50 +1056,51 @@
|
|
|
1052
1056
|
"type": "card",
|
|
1053
1057
|
"children": [
|
|
1054
1058
|
{
|
|
1055
|
-
"gap": "md",
|
|
1056
|
-
"direction": "vertical",
|
|
1057
1059
|
"type": "stack",
|
|
1058
1060
|
"children": [
|
|
1059
1061
|
{
|
|
1060
|
-
"direction": "horizontal",
|
|
1061
1062
|
"align": "center",
|
|
1063
|
+
"direction": "horizontal",
|
|
1062
1064
|
"type": "stack",
|
|
1063
|
-
"gap": "sm",
|
|
1064
1065
|
"children": [
|
|
1065
1066
|
{
|
|
1066
1067
|
"name": "video",
|
|
1067
1068
|
"type": "icon"
|
|
1068
1069
|
},
|
|
1069
1070
|
{
|
|
1071
|
+
"variant": "h3",
|
|
1070
1072
|
"type": "typography",
|
|
1071
|
-
"content": "@entity.videoTitle"
|
|
1072
|
-
"variant": "h3"
|
|
1073
|
+
"content": "@entity.videoTitle"
|
|
1073
1074
|
}
|
|
1074
|
-
]
|
|
1075
|
+
],
|
|
1076
|
+
"gap": "sm"
|
|
1075
1077
|
},
|
|
1076
1078
|
{
|
|
1077
1079
|
"type": "divider"
|
|
1078
1080
|
},
|
|
1079
1081
|
{
|
|
1080
|
-
"content": "Summary",
|
|
1081
1082
|
"variant": "caption",
|
|
1082
|
-
"type": "typography"
|
|
1083
|
+
"type": "typography",
|
|
1084
|
+
"content": "Summary"
|
|
1083
1085
|
},
|
|
1084
1086
|
{
|
|
1085
|
-
"
|
|
1087
|
+
"type": "typography",
|
|
1086
1088
|
"content": "@entity.summary",
|
|
1087
|
-
"
|
|
1089
|
+
"variant": "body"
|
|
1088
1090
|
}
|
|
1089
|
-
]
|
|
1091
|
+
],
|
|
1092
|
+
"direction": "vertical",
|
|
1093
|
+
"gap": "md"
|
|
1090
1094
|
}
|
|
1091
1095
|
]
|
|
1092
1096
|
}
|
|
1093
1097
|
],
|
|
1094
|
-
"
|
|
1098
|
+
"gap": "lg",
|
|
1099
|
+
"type": "stack"
|
|
1095
1100
|
}
|
|
1096
1101
|
],
|
|
1097
|
-
"
|
|
1098
|
-
"
|
|
1102
|
+
"appName": "ResearchAssistant",
|
|
1103
|
+
"type": "dashboard-layout"
|
|
1099
1104
|
}
|
|
1100
1105
|
]
|
|
1101
1106
|
]
|
|
@@ -1119,58 +1124,58 @@
|
|
|
1119
1124
|
"render-ui",
|
|
1120
1125
|
"main",
|
|
1121
1126
|
{
|
|
1127
|
+
"type": "dashboard-layout",
|
|
1122
1128
|
"children": [
|
|
1123
1129
|
{
|
|
1130
|
+
"direction": "vertical",
|
|
1124
1131
|
"children": [
|
|
1125
1132
|
{
|
|
1126
|
-
"
|
|
1127
|
-
"
|
|
1133
|
+
"type": "icon",
|
|
1134
|
+
"name": "alert-triangle"
|
|
1128
1135
|
},
|
|
1129
1136
|
{
|
|
1130
|
-
"type": "typography",
|
|
1131
1137
|
"variant": "h2",
|
|
1132
|
-
"content": "Pipeline Error"
|
|
1138
|
+
"content": "Pipeline Error",
|
|
1139
|
+
"type": "typography"
|
|
1133
1140
|
},
|
|
1134
1141
|
{
|
|
1135
|
-
"message": "@entity.error",
|
|
1136
1142
|
"type": "alert",
|
|
1137
|
-
"variant": "error"
|
|
1143
|
+
"variant": "error",
|
|
1144
|
+
"message": "@entity.error"
|
|
1138
1145
|
},
|
|
1139
1146
|
{
|
|
1140
|
-
"action": "RESET",
|
|
1141
|
-
"icon": "rotate-ccw",
|
|
1142
1147
|
"label": "Try Again",
|
|
1148
|
+
"type": "button",
|
|
1143
1149
|
"variant": "primary",
|
|
1144
|
-
"
|
|
1150
|
+
"action": "RESET",
|
|
1151
|
+
"icon": "rotate-ccw"
|
|
1145
1152
|
}
|
|
1146
1153
|
],
|
|
1147
|
-
"align": "center",
|
|
1148
1154
|
"type": "stack",
|
|
1149
|
-
"
|
|
1150
|
-
"
|
|
1155
|
+
"gap": "lg",
|
|
1156
|
+
"align": "center"
|
|
1151
1157
|
}
|
|
1152
1158
|
],
|
|
1153
|
-
"type": "dashboard-layout",
|
|
1154
1159
|
"navItems": [
|
|
1155
1160
|
{
|
|
1156
1161
|
"label": "Research",
|
|
1157
|
-
"
|
|
1158
|
-
"
|
|
1162
|
+
"icon": "search",
|
|
1163
|
+
"href": "/research"
|
|
1159
1164
|
},
|
|
1160
1165
|
{
|
|
1161
1166
|
"label": "Cache",
|
|
1162
|
-
"
|
|
1163
|
-
"
|
|
1167
|
+
"href": "/cache",
|
|
1168
|
+
"icon": "database"
|
|
1164
1169
|
},
|
|
1165
1170
|
{
|
|
1166
|
-
"
|
|
1171
|
+
"label": "Reports",
|
|
1167
1172
|
"icon": "file-text",
|
|
1168
|
-
"
|
|
1173
|
+
"href": "/reports"
|
|
1169
1174
|
},
|
|
1170
1175
|
{
|
|
1171
|
-
"href": "/knowledge",
|
|
1172
1176
|
"icon": "book-open",
|
|
1173
|
-
"label": "Knowledge"
|
|
1177
|
+
"label": "Knowledge",
|
|
1178
|
+
"href": "/knowledge"
|
|
1174
1179
|
}
|
|
1175
1180
|
],
|
|
1176
1181
|
"appName": "ResearchAssistant"
|
|
@@ -1212,38 +1217,40 @@
|
|
|
1212
1217
|
"render-ui",
|
|
1213
1218
|
"main",
|
|
1214
1219
|
{
|
|
1220
|
+
"appName": "ResearchAssistant",
|
|
1215
1221
|
"type": "dashboard-layout",
|
|
1216
1222
|
"children": [
|
|
1217
1223
|
{
|
|
1218
1224
|
"type": "stack",
|
|
1219
1225
|
"direction": "vertical",
|
|
1226
|
+
"gap": "lg",
|
|
1220
1227
|
"children": [
|
|
1221
1228
|
{
|
|
1229
|
+
"direction": "horizontal",
|
|
1230
|
+
"align": "center",
|
|
1222
1231
|
"children": [
|
|
1223
1232
|
{
|
|
1224
|
-
"
|
|
1225
|
-
"
|
|
1233
|
+
"name": "search",
|
|
1234
|
+
"type": "icon"
|
|
1226
1235
|
},
|
|
1227
1236
|
{
|
|
1228
|
-
"
|
|
1237
|
+
"type": "typography",
|
|
1229
1238
|
"content": "Content Research",
|
|
1230
|
-
"
|
|
1239
|
+
"variant": "h2"
|
|
1231
1240
|
}
|
|
1232
1241
|
],
|
|
1233
|
-
"type": "stack",
|
|
1234
|
-
"direction": "horizontal",
|
|
1235
1242
|
"gap": "sm",
|
|
1236
|
-
"
|
|
1243
|
+
"type": "stack"
|
|
1237
1244
|
},
|
|
1238
1245
|
{
|
|
1239
1246
|
"type": "divider"
|
|
1240
1247
|
},
|
|
1241
1248
|
{
|
|
1242
|
-
"type": "card",
|
|
1243
1249
|
"children": [
|
|
1244
1250
|
{
|
|
1245
|
-
"direction": "vertical",
|
|
1246
1251
|
"type": "stack",
|
|
1252
|
+
"gap": "md",
|
|
1253
|
+
"direction": "vertical",
|
|
1247
1254
|
"children": [
|
|
1248
1255
|
{
|
|
1249
1256
|
"variant": "body",
|
|
@@ -1251,33 +1258,32 @@
|
|
|
1251
1258
|
"content": "Search YouTube for content to summarize"
|
|
1252
1259
|
},
|
|
1253
1260
|
{
|
|
1254
|
-
"
|
|
1261
|
+
"type": "form-section",
|
|
1262
|
+
"entity": "@entity",
|
|
1255
1263
|
"mode": "edit",
|
|
1256
1264
|
"fields": [
|
|
1257
1265
|
"query"
|
|
1258
1266
|
],
|
|
1259
|
-
"
|
|
1260
|
-
"type": "form-section"
|
|
1267
|
+
"submitEvent": "SEARCH"
|
|
1261
1268
|
}
|
|
1262
|
-
]
|
|
1263
|
-
"gap": "md"
|
|
1269
|
+
]
|
|
1264
1270
|
}
|
|
1265
|
-
]
|
|
1271
|
+
],
|
|
1272
|
+
"type": "card"
|
|
1266
1273
|
}
|
|
1267
|
-
]
|
|
1268
|
-
"gap": "lg"
|
|
1274
|
+
]
|
|
1269
1275
|
}
|
|
1270
1276
|
],
|
|
1271
1277
|
"navItems": [
|
|
1272
1278
|
{
|
|
1273
|
-
"label": "Research",
|
|
1274
1279
|
"href": "/research",
|
|
1275
|
-
"icon": "search"
|
|
1280
|
+
"icon": "search",
|
|
1281
|
+
"label": "Research"
|
|
1276
1282
|
},
|
|
1277
1283
|
{
|
|
1278
1284
|
"label": "Cache",
|
|
1279
|
-
"
|
|
1280
|
-
"
|
|
1285
|
+
"href": "/cache",
|
|
1286
|
+
"icon": "database"
|
|
1281
1287
|
},
|
|
1282
1288
|
{
|
|
1283
1289
|
"label": "Reports",
|
|
@@ -1285,12 +1291,11 @@
|
|
|
1285
1291
|
"icon": "file-text"
|
|
1286
1292
|
},
|
|
1287
1293
|
{
|
|
1294
|
+
"icon": "book-open",
|
|
1288
1295
|
"label": "Knowledge",
|
|
1289
|
-
"href": "/knowledge"
|
|
1290
|
-
"icon": "book-open"
|
|
1296
|
+
"href": "/knowledge"
|
|
1291
1297
|
}
|
|
1292
|
-
]
|
|
1293
|
-
"appName": "ResearchAssistant"
|
|
1298
|
+
]
|
|
1294
1299
|
}
|
|
1295
1300
|
]
|
|
1296
1301
|
]
|
|
@@ -1315,29 +1320,28 @@
|
|
|
1315
1320
|
"main",
|
|
1316
1321
|
{
|
|
1317
1322
|
"type": "dashboard-layout",
|
|
1323
|
+
"appName": "ResearchAssistant",
|
|
1318
1324
|
"children": [
|
|
1319
1325
|
{
|
|
1320
1326
|
"type": "stack",
|
|
1321
|
-
"direction": "vertical",
|
|
1322
|
-
"gap": "lg",
|
|
1323
1327
|
"children": [
|
|
1324
1328
|
{
|
|
1325
|
-
"
|
|
1326
|
-
"type": "stack",
|
|
1327
|
-
"align": "center",
|
|
1329
|
+
"gap": "sm",
|
|
1328
1330
|
"children": [
|
|
1329
1331
|
{
|
|
1330
1332
|
"type": "icon",
|
|
1331
1333
|
"name": "search"
|
|
1332
1334
|
},
|
|
1333
1335
|
{
|
|
1334
|
-
"
|
|
1336
|
+
"variant": "h2",
|
|
1335
1337
|
"type": "typography",
|
|
1336
|
-
"
|
|
1338
|
+
"content": "Content Research"
|
|
1337
1339
|
}
|
|
1338
1340
|
],
|
|
1339
|
-
"
|
|
1340
|
-
|
|
1341
|
+
"type": "stack",
|
|
1342
|
+
"direction": "horizontal",
|
|
1343
|
+
"align": "center"
|
|
1344
|
+
},
|
|
1341
1345
|
{
|
|
1342
1346
|
"type": "divider"
|
|
1343
1347
|
},
|
|
@@ -1345,29 +1349,31 @@
|
|
|
1345
1349
|
"type": "card",
|
|
1346
1350
|
"children": [
|
|
1347
1351
|
{
|
|
1348
|
-
"direction": "vertical",
|
|
1349
|
-
"type": "stack",
|
|
1350
1352
|
"gap": "md",
|
|
1351
1353
|
"children": [
|
|
1352
1354
|
{
|
|
1353
1355
|
"type": "typography",
|
|
1354
|
-
"
|
|
1355
|
-
"
|
|
1356
|
+
"variant": "body",
|
|
1357
|
+
"content": "Search YouTube for content to summarize"
|
|
1356
1358
|
},
|
|
1357
1359
|
{
|
|
1358
|
-
"
|
|
1359
|
-
|
|
1360
|
-
],
|
|
1360
|
+
"entity": "@entity",
|
|
1361
|
+
"type": "form-section",
|
|
1361
1362
|
"submitEvent": "SEARCH",
|
|
1362
1363
|
"mode": "edit",
|
|
1363
|
-
"
|
|
1364
|
-
|
|
1364
|
+
"fields": [
|
|
1365
|
+
"query"
|
|
1366
|
+
]
|
|
1365
1367
|
}
|
|
1366
|
-
]
|
|
1368
|
+
],
|
|
1369
|
+
"type": "stack",
|
|
1370
|
+
"direction": "vertical"
|
|
1367
1371
|
}
|
|
1368
1372
|
]
|
|
1369
1373
|
}
|
|
1370
|
-
]
|
|
1374
|
+
],
|
|
1375
|
+
"gap": "lg",
|
|
1376
|
+
"direction": "vertical"
|
|
1371
1377
|
}
|
|
1372
1378
|
],
|
|
1373
1379
|
"navItems": [
|
|
@@ -1378,8 +1384,8 @@
|
|
|
1378
1384
|
},
|
|
1379
1385
|
{
|
|
1380
1386
|
"href": "/cache",
|
|
1381
|
-
"
|
|
1382
|
-
"
|
|
1387
|
+
"icon": "database",
|
|
1388
|
+
"label": "Cache"
|
|
1383
1389
|
},
|
|
1384
1390
|
{
|
|
1385
1391
|
"icon": "file-text",
|
|
@@ -1387,12 +1393,11 @@
|
|
|
1387
1393
|
"href": "/reports"
|
|
1388
1394
|
},
|
|
1389
1395
|
{
|
|
1390
|
-
"label": "Knowledge",
|
|
1391
1396
|
"href": "/knowledge",
|
|
1392
|
-
"icon": "book-open"
|
|
1397
|
+
"icon": "book-open",
|
|
1398
|
+
"label": "Knowledge"
|
|
1393
1399
|
}
|
|
1394
|
-
]
|
|
1395
|
-
"appName": "ResearchAssistant"
|
|
1400
|
+
]
|
|
1396
1401
|
}
|
|
1397
1402
|
]
|
|
1398
1403
|
]
|
|
@@ -1621,6 +1626,21 @@
|
|
|
1621
1626
|
"to": "idle",
|
|
1622
1627
|
"event": "INIT",
|
|
1623
1628
|
"effects": [
|
|
1629
|
+
[
|
|
1630
|
+
"set",
|
|
1631
|
+
"@entity.key",
|
|
1632
|
+
""
|
|
1633
|
+
],
|
|
1634
|
+
[
|
|
1635
|
+
"set",
|
|
1636
|
+
"@entity.ttl",
|
|
1637
|
+
0.0
|
|
1638
|
+
],
|
|
1639
|
+
[
|
|
1640
|
+
"set",
|
|
1641
|
+
"@entity.value",
|
|
1642
|
+
""
|
|
1643
|
+
],
|
|
1624
1644
|
[
|
|
1625
1645
|
"fetch",
|
|
1626
1646
|
"CacheEntry",
|
|
@@ -1635,62 +1655,39 @@
|
|
|
1635
1655
|
"render-ui",
|
|
1636
1656
|
"main",
|
|
1637
1657
|
{
|
|
1638
|
-
"type": "dashboard-layout",
|
|
1639
|
-
"navItems": [
|
|
1640
|
-
{
|
|
1641
|
-
"icon": "search",
|
|
1642
|
-
"href": "/research",
|
|
1643
|
-
"label": "Research"
|
|
1644
|
-
},
|
|
1645
|
-
{
|
|
1646
|
-
"label": "Cache",
|
|
1647
|
-
"href": "/cache",
|
|
1648
|
-
"icon": "database"
|
|
1649
|
-
},
|
|
1650
|
-
{
|
|
1651
|
-
"icon": "file-text",
|
|
1652
|
-
"href": "/reports",
|
|
1653
|
-
"label": "Reports"
|
|
1654
|
-
},
|
|
1655
|
-
{
|
|
1656
|
-
"icon": "book-open",
|
|
1657
|
-
"label": "Knowledge",
|
|
1658
|
-
"href": "/knowledge"
|
|
1659
|
-
}
|
|
1660
|
-
],
|
|
1661
1658
|
"appName": "ResearchAssistant",
|
|
1662
1659
|
"children": [
|
|
1663
1660
|
{
|
|
1664
|
-
"type": "stack",
|
|
1665
1661
|
"gap": "lg",
|
|
1666
1662
|
"direction": "vertical",
|
|
1663
|
+
"type": "stack",
|
|
1664
|
+
"align": "center",
|
|
1667
1665
|
"children": [
|
|
1668
1666
|
{
|
|
1669
1667
|
"direction": "horizontal",
|
|
1668
|
+
"gap": "md",
|
|
1670
1669
|
"type": "stack",
|
|
1670
|
+
"align": "center",
|
|
1671
1671
|
"children": [
|
|
1672
1672
|
{
|
|
1673
1673
|
"type": "icon",
|
|
1674
1674
|
"name": "database"
|
|
1675
1675
|
},
|
|
1676
1676
|
{
|
|
1677
|
-
"type": "typography",
|
|
1678
1677
|
"variant": "h2",
|
|
1679
|
-
"content": "Redis Cache"
|
|
1678
|
+
"content": "Redis Cache",
|
|
1679
|
+
"type": "typography"
|
|
1680
1680
|
}
|
|
1681
|
-
]
|
|
1682
|
-
"align": "center",
|
|
1683
|
-
"gap": "md"
|
|
1681
|
+
]
|
|
1684
1682
|
},
|
|
1685
1683
|
{
|
|
1686
1684
|
"type": "divider"
|
|
1687
1685
|
},
|
|
1688
1686
|
{
|
|
1689
|
-
"direction": "vertical",
|
|
1690
1687
|
"children": [
|
|
1691
1688
|
{
|
|
1692
|
-
"
|
|
1693
|
-
"
|
|
1689
|
+
"placeholder": "cache-key",
|
|
1690
|
+
"type": "input"
|
|
1694
1691
|
},
|
|
1695
1692
|
{
|
|
1696
1693
|
"type": "input",
|
|
@@ -1703,6 +1700,7 @@
|
|
|
1703
1700
|
}
|
|
1704
1701
|
],
|
|
1705
1702
|
"gap": "md",
|
|
1703
|
+
"direction": "vertical",
|
|
1706
1704
|
"type": "stack"
|
|
1707
1705
|
},
|
|
1708
1706
|
{
|
|
@@ -1712,30 +1710,52 @@
|
|
|
1712
1710
|
"justify": "center",
|
|
1713
1711
|
"children": [
|
|
1714
1712
|
{
|
|
1715
|
-
"label": "Get",
|
|
1716
1713
|
"action": "GET_KEY",
|
|
1717
|
-
"
|
|
1714
|
+
"label": "Get",
|
|
1718
1715
|
"variant": "primary",
|
|
1716
|
+
"type": "button",
|
|
1719
1717
|
"icon": "download"
|
|
1720
1718
|
},
|
|
1721
1719
|
{
|
|
1720
|
+
"icon": "upload",
|
|
1722
1721
|
"type": "button",
|
|
1722
|
+
"action": "SET_KEY",
|
|
1723
1723
|
"label": "Set",
|
|
1724
|
-
"variant": "primary"
|
|
1725
|
-
"icon": "upload",
|
|
1726
|
-
"action": "SET_KEY"
|
|
1724
|
+
"variant": "primary"
|
|
1727
1725
|
},
|
|
1728
1726
|
{
|
|
1729
|
-
"variant": "danger",
|
|
1730
1727
|
"icon": "trash-2",
|
|
1731
|
-
"
|
|
1728
|
+
"type": "button",
|
|
1732
1729
|
"label": "Delete",
|
|
1733
|
-
"
|
|
1730
|
+
"action": "DELETE_KEY",
|
|
1731
|
+
"variant": "danger"
|
|
1734
1732
|
}
|
|
1735
1733
|
]
|
|
1736
1734
|
}
|
|
1737
|
-
]
|
|
1738
|
-
|
|
1735
|
+
]
|
|
1736
|
+
}
|
|
1737
|
+
],
|
|
1738
|
+
"type": "dashboard-layout",
|
|
1739
|
+
"navItems": [
|
|
1740
|
+
{
|
|
1741
|
+
"href": "/research",
|
|
1742
|
+
"label": "Research",
|
|
1743
|
+
"icon": "search"
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"icon": "database",
|
|
1747
|
+
"label": "Cache",
|
|
1748
|
+
"href": "/cache"
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"icon": "file-text",
|
|
1752
|
+
"href": "/reports",
|
|
1753
|
+
"label": "Reports"
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"icon": "book-open",
|
|
1757
|
+
"label": "Knowledge",
|
|
1758
|
+
"href": "/knowledge"
|
|
1739
1759
|
}
|
|
1740
1760
|
]
|
|
1741
1761
|
}
|
|
@@ -1751,24 +1771,24 @@
|
|
|
1751
1771
|
"render-ui",
|
|
1752
1772
|
"main",
|
|
1753
1773
|
{
|
|
1774
|
+
"type": "dashboard-layout",
|
|
1775
|
+
"appName": "ResearchAssistant",
|
|
1754
1776
|
"children": [
|
|
1755
1777
|
{
|
|
1756
|
-
"title": "Executing...",
|
|
1757
1778
|
"type": "loading-state",
|
|
1779
|
+
"title": "Executing...",
|
|
1758
1780
|
"message": "Running redis operation..."
|
|
1759
1781
|
}
|
|
1760
1782
|
],
|
|
1761
|
-
"appName": "ResearchAssistant",
|
|
1762
|
-
"type": "dashboard-layout",
|
|
1763
1783
|
"navItems": [
|
|
1764
1784
|
{
|
|
1765
|
-
"label": "Research",
|
|
1766
1785
|
"href": "/research",
|
|
1786
|
+
"label": "Research",
|
|
1767
1787
|
"icon": "search"
|
|
1768
1788
|
},
|
|
1769
1789
|
{
|
|
1770
|
-
"icon": "database",
|
|
1771
1790
|
"label": "Cache",
|
|
1791
|
+
"icon": "database",
|
|
1772
1792
|
"href": "/cache"
|
|
1773
1793
|
},
|
|
1774
1794
|
{
|
|
@@ -1777,8 +1797,8 @@
|
|
|
1777
1797
|
"href": "/reports"
|
|
1778
1798
|
},
|
|
1779
1799
|
{
|
|
1780
|
-
"label": "Knowledge",
|
|
1781
1800
|
"icon": "book-open",
|
|
1801
|
+
"label": "Knowledge",
|
|
1782
1802
|
"href": "/knowledge"
|
|
1783
1803
|
}
|
|
1784
1804
|
]
|
|
@@ -1809,37 +1829,37 @@
|
|
|
1809
1829
|
"render-ui",
|
|
1810
1830
|
"main",
|
|
1811
1831
|
{
|
|
1812
|
-
"type": "dashboard-layout",
|
|
1813
1832
|
"children": [
|
|
1814
1833
|
{
|
|
1815
|
-
"
|
|
1834
|
+
"type": "loading-state",
|
|
1816
1835
|
"message": "Running redis operation...",
|
|
1817
|
-
"
|
|
1836
|
+
"title": "Executing..."
|
|
1818
1837
|
}
|
|
1819
1838
|
],
|
|
1839
|
+
"type": "dashboard-layout",
|
|
1840
|
+
"appName": "ResearchAssistant",
|
|
1820
1841
|
"navItems": [
|
|
1821
1842
|
{
|
|
1822
1843
|
"href": "/research",
|
|
1823
|
-
"
|
|
1824
|
-
"
|
|
1844
|
+
"label": "Research",
|
|
1845
|
+
"icon": "search"
|
|
1825
1846
|
},
|
|
1826
1847
|
{
|
|
1827
1848
|
"icon": "database",
|
|
1828
|
-
"
|
|
1829
|
-
"
|
|
1849
|
+
"label": "Cache",
|
|
1850
|
+
"href": "/cache"
|
|
1830
1851
|
},
|
|
1831
1852
|
{
|
|
1832
|
-
"
|
|
1853
|
+
"icon": "file-text",
|
|
1833
1854
|
"label": "Reports",
|
|
1834
|
-
"
|
|
1855
|
+
"href": "/reports"
|
|
1835
1856
|
},
|
|
1836
1857
|
{
|
|
1837
1858
|
"href": "/knowledge",
|
|
1838
|
-
"
|
|
1839
|
-
"
|
|
1859
|
+
"icon": "book-open",
|
|
1860
|
+
"label": "Knowledge"
|
|
1840
1861
|
}
|
|
1841
|
-
]
|
|
1842
|
-
"appName": "ResearchAssistant"
|
|
1862
|
+
]
|
|
1843
1863
|
}
|
|
1844
1864
|
],
|
|
1845
1865
|
[
|
|
@@ -1847,9 +1867,9 @@
|
|
|
1847
1867
|
"redis",
|
|
1848
1868
|
"set",
|
|
1849
1869
|
{
|
|
1850
|
-
"ttl": "@entity.ttl",
|
|
1851
1870
|
"value": "@entity.value",
|
|
1852
|
-
"key": "@entity.key"
|
|
1871
|
+
"key": "@entity.key",
|
|
1872
|
+
"ttl": "@entity.ttl"
|
|
1853
1873
|
},
|
|
1854
1874
|
{
|
|
1855
1875
|
"emit": {
|
|
@@ -1869,37 +1889,37 @@
|
|
|
1869
1889
|
"render-ui",
|
|
1870
1890
|
"main",
|
|
1871
1891
|
{
|
|
1892
|
+
"type": "dashboard-layout",
|
|
1893
|
+
"children": [
|
|
1894
|
+
{
|
|
1895
|
+
"message": "Running redis operation...",
|
|
1896
|
+
"title": "Executing...",
|
|
1897
|
+
"type": "loading-state"
|
|
1898
|
+
}
|
|
1899
|
+
],
|
|
1900
|
+
"appName": "ResearchAssistant",
|
|
1872
1901
|
"navItems": [
|
|
1873
1902
|
{
|
|
1874
|
-
"label": "Research",
|
|
1875
1903
|
"href": "/research",
|
|
1904
|
+
"label": "Research",
|
|
1876
1905
|
"icon": "search"
|
|
1877
1906
|
},
|
|
1878
1907
|
{
|
|
1879
1908
|
"icon": "database",
|
|
1880
|
-
"
|
|
1881
|
-
"
|
|
1909
|
+
"href": "/cache",
|
|
1910
|
+
"label": "Cache"
|
|
1882
1911
|
},
|
|
1883
1912
|
{
|
|
1913
|
+
"label": "Reports",
|
|
1884
1914
|
"href": "/reports",
|
|
1885
|
-
"icon": "file-text"
|
|
1886
|
-
"label": "Reports"
|
|
1915
|
+
"icon": "file-text"
|
|
1887
1916
|
},
|
|
1888
1917
|
{
|
|
1889
|
-
"href": "/knowledge",
|
|
1890
1918
|
"icon": "book-open",
|
|
1891
|
-
"label": "Knowledge"
|
|
1892
|
-
|
|
1893
|
-
],
|
|
1894
|
-
"appName": "ResearchAssistant",
|
|
1895
|
-
"children": [
|
|
1896
|
-
{
|
|
1897
|
-
"title": "Executing...",
|
|
1898
|
-
"type": "loading-state",
|
|
1899
|
-
"message": "Running redis operation..."
|
|
1919
|
+
"label": "Knowledge",
|
|
1920
|
+
"href": "/knowledge"
|
|
1900
1921
|
}
|
|
1901
|
-
]
|
|
1902
|
-
"type": "dashboard-layout"
|
|
1922
|
+
]
|
|
1903
1923
|
}
|
|
1904
1924
|
],
|
|
1905
1925
|
[
|
|
@@ -1911,8 +1931,8 @@
|
|
|
1911
1931
|
},
|
|
1912
1932
|
{
|
|
1913
1933
|
"emit": {
|
|
1914
|
-
"
|
|
1915
|
-
"
|
|
1934
|
+
"failure": "ResearchRedisFailed",
|
|
1935
|
+
"success": "ResearchRedisCompleted"
|
|
1916
1936
|
}
|
|
1917
1937
|
}
|
|
1918
1938
|
]
|
|
@@ -1932,13 +1952,11 @@
|
|
|
1932
1952
|
"render-ui",
|
|
1933
1953
|
"main",
|
|
1934
1954
|
{
|
|
1935
|
-
"appName": "ResearchAssistant",
|
|
1936
|
-
"type": "dashboard-layout",
|
|
1937
1955
|
"navItems": [
|
|
1938
1956
|
{
|
|
1939
1957
|
"label": "Research",
|
|
1940
|
-
"
|
|
1941
|
-
"
|
|
1958
|
+
"href": "/research",
|
|
1959
|
+
"icon": "search"
|
|
1942
1960
|
},
|
|
1943
1961
|
{
|
|
1944
1962
|
"label": "Cache",
|
|
@@ -1947,47 +1965,49 @@
|
|
|
1947
1965
|
},
|
|
1948
1966
|
{
|
|
1949
1967
|
"label": "Reports",
|
|
1950
|
-
"
|
|
1951
|
-
"
|
|
1968
|
+
"icon": "file-text",
|
|
1969
|
+
"href": "/reports"
|
|
1952
1970
|
},
|
|
1953
1971
|
{
|
|
1972
|
+
"label": "Knowledge",
|
|
1954
1973
|
"href": "/knowledge",
|
|
1955
|
-
"icon": "book-open"
|
|
1956
|
-
"label": "Knowledge"
|
|
1974
|
+
"icon": "book-open"
|
|
1957
1975
|
}
|
|
1958
1976
|
],
|
|
1959
1977
|
"children": [
|
|
1960
1978
|
{
|
|
1979
|
+
"type": "stack",
|
|
1961
1980
|
"direction": "vertical",
|
|
1981
|
+
"gap": "lg",
|
|
1982
|
+
"align": "center",
|
|
1962
1983
|
"children": [
|
|
1963
1984
|
{
|
|
1964
1985
|
"name": "check-circle",
|
|
1965
1986
|
"type": "icon"
|
|
1966
1987
|
},
|
|
1967
1988
|
{
|
|
1968
|
-
"variant": "success",
|
|
1969
1989
|
"type": "alert",
|
|
1970
|
-
"message": "Operation complete"
|
|
1990
|
+
"message": "Operation complete",
|
|
1991
|
+
"variant": "success"
|
|
1971
1992
|
},
|
|
1972
1993
|
{
|
|
1973
1994
|
"type": "typography",
|
|
1974
|
-
"variant": "body",
|
|
1975
1995
|
"content": "@entity.result",
|
|
1996
|
+
"variant": "body",
|
|
1976
1997
|
"color": "muted"
|
|
1977
1998
|
},
|
|
1978
1999
|
{
|
|
1979
|
-
"
|
|
2000
|
+
"action": "RESET",
|
|
1980
2001
|
"type": "button",
|
|
1981
2002
|
"label": "Reset",
|
|
1982
|
-
"
|
|
1983
|
-
"
|
|
2003
|
+
"icon": "rotate-ccw",
|
|
2004
|
+
"variant": "ghost"
|
|
1984
2005
|
}
|
|
1985
|
-
]
|
|
1986
|
-
"gap": "lg",
|
|
1987
|
-
"align": "center",
|
|
1988
|
-
"type": "stack"
|
|
2006
|
+
]
|
|
1989
2007
|
}
|
|
1990
|
-
]
|
|
2008
|
+
],
|
|
2009
|
+
"type": "dashboard-layout",
|
|
2010
|
+
"appName": "ResearchAssistant"
|
|
1991
2011
|
}
|
|
1992
2012
|
]
|
|
1993
2013
|
]
|
|
@@ -2006,35 +2026,35 @@
|
|
|
2006
2026
|
"render-ui",
|
|
2007
2027
|
"main",
|
|
2008
2028
|
{
|
|
2029
|
+
"type": "dashboard-layout",
|
|
2009
2030
|
"appName": "ResearchAssistant",
|
|
2010
2031
|
"navItems": [
|
|
2011
2032
|
{
|
|
2012
|
-
"icon": "search",
|
|
2013
2033
|
"label": "Research",
|
|
2014
|
-
"href": "/research"
|
|
2034
|
+
"href": "/research",
|
|
2035
|
+
"icon": "search"
|
|
2015
2036
|
},
|
|
2016
2037
|
{
|
|
2017
|
-
"label": "Cache",
|
|
2018
2038
|
"icon": "database",
|
|
2039
|
+
"label": "Cache",
|
|
2019
2040
|
"href": "/cache"
|
|
2020
2041
|
},
|
|
2021
2042
|
{
|
|
2043
|
+
"label": "Reports",
|
|
2022
2044
|
"href": "/reports",
|
|
2023
|
-
"icon": "file-text"
|
|
2024
|
-
"label": "Reports"
|
|
2045
|
+
"icon": "file-text"
|
|
2025
2046
|
},
|
|
2026
2047
|
{
|
|
2048
|
+
"icon": "book-open",
|
|
2027
2049
|
"label": "Knowledge",
|
|
2028
|
-
"href": "/knowledge"
|
|
2029
|
-
"icon": "book-open"
|
|
2050
|
+
"href": "/knowledge"
|
|
2030
2051
|
}
|
|
2031
2052
|
],
|
|
2032
|
-
"type": "dashboard-layout",
|
|
2033
2053
|
"children": [
|
|
2034
2054
|
{
|
|
2035
|
-
"message": "@entity.error",
|
|
2036
2055
|
"type": "error-state",
|
|
2037
2056
|
"title": "Redis Error",
|
|
2057
|
+
"message": "@entity.error",
|
|
2038
2058
|
"onRetry": "RESET"
|
|
2039
2059
|
}
|
|
2040
2060
|
]
|
|
@@ -2051,109 +2071,109 @@
|
|
|
2051
2071
|
"render-ui",
|
|
2052
2072
|
"main",
|
|
2053
2073
|
{
|
|
2054
|
-
"appName": "ResearchAssistant",
|
|
2055
|
-
"navItems": [
|
|
2056
|
-
{
|
|
2057
|
-
"label": "Research",
|
|
2058
|
-
"href": "/research",
|
|
2059
|
-
"icon": "search"
|
|
2060
|
-
},
|
|
2061
|
-
{
|
|
2062
|
-
"label": "Cache",
|
|
2063
|
-
"icon": "database",
|
|
2064
|
-
"href": "/cache"
|
|
2065
|
-
},
|
|
2066
|
-
{
|
|
2067
|
-
"href": "/reports",
|
|
2068
|
-
"icon": "file-text",
|
|
2069
|
-
"label": "Reports"
|
|
2070
|
-
},
|
|
2071
|
-
{
|
|
2072
|
-
"href": "/knowledge",
|
|
2073
|
-
"label": "Knowledge",
|
|
2074
|
-
"icon": "book-open"
|
|
2075
|
-
}
|
|
2076
|
-
],
|
|
2077
2074
|
"children": [
|
|
2078
2075
|
{
|
|
2079
|
-
"gap": "lg",
|
|
2080
|
-
"direction": "vertical",
|
|
2081
2076
|
"align": "center",
|
|
2082
|
-
"type": "stack",
|
|
2083
2077
|
"children": [
|
|
2084
2078
|
{
|
|
2079
|
+
"align": "center",
|
|
2080
|
+
"direction": "horizontal",
|
|
2081
|
+
"type": "stack",
|
|
2085
2082
|
"children": [
|
|
2086
2083
|
{
|
|
2087
|
-
"
|
|
2088
|
-
"
|
|
2084
|
+
"name": "database",
|
|
2085
|
+
"type": "icon"
|
|
2089
2086
|
},
|
|
2090
2087
|
{
|
|
2091
|
-
"content": "Redis Cache",
|
|
2092
2088
|
"type": "typography",
|
|
2089
|
+
"content": "Redis Cache",
|
|
2093
2090
|
"variant": "h2"
|
|
2094
2091
|
}
|
|
2095
2092
|
],
|
|
2096
|
-
"
|
|
2097
|
-
"gap": "md",
|
|
2098
|
-
"type": "stack",
|
|
2099
|
-
"align": "center"
|
|
2093
|
+
"gap": "md"
|
|
2100
2094
|
},
|
|
2101
2095
|
{
|
|
2102
2096
|
"type": "divider"
|
|
2103
2097
|
},
|
|
2104
2098
|
{
|
|
2099
|
+
"type": "stack",
|
|
2100
|
+
"direction": "vertical",
|
|
2101
|
+
"gap": "md",
|
|
2105
2102
|
"children": [
|
|
2106
2103
|
{
|
|
2107
|
-
"
|
|
2108
|
-
"
|
|
2104
|
+
"placeholder": "cache-key",
|
|
2105
|
+
"type": "input"
|
|
2109
2106
|
},
|
|
2110
2107
|
{
|
|
2111
|
-
"
|
|
2112
|
-
"
|
|
2108
|
+
"type": "input",
|
|
2109
|
+
"placeholder": "cache-value"
|
|
2113
2110
|
},
|
|
2114
2111
|
{
|
|
2115
2112
|
"type": "input",
|
|
2116
2113
|
"placeholder": "3600",
|
|
2117
2114
|
"inputType": "number"
|
|
2118
2115
|
}
|
|
2119
|
-
]
|
|
2120
|
-
"direction": "vertical",
|
|
2121
|
-
"type": "stack",
|
|
2122
|
-
"gap": "md"
|
|
2116
|
+
]
|
|
2123
2117
|
},
|
|
2124
2118
|
{
|
|
2119
|
+
"type": "stack",
|
|
2125
2120
|
"direction": "horizontal",
|
|
2121
|
+
"gap": "sm",
|
|
2122
|
+
"justify": "center",
|
|
2126
2123
|
"children": [
|
|
2127
2124
|
{
|
|
2128
|
-
"
|
|
2129
|
-
"label": "Get",
|
|
2130
|
-
"action": "GET_KEY",
|
|
2125
|
+
"variant": "primary",
|
|
2131
2126
|
"type": "button",
|
|
2132
|
-
"
|
|
2127
|
+
"action": "GET_KEY",
|
|
2128
|
+
"label": "Get",
|
|
2129
|
+
"icon": "download"
|
|
2133
2130
|
},
|
|
2134
2131
|
{
|
|
2135
|
-
"
|
|
2132
|
+
"variant": "primary",
|
|
2136
2133
|
"action": "SET_KEY",
|
|
2134
|
+
"type": "button",
|
|
2137
2135
|
"label": "Set",
|
|
2138
|
-
"
|
|
2139
|
-
"type": "button"
|
|
2136
|
+
"icon": "upload"
|
|
2140
2137
|
},
|
|
2141
2138
|
{
|
|
2142
|
-
"type": "button",
|
|
2143
2139
|
"action": "DELETE_KEY",
|
|
2144
|
-
"
|
|
2140
|
+
"type": "button",
|
|
2145
2141
|
"variant": "danger",
|
|
2142
|
+
"label": "Delete",
|
|
2146
2143
|
"icon": "trash-2"
|
|
2147
2144
|
}
|
|
2148
|
-
]
|
|
2149
|
-
"type": "stack",
|
|
2150
|
-
"justify": "center",
|
|
2151
|
-
"gap": "sm"
|
|
2145
|
+
]
|
|
2152
2146
|
}
|
|
2153
|
-
]
|
|
2147
|
+
],
|
|
2148
|
+
"direction": "vertical",
|
|
2149
|
+
"type": "stack",
|
|
2150
|
+
"gap": "lg"
|
|
2154
2151
|
}
|
|
2155
2152
|
],
|
|
2156
|
-
"type": "dashboard-layout"
|
|
2153
|
+
"type": "dashboard-layout",
|
|
2154
|
+
"appName": "ResearchAssistant",
|
|
2155
|
+
"navItems": [
|
|
2156
|
+
{
|
|
2157
|
+
"icon": "search",
|
|
2158
|
+
"label": "Research",
|
|
2159
|
+
"href": "/research"
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"label": "Cache",
|
|
2163
|
+
"href": "/cache",
|
|
2164
|
+
"icon": "database"
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
"icon": "file-text",
|
|
2168
|
+
"href": "/reports",
|
|
2169
|
+
"label": "Reports"
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
"label": "Knowledge",
|
|
2173
|
+
"href": "/knowledge",
|
|
2174
|
+
"icon": "book-open"
|
|
2175
|
+
}
|
|
2176
|
+
]
|
|
2157
2177
|
}
|
|
2158
2178
|
]
|
|
2159
2179
|
]
|
|
@@ -2167,17 +2187,16 @@
|
|
|
2167
2187
|
"render-ui",
|
|
2168
2188
|
"main",
|
|
2169
2189
|
{
|
|
2170
|
-
"type": "dashboard-layout",
|
|
2171
2190
|
"navItems": [
|
|
2172
2191
|
{
|
|
2173
|
-
"icon": "search",
|
|
2174
2192
|
"label": "Research",
|
|
2175
|
-
"href": "/research"
|
|
2193
|
+
"href": "/research",
|
|
2194
|
+
"icon": "search"
|
|
2176
2195
|
},
|
|
2177
2196
|
{
|
|
2178
|
-
"
|
|
2197
|
+
"label": "Cache",
|
|
2179
2198
|
"icon": "database",
|
|
2180
|
-
"
|
|
2199
|
+
"href": "/cache"
|
|
2181
2200
|
},
|
|
2182
2201
|
{
|
|
2183
2202
|
"icon": "file-text",
|
|
@@ -2185,90 +2204,91 @@
|
|
|
2185
2204
|
"label": "Reports"
|
|
2186
2205
|
},
|
|
2187
2206
|
{
|
|
2188
|
-
"
|
|
2207
|
+
"icon": "book-open",
|
|
2189
2208
|
"label": "Knowledge",
|
|
2190
|
-
"
|
|
2209
|
+
"href": "/knowledge"
|
|
2191
2210
|
}
|
|
2192
2211
|
],
|
|
2193
2212
|
"children": [
|
|
2194
2213
|
{
|
|
2195
2214
|
"type": "stack",
|
|
2215
|
+
"align": "center",
|
|
2216
|
+
"direction": "vertical",
|
|
2217
|
+
"gap": "lg",
|
|
2196
2218
|
"children": [
|
|
2197
2219
|
{
|
|
2220
|
+
"direction": "horizontal",
|
|
2221
|
+
"gap": "md",
|
|
2222
|
+
"type": "stack",
|
|
2223
|
+
"align": "center",
|
|
2198
2224
|
"children": [
|
|
2199
2225
|
{
|
|
2200
|
-
"
|
|
2201
|
-
"
|
|
2226
|
+
"type": "icon",
|
|
2227
|
+
"name": "database"
|
|
2202
2228
|
},
|
|
2203
2229
|
{
|
|
2204
|
-
"content": "Redis Cache",
|
|
2205
2230
|
"type": "typography",
|
|
2231
|
+
"content": "Redis Cache",
|
|
2206
2232
|
"variant": "h2"
|
|
2207
2233
|
}
|
|
2208
|
-
]
|
|
2209
|
-
"direction": "horizontal",
|
|
2210
|
-
"gap": "md",
|
|
2211
|
-
"align": "center",
|
|
2212
|
-
"type": "stack"
|
|
2234
|
+
]
|
|
2213
2235
|
},
|
|
2214
2236
|
{
|
|
2215
2237
|
"type": "divider"
|
|
2216
2238
|
},
|
|
2217
2239
|
{
|
|
2240
|
+
"type": "stack",
|
|
2218
2241
|
"direction": "vertical",
|
|
2242
|
+
"gap": "md",
|
|
2219
2243
|
"children": [
|
|
2220
2244
|
{
|
|
2221
|
-
"
|
|
2222
|
-
"
|
|
2245
|
+
"placeholder": "cache-key",
|
|
2246
|
+
"type": "input"
|
|
2223
2247
|
},
|
|
2224
2248
|
{
|
|
2225
|
-
"
|
|
2226
|
-
"
|
|
2249
|
+
"placeholder": "cache-value",
|
|
2250
|
+
"type": "input"
|
|
2227
2251
|
},
|
|
2228
2252
|
{
|
|
2229
|
-
"
|
|
2253
|
+
"inputType": "number",
|
|
2230
2254
|
"type": "input",
|
|
2231
|
-
"
|
|
2255
|
+
"placeholder": "3600"
|
|
2232
2256
|
}
|
|
2233
|
-
]
|
|
2234
|
-
"type": "stack",
|
|
2235
|
-
"gap": "md"
|
|
2257
|
+
]
|
|
2236
2258
|
},
|
|
2237
2259
|
{
|
|
2238
|
-
"justify": "center",
|
|
2239
|
-
"type": "stack",
|
|
2240
2260
|
"gap": "sm",
|
|
2241
|
-
"
|
|
2261
|
+
"type": "stack",
|
|
2242
2262
|
"children": [
|
|
2243
2263
|
{
|
|
2244
2264
|
"variant": "primary",
|
|
2245
|
-
"
|
|
2265
|
+
"type": "button",
|
|
2246
2266
|
"icon": "download",
|
|
2247
2267
|
"action": "GET_KEY",
|
|
2248
|
-
"
|
|
2268
|
+
"label": "Get"
|
|
2249
2269
|
},
|
|
2250
2270
|
{
|
|
2271
|
+
"type": "button",
|
|
2251
2272
|
"label": "Set",
|
|
2252
|
-
"icon": "upload",
|
|
2253
2273
|
"action": "SET_KEY",
|
|
2254
|
-
"
|
|
2274
|
+
"icon": "upload",
|
|
2255
2275
|
"variant": "primary"
|
|
2256
2276
|
},
|
|
2257
2277
|
{
|
|
2258
|
-
"action": "DELETE_KEY",
|
|
2259
|
-
"icon": "trash-2",
|
|
2260
2278
|
"variant": "danger",
|
|
2279
|
+
"icon": "trash-2",
|
|
2280
|
+
"type": "button",
|
|
2261
2281
|
"label": "Delete",
|
|
2262
|
-
"
|
|
2282
|
+
"action": "DELETE_KEY"
|
|
2263
2283
|
}
|
|
2264
|
-
]
|
|
2284
|
+
],
|
|
2285
|
+
"direction": "horizontal",
|
|
2286
|
+
"justify": "center"
|
|
2265
2287
|
}
|
|
2266
|
-
]
|
|
2267
|
-
"align": "center",
|
|
2268
|
-
"gap": "lg",
|
|
2269
|
-
"direction": "vertical"
|
|
2288
|
+
]
|
|
2270
2289
|
}
|
|
2271
2290
|
],
|
|
2291
|
+
"type": "dashboard-layout",
|
|
2272
2292
|
"appName": "ResearchAssistant"
|
|
2273
2293
|
}
|
|
2274
2294
|
]
|
|
@@ -2506,13 +2526,33 @@
|
|
|
2506
2526
|
"to": "idle",
|
|
2507
2527
|
"event": "INIT",
|
|
2508
2528
|
"effects": [
|
|
2529
|
+
[
|
|
2530
|
+
"set",
|
|
2531
|
+
"@entity.bucket",
|
|
2532
|
+
""
|
|
2533
|
+
],
|
|
2534
|
+
[
|
|
2535
|
+
"set",
|
|
2536
|
+
"@entity.content",
|
|
2537
|
+
""
|
|
2538
|
+
],
|
|
2539
|
+
[
|
|
2540
|
+
"set",
|
|
2541
|
+
"@entity.fileKey",
|
|
2542
|
+
""
|
|
2543
|
+
],
|
|
2544
|
+
[
|
|
2545
|
+
"set",
|
|
2546
|
+
"@entity.prefix",
|
|
2547
|
+
""
|
|
2548
|
+
],
|
|
2509
2549
|
[
|
|
2510
2550
|
"fetch",
|
|
2511
2551
|
"Report",
|
|
2512
2552
|
{
|
|
2513
2553
|
"emit": {
|
|
2514
|
-
"
|
|
2515
|
-
"
|
|
2554
|
+
"success": "ReportLoaded",
|
|
2555
|
+
"failure": "ReportLoadFailed"
|
|
2516
2556
|
}
|
|
2517
2557
|
}
|
|
2518
2558
|
],
|
|
@@ -2520,112 +2560,112 @@
|
|
|
2520
2560
|
"render-ui",
|
|
2521
2561
|
"main",
|
|
2522
2562
|
{
|
|
2563
|
+
"type": "dashboard-layout",
|
|
2564
|
+
"appName": "ResearchAssistant",
|
|
2565
|
+
"navItems": [
|
|
2566
|
+
{
|
|
2567
|
+
"href": "/research",
|
|
2568
|
+
"label": "Research",
|
|
2569
|
+
"icon": "search"
|
|
2570
|
+
},
|
|
2571
|
+
{
|
|
2572
|
+
"href": "/cache",
|
|
2573
|
+
"icon": "database",
|
|
2574
|
+
"label": "Cache"
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
"label": "Reports",
|
|
2578
|
+
"href": "/reports",
|
|
2579
|
+
"icon": "file-text"
|
|
2580
|
+
},
|
|
2581
|
+
{
|
|
2582
|
+
"href": "/knowledge",
|
|
2583
|
+
"icon": "book-open",
|
|
2584
|
+
"label": "Knowledge"
|
|
2585
|
+
}
|
|
2586
|
+
],
|
|
2523
2587
|
"children": [
|
|
2524
2588
|
{
|
|
2525
|
-
"
|
|
2526
|
-
"align": "stretch",
|
|
2589
|
+
"type": "stack",
|
|
2527
2590
|
"children": [
|
|
2528
2591
|
{
|
|
2592
|
+
"align": "center",
|
|
2593
|
+
"type": "stack",
|
|
2594
|
+
"direction": "horizontal",
|
|
2595
|
+
"gap": "md",
|
|
2529
2596
|
"children": [
|
|
2530
2597
|
{
|
|
2531
|
-
"
|
|
2532
|
-
"
|
|
2598
|
+
"name": "hard-drive",
|
|
2599
|
+
"type": "icon"
|
|
2533
2600
|
},
|
|
2534
2601
|
{
|
|
2602
|
+
"content": "Report Storage",
|
|
2535
2603
|
"variant": "h2",
|
|
2536
|
-
"type": "typography"
|
|
2537
|
-
"content": "Report Storage"
|
|
2604
|
+
"type": "typography"
|
|
2538
2605
|
}
|
|
2539
|
-
]
|
|
2540
|
-
"gap": "md",
|
|
2541
|
-
"direction": "horizontal",
|
|
2542
|
-
"type": "stack",
|
|
2543
|
-
"align": "center"
|
|
2606
|
+
]
|
|
2544
2607
|
},
|
|
2545
2608
|
{
|
|
2546
2609
|
"type": "divider"
|
|
2547
2610
|
},
|
|
2548
2611
|
{
|
|
2549
|
-
"
|
|
2550
|
-
"
|
|
2612
|
+
"type": "input",
|
|
2613
|
+
"placeholder": "bucket-name"
|
|
2551
2614
|
},
|
|
2552
2615
|
{
|
|
2553
2616
|
"type": "input",
|
|
2554
2617
|
"placeholder": "path/to/file.txt"
|
|
2555
2618
|
},
|
|
2556
2619
|
{
|
|
2557
|
-
"
|
|
2558
|
-
"
|
|
2620
|
+
"placeholder": "path/prefix/",
|
|
2621
|
+
"type": "input"
|
|
2559
2622
|
},
|
|
2560
2623
|
{
|
|
2561
2624
|
"placeholder": "File content...",
|
|
2562
2625
|
"type": "textarea"
|
|
2563
2626
|
},
|
|
2564
2627
|
{
|
|
2565
|
-
"direction": "horizontal",
|
|
2566
|
-
"gap": "sm",
|
|
2567
2628
|
"justify": "center",
|
|
2568
|
-
"
|
|
2629
|
+
"type": "stack",
|
|
2630
|
+
"gap": "sm",
|
|
2631
|
+
"direction": "horizontal",
|
|
2632
|
+
"children": [
|
|
2569
2633
|
{
|
|
2570
2634
|
"variant": "primary",
|
|
2571
|
-
"
|
|
2572
|
-
"type": "button",
|
|
2635
|
+
"label": "Upload",
|
|
2573
2636
|
"icon": "upload",
|
|
2574
|
-
"
|
|
2637
|
+
"action": "UPLOAD_FILE",
|
|
2638
|
+
"type": "button"
|
|
2575
2639
|
},
|
|
2576
2640
|
{
|
|
2577
|
-
"
|
|
2641
|
+
"icon": "download",
|
|
2578
2642
|
"label": "Download",
|
|
2579
|
-
"variant": "secondary",
|
|
2580
2643
|
"type": "button",
|
|
2581
|
-
"
|
|
2644
|
+
"variant": "secondary",
|
|
2645
|
+
"action": "DOWNLOAD_FILE"
|
|
2582
2646
|
},
|
|
2583
2647
|
{
|
|
2584
2648
|
"action": "LIST_FILES",
|
|
2649
|
+
"label": "List",
|
|
2585
2650
|
"variant": "secondary",
|
|
2586
2651
|
"icon": "list",
|
|
2587
|
-
"label": "List",
|
|
2588
2652
|
"type": "button"
|
|
2589
2653
|
},
|
|
2590
2654
|
{
|
|
2591
|
-
"icon": "trash-2",
|
|
2592
|
-
"type": "button",
|
|
2593
2655
|
"label": "Delete",
|
|
2594
|
-
"
|
|
2595
|
-
"
|
|
2656
|
+
"variant": "danger",
|
|
2657
|
+
"type": "button",
|
|
2658
|
+
"icon": "trash-2",
|
|
2659
|
+
"action": "DELETE_FILE"
|
|
2596
2660
|
}
|
|
2597
|
-
]
|
|
2598
|
-
"type": "stack"
|
|
2661
|
+
]
|
|
2599
2662
|
}
|
|
2600
2663
|
],
|
|
2601
|
-
"
|
|
2602
|
-
"direction": "vertical"
|
|
2603
|
-
|
|
2604
|
-
],
|
|
2605
|
-
"appName": "ResearchAssistant",
|
|
2606
|
-
"navItems": [
|
|
2607
|
-
{
|
|
2608
|
-
"icon": "search",
|
|
2609
|
-
"href": "/research",
|
|
2610
|
-
"label": "Research"
|
|
2611
|
-
},
|
|
2612
|
-
{
|
|
2613
|
-
"href": "/cache",
|
|
2614
|
-
"label": "Cache",
|
|
2615
|
-
"icon": "database"
|
|
2616
|
-
},
|
|
2617
|
-
{
|
|
2618
|
-
"href": "/reports",
|
|
2619
|
-
"label": "Reports",
|
|
2620
|
-
"icon": "file-text"
|
|
2621
|
-
},
|
|
2622
|
-
{
|
|
2623
|
-
"label": "Knowledge",
|
|
2624
|
-
"icon": "book-open",
|
|
2625
|
-
"href": "/knowledge"
|
|
2664
|
+
"align": "stretch",
|
|
2665
|
+
"direction": "vertical",
|
|
2666
|
+
"gap": "lg"
|
|
2626
2667
|
}
|
|
2627
|
-
]
|
|
2628
|
-
"type": "dashboard-layout"
|
|
2668
|
+
]
|
|
2629
2669
|
}
|
|
2630
2670
|
]
|
|
2631
2671
|
]
|
|
@@ -2639,20 +2679,11 @@
|
|
|
2639
2679
|
"render-ui",
|
|
2640
2680
|
"main",
|
|
2641
2681
|
{
|
|
2642
|
-
"type": "dashboard-layout",
|
|
2643
|
-
"appName": "ResearchAssistant",
|
|
2644
|
-
"children": [
|
|
2645
|
-
{
|
|
2646
|
-
"message": "Executing storage operation on report...",
|
|
2647
|
-
"title": "Processing...",
|
|
2648
|
-
"type": "loading-state"
|
|
2649
|
-
}
|
|
2650
|
-
],
|
|
2651
2682
|
"navItems": [
|
|
2652
2683
|
{
|
|
2653
|
-
"icon": "search",
|
|
2654
2684
|
"href": "/research",
|
|
2655
|
-
"label": "Research"
|
|
2685
|
+
"label": "Research",
|
|
2686
|
+
"icon": "search"
|
|
2656
2687
|
},
|
|
2657
2688
|
{
|
|
2658
2689
|
"icon": "database",
|
|
@@ -2661,13 +2692,22 @@
|
|
|
2661
2692
|
},
|
|
2662
2693
|
{
|
|
2663
2694
|
"icon": "file-text",
|
|
2664
|
-
"
|
|
2665
|
-
"
|
|
2695
|
+
"href": "/reports",
|
|
2696
|
+
"label": "Reports"
|
|
2666
2697
|
},
|
|
2667
2698
|
{
|
|
2699
|
+
"label": "Knowledge",
|
|
2668
2700
|
"href": "/knowledge",
|
|
2669
|
-
"icon": "book-open"
|
|
2670
|
-
|
|
2701
|
+
"icon": "book-open"
|
|
2702
|
+
}
|
|
2703
|
+
],
|
|
2704
|
+
"type": "dashboard-layout",
|
|
2705
|
+
"appName": "ResearchAssistant",
|
|
2706
|
+
"children": [
|
|
2707
|
+
{
|
|
2708
|
+
"type": "loading-state",
|
|
2709
|
+
"message": "Executing storage operation on report...",
|
|
2710
|
+
"title": "Processing..."
|
|
2671
2711
|
}
|
|
2672
2712
|
]
|
|
2673
2713
|
}
|
|
@@ -2678,13 +2718,13 @@
|
|
|
2678
2718
|
"upload",
|
|
2679
2719
|
{
|
|
2680
2720
|
"key": "@entity.fileKey",
|
|
2681
|
-
"
|
|
2682
|
-
"
|
|
2721
|
+
"bucket": "@entity.bucket",
|
|
2722
|
+
"content": "@entity.content"
|
|
2683
2723
|
},
|
|
2684
2724
|
{
|
|
2685
2725
|
"emit": {
|
|
2686
|
-
"
|
|
2687
|
-
"
|
|
2726
|
+
"failure": "ResearchStorageFailed",
|
|
2727
|
+
"success": "ResearchStorageCompleted"
|
|
2688
2728
|
}
|
|
2689
2729
|
}
|
|
2690
2730
|
]
|
|
@@ -2699,37 +2739,37 @@
|
|
|
2699
2739
|
"render-ui",
|
|
2700
2740
|
"main",
|
|
2701
2741
|
{
|
|
2742
|
+
"children": [
|
|
2743
|
+
{
|
|
2744
|
+
"type": "loading-state",
|
|
2745
|
+
"message": "Executing storage operation on report...",
|
|
2746
|
+
"title": "Processing..."
|
|
2747
|
+
}
|
|
2748
|
+
],
|
|
2702
2749
|
"navItems": [
|
|
2703
2750
|
{
|
|
2704
2751
|
"icon": "search",
|
|
2705
|
-
"
|
|
2706
|
-
"
|
|
2752
|
+
"href": "/research",
|
|
2753
|
+
"label": "Research"
|
|
2707
2754
|
},
|
|
2708
2755
|
{
|
|
2709
2756
|
"label": "Cache",
|
|
2710
|
-
"
|
|
2711
|
-
"
|
|
2757
|
+
"href": "/cache",
|
|
2758
|
+
"icon": "database"
|
|
2712
2759
|
},
|
|
2713
2760
|
{
|
|
2714
|
-
"label": "Reports",
|
|
2715
2761
|
"icon": "file-text",
|
|
2762
|
+
"label": "Reports",
|
|
2716
2763
|
"href": "/reports"
|
|
2717
2764
|
},
|
|
2718
2765
|
{
|
|
2719
|
-
"label": "Knowledge",
|
|
2720
2766
|
"href": "/knowledge",
|
|
2721
|
-
"icon": "book-open"
|
|
2722
|
-
|
|
2723
|
-
],
|
|
2724
|
-
"appName": "ResearchAssistant",
|
|
2725
|
-
"children": [
|
|
2726
|
-
{
|
|
2727
|
-
"message": "Executing storage operation on report...",
|
|
2728
|
-
"title": "Processing...",
|
|
2729
|
-
"type": "loading-state"
|
|
2767
|
+
"icon": "book-open",
|
|
2768
|
+
"label": "Knowledge"
|
|
2730
2769
|
}
|
|
2731
2770
|
],
|
|
2732
|
-
"type": "dashboard-layout"
|
|
2771
|
+
"type": "dashboard-layout",
|
|
2772
|
+
"appName": "ResearchAssistant"
|
|
2733
2773
|
}
|
|
2734
2774
|
],
|
|
2735
2775
|
[
|
|
@@ -2737,13 +2777,13 @@
|
|
|
2737
2777
|
"storage",
|
|
2738
2778
|
"download",
|
|
2739
2779
|
{
|
|
2740
|
-
"
|
|
2741
|
-
"
|
|
2780
|
+
"bucket": "@entity.bucket",
|
|
2781
|
+
"key": "@entity.fileKey"
|
|
2742
2782
|
},
|
|
2743
2783
|
{
|
|
2744
2784
|
"emit": {
|
|
2745
|
-
"
|
|
2746
|
-
"
|
|
2785
|
+
"failure": "ResearchStorageFailed",
|
|
2786
|
+
"success": "ResearchStorageCompleted"
|
|
2747
2787
|
}
|
|
2748
2788
|
}
|
|
2749
2789
|
]
|
|
@@ -2758,37 +2798,37 @@
|
|
|
2758
2798
|
"render-ui",
|
|
2759
2799
|
"main",
|
|
2760
2800
|
{
|
|
2801
|
+
"appName": "ResearchAssistant",
|
|
2761
2802
|
"children": [
|
|
2762
2803
|
{
|
|
2763
2804
|
"title": "Processing...",
|
|
2764
|
-
"
|
|
2765
|
-
"
|
|
2805
|
+
"type": "loading-state",
|
|
2806
|
+
"message": "Executing storage operation on report..."
|
|
2766
2807
|
}
|
|
2767
2808
|
],
|
|
2768
|
-
"type": "dashboard-layout",
|
|
2769
|
-
"appName": "ResearchAssistant",
|
|
2770
2809
|
"navItems": [
|
|
2771
2810
|
{
|
|
2772
2811
|
"href": "/research",
|
|
2773
|
-
"
|
|
2774
|
-
"
|
|
2812
|
+
"icon": "search",
|
|
2813
|
+
"label": "Research"
|
|
2775
2814
|
},
|
|
2776
2815
|
{
|
|
2777
|
-
"
|
|
2816
|
+
"href": "/cache",
|
|
2778
2817
|
"label": "Cache",
|
|
2779
|
-
"
|
|
2818
|
+
"icon": "database"
|
|
2780
2819
|
},
|
|
2781
2820
|
{
|
|
2782
2821
|
"label": "Reports",
|
|
2783
|
-
"
|
|
2784
|
-
"
|
|
2822
|
+
"href": "/reports",
|
|
2823
|
+
"icon": "file-text"
|
|
2785
2824
|
},
|
|
2786
2825
|
{
|
|
2787
2826
|
"label": "Knowledge",
|
|
2788
2827
|
"href": "/knowledge",
|
|
2789
2828
|
"icon": "book-open"
|
|
2790
2829
|
}
|
|
2791
|
-
]
|
|
2830
|
+
],
|
|
2831
|
+
"type": "dashboard-layout"
|
|
2792
2832
|
}
|
|
2793
2833
|
],
|
|
2794
2834
|
[
|
|
@@ -2801,8 +2841,8 @@
|
|
|
2801
2841
|
},
|
|
2802
2842
|
{
|
|
2803
2843
|
"emit": {
|
|
2804
|
-
"
|
|
2805
|
-
"
|
|
2844
|
+
"failure": "ResearchStorageFailed",
|
|
2845
|
+
"success": "ResearchStorageCompleted"
|
|
2806
2846
|
}
|
|
2807
2847
|
}
|
|
2808
2848
|
]
|
|
@@ -2819,32 +2859,32 @@
|
|
|
2819
2859
|
{
|
|
2820
2860
|
"navItems": [
|
|
2821
2861
|
{
|
|
2822
|
-
"href": "/research",
|
|
2823
2862
|
"icon": "search",
|
|
2863
|
+
"href": "/research",
|
|
2824
2864
|
"label": "Research"
|
|
2825
2865
|
},
|
|
2826
2866
|
{
|
|
2827
|
-
"href": "/cache",
|
|
2828
2867
|
"icon": "database",
|
|
2829
|
-
"label": "Cache"
|
|
2868
|
+
"label": "Cache",
|
|
2869
|
+
"href": "/cache"
|
|
2830
2870
|
},
|
|
2831
2871
|
{
|
|
2832
|
-
"icon": "file-text",
|
|
2833
2872
|
"href": "/reports",
|
|
2873
|
+
"icon": "file-text",
|
|
2834
2874
|
"label": "Reports"
|
|
2835
2875
|
},
|
|
2836
2876
|
{
|
|
2837
|
-
"href": "/knowledge",
|
|
2838
2877
|
"icon": "book-open",
|
|
2839
|
-
"label": "Knowledge"
|
|
2878
|
+
"label": "Knowledge",
|
|
2879
|
+
"href": "/knowledge"
|
|
2840
2880
|
}
|
|
2841
2881
|
],
|
|
2842
2882
|
"appName": "ResearchAssistant",
|
|
2843
2883
|
"children": [
|
|
2844
2884
|
{
|
|
2885
|
+
"type": "loading-state",
|
|
2845
2886
|
"title": "Processing...",
|
|
2846
|
-
"message": "Executing storage operation on report..."
|
|
2847
|
-
"type": "loading-state"
|
|
2887
|
+
"message": "Executing storage operation on report..."
|
|
2848
2888
|
}
|
|
2849
2889
|
],
|
|
2850
2890
|
"type": "dashboard-layout"
|
|
@@ -2860,8 +2900,8 @@
|
|
|
2860
2900
|
},
|
|
2861
2901
|
{
|
|
2862
2902
|
"emit": {
|
|
2863
|
-
"
|
|
2864
|
-
"
|
|
2903
|
+
"failure": "ResearchStorageFailed",
|
|
2904
|
+
"success": "ResearchStorageCompleted"
|
|
2865
2905
|
}
|
|
2866
2906
|
}
|
|
2867
2907
|
]
|
|
@@ -2886,62 +2926,62 @@
|
|
|
2886
2926
|
"render-ui",
|
|
2887
2927
|
"main",
|
|
2888
2928
|
{
|
|
2929
|
+
"type": "dashboard-layout",
|
|
2889
2930
|
"children": [
|
|
2890
2931
|
{
|
|
2932
|
+
"type": "stack",
|
|
2933
|
+
"gap": "lg",
|
|
2891
2934
|
"children": [
|
|
2892
2935
|
{
|
|
2893
|
-
"
|
|
2894
|
-
"
|
|
2936
|
+
"name": "check-circle",
|
|
2937
|
+
"type": "icon"
|
|
2895
2938
|
},
|
|
2896
2939
|
{
|
|
2897
|
-
"
|
|
2940
|
+
"variant": "success",
|
|
2898
2941
|
"type": "alert",
|
|
2899
|
-
"
|
|
2942
|
+
"message": "Operation completed successfully"
|
|
2900
2943
|
},
|
|
2901
2944
|
{
|
|
2902
|
-
"content": "@entity.result",
|
|
2903
2945
|
"color": "muted",
|
|
2904
|
-
"
|
|
2905
|
-
"type": "typography"
|
|
2946
|
+
"content": "@entity.result",
|
|
2947
|
+
"type": "typography",
|
|
2948
|
+
"variant": "body"
|
|
2906
2949
|
},
|
|
2907
2950
|
{
|
|
2908
|
-
"
|
|
2951
|
+
"action": "RESET",
|
|
2909
2952
|
"variant": "ghost",
|
|
2910
2953
|
"type": "button",
|
|
2911
2954
|
"label": "Back",
|
|
2912
|
-
"
|
|
2955
|
+
"icon": "rotate-ccw"
|
|
2913
2956
|
}
|
|
2914
2957
|
],
|
|
2915
|
-
"
|
|
2916
|
-
"
|
|
2917
|
-
"direction": "vertical",
|
|
2918
|
-
"align": "center"
|
|
2958
|
+
"align": "center",
|
|
2959
|
+
"direction": "vertical"
|
|
2919
2960
|
}
|
|
2920
2961
|
],
|
|
2921
|
-
"type": "dashboard-layout",
|
|
2922
|
-
"appName": "ResearchAssistant",
|
|
2923
2962
|
"navItems": [
|
|
2924
2963
|
{
|
|
2925
2964
|
"href": "/research",
|
|
2926
|
-
"
|
|
2927
|
-
"
|
|
2965
|
+
"icon": "search",
|
|
2966
|
+
"label": "Research"
|
|
2928
2967
|
},
|
|
2929
2968
|
{
|
|
2930
|
-
"icon": "database",
|
|
2931
2969
|
"href": "/cache",
|
|
2970
|
+
"icon": "database",
|
|
2932
2971
|
"label": "Cache"
|
|
2933
2972
|
},
|
|
2934
2973
|
{
|
|
2935
|
-
"href": "/reports",
|
|
2936
2974
|
"icon": "file-text",
|
|
2975
|
+
"href": "/reports",
|
|
2937
2976
|
"label": "Reports"
|
|
2938
2977
|
},
|
|
2939
2978
|
{
|
|
2979
|
+
"href": "/knowledge",
|
|
2940
2980
|
"label": "Knowledge",
|
|
2941
|
-
"icon": "book-open"
|
|
2942
|
-
"href": "/knowledge"
|
|
2981
|
+
"icon": "book-open"
|
|
2943
2982
|
}
|
|
2944
|
-
]
|
|
2983
|
+
],
|
|
2984
|
+
"appName": "ResearchAssistant"
|
|
2945
2985
|
}
|
|
2946
2986
|
]
|
|
2947
2987
|
]
|
|
@@ -2965,12 +3005,34 @@
|
|
|
2965
3005
|
"render-ui",
|
|
2966
3006
|
"main",
|
|
2967
3007
|
{
|
|
2968
|
-
"
|
|
3008
|
+
"children": [
|
|
3009
|
+
{
|
|
3010
|
+
"gap": "lg",
|
|
3011
|
+
"direction": "vertical",
|
|
3012
|
+
"align": "center",
|
|
3013
|
+
"type": "stack",
|
|
3014
|
+
"children": [
|
|
3015
|
+
{
|
|
3016
|
+
"message": "@entity.error",
|
|
3017
|
+
"type": "error-state",
|
|
3018
|
+
"title": "Operation Failed"
|
|
3019
|
+
},
|
|
3020
|
+
{
|
|
3021
|
+
"label": "Back",
|
|
3022
|
+
"type": "button",
|
|
3023
|
+
"icon": "rotate-ccw",
|
|
3024
|
+
"action": "RESET",
|
|
3025
|
+
"variant": "ghost"
|
|
3026
|
+
}
|
|
3027
|
+
]
|
|
3028
|
+
}
|
|
3029
|
+
],
|
|
3030
|
+
"appName": "ResearchAssistant",
|
|
2969
3031
|
"navItems": [
|
|
2970
3032
|
{
|
|
2971
3033
|
"label": "Research",
|
|
2972
|
-
"
|
|
2973
|
-
"
|
|
3034
|
+
"href": "/research",
|
|
3035
|
+
"icon": "search"
|
|
2974
3036
|
},
|
|
2975
3037
|
{
|
|
2976
3038
|
"label": "Cache",
|
|
@@ -2984,33 +3046,11 @@
|
|
|
2984
3046
|
},
|
|
2985
3047
|
{
|
|
2986
3048
|
"label": "Knowledge",
|
|
2987
|
-
"
|
|
2988
|
-
"
|
|
2989
|
-
}
|
|
2990
|
-
],
|
|
2991
|
-
"children": [
|
|
2992
|
-
{
|
|
2993
|
-
"type": "stack",
|
|
2994
|
-
"direction": "vertical",
|
|
2995
|
-
"children": [
|
|
2996
|
-
{
|
|
2997
|
-
"title": "Operation Failed",
|
|
2998
|
-
"message": "@entity.error",
|
|
2999
|
-
"type": "error-state"
|
|
3000
|
-
},
|
|
3001
|
-
{
|
|
3002
|
-
"type": "button",
|
|
3003
|
-
"variant": "ghost",
|
|
3004
|
-
"action": "RESET",
|
|
3005
|
-
"label": "Back",
|
|
3006
|
-
"icon": "rotate-ccw"
|
|
3007
|
-
}
|
|
3008
|
-
],
|
|
3009
|
-
"gap": "lg",
|
|
3010
|
-
"align": "center"
|
|
3049
|
+
"href": "/knowledge",
|
|
3050
|
+
"icon": "book-open"
|
|
3011
3051
|
}
|
|
3012
3052
|
],
|
|
3013
|
-
"
|
|
3053
|
+
"type": "dashboard-layout"
|
|
3014
3054
|
}
|
|
3015
3055
|
]
|
|
3016
3056
|
]
|
|
@@ -3029,6 +3069,7 @@
|
|
|
3029
3069
|
"render-ui",
|
|
3030
3070
|
"main",
|
|
3031
3071
|
{
|
|
3072
|
+
"appName": "ResearchAssistant",
|
|
3032
3073
|
"navItems": [
|
|
3033
3074
|
{
|
|
3034
3075
|
"label": "Research",
|
|
@@ -3036,39 +3077,41 @@
|
|
|
3036
3077
|
"icon": "search"
|
|
3037
3078
|
},
|
|
3038
3079
|
{
|
|
3039
|
-
"href": "/cache",
|
|
3040
3080
|
"icon": "database",
|
|
3041
|
-
"label": "Cache"
|
|
3081
|
+
"label": "Cache",
|
|
3082
|
+
"href": "/cache"
|
|
3042
3083
|
},
|
|
3043
3084
|
{
|
|
3044
3085
|
"label": "Reports",
|
|
3045
|
-
"
|
|
3046
|
-
"
|
|
3086
|
+
"icon": "file-text",
|
|
3087
|
+
"href": "/reports"
|
|
3047
3088
|
},
|
|
3048
3089
|
{
|
|
3049
3090
|
"label": "Knowledge",
|
|
3050
|
-
"
|
|
3051
|
-
"
|
|
3091
|
+
"icon": "book-open",
|
|
3092
|
+
"href": "/knowledge"
|
|
3052
3093
|
}
|
|
3053
3094
|
],
|
|
3054
3095
|
"children": [
|
|
3055
3096
|
{
|
|
3056
|
-
"
|
|
3097
|
+
"align": "stretch",
|
|
3098
|
+
"type": "stack",
|
|
3099
|
+
"direction": "vertical",
|
|
3057
3100
|
"children": [
|
|
3058
3101
|
{
|
|
3059
|
-
"gap": "md",
|
|
3060
3102
|
"align": "center",
|
|
3061
3103
|
"children": [
|
|
3062
3104
|
{
|
|
3063
|
-
"
|
|
3064
|
-
"
|
|
3105
|
+
"type": "icon",
|
|
3106
|
+
"name": "hard-drive"
|
|
3065
3107
|
},
|
|
3066
3108
|
{
|
|
3067
|
-
"
|
|
3109
|
+
"variant": "h2",
|
|
3068
3110
|
"type": "typography",
|
|
3069
|
-
"
|
|
3111
|
+
"content": "Report Storage"
|
|
3070
3112
|
}
|
|
3071
3113
|
],
|
|
3114
|
+
"gap": "md",
|
|
3072
3115
|
"direction": "horizontal",
|
|
3073
3116
|
"type": "stack"
|
|
3074
3117
|
},
|
|
@@ -3080,8 +3123,8 @@
|
|
|
3080
3123
|
"type": "input"
|
|
3081
3124
|
},
|
|
3082
3125
|
{
|
|
3083
|
-
"
|
|
3084
|
-
"
|
|
3126
|
+
"placeholder": "path/to/file.txt",
|
|
3127
|
+
"type": "input"
|
|
3085
3128
|
},
|
|
3086
3129
|
{
|
|
3087
3130
|
"type": "input",
|
|
@@ -3092,49 +3135,46 @@
|
|
|
3092
3135
|
"type": "textarea"
|
|
3093
3136
|
},
|
|
3094
3137
|
{
|
|
3095
|
-
"
|
|
3138
|
+
"type": "stack",
|
|
3096
3139
|
"children": [
|
|
3097
3140
|
{
|
|
3098
3141
|
"label": "Upload",
|
|
3099
|
-
"
|
|
3100
|
-
"type": "button",
|
|
3142
|
+
"variant": "primary",
|
|
3101
3143
|
"icon": "upload",
|
|
3102
|
-
"
|
|
3144
|
+
"action": "UPLOAD_FILE",
|
|
3145
|
+
"type": "button"
|
|
3103
3146
|
},
|
|
3104
3147
|
{
|
|
3105
|
-
"type": "button",
|
|
3106
|
-
"variant": "secondary",
|
|
3107
3148
|
"label": "Download",
|
|
3149
|
+
"icon": "download",
|
|
3150
|
+
"type": "button",
|
|
3108
3151
|
"action": "DOWNLOAD_FILE",
|
|
3109
|
-
"
|
|
3152
|
+
"variant": "secondary"
|
|
3110
3153
|
},
|
|
3111
3154
|
{
|
|
3112
|
-
"
|
|
3155
|
+
"label": "List",
|
|
3113
3156
|
"variant": "secondary",
|
|
3114
3157
|
"type": "button",
|
|
3115
|
-
"
|
|
3116
|
-
"
|
|
3158
|
+
"icon": "list",
|
|
3159
|
+
"action": "LIST_FILES"
|
|
3117
3160
|
},
|
|
3118
3161
|
{
|
|
3162
|
+
"action": "DELETE_FILE",
|
|
3119
3163
|
"type": "button",
|
|
3164
|
+
"label": "Delete",
|
|
3120
3165
|
"variant": "danger",
|
|
3121
|
-
"icon": "trash-2"
|
|
3122
|
-
"action": "DELETE_FILE",
|
|
3123
|
-
"label": "Delete"
|
|
3166
|
+
"icon": "trash-2"
|
|
3124
3167
|
}
|
|
3125
3168
|
],
|
|
3126
|
-
"
|
|
3127
|
-
"
|
|
3128
|
-
"
|
|
3169
|
+
"gap": "sm",
|
|
3170
|
+
"direction": "horizontal",
|
|
3171
|
+
"justify": "center"
|
|
3129
3172
|
}
|
|
3130
3173
|
],
|
|
3131
|
-
"
|
|
3132
|
-
"type": "stack",
|
|
3133
|
-
"align": "stretch"
|
|
3174
|
+
"gap": "lg"
|
|
3134
3175
|
}
|
|
3135
3176
|
],
|
|
3136
|
-
"type": "dashboard-layout"
|
|
3137
|
-
"appName": "ResearchAssistant"
|
|
3177
|
+
"type": "dashboard-layout"
|
|
3138
3178
|
}
|
|
3139
3179
|
]
|
|
3140
3180
|
]
|
|
@@ -3153,35 +3193,58 @@
|
|
|
3153
3193
|
"render-ui",
|
|
3154
3194
|
"main",
|
|
3155
3195
|
{
|
|
3156
|
-
"
|
|
3196
|
+
"navItems": [
|
|
3197
|
+
{
|
|
3198
|
+
"href": "/research",
|
|
3199
|
+
"icon": "search",
|
|
3200
|
+
"label": "Research"
|
|
3201
|
+
},
|
|
3202
|
+
{
|
|
3203
|
+
"icon": "database",
|
|
3204
|
+
"href": "/cache",
|
|
3205
|
+
"label": "Cache"
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"label": "Reports",
|
|
3209
|
+
"href": "/reports",
|
|
3210
|
+
"icon": "file-text"
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
"icon": "book-open",
|
|
3214
|
+
"label": "Knowledge",
|
|
3215
|
+
"href": "/knowledge"
|
|
3216
|
+
}
|
|
3217
|
+
],
|
|
3157
3218
|
"children": [
|
|
3158
3219
|
{
|
|
3220
|
+
"type": "stack",
|
|
3159
3221
|
"align": "stretch",
|
|
3222
|
+
"direction": "vertical",
|
|
3160
3223
|
"gap": "lg",
|
|
3161
3224
|
"children": [
|
|
3162
3225
|
{
|
|
3163
|
-
"direction": "horizontal",
|
|
3164
3226
|
"type": "stack",
|
|
3165
|
-
"
|
|
3227
|
+
"gap": "md",
|
|
3166
3228
|
"children": [
|
|
3167
3229
|
{
|
|
3168
|
-
"
|
|
3169
|
-
"
|
|
3230
|
+
"name": "hard-drive",
|
|
3231
|
+
"type": "icon"
|
|
3170
3232
|
},
|
|
3171
3233
|
{
|
|
3234
|
+
"type": "typography",
|
|
3172
3235
|
"content": "Report Storage",
|
|
3173
|
-
"variant": "h2"
|
|
3174
|
-
"type": "typography"
|
|
3236
|
+
"variant": "h2"
|
|
3175
3237
|
}
|
|
3176
3238
|
],
|
|
3177
|
-
"
|
|
3239
|
+
"direction": "horizontal",
|
|
3240
|
+
"align": "center"
|
|
3178
3241
|
},
|
|
3179
3242
|
{
|
|
3180
3243
|
"type": "divider"
|
|
3181
3244
|
},
|
|
3182
3245
|
{
|
|
3183
|
-
"
|
|
3184
|
-
"
|
|
3246
|
+
"placeholder": "bucket-name",
|
|
3247
|
+
"type": "input"
|
|
3185
3248
|
},
|
|
3186
3249
|
{
|
|
3187
3250
|
"placeholder": "path/to/file.txt",
|
|
@@ -3192,73 +3255,50 @@
|
|
|
3192
3255
|
"type": "input"
|
|
3193
3256
|
},
|
|
3194
3257
|
{
|
|
3195
|
-
"
|
|
3196
|
-
"
|
|
3258
|
+
"placeholder": "File content...",
|
|
3259
|
+
"type": "textarea"
|
|
3197
3260
|
},
|
|
3198
3261
|
{
|
|
3262
|
+
"justify": "center",
|
|
3263
|
+
"gap": "sm",
|
|
3199
3264
|
"type": "stack",
|
|
3200
3265
|
"children": [
|
|
3201
3266
|
{
|
|
3202
|
-
"
|
|
3203
|
-
"icon": "upload",
|
|
3267
|
+
"variant": "primary",
|
|
3204
3268
|
"type": "button",
|
|
3269
|
+
"icon": "upload",
|
|
3205
3270
|
"action": "UPLOAD_FILE",
|
|
3206
|
-
"
|
|
3271
|
+
"label": "Upload"
|
|
3207
3272
|
},
|
|
3208
3273
|
{
|
|
3209
|
-
"variant": "secondary",
|
|
3210
|
-
"type": "button",
|
|
3211
3274
|
"action": "DOWNLOAD_FILE",
|
|
3275
|
+
"variant": "secondary",
|
|
3276
|
+
"icon": "download",
|
|
3212
3277
|
"label": "Download",
|
|
3213
|
-
"
|
|
3278
|
+
"type": "button"
|
|
3214
3279
|
},
|
|
3215
3280
|
{
|
|
3281
|
+
"label": "List",
|
|
3282
|
+
"action": "LIST_FILES",
|
|
3216
3283
|
"icon": "list",
|
|
3217
3284
|
"variant": "secondary",
|
|
3218
|
-
"type": "button"
|
|
3219
|
-
"action": "LIST_FILES",
|
|
3220
|
-
"label": "List"
|
|
3285
|
+
"type": "button"
|
|
3221
3286
|
},
|
|
3222
3287
|
{
|
|
3223
|
-
"label": "Delete",
|
|
3224
|
-
"icon": "trash-2",
|
|
3225
|
-
"type": "button",
|
|
3226
3288
|
"variant": "danger",
|
|
3227
|
-
"
|
|
3289
|
+
"type": "button",
|
|
3290
|
+
"icon": "trash-2",
|
|
3291
|
+
"action": "DELETE_FILE",
|
|
3292
|
+
"label": "Delete"
|
|
3228
3293
|
}
|
|
3229
3294
|
],
|
|
3230
|
-
"
|
|
3231
|
-
"direction": "horizontal",
|
|
3232
|
-
"justify": "center"
|
|
3295
|
+
"direction": "horizontal"
|
|
3233
3296
|
}
|
|
3234
|
-
]
|
|
3235
|
-
"direction": "vertical",
|
|
3236
|
-
"type": "stack"
|
|
3297
|
+
]
|
|
3237
3298
|
}
|
|
3238
3299
|
],
|
|
3239
3300
|
"type": "dashboard-layout",
|
|
3240
|
-
"
|
|
3241
|
-
{
|
|
3242
|
-
"label": "Research",
|
|
3243
|
-
"href": "/research",
|
|
3244
|
-
"icon": "search"
|
|
3245
|
-
},
|
|
3246
|
-
{
|
|
3247
|
-
"label": "Cache",
|
|
3248
|
-
"href": "/cache",
|
|
3249
|
-
"icon": "database"
|
|
3250
|
-
},
|
|
3251
|
-
{
|
|
3252
|
-
"icon": "file-text",
|
|
3253
|
-
"href": "/reports",
|
|
3254
|
-
"label": "Reports"
|
|
3255
|
-
},
|
|
3256
|
-
{
|
|
3257
|
-
"icon": "book-open",
|
|
3258
|
-
"label": "Knowledge",
|
|
3259
|
-
"href": "/knowledge"
|
|
3260
|
-
}
|
|
3261
|
-
]
|
|
3301
|
+
"appName": "ResearchAssistant"
|
|
3262
3302
|
}
|
|
3263
3303
|
]
|
|
3264
3304
|
]
|
|
@@ -3309,7 +3349,7 @@
|
|
|
3309
3349
|
},
|
|
3310
3350
|
{
|
|
3311
3351
|
"name": "statusCode",
|
|
3312
|
-
"type": "
|
|
3352
|
+
"type": "string"
|
|
3313
3353
|
},
|
|
3314
3354
|
{
|
|
3315
3355
|
"name": "callStatus",
|
|
@@ -3491,6 +3531,21 @@
|
|
|
3491
3531
|
"to": "idle",
|
|
3492
3532
|
"event": "INIT",
|
|
3493
3533
|
"effects": [
|
|
3534
|
+
[
|
|
3535
|
+
"set",
|
|
3536
|
+
"@entity.endpoint",
|
|
3537
|
+
""
|
|
3538
|
+
],
|
|
3539
|
+
[
|
|
3540
|
+
"set",
|
|
3541
|
+
"@entity.method",
|
|
3542
|
+
""
|
|
3543
|
+
],
|
|
3544
|
+
[
|
|
3545
|
+
"set",
|
|
3546
|
+
"@entity.requestBody",
|
|
3547
|
+
""
|
|
3548
|
+
],
|
|
3494
3549
|
[
|
|
3495
3550
|
"fetch",
|
|
3496
3551
|
"KnowledgeQuery",
|
|
@@ -3505,37 +3560,40 @@
|
|
|
3505
3560
|
"render-ui",
|
|
3506
3561
|
"main",
|
|
3507
3562
|
{
|
|
3563
|
+
"type": "dashboard-layout",
|
|
3508
3564
|
"navItems": [
|
|
3509
3565
|
{
|
|
3510
|
-
"icon": "search",
|
|
3511
3566
|
"label": "Research",
|
|
3512
|
-
"href": "/research"
|
|
3567
|
+
"href": "/research",
|
|
3568
|
+
"icon": "search"
|
|
3513
3569
|
},
|
|
3514
3570
|
{
|
|
3515
|
-
"icon": "database",
|
|
3516
3571
|
"href": "/cache",
|
|
3572
|
+
"icon": "database",
|
|
3517
3573
|
"label": "Cache"
|
|
3518
3574
|
},
|
|
3519
3575
|
{
|
|
3520
|
-
"href": "/reports",
|
|
3521
3576
|
"icon": "file-text",
|
|
3577
|
+
"href": "/reports",
|
|
3522
3578
|
"label": "Reports"
|
|
3523
3579
|
},
|
|
3524
3580
|
{
|
|
3525
3581
|
"href": "/knowledge",
|
|
3526
|
-
"
|
|
3527
|
-
"
|
|
3582
|
+
"icon": "book-open",
|
|
3583
|
+
"label": "Knowledge"
|
|
3528
3584
|
}
|
|
3529
3585
|
],
|
|
3530
|
-
"
|
|
3586
|
+
"appName": "ResearchAssistant",
|
|
3531
3587
|
"children": [
|
|
3532
3588
|
{
|
|
3533
3589
|
"type": "stack",
|
|
3534
3590
|
"gap": "lg",
|
|
3591
|
+
"direction": "vertical",
|
|
3592
|
+
"align": "center",
|
|
3535
3593
|
"children": [
|
|
3536
3594
|
{
|
|
3537
|
-
"
|
|
3538
|
-
"
|
|
3595
|
+
"type": "icon",
|
|
3596
|
+
"name": "shield"
|
|
3539
3597
|
},
|
|
3540
3598
|
{
|
|
3541
3599
|
"variant": "h2",
|
|
@@ -3543,23 +3601,23 @@
|
|
|
3543
3601
|
"content": "Bearer API Tester"
|
|
3544
3602
|
},
|
|
3545
3603
|
{
|
|
3546
|
-
"
|
|
3547
|
-
"
|
|
3604
|
+
"type": "input",
|
|
3605
|
+
"placeholder": "/users"
|
|
3548
3606
|
},
|
|
3549
3607
|
{
|
|
3550
3608
|
"type": "select",
|
|
3551
3609
|
"options": [
|
|
3552
3610
|
{
|
|
3553
|
-
"
|
|
3554
|
-
"
|
|
3611
|
+
"value": "GET",
|
|
3612
|
+
"label": "GET"
|
|
3555
3613
|
},
|
|
3556
3614
|
{
|
|
3557
3615
|
"label": "POST",
|
|
3558
3616
|
"value": "POST"
|
|
3559
3617
|
},
|
|
3560
3618
|
{
|
|
3561
|
-
"
|
|
3562
|
-
"
|
|
3619
|
+
"label": "PUT",
|
|
3620
|
+
"value": "PUT"
|
|
3563
3621
|
},
|
|
3564
3622
|
{
|
|
3565
3623
|
"value": "DELETE",
|
|
@@ -3572,18 +3630,15 @@
|
|
|
3572
3630
|
"type": "textarea"
|
|
3573
3631
|
},
|
|
3574
3632
|
{
|
|
3575
|
-
"
|
|
3633
|
+
"label": "Send Request",
|
|
3576
3634
|
"variant": "primary",
|
|
3577
3635
|
"icon": "send",
|
|
3578
|
-
"
|
|
3636
|
+
"action": "CALL_API",
|
|
3579
3637
|
"type": "button"
|
|
3580
3638
|
}
|
|
3581
|
-
]
|
|
3582
|
-
"direction": "vertical",
|
|
3583
|
-
"align": "center"
|
|
3639
|
+
]
|
|
3584
3640
|
}
|
|
3585
|
-
]
|
|
3586
|
-
"appName": "ResearchAssistant"
|
|
3641
|
+
]
|
|
3587
3642
|
}
|
|
3588
3643
|
]
|
|
3589
3644
|
]
|
|
@@ -3597,6 +3652,15 @@
|
|
|
3597
3652
|
"render-ui",
|
|
3598
3653
|
"main",
|
|
3599
3654
|
{
|
|
3655
|
+
"appName": "ResearchAssistant",
|
|
3656
|
+
"type": "dashboard-layout",
|
|
3657
|
+
"children": [
|
|
3658
|
+
{
|
|
3659
|
+
"message": "Sending request to knowledgequery endpoint...",
|
|
3660
|
+
"type": "loading-state",
|
|
3661
|
+
"title": "Calling API..."
|
|
3662
|
+
}
|
|
3663
|
+
],
|
|
3600
3664
|
"navItems": [
|
|
3601
3665
|
{
|
|
3602
3666
|
"label": "Research",
|
|
@@ -3604,30 +3668,21 @@
|
|
|
3604
3668
|
"icon": "search"
|
|
3605
3669
|
},
|
|
3606
3670
|
{
|
|
3607
|
-
"icon": "database",
|
|
3608
3671
|
"label": "Cache",
|
|
3672
|
+
"icon": "database",
|
|
3609
3673
|
"href": "/cache"
|
|
3610
3674
|
},
|
|
3611
3675
|
{
|
|
3612
|
-
"icon": "file-text",
|
|
3613
3676
|
"href": "/reports",
|
|
3677
|
+
"icon": "file-text",
|
|
3614
3678
|
"label": "Reports"
|
|
3615
3679
|
},
|
|
3616
3680
|
{
|
|
3617
3681
|
"label": "Knowledge",
|
|
3618
|
-
"
|
|
3619
|
-
"
|
|
3620
|
-
}
|
|
3621
|
-
],
|
|
3622
|
-
"children": [
|
|
3623
|
-
{
|
|
3624
|
-
"title": "Calling API...",
|
|
3625
|
-
"message": "Sending request to knowledgequery endpoint...",
|
|
3626
|
-
"type": "loading-state"
|
|
3682
|
+
"icon": "book-open",
|
|
3683
|
+
"href": "/knowledge"
|
|
3627
3684
|
}
|
|
3628
|
-
]
|
|
3629
|
-
"appName": "ResearchAssistant",
|
|
3630
|
-
"type": "dashboard-layout"
|
|
3685
|
+
]
|
|
3631
3686
|
}
|
|
3632
3687
|
],
|
|
3633
3688
|
[
|
|
@@ -3635,14 +3690,14 @@
|
|
|
3635
3690
|
"custom-bearer-api",
|
|
3636
3691
|
"execute",
|
|
3637
3692
|
{
|
|
3638
|
-
"endpoint": "@entity.endpoint",
|
|
3639
3693
|
"method": "@entity.method",
|
|
3640
|
-
"body": "@entity.requestBody"
|
|
3694
|
+
"body": "@entity.requestBody",
|
|
3695
|
+
"endpoint": "@entity.endpoint"
|
|
3641
3696
|
},
|
|
3642
3697
|
{
|
|
3643
3698
|
"emit": {
|
|
3644
|
-
"
|
|
3645
|
-
"
|
|
3699
|
+
"success": "ResearchCustomBearerApiCompleted",
|
|
3700
|
+
"failure": "ResearchCustomBearerApiFailed"
|
|
3646
3701
|
}
|
|
3647
3702
|
}
|
|
3648
3703
|
]
|
|
@@ -3667,21 +3722,42 @@
|
|
|
3667
3722
|
"render-ui",
|
|
3668
3723
|
"main",
|
|
3669
3724
|
{
|
|
3670
|
-
"
|
|
3725
|
+
"appName": "ResearchAssistant",
|
|
3726
|
+
"navItems": [
|
|
3671
3727
|
{
|
|
3672
|
-
"
|
|
3673
|
-
"
|
|
3674
|
-
"
|
|
3675
|
-
|
|
3728
|
+
"href": "/research",
|
|
3729
|
+
"icon": "search",
|
|
3730
|
+
"label": "Research"
|
|
3731
|
+
},
|
|
3732
|
+
{
|
|
3733
|
+
"href": "/cache",
|
|
3734
|
+
"icon": "database",
|
|
3735
|
+
"label": "Cache"
|
|
3736
|
+
},
|
|
3737
|
+
{
|
|
3738
|
+
"label": "Reports",
|
|
3739
|
+
"href": "/reports",
|
|
3740
|
+
"icon": "file-text"
|
|
3741
|
+
},
|
|
3742
|
+
{
|
|
3743
|
+
"label": "Knowledge",
|
|
3744
|
+
"href": "/knowledge",
|
|
3745
|
+
"icon": "book-open"
|
|
3746
|
+
}
|
|
3747
|
+
],
|
|
3748
|
+
"children": [
|
|
3749
|
+
{
|
|
3750
|
+
"align": "center",
|
|
3751
|
+
"gap": "lg",
|
|
3676
3752
|
"children": [
|
|
3677
3753
|
{
|
|
3678
3754
|
"name": "check-circle",
|
|
3679
3755
|
"type": "icon"
|
|
3680
3756
|
},
|
|
3681
3757
|
{
|
|
3682
|
-
"type": "typography",
|
|
3683
3758
|
"variant": "h2",
|
|
3684
|
-
"content": "Response"
|
|
3759
|
+
"content": "Response",
|
|
3760
|
+
"type": "typography"
|
|
3685
3761
|
},
|
|
3686
3762
|
{
|
|
3687
3763
|
"type": "badge",
|
|
@@ -3689,44 +3765,23 @@
|
|
|
3689
3765
|
"variant": "info"
|
|
3690
3766
|
},
|
|
3691
3767
|
{
|
|
3692
|
-
"type": "code-block",
|
|
3693
3768
|
"code": "@entity.responseData",
|
|
3694
|
-
"language": "json"
|
|
3769
|
+
"language": "json",
|
|
3770
|
+
"type": "code-block"
|
|
3695
3771
|
},
|
|
3696
3772
|
{
|
|
3773
|
+
"label": "New Request",
|
|
3697
3774
|
"type": "button",
|
|
3775
|
+
"variant": "ghost",
|
|
3698
3776
|
"icon": "rotate-ccw",
|
|
3699
|
-
"
|
|
3700
|
-
"action": "RESET",
|
|
3701
|
-
"variant": "ghost"
|
|
3777
|
+
"action": "RESET"
|
|
3702
3778
|
}
|
|
3703
|
-
]
|
|
3779
|
+
],
|
|
3780
|
+
"type": "stack",
|
|
3781
|
+
"direction": "vertical"
|
|
3704
3782
|
}
|
|
3705
3783
|
],
|
|
3706
|
-
"type": "dashboard-layout"
|
|
3707
|
-
"appName": "ResearchAssistant",
|
|
3708
|
-
"navItems": [
|
|
3709
|
-
{
|
|
3710
|
-
"icon": "search",
|
|
3711
|
-
"href": "/research",
|
|
3712
|
-
"label": "Research"
|
|
3713
|
-
},
|
|
3714
|
-
{
|
|
3715
|
-
"label": "Cache",
|
|
3716
|
-
"href": "/cache",
|
|
3717
|
-
"icon": "database"
|
|
3718
|
-
},
|
|
3719
|
-
{
|
|
3720
|
-
"href": "/reports",
|
|
3721
|
-
"label": "Reports",
|
|
3722
|
-
"icon": "file-text"
|
|
3723
|
-
},
|
|
3724
|
-
{
|
|
3725
|
-
"label": "Knowledge",
|
|
3726
|
-
"href": "/knowledge",
|
|
3727
|
-
"icon": "book-open"
|
|
3728
|
-
}
|
|
3729
|
-
]
|
|
3784
|
+
"type": "dashboard-layout"
|
|
3730
3785
|
}
|
|
3731
3786
|
]
|
|
3732
3787
|
]
|
|
@@ -3745,36 +3800,36 @@
|
|
|
3745
3800
|
"render-ui",
|
|
3746
3801
|
"main",
|
|
3747
3802
|
{
|
|
3803
|
+
"appName": "ResearchAssistant",
|
|
3804
|
+
"children": [
|
|
3805
|
+
{
|
|
3806
|
+
"title": "Request Failed",
|
|
3807
|
+
"message": "@entity.error",
|
|
3808
|
+
"onRetry": "RETRY",
|
|
3809
|
+
"type": "error-state"
|
|
3810
|
+
}
|
|
3811
|
+
],
|
|
3812
|
+
"type": "dashboard-layout",
|
|
3748
3813
|
"navItems": [
|
|
3749
3814
|
{
|
|
3750
|
-
"label": "Research",
|
|
3751
3815
|
"href": "/research",
|
|
3752
|
-
"icon": "search"
|
|
3816
|
+
"icon": "search",
|
|
3817
|
+
"label": "Research"
|
|
3753
3818
|
},
|
|
3754
3819
|
{
|
|
3820
|
+
"icon": "database",
|
|
3755
3821
|
"href": "/cache",
|
|
3756
|
-
"label": "Cache"
|
|
3757
|
-
"icon": "database"
|
|
3822
|
+
"label": "Cache"
|
|
3758
3823
|
},
|
|
3759
3824
|
{
|
|
3760
|
-
"icon": "file-text",
|
|
3761
3825
|
"label": "Reports",
|
|
3762
|
-
"href": "/reports"
|
|
3826
|
+
"href": "/reports",
|
|
3827
|
+
"icon": "file-text"
|
|
3763
3828
|
},
|
|
3764
3829
|
{
|
|
3765
3830
|
"label": "Knowledge",
|
|
3766
|
-
"
|
|
3767
|
-
"
|
|
3768
|
-
}
|
|
3769
|
-
],
|
|
3770
|
-
"appName": "ResearchAssistant",
|
|
3771
|
-
"type": "dashboard-layout",
|
|
3772
|
-
"children": [
|
|
3773
|
-
{
|
|
3774
|
-
"title": "Request Failed",
|
|
3775
|
-
"onRetry": "RETRY",
|
|
3776
|
-
"type": "error-state",
|
|
3777
|
-
"message": "@entity.error"
|
|
3831
|
+
"href": "/knowledge",
|
|
3832
|
+
"icon": "book-open"
|
|
3778
3833
|
}
|
|
3779
3834
|
]
|
|
3780
3835
|
}
|
|
@@ -3790,17 +3845,44 @@
|
|
|
3790
3845
|
"render-ui",
|
|
3791
3846
|
"main",
|
|
3792
3847
|
{
|
|
3848
|
+
"type": "dashboard-layout",
|
|
3849
|
+
"appName": "ResearchAssistant",
|
|
3850
|
+
"navItems": [
|
|
3851
|
+
{
|
|
3852
|
+
"label": "Research",
|
|
3853
|
+
"icon": "search",
|
|
3854
|
+
"href": "/research"
|
|
3855
|
+
},
|
|
3856
|
+
{
|
|
3857
|
+
"href": "/cache",
|
|
3858
|
+
"icon": "database",
|
|
3859
|
+
"label": "Cache"
|
|
3860
|
+
},
|
|
3861
|
+
{
|
|
3862
|
+
"href": "/reports",
|
|
3863
|
+
"icon": "file-text",
|
|
3864
|
+
"label": "Reports"
|
|
3865
|
+
},
|
|
3866
|
+
{
|
|
3867
|
+
"href": "/knowledge",
|
|
3868
|
+
"label": "Knowledge",
|
|
3869
|
+
"icon": "book-open"
|
|
3870
|
+
}
|
|
3871
|
+
],
|
|
3793
3872
|
"children": [
|
|
3794
3873
|
{
|
|
3874
|
+
"gap": "lg",
|
|
3875
|
+
"direction": "vertical",
|
|
3876
|
+
"type": "stack",
|
|
3795
3877
|
"children": [
|
|
3796
3878
|
{
|
|
3797
|
-
"
|
|
3798
|
-
"
|
|
3879
|
+
"name": "shield",
|
|
3880
|
+
"type": "icon"
|
|
3799
3881
|
},
|
|
3800
3882
|
{
|
|
3801
3883
|
"variant": "h2",
|
|
3802
|
-
"
|
|
3803
|
-
"
|
|
3884
|
+
"content": "Bearer API Tester",
|
|
3885
|
+
"type": "typography"
|
|
3804
3886
|
},
|
|
3805
3887
|
{
|
|
3806
3888
|
"placeholder": "/users",
|
|
@@ -3810,16 +3892,16 @@
|
|
|
3810
3892
|
"type": "select",
|
|
3811
3893
|
"options": [
|
|
3812
3894
|
{
|
|
3813
|
-
"
|
|
3814
|
-
"
|
|
3895
|
+
"label": "GET",
|
|
3896
|
+
"value": "GET"
|
|
3815
3897
|
},
|
|
3816
3898
|
{
|
|
3817
|
-
"
|
|
3818
|
-
"
|
|
3899
|
+
"label": "POST",
|
|
3900
|
+
"value": "POST"
|
|
3819
3901
|
},
|
|
3820
3902
|
{
|
|
3821
|
-
"
|
|
3822
|
-
"
|
|
3903
|
+
"value": "PUT",
|
|
3904
|
+
"label": "PUT"
|
|
3823
3905
|
},
|
|
3824
3906
|
{
|
|
3825
3907
|
"label": "DELETE",
|
|
@@ -3833,41 +3915,14 @@
|
|
|
3833
3915
|
},
|
|
3834
3916
|
{
|
|
3835
3917
|
"icon": "send",
|
|
3836
|
-
"type": "button",
|
|
3837
|
-
"variant": "primary",
|
|
3838
3918
|
"action": "CALL_API",
|
|
3839
|
-
"label": "Send Request"
|
|
3919
|
+
"label": "Send Request",
|
|
3920
|
+
"variant": "primary",
|
|
3921
|
+
"type": "button"
|
|
3840
3922
|
}
|
|
3841
3923
|
],
|
|
3842
|
-
"gap": "lg",
|
|
3843
|
-
"type": "stack",
|
|
3844
|
-
"direction": "vertical",
|
|
3845
3924
|
"align": "center"
|
|
3846
3925
|
}
|
|
3847
|
-
],
|
|
3848
|
-
"appName": "ResearchAssistant",
|
|
3849
|
-
"type": "dashboard-layout",
|
|
3850
|
-
"navItems": [
|
|
3851
|
-
{
|
|
3852
|
-
"href": "/research",
|
|
3853
|
-
"icon": "search",
|
|
3854
|
-
"label": "Research"
|
|
3855
|
-
},
|
|
3856
|
-
{
|
|
3857
|
-
"icon": "database",
|
|
3858
|
-
"label": "Cache",
|
|
3859
|
-
"href": "/cache"
|
|
3860
|
-
},
|
|
3861
|
-
{
|
|
3862
|
-
"href": "/reports",
|
|
3863
|
-
"label": "Reports",
|
|
3864
|
-
"icon": "file-text"
|
|
3865
|
-
},
|
|
3866
|
-
{
|
|
3867
|
-
"icon": "book-open",
|
|
3868
|
-
"label": "Knowledge",
|
|
3869
|
-
"href": "/knowledge"
|
|
3870
|
-
}
|
|
3871
3926
|
]
|
|
3872
3927
|
}
|
|
3873
3928
|
]
|
|
@@ -3882,34 +3937,59 @@
|
|
|
3882
3937
|
"render-ui",
|
|
3883
3938
|
"main",
|
|
3884
3939
|
{
|
|
3885
|
-
"
|
|
3940
|
+
"appName": "ResearchAssistant",
|
|
3941
|
+
"navItems": [
|
|
3942
|
+
{
|
|
3943
|
+
"href": "/research",
|
|
3944
|
+
"label": "Research",
|
|
3945
|
+
"icon": "search"
|
|
3946
|
+
},
|
|
3947
|
+
{
|
|
3948
|
+
"href": "/cache",
|
|
3949
|
+
"icon": "database",
|
|
3950
|
+
"label": "Cache"
|
|
3951
|
+
},
|
|
3952
|
+
{
|
|
3953
|
+
"href": "/reports",
|
|
3954
|
+
"icon": "file-text",
|
|
3955
|
+
"label": "Reports"
|
|
3956
|
+
},
|
|
3957
|
+
{
|
|
3958
|
+
"label": "Knowledge",
|
|
3959
|
+
"href": "/knowledge",
|
|
3960
|
+
"icon": "book-open"
|
|
3961
|
+
}
|
|
3962
|
+
],
|
|
3886
3963
|
"children": [
|
|
3887
3964
|
{
|
|
3888
|
-
"
|
|
3965
|
+
"type": "stack",
|
|
3889
3966
|
"direction": "vertical",
|
|
3967
|
+
"gap": "lg",
|
|
3968
|
+
"align": "center",
|
|
3890
3969
|
"children": [
|
|
3891
3970
|
{
|
|
3892
3971
|
"type": "icon",
|
|
3893
3972
|
"name": "shield"
|
|
3894
3973
|
},
|
|
3895
3974
|
{
|
|
3896
|
-
"variant": "h2",
|
|
3897
3975
|
"content": "Bearer API Tester",
|
|
3976
|
+
"variant": "h2",
|
|
3898
3977
|
"type": "typography"
|
|
3899
3978
|
},
|
|
3900
3979
|
{
|
|
3901
|
-
"
|
|
3902
|
-
"
|
|
3980
|
+
"type": "input",
|
|
3981
|
+
"placeholder": "/users"
|
|
3903
3982
|
},
|
|
3904
3983
|
{
|
|
3984
|
+
"type": "select",
|
|
3905
3985
|
"options": [
|
|
3906
3986
|
{
|
|
3907
|
-
"
|
|
3908
|
-
"
|
|
3987
|
+
"value": "GET",
|
|
3988
|
+
"label": "GET"
|
|
3909
3989
|
},
|
|
3910
3990
|
{
|
|
3911
|
-
"
|
|
3912
|
-
"
|
|
3991
|
+
"value": "POST",
|
|
3992
|
+
"label": "POST"
|
|
3913
3993
|
},
|
|
3914
3994
|
{
|
|
3915
3995
|
"label": "PUT",
|
|
@@ -3919,40 +3999,51 @@
|
|
|
3919
3999
|
"value": "DELETE",
|
|
3920
4000
|
"label": "DELETE"
|
|
3921
4001
|
}
|
|
3922
|
-
]
|
|
3923
|
-
"type": "select"
|
|
4002
|
+
]
|
|
3924
4003
|
},
|
|
3925
4004
|
{
|
|
3926
4005
|
"placeholder": "JSON request body",
|
|
3927
4006
|
"type": "textarea"
|
|
3928
4007
|
},
|
|
3929
4008
|
{
|
|
3930
|
-
"
|
|
4009
|
+
"icon": "send",
|
|
3931
4010
|
"type": "button",
|
|
3932
4011
|
"variant": "primary",
|
|
3933
|
-
"
|
|
4012
|
+
"label": "Send Request",
|
|
3934
4013
|
"action": "CALL_API"
|
|
3935
4014
|
}
|
|
3936
|
-
]
|
|
3937
|
-
"type": "stack",
|
|
3938
|
-
"gap": "lg"
|
|
4015
|
+
]
|
|
3939
4016
|
}
|
|
3940
4017
|
],
|
|
4018
|
+
"type": "dashboard-layout"
|
|
4019
|
+
}
|
|
4020
|
+
]
|
|
4021
|
+
]
|
|
4022
|
+
},
|
|
4023
|
+
{
|
|
4024
|
+
"from": "error",
|
|
4025
|
+
"to": "idle",
|
|
4026
|
+
"event": "RESET",
|
|
4027
|
+
"effects": [
|
|
4028
|
+
[
|
|
4029
|
+
"render-ui",
|
|
4030
|
+
"main",
|
|
4031
|
+
{
|
|
3941
4032
|
"navItems": [
|
|
3942
4033
|
{
|
|
4034
|
+
"href": "/research",
|
|
3943
4035
|
"icon": "search",
|
|
3944
|
-
"label": "Research"
|
|
3945
|
-
"href": "/research"
|
|
4036
|
+
"label": "Research"
|
|
3946
4037
|
},
|
|
3947
4038
|
{
|
|
3948
|
-
"
|
|
4039
|
+
"label": "Cache",
|
|
3949
4040
|
"href": "/cache",
|
|
3950
|
-
"
|
|
4041
|
+
"icon": "database"
|
|
3951
4042
|
},
|
|
3952
4043
|
{
|
|
3953
4044
|
"href": "/reports",
|
|
3954
|
-
"
|
|
3955
|
-
"
|
|
4045
|
+
"icon": "file-text",
|
|
4046
|
+
"label": "Reports"
|
|
3956
4047
|
},
|
|
3957
4048
|
{
|
|
3958
4049
|
"label": "Knowledge",
|
|
@@ -3960,33 +4051,20 @@
|
|
|
3960
4051
|
"href": "/knowledge"
|
|
3961
4052
|
}
|
|
3962
4053
|
],
|
|
3963
|
-
"appName": "ResearchAssistant"
|
|
3964
|
-
}
|
|
3965
|
-
]
|
|
3966
|
-
]
|
|
3967
|
-
},
|
|
3968
|
-
{
|
|
3969
|
-
"from": "error",
|
|
3970
|
-
"to": "idle",
|
|
3971
|
-
"event": "RESET",
|
|
3972
|
-
"effects": [
|
|
3973
|
-
[
|
|
3974
|
-
"render-ui",
|
|
3975
|
-
"main",
|
|
3976
|
-
{
|
|
3977
4054
|
"children": [
|
|
3978
4055
|
{
|
|
4056
|
+
"type": "stack",
|
|
4057
|
+
"gap": "lg",
|
|
3979
4058
|
"direction": "vertical",
|
|
3980
4059
|
"align": "center",
|
|
3981
|
-
"gap": "lg",
|
|
3982
4060
|
"children": [
|
|
3983
4061
|
{
|
|
3984
4062
|
"name": "shield",
|
|
3985
4063
|
"type": "icon"
|
|
3986
4064
|
},
|
|
3987
4065
|
{
|
|
3988
|
-
"content": "Bearer API Tester",
|
|
3989
4066
|
"type": "typography",
|
|
4067
|
+
"content": "Bearer API Tester",
|
|
3990
4068
|
"variant": "h2"
|
|
3991
4069
|
},
|
|
3992
4070
|
{
|
|
@@ -4008,51 +4086,28 @@
|
|
|
4008
4086
|
"label": "PUT"
|
|
4009
4087
|
},
|
|
4010
4088
|
{
|
|
4011
|
-
"
|
|
4012
|
-
"
|
|
4089
|
+
"label": "DELETE",
|
|
4090
|
+
"value": "DELETE"
|
|
4013
4091
|
}
|
|
4014
4092
|
],
|
|
4015
4093
|
"type": "select"
|
|
4016
4094
|
},
|
|
4017
4095
|
{
|
|
4018
|
-
"
|
|
4019
|
-
"
|
|
4096
|
+
"placeholder": "JSON request body",
|
|
4097
|
+
"type": "textarea"
|
|
4020
4098
|
},
|
|
4021
4099
|
{
|
|
4022
4100
|
"variant": "primary",
|
|
4023
4101
|
"type": "button",
|
|
4102
|
+
"icon": "send",
|
|
4024
4103
|
"label": "Send Request",
|
|
4025
|
-
"action": "CALL_API"
|
|
4026
|
-
"icon": "send"
|
|
4104
|
+
"action": "CALL_API"
|
|
4027
4105
|
}
|
|
4028
|
-
]
|
|
4029
|
-
"type": "stack"
|
|
4030
|
-
}
|
|
4031
|
-
],
|
|
4032
|
-
"navItems": [
|
|
4033
|
-
{
|
|
4034
|
-
"href": "/research",
|
|
4035
|
-
"label": "Research",
|
|
4036
|
-
"icon": "search"
|
|
4037
|
-
},
|
|
4038
|
-
{
|
|
4039
|
-
"label": "Cache",
|
|
4040
|
-
"href": "/cache",
|
|
4041
|
-
"icon": "database"
|
|
4042
|
-
},
|
|
4043
|
-
{
|
|
4044
|
-
"href": "/reports",
|
|
4045
|
-
"label": "Reports",
|
|
4046
|
-
"icon": "file-text"
|
|
4047
|
-
},
|
|
4048
|
-
{
|
|
4049
|
-
"href": "/knowledge",
|
|
4050
|
-
"label": "Knowledge",
|
|
4051
|
-
"icon": "book-open"
|
|
4106
|
+
]
|
|
4052
4107
|
}
|
|
4053
4108
|
],
|
|
4054
|
-
"
|
|
4055
|
-
"
|
|
4109
|
+
"type": "dashboard-layout",
|
|
4110
|
+
"appName": "ResearchAssistant"
|
|
4056
4111
|
}
|
|
4057
4112
|
]
|
|
4058
4113
|
]
|
|
@@ -4075,4 +4130,4 @@
|
|
|
4075
4130
|
]
|
|
4076
4131
|
}
|
|
4077
4132
|
]
|
|
4078
|
-
}
|
|
4133
|
+
}
|