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