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