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