@almadar/std 7.4.7 → 7.4.8

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 (297) hide show
  1. package/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  2. package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  3. package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  4. package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  5. package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  6. package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  7. package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  8. package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  9. package/behaviors/registry/atoms/std-agent-search.orb +38 -38
  10. package/behaviors/registry/atoms/std-agent-session.orb +70 -70
  11. package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  12. package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  13. package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  14. package/behaviors/registry/atoms/std-async.orb +224 -132
  15. package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  16. package/behaviors/registry/atoms/std-browse.orb +59 -59
  17. package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  18. package/behaviors/registry/atoms/std-calendar.orb +166 -166
  19. package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  20. package/behaviors/registry/atoms/std-collision.orb +133 -133
  21. package/behaviors/registry/atoms/std-combat-log.orb +9 -9
  22. package/behaviors/registry/atoms/std-combat.orb +63 -63
  23. package/behaviors/registry/atoms/std-confirmation.orb +21 -21
  24. package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  25. package/behaviors/registry/atoms/std-display.orb +366 -366
  26. package/behaviors/registry/atoms/std-drawer.orb +119 -119
  27. package/behaviors/registry/atoms/std-filter.orb +94 -94
  28. package/behaviors/registry/atoms/std-flip-card.orb +145 -145
  29. package/behaviors/registry/atoms/std-gallery.orb +51 -51
  30. package/behaviors/registry/atoms/std-game-audio.orb +88 -88
  31. package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  32. package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  33. package/behaviors/registry/atoms/std-game-hud.orb +15 -15
  34. package/behaviors/registry/atoms/std-game-menu.orb +21 -21
  35. package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  36. package/behaviors/registry/atoms/std-gameflow.orb +44 -44
  37. package/behaviors/registry/atoms/std-input.orb +107 -107
  38. package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  39. package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  40. package/behaviors/registry/atoms/std-loading.orb +82 -82
  41. package/behaviors/registry/atoms/std-modal.orb +11 -11
  42. package/behaviors/registry/atoms/std-movement.orb +285 -285
  43. package/behaviors/registry/atoms/std-notification.orb +60 -60
  44. package/behaviors/registry/atoms/std-overworld.orb +111 -111
  45. package/behaviors/registry/atoms/std-pagination.orb +45 -45
  46. package/behaviors/registry/atoms/std-physics2d.orb +77 -77
  47. package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  48. package/behaviors/registry/atoms/std-push.orb +44 -44
  49. package/behaviors/registry/atoms/std-quest.orb +314 -314
  50. package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  51. package/behaviors/registry/atoms/std-rating.orb +45 -45
  52. package/behaviors/registry/atoms/std-related.orb +38 -38
  53. package/behaviors/registry/atoms/std-score-board.orb +11 -11
  54. package/behaviors/registry/atoms/std-score.orb +125 -125
  55. package/behaviors/registry/atoms/std-search.orb +77 -77
  56. package/behaviors/registry/atoms/std-selection.orb +184 -184
  57. package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  58. package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  59. package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  60. package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  61. package/behaviors/registry/atoms/std-service-email.orb +88 -88
  62. package/behaviors/registry/atoms/std-service-github.orb +88 -88
  63. package/behaviors/registry/atoms/std-service-llm.orb +110 -110
  64. package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  65. package/behaviors/registry/atoms/std-service-redis.orb +87 -87
  66. package/behaviors/registry/atoms/std-service-storage.orb +101 -101
  67. package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  68. package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  69. package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  70. package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  71. package/behaviors/registry/atoms/std-sort.orb +198 -198
  72. package/behaviors/registry/atoms/std-sprite.orb +54 -54
  73. package/behaviors/registry/atoms/std-tabs.orb +47 -47
  74. package/behaviors/registry/atoms/std-text-effects.orb +125 -125
  75. package/behaviors/registry/atoms/std-theme.orb +114 -114
  76. package/behaviors/registry/atoms/std-timer.orb +298 -298
  77. package/behaviors/registry/atoms/std-undo.orb +186 -186
  78. package/behaviors/registry/atoms/std-upload.orb +88 -88
  79. package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  80. package/behaviors/registry/atoms/std-wizard.orb +261 -261
  81. package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  82. package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  83. package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  84. package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  85. package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  86. package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  87. package/behaviors/registry/molecules/std-builder-game.orb +20 -20
  88. package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  89. package/behaviors/registry/molecules/std-cart.orb +47 -47
  90. package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  91. package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  92. package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  93. package/behaviors/registry/molecules/std-detail.orb +78 -78
  94. package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  95. package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  96. package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  97. package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  98. package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  99. package/behaviors/registry/molecules/std-geospatial.orb +81 -81
  100. package/behaviors/registry/molecules/std-inventory.orb +53 -53
  101. package/behaviors/registry/molecules/std-list.orb +57 -57
  102. package/behaviors/registry/molecules/std-messaging.orb +67 -67
  103. package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  104. package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  105. package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  106. package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  107. package/behaviors/registry/molecules/std-quiz.orb +204 -204
  108. package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  109. package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  110. package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  111. package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  112. package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  113. package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  114. package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  115. package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  116. package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  117. package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  118. package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  119. package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  120. package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  121. package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  122. package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  123. package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  124. package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  125. package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  126. package/behaviors/registry/organisms/std-cms.orb +393 -393
  127. package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  128. package/behaviors/registry/organisms/std-crm.orb +751 -751
  129. package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  130. package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  131. package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  132. package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  133. package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  134. package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  135. package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  136. package/behaviors/registry/organisms/std-lms.orb +834 -834
  137. package/behaviors/registry/organisms/std-logic-training.orb +73 -73
  138. package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  139. package/behaviors/registry/organisms/std-project-manager.orb +661 -661
  140. package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  141. package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  142. package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  143. package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  144. package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  145. package/behaviors/registry/organisms/std-social-feed.orb +188 -188
  146. package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  147. package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  148. package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  149. package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  150. package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  151. package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  152. package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  153. package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  154. package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  155. package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  156. package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  157. package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
  158. package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
  159. package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  160. package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  161. package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  162. package/dist/behaviors/registry/atoms/std-async.orb +224 -132
  163. package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  164. package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
  165. package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  166. package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
  167. package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  168. package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
  169. package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
  170. package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
  171. package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
  172. package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  173. package/dist/behaviors/registry/atoms/std-display.orb +366 -366
  174. package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
  175. package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
  176. package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
  177. package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
  178. package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
  179. package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  180. package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  181. package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
  182. package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
  183. package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  184. package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
  185. package/dist/behaviors/registry/atoms/std-input.orb +107 -107
  186. package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  187. package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  188. package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
  189. package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
  190. package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
  191. package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
  192. package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
  193. package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
  194. package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
  195. package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  196. package/dist/behaviors/registry/atoms/std-push.orb +44 -44
  197. package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
  198. package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  199. package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
  200. package/dist/behaviors/registry/atoms/std-related.orb +38 -38
  201. package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
  202. package/dist/behaviors/registry/atoms/std-score.orb +125 -125
  203. package/dist/behaviors/registry/atoms/std-search.orb +77 -77
  204. package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
  205. package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  206. package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  207. package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  208. package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  209. package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
  210. package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
  211. package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
  212. package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  213. package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
  214. package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
  215. package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  216. package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  217. package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  218. package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  219. package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
  220. package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
  221. package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
  222. package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
  223. package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
  224. package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
  225. package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
  226. package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
  227. package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  228. package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
  229. package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  230. package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  231. package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  232. package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  233. package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  234. package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  235. package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
  236. package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  237. package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
  238. package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  239. package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  240. package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  241. package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
  242. package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  243. package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  244. package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  245. package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  246. package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  247. package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
  248. package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
  249. package/dist/behaviors/registry/molecules/std-list.orb +57 -57
  250. package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
  251. package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  252. package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  253. package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  254. package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  255. package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
  256. package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  257. package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  258. package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  259. package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  260. package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  261. package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  262. package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  263. package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  264. package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  265. package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  266. package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  267. package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  268. package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  269. package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  270. package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  271. package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  272. package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  273. package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  274. package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
  275. package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  276. package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
  277. package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  278. package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  279. package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  280. package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  281. package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  282. package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  283. package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  284. package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
  285. package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
  286. package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  287. package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
  288. package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  289. package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  290. package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  291. package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  292. package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  293. package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
  294. package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  295. package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  296. package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  297. package/package.json +1 -1
@@ -157,29 +157,51 @@
157
157
  "render-ui",
158
158
  "main",
159
159
  {
160
- "appName": "ResearchAssistant",
161
160
  "type": "dashboard-layout",
161
+ "navItems": [
162
+ {
163
+ "href": "/research",
164
+ "label": "Research",
165
+ "icon": "search"
166
+ },
167
+ {
168
+ "icon": "database",
169
+ "label": "Cache",
170
+ "href": "/cache"
171
+ },
172
+ {
173
+ "href": "/reports",
174
+ "label": "Reports",
175
+ "icon": "file-text"
176
+ },
177
+ {
178
+ "label": "Knowledge",
179
+ "href": "/knowledge",
180
+ "icon": "book-open"
181
+ }
182
+ ],
183
+ "appName": "ResearchAssistant",
162
184
  "children": [
163
185
  {
164
- "direction": "vertical",
165
186
  "type": "stack",
187
+ "direction": "vertical",
166
188
  "children": [
167
189
  {
168
190
  "type": "stack",
191
+ "gap": "sm",
169
192
  "align": "center",
193
+ "direction": "horizontal",
170
194
  "children": [
171
195
  {
172
196
  "name": "search",
173
197
  "type": "icon"
174
198
  },
175
199
  {
176
- "type": "typography",
177
200
  "variant": "h2",
201
+ "type": "typography",
178
202
  "content": "Content Research"
179
203
  }
180
- ],
181
- "direction": "horizontal",
182
- "gap": "sm"
204
+ ]
183
205
  },
184
206
  {
185
207
  "type": "divider"
@@ -187,24 +209,24 @@
187
209
  {
188
210
  "children": [
189
211
  {
190
- "direction": "vertical",
191
212
  "children": [
192
213
  {
193
- "variant": "body",
194
214
  "content": "Search YouTube for content to summarize",
215
+ "variant": "body",
195
216
  "type": "typography"
196
217
  },
197
218
  {
198
- "type": "form-section",
199
- "mode": "edit",
219
+ "submitEvent": "SEARCH",
200
220
  "fields": [
201
221
  "query"
202
222
  ],
203
- "submitEvent": "SEARCH",
204
- "entity": "Research"
223
+ "entity": "Research",
224
+ "type": "form-section",
225
+ "mode": "edit"
205
226
  }
206
227
  ],
207
228
  "type": "stack",
229
+ "direction": "vertical",
208
230
  "gap": "md"
209
231
  }
210
232
  ],
@@ -213,28 +235,6 @@
213
235
  ],
214
236
  "gap": "lg"
215
237
  }
216
- ],
217
- "navItems": [
218
- {
219
- "label": "Research",
220
- "icon": "search",
221
- "href": "/research"
222
- },
223
- {
224
- "icon": "database",
225
- "href": "/cache",
226
- "label": "Cache"
227
- },
228
- {
229
- "href": "/reports",
230
- "label": "Reports",
231
- "icon": "file-text"
232
- },
233
- {
234
- "icon": "book-open",
235
- "label": "Knowledge",
236
- "href": "/knowledge"
237
- }
238
238
  ]
239
239
  }
240
240
  ]
@@ -256,39 +256,17 @@
256
256
  "search",
257
257
  {
258
258
  "type": "video",
259
- "query": "@entity.query",
260
- "maxResults": 5.0
259
+ "maxResults": 5.0,
260
+ "query": "@entity.query"
261
261
  }
262
262
  ],
263
263
  [
264
264
  "render-ui",
265
265
  "main",
266
266
  {
267
- "navItems": [
268
- {
269
- "icon": "search",
270
- "label": "Research",
271
- "href": "/research"
272
- },
273
- {
274
- "href": "/cache",
275
- "label": "Cache",
276
- "icon": "database"
277
- },
278
- {
279
- "href": "/reports",
280
- "icon": "file-text",
281
- "label": "Reports"
282
- },
283
- {
284
- "icon": "book-open",
285
- "href": "/knowledge",
286
- "label": "Knowledge"
287
- }
288
- ],
267
+ "appName": "ResearchAssistant",
289
268
  "children": [
290
269
  {
291
- "direction": "vertical",
292
270
  "align": "center",
293
271
  "children": [
294
272
  {
@@ -296,25 +274,47 @@
296
274
  "name": "search"
297
275
  },
298
276
  {
299
- "variant": "h3",
277
+ "type": "typography",
300
278
  "content": "Searching YouTube...",
301
- "type": "typography"
279
+ "variant": "h3"
302
280
  },
303
281
  {
304
282
  "type": "spinner"
305
283
  },
306
284
  {
307
- "content": "@entity.query",
285
+ "type": "typography",
308
286
  "variant": "caption",
309
- "type": "typography"
287
+ "content": "@entity.query"
310
288
  }
311
289
  ],
290
+ "direction": "vertical",
312
291
  "type": "stack",
313
292
  "gap": "lg"
314
293
  }
315
294
  ],
316
- "type": "dashboard-layout",
317
- "appName": "ResearchAssistant"
295
+ "navItems": [
296
+ {
297
+ "href": "/research",
298
+ "icon": "search",
299
+ "label": "Research"
300
+ },
301
+ {
302
+ "label": "Cache",
303
+ "href": "/cache",
304
+ "icon": "database"
305
+ },
306
+ {
307
+ "icon": "file-text",
308
+ "label": "Reports",
309
+ "href": "/reports"
310
+ },
311
+ {
312
+ "href": "/knowledge",
313
+ "label": "Knowledge",
314
+ "icon": "book-open"
315
+ }
316
+ ],
317
+ "type": "dashboard-layout"
318
318
  }
319
319
  ]
320
320
  ]
@@ -333,98 +333,98 @@
333
333
  "render-ui",
334
334
  "main",
335
335
  {
336
- "appName": "ResearchAssistant",
337
336
  "type": "dashboard-layout",
337
+ "navItems": [
338
+ {
339
+ "label": "Research",
340
+ "href": "/research",
341
+ "icon": "search"
342
+ },
343
+ {
344
+ "href": "/cache",
345
+ "label": "Cache",
346
+ "icon": "database"
347
+ },
348
+ {
349
+ "label": "Reports",
350
+ "href": "/reports",
351
+ "icon": "file-text"
352
+ },
353
+ {
354
+ "href": "/knowledge",
355
+ "icon": "book-open",
356
+ "label": "Knowledge"
357
+ }
358
+ ],
359
+ "appName": "ResearchAssistant",
338
360
  "children": [
339
361
  {
340
- "direction": "vertical",
341
- "type": "stack",
342
362
  "gap": "lg",
363
+ "type": "stack",
343
364
  "children": [
344
365
  {
366
+ "type": "stack",
345
367
  "gap": "sm",
368
+ "direction": "horizontal",
346
369
  "justify": "between",
347
370
  "align": "center",
348
371
  "children": [
349
372
  {
350
- "align": "center",
373
+ "gap": "sm",
351
374
  "type": "stack",
375
+ "align": "center",
352
376
  "children": [
353
377
  {
354
- "type": "icon",
355
- "name": "video"
378
+ "name": "video",
379
+ "type": "icon"
356
380
  },
357
381
  {
358
- "content": "Search Results",
359
382
  "variant": "h2",
383
+ "content": "Search Results",
360
384
  "type": "typography"
361
385
  }
362
386
  ],
363
- "direction": "horizontal",
364
- "gap": "sm"
387
+ "direction": "horizontal"
365
388
  },
366
389
  {
367
390
  "action": "RESET",
391
+ "label": "New Search",
368
392
  "type": "button",
369
393
  "variant": "ghost",
370
- "icon": "rotate-ccw",
371
- "label": "New Search"
394
+ "icon": "rotate-ccw"
372
395
  }
373
- ],
374
- "direction": "horizontal",
375
- "type": "stack"
396
+ ]
376
397
  },
377
398
  {
378
399
  "type": "divider"
379
400
  },
380
401
  {
381
- "itemActions": [
382
- {
383
- "event": "SELECT_AND_SUMMARIZE",
384
- "label": "Summarize",
385
- "variant": "primary"
386
- }
387
- ],
388
- "entity": "Research",
389
- "fields": [],
390
402
  "columns": [
391
403
  {
392
- "name": "videoTitle",
393
- "label": "Title",
394
404
  "variant": "h4",
395
- "icon": "video"
405
+ "label": "Title",
406
+ "icon": "video",
407
+ "name": "videoTitle"
396
408
  },
397
409
  {
410
+ "name": "videoDescription",
398
411
  "label": "Description",
399
- "variant": "caption",
400
- "name": "videoDescription"
412
+ "variant": "caption"
413
+ }
414
+ ],
415
+ "entity": "Research",
416
+ "itemActions": [
417
+ {
418
+ "label": "Summarize",
419
+ "event": "SELECT_AND_SUMMARIZE",
420
+ "variant": "primary"
401
421
  }
402
422
  ],
403
- "type": "data-grid"
423
+ "type": "data-grid",
424
+ "fields": []
404
425
  }
405
- ]
406
- }
407
- ],
408
- "navItems": [
409
- {
410
- "href": "/research",
411
- "label": "Research",
412
- "icon": "search"
413
- },
414
- {
415
- "label": "Cache",
416
- "icon": "database",
417
- "href": "/cache"
418
- },
419
- {
420
- "icon": "file-text",
421
- "label": "Reports",
422
- "href": "/reports"
423
- },
424
- {
425
- "icon": "book-open",
426
- "href": "/knowledge",
427
- "label": "Knowledge"
426
+ ],
427
+ "direction": "vertical"
428
428
  }
429
429
  ]
430
430
  }
@@ -452,36 +452,36 @@
452
452
  {
453
453
  "navItems": [
454
454
  {
455
- "icon": "search",
456
455
  "label": "Research",
456
+ "icon": "search",
457
457
  "href": "/research"
458
458
  },
459
459
  {
460
- "href": "/cache",
461
460
  "icon": "database",
462
- "label": "Cache"
461
+ "label": "Cache",
462
+ "href": "/cache"
463
463
  },
464
464
  {
465
- "href": "/reports",
466
465
  "label": "Reports",
466
+ "href": "/reports",
467
467
  "icon": "file-text"
468
468
  },
469
469
  {
470
- "label": "Knowledge",
471
470
  "href": "/knowledge",
472
- "icon": "book-open"
471
+ "icon": "book-open",
472
+ "label": "Knowledge"
473
473
  }
474
474
  ],
475
475
  "appName": "ResearchAssistant",
476
- "type": "dashboard-layout",
477
476
  "children": [
478
477
  {
478
+ "direction": "vertical",
479
479
  "align": "center",
480
- "type": "stack",
480
+ "gap": "lg",
481
481
  "children": [
482
482
  {
483
- "type": "icon",
484
- "name": "alert-triangle"
483
+ "name": "alert-triangle",
484
+ "type": "icon"
485
485
  },
486
486
  {
487
487
  "variant": "h2",
@@ -489,22 +489,22 @@
489
489
  "content": "Pipeline Error"
490
490
  },
491
491
  {
492
- "message": "@entity.error",
493
492
  "type": "alert",
494
- "variant": "error"
493
+ "variant": "error",
494
+ "message": "@entity.error"
495
495
  },
496
496
  {
497
+ "label": "Try Again",
498
+ "action": "RESET",
497
499
  "type": "button",
498
500
  "variant": "primary",
499
- "label": "Try Again",
500
- "icon": "rotate-ccw",
501
- "action": "RESET"
501
+ "icon": "rotate-ccw"
502
502
  }
503
503
  ],
504
- "direction": "vertical",
505
- "gap": "lg"
504
+ "type": "stack"
506
505
  }
507
- ]
506
+ ],
507
+ "type": "dashboard-layout"
508
508
  }
509
509
  ]
510
510
  ]
@@ -533,33 +533,32 @@
533
533
  {
534
534
  "children": [
535
535
  {
536
- "type": "stack",
537
536
  "gap": "lg",
538
537
  "align": "center",
539
- "direction": "vertical",
540
538
  "children": [
541
539
  {
542
- "name": "cpu",
543
- "type": "icon"
540
+ "type": "icon",
541
+ "name": "cpu"
544
542
  },
545
543
  {
546
- "type": "typography",
547
544
  "content": "Fetching & summarizing...",
545
+ "type": "typography",
548
546
  "variant": "h3"
549
547
  },
550
548
  {
551
549
  "type": "spinner"
552
550
  },
553
551
  {
552
+ "content": "@entity.videoTitle",
554
553
  "variant": "caption",
555
- "type": "typography",
556
- "content": "@entity.videoTitle"
554
+ "type": "typography"
557
555
  }
558
- ]
556
+ ],
557
+ "type": "stack",
558
+ "direction": "vertical"
559
559
  }
560
560
  ],
561
561
  "type": "dashboard-layout",
562
- "appName": "ResearchAssistant",
563
562
  "navItems": [
564
563
  {
565
564
  "href": "/research",
@@ -568,9 +567,9 @@
568
567
  },
569
568
  {
570
569
  "icon": "database",
571
- "href": "/cache",
572
- "label": "Cache"
573
- },
570
+ "label": "Cache",
571
+ "href": "/cache"
572
+ },
574
573
  {
575
574
  "icon": "file-text",
576
575
  "label": "Reports",
@@ -581,7 +580,8 @@
581
580
  "label": "Knowledge",
582
581
  "icon": "book-open"
583
582
  }
584
- ]
583
+ ],
584
+ "appName": "ResearchAssistant"
585
585
  }
586
586
  ]
587
587
  ]
@@ -600,18 +600,17 @@
600
600
  "render-ui",
601
601
  "main",
602
602
  {
603
+ "appName": "ResearchAssistant",
603
604
  "children": [
604
605
  {
605
- "gap": "lg",
606
606
  "children": [
607
607
  {
608
608
  "direction": "horizontal",
609
- "align": "center",
610
- "type": "stack",
609
+ "gap": "sm",
611
610
  "children": [
612
611
  {
613
- "type": "icon",
614
- "name": "search"
612
+ "name": "search",
613
+ "type": "icon"
615
614
  },
616
615
  {
617
616
  "variant": "h2",
@@ -619,7 +618,8 @@
619
618
  "type": "typography"
620
619
  }
621
620
  ],
622
- "gap": "sm"
621
+ "type": "stack",
622
+ "align": "center"
623
623
  },
624
624
  {
625
625
  "type": "divider"
@@ -629,6 +629,8 @@
629
629
  "children": [
630
630
  {
631
631
  "type": "stack",
632
+ "direction": "vertical",
633
+ "gap": "md",
632
634
  "children": [
633
635
  {
634
636
  "variant": "body",
@@ -636,49 +638,47 @@
636
638
  "content": "Search YouTube for content to summarize"
637
639
  },
638
640
  {
639
- "type": "form-section",
640
- "mode": "edit",
641
- "entity": "Research",
642
- "submitEvent": "SEARCH",
643
641
  "fields": [
644
642
  "query"
645
- ]
643
+ ],
644
+ "mode": "edit",
645
+ "submitEvent": "SEARCH",
646
+ "entity": "Research",
647
+ "type": "form-section"
646
648
  }
647
- ],
648
- "gap": "md",
649
- "direction": "vertical"
649
+ ]
650
650
  }
651
651
  ]
652
652
  }
653
653
  ],
654
654
  "direction": "vertical",
655
- "type": "stack"
655
+ "type": "stack",
656
+ "gap": "lg"
656
657
  }
657
658
  ],
658
- "appName": "ResearchAssistant",
659
+ "type": "dashboard-layout",
659
660
  "navItems": [
660
661
  {
662
+ "href": "/research",
661
663
  "icon": "search",
662
- "label": "Research",
663
- "href": "/research"
664
+ "label": "Research"
664
665
  },
665
666
  {
666
- "href": "/cache",
667
667
  "label": "Cache",
668
+ "href": "/cache",
668
669
  "icon": "database"
669
670
  },
670
671
  {
671
672
  "icon": "file-text",
672
- "label": "Reports",
673
- "href": "/reports"
673
+ "href": "/reports",
674
+ "label": "Reports"
674
675
  },
675
676
  {
676
- "href": "/knowledge",
677
677
  "label": "Knowledge",
678
+ "href": "/knowledge",
678
679
  "icon": "book-open"
679
680
  }
680
- ],
681
- "type": "dashboard-layout"
681
+ ]
682
682
  }
683
683
  ]
684
684
  ]
@@ -728,26 +728,25 @@
728
728
  "main",
729
729
  {
730
730
  "type": "dashboard-layout",
731
- "appName": "ResearchAssistant",
732
731
  "navItems": [
733
732
  {
733
+ "href": "/research",
734
734
  "label": "Research",
735
- "icon": "search",
736
- "href": "/research"
735
+ "icon": "search"
737
736
  },
738
737
  {
738
+ "icon": "database",
739
739
  "label": "Cache",
740
- "href": "/cache",
741
- "icon": "database"
740
+ "href": "/cache"
742
741
  },
743
742
  {
743
+ "href": "/reports",
744
744
  "icon": "file-text",
745
- "label": "Reports",
746
- "href": "/reports"
745
+ "label": "Reports"
747
746
  },
748
747
  {
749
- "label": "Knowledge",
750
748
  "href": "/knowledge",
749
+ "label": "Knowledge",
751
750
  "icon": "book-open"
752
751
  }
753
752
  ],
@@ -758,86 +757,87 @@
758
757
  "type": "stack",
759
758
  "children": [
760
759
  {
761
- "gap": "sm",
762
760
  "type": "stack",
763
761
  "direction": "horizontal",
762
+ "gap": "sm",
764
763
  "justify": "between",
765
- "align": "center",
766
764
  "children": [
767
765
  {
768
- "type": "stack",
769
- "align": "center",
770
766
  "children": [
771
767
  {
772
768
  "name": "check-circle",
773
769
  "type": "icon"
774
770
  },
775
771
  {
772
+ "variant": "h2",
776
773
  "type": "typography",
777
- "content": "Research Complete",
778
- "variant": "h2"
774
+ "content": "Research Complete"
779
775
  }
780
776
  ],
781
- "direction": "horizontal",
782
- "gap": "sm"
777
+ "gap": "sm",
778
+ "type": "stack",
779
+ "align": "center",
780
+ "direction": "horizontal"
783
781
  },
784
782
  {
785
- "icon": "rotate-ccw",
786
- "type": "button",
787
783
  "action": "RESET",
788
- "label": "New Search",
789
- "variant": "ghost"
784
+ "type": "button",
785
+ "variant": "ghost",
786
+ "icon": "rotate-ccw",
787
+ "label": "New Search"
790
788
  }
791
- ]
789
+ ],
790
+ "align": "center"
792
791
  },
793
792
  {
794
793
  "type": "divider"
795
794
  },
796
795
  {
796
+ "type": "card",
797
797
  "children": [
798
798
  {
799
+ "gap": "md",
800
+ "type": "stack",
801
+ "direction": "vertical",
799
802
  "children": [
800
803
  {
801
- "direction": "horizontal",
802
- "align": "center",
803
804
  "type": "stack",
804
805
  "gap": "sm",
806
+ "direction": "horizontal",
805
807
  "children": [
806
808
  {
807
- "name": "video",
808
- "type": "icon"
809
+ "type": "icon",
810
+ "name": "video"
809
811
  },
810
812
  {
811
813
  "type": "typography",
812
814
  "content": "@entity.videoTitle",
813
815
  "variant": "h3"
814
816
  }
815
- ]
817
+ ],
818
+ "align": "center"
816
819
  },
817
820
  {
818
821
  "type": "divider"
819
822
  },
820
823
  {
821
824
  "content": "Summary",
822
- "variant": "caption",
823
- "type": "typography"
825
+ "type": "typography",
826
+ "variant": "caption"
824
827
  },
825
828
  {
829
+ "content": "@entity.summary",
826
830
  "variant": "body",
827
- "type": "typography",
828
- "content": "@entity.summary"
831
+ "type": "typography"
829
832
  }
830
- ],
831
- "gap": "md",
832
- "type": "stack",
833
- "direction": "vertical"
833
+ ]
834
834
  }
835
- ],
836
- "type": "card"
835
+ ]
837
836
  }
838
837
  ]
839
838
  }
840
- ]
839
+ ],
840
+ "appName": "ResearchAssistant"
841
841
  }
842
842
  ]
843
843
  ]
@@ -861,42 +861,18 @@
861
861
  "render-ui",
862
862
  "main",
863
863
  {
864
- "type": "dashboard-layout",
865
864
  "appName": "ResearchAssistant",
866
- "navItems": [
867
- {
868
- "icon": "search",
869
- "label": "Research",
870
- "href": "/research"
871
- },
872
- {
873
- "icon": "database",
874
- "href": "/cache",
875
- "label": "Cache"
876
- },
877
- {
878
- "icon": "file-text",
879
- "label": "Reports",
880
- "href": "/reports"
881
- },
882
- {
883
- "label": "Knowledge",
884
- "href": "/knowledge",
885
- "icon": "book-open"
886
- }
887
- ],
888
865
  "children": [
889
866
  {
890
- "align": "center",
891
867
  "children": [
892
868
  {
893
- "name": "alert-triangle",
894
- "type": "icon"
869
+ "type": "icon",
870
+ "name": "alert-triangle"
895
871
  },
896
872
  {
897
- "type": "typography",
898
873
  "content": "Pipeline Error",
899
- "variant": "h2"
874
+ "variant": "h2",
875
+ "type": "typography"
900
876
  },
901
877
  {
902
878
  "message": "@entity.error",
@@ -907,15 +883,39 @@
907
883
  "label": "Try Again",
908
884
  "type": "button",
909
885
  "variant": "primary",
910
- "icon": "rotate-ccw",
911
- "action": "RESET"
886
+ "action": "RESET",
887
+ "icon": "rotate-ccw"
912
888
  }
913
889
  ],
914
- "gap": "lg",
890
+ "direction": "vertical",
915
891
  "type": "stack",
916
- "direction": "vertical"
892
+ "gap": "lg",
893
+ "align": "center"
917
894
  }
918
- ]
895
+ ],
896
+ "navItems": [
897
+ {
898
+ "label": "Research",
899
+ "icon": "search",
900
+ "href": "/research"
901
+ },
902
+ {
903
+ "href": "/cache",
904
+ "label": "Cache",
905
+ "icon": "database"
906
+ },
907
+ {
908
+ "icon": "file-text",
909
+ "label": "Reports",
910
+ "href": "/reports"
911
+ },
912
+ {
913
+ "icon": "book-open",
914
+ "label": "Knowledge",
915
+ "href": "/knowledge"
916
+ }
917
+ ],
918
+ "type": "dashboard-layout"
919
919
  }
920
920
  ]
921
921
  ]
@@ -954,8 +954,8 @@
954
954
  "render-ui",
955
955
  "main",
956
956
  {
957
- "type": "dashboard-layout",
958
957
  "appName": "ResearchAssistant",
958
+ "type": "dashboard-layout",
959
959
  "navItems": [
960
960
  {
961
961
  "icon": "search",
@@ -963,25 +963,26 @@
963
963
  "href": "/research"
964
964
  },
965
965
  {
966
- "href": "/cache",
966
+ "label": "Cache",
967
967
  "icon": "database",
968
- "label": "Cache"
968
+ "href": "/cache"
969
969
  },
970
970
  {
971
- "href": "/reports",
972
971
  "icon": "file-text",
972
+ "href": "/reports",
973
973
  "label": "Reports"
974
974
  },
975
975
  {
976
- "label": "Knowledge",
976
+ "href": "/knowledge",
977
977
  "icon": "book-open",
978
- "href": "/knowledge"
978
+ "label": "Knowledge"
979
979
  }
980
980
  ],
981
981
  "children": [
982
982
  {
983
983
  "type": "stack",
984
984
  "direction": "vertical",
985
+ "gap": "lg",
985
986
  "children": [
986
987
  {
987
988
  "direction": "horizontal",
@@ -993,8 +994,8 @@
993
994
  },
994
995
  {
995
996
  "content": "Content Research",
996
- "type": "typography",
997
- "variant": "h2"
997
+ "variant": "h2",
998
+ "type": "typography"
998
999
  }
999
1000
  ],
1000
1001
  "gap": "sm",
@@ -1004,33 +1005,32 @@
1004
1005
  "type": "divider"
1005
1006
  },
1006
1007
  {
1007
- "type": "card",
1008
1008
  "children": [
1009
1009
  {
1010
- "gap": "md",
1011
1010
  "children": [
1012
1011
  {
1012
+ "content": "Search YouTube for content to summarize",
1013
1013
  "type": "typography",
1014
- "variant": "body",
1015
- "content": "Search YouTube for content to summarize"
1014
+ "variant": "body"
1016
1015
  },
1017
1016
  {
1018
- "fields": [
1019
- "query"
1020
- ],
1021
1017
  "type": "form-section",
1022
1018
  "entity": "Research",
1019
+ "mode": "edit",
1023
1020
  "submitEvent": "SEARCH",
1024
- "mode": "edit"
1021
+ "fields": [
1022
+ "query"
1023
+ ]
1025
1024
  }
1026
1025
  ],
1027
1026
  "type": "stack",
1027
+ "gap": "md",
1028
1028
  "direction": "vertical"
1029
1029
  }
1030
- ]
1030
+ ],
1031
+ "type": "card"
1031
1032
  }
1032
- ],
1033
- "gap": "lg"
1033
+ ]
1034
1034
  }
1035
1035
  ]
1036
1036
  }
@@ -1056,83 +1056,83 @@
1056
1056
  "render-ui",
1057
1057
  "main",
1058
1058
  {
1059
+ "appName": "ResearchAssistant",
1060
+ "navItems": [
1061
+ {
1062
+ "href": "/research",
1063
+ "label": "Research",
1064
+ "icon": "search"
1065
+ },
1066
+ {
1067
+ "icon": "database",
1068
+ "href": "/cache",
1069
+ "label": "Cache"
1070
+ },
1071
+ {
1072
+ "label": "Reports",
1073
+ "href": "/reports",
1074
+ "icon": "file-text"
1075
+ },
1076
+ {
1077
+ "icon": "book-open",
1078
+ "label": "Knowledge",
1079
+ "href": "/knowledge"
1080
+ }
1081
+ ],
1059
1082
  "type": "dashboard-layout",
1060
1083
  "children": [
1061
1084
  {
1062
- "type": "stack",
1063
1085
  "children": [
1064
1086
  {
1087
+ "gap": "sm",
1088
+ "type": "stack",
1065
1089
  "align": "center",
1090
+ "direction": "horizontal",
1066
1091
  "children": [
1067
1092
  {
1068
- "name": "search",
1069
- "type": "icon"
1093
+ "type": "icon",
1094
+ "name": "search"
1070
1095
  },
1071
1096
  {
1072
1097
  "variant": "h2",
1073
1098
  "type": "typography",
1074
1099
  "content": "Content Research"
1075
1100
  }
1076
- ],
1077
- "direction": "horizontal",
1078
- "type": "stack",
1079
- "gap": "sm"
1101
+ ]
1080
1102
  },
1081
1103
  {
1082
1104
  "type": "divider"
1083
1105
  },
1084
1106
  {
1085
- "type": "card",
1086
1107
  "children": [
1087
1108
  {
1088
1109
  "direction": "vertical",
1089
- "type": "stack",
1090
1110
  "children": [
1091
1111
  {
1092
1112
  "content": "Search YouTube for content to summarize",
1093
- "variant": "body",
1094
- "type": "typography"
1113
+ "type": "typography",
1114
+ "variant": "body"
1095
1115
  },
1096
1116
  {
1097
- "mode": "edit",
1098
- "entity": "Research",
1099
- "type": "form-section",
1100
- "submitEvent": "SEARCH",
1101
1117
  "fields": [
1102
1118
  "query"
1103
- ]
1119
+ ],
1120
+ "entity": "Research",
1121
+ "mode": "edit",
1122
+ "type": "form-section",
1123
+ "submitEvent": "SEARCH"
1104
1124
  }
1105
1125
  ],
1126
+ "type": "stack",
1106
1127
  "gap": "md"
1107
1128
  }
1108
- ]
1129
+ ],
1130
+ "type": "card"
1109
1131
  }
1110
1132
  ],
1111
1133
  "direction": "vertical",
1112
- "gap": "lg"
1113
- }
1114
- ],
1115
- "appName": "ResearchAssistant",
1116
- "navItems": [
1117
- {
1118
- "label": "Research",
1119
- "href": "/research",
1120
- "icon": "search"
1121
- },
1122
- {
1123
- "icon": "database",
1124
- "label": "Cache",
1125
- "href": "/cache"
1126
- },
1127
- {
1128
- "icon": "file-text",
1129
- "href": "/reports",
1130
- "label": "Reports"
1131
- },
1132
- {
1133
- "icon": "book-open",
1134
- "href": "/knowledge",
1135
- "label": "Knowledge"
1134
+ "gap": "lg",
1135
+ "type": "stack"
1136
1136
  }
1137
1137
  ]
1138
1138
  }
@@ -1362,8 +1362,8 @@
1362
1362
  "CacheEntry",
1363
1363
  {
1364
1364
  "emit": {
1365
- "failure": "CacheEntryLoadFailed",
1366
- "success": "CacheEntryLoaded"
1365
+ "success": "CacheEntryLoaded",
1366
+ "failure": "CacheEntryLoadFailed"
1367
1367
  }
1368
1368
  }
1369
1369
  ],
@@ -1371,8 +1371,6 @@
1371
1371
  "render-ui",
1372
1372
  "main",
1373
1373
  {
1374
- "appName": "ResearchAssistant",
1375
- "type": "dashboard-layout",
1376
1374
  "navItems": [
1377
1375
  {
1378
1376
  "icon": "search",
@@ -1386,8 +1384,8 @@
1386
1384
  },
1387
1385
  {
1388
1386
  "href": "/reports",
1389
- "label": "Reports",
1390
- "icon": "file-text"
1387
+ "icon": "file-text",
1388
+ "label": "Reports"
1391
1389
  },
1392
1390
  {
1393
1391
  "icon": "book-open",
@@ -1395,82 +1393,84 @@
1395
1393
  "href": "/knowledge"
1396
1394
  }
1397
1395
  ],
1396
+ "type": "dashboard-layout",
1397
+ "appName": "ResearchAssistant",
1398
1398
  "children": [
1399
1399
  {
1400
+ "gap": "lg",
1400
1401
  "children": [
1401
1402
  {
1403
+ "type": "stack",
1404
+ "gap": "md",
1402
1405
  "align": "center",
1403
1406
  "children": [
1404
1407
  {
1405
- "type": "icon",
1406
- "name": "database"
1408
+ "name": "database",
1409
+ "type": "icon"
1407
1410
  },
1408
1411
  {
1409
- "variant": "h2",
1410
1412
  "content": "Redis Cache",
1411
- "type": "typography"
1413
+ "type": "typography",
1414
+ "variant": "h2"
1412
1415
  }
1413
1416
  ],
1414
- "direction": "horizontal",
1415
- "type": "stack",
1416
- "gap": "md"
1417
+ "direction": "horizontal"
1417
1418
  },
1418
1419
  {
1419
1420
  "type": "divider"
1420
1421
  },
1421
1422
  {
1422
1423
  "gap": "md",
1424
+ "direction": "vertical",
1425
+ "type": "stack",
1423
1426
  "children": [
1424
1427
  {
1425
1428
  "type": "input",
1426
1429
  "placeholder": "cache-key"
1427
1430
  },
1428
1431
  {
1429
- "type": "input",
1430
- "placeholder": "cache-value"
1432
+ "placeholder": "cache-value",
1433
+ "type": "input"
1431
1434
  },
1432
1435
  {
1436
+ "type": "input",
1433
1437
  "inputType": "number",
1434
- "placeholder": "3600",
1435
- "type": "input"
1438
+ "placeholder": "3600"
1436
1439
  }
1437
- ],
1438
- "type": "stack",
1439
- "direction": "vertical"
1440
+ ]
1440
1441
  },
1441
1442
  {
1442
- "justify": "center",
1443
1443
  "direction": "horizontal",
1444
+ "type": "stack",
1444
1445
  "gap": "sm",
1446
+ "justify": "center",
1445
1447
  "children": [
1446
1448
  {
1447
- "type": "button",
1448
1449
  "variant": "primary",
1449
- "action": "GET_KEY",
1450
+ "icon": "download",
1451
+ "type": "button",
1450
1452
  "label": "Get",
1451
- "icon": "download"
1453
+ "action": "GET_KEY"
1452
1454
  },
1453
1455
  {
1456
+ "type": "button",
1457
+ "icon": "upload",
1454
1458
  "action": "SET_KEY",
1455
1459
  "variant": "primary",
1456
- "type": "button",
1457
- "label": "Set",
1458
- "icon": "upload"
1460
+ "label": "Set"
1459
1461
  },
1460
1462
  {
1461
- "type": "button",
1462
- "icon": "trash-2",
1463
- "action": "DELETE_KEY",
1464
1463
  "label": "Delete",
1465
- "variant": "danger"
1464
+ "variant": "danger",
1465
+ "icon": "trash-2",
1466
+ "type": "button",
1467
+ "action": "DELETE_KEY"
1466
1468
  }
1467
- ],
1468
- "type": "stack"
1469
+ ]
1469
1470
  }
1470
1471
  ],
1471
- "direction": "vertical",
1472
1472
  "align": "center",
1473
- "gap": "lg",
1473
+ "direction": "vertical",
1474
1474
  "type": "stack"
1475
1475
  }
1476
1476
  ]
@@ -1487,37 +1487,37 @@
1487
1487
  "render-ui",
1488
1488
  "main",
1489
1489
  {
1490
- "appName": "ResearchAssistant",
1491
- "children": [
1492
- {
1493
- "type": "loading-state",
1494
- "title": "Executing...",
1495
- "message": "Running redis operation..."
1496
- }
1497
- ],
1498
1490
  "navItems": [
1499
1491
  {
1500
- "icon": "search",
1492
+ "href": "/research",
1501
1493
  "label": "Research",
1502
- "href": "/research"
1494
+ "icon": "search"
1503
1495
  },
1504
1496
  {
1497
+ "icon": "database",
1505
1498
  "href": "/cache",
1506
- "label": "Cache",
1507
- "icon": "database"
1499
+ "label": "Cache"
1508
1500
  },
1509
1501
  {
1510
- "icon": "file-text",
1502
+ "label": "Reports",
1511
1503
  "href": "/reports",
1512
- "label": "Reports"
1504
+ "icon": "file-text"
1513
1505
  },
1514
1506
  {
1515
- "icon": "book-open",
1516
1507
  "label": "Knowledge",
1517
- "href": "/knowledge"
1508
+ "href": "/knowledge",
1509
+ "icon": "book-open"
1518
1510
  }
1519
1511
  ],
1520
- "type": "dashboard-layout"
1512
+ "appName": "ResearchAssistant",
1513
+ "type": "dashboard-layout",
1514
+ "children": [
1515
+ {
1516
+ "type": "loading-state",
1517
+ "title": "Executing...",
1518
+ "message": "Running redis operation..."
1519
+ }
1520
+ ]
1521
1521
  }
1522
1522
  ],
1523
1523
  [
@@ -1539,19 +1539,11 @@
1539
1539
  "render-ui",
1540
1540
  "main",
1541
1541
  {
1542
- "children": [
1543
- {
1544
- "message": "Running redis operation...",
1545
- "title": "Executing...",
1546
- "type": "loading-state"
1547
- }
1548
- ],
1549
- "appName": "ResearchAssistant",
1550
1542
  "navItems": [
1551
1543
  {
1552
- "icon": "search",
1553
1544
  "label": "Research",
1554
- "href": "/research"
1545
+ "href": "/research",
1546
+ "icon": "search"
1555
1547
  },
1556
1548
  {
1557
1549
  "label": "Cache",
@@ -1564,12 +1556,20 @@
1564
1556
  "label": "Reports"
1565
1557
  },
1566
1558
  {
1567
- "label": "Knowledge",
1568
1559
  "href": "/knowledge",
1560
+ "label": "Knowledge",
1569
1561
  "icon": "book-open"
1570
1562
  }
1571
1563
  ],
1572
- "type": "dashboard-layout"
1564
+ "type": "dashboard-layout",
1565
+ "appName": "ResearchAssistant",
1566
+ "children": [
1567
+ {
1568
+ "type": "loading-state",
1569
+ "message": "Running redis operation...",
1570
+ "title": "Executing..."
1571
+ }
1572
+ ]
1573
1573
  }
1574
1574
  ],
1575
1575
  [
@@ -1593,37 +1593,37 @@
1593
1593
  "render-ui",
1594
1594
  "main",
1595
1595
  {
1596
- "type": "dashboard-layout",
1597
- "children": [
1598
- {
1599
- "type": "loading-state",
1600
- "title": "Executing...",
1601
- "message": "Running redis operation..."
1602
- }
1603
- ],
1604
- "appName": "ResearchAssistant",
1605
1596
  "navItems": [
1606
1597
  {
1607
1598
  "label": "Research",
1608
- "href": "/research",
1609
- "icon": "search"
1599
+ "icon": "search",
1600
+ "href": "/research"
1610
1601
  },
1611
1602
  {
1612
1603
  "label": "Cache",
1613
- "icon": "database",
1614
- "href": "/cache"
1604
+ "href": "/cache",
1605
+ "icon": "database"
1615
1606
  },
1616
1607
  {
1617
1608
  "icon": "file-text",
1618
- "href": "/reports",
1619
- "label": "Reports"
1609
+ "label": "Reports",
1610
+ "href": "/reports"
1620
1611
  },
1621
1612
  {
1622
- "label": "Knowledge",
1613
+ "icon": "book-open",
1623
1614
  "href": "/knowledge",
1624
- "icon": "book-open"
1615
+ "label": "Knowledge"
1625
1616
  }
1626
- ]
1617
+ ],
1618
+ "appName": "ResearchAssistant",
1619
+ "children": [
1620
+ {
1621
+ "message": "Running redis operation...",
1622
+ "type": "loading-state",
1623
+ "title": "Executing..."
1624
+ }
1625
+ ],
1626
+ "type": "dashboard-layout"
1627
1627
  }
1628
1628
  ],
1629
1629
  [
@@ -1650,17 +1650,18 @@
1650
1650
  "render-ui",
1651
1651
  "main",
1652
1652
  {
1653
+ "type": "dashboard-layout",
1653
1654
  "appName": "ResearchAssistant",
1654
1655
  "navItems": [
1655
1656
  {
1656
- "label": "Research",
1657
1657
  "icon": "search",
1658
- "href": "/research"
1658
+ "href": "/research",
1659
+ "label": "Research"
1659
1660
  },
1660
1661
  {
1661
- "href": "/cache",
1662
+ "label": "Cache",
1662
1663
  "icon": "database",
1663
- "label": "Cache"
1664
+ "href": "/cache"
1664
1665
  },
1665
1666
  {
1666
1667
  "label": "Reports",
@@ -1673,9 +1674,9 @@
1673
1674
  "href": "/knowledge"
1674
1675
  }
1675
1676
  ],
1676
- "type": "dashboard-layout",
1677
1677
  "children": [
1678
1678
  {
1679
+ "type": "stack",
1679
1680
  "children": [
1680
1681
  {
1681
1682
  "type": "icon",
@@ -1683,27 +1684,26 @@
1683
1684
  },
1684
1685
  {
1685
1686
  "type": "alert",
1686
- "variant": "success",
1687
- "message": "Operation complete"
1687
+ "message": "Operation complete",
1688
+ "variant": "success"
1688
1689
  },
1689
1690
  {
1690
- "color": "muted",
1691
1691
  "variant": "body",
1692
- "content": "@entity.result",
1693
- "type": "typography"
1692
+ "type": "typography",
1693
+ "color": "muted",
1694
+ "content": "@entity.result"
1694
1695
  },
1695
1696
  {
1697
+ "action": "RESET",
1698
+ "type": "button",
1696
1699
  "variant": "ghost",
1697
1700
  "label": "Reset",
1698
- "type": "button",
1699
- "icon": "rotate-ccw",
1700
- "action": "RESET"
1701
+ "icon": "rotate-ccw"
1701
1702
  }
1702
1703
  ],
1703
- "direction": "vertical",
1704
1704
  "align": "center",
1705
1705
  "gap": "lg",
1706
- "type": "stack"
1706
+ "direction": "vertical"
1707
1707
  }
1708
1708
  ]
1709
1709
  }
@@ -1733,6 +1733,7 @@
1733
1733
  "title": "Redis Error"
1734
1734
  }
1735
1735
  ],
1736
+ "appName": "ResearchAssistant",
1736
1737
  "navItems": [
1737
1738
  {
1738
1739
  "href": "/research",
@@ -1740,22 +1741,21 @@
1740
1741
  "label": "Research"
1741
1742
  },
1742
1743
  {
1743
- "href": "/cache",
1744
1744
  "label": "Cache",
1745
+ "href": "/cache",
1745
1746
  "icon": "database"
1746
1747
  },
1747
1748
  {
1748
- "label": "Reports",
1749
1749
  "icon": "file-text",
1750
+ "label": "Reports",
1750
1751
  "href": "/reports"
1751
1752
  },
1752
1753
  {
1753
- "label": "Knowledge",
1754
+ "href": "/knowledge",
1754
1755
  "icon": "book-open",
1755
- "href": "/knowledge"
1756
+ "label": "Knowledge"
1756
1757
  }
1757
- ],
1758
- "appName": "ResearchAssistant"
1758
+ ]
1759
1759
  }
1760
1760
  ]
1761
1761
  ]
@@ -1769,36 +1769,63 @@
1769
1769
  "render-ui",
1770
1770
  "main",
1771
1771
  {
1772
+ "appName": "ResearchAssistant",
1773
+ "navItems": [
1774
+ {
1775
+ "icon": "search",
1776
+ "label": "Research",
1777
+ "href": "/research"
1778
+ },
1779
+ {
1780
+ "icon": "database",
1781
+ "href": "/cache",
1782
+ "label": "Cache"
1783
+ },
1784
+ {
1785
+ "href": "/reports",
1786
+ "icon": "file-text",
1787
+ "label": "Reports"
1788
+ },
1789
+ {
1790
+ "icon": "book-open",
1791
+ "label": "Knowledge",
1792
+ "href": "/knowledge"
1793
+ }
1794
+ ],
1772
1795
  "type": "dashboard-layout",
1773
1796
  "children": [
1774
1797
  {
1798
+ "type": "stack",
1799
+ "align": "center",
1775
1800
  "children": [
1776
1801
  {
1777
1802
  "type": "stack",
1778
- "align": "center",
1779
- "gap": "md",
1780
- "direction": "horizontal",
1781
1803
  "children": [
1782
1804
  {
1783
1805
  "name": "database",
1784
1806
  "type": "icon"
1785
1807
  },
1786
1808
  {
1787
- "variant": "h2",
1809
+ "type": "typography",
1788
1810
  "content": "Redis Cache",
1789
- "type": "typography"
1811
+ "variant": "h2"
1790
1812
  }
1791
- ]
1813
+ ],
1814
+ "align": "center",
1815
+ "gap": "md",
1816
+ "direction": "horizontal"
1792
1817
  },
1793
1818
  {
1794
1819
  "type": "divider"
1795
1820
  },
1796
1821
  {
1797
1822
  "type": "stack",
1823
+ "direction": "vertical",
1824
+ "gap": "md",
1798
1825
  "children": [
1799
1826
  {
1800
- "placeholder": "cache-key",
1801
- "type": "input"
1827
+ "type": "input",
1828
+ "placeholder": "cache-key"
1802
1829
  },
1803
1830
  {
1804
1831
  "placeholder": "cache-value",
@@ -1806,72 +1833,45 @@
1806
1833
  },
1807
1834
  {
1808
1835
  "type": "input",
1809
- "placeholder": "3600",
1810
- "inputType": "number"
1836
+ "inputType": "number",
1837
+ "placeholder": "3600"
1811
1838
  }
1812
- ],
1813
- "direction": "vertical",
1814
- "gap": "md"
1839
+ ]
1815
1840
  },
1816
1841
  {
1817
- "type": "stack",
1818
- "direction": "horizontal",
1819
1842
  "justify": "center",
1820
- "gap": "sm",
1843
+ "type": "stack",
1821
1844
  "children": [
1822
1845
  {
1823
- "type": "button",
1824
1846
  "label": "Get",
1825
- "icon": "download",
1826
1847
  "action": "GET_KEY",
1827
- "variant": "primary"
1848
+ "variant": "primary",
1849
+ "icon": "download",
1850
+ "type": "button"
1828
1851
  },
1829
1852
  {
1830
1853
  "label": "Set",
1831
- "variant": "primary",
1832
1854
  "action": "SET_KEY",
1833
1855
  "type": "button",
1834
- "icon": "upload"
1856
+ "icon": "upload",
1857
+ "variant": "primary"
1835
1858
  },
1836
1859
  {
1837
- "type": "button",
1838
- "variant": "danger",
1839
1860
  "action": "DELETE_KEY",
1861
+ "variant": "danger",
1862
+ "label": "Delete",
1840
1863
  "icon": "trash-2",
1841
- "label": "Delete"
1864
+ "type": "button"
1842
1865
  }
1843
- ]
1866
+ ],
1867
+ "direction": "horizontal",
1868
+ "gap": "sm"
1844
1869
  }
1845
1870
  ],
1846
1871
  "direction": "vertical",
1847
- "gap": "lg",
1848
- "type": "stack",
1849
- "align": "center"
1850
- }
1851
- ],
1852
- "navItems": [
1853
- {
1854
- "label": "Research",
1855
- "href": "/research",
1856
- "icon": "search"
1857
- },
1858
- {
1859
- "icon": "database",
1860
- "label": "Cache",
1861
- "href": "/cache"
1862
- },
1863
- {
1864
- "href": "/reports",
1865
- "icon": "file-text",
1866
- "label": "Reports"
1867
- },
1868
- {
1869
- "icon": "book-open",
1870
- "label": "Knowledge",
1871
- "href": "/knowledge"
1872
+ "gap": "lg"
1872
1873
  }
1873
- ],
1874
- "appName": "ResearchAssistant"
1874
+ ]
1875
1875
  }
1876
1876
  ]
1877
1877
  ]
@@ -1885,59 +1885,59 @@
1885
1885
  "render-ui",
1886
1886
  "main",
1887
1887
  {
1888
- "type": "dashboard-layout",
1889
1888
  "appName": "ResearchAssistant",
1889
+ "type": "dashboard-layout",
1890
1890
  "navItems": [
1891
1891
  {
1892
- "href": "/research",
1893
1892
  "label": "Research",
1893
+ "href": "/research",
1894
1894
  "icon": "search"
1895
1895
  },
1896
1896
  {
1897
- "label": "Cache",
1898
1897
  "href": "/cache",
1899
- "icon": "database"
1898
+ "icon": "database",
1899
+ "label": "Cache"
1900
1900
  },
1901
1901
  {
1902
- "label": "Reports",
1903
1902
  "icon": "file-text",
1903
+ "label": "Reports",
1904
1904
  "href": "/reports"
1905
1905
  },
1906
1906
  {
1907
- "label": "Knowledge",
1908
1907
  "href": "/knowledge",
1909
- "icon": "book-open"
1908
+ "icon": "book-open",
1909
+ "label": "Knowledge"
1910
1910
  }
1911
1911
  ],
1912
1912
  "children": [
1913
1913
  {
1914
1914
  "direction": "vertical",
1915
1915
  "align": "center",
1916
+ "gap": "lg",
1917
+ "type": "stack",
1916
1918
  "children": [
1917
1919
  {
1918
1920
  "children": [
1919
1921
  {
1920
- "name": "database",
1921
- "type": "icon"
1922
+ "type": "icon",
1923
+ "name": "database"
1922
1924
  },
1923
1925
  {
1924
1926
  "content": "Redis Cache",
1925
- "variant": "h2",
1926
- "type": "typography"
1927
+ "type": "typography",
1928
+ "variant": "h2"
1927
1929
  }
1928
1930
  ],
1929
- "type": "stack",
1930
1931
  "align": "center",
1931
- "direction": "horizontal",
1932
- "gap": "md"
1932
+ "type": "stack",
1933
+ "gap": "md",
1934
+ "direction": "horizontal"
1933
1935
  },
1934
1936
  {
1935
1937
  "type": "divider"
1936
1938
  },
1937
1939
  {
1938
- "direction": "vertical",
1939
1940
  "type": "stack",
1940
- "gap": "md",
1941
1941
  "children": [
1942
1942
  {
1943
1943
  "placeholder": "cache-key",
@@ -1948,44 +1948,44 @@
1948
1948
  "placeholder": "cache-value"
1949
1949
  },
1950
1950
  {
1951
- "type": "input",
1952
1951
  "placeholder": "3600",
1952
+ "type": "input",
1953
1953
  "inputType": "number"
1954
1954
  }
1955
- ]
1955
+ ],
1956
+ "direction": "vertical",
1957
+ "gap": "md"
1956
1958
  },
1957
1959
  {
1958
- "direction": "horizontal",
1960
+ "justify": "center",
1959
1961
  "type": "stack",
1960
- "gap": "sm",
1962
+ "direction": "horizontal",
1961
1963
  "children": [
1962
1964
  {
1963
- "label": "Get",
1964
- "action": "GET_KEY",
1965
1965
  "variant": "primary",
1966
- "type": "button",
1967
- "icon": "download"
1966
+ "icon": "download",
1967
+ "action": "GET_KEY",
1968
+ "label": "Get",
1969
+ "type": "button"
1968
1970
  },
1969
1971
  {
1970
1972
  "type": "button",
1973
+ "action": "SET_KEY",
1971
1974
  "label": "Set",
1972
- "icon": "upload",
1973
1975
  "variant": "primary",
1974
- "action": "SET_KEY"
1976
+ "icon": "upload"
1975
1977
  },
1976
1978
  {
1977
- "variant": "danger",
1979
+ "label": "Delete",
1978
1980
  "icon": "trash-2",
1979
- "action": "DELETE_KEY",
1980
1981
  "type": "button",
1981
- "label": "Delete"
1982
+ "variant": "danger",
1983
+ "action": "DELETE_KEY"
1982
1984
  }
1983
1985
  ],
1984
- "justify": "center"
1986
+ "gap": "sm"
1985
1987
  }
1986
- ],
1987
- "type": "stack",
1988
- "gap": "lg"
1988
+ ]
1989
1989
  }
1990
1990
  ]
1991
1991
  }
@@ -2231,8 +2231,8 @@
2231
2231
  "Report",
2232
2232
  {
2233
2233
  "emit": {
2234
- "failure": "ReportLoadFailed",
2235
- "success": "ReportLoaded"
2234
+ "success": "ReportLoaded",
2235
+ "failure": "ReportLoadFailed"
2236
2236
  }
2237
2237
  }
2238
2238
  ],
@@ -2240,33 +2240,60 @@
2240
2240
  "render-ui",
2241
2241
  "main",
2242
2242
  {
2243
+ "navItems": [
2244
+ {
2245
+ "icon": "search",
2246
+ "label": "Research",
2247
+ "href": "/research"
2248
+ },
2249
+ {
2250
+ "href": "/cache",
2251
+ "icon": "database",
2252
+ "label": "Cache"
2253
+ },
2254
+ {
2255
+ "icon": "file-text",
2256
+ "href": "/reports",
2257
+ "label": "Reports"
2258
+ },
2259
+ {
2260
+ "icon": "book-open",
2261
+ "label": "Knowledge",
2262
+ "href": "/knowledge"
2263
+ }
2264
+ ],
2265
+ "appName": "ResearchAssistant",
2243
2266
  "type": "dashboard-layout",
2244
2267
  "children": [
2245
2268
  {
2269
+ "type": "stack",
2270
+ "direction": "vertical",
2271
+ "gap": "lg",
2272
+ "align": "stretch",
2246
2273
  "children": [
2247
2274
  {
2248
- "type": "stack",
2249
- "gap": "md",
2250
2275
  "children": [
2251
2276
  {
2252
2277
  "type": "icon",
2253
2278
  "name": "hard-drive"
2254
2279
  },
2255
2280
  {
2256
- "content": "Report Storage",
2257
2281
  "variant": "h2",
2258
- "type": "typography"
2282
+ "type": "typography",
2283
+ "content": "Report Storage"
2259
2284
  }
2260
2285
  ],
2261
2286
  "direction": "horizontal",
2262
- "align": "center"
2287
+ "gap": "md",
2288
+ "align": "center",
2289
+ "type": "stack"
2263
2290
  },
2264
2291
  {
2265
2292
  "type": "divider"
2266
2293
  },
2267
2294
  {
2268
- "placeholder": "bucket-name",
2269
- "type": "input"
2295
+ "type": "input",
2296
+ "placeholder": "bucket-name"
2270
2297
  },
2271
2298
  {
2272
2299
  "type": "input",
@@ -2281,71 +2308,44 @@
2281
2308
  "type": "textarea"
2282
2309
  },
2283
2310
  {
2284
- "justify": "center",
2311
+ "type": "stack",
2312
+ "direction": "horizontal",
2285
2313
  "gap": "sm",
2314
+ "justify": "center",
2286
2315
  "children": [
2287
2316
  {
2288
2317
  "label": "Upload",
2289
2318
  "action": "UPLOAD_FILE",
2319
+ "type": "button",
2290
2320
  "icon": "upload",
2291
- "variant": "primary",
2292
- "type": "button"
2321
+ "variant": "primary"
2293
2322
  },
2294
2323
  {
2295
- "variant": "secondary",
2324
+ "label": "Download",
2296
2325
  "icon": "download",
2326
+ "action": "DOWNLOAD_FILE",
2297
2327
  "type": "button",
2298
- "label": "Download",
2299
- "action": "DOWNLOAD_FILE"
2328
+ "variant": "secondary"
2300
2329
  },
2301
2330
  {
2302
2331
  "variant": "secondary",
2332
+ "icon": "list",
2303
2333
  "label": "List",
2304
2334
  "action": "LIST_FILES",
2305
- "icon": "list",
2306
2335
  "type": "button"
2307
2336
  },
2308
2337
  {
2309
- "label": "Delete",
2338
+ "action": "DELETE_FILE",
2310
2339
  "variant": "danger",
2311
2340
  "icon": "trash-2",
2312
- "action": "DELETE_FILE",
2313
- "type": "button"
2341
+ "type": "button",
2342
+ "label": "Delete"
2314
2343
  }
2315
- ],
2316
- "direction": "horizontal",
2317
- "type": "stack"
2344
+ ]
2318
2345
  }
2319
- ],
2320
- "direction": "vertical",
2321
- "gap": "lg",
2322
- "type": "stack",
2323
- "align": "stretch"
2324
- }
2325
- ],
2326
- "navItems": [
2327
- {
2328
- "href": "/research",
2329
- "label": "Research",
2330
- "icon": "search"
2331
- },
2332
- {
2333
- "label": "Cache",
2334
- "href": "/cache",
2335
- "icon": "database"
2336
- },
2337
- {
2338
- "label": "Reports",
2339
- "icon": "file-text",
2340
- "href": "/reports"
2341
- },
2342
- {
2343
- "label": "Knowledge",
2344
- "href": "/knowledge",
2345
- "icon": "book-open"
2346
+ ]
2346
2347
  }
2347
- ],
2348
- "appName": "ResearchAssistant"
2348
+ ]
2349
2349
  }
2350
2350
  ]
2351
2351
  ]
@@ -2360,36 +2360,36 @@
2360
2360
  "main",
2361
2361
  {
2362
2362
  "type": "dashboard-layout",
2363
+ "children": [
2364
+ {
2365
+ "message": "Executing storage operation on report...",
2366
+ "type": "loading-state",
2367
+ "title": "Processing..."
2368
+ }
2369
+ ],
2370
+ "appName": "ResearchAssistant",
2363
2371
  "navItems": [
2364
2372
  {
2373
+ "href": "/research",
2365
2374
  "icon": "search",
2366
- "label": "Research",
2367
- "href": "/research"
2375
+ "label": "Research"
2368
2376
  },
2369
2377
  {
2370
- "href": "/cache",
2378
+ "icon": "database",
2371
2379
  "label": "Cache",
2372
- "icon": "database"
2380
+ "href": "/cache"
2373
2381
  },
2374
2382
  {
2383
+ "icon": "file-text",
2375
2384
  "label": "Reports",
2376
- "href": "/reports",
2377
- "icon": "file-text"
2385
+ "href": "/reports"
2378
2386
  },
2379
2387
  {
2380
- "href": "/knowledge",
2381
2388
  "label": "Knowledge",
2389
+ "href": "/knowledge",
2382
2390
  "icon": "book-open"
2383
2391
  }
2384
- ],
2385
- "children": [
2386
- {
2387
- "message": "Executing storage operation on report...",
2388
- "title": "Processing...",
2389
- "type": "loading-state"
2390
- }
2391
- ],
2392
- "appName": "ResearchAssistant"
2392
+ ]
2393
2393
  }
2394
2394
  ],
2395
2395
  [
@@ -2398,8 +2398,8 @@
2398
2398
  "upload",
2399
2399
  {
2400
2400
  "content": "@entity.content",
2401
- "key": "@entity.fileKey",
2402
- "bucket": "@entity.bucket"
2401
+ "bucket": "@entity.bucket",
2402
+ "key": "@entity.fileKey"
2403
2403
  }
2404
2404
  ]
2405
2405
  ]
@@ -2413,16 +2413,24 @@
2413
2413
  "render-ui",
2414
2414
  "main",
2415
2415
  {
2416
+ "type": "dashboard-layout",
2417
+ "children": [
2418
+ {
2419
+ "type": "loading-state",
2420
+ "title": "Processing...",
2421
+ "message": "Executing storage operation on report..."
2422
+ }
2423
+ ],
2416
2424
  "navItems": [
2417
2425
  {
2418
- "label": "Research",
2419
2426
  "href": "/research",
2427
+ "label": "Research",
2420
2428
  "icon": "search"
2421
2429
  },
2422
2430
  {
2423
2431
  "label": "Cache",
2424
- "href": "/cache",
2425
- "icon": "database"
2432
+ "icon": "database",
2433
+ "href": "/cache"
2426
2434
  },
2427
2435
  {
2428
2436
  "label": "Reports",
@@ -2430,20 +2438,12 @@
2430
2438
  "icon": "file-text"
2431
2439
  },
2432
2440
  {
2433
- "href": "/knowledge",
2441
+ "icon": "book-open",
2434
2442
  "label": "Knowledge",
2435
- "icon": "book-open"
2443
+ "href": "/knowledge"
2436
2444
  }
2437
2445
  ],
2438
- "appName": "ResearchAssistant",
2439
- "type": "dashboard-layout",
2440
- "children": [
2441
- {
2442
- "title": "Processing...",
2443
- "message": "Executing storage operation on report...",
2444
- "type": "loading-state"
2445
- }
2446
- ]
2446
+ "appName": "ResearchAssistant"
2447
2447
  }
2448
2448
  ],
2449
2449
  [
@@ -2466,37 +2466,37 @@
2466
2466
  "render-ui",
2467
2467
  "main",
2468
2468
  {
2469
- "type": "dashboard-layout",
2470
- "appName": "ResearchAssistant",
2471
2469
  "navItems": [
2472
2470
  {
2473
- "label": "Research",
2474
2471
  "href": "/research",
2475
- "icon": "search"
2472
+ "icon": "search",
2473
+ "label": "Research"
2476
2474
  },
2477
2475
  {
2478
- "icon": "database",
2476
+ "label": "Cache",
2479
2477
  "href": "/cache",
2480
- "label": "Cache"
2478
+ "icon": "database"
2481
2479
  },
2482
2480
  {
2483
- "icon": "file-text",
2481
+ "href": "/reports",
2484
2482
  "label": "Reports",
2485
- "href": "/reports"
2483
+ "icon": "file-text"
2486
2484
  },
2487
2485
  {
2488
2486
  "icon": "book-open",
2489
- "href": "/knowledge",
2490
- "label": "Knowledge"
2487
+ "label": "Knowledge",
2488
+ "href": "/knowledge"
2491
2489
  }
2492
2490
  ],
2493
2491
  "children": [
2494
2492
  {
2495
- "message": "Executing storage operation on report...",
2493
+ "title": "Processing...",
2496
2494
  "type": "loading-state",
2497
- "title": "Processing..."
2495
+ "message": "Executing storage operation on report..."
2498
2496
  }
2499
- ]
2497
+ ],
2498
+ "appName": "ResearchAssistant",
2499
+ "type": "dashboard-layout"
2500
2500
  }
2501
2501
  ],
2502
2502
  [
@@ -2519,23 +2519,29 @@
2519
2519
  "render-ui",
2520
2520
  "main",
2521
2521
  {
2522
+ "children": [
2523
+ {
2524
+ "title": "Processing...",
2525
+ "message": "Executing storage operation on report...",
2526
+ "type": "loading-state"
2527
+ }
2528
+ ],
2522
2529
  "type": "dashboard-layout",
2523
- "appName": "ResearchAssistant",
2524
2530
  "navItems": [
2525
2531
  {
2526
2532
  "href": "/research",
2527
- "label": "Research",
2528
- "icon": "search"
2533
+ "icon": "search",
2534
+ "label": "Research"
2529
2535
  },
2530
2536
  {
2531
- "href": "/cache",
2532
2537
  "icon": "database",
2538
+ "href": "/cache",
2533
2539
  "label": "Cache"
2534
2540
  },
2535
2541
  {
2536
2542
  "label": "Reports",
2537
- "href": "/reports",
2538
- "icon": "file-text"
2543
+ "icon": "file-text",
2544
+ "href": "/reports"
2539
2545
  },
2540
2546
  {
2541
2547
  "label": "Knowledge",
@@ -2543,13 +2549,7 @@
2543
2549
  "icon": "book-open"
2544
2550
  }
2545
2551
  ],
2546
- "children": [
2547
- {
2548
- "message": "Executing storage operation on report...",
2549
- "title": "Processing...",
2550
- "type": "loading-state"
2551
- }
2552
- ]
2552
+ "appName": "ResearchAssistant"
2553
2553
  }
2554
2554
  ],
2555
2555
  [
@@ -2557,8 +2557,8 @@
2557
2557
  "storage",
2558
2558
  "delete",
2559
2559
  {
2560
- "bucket": "@entity.bucket",
2561
- "key": "@entity.fileKey"
2560
+ "key": "@entity.fileKey",
2561
+ "bucket": "@entity.bucket"
2562
2562
  }
2563
2563
  ]
2564
2564
  ]
@@ -2582,62 +2582,62 @@
2582
2582
  "render-ui",
2583
2583
  "main",
2584
2584
  {
2585
- "navItems": [
2586
- {
2587
- "icon": "search",
2588
- "label": "Research",
2589
- "href": "/research"
2590
- },
2591
- {
2592
- "label": "Cache",
2593
- "href": "/cache",
2594
- "icon": "database"
2595
- },
2596
- {
2597
- "label": "Reports",
2598
- "href": "/reports",
2599
- "icon": "file-text"
2600
- },
2601
- {
2602
- "href": "/knowledge",
2603
- "icon": "book-open",
2604
- "label": "Knowledge"
2605
- }
2606
- ],
2607
- "type": "dashboard-layout",
2608
2585
  "children": [
2609
2586
  {
2610
- "direction": "vertical",
2611
- "type": "stack",
2612
- "gap": "lg",
2613
- "align": "center",
2614
2587
  "children": [
2615
2588
  {
2616
- "type": "icon",
2617
- "name": "check-circle"
2589
+ "name": "check-circle",
2590
+ "type": "icon"
2618
2591
  },
2619
2592
  {
2620
- "type": "alert",
2593
+ "message": "Operation completed successfully",
2621
2594
  "variant": "success",
2622
- "message": "Operation completed successfully"
2595
+ "type": "alert"
2623
2596
  },
2624
2597
  {
2625
2598
  "type": "typography",
2626
- "content": "@entity.result",
2627
2599
  "variant": "body",
2600
+ "content": "@entity.result",
2628
2601
  "color": "muted"
2629
2602
  },
2630
2603
  {
2631
- "icon": "rotate-ccw",
2632
- "label": "Back",
2633
- "action": "RESET",
2634
2604
  "variant": "ghost",
2635
- "type": "button"
2605
+ "label": "Back",
2606
+ "icon": "rotate-ccw",
2607
+ "type": "button",
2608
+ "action": "RESET"
2636
2609
  }
2637
- ]
2610
+ ],
2611
+ "align": "center",
2612
+ "type": "stack",
2613
+ "gap": "lg",
2614
+ "direction": "vertical"
2615
+ }
2616
+ ],
2617
+ "appName": "ResearchAssistant",
2618
+ "type": "dashboard-layout",
2619
+ "navItems": [
2620
+ {
2621
+ "icon": "search",
2622
+ "href": "/research",
2623
+ "label": "Research"
2624
+ },
2625
+ {
2626
+ "icon": "database",
2627
+ "label": "Cache",
2628
+ "href": "/cache"
2629
+ },
2630
+ {
2631
+ "label": "Reports",
2632
+ "href": "/reports",
2633
+ "icon": "file-text"
2634
+ },
2635
+ {
2636
+ "label": "Knowledge",
2637
+ "href": "/knowledge",
2638
+ "icon": "book-open"
2638
2639
  }
2639
- ],
2640
- "appName": "ResearchAssistant"
2640
+ ]
2641
2641
  }
2642
2642
  ]
2643
2643
  ]
@@ -2661,50 +2661,50 @@
2661
2661
  "render-ui",
2662
2662
  "main",
2663
2663
  {
2664
- "appName": "ResearchAssistant",
2665
2664
  "type": "dashboard-layout",
2666
2665
  "navItems": [
2667
2666
  {
2668
- "label": "Research",
2669
2667
  "href": "/research",
2670
- "icon": "search"
2668
+ "icon": "search",
2669
+ "label": "Research"
2671
2670
  },
2672
2671
  {
2672
+ "href": "/cache",
2673
2673
  "icon": "database",
2674
- "label": "Cache",
2675
- "href": "/cache"
2674
+ "label": "Cache"
2676
2675
  },
2677
2676
  {
2678
- "label": "Reports",
2679
2677
  "href": "/reports",
2678
+ "label": "Reports",
2680
2679
  "icon": "file-text"
2681
2680
  },
2682
2681
  {
2682
+ "icon": "book-open",
2683
2683
  "label": "Knowledge",
2684
- "href": "/knowledge",
2685
- "icon": "book-open"
2684
+ "href": "/knowledge"
2686
2685
  }
2687
2686
  ],
2687
+ "appName": "ResearchAssistant",
2688
2688
  "children": [
2689
2689
  {
2690
- "gap": "lg",
2690
+ "direction": "vertical",
2691
2691
  "type": "stack",
2692
2692
  "align": "center",
2693
- "direction": "vertical",
2694
2693
  "children": [
2695
2694
  {
2696
- "title": "Operation Failed",
2695
+ "type": "error-state",
2697
2696
  "message": "@entity.error",
2698
- "type": "error-state"
2697
+ "title": "Operation Failed"
2699
2698
  },
2700
2699
  {
2701
- "label": "Back",
2702
2700
  "variant": "ghost",
2703
- "type": "button",
2701
+ "label": "Back",
2702
+ "icon": "rotate-ccw",
2704
2703
  "action": "RESET",
2705
- "icon": "rotate-ccw"
2704
+ "type": "button"
2706
2705
  }
2707
- ]
2706
+ ],
2707
+ "gap": "lg"
2708
2708
  }
2709
2709
  ]
2710
2710
  }
@@ -2727,29 +2727,30 @@
2727
2727
  {
2728
2728
  "navItems": [
2729
2729
  {
2730
- "href": "/research",
2730
+ "icon": "search",
2731
2731
  "label": "Research",
2732
- "icon": "search"
2732
+ "href": "/research"
2733
2733
  },
2734
2734
  {
2735
- "href": "/cache",
2736
2735
  "icon": "database",
2737
- "label": "Cache"
2736
+ "label": "Cache",
2737
+ "href": "/cache"
2738
2738
  },
2739
2739
  {
2740
- "icon": "file-text",
2741
2740
  "href": "/reports",
2741
+ "icon": "file-text",
2742
2742
  "label": "Reports"
2743
2743
  },
2744
2744
  {
2745
- "icon": "book-open",
2746
2745
  "label": "Knowledge",
2747
- "href": "/knowledge"
2746
+ "href": "/knowledge",
2747
+ "icon": "book-open"
2748
2748
  }
2749
2749
  ],
2750
- "type": "dashboard-layout",
2750
+ "appName": "ResearchAssistant",
2751
2751
  "children": [
2752
2752
  {
2753
+ "gap": "lg",
2753
2754
  "children": [
2754
2755
  {
2755
2756
  "children": [
@@ -2759,13 +2760,13 @@
2759
2760
  },
2760
2761
  {
2761
2762
  "type": "typography",
2762
- "content": "Report Storage",
2763
- "variant": "h2"
2763
+ "variant": "h2",
2764
+ "content": "Report Storage"
2764
2765
  }
2765
2766
  ],
2766
- "type": "stack",
2767
2767
  "direction": "horizontal",
2768
2768
  "gap": "md",
2769
+ "type": "stack",
2769
2770
  "align": "center"
2770
2771
  },
2771
2772
  {
@@ -2788,49 +2789,48 @@
2788
2789
  "type": "textarea"
2789
2790
  },
2790
2791
  {
2791
- "type": "stack",
2792
2792
  "direction": "horizontal",
2793
- "gap": "sm",
2794
2793
  "justify": "center",
2795
2794
  "children": [
2796
2795
  {
2797
- "variant": "primary",
2798
2796
  "label": "Upload",
2799
2797
  "icon": "upload",
2800
2798
  "type": "button",
2801
- "action": "UPLOAD_FILE"
2799
+ "action": "UPLOAD_FILE",
2800
+ "variant": "primary"
2802
2801
  },
2803
2802
  {
2804
- "icon": "download",
2805
2803
  "type": "button",
2804
+ "label": "Download",
2805
+ "icon": "download",
2806
2806
  "action": "DOWNLOAD_FILE",
2807
- "variant": "secondary",
2808
- "label": "Download"
2807
+ "variant": "secondary"
2809
2808
  },
2810
2809
  {
2811
- "action": "LIST_FILES",
2812
- "label": "List",
2813
- "variant": "secondary",
2814
2810
  "icon": "list",
2815
- "type": "button"
2811
+ "type": "button",
2812
+ "variant": "secondary",
2813
+ "label": "List",
2814
+ "action": "LIST_FILES"
2816
2815
  },
2817
2816
  {
2817
+ "label": "Delete",
2818
+ "icon": "trash-2",
2818
2819
  "action": "DELETE_FILE",
2819
2820
  "variant": "danger",
2820
- "icon": "trash-2",
2821
- "type": "button",
2822
- "label": "Delete"
2821
+ "type": "button"
2823
2822
  }
2824
- ]
2823
+ ],
2824
+ "type": "stack",
2825
+ "gap": "sm"
2825
2826
  }
2826
2827
  ],
2827
2828
  "align": "stretch",
2828
- "type": "stack",
2829
2829
  "direction": "vertical",
2830
- "gap": "lg"
2830
+ "type": "stack"
2831
2831
  }
2832
2832
  ],
2833
- "appName": "ResearchAssistant"
2833
+ "type": "dashboard-layout"
2834
2834
  }
2835
2835
  ]
2836
2836
  ]
@@ -2849,112 +2849,112 @@
2849
2849
  "render-ui",
2850
2850
  "main",
2851
2851
  {
2852
- "appName": "ResearchAssistant",
2853
- "navItems": [
2854
- {
2855
- "icon": "search",
2856
- "href": "/research",
2857
- "label": "Research"
2858
- },
2859
- {
2860
- "label": "Cache",
2861
- "icon": "database",
2862
- "href": "/cache"
2863
- },
2864
- {
2865
- "icon": "file-text",
2866
- "label": "Reports",
2867
- "href": "/reports"
2868
- },
2869
- {
2870
- "icon": "book-open",
2871
- "href": "/knowledge",
2872
- "label": "Knowledge"
2873
- }
2874
- ],
2852
+ "type": "dashboard-layout",
2875
2853
  "children": [
2876
2854
  {
2877
- "gap": "lg",
2855
+ "align": "stretch",
2878
2856
  "type": "stack",
2857
+ "direction": "vertical",
2879
2858
  "children": [
2880
2859
  {
2860
+ "type": "stack",
2881
2861
  "gap": "md",
2882
2862
  "direction": "horizontal",
2883
- "align": "center",
2884
- "type": "stack",
2885
2863
  "children": [
2886
2864
  {
2887
- "type": "icon",
2888
- "name": "hard-drive"
2865
+ "name": "hard-drive",
2866
+ "type": "icon"
2889
2867
  },
2890
2868
  {
2891
2869
  "type": "typography",
2892
2870
  "content": "Report Storage",
2893
2871
  "variant": "h2"
2894
2872
  }
2895
- ]
2873
+ ],
2874
+ "align": "center"
2896
2875
  },
2897
2876
  {
2898
2877
  "type": "divider"
2899
2878
  },
2900
2879
  {
2901
- "placeholder": "bucket-name",
2902
- "type": "input"
2880
+ "type": "input",
2881
+ "placeholder": "bucket-name"
2903
2882
  },
2904
2883
  {
2905
- "placeholder": "path/to/file.txt",
2906
- "type": "input"
2884
+ "type": "input",
2885
+ "placeholder": "path/to/file.txt"
2907
2886
  },
2908
2887
  {
2909
- "placeholder": "path/prefix/",
2910
- "type": "input"
2888
+ "type": "input",
2889
+ "placeholder": "path/prefix/"
2911
2890
  },
2912
2891
  {
2913
- "placeholder": "File content...",
2914
- "type": "textarea"
2892
+ "type": "textarea",
2893
+ "placeholder": "File content..."
2915
2894
  },
2916
2895
  {
2917
- "type": "stack",
2918
- "direction": "horizontal",
2919
- "gap": "sm",
2920
2896
  "children": [
2921
2897
  {
2898
+ "action": "UPLOAD_FILE",
2899
+ "label": "Upload",
2922
2900
  "icon": "upload",
2923
2901
  "type": "button",
2924
- "variant": "primary",
2925
- "action": "UPLOAD_FILE",
2926
- "label": "Upload"
2902
+ "variant": "primary"
2927
2903
  },
2928
2904
  {
2929
- "action": "DOWNLOAD_FILE",
2930
- "icon": "download",
2931
2905
  "label": "Download",
2932
2906
  "variant": "secondary",
2933
- "type": "button"
2907
+ "action": "DOWNLOAD_FILE",
2908
+ "type": "button",
2909
+ "icon": "download"
2934
2910
  },
2935
2911
  {
2936
2912
  "label": "List",
2913
+ "icon": "list",
2937
2914
  "action": "LIST_FILES",
2938
2915
  "type": "button",
2939
- "variant": "secondary",
2940
- "icon": "list"
2916
+ "variant": "secondary"
2941
2917
  },
2942
2918
  {
2943
2919
  "variant": "danger",
2944
- "action": "DELETE_FILE",
2945
- "label": "Delete",
2920
+ "icon": "trash-2",
2946
2921
  "type": "button",
2947
- "icon": "trash-2"
2922
+ "label": "Delete",
2923
+ "action": "DELETE_FILE"
2948
2924
  }
2949
2925
  ],
2926
+ "direction": "horizontal",
2927
+ "gap": "sm",
2928
+ "type": "stack",
2950
2929
  "justify": "center"
2951
2930
  }
2952
2931
  ],
2953
- "align": "stretch",
2954
- "direction": "vertical"
2932
+ "gap": "lg"
2955
2933
  }
2956
2934
  ],
2957
- "type": "dashboard-layout"
2935
+ "appName": "ResearchAssistant",
2936
+ "navItems": [
2937
+ {
2938
+ "icon": "search",
2939
+ "label": "Research",
2940
+ "href": "/research"
2941
+ },
2942
+ {
2943
+ "href": "/cache",
2944
+ "label": "Cache",
2945
+ "icon": "database"
2946
+ },
2947
+ {
2948
+ "href": "/reports",
2949
+ "icon": "file-text",
2950
+ "label": "Reports"
2951
+ },
2952
+ {
2953
+ "label": "Knowledge",
2954
+ "href": "/knowledge",
2955
+ "icon": "book-open"
2956
+ }
2957
+ ]
2958
2958
  }
2959
2959
  ]
2960
2960
  ]
@@ -3194,8 +3194,8 @@
3194
3194
  "KnowledgeQuery",
3195
3195
  {
3196
3196
  "emit": {
3197
- "success": "KnowledgeQueryLoaded",
3198
- "failure": "KnowledgeQueryLoadFailed"
3197
+ "failure": "KnowledgeQueryLoadFailed",
3198
+ "success": "KnowledgeQueryLoaded"
3199
3199
  }
3200
3200
  }
3201
3201
  ],
@@ -3203,21 +3203,42 @@
3203
3203
  "render-ui",
3204
3204
  "main",
3205
3205
  {
3206
- "appName": "ResearchAssistant",
3207
- "type": "dashboard-layout",
3206
+ "navItems": [
3207
+ {
3208
+ "icon": "search",
3209
+ "label": "Research",
3210
+ "href": "/research"
3211
+ },
3212
+ {
3213
+ "href": "/cache",
3214
+ "icon": "database",
3215
+ "label": "Cache"
3216
+ },
3217
+ {
3218
+ "label": "Reports",
3219
+ "icon": "file-text",
3220
+ "href": "/reports"
3221
+ },
3222
+ {
3223
+ "href": "/knowledge",
3224
+ "icon": "book-open",
3225
+ "label": "Knowledge"
3226
+ }
3227
+ ],
3208
3228
  "children": [
3209
3229
  {
3210
3230
  "type": "stack",
3231
+ "direction": "vertical",
3211
3232
  "align": "center",
3212
3233
  "gap": "lg",
3213
3234
  "children": [
3214
3235
  {
3215
- "type": "icon",
3216
- "name": "shield"
3236
+ "name": "shield",
3237
+ "type": "icon"
3217
3238
  },
3218
3239
  {
3219
- "content": "Bearer API Tester",
3220
3240
  "type": "typography",
3241
+ "content": "Bearer API Tester",
3221
3242
  "variant": "h2"
3222
3243
  },
3223
3244
  {
@@ -3231,12 +3252,12 @@
3231
3252
  "value": "GET"
3232
3253
  },
3233
3254
  {
3234
- "label": "POST",
3235
- "value": "POST"
3255
+ "value": "POST",
3256
+ "label": "POST"
3236
3257
  },
3237
3258
  {
3238
- "label": "PUT",
3239
- "value": "PUT"
3259
+ "value": "PUT",
3260
+ "label": "PUT"
3240
3261
  },
3241
3262
  {
3242
3263
  "value": "DELETE",
@@ -3246,42 +3267,21 @@
3246
3267
  "type": "select"
3247
3268
  },
3248
3269
  {
3249
- "type": "textarea",
3250
- "placeholder": "JSON request body"
3270
+ "placeholder": "JSON request body",
3271
+ "type": "textarea"
3251
3272
  },
3252
3273
  {
3253
- "icon": "send",
3254
- "variant": "primary",
3255
3274
  "action": "CALL_API",
3275
+ "type": "button",
3256
3276
  "label": "Send Request",
3257
- "type": "button"
3258
- }
3259
- ],
3260
- "direction": "vertical"
3261
- }
3262
- ],
3263
- "navItems": [
3264
- {
3265
- "label": "Research",
3266
- "href": "/research",
3267
- "icon": "search"
3268
- },
3269
- {
3270
- "href": "/cache",
3271
- "icon": "database",
3272
- "label": "Cache"
3273
- },
3274
- {
3275
- "icon": "file-text",
3276
- "label": "Reports",
3277
- "href": "/reports"
3278
- },
3279
- {
3280
- "href": "/knowledge",
3281
- "label": "Knowledge",
3282
- "icon": "book-open"
3277
+ "variant": "primary",
3278
+ "icon": "send"
3279
+ }
3280
+ ]
3283
3281
  }
3284
- ]
3282
+ ],
3283
+ "appName": "ResearchAssistant",
3284
+ "type": "dashboard-layout"
3285
3285
  }
3286
3286
  ]
3287
3287
  ]
@@ -3296,34 +3296,34 @@
3296
3296
  "main",
3297
3297
  {
3298
3298
  "type": "dashboard-layout",
3299
+ "appName": "ResearchAssistant",
3299
3300
  "navItems": [
3300
3301
  {
3301
- "label": "Research",
3302
+ "icon": "search",
3302
3303
  "href": "/research",
3303
- "icon": "search"
3304
+ "label": "Research"
3304
3305
  },
3305
3306
  {
3306
- "icon": "database",
3307
+ "label": "Cache",
3307
3308
  "href": "/cache",
3308
- "label": "Cache"
3309
+ "icon": "database"
3309
3310
  },
3310
3311
  {
3311
- "label": "Reports",
3312
3312
  "href": "/reports",
3313
- "icon": "file-text"
3313
+ "icon": "file-text",
3314
+ "label": "Reports"
3314
3315
  },
3315
3316
  {
3317
+ "icon": "book-open",
3316
3318
  "label": "Knowledge",
3317
- "href": "/knowledge",
3318
- "icon": "book-open"
3319
+ "href": "/knowledge"
3319
3320
  }
3320
3321
  ],
3321
- "appName": "ResearchAssistant",
3322
3322
  "children": [
3323
3323
  {
3324
+ "message": "Sending request to knowledgequery endpoint...",
3324
3325
  "type": "loading-state",
3325
- "title": "Calling API...",
3326
- "message": "Sending request to knowledgequery endpoint..."
3326
+ "title": "Calling API..."
3327
3327
  }
3328
3328
  ]
3329
3329
  }
@@ -3333,9 +3333,9 @@
3333
3333
  "custom-bearer-api",
3334
3334
  "execute",
3335
3335
  {
3336
+ "endpoint": "@entity.endpoint",
3336
3337
  "method": "@entity.method",
3337
- "body": "@entity.requestBody",
3338
- "endpoint": "@entity.endpoint"
3338
+ "body": "@entity.requestBody"
3339
3339
  }
3340
3340
  ]
3341
3341
  ]
@@ -3359,11 +3359,12 @@
3359
3359
  "render-ui",
3360
3360
  "main",
3361
3361
  {
3362
+ "type": "dashboard-layout",
3362
3363
  "navItems": [
3363
3364
  {
3364
- "label": "Research",
3365
+ "href": "/research",
3365
3366
  "icon": "search",
3366
- "href": "/research"
3367
+ "label": "Research"
3367
3368
  },
3368
3369
  {
3369
3370
  "href": "/cache",
@@ -3371,27 +3372,30 @@
3371
3372
  "label": "Cache"
3372
3373
  },
3373
3374
  {
3374
- "href": "/reports",
3375
3375
  "label": "Reports",
3376
+ "href": "/reports",
3376
3377
  "icon": "file-text"
3377
3378
  },
3378
3379
  {
3379
- "href": "/knowledge",
3380
+ "label": "Knowledge",
3380
3381
  "icon": "book-open",
3381
- "label": "Knowledge"
3382
+ "href": "/knowledge"
3382
3383
  }
3383
3384
  ],
3385
+ "appName": "ResearchAssistant",
3384
3386
  "children": [
3385
3387
  {
3388
+ "type": "stack",
3389
+ "gap": "lg",
3386
3390
  "children": [
3387
3391
  {
3388
- "type": "icon",
3389
- "name": "check-circle"
3392
+ "name": "check-circle",
3393
+ "type": "icon"
3390
3394
  },
3391
3395
  {
3392
- "variant": "h2",
3393
3396
  "type": "typography",
3394
- "content": "Response"
3397
+ "content": "Response",
3398
+ "variant": "h2"
3395
3399
  },
3396
3400
  {
3397
3401
  "label": "@entity.statusCode",
@@ -3400,25 +3404,21 @@
3400
3404
  },
3401
3405
  {
3402
3406
  "type": "code",
3403
- "language": "json",
3404
- "content": "@entity.responseData"
3407
+ "content": "@entity.responseData",
3408
+ "language": "json"
3405
3409
  },
3406
3410
  {
3407
- "action": "RESET",
3408
- "icon": "rotate-ccw",
3409
3411
  "variant": "ghost",
3412
+ "label": "New Request",
3410
3413
  "type": "button",
3411
- "label": "New Request"
3414
+ "action": "RESET",
3415
+ "icon": "rotate-ccw"
3412
3416
  }
3413
3417
  ],
3414
- "gap": "lg",
3415
- "type": "stack",
3416
- "direction": "vertical",
3417
- "align": "center"
3418
+ "align": "center",
3419
+ "direction": "vertical"
3418
3420
  }
3419
- ],
3420
- "type": "dashboard-layout",
3421
- "appName": "ResearchAssistant"
3421
+ ]
3422
3422
  }
3423
3423
  ]
3424
3424
  ]
@@ -3437,6 +3437,7 @@
3437
3437
  "render-ui",
3438
3438
  "main",
3439
3439
  {
3440
+ "appName": "ResearchAssistant",
3440
3441
  "type": "dashboard-layout",
3441
3442
  "navItems": [
3442
3443
  {
@@ -3446,26 +3447,25 @@
3446
3447
  },
3447
3448
  {
3448
3449
  "href": "/cache",
3449
- "label": "Cache",
3450
- "icon": "database"
3450
+ "icon": "database",
3451
+ "label": "Cache"
3451
3452
  },
3452
3453
  {
3454
+ "icon": "file-text",
3453
3455
  "label": "Reports",
3454
- "href": "/reports",
3455
- "icon": "file-text"
3456
+ "href": "/reports"
3456
3457
  },
3457
3458
  {
3458
- "label": "Knowledge",
3459
3459
  "href": "/knowledge",
3460
+ "label": "Knowledge",
3460
3461
  "icon": "book-open"
3461
3462
  }
3462
3463
  ],
3463
- "appName": "ResearchAssistant",
3464
3464
  "children": [
3465
3465
  {
3466
3466
  "title": "Request Failed",
3467
- "message": "@entity.error",
3468
3467
  "type": "error-state",
3468
+ "message": "@entity.error",
3469
3469
  "onRetry": "RETRY"
3470
3470
  }
3471
3471
  ]
@@ -3485,42 +3485,41 @@
3485
3485
  "appName": "ResearchAssistant",
3486
3486
  "navItems": [
3487
3487
  {
3488
- "label": "Research",
3489
3488
  "icon": "search",
3489
+ "label": "Research",
3490
3490
  "href": "/research"
3491
3491
  },
3492
3492
  {
3493
- "icon": "database",
3493
+ "href": "/cache",
3494
3494
  "label": "Cache",
3495
- "href": "/cache"
3495
+ "icon": "database"
3496
3496
  },
3497
3497
  {
3498
3498
  "label": "Reports",
3499
- "icon": "file-text",
3500
- "href": "/reports"
3499
+ "href": "/reports",
3500
+ "icon": "file-text"
3501
3501
  },
3502
3502
  {
3503
+ "label": "Knowledge",
3503
3504
  "icon": "book-open",
3504
- "href": "/knowledge",
3505
- "label": "Knowledge"
3505
+ "href": "/knowledge"
3506
3506
  }
3507
3507
  ],
3508
- "type": "dashboard-layout",
3509
3508
  "children": [
3510
3509
  {
3511
3510
  "children": [
3512
3511
  {
3513
- "name": "shield",
3514
- "type": "icon"
3512
+ "type": "icon",
3513
+ "name": "shield"
3515
3514
  },
3516
3515
  {
3517
- "variant": "h2",
3518
3516
  "type": "typography",
3519
- "content": "Bearer API Tester"
3517
+ "content": "Bearer API Tester",
3518
+ "variant": "h2"
3520
3519
  },
3521
3520
  {
3522
- "type": "input",
3523
- "placeholder": "/users"
3521
+ "placeholder": "/users",
3522
+ "type": "input"
3524
3523
  },
3525
3524
  {
3526
3525
  "options": [
@@ -3529,38 +3528,39 @@
3529
3528
  "value": "GET"
3530
3529
  },
3531
3530
  {
3532
- "label": "POST",
3533
- "value": "POST"
3531
+ "value": "POST",
3532
+ "label": "POST"
3534
3533
  },
3535
3534
  {
3536
3535
  "value": "PUT",
3537
3536
  "label": "PUT"
3538
3537
  },
3539
3538
  {
3540
- "label": "DELETE",
3541
- "value": "DELETE"
3539
+ "value": "DELETE",
3540
+ "label": "DELETE"
3542
3541
  }
3543
3542
  ],
3544
3543
  "type": "select"
3545
3544
  },
3546
3545
  {
3547
- "placeholder": "JSON request body",
3548
- "type": "textarea"
3546
+ "type": "textarea",
3547
+ "placeholder": "JSON request body"
3549
3548
  },
3550
3549
  {
3551
3550
  "type": "button",
3552
- "variant": "primary",
3553
3551
  "label": "Send Request",
3552
+ "variant": "primary",
3554
3553
  "action": "CALL_API",
3555
3554
  "icon": "send"
3556
3555
  }
3557
3556
  ],
3558
- "direction": "vertical",
3559
- "align": "center",
3557
+ "type": "stack",
3560
3558
  "gap": "lg",
3561
- "type": "stack"
3559
+ "align": "center",
3560
+ "direction": "vertical"
3562
3561
  }
3563
- ]
3562
+ ],
3563
+ "type": "dashboard-layout"
3564
3564
  }
3565
3565
  ]
3566
3566
  ]
@@ -3574,20 +3574,42 @@
3574
3574
  "render-ui",
3575
3575
  "main",
3576
3576
  {
3577
+ "navItems": [
3578
+ {
3579
+ "icon": "search",
3580
+ "label": "Research",
3581
+ "href": "/research"
3582
+ },
3583
+ {
3584
+ "icon": "database",
3585
+ "label": "Cache",
3586
+ "href": "/cache"
3587
+ },
3588
+ {
3589
+ "href": "/reports",
3590
+ "icon": "file-text",
3591
+ "label": "Reports"
3592
+ },
3593
+ {
3594
+ "icon": "book-open",
3595
+ "href": "/knowledge",
3596
+ "label": "Knowledge"
3597
+ }
3598
+ ],
3599
+ "type": "dashboard-layout",
3600
+ "appName": "ResearchAssistant",
3577
3601
  "children": [
3578
3602
  {
3579
- "align": "center",
3580
3603
  "direction": "vertical",
3581
- "type": "stack",
3582
3604
  "children": [
3583
3605
  {
3584
3606
  "name": "shield",
3585
3607
  "type": "icon"
3586
3608
  },
3587
3609
  {
3588
- "type": "typography",
3589
3610
  "content": "Bearer API Tester",
3590
- "variant": "h2"
3611
+ "variant": "h2",
3612
+ "type": "typography"
3591
3613
  },
3592
3614
  {
3593
3615
  "type": "input",
@@ -3609,38 +3631,52 @@
3609
3631
  "label": "PUT"
3610
3632
  },
3611
3633
  {
3612
- "value": "DELETE",
3613
- "label": "DELETE"
3634
+ "label": "DELETE",
3635
+ "value": "DELETE"
3614
3636
  }
3615
3637
  ]
3616
3638
  },
3617
3639
  {
3618
- "type": "textarea",
3619
- "placeholder": "JSON request body"
3640
+ "placeholder": "JSON request body",
3641
+ "type": "textarea"
3620
3642
  },
3621
3643
  {
3622
- "action": "CALL_API",
3623
3644
  "type": "button",
3624
- "variant": "primary",
3645
+ "action": "CALL_API",
3646
+ "icon": "send",
3625
3647
  "label": "Send Request",
3626
- "icon": "send"
3648
+ "variant": "primary"
3627
3649
  }
3628
3650
  ],
3629
- "gap": "lg"
3651
+ "gap": "lg",
3652
+ "type": "stack",
3653
+ "align": "center"
3630
3654
  }
3631
- ],
3632
- "type": "dashboard-layout",
3655
+ ]
3656
+ }
3657
+ ]
3658
+ ]
3659
+ },
3660
+ {
3661
+ "from": "error",
3662
+ "to": "idle",
3663
+ "event": "RESET",
3664
+ "effects": [
3665
+ [
3666
+ "render-ui",
3667
+ "main",
3668
+ {
3633
3669
  "appName": "ResearchAssistant",
3634
3670
  "navItems": [
3635
3671
  {
3636
3672
  "href": "/research",
3637
- "icon": "search",
3638
- "label": "Research"
3673
+ "label": "Research",
3674
+ "icon": "search"
3639
3675
  },
3640
3676
  {
3641
3677
  "href": "/cache",
3642
- "icon": "database",
3643
- "label": "Cache"
3678
+ "label": "Cache",
3679
+ "icon": "database"
3644
3680
  },
3645
3681
  {
3646
3682
  "icon": "file-text",
@@ -3648,32 +3684,20 @@
3648
3684
  "href": "/reports"
3649
3685
  },
3650
3686
  {
3651
- "label": "Knowledge",
3652
3687
  "icon": "book-open",
3653
- "href": "/knowledge"
3688
+ "href": "/knowledge",
3689
+ "label": "Knowledge"
3654
3690
  }
3655
- ]
3656
- }
3657
- ]
3658
- ]
3659
- },
3660
- {
3661
- "from": "error",
3662
- "to": "idle",
3663
- "event": "RESET",
3664
- "effects": [
3665
- [
3666
- "render-ui",
3667
- "main",
3668
- {
3669
- "type": "dashboard-layout",
3691
+ ],
3670
3692
  "children": [
3671
3693
  {
3694
+ "align": "center",
3672
3695
  "gap": "lg",
3696
+ "direction": "vertical",
3673
3697
  "children": [
3674
3698
  {
3675
- "type": "icon",
3676
- "name": "shield"
3699
+ "name": "shield",
3700
+ "type": "icon"
3677
3701
  },
3678
3702
  {
3679
3703
  "content": "Bearer API Tester",
@@ -3685,15 +3709,14 @@
3685
3709
  "placeholder": "/users"
3686
3710
  },
3687
3711
  {
3688
- "type": "select",
3689
3712
  "options": [
3690
3713
  {
3691
3714
  "label": "GET",
3692
3715
  "value": "GET"
3693
3716
  },
3694
3717
  {
3695
- "label": "POST",
3696
- "value": "POST"
3718
+ "value": "POST",
3719
+ "label": "POST"
3697
3720
  },
3698
3721
  {
3699
3722
  "value": "PUT",
@@ -3703,48 +3726,25 @@
3703
3726
  "label": "DELETE",
3704
3727
  "value": "DELETE"
3705
3728
  }
3706
- ]
3729
+ ],
3730
+ "type": "select"
3707
3731
  },
3708
3732
  {
3709
3733
  "type": "textarea",
3710
3734
  "placeholder": "JSON request body"
3711
3735
  },
3712
3736
  {
3737
+ "label": "Send Request",
3713
3738
  "action": "CALL_API",
3714
- "icon": "send",
3715
3739
  "type": "button",
3716
- "label": "Send Request",
3740
+ "icon": "send",
3717
3741
  "variant": "primary"
3718
3742
  }
3719
3743
  ],
3720
- "direction": "vertical",
3721
- "type": "stack",
3722
- "align": "center"
3723
- }
3724
- ],
3725
- "navItems": [
3726
- {
3727
- "href": "/research",
3728
- "icon": "search",
3729
- "label": "Research"
3730
- },
3731
- {
3732
- "icon": "database",
3733
- "href": "/cache",
3734
- "label": "Cache"
3735
- },
3736
- {
3737
- "icon": "file-text",
3738
- "href": "/reports",
3739
- "label": "Reports"
3740
- },
3741
- {
3742
- "label": "Knowledge",
3743
- "href": "/knowledge",
3744
- "icon": "book-open"
3744
+ "type": "stack"
3745
3745
  }
3746
3746
  ],
3747
- "appName": "ResearchAssistant"
3747
+ "type": "dashboard-layout"
3748
3748
  }
3749
3749
  ]
3750
3750
  ]