@almadar/std 8.5.1 → 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 +1219 -1219
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  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 +49 -49
  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 +1092 -1092
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  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 +1219 -1219
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  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 +49 -49
  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 +1092 -1092
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  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,7 +103,7 @@
103
103
  {
104
104
  "event": "ResearchRedisCompleted",
105
105
  "scope": "internal",
106
- "payload": [
106
+ "payloadSchema": [
107
107
  {
108
108
  "name": "data",
109
109
  "type": "object"
@@ -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,7 +127,7 @@
127
127
  {
128
128
  "event": "ResearchStorageCompleted",
129
129
  "scope": "internal",
130
- "payload": [
130
+ "payloadSchema": [
131
131
  {
132
132
  "name": "data",
133
133
  "type": "object"
@@ -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,7 +151,7 @@
151
151
  {
152
152
  "event": "ResearchCustomBearerApiCompleted",
153
153
  "scope": "internal",
154
- "payload": [
154
+ "payloadSchema": [
155
155
  {
156
156
  "name": "data",
157
157
  "type": "object"
@@ -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,7 +318,7 @@
318
318
  {
319
319
  "key": "ResearchRedisCompleted",
320
320
  "name": "Research redis completed",
321
- "payload": [
321
+ "payloadSchema": [
322
322
  {
323
323
  "name": "data",
324
324
  "type": "object"
@@ -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,7 +342,7 @@
342
342
  {
343
343
  "key": "ResearchStorageCompleted",
344
344
  "name": "Research storage completed",
345
- "payload": [
345
+ "payloadSchema": [
346
346
  {
347
347
  "name": "data",
348
348
  "type": "object"
@@ -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,7 +366,7 @@
366
366
  {
367
367
  "key": "ResearchCustomBearerApiCompleted",
368
368
  "name": "Research custom bearer api completed",
369
- "payload": [
369
+ "payloadSchema": [
370
370
  {
371
371
  "name": "data",
372
372
  "type": "object"
@@ -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"
@@ -400,16 +400,15 @@
400
400
  {
401
401
  "children": [
402
402
  {
403
- "type": "stack",
404
403
  "gap": "lg",
404
+ "type": "stack",
405
+ "direction": "vertical",
405
406
  "children": [
406
407
  {
407
- "gap": "sm",
408
- "type": "stack",
409
408
  "children": [
410
409
  {
411
- "name": "search",
412
- "type": "icon"
410
+ "type": "icon",
411
+ "name": "search"
413
412
  },
414
413
  {
415
414
  "content": "Content Research",
@@ -417,8 +416,10 @@
417
416
  "type": "typography"
418
417
  }
419
418
  ],
420
- "align": "center",
421
- "direction": "horizontal"
419
+ "direction": "horizontal",
420
+ "gap": "sm",
421
+ "type": "stack",
422
+ "align": "center"
422
423
  },
423
424
  {
424
425
  "type": "divider"
@@ -430,18 +431,18 @@
430
431
  "type": "stack",
431
432
  "children": [
432
433
  {
433
- "content": "Search YouTube for content to summarize",
434
+ "variant": "body",
434
435
  "type": "typography",
435
- "variant": "body"
436
+ "content": "Search YouTube for content to summarize"
436
437
  },
437
438
  {
439
+ "submitEvent": "SEARCH",
438
440
  "mode": "edit",
441
+ "entity": "@entity",
442
+ "type": "form-section",
439
443
  "fields": [
440
444
  "query"
441
- ],
442
- "type": "form-section",
443
- "submitEvent": "SEARCH",
444
- "entity": "@entity"
445
+ ]
445
446
  }
446
447
  ],
447
448
  "direction": "vertical",
@@ -449,34 +450,33 @@
449
450
  }
450
451
  ]
451
452
  }
452
- ],
453
- "direction": "vertical"
453
+ ]
454
454
  }
455
455
  ],
456
- "type": "dashboard-layout",
457
- "appName": "ResearchAssistant",
458
456
  "navItems": [
459
457
  {
460
- "label": "Research",
461
458
  "href": "/research",
459
+ "label": "Research",
462
460
  "icon": "search"
463
461
  },
464
462
  {
465
- "href": "/cache",
466
463
  "icon": "database",
467
- "label": "Cache"
464
+ "label": "Cache",
465
+ "href": "/cache"
468
466
  },
469
467
  {
470
- "icon": "file-text",
468
+ "href": "/reports",
471
469
  "label": "Reports",
472
- "href": "/reports"
470
+ "icon": "file-text"
473
471
  },
474
472
  {
475
473
  "href": "/knowledge",
476
474
  "label": "Knowledge",
477
475
  "icon": "book-open"
478
476
  }
479
- ]
477
+ ],
478
+ "appName": "ResearchAssistant",
479
+ "type": "dashboard-layout"
480
480
  }
481
481
  ]
482
482
  ]
@@ -496,14 +496,14 @@
496
496
  "youtube",
497
497
  "search",
498
498
  {
499
- "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": {
505
- "failure": "ResearchYoutubeFailed",
506
- "success": "ResearchYoutubeCompleted"
505
+ "success": "ResearchYoutubeCompleted",
506
+ "failure": "ResearchYoutubeFailed"
507
507
  }
508
508
  }
509
509
  ],
@@ -511,57 +511,57 @@
511
511
  "render-ui",
512
512
  "main",
513
513
  {
514
- "appName": "ResearchAssistant",
515
514
  "navItems": [
516
515
  {
516
+ "icon": "search",
517
517
  "label": "Research",
518
- "href": "/research",
519
- "icon": "search"
518
+ "href": "/research"
520
519
  },
521
520
  {
522
- "label": "Cache",
521
+ "icon": "database",
523
522
  "href": "/cache",
524
- "icon": "database"
523
+ "label": "Cache"
525
524
  },
526
525
  {
527
- "icon": "file-text",
528
526
  "label": "Reports",
529
- "href": "/reports"
527
+ "href": "/reports",
528
+ "icon": "file-text"
530
529
  },
531
530
  {
531
+ "icon": "book-open",
532
532
  "label": "Knowledge",
533
- "href": "/knowledge",
534
- "icon": "book-open"
533
+ "href": "/knowledge"
535
534
  }
536
535
  ],
537
- "type": "dashboard-layout",
538
536
  "children": [
539
537
  {
540
- "direction": "vertical",
541
- "type": "stack",
542
- "gap": "lg",
543
538
  "children": [
544
539
  {
545
- "type": "icon",
546
- "name": "search"
540
+ "name": "search",
541
+ "type": "icon"
547
542
  },
548
543
  {
549
- "type": "typography",
550
544
  "content": "Searching YouTube...",
551
- "variant": "h3"
545
+ "variant": "h3",
546
+ "type": "typography"
552
547
  },
553
548
  {
554
549
  "type": "spinner"
555
550
  },
556
551
  {
552
+ "type": "typography",
557
553
  "content": "@entity.query",
558
- "variant": "caption",
559
- "type": "typography"
554
+ "variant": "caption"
560
555
  }
561
556
  ],
562
- "align": "center"
557
+ "type": "stack",
558
+ "align": "center",
559
+ "direction": "vertical",
560
+ "gap": "lg"
563
561
  }
564
- ]
562
+ ],
563
+ "appName": "ResearchAssistant",
564
+ "type": "dashboard-layout"
565
565
  }
566
566
  ]
567
567
  ]
@@ -580,20 +580,39 @@
580
580
  "render-ui",
581
581
  "main",
582
582
  {
583
- "appName": "ResearchAssistant",
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",
607
+ "direction": "vertical",
587
608
  "gap": "lg",
609
+ "type": "stack",
588
610
  "children": [
589
611
  {
590
- "direction": "horizontal",
591
- "justify": "between",
592
- "align": "center",
593
- "type": "stack",
594
612
  "children": [
595
613
  {
596
- "gap": "sm",
614
+ "direction": "horizontal",
615
+ "type": "stack",
597
616
  "align": "center",
598
617
  "children": [
599
618
  {
@@ -606,17 +625,20 @@
606
625
  "variant": "h2"
607
626
  }
608
627
  ],
609
- "direction": "horizontal",
610
- "type": "stack"
628
+ "gap": "sm"
611
629
  },
612
630
  {
631
+ "type": "button",
613
632
  "action": "RESET",
614
- "variant": "ghost",
615
633
  "icon": "rotate-ccw",
616
634
  "label": "New Search",
617
- "type": "button"
635
+ "variant": "ghost"
618
636
  }
619
637
  ],
638
+ "direction": "horizontal",
639
+ "type": "stack",
640
+ "align": "center",
641
+ "justify": "between",
620
642
  "gap": "sm"
621
643
  },
622
644
  {
@@ -627,52 +649,30 @@
627
649
  "itemActions": [
628
650
  {
629
651
  "label": "Summarize",
630
- "event": "SELECT_AND_SUMMARIZE",
631
- "variant": "primary"
652
+ "variant": "primary",
653
+ "event": "SELECT_AND_SUMMARIZE"
632
654
  }
633
655
  ],
634
- "fields": [],
635
656
  "columns": [
636
657
  {
658
+ "label": "Title",
637
659
  "variant": "h4",
638
660
  "icon": "video",
639
- "name": "videoTitle",
640
- "label": "Title"
661
+ "name": "videoTitle"
641
662
  },
642
663
  {
643
664
  "label": "Description",
644
- "name": "videoDescription",
645
- "variant": "caption"
665
+ "variant": "caption",
666
+ "name": "videoDescription"
646
667
  }
647
668
  ],
648
- "entity": "@payload.results"
669
+ "entity": "@payload.results",
670
+ "fields": []
649
671
  }
650
- ],
651
- "direction": "vertical"
652
- }
653
- ],
654
- "navItems": [
655
- {
656
- "label": "Research",
657
- "href": "/research",
658
- "icon": "search"
659
- },
660
- {
661
- "label": "Cache",
662
- "href": "/cache",
663
- "icon": "database"
664
- },
665
- {
666
- "label": "Reports",
667
- "href": "/reports",
668
- "icon": "file-text"
669
- },
670
- {
671
- "icon": "book-open",
672
- "href": "/knowledge",
673
- "label": "Knowledge"
672
+ ]
674
673
  }
675
674
  ],
675
+ "appName": "ResearchAssistant",
676
676
  "type": "dashboard-layout"
677
677
  }
678
678
  ]
@@ -698,40 +698,22 @@
698
698
  "main",
699
699
  {
700
700
  "appName": "ResearchAssistant",
701
- "navItems": [
702
- {
703
- "href": "/research",
704
- "label": "Research",
705
- "icon": "search"
706
- },
707
- {
708
- "icon": "database",
709
- "label": "Cache",
710
- "href": "/cache"
711
- },
712
- {
713
- "icon": "file-text",
714
- "label": "Reports",
715
- "href": "/reports"
716
- },
717
- {
718
- "label": "Knowledge",
719
- "href": "/knowledge",
720
- "icon": "book-open"
721
- }
722
- ],
723
701
  "type": "dashboard-layout",
724
702
  "children": [
725
703
  {
704
+ "direction": "vertical",
705
+ "type": "stack",
706
+ "gap": "lg",
707
+ "align": "center",
726
708
  "children": [
727
709
  {
728
- "type": "icon",
729
- "name": "alert-triangle"
710
+ "name": "alert-triangle",
711
+ "type": "icon"
730
712
  },
731
713
  {
732
- "type": "typography",
714
+ "variant": "h2",
733
715
  "content": "Pipeline Error",
734
- "variant": "h2"
716
+ "type": "typography"
735
717
  },
736
718
  {
737
719
  "type": "alert",
@@ -740,16 +722,34 @@
740
722
  },
741
723
  {
742
724
  "type": "button",
743
- "variant": "primary",
744
725
  "label": "Try Again",
745
- "icon": "rotate-ccw",
746
- "action": "RESET"
726
+ "action": "RESET",
727
+ "variant": "primary",
728
+ "icon": "rotate-ccw"
747
729
  }
748
- ],
749
- "align": "center",
750
- "type": "stack",
751
- "direction": "vertical",
752
- "gap": "lg"
730
+ ]
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
753
  }
754
754
  ]
755
755
  }
@@ -775,8 +775,8 @@
775
775
  },
776
776
  {
777
777
  "emit": {
778
- "success": "ResearchYoutubeCompleted",
779
- "failure": "ResearchYoutubeFailed"
778
+ "failure": "ResearchYoutubeFailed",
779
+ "success": "ResearchYoutubeCompleted"
780
780
  }
781
781
  }
782
782
  ],
@@ -792,9 +792,9 @@
792
792
  "name": "cpu"
793
793
  },
794
794
  {
795
- "type": "typography",
796
795
  "content": "Fetching & summarizing...",
797
- "variant": "h3"
796
+ "variant": "h3",
797
+ "type": "typography"
798
798
  },
799
799
  {
800
800
  "type": "spinner"
@@ -805,9 +805,9 @@
805
805
  "variant": "caption"
806
806
  }
807
807
  ],
808
- "direction": "vertical",
809
808
  "type": "stack",
810
809
  "align": "center",
810
+ "direction": "vertical",
811
811
  "gap": "lg"
812
812
  }
813
813
  ],
@@ -819,22 +819,22 @@
819
819
  },
820
820
  {
821
821
  "icon": "database",
822
- "label": "Cache",
823
- "href": "/cache"
822
+ "href": "/cache",
823
+ "label": "Cache"
824
824
  },
825
825
  {
826
- "href": "/reports",
827
826
  "label": "Reports",
828
- "icon": "file-text"
827
+ "icon": "file-text",
828
+ "href": "/reports"
829
829
  },
830
830
  {
831
- "icon": "book-open",
832
831
  "href": "/knowledge",
833
- "label": "Knowledge"
832
+ "label": "Knowledge",
833
+ "icon": "book-open"
834
834
  }
835
835
  ],
836
- "type": "dashboard-layout",
837
- "appName": "ResearchAssistant"
836
+ "appName": "ResearchAssistant",
837
+ "type": "dashboard-layout"
838
838
  }
839
839
  ]
840
840
  ]
@@ -853,49 +853,26 @@
853
853
  "render-ui",
854
854
  "main",
855
855
  {
856
- "appName": "ResearchAssistant",
857
- "navItems": [
858
- {
859
- "href": "/research",
860
- "icon": "search",
861
- "label": "Research"
862
- },
863
- {
864
- "label": "Cache",
865
- "href": "/cache",
866
- "icon": "database"
867
- },
868
- {
869
- "label": "Reports",
870
- "href": "/reports",
871
- "icon": "file-text"
872
- },
873
- {
874
- "href": "/knowledge",
875
- "label": "Knowledge",
876
- "icon": "book-open"
877
- }
878
- ],
879
856
  "type": "dashboard-layout",
880
857
  "children": [
881
858
  {
882
859
  "children": [
883
860
  {
884
- "align": "center",
861
+ "gap": "sm",
885
862
  "children": [
886
863
  {
887
864
  "type": "icon",
888
865
  "name": "search"
889
866
  },
890
867
  {
891
- "type": "typography",
892
868
  "variant": "h2",
893
- "content": "Content Research"
869
+ "content": "Content Research",
870
+ "type": "typography"
894
871
  }
895
872
  ],
873
+ "direction": "horizontal",
896
874
  "type": "stack",
897
- "gap": "sm",
898
- "direction": "horizontal"
875
+ "align": "center"
899
876
  },
900
877
  {
901
878
  "type": "divider"
@@ -904,32 +881,55 @@
904
881
  "type": "card",
905
882
  "children": [
906
883
  {
907
- "type": "stack",
908
- "gap": "md",
884
+ "direction": "vertical",
909
885
  "children": [
910
886
  {
911
- "type": "typography",
912
887
  "variant": "body",
888
+ "type": "typography",
913
889
  "content": "Search YouTube for content to summarize"
914
890
  },
915
891
  {
916
- "type": "form-section",
917
892
  "entity": "@entity",
918
- "mode": "edit",
893
+ "type": "form-section",
919
894
  "fields": [
920
895
  "query"
921
896
  ],
897
+ "mode": "edit",
922
898
  "submitEvent": "SEARCH"
923
899
  }
924
900
  ],
925
- "direction": "vertical"
901
+ "gap": "md",
902
+ "type": "stack"
926
903
  }
927
904
  ]
928
905
  }
929
906
  ],
930
907
  "type": "stack",
931
- "direction": "vertical",
932
- "gap": "lg"
908
+ "gap": "lg",
909
+ "direction": "vertical"
910
+ }
911
+ ],
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
933
  }
934
934
  ]
935
935
  }
@@ -960,8 +960,8 @@
960
960
  },
961
961
  {
962
962
  "emit": {
963
- "failure": "ResearchLlmFailed",
964
- "success": "ResearchLlmCompleted"
963
+ "success": "ResearchLlmCompleted",
964
+ "failure": "ResearchLlmFailed"
965
965
  }
966
966
  }
967
967
  ]
@@ -986,59 +986,78 @@
986
986
  "render-ui",
987
987
  "main",
988
988
  {
989
+ "navItems": [
990
+ {
991
+ "icon": "search",
992
+ "label": "Research",
993
+ "href": "/research"
994
+ },
995
+ {
996
+ "href": "/cache",
997
+ "icon": "database",
998
+ "label": "Cache"
999
+ },
1000
+ {
1001
+ "icon": "file-text",
1002
+ "label": "Reports",
1003
+ "href": "/reports"
1004
+ },
1005
+ {
1006
+ "label": "Knowledge",
1007
+ "href": "/knowledge",
1008
+ "icon": "book-open"
1009
+ }
1010
+ ],
989
1011
  "appName": "ResearchAssistant",
990
1012
  "children": [
991
1013
  {
992
1014
  "gap": "lg",
993
1015
  "type": "stack",
994
- "direction": "vertical",
995
1016
  "children": [
996
1017
  {
997
- "type": "stack",
998
1018
  "direction": "horizontal",
999
1019
  "gap": "sm",
1000
1020
  "align": "center",
1001
- "justify": "between",
1002
1021
  "children": [
1003
1022
  {
1023
+ "type": "stack",
1024
+ "align": "center",
1004
1025
  "children": [
1005
1026
  {
1006
1027
  "type": "icon",
1007
1028
  "name": "check-circle"
1008
1029
  },
1009
1030
  {
1010
- "variant": "h2",
1011
1031
  "content": "Research Complete",
1032
+ "variant": "h2",
1012
1033
  "type": "typography"
1013
1034
  }
1014
1035
  ],
1015
- "direction": "horizontal",
1016
- "type": "stack",
1017
1036
  "gap": "sm",
1018
- "align": "center"
1037
+ "direction": "horizontal"
1019
1038
  },
1020
1039
  {
1021
- "action": "RESET",
1022
- "type": "button",
1023
1040
  "icon": "rotate-ccw",
1041
+ "type": "button",
1024
1042
  "label": "New Search",
1043
+ "action": "RESET",
1025
1044
  "variant": "ghost"
1026
1045
  }
1027
- ]
1046
+ ],
1047
+ "type": "stack",
1048
+ "justify": "between"
1028
1049
  },
1029
1050
  {
1030
1051
  "type": "divider"
1031
1052
  },
1032
1053
  {
1033
- "type": "card",
1034
1054
  "children": [
1035
1055
  {
1036
1056
  "direction": "vertical",
1057
+ "gap": "md",
1058
+ "type": "stack",
1037
1059
  "children": [
1038
1060
  {
1039
- "type": "stack",
1040
- "direction": "horizontal",
1041
- "gap": "sm",
1042
1061
  "align": "center",
1043
1062
  "children": [
1044
1063
  {
@@ -1050,7 +1069,10 @@
1050
1069
  "type": "typography",
1051
1070
  "content": "@entity.videoTitle"
1052
1071
  }
1053
- ]
1072
+ ],
1073
+ "type": "stack",
1074
+ "direction": "horizontal",
1075
+ "gap": "sm"
1054
1076
  },
1055
1077
  {
1056
1078
  "type": "divider"
@@ -1061,42 +1083,20 @@
1061
1083
  "variant": "caption"
1062
1084
  },
1063
1085
  {
1064
- "content": "@entity.summary",
1065
1086
  "type": "typography",
1066
- "variant": "body"
1087
+ "variant": "body",
1088
+ "content": "@entity.summary"
1067
1089
  }
1068
- ],
1069
- "type": "stack",
1070
- "gap": "md"
1090
+ ]
1071
1091
  }
1072
- ]
1092
+ ],
1093
+ "type": "card"
1073
1094
  }
1074
- ]
1095
+ ],
1096
+ "direction": "vertical"
1075
1097
  }
1076
1098
  ],
1077
- "type": "dashboard-layout",
1078
- "navItems": [
1079
- {
1080
- "icon": "search",
1081
- "href": "/research",
1082
- "label": "Research"
1083
- },
1084
- {
1085
- "icon": "database",
1086
- "href": "/cache",
1087
- "label": "Cache"
1088
- },
1089
- {
1090
- "label": "Reports",
1091
- "href": "/reports",
1092
- "icon": "file-text"
1093
- },
1094
- {
1095
- "icon": "book-open",
1096
- "href": "/knowledge",
1097
- "label": "Knowledge"
1098
- }
1099
- ]
1099
+ "type": "dashboard-layout"
1100
1100
  }
1101
1101
  ]
1102
1102
  ]
@@ -1108,70 +1108,70 @@
1108
1108
  "effects": [
1109
1109
  [
1110
1110
  "set",
1111
- "@entity.error",
1112
- "@payload.error"
1113
- ],
1114
- [
1115
- "set",
1116
- "@entity.pipelineStatus",
1117
- "error"
1118
- ],
1119
- [
1120
- "render-ui",
1121
- "main",
1122
- {
1123
- "type": "dashboard-layout",
1124
- "navItems": [
1125
- {
1126
- "label": "Research",
1127
- "href": "/research",
1128
- "icon": "search"
1129
- },
1130
- {
1131
- "href": "/cache",
1132
- "icon": "database",
1133
- "label": "Cache"
1134
- },
1135
- {
1136
- "label": "Reports",
1137
- "icon": "file-text",
1138
- "href": "/reports"
1139
- },
1140
- {
1141
- "label": "Knowledge",
1142
- "icon": "book-open",
1143
- "href": "/knowledge"
1144
- }
1145
- ],
1111
+ "@entity.error",
1112
+ "@payload.error"
1113
+ ],
1114
+ [
1115
+ "set",
1116
+ "@entity.pipelineStatus",
1117
+ "error"
1118
+ ],
1119
+ [
1120
+ "render-ui",
1121
+ "main",
1122
+ {
1146
1123
  "children": [
1147
1124
  {
1148
- "type": "stack",
1125
+ "align": "center",
1126
+ "gap": "lg",
1127
+ "direction": "vertical",
1149
1128
  "children": [
1150
1129
  {
1151
- "name": "alert-triangle",
1152
- "type": "icon"
1130
+ "type": "icon",
1131
+ "name": "alert-triangle"
1153
1132
  },
1154
1133
  {
1155
- "content": "Pipeline Error",
1156
1134
  "type": "typography",
1135
+ "content": "Pipeline Error",
1157
1136
  "variant": "h2"
1158
1137
  },
1159
1138
  {
1160
- "variant": "error",
1161
1139
  "type": "alert",
1140
+ "variant": "error",
1162
1141
  "message": "@entity.error"
1163
1142
  },
1164
1143
  {
1165
- "icon": "rotate-ccw",
1166
1144
  "type": "button",
1145
+ "label": "Try Again",
1167
1146
  "action": "RESET",
1168
1147
  "variant": "primary",
1169
- "label": "Try Again"
1148
+ "icon": "rotate-ccw"
1170
1149
  }
1171
1150
  ],
1172
- "gap": "lg",
1173
- "align": "center",
1174
- "direction": "vertical"
1151
+ "type": "stack"
1152
+ }
1153
+ ],
1154
+ "type": "dashboard-layout",
1155
+ "navItems": [
1156
+ {
1157
+ "label": "Research",
1158
+ "href": "/research",
1159
+ "icon": "search"
1160
+ },
1161
+ {
1162
+ "icon": "database",
1163
+ "label": "Cache",
1164
+ "href": "/cache"
1165
+ },
1166
+ {
1167
+ "icon": "file-text",
1168
+ "label": "Reports",
1169
+ "href": "/reports"
1170
+ },
1171
+ {
1172
+ "label": "Knowledge",
1173
+ "href": "/knowledge",
1174
+ "icon": "book-open"
1175
1175
  }
1176
1176
  ],
1177
1177
  "appName": "ResearchAssistant"
@@ -1213,85 +1213,85 @@
1213
1213
  "render-ui",
1214
1214
  "main",
1215
1215
  {
1216
- "appName": "ResearchAssistant",
1217
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
+ ],
1218
1239
  "children": [
1219
1240
  {
1241
+ "gap": "lg",
1242
+ "type": "stack",
1220
1243
  "children": [
1221
1244
  {
1222
- "type": "stack",
1245
+ "gap": "sm",
1223
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
1254
  "type": "typography",
1231
- "variant": "h2",
1232
- "content": "Content Research"
1255
+ "content": "Content Research",
1256
+ "variant": "h2"
1233
1257
  }
1234
1258
  ],
1235
- "align": "center",
1236
- "gap": "sm"
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
  {
1271
+ "type": "typography",
1248
1272
  "variant": "body",
1249
- "content": "Search YouTube for content to summarize",
1250
- "type": "typography"
1273
+ "content": "Search YouTube for content to summarize"
1251
1274
  },
1252
1275
  {
1253
- "fields": [
1254
- "query"
1255
- ],
1256
- "type": "form-section",
1257
1276
  "submitEvent": "SEARCH",
1277
+ "type": "form-section",
1258
1278
  "entity": "@entity",
1259
- "mode": "edit"
1279
+ "mode": "edit",
1280
+ "fields": [
1281
+ "query"
1282
+ ]
1260
1283
  }
1261
1284
  ],
1262
- "type": "stack",
1263
- "gap": "md"
1285
+ "type": "stack"
1264
1286
  }
1265
- ]
1287
+ ],
1288
+ "type": "card"
1266
1289
  }
1267
1290
  ],
1268
- "type": "stack",
1269
- "direction": "vertical",
1270
- "gap": "lg"
1291
+ "direction": "vertical"
1271
1292
  }
1272
1293
  ],
1273
- "navItems": [
1274
- {
1275
- "href": "/research",
1276
- "icon": "search",
1277
- "label": "Research"
1278
- },
1279
- {
1280
- "label": "Cache",
1281
- "icon": "database",
1282
- "href": "/cache"
1283
- },
1284
- {
1285
- "label": "Reports",
1286
- "href": "/reports",
1287
- "icon": "file-text"
1288
- },
1289
- {
1290
- "icon": "book-open",
1291
- "href": "/knowledge",
1292
- "label": "Knowledge"
1293
- }
1294
- ]
1294
+ "appName": "ResearchAssistant"
1295
1295
  }
1296
1296
  ]
1297
1297
  ]
@@ -1316,49 +1316,27 @@
1316
1316
  "main",
1317
1317
  {
1318
1318
  "type": "dashboard-layout",
1319
- "navItems": [
1320
- {
1321
- "icon": "search",
1322
- "label": "Research",
1323
- "href": "/research"
1324
- },
1325
- {
1326
- "href": "/cache",
1327
- "icon": "database",
1328
- "label": "Cache"
1329
- },
1330
- {
1331
- "icon": "file-text",
1332
- "href": "/reports",
1333
- "label": "Reports"
1334
- },
1335
- {
1336
- "icon": "book-open",
1337
- "label": "Knowledge",
1338
- "href": "/knowledge"
1339
- }
1340
- ],
1341
1319
  "children": [
1342
1320
  {
1343
- "direction": "vertical",
1344
- "gap": "lg",
1345
1321
  "type": "stack",
1322
+ "gap": "lg",
1323
+ "direction": "vertical",
1346
1324
  "children": [
1347
1325
  {
1326
+ "gap": "sm",
1327
+ "type": "stack",
1348
1328
  "children": [
1349
1329
  {
1350
1330
  "name": "search",
1351
1331
  "type": "icon"
1352
1332
  },
1353
1333
  {
1334
+ "content": "Content Research",
1354
1335
  "type": "typography",
1355
- "variant": "h2",
1356
- "content": "Content Research"
1336
+ "variant": "h2"
1357
1337
  }
1358
1338
  ],
1359
- "type": "stack",
1360
1339
  "direction": "horizontal",
1361
- "gap": "sm",
1362
1340
  "align": "center"
1363
1341
  },
1364
1342
  {
@@ -1368,32 +1346,54 @@
1368
1346
  "type": "card",
1369
1347
  "children": [
1370
1348
  {
1371
- "direction": "vertical",
1372
1349
  "gap": "md",
1350
+ "type": "stack",
1351
+ "direction": "vertical",
1373
1352
  "children": [
1374
1353
  {
1354
+ "type": "typography",
1375
1355
  "content": "Search YouTube for content to summarize",
1376
- "variant": "body",
1377
- "type": "typography"
1356
+ "variant": "body"
1378
1357
  },
1379
1358
  {
1380
- "type": "form-section",
1381
- "submitEvent": "SEARCH",
1382
1359
  "entity": "@entity",
1383
- "mode": "edit",
1384
1360
  "fields": [
1385
1361
  "query"
1386
- ]
1362
+ ],
1363
+ "submitEvent": "SEARCH",
1364
+ "type": "form-section",
1365
+ "mode": "edit"
1387
1366
  }
1388
- ],
1389
- "type": "stack"
1367
+ ]
1390
1368
  }
1391
1369
  ]
1392
1370
  }
1393
1371
  ]
1394
1372
  }
1395
1373
  ],
1396
- "appName": "ResearchAssistant"
1374
+ "appName": "ResearchAssistant",
1375
+ "navItems": [
1376
+ {
1377
+ "label": "Research",
1378
+ "icon": "search",
1379
+ "href": "/research"
1380
+ },
1381
+ {
1382
+ "label": "Cache",
1383
+ "href": "/cache",
1384
+ "icon": "database"
1385
+ },
1386
+ {
1387
+ "label": "Reports",
1388
+ "href": "/reports",
1389
+ "icon": "file-text"
1390
+ },
1391
+ {
1392
+ "icon": "book-open",
1393
+ "label": "Knowledge",
1394
+ "href": "/knowledge"
1395
+ }
1396
+ ]
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"
@@ -1627,8 +1627,8 @@
1627
1627
  "CacheEntry",
1628
1628
  {
1629
1629
  "emit": {
1630
- "failure": "CacheEntryLoadFailed",
1631
- "success": "CacheEntryLoaded"
1630
+ "success": "CacheEntryLoaded",
1631
+ "failure": "CacheEntryLoadFailed"
1632
1632
  }
1633
1633
  }
1634
1634
  ],
@@ -1636,35 +1636,15 @@
1636
1636
  "render-ui",
1637
1637
  "main",
1638
1638
  {
1639
- "navItems": [
1640
- {
1641
- "label": "Research",
1642
- "icon": "search",
1643
- "href": "/research"
1644
- },
1645
- {
1646
- "label": "Cache",
1647
- "href": "/cache",
1648
- "icon": "database"
1649
- },
1650
- {
1651
- "href": "/reports",
1652
- "label": "Reports",
1653
- "icon": "file-text"
1654
- },
1655
- {
1656
- "label": "Knowledge",
1657
- "icon": "book-open",
1658
- "href": "/knowledge"
1659
- }
1660
- ],
1639
+ "appName": "ResearchAssistant",
1661
1640
  "children": [
1662
1641
  {
1663
1642
  "type": "stack",
1664
- "direction": "vertical",
1643
+ "gap": "lg",
1665
1644
  "align": "center",
1666
1645
  "children": [
1667
1646
  {
1647
+ "type": "stack",
1668
1648
  "children": [
1669
1649
  {
1670
1650
  "name": "database",
@@ -1672,19 +1652,19 @@
1672
1652
  },
1673
1653
  {
1674
1654
  "variant": "h2",
1675
- "type": "typography",
1676
- "content": "Redis Cache"
1655
+ "content": "Redis Cache",
1656
+ "type": "typography"
1677
1657
  }
1678
1658
  ],
1679
- "align": "center",
1659
+ "gap": "md",
1680
1660
  "direction": "horizontal",
1681
- "type": "stack",
1682
- "gap": "md"
1661
+ "align": "center"
1683
1662
  },
1684
1663
  {
1685
1664
  "type": "divider"
1686
1665
  },
1687
1666
  {
1667
+ "type": "stack",
1688
1668
  "children": [
1689
1669
  {
1690
1670
  "type": "input",
@@ -1695,19 +1675,19 @@
1695
1675
  "placeholder": "cache-value"
1696
1676
  },
1697
1677
  {
1698
- "inputType": "number",
1699
1678
  "type": "input",
1679
+ "inputType": "number",
1700
1680
  "placeholder": "3600"
1701
1681
  }
1702
1682
  ],
1703
1683
  "direction": "vertical",
1704
- "type": "stack",
1705
1684
  "gap": "md"
1706
1685
  },
1707
1686
  {
1708
- "gap": "sm",
1709
- "direction": "horizontal",
1687
+ "justify": "center",
1710
1688
  "type": "stack",
1689
+ "direction": "horizontal",
1690
+ "gap": "sm",
1711
1691
  "children": [
1712
1692
  {
1713
1693
  "variant": "primary",
@@ -1717,28 +1697,48 @@
1717
1697
  "icon": "download"
1718
1698
  },
1719
1699
  {
1720
- "label": "Set",
1721
1700
  "variant": "primary",
1701
+ "label": "Set",
1722
1702
  "icon": "upload",
1723
- "type": "button",
1724
- "action": "SET_KEY"
1703
+ "action": "SET_KEY",
1704
+ "type": "button"
1725
1705
  },
1726
1706
  {
1707
+ "variant": "danger",
1727
1708
  "icon": "trash-2",
1728
- "label": "Delete",
1729
- "action": "DELETE_KEY",
1730
1709
  "type": "button",
1731
- "variant": "danger"
1710
+ "label": "Delete",
1711
+ "action": "DELETE_KEY"
1732
1712
  }
1733
- ],
1734
- "justify": "center"
1713
+ ]
1735
1714
  }
1736
1715
  ],
1737
- "gap": "lg"
1716
+ "direction": "vertical"
1738
1717
  }
1739
1718
  ],
1740
1719
  "type": "dashboard-layout",
1741
- "appName": "ResearchAssistant"
1720
+ "navItems": [
1721
+ {
1722
+ "icon": "search",
1723
+ "href": "/research",
1724
+ "label": "Research"
1725
+ },
1726
+ {
1727
+ "label": "Cache",
1728
+ "href": "/cache",
1729
+ "icon": "database"
1730
+ },
1731
+ {
1732
+ "icon": "file-text",
1733
+ "label": "Reports",
1734
+ "href": "/reports"
1735
+ },
1736
+ {
1737
+ "label": "Knowledge",
1738
+ "href": "/knowledge",
1739
+ "icon": "book-open"
1740
+ }
1741
+ ]
1742
1742
  }
1743
1743
  ]
1744
1744
  ]
@@ -1752,6 +1752,7 @@
1752
1752
  "render-ui",
1753
1753
  "main",
1754
1754
  {
1755
+ "appName": "ResearchAssistant",
1755
1756
  "children": [
1756
1757
  {
1757
1758
  "type": "loading-state",
@@ -1759,30 +1760,29 @@
1759
1760
  "message": "Running redis operation..."
1760
1761
  }
1761
1762
  ],
1763
+ "type": "dashboard-layout",
1762
1764
  "navItems": [
1763
1765
  {
1764
- "icon": "search",
1765
1766
  "href": "/research",
1767
+ "icon": "search",
1766
1768
  "label": "Research"
1767
1769
  },
1768
1770
  {
1771
+ "label": "Cache",
1769
1772
  "icon": "database",
1770
- "href": "/cache",
1771
- "label": "Cache"
1773
+ "href": "/cache"
1772
1774
  },
1773
1775
  {
1776
+ "label": "Reports",
1774
1777
  "href": "/reports",
1775
- "icon": "file-text",
1776
- "label": "Reports"
1778
+ "icon": "file-text"
1777
1779
  },
1778
1780
  {
1781
+ "icon": "book-open",
1779
1782
  "href": "/knowledge",
1780
- "label": "Knowledge",
1781
- "icon": "book-open"
1783
+ "label": "Knowledge"
1782
1784
  }
1783
- ],
1784
- "appName": "ResearchAssistant",
1785
- "type": "dashboard-layout"
1785
+ ]
1786
1786
  }
1787
1787
  ],
1788
1788
  [
@@ -1810,37 +1810,37 @@
1810
1810
  "render-ui",
1811
1811
  "main",
1812
1812
  {
1813
- "appName": "ResearchAssistant",
1814
1813
  "type": "dashboard-layout",
1815
1814
  "children": [
1816
1815
  {
1817
1816
  "message": "Running redis operation...",
1818
- "type": "loading-state",
1819
- "title": "Executing..."
1817
+ "title": "Executing...",
1818
+ "type": "loading-state"
1820
1819
  }
1821
1820
  ],
1822
1821
  "navItems": [
1823
1822
  {
1824
1823
  "href": "/research",
1825
- "icon": "search",
1826
- "label": "Research"
1824
+ "label": "Research",
1825
+ "icon": "search"
1827
1826
  },
1828
1827
  {
1829
- "icon": "database",
1828
+ "label": "Cache",
1830
1829
  "href": "/cache",
1831
- "label": "Cache"
1830
+ "icon": "database"
1832
1831
  },
1833
1832
  {
1834
1833
  "label": "Reports",
1835
- "href": "/reports",
1836
- "icon": "file-text"
1834
+ "icon": "file-text",
1835
+ "href": "/reports"
1837
1836
  },
1838
1837
  {
1839
- "href": "/knowledge",
1838
+ "label": "Knowledge",
1840
1839
  "icon": "book-open",
1841
- "label": "Knowledge"
1840
+ "href": "/knowledge"
1842
1841
  }
1843
- ]
1842
+ ],
1843
+ "appName": "ResearchAssistant"
1844
1844
  }
1845
1845
  ],
1846
1846
  [
@@ -1848,9 +1848,9 @@
1848
1848
  "redis",
1849
1849
  "set",
1850
1850
  {
1851
+ "ttl": "@entity.ttl",
1851
1852
  "key": "@entity.key",
1852
- "value": "@entity.value",
1853
- "ttl": "@entity.ttl"
1853
+ "value": "@entity.value"
1854
1854
  },
1855
1855
  {
1856
1856
  "emit": {
@@ -1873,30 +1873,30 @@
1873
1873
  "navItems": [
1874
1874
  {
1875
1875
  "label": "Research",
1876
- "href": "/research",
1877
- "icon": "search"
1876
+ "icon": "search",
1877
+ "href": "/research"
1878
1878
  },
1879
1879
  {
1880
- "icon": "database",
1880
+ "href": "/cache",
1881
1881
  "label": "Cache",
1882
- "href": "/cache"
1882
+ "icon": "database"
1883
1883
  },
1884
1884
  {
1885
- "href": "/reports",
1885
+ "icon": "file-text",
1886
1886
  "label": "Reports",
1887
- "icon": "file-text"
1887
+ "href": "/reports"
1888
1888
  },
1889
1889
  {
1890
- "href": "/knowledge",
1891
1890
  "label": "Knowledge",
1891
+ "href": "/knowledge",
1892
1892
  "icon": "book-open"
1893
1893
  }
1894
1894
  ],
1895
1895
  "children": [
1896
1896
  {
1897
+ "type": "loading-state",
1897
1898
  "title": "Executing...",
1898
- "message": "Running redis operation...",
1899
- "type": "loading-state"
1899
+ "message": "Running redis operation..."
1900
1900
  }
1901
1901
  ],
1902
1902
  "type": "dashboard-layout",
@@ -1934,21 +1934,22 @@
1934
1934
  "main",
1935
1935
  {
1936
1936
  "appName": "ResearchAssistant",
1937
+ "type": "dashboard-layout",
1937
1938
  "navItems": [
1938
1939
  {
1939
- "icon": "search",
1940
+ "label": "Research",
1940
1941
  "href": "/research",
1941
- "label": "Research"
1942
+ "icon": "search"
1942
1943
  },
1943
1944
  {
1944
- "href": "/cache",
1945
1945
  "icon": "database",
1946
- "label": "Cache"
1946
+ "label": "Cache",
1947
+ "href": "/cache"
1947
1948
  },
1948
1949
  {
1949
1950
  "href": "/reports",
1950
- "icon": "file-text",
1951
- "label": "Reports"
1951
+ "label": "Reports",
1952
+ "icon": "file-text"
1952
1953
  },
1953
1954
  {
1954
1955
  "label": "Knowledge",
@@ -1956,9 +1957,11 @@
1956
1957
  "icon": "book-open"
1957
1958
  }
1958
1959
  ],
1959
- "type": "dashboard-layout",
1960
1960
  "children": [
1961
1961
  {
1962
+ "type": "stack",
1963
+ "gap": "lg",
1964
+ "align": "center",
1962
1965
  "direction": "vertical",
1963
1966
  "children": [
1964
1967
  {
@@ -1966,27 +1969,24 @@
1966
1969
  "type": "icon"
1967
1970
  },
1968
1971
  {
1969
- "variant": "success",
1972
+ "message": "Operation complete",
1970
1973
  "type": "alert",
1971
- "message": "Operation complete"
1974
+ "variant": "success"
1972
1975
  },
1973
1976
  {
1974
1977
  "type": "typography",
1975
- "content": "@entity.result",
1976
1978
  "color": "muted",
1979
+ "content": "@entity.result",
1977
1980
  "variant": "body"
1978
1981
  },
1979
1982
  {
1980
1983
  "icon": "rotate-ccw",
1981
- "type": "button",
1982
- "label": "Reset",
1983
1984
  "action": "RESET",
1984
- "variant": "ghost"
1985
+ "type": "button",
1986
+ "variant": "ghost",
1987
+ "label": "Reset"
1985
1988
  }
1986
- ],
1987
- "type": "stack",
1988
- "align": "center",
1989
- "gap": "lg"
1989
+ ]
1990
1990
  }
1991
1991
  ]
1992
1992
  }
@@ -2007,20 +2007,21 @@
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",
2015
+ "message": "@entity.error",
2014
2016
  "title": "Redis Error",
2015
- "message": "@entity.error"
2017
+ "onRetry": "RESET"
2016
2018
  }
2017
2019
  ],
2018
- "type": "dashboard-layout",
2019
2020
  "navItems": [
2020
2021
  {
2021
- "href": "/research",
2022
2022
  "icon": "search",
2023
- "label": "Research"
2023
+ "label": "Research",
2024
+ "href": "/research"
2024
2025
  },
2025
2026
  {
2026
2027
  "icon": "database",
@@ -2028,17 +2029,16 @@
2028
2029
  "label": "Cache"
2029
2030
  },
2030
2031
  {
2031
- "icon": "file-text",
2032
2032
  "label": "Reports",
2033
+ "icon": "file-text",
2033
2034
  "href": "/reports"
2034
2035
  },
2035
2036
  {
2036
- "icon": "book-open",
2037
2037
  "label": "Knowledge",
2038
+ "icon": "book-open",
2038
2039
  "href": "/knowledge"
2039
2040
  }
2040
- ],
2041
- "appName": "ResearchAssistant"
2041
+ ]
2042
2042
  }
2043
2043
  ]
2044
2044
  ]
@@ -2053,36 +2053,31 @@
2053
2053
  "main",
2054
2054
  {
2055
2055
  "type": "dashboard-layout",
2056
- "appName": "ResearchAssistant",
2057
2056
  "children": [
2058
2057
  {
2059
- "direction": "vertical",
2060
- "type": "stack",
2061
2058
  "children": [
2062
2059
  {
2060
+ "type": "stack",
2061
+ "gap": "md",
2062
+ "direction": "horizontal",
2063
+ "align": "center",
2063
2064
  "children": [
2064
2065
  {
2065
- "name": "database",
2066
- "type": "icon"
2066
+ "type": "icon",
2067
+ "name": "database"
2067
2068
  },
2068
2069
  {
2070
+ "variant": "h2",
2069
2071
  "type": "typography",
2070
- "content": "Redis Cache",
2071
- "variant": "h2"
2072
+ "content": "Redis Cache"
2072
2073
  }
2073
- ],
2074
- "type": "stack",
2075
- "direction": "horizontal",
2076
- "gap": "md",
2077
- "align": "center"
2074
+ ]
2078
2075
  },
2079
2076
  {
2080
2077
  "type": "divider"
2081
2078
  },
2082
2079
  {
2083
- "type": "stack",
2084
2080
  "direction": "vertical",
2085
- "gap": "md",
2086
2081
  "children": [
2087
2082
  {
2088
2083
  "type": "input",
@@ -2093,55 +2088,60 @@
2093
2088
  "placeholder": "cache-value"
2094
2089
  },
2095
2090
  {
2096
- "inputType": "number",
2091
+ "type": "input",
2097
2092
  "placeholder": "3600",
2098
- "type": "input"
2093
+ "inputType": "number"
2099
2094
  }
2100
- ]
2095
+ ],
2096
+ "type": "stack",
2097
+ "gap": "md"
2101
2098
  },
2102
2099
  {
2103
- "justify": "center",
2104
2100
  "children": [
2105
2101
  {
2106
2102
  "action": "GET_KEY",
2107
- "icon": "download",
2108
2103
  "type": "button",
2109
2104
  "label": "Get",
2110
- "variant": "primary"
2105
+ "variant": "primary",
2106
+ "icon": "download"
2111
2107
  },
2112
2108
  {
2113
- "label": "Set",
2114
2109
  "type": "button",
2115
2110
  "icon": "upload",
2116
2111
  "action": "SET_KEY",
2112
+ "label": "Set",
2117
2113
  "variant": "primary"
2118
2114
  },
2119
2115
  {
2116
+ "variant": "danger",
2120
2117
  "icon": "trash-2",
2118
+ "type": "button",
2121
2119
  "action": "DELETE_KEY",
2122
- "label": "Delete",
2123
- "variant": "danger",
2124
- "type": "button"
2120
+ "label": "Delete"
2125
2121
  }
2126
2122
  ],
2127
- "gap": "sm",
2128
2123
  "direction": "horizontal",
2129
- "type": "stack"
2124
+ "gap": "sm",
2125
+ "type": "stack",
2126
+ "justify": "center"
2130
2127
  }
2131
2128
  ],
2132
2129
  "align": "center",
2130
+ "type": "stack",
2131
+ "direction": "vertical",
2133
2132
  "gap": "lg"
2134
2133
  }
2135
2134
  ],
2135
+ "appName": "ResearchAssistant",
2136
2136
  "navItems": [
2137
2137
  {
2138
- "href": "/research",
2138
+ "icon": "search",
2139
2139
  "label": "Research",
2140
- "icon": "search"
2140
+ "href": "/research"
2141
2141
  },
2142
2142
  {
2143
- "href": "/cache",
2144
2143
  "label": "Cache",
2144
+ "href": "/cache",
2145
2145
  "icon": "database"
2146
2146
  },
2147
2147
  {
@@ -2150,8 +2150,8 @@
2150
2150
  "icon": "file-text"
2151
2151
  },
2152
2152
  {
2153
- "href": "/knowledge",
2154
2153
  "icon": "book-open",
2154
+ "href": "/knowledge",
2155
2155
  "label": "Knowledge"
2156
2156
  }
2157
2157
  ]
@@ -2168,27 +2168,52 @@
2168
2168
  "render-ui",
2169
2169
  "main",
2170
2170
  {
2171
+ "type": "dashboard-layout",
2172
+ "navItems": [
2173
+ {
2174
+ "href": "/research",
2175
+ "icon": "search",
2176
+ "label": "Research"
2177
+ },
2178
+ {
2179
+ "href": "/cache",
2180
+ "label": "Cache",
2181
+ "icon": "database"
2182
+ },
2183
+ {
2184
+ "icon": "file-text",
2185
+ "href": "/reports",
2186
+ "label": "Reports"
2187
+ },
2188
+ {
2189
+ "label": "Knowledge",
2190
+ "href": "/knowledge",
2191
+ "icon": "book-open"
2192
+ }
2193
+ ],
2194
+ "appName": "ResearchAssistant",
2171
2195
  "children": [
2172
2196
  {
2173
- "gap": "lg",
2197
+ "direction": "vertical",
2174
2198
  "align": "center",
2199
+ "gap": "lg",
2175
2200
  "children": [
2176
2201
  {
2177
- "direction": "horizontal",
2178
- "gap": "md",
2179
- "align": "center",
2180
- "type": "stack",
2181
2202
  "children": [
2182
2203
  {
2183
- "type": "icon",
2184
- "name": "database"
2204
+ "name": "database",
2205
+ "type": "icon"
2185
2206
  },
2186
2207
  {
2187
- "content": "Redis Cache",
2208
+ "variant": "h2",
2188
2209
  "type": "typography",
2189
- "variant": "h2"
2210
+ "content": "Redis Cache"
2190
2211
  }
2191
- ]
2212
+ ],
2213
+ "gap": "md",
2214
+ "align": "center",
2215
+ "type": "stack",
2216
+ "direction": "horizontal"
2192
2217
  },
2193
2218
  {
2194
2219
  "type": "divider"
@@ -2196,79 +2221,54 @@
2196
2221
  {
2197
2222
  "children": [
2198
2223
  {
2199
- "placeholder": "cache-key",
2200
- "type": "input"
2224
+ "type": "input",
2225
+ "placeholder": "cache-key"
2201
2226
  },
2202
2227
  {
2203
- "type": "input",
2204
- "placeholder": "cache-value"
2228
+ "placeholder": "cache-value",
2229
+ "type": "input"
2205
2230
  },
2206
2231
  {
2207
- "inputType": "number",
2208
2232
  "placeholder": "3600",
2233
+ "inputType": "number",
2209
2234
  "type": "input"
2210
2235
  }
2211
2236
  ],
2212
2237
  "type": "stack",
2213
- "direction": "vertical",
2214
- "gap": "md"
2238
+ "gap": "md",
2239
+ "direction": "vertical"
2215
2240
  },
2216
2241
  {
2217
2242
  "direction": "horizontal",
2218
2243
  "type": "stack",
2244
+ "gap": "sm",
2245
+ "justify": "center",
2219
2246
  "children": [
2220
2247
  {
2221
- "type": "button",
2222
2248
  "label": "Get",
2249
+ "type": "button",
2223
2250
  "action": "GET_KEY",
2224
2251
  "icon": "download",
2225
2252
  "variant": "primary"
2226
2253
  },
2227
2254
  {
2228
- "label": "Set",
2229
2255
  "type": "button",
2230
- "icon": "upload",
2231
2256
  "action": "SET_KEY",
2257
+ "label": "Set",
2258
+ "icon": "upload",
2232
2259
  "variant": "primary"
2233
2260
  },
2234
2261
  {
2235
- "action": "DELETE_KEY",
2236
- "type": "button",
2237
2262
  "variant": "danger",
2238
- "icon": "trash-2",
2239
- "label": "Delete"
2263
+ "type": "button",
2264
+ "label": "Delete",
2265
+ "action": "DELETE_KEY",
2266
+ "icon": "trash-2"
2240
2267
  }
2241
- ],
2242
- "justify": "center",
2243
- "gap": "sm"
2268
+ ]
2244
2269
  }
2245
2270
  ],
2246
- "type": "stack",
2247
- "direction": "vertical"
2248
- }
2249
- ],
2250
- "appName": "ResearchAssistant",
2251
- "type": "dashboard-layout",
2252
- "navItems": [
2253
- {
2254
- "label": "Research",
2255
- "href": "/research",
2256
- "icon": "search"
2257
- },
2258
- {
2259
- "icon": "database",
2260
- "href": "/cache",
2261
- "label": "Cache"
2262
- },
2263
- {
2264
- "href": "/reports",
2265
- "label": "Reports",
2266
- "icon": "file-text"
2267
- },
2268
- {
2269
- "href": "/knowledge",
2270
- "icon": "book-open",
2271
- "label": "Knowledge"
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"
@@ -2512,8 +2512,8 @@
2512
2512
  "Report",
2513
2513
  {
2514
2514
  "emit": {
2515
- "success": "ReportLoaded",
2516
- "failure": "ReportLoadFailed"
2515
+ "failure": "ReportLoadFailed",
2516
+ "success": "ReportLoaded"
2517
2517
  }
2518
2518
  }
2519
2519
  ],
@@ -2521,20 +2521,22 @@
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
2533
  "href": "/cache",
2532
- "icon": "database",
2533
- "label": "Cache"
2534
+ "label": "Cache",
2535
+ "icon": "database"
2534
2536
  },
2535
2537
  {
2536
- "href": "/reports",
2537
2538
  "label": "Reports",
2539
+ "href": "/reports",
2538
2540
  "icon": "file-text"
2539
2541
  },
2540
2542
  {
@@ -2543,18 +2545,17 @@
2543
2545
  "icon": "book-open"
2544
2546
  }
2545
2547
  ],
2546
- "type": "dashboard-layout",
2547
- "appName": "ResearchAssistant",
2548
2548
  "children": [
2549
2549
  {
2550
- "gap": "lg",
2551
2550
  "direction": "vertical",
2552
- "type": "stack",
2553
2551
  "align": "stretch",
2552
+ "gap": "lg",
2553
+ "type": "stack",
2554
2554
  "children": [
2555
2555
  {
2556
- "type": "stack",
2557
2556
  "align": "center",
2557
+ "type": "stack",
2558
+ "gap": "md",
2558
2559
  "children": [
2559
2560
  {
2560
2561
  "name": "hard-drive",
@@ -2562,12 +2563,11 @@
2562
2563
  },
2563
2564
  {
2564
2565
  "variant": "h2",
2565
- "type": "typography",
2566
- "content": "Report Storage"
2566
+ "content": "Report Storage",
2567
+ "type": "typography"
2567
2568
  }
2568
2569
  ],
2569
- "direction": "horizontal",
2570
- "gap": "md"
2570
+ "direction": "horizontal"
2571
2571
  },
2572
2572
  {
2573
2573
  "type": "divider"
@@ -2577,52 +2577,52 @@
2577
2577
  "type": "input"
2578
2578
  },
2579
2579
  {
2580
- "type": "input",
2581
- "placeholder": "path/to/file.txt"
2580
+ "placeholder": "path/to/file.txt",
2581
+ "type": "input"
2582
2582
  },
2583
2583
  {
2584
- "placeholder": "path/prefix/",
2585
- "type": "input"
2584
+ "type": "input",
2585
+ "placeholder": "path/prefix/"
2586
2586
  },
2587
2587
  {
2588
2588
  "placeholder": "File content...",
2589
2589
  "type": "textarea"
2590
2590
  },
2591
2591
  {
2592
- "justify": "center",
2593
- "gap": "sm",
2592
+ "direction": "horizontal",
2594
2593
  "children": [
2595
2594
  {
2596
- "action": "UPLOAD_FILE",
2597
- "variant": "primary",
2598
- "type": "button",
2599
2595
  "icon": "upload",
2600
- "label": "Upload"
2596
+ "type": "button",
2597
+ "action": "UPLOAD_FILE",
2598
+ "label": "Upload",
2599
+ "variant": "primary"
2601
2600
  },
2602
2601
  {
2602
+ "type": "button",
2603
2603
  "variant": "secondary",
2604
2604
  "icon": "download",
2605
- "type": "button",
2606
2605
  "action": "DOWNLOAD_FILE",
2607
2606
  "label": "Download"
2608
2607
  },
2609
2608
  {
2610
- "variant": "secondary",
2611
2609
  "icon": "list",
2612
- "type": "button",
2613
2610
  "label": "List",
2614
- "action": "LIST_FILES"
2611
+ "action": "LIST_FILES",
2612
+ "type": "button",
2613
+ "variant": "secondary"
2615
2614
  },
2616
2615
  {
2617
2616
  "type": "button",
2618
- "variant": "danger",
2619
- "action": "DELETE_FILE",
2620
2617
  "icon": "trash-2",
2618
+ "action": "DELETE_FILE",
2619
+ "variant": "danger",
2621
2620
  "label": "Delete"
2622
2621
  }
2623
2622
  ],
2624
2623
  "type": "stack",
2625
- "direction": "horizontal"
2624
+ "gap": "sm",
2625
+ "justify": "center"
2626
2626
  }
2627
2627
  ]
2628
2628
  }
@@ -2641,36 +2641,36 @@
2641
2641
  "main",
2642
2642
  {
2643
2643
  "type": "dashboard-layout",
2644
- "appName": "ResearchAssistant",
2645
2644
  "navItems": [
2646
2645
  {
2647
- "label": "Research",
2646
+ "icon": "search",
2648
2647
  "href": "/research",
2649
- "icon": "search"
2648
+ "label": "Research"
2650
2649
  },
2651
2650
  {
2652
- "icon": "database",
2653
2651
  "label": "Cache",
2652
+ "icon": "database",
2654
2653
  "href": "/cache"
2655
2654
  },
2656
2655
  {
2656
+ "icon": "file-text",
2657
2657
  "label": "Reports",
2658
- "href": "/reports",
2659
- "icon": "file-text"
2658
+ "href": "/reports"
2660
2659
  },
2661
2660
  {
2662
2661
  "label": "Knowledge",
2663
- "href": "/knowledge",
2664
- "icon": "book-open"
2662
+ "icon": "book-open",
2663
+ "href": "/knowledge"
2665
2664
  }
2666
2665
  ],
2667
2666
  "children": [
2668
2667
  {
2669
- "message": "Executing storage operation on report...",
2668
+ "type": "loading-state",
2670
2669
  "title": "Processing...",
2671
- "type": "loading-state"
2670
+ "message": "Executing storage operation on report..."
2672
2671
  }
2673
- ]
2672
+ ],
2673
+ "appName": "ResearchAssistant"
2674
2674
  }
2675
2675
  ],
2676
2676
  [
@@ -2678,14 +2678,14 @@
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
  {
2686
2686
  "emit": {
2687
- "failure": "ResearchStorageFailed",
2688
- "success": "ResearchStorageCompleted"
2687
+ "success": "ResearchStorageCompleted",
2688
+ "failure": "ResearchStorageFailed"
2689
2689
  }
2690
2690
  }
2691
2691
  ]
@@ -2702,35 +2702,35 @@
2702
2702
  {
2703
2703
  "navItems": [
2704
2704
  {
2705
- "href": "/research",
2705
+ "icon": "search",
2706
2706
  "label": "Research",
2707
- "icon": "search"
2707
+ "href": "/research"
2708
2708
  },
2709
2709
  {
2710
2710
  "label": "Cache",
2711
- "icon": "database",
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
- "icon": "book-open",
2720
+ "label": "Knowledge",
2721
2721
  "href": "/knowledge",
2722
- "label": "Knowledge"
2722
+ "icon": "book-open"
2723
2723
  }
2724
2724
  ],
2725
+ "type": "dashboard-layout",
2725
2726
  "appName": "ResearchAssistant",
2726
2727
  "children": [
2727
2728
  {
2728
- "message": "Executing storage operation on report...",
2729
2729
  "type": "loading-state",
2730
- "title": "Processing..."
2730
+ "title": "Processing...",
2731
+ "message": "Executing storage operation on report..."
2731
2732
  }
2732
- ],
2733
- "type": "dashboard-layout"
2733
+ ]
2734
2734
  }
2735
2735
  ],
2736
2736
  [
@@ -2738,13 +2738,13 @@
2738
2738
  "storage",
2739
2739
  "download",
2740
2740
  {
2741
- "key": "@entity.fileKey",
2742
- "bucket": "@entity.bucket"
2741
+ "bucket": "@entity.bucket",
2742
+ "key": "@entity.fileKey"
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
  ]
@@ -2759,37 +2759,37 @@
2759
2759
  "render-ui",
2760
2760
  "main",
2761
2761
  {
2762
- "appName": "ResearchAssistant",
2762
+ "type": "dashboard-layout",
2763
2763
  "navItems": [
2764
2764
  {
2765
+ "href": "/research",
2765
2766
  "label": "Research",
2766
- "icon": "search",
2767
- "href": "/research"
2767
+ "icon": "search"
2768
2768
  },
2769
2769
  {
2770
+ "label": "Cache",
2770
2771
  "href": "/cache",
2771
- "icon": "database",
2772
- "label": "Cache"
2772
+ "icon": "database"
2773
2773
  },
2774
2774
  {
2775
2775
  "label": "Reports",
2776
- "icon": "file-text",
2777
- "href": "/reports"
2776
+ "href": "/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
  {
2787
- "title": "Processing...",
2788
+ "type": "loading-state",
2788
2789
  "message": "Executing storage operation on report...",
2789
- "type": "loading-state"
2790
+ "title": "Processing..."
2790
2791
  }
2791
- ],
2792
- "type": "dashboard-layout"
2792
+ ]
2793
2793
  }
2794
2794
  ],
2795
2795
  [
@@ -2818,37 +2818,37 @@
2818
2818
  "render-ui",
2819
2819
  "main",
2820
2820
  {
2821
+ "type": "dashboard-layout",
2821
2822
  "navItems": [
2822
2823
  {
2823
- "href": "/research",
2824
+ "label": "Research",
2824
2825
  "icon": "search",
2825
- "label": "Research"
2826
+ "href": "/research"
2826
2827
  },
2827
2828
  {
2829
+ "href": "/cache",
2828
2830
  "icon": "database",
2829
- "label": "Cache",
2830
- "href": "/cache"
2831
+ "label": "Cache"
2831
2832
  },
2832
2833
  {
2833
- "icon": "file-text",
2834
+ "label": "Reports",
2834
2835
  "href": "/reports",
2835
- "label": "Reports"
2836
+ "icon": "file-text"
2836
2837
  },
2837
2838
  {
2838
- "icon": "book-open",
2839
2839
  "href": "/knowledge",
2840
+ "icon": "book-open",
2840
2841
  "label": "Knowledge"
2841
2842
  }
2842
2843
  ],
2844
+ "appName": "ResearchAssistant",
2843
2845
  "children": [
2844
2846
  {
2845
2847
  "title": "Processing...",
2846
- "type": "loading-state",
2847
- "message": "Executing storage operation on report..."
2848
+ "message": "Executing storage operation on report...",
2849
+ "type": "loading-state"
2848
2850
  }
2849
- ],
2850
- "type": "dashboard-layout",
2851
- "appName": "ResearchAssistant"
2851
+ ]
2852
2852
  }
2853
2853
  ],
2854
2854
  [
@@ -2888,44 +2888,44 @@
2888
2888
  "main",
2889
2889
  {
2890
2890
  "appName": "ResearchAssistant",
2891
- "type": "dashboard-layout",
2892
2891
  "children": [
2893
2892
  {
2894
- "gap": "lg",
2895
- "align": "center",
2896
2893
  "direction": "vertical",
2897
- "type": "stack",
2894
+ "align": "center",
2898
2895
  "children": [
2899
2896
  {
2900
2897
  "name": "check-circle",
2901
2898
  "type": "icon"
2902
2899
  },
2903
2900
  {
2901
+ "message": "Operation completed successfully",
2904
2902
  "type": "alert",
2905
- "variant": "success",
2906
- "message": "Operation completed successfully"
2903
+ "variant": "success"
2907
2904
  },
2908
2905
  {
2909
2906
  "content": "@entity.result",
2910
- "variant": "body",
2911
2907
  "type": "typography",
2908
+ "variant": "body",
2912
2909
  "color": "muted"
2913
2910
  },
2914
2911
  {
2915
- "variant": "ghost",
2916
- "label": "Back",
2912
+ "icon": "rotate-ccw",
2917
2913
  "action": "RESET",
2914
+ "label": "Back",
2918
2915
  "type": "button",
2919
- "icon": "rotate-ccw"
2916
+ "variant": "ghost"
2920
2917
  }
2921
- ]
2918
+ ],
2919
+ "type": "stack",
2920
+ "gap": "lg"
2922
2921
  }
2923
2922
  ],
2923
+ "type": "dashboard-layout",
2924
2924
  "navItems": [
2925
2925
  {
2926
- "label": "Research",
2926
+ "icon": "search",
2927
2927
  "href": "/research",
2928
- "icon": "search"
2928
+ "label": "Research"
2929
2929
  },
2930
2930
  {
2931
2931
  "label": "Cache",
@@ -2933,14 +2933,14 @@
2933
2933
  "icon": "database"
2934
2934
  },
2935
2935
  {
2936
+ "label": "Reports",
2936
2937
  "href": "/reports",
2937
- "icon": "file-text",
2938
- "label": "Reports"
2938
+ "icon": "file-text"
2939
2939
  },
2940
2940
  {
2941
- "icon": "book-open",
2941
+ "href": "/knowledge",
2942
2942
  "label": "Knowledge",
2943
- "href": "/knowledge"
2943
+ "icon": "book-open"
2944
2944
  }
2945
2945
  ]
2946
2946
  }
@@ -2966,52 +2966,52 @@
2966
2966
  "render-ui",
2967
2967
  "main",
2968
2968
  {
2969
- "type": "dashboard-layout",
2970
2969
  "navItems": [
2971
2970
  {
2972
2971
  "label": "Research",
2973
- "icon": "search",
2974
- "href": "/research"
2972
+ "href": "/research",
2973
+ "icon": "search"
2975
2974
  },
2976
2975
  {
2976
+ "label": "Cache",
2977
2977
  "icon": "database",
2978
- "href": "/cache",
2979
- "label": "Cache"
2978
+ "href": "/cache"
2980
2979
  },
2981
2980
  {
2982
- "href": "/reports",
2983
2981
  "icon": "file-text",
2984
- "label": "Reports"
2982
+ "label": "Reports",
2983
+ "href": "/reports"
2985
2984
  },
2986
2985
  {
2987
- "icon": "book-open",
2986
+ "href": "/knowledge",
2988
2987
  "label": "Knowledge",
2989
- "href": "/knowledge"
2988
+ "icon": "book-open"
2990
2989
  }
2991
2990
  ],
2992
2991
  "children": [
2993
2992
  {
2994
- "gap": "lg",
2995
- "direction": "vertical",
2993
+ "align": "center",
2996
2994
  "children": [
2997
2995
  {
2998
2996
  "title": "Operation Failed",
2999
- "message": "@entity.error",
3000
- "type": "error-state"
2997
+ "type": "error-state",
2998
+ "message": "@entity.error"
3001
2999
  },
3002
3000
  {
3003
3001
  "type": "button",
3004
- "action": "RESET",
3002
+ "label": "Back",
3005
3003
  "variant": "ghost",
3006
3004
  "icon": "rotate-ccw",
3007
- "label": "Back"
3005
+ "action": "RESET"
3008
3006
  }
3009
3007
  ],
3008
+ "direction": "vertical",
3010
3009
  "type": "stack",
3011
- "align": "center"
3010
+ "gap": "lg"
3012
3011
  }
3013
3012
  ],
3014
- "appName": "ResearchAssistant"
3013
+ "appName": "ResearchAssistant",
3014
+ "type": "dashboard-layout"
3015
3015
  }
3016
3016
  ]
3017
3017
  ]
@@ -3030,16 +3030,14 @@
3030
3030
  "render-ui",
3031
3031
  "main",
3032
3032
  {
3033
- "appName": "ResearchAssistant",
3034
3033
  "children": [
3035
3034
  {
3036
- "type": "stack",
3037
- "align": "stretch",
3038
3035
  "direction": "vertical",
3039
3036
  "gap": "lg",
3037
+ "align": "stretch",
3038
+ "type": "stack",
3040
3039
  "children": [
3041
3040
  {
3042
- "direction": "horizontal",
3043
3041
  "children": [
3044
3042
  {
3045
3043
  "name": "hard-drive",
@@ -3052,6 +3050,7 @@
3052
3050
  }
3053
3051
  ],
3054
3052
  "gap": "md",
3053
+ "direction": "horizontal",
3055
3054
  "type": "stack",
3056
3055
  "align": "center"
3057
3056
  },
@@ -3067,75 +3066,76 @@
3067
3066
  "type": "input"
3068
3067
  },
3069
3068
  {
3070
- "type": "input",
3071
- "placeholder": "path/prefix/"
3069
+ "placeholder": "path/prefix/",
3070
+ "type": "input"
3072
3071
  },
3073
3072
  {
3074
- "type": "textarea",
3075
- "placeholder": "File content..."
3073
+ "placeholder": "File content...",
3074
+ "type": "textarea"
3076
3075
  },
3077
3076
  {
3078
- "direction": "horizontal",
3079
- "justify": "center",
3077
+ "gap": "sm",
3078
+ "type": "stack",
3080
3079
  "children": [
3081
3080
  {
3082
- "icon": "upload",
3083
- "label": "Upload",
3084
- "variant": "primary",
3085
3081
  "action": "UPLOAD_FILE",
3086
- "type": "button"
3082
+ "type": "button",
3083
+ "label": "Upload",
3084
+ "icon": "upload",
3085
+ "variant": "primary"
3087
3086
  },
3088
3087
  {
3089
- "label": "Download",
3090
- "action": "DOWNLOAD_FILE",
3091
3088
  "variant": "secondary",
3092
3089
  "icon": "download",
3093
- "type": "button"
3090
+ "type": "button",
3091
+ "label": "Download",
3092
+ "action": "DOWNLOAD_FILE"
3094
3093
  },
3095
3094
  {
3096
- "variant": "secondary",
3095
+ "label": "List",
3097
3096
  "icon": "list",
3097
+ "variant": "secondary",
3098
3098
  "type": "button",
3099
- "action": "LIST_FILES",
3100
- "label": "List"
3099
+ "action": "LIST_FILES"
3101
3100
  },
3102
3101
  {
3103
- "icon": "trash-2",
3104
- "label": "Delete",
3105
3102
  "type": "button",
3106
- "action": "DELETE_FILE",
3107
- "variant": "danger"
3103
+ "variant": "danger",
3104
+ "label": "Delete",
3105
+ "icon": "trash-2",
3106
+ "action": "DELETE_FILE"
3108
3107
  }
3109
3108
  ],
3110
- "type": "stack",
3111
- "gap": "sm"
3109
+ "justify": "center",
3110
+ "direction": "horizontal"
3112
3111
  }
3113
3112
  ]
3114
3113
  }
3115
3114
  ],
3116
- "type": "dashboard-layout",
3115
+ "appName": "ResearchAssistant",
3117
3116
  "navItems": [
3118
3117
  {
3119
- "href": "/research",
3120
3118
  "label": "Research",
3119
+ "href": "/research",
3121
3120
  "icon": "search"
3122
3121
  },
3123
3122
  {
3124
- "href": "/cache",
3123
+ "icon": "database",
3125
3124
  "label": "Cache",
3126
- "icon": "database"
3125
+ "href": "/cache"
3127
3126
  },
3128
3127
  {
3128
+ "label": "Reports",
3129
3129
  "href": "/reports",
3130
- "icon": "file-text",
3131
- "label": "Reports"
3130
+ "icon": "file-text"
3132
3131
  },
3133
3132
  {
3133
+ "icon": "book-open",
3134
3134
  "label": "Knowledge",
3135
- "href": "/knowledge",
3136
- "icon": "book-open"
3135
+ "href": "/knowledge"
3137
3136
  }
3138
- ]
3137
+ ],
3138
+ "type": "dashboard-layout"
3139
3139
  }
3140
3140
  ]
3141
3141
  ]
@@ -3155,25 +3155,51 @@
3155
3155
  "main",
3156
3156
  {
3157
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
+ ],
3158
3180
  "children": [
3159
3181
  {
3182
+ "align": "stretch",
3183
+ "type": "stack",
3184
+ "gap": "lg",
3185
+ "direction": "vertical",
3160
3186
  "children": [
3161
3187
  {
3162
- "direction": "horizontal",
3163
3188
  "type": "stack",
3189
+ "align": "center",
3190
+ "direction": "horizontal",
3164
3191
  "children": [
3165
3192
  {
3166
3193
  "name": "hard-drive",
3167
3194
  "type": "icon"
3168
3195
  },
3169
3196
  {
3170
- "variant": "h2",
3171
3197
  "type": "typography",
3172
- "content": "Report Storage"
3198
+ "content": "Report Storage",
3199
+ "variant": "h2"
3173
3200
  }
3174
3201
  ],
3175
- "gap": "md",
3176
- "align": "center"
3202
+ "gap": "md"
3177
3203
  },
3178
3204
  {
3179
3205
  "type": "divider"
@@ -3191,75 +3217,49 @@
3191
3217
  "type": "input"
3192
3218
  },
3193
3219
  {
3194
- "placeholder": "File content...",
3195
- "type": "textarea"
3220
+ "type": "textarea",
3221
+ "placeholder": "File content..."
3196
3222
  },
3197
3223
  {
3224
+ "type": "stack",
3225
+ "gap": "sm",
3198
3226
  "children": [
3199
3227
  {
3200
3228
  "action": "UPLOAD_FILE",
3201
- "type": "button",
3202
3229
  "label": "Upload",
3203
- "icon": "upload",
3204
- "variant": "primary"
3230
+ "type": "button",
3231
+ "variant": "primary",
3232
+ "icon": "upload"
3205
3233
  },
3206
3234
  {
3235
+ "icon": "download",
3207
3236
  "action": "DOWNLOAD_FILE",
3208
3237
  "variant": "secondary",
3209
- "icon": "download",
3210
- "type": "button",
3211
- "label": "Download"
3238
+ "label": "Download",
3239
+ "type": "button"
3212
3240
  },
3213
3241
  {
3214
- "type": "button",
3215
- "label": "List",
3216
3242
  "action": "LIST_FILES",
3243
+ "label": "List",
3217
3244
  "variant": "secondary",
3218
- "icon": "list"
3245
+ "icon": "list",
3246
+ "type": "button"
3219
3247
  },
3220
3248
  {
3221
- "label": "Delete",
3249
+ "action": "DELETE_FILE",
3250
+ "type": "button",
3222
3251
  "variant": "danger",
3223
3252
  "icon": "trash-2",
3224
- "type": "button",
3225
- "action": "DELETE_FILE"
3253
+ "label": "Delete"
3226
3254
  }
3227
3255
  ],
3228
3256
  "direction": "horizontal",
3229
- "gap": "sm",
3230
- "type": "stack",
3231
3257
  "justify": "center"
3232
3258
  }
3233
- ],
3234
- "gap": "lg",
3235
- "direction": "vertical",
3236
- "type": "stack",
3237
- "align": "stretch"
3259
+ ]
3238
3260
  }
3239
3261
  ],
3240
- "appName": "ResearchAssistant",
3241
- "navItems": [
3242
- {
3243
- "href": "/research",
3244
- "icon": "search",
3245
- "label": "Research"
3246
- },
3247
- {
3248
- "label": "Cache",
3249
- "icon": "database",
3250
- "href": "/cache"
3251
- },
3252
- {
3253
- "href": "/reports",
3254
- "icon": "file-text",
3255
- "label": "Reports"
3256
- },
3257
- {
3258
- "icon": "book-open",
3259
- "label": "Knowledge",
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"
@@ -3497,8 +3497,8 @@
3497
3497
  "KnowledgeQuery",
3498
3498
  {
3499
3499
  "emit": {
3500
- "failure": "KnowledgeQueryLoadFailed",
3501
- "success": "KnowledgeQueryLoaded"
3500
+ "success": "KnowledgeQueryLoaded",
3501
+ "failure": "KnowledgeQueryLoadFailed"
3502
3502
  }
3503
3503
  }
3504
3504
  ],
@@ -3507,16 +3507,43 @@
3507
3507
  "main",
3508
3508
  {
3509
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
+ ],
3510
3533
  "children": [
3511
3534
  {
3535
+ "type": "stack",
3536
+ "gap": "lg",
3537
+ "align": "center",
3538
+ "direction": "vertical",
3512
3539
  "children": [
3513
3540
  {
3514
- "type": "icon",
3515
- "name": "shield"
3541
+ "name": "shield",
3542
+ "type": "icon"
3516
3543
  },
3517
3544
  {
3518
- "type": "typography",
3519
3545
  "variant": "h2",
3546
+ "type": "typography",
3520
3547
  "content": "Bearer API Tester"
3521
3548
  },
3522
3549
  {
@@ -3524,6 +3551,7 @@
3524
3551
  "type": "input"
3525
3552
  },
3526
3553
  {
3554
+ "type": "select",
3527
3555
  "options": [
3528
3556
  {
3529
3557
  "label": "GET",
@@ -3534,57 +3562,29 @@
3534
3562
  "label": "POST"
3535
3563
  },
3536
3564
  {
3537
- "value": "PUT",
3538
- "label": "PUT"
3565
+ "label": "PUT",
3566
+ "value": "PUT"
3539
3567
  },
3540
3568
  {
3541
- "label": "DELETE",
3542
- "value": "DELETE"
3569
+ "value": "DELETE",
3570
+ "label": "DELETE"
3543
3571
  }
3544
- ],
3545
- "type": "select"
3572
+ ]
3546
3573
  },
3547
3574
  {
3548
3575
  "placeholder": "JSON request body",
3549
3576
  "type": "textarea"
3550
3577
  },
3551
3578
  {
3579
+ "type": "button",
3552
3580
  "label": "Send Request",
3553
- "action": "CALL_API",
3554
3581
  "variant": "primary",
3555
3582
  "icon": "send",
3556
- "type": "button"
3583
+ "action": "CALL_API"
3557
3584
  }
3558
- ],
3559
- "direction": "vertical",
3560
- "gap": "lg",
3561
- "align": "center",
3562
- "type": "stack"
3563
- }
3564
- ],
3565
- "navItems": [
3566
- {
3567
- "href": "/research",
3568
- "icon": "search",
3569
- "label": "Research"
3570
- },
3571
- {
3572
- "href": "/cache",
3573
- "icon": "database",
3574
- "label": "Cache"
3575
- },
3576
- {
3577
- "href": "/reports",
3578
- "icon": "file-text",
3579
- "label": "Reports"
3580
- },
3581
- {
3582
- "icon": "book-open",
3583
- "label": "Knowledge",
3584
- "href": "/knowledge"
3585
+ ]
3585
3586
  }
3586
- ],
3587
- "type": "dashboard-layout"
3587
+ ]
3588
3588
  }
3589
3589
  ]
3590
3590
  ]
@@ -3598,37 +3598,37 @@
3598
3598
  "render-ui",
3599
3599
  "main",
3600
3600
  {
3601
+ "children": [
3602
+ {
3603
+ "type": "loading-state",
3604
+ "message": "Sending request to knowledgequery endpoint...",
3605
+ "title": "Calling API..."
3606
+ }
3607
+ ],
3608
+ "type": "dashboard-layout",
3609
+ "appName": "ResearchAssistant",
3601
3610
  "navItems": [
3602
3611
  {
3603
3612
  "label": "Research",
3604
- "href": "/research",
3605
- "icon": "search"
3613
+ "icon": "search",
3614
+ "href": "/research"
3606
3615
  },
3607
3616
  {
3608
3617
  "icon": "database",
3609
- "label": "Cache",
3610
- "href": "/cache"
3618
+ "href": "/cache",
3619
+ "label": "Cache"
3611
3620
  },
3612
3621
  {
3613
- "icon": "file-text",
3614
3622
  "href": "/reports",
3615
- "label": "Reports"
3623
+ "label": "Reports",
3624
+ "icon": "file-text"
3616
3625
  },
3617
3626
  {
3627
+ "label": "Knowledge",
3618
3628
  "href": "/knowledge",
3619
- "icon": "book-open",
3620
- "label": "Knowledge"
3621
- }
3622
- ],
3623
- "children": [
3624
- {
3625
- "message": "Sending request to knowledgequery endpoint...",
3626
- "title": "Calling API...",
3627
- "type": "loading-state"
3629
+ "icon": "book-open"
3628
3630
  }
3629
- ],
3630
- "type": "dashboard-layout",
3631
- "appName": "ResearchAssistant"
3631
+ ]
3632
3632
  }
3633
3633
  ],
3634
3634
  [
@@ -3636,9 +3636,9 @@
3636
3636
  "custom-bearer-api",
3637
3637
  "execute",
3638
3638
  {
3639
- "method": "@entity.method",
3640
3639
  "endpoint": "@entity.endpoint",
3641
- "body": "@entity.requestBody"
3640
+ "body": "@entity.requestBody",
3641
+ "method": "@entity.method"
3642
3642
  },
3643
3643
  {
3644
3644
  "emit": {
@@ -3668,43 +3668,43 @@
3668
3668
  "render-ui",
3669
3669
  "main",
3670
3670
  {
3671
+ "appName": "ResearchAssistant",
3671
3672
  "children": [
3672
3673
  {
3673
- "align": "center",
3674
+ "direction": "vertical",
3675
+ "gap": "lg",
3674
3676
  "children": [
3675
3677
  {
3676
- "type": "icon",
3677
- "name": "check-circle"
3678
+ "name": "check-circle",
3679
+ "type": "icon"
3678
3680
  },
3679
3681
  {
3680
- "type": "typography",
3681
3682
  "content": "Response",
3683
+ "type": "typography",
3682
3684
  "variant": "h2"
3683
3685
  },
3684
3686
  {
3685
- "type": "badge",
3686
3687
  "label": "@entity.statusCode",
3687
- "variant": "info"
3688
+ "variant": "info",
3689
+ "type": "badge"
3688
3690
  },
3689
3691
  {
3692
+ "language": "json",
3690
3693
  "code": "@entity.responseData",
3691
- "type": "code-block",
3692
- "language": "json"
3694
+ "type": "code-block"
3693
3695
  },
3694
3696
  {
3697
+ "icon": "rotate-ccw",
3698
+ "variant": "ghost",
3695
3699
  "type": "button",
3696
3700
  "action": "RESET",
3697
- "variant": "ghost",
3698
- "label": "New Request",
3699
- "icon": "rotate-ccw"
3701
+ "label": "New Request"
3700
3702
  }
3701
3703
  ],
3702
- "direction": "vertical",
3703
- "type": "stack",
3704
- "gap": "lg"
3704
+ "align": "center",
3705
+ "type": "stack"
3705
3706
  }
3706
3707
  ],
3707
- "appName": "ResearchAssistant",
3708
3708
  "type": "dashboard-layout",
3709
3709
  "navItems": [
3710
3710
  {
@@ -3714,8 +3714,8 @@
3714
3714
  },
3715
3715
  {
3716
3716
  "href": "/cache",
3717
- "icon": "database",
3718
- "label": "Cache"
3717
+ "label": "Cache",
3718
+ "icon": "database"
3719
3719
  },
3720
3720
  {
3721
3721
  "label": "Reports",
@@ -3723,9 +3723,9 @@
3723
3723
  "icon": "file-text"
3724
3724
  },
3725
3725
  {
3726
+ "label": "Knowledge",
3726
3727
  "icon": "book-open",
3727
- "href": "/knowledge",
3728
- "label": "Knowledge"
3728
+ "href": "/knowledge"
3729
3729
  }
3730
3730
  ]
3731
3731
  }
@@ -3746,16 +3746,17 @@
3746
3746
  "render-ui",
3747
3747
  "main",
3748
3748
  {
3749
+ "appName": "ResearchAssistant",
3749
3750
  "navItems": [
3750
3751
  {
3752
+ "href": "/research",
3751
3753
  "icon": "search",
3752
- "label": "Research",
3753
- "href": "/research"
3754
+ "label": "Research"
3754
3755
  },
3755
3756
  {
3756
- "icon": "database",
3757
3757
  "label": "Cache",
3758
- "href": "/cache"
3758
+ "href": "/cache",
3759
+ "icon": "database"
3759
3760
  },
3760
3761
  {
3761
3762
  "label": "Reports",
@@ -3763,21 +3764,20 @@
3763
3764
  "href": "/reports"
3764
3765
  },
3765
3766
  {
3766
- "label": "Knowledge",
3767
3767
  "href": "/knowledge",
3768
- "icon": "book-open"
3768
+ "icon": "book-open",
3769
+ "label": "Knowledge"
3769
3770
  }
3770
3771
  ],
3771
- "appName": "ResearchAssistant",
3772
+ "type": "dashboard-layout",
3772
3773
  "children": [
3773
3774
  {
3774
3775
  "onRetry": "RETRY",
3775
- "message": "@entity.error",
3776
+ "title": "Request Failed",
3776
3777
  "type": "error-state",
3777
- "title": "Request Failed"
3778
+ "message": "@entity.error"
3778
3779
  }
3779
- ],
3780
- "type": "dashboard-layout"
3780
+ ]
3781
3781
  }
3782
3782
  ]
3783
3783
  ]
@@ -3791,14 +3791,14 @@
3791
3791
  "render-ui",
3792
3792
  "main",
3793
3793
  {
3794
- "type": "dashboard-layout",
3794
+ "appName": "ResearchAssistant",
3795
3795
  "children": [
3796
3796
  {
3797
3797
  "direction": "vertical",
3798
3798
  "children": [
3799
3799
  {
3800
- "type": "icon",
3801
- "name": "shield"
3800
+ "name": "shield",
3801
+ "type": "icon"
3802
3802
  },
3803
3803
  {
3804
3804
  "content": "Bearer API Tester",
@@ -3806,47 +3806,48 @@
3806
3806
  "type": "typography"
3807
3807
  },
3808
3808
  {
3809
- "placeholder": "/users",
3810
- "type": "input"
3809
+ "type": "input",
3810
+ "placeholder": "/users"
3811
3811
  },
3812
3812
  {
3813
+ "type": "select",
3813
3814
  "options": [
3814
3815
  {
3815
- "value": "GET",
3816
- "label": "GET"
3816
+ "label": "GET",
3817
+ "value": "GET"
3817
3818
  },
3818
3819
  {
3819
- "label": "POST",
3820
- "value": "POST"
3820
+ "value": "POST",
3821
+ "label": "POST"
3821
3822
  },
3822
3823
  {
3823
- "value": "PUT",
3824
- "label": "PUT"
3824
+ "label": "PUT",
3825
+ "value": "PUT"
3825
3826
  },
3826
3827
  {
3827
3828
  "value": "DELETE",
3828
3829
  "label": "DELETE"
3829
3830
  }
3830
- ],
3831
- "type": "select"
3831
+ ]
3832
3832
  },
3833
3833
  {
3834
- "placeholder": "JSON request body",
3835
- "type": "textarea"
3834
+ "type": "textarea",
3835
+ "placeholder": "JSON request body"
3836
3836
  },
3837
3837
  {
3838
3838
  "icon": "send",
3839
+ "type": "button",
3839
3840
  "label": "Send Request",
3840
3841
  "variant": "primary",
3841
- "action": "CALL_API",
3842
- "type": "button"
3842
+ "action": "CALL_API"
3843
3843
  }
3844
3844
  ],
3845
3845
  "type": "stack",
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
  {
3852
3853
  "label": "Research",
@@ -3854,22 +3855,21 @@
3854
3855
  "icon": "search"
3855
3856
  },
3856
3857
  {
3858
+ "icon": "database",
3857
3859
  "label": "Cache",
3858
- "href": "/cache",
3859
- "icon": "database"
3860
+ "href": "/cache"
3860
3861
  },
3861
3862
  {
3862
- "icon": "file-text",
3863
+ "href": "/reports",
3863
3864
  "label": "Reports",
3864
- "href": "/reports"
3865
+ "icon": "file-text"
3865
3866
  },
3866
3867
  {
3867
- "label": "Knowledge",
3868
+ "icon": "book-open",
3868
3869
  "href": "/knowledge",
3869
- "icon": "book-open"
3870
+ "label": "Knowledge"
3870
3871
  }
3871
- ],
3872
- "appName": "ResearchAssistant"
3872
+ ]
3873
3873
  }
3874
3874
  ]
3875
3875
  ]
@@ -3883,43 +3883,48 @@
3883
3883
  "render-ui",
3884
3884
  "main",
3885
3885
  {
3886
+ "appName": "ResearchAssistant",
3887
+ "type": "dashboard-layout",
3886
3888
  "navItems": [
3887
3889
  {
3888
- "label": "Research",
3890
+ "icon": "search",
3889
3891
  "href": "/research",
3890
- "icon": "search"
3892
+ "label": "Research"
3891
3893
  },
3892
3894
  {
3893
- "icon": "database",
3894
3895
  "label": "Cache",
3896
+ "icon": "database",
3895
3897
  "href": "/cache"
3896
3898
  },
3897
3899
  {
3898
- "label": "Reports",
3899
3900
  "href": "/reports",
3901
+ "label": "Reports",
3900
3902
  "icon": "file-text"
3901
3903
  },
3902
3904
  {
3905
+ "icon": "book-open",
3903
3906
  "href": "/knowledge",
3904
- "label": "Knowledge",
3905
- "icon": "book-open"
3907
+ "label": "Knowledge"
3906
3908
  }
3907
3909
  ],
3908
3910
  "children": [
3909
3911
  {
3912
+ "gap": "lg",
3913
+ "direction": "vertical",
3914
+ "align": "center",
3910
3915
  "children": [
3911
3916
  {
3912
- "name": "shield",
3913
- "type": "icon"
3917
+ "type": "icon",
3918
+ "name": "shield"
3914
3919
  },
3915
3920
  {
3916
- "content": "Bearer API Tester",
3921
+ "variant": "h2",
3917
3922
  "type": "typography",
3918
- "variant": "h2"
3923
+ "content": "Bearer API Tester"
3919
3924
  },
3920
3925
  {
3921
- "placeholder": "/users",
3922
- "type": "input"
3926
+ "type": "input",
3927
+ "placeholder": "/users"
3923
3928
  },
3924
3929
  {
3925
3930
  "type": "select",
@@ -3937,8 +3942,8 @@
3937
3942
  "label": "PUT"
3938
3943
  },
3939
3944
  {
3940
- "value": "DELETE",
3941
- "label": "DELETE"
3945
+ "label": "DELETE",
3946
+ "value": "DELETE"
3942
3947
  }
3943
3948
  ]
3944
3949
  },
@@ -3947,21 +3952,16 @@
3947
3952
  "placeholder": "JSON request body"
3948
3953
  },
3949
3954
  {
3950
- "type": "button",
3955
+ "label": "Send Request",
3951
3956
  "action": "CALL_API",
3957
+ "type": "button",
3952
3958
  "variant": "primary",
3953
- "label": "Send Request",
3954
3959
  "icon": "send"
3955
3960
  }
3956
3961
  ],
3957
- "direction": "vertical",
3958
- "gap": "lg",
3959
- "align": "center",
3960
3962
  "type": "stack"
3961
3963
  }
3962
- ],
3963
- "type": "dashboard-layout",
3964
- "appName": "ResearchAssistant"
3964
+ ]
3965
3965
  }
3966
3966
  ]
3967
3967
  ]
@@ -3975,83 +3975,83 @@
3975
3975
  "render-ui",
3976
3976
  "main",
3977
3977
  {
3978
- "navItems": [
3979
- {
3980
- "icon": "search",
3981
- "href": "/research",
3982
- "label": "Research"
3983
- },
3984
- {
3985
- "icon": "database",
3986
- "href": "/cache",
3987
- "label": "Cache"
3988
- },
3989
- {
3990
- "label": "Reports",
3991
- "icon": "file-text",
3992
- "href": "/reports"
3993
- },
3994
- {
3995
- "href": "/knowledge",
3996
- "icon": "book-open",
3997
- "label": "Knowledge"
3998
- }
3999
- ],
4000
- "appName": "ResearchAssistant",
4001
- "type": "dashboard-layout",
4002
3978
  "children": [
4003
3979
  {
4004
- "type": "stack",
3980
+ "direction": "vertical",
4005
3981
  "align": "center",
3982
+ "type": "stack",
3983
+ "gap": "lg",
4006
3984
  "children": [
4007
3985
  {
4008
3986
  "type": "icon",
4009
3987
  "name": "shield"
4010
3988
  },
4011
3989
  {
4012
- "type": "typography",
3990
+ "variant": "h2",
4013
3991
  "content": "Bearer API Tester",
4014
- "variant": "h2"
3992
+ "type": "typography"
4015
3993
  },
4016
3994
  {
4017
- "placeholder": "/users",
4018
- "type": "input"
3995
+ "type": "input",
3996
+ "placeholder": "/users"
4019
3997
  },
4020
3998
  {
3999
+ "type": "select",
4021
4000
  "options": [
4022
4001
  {
4023
- "label": "GET",
4024
- "value": "GET"
4002
+ "value": "GET",
4003
+ "label": "GET"
4025
4004
  },
4026
4005
  {
4027
- "value": "POST",
4028
- "label": "POST"
4006
+ "label": "POST",
4007
+ "value": "POST"
4029
4008
  },
4030
4009
  {
4031
4010
  "label": "PUT",
4032
4011
  "value": "PUT"
4033
4012
  },
4034
4013
  {
4035
- "value": "DELETE",
4036
- "label": "DELETE"
4014
+ "label": "DELETE",
4015
+ "value": "DELETE"
4037
4016
  }
4038
- ],
4039
- "type": "select"
4017
+ ]
4040
4018
  },
4041
4019
  {
4042
4020
  "type": "textarea",
4043
4021
  "placeholder": "JSON request body"
4044
4022
  },
4045
4023
  {
4024
+ "action": "CALL_API",
4025
+ "variant": "primary",
4046
4026
  "icon": "send",
4047
- "label": "Send Request",
4048
4027
  "type": "button",
4049
- "action": "CALL_API",
4050
- "variant": "primary"
4028
+ "label": "Send Request"
4051
4029
  }
4052
- ],
4053
- "direction": "vertical",
4054
- "gap": "lg"
4030
+ ]
4031
+ }
4032
+ ],
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
4055
  }
4056
4056
  ]
4057
4057
  }