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