@almadar/std 8.4.2 → 9.0.0

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