@almadar/std 14.24.0 → 14.25.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 (411) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
  25. package/behaviors/registry/app/atoms/std-applicant.orb +43 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
  30. package/behaviors/registry/app/atoms/std-checkin.orb +57 -57
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
  33. package/behaviors/registry/app/atoms/std-class-session.orb +104 -47
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
  37. package/behaviors/registry/app/atoms/std-donor.orb +107 -34
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +98 -86
  40. package/behaviors/registry/app/atoms/std-dunning.orb +181 -45
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +285 -75
  44. package/behaviors/registry/app/atoms/std-help-article.orb +217 -75
  45. package/behaviors/registry/app/atoms/std-help-category.orb +129 -88
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
  47. package/behaviors/registry/app/atoms/std-invoice.orb +130 -112
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
  49. package/behaviors/registry/app/atoms/std-lease.orb +172 -44
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
  52. package/behaviors/registry/app/atoms/std-matter.orb +265 -46
  53. package/behaviors/registry/app/atoms/std-membership.orb +116 -58
  54. package/behaviors/registry/app/atoms/std-menu.orb +55 -55
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
  60. package/behaviors/registry/app/atoms/std-receipt.orb +42 -42
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
  66. package/behaviors/registry/app/atoms/std-rfi.orb +175 -120
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
  68. package/behaviors/registry/app/atoms/std-segment.orb +90 -39
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
  70. package/behaviors/registry/app/atoms/std-submittal.orb +245 -106
  71. package/behaviors/registry/app/atoms/std-table-map.orb +41 -41
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
  75. package/behaviors/registry/app/atoms/std-tenant.orb +88 -38
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
  79. package/behaviors/registry/app/atoms/std-trial.orb +137 -61
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
  83. package/behaviors/registry/app/atoms/std-work-order.orb +50 -50
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
  85. package/behaviors/registry/app/molecules/std-application.orb +137 -137
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
  87. package/behaviors/registry/app/molecules/std-cart.orb +51 -51
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
  92. package/behaviors/registry/app/organisms/std-accounting.orb +103 -103
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
  97. package/behaviors/registry/app/organisms/std-cms.orb +252 -252
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
  100. package/behaviors/registry/app/organisms/std-crm.orb +274 -274
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
  106. package/behaviors/registry/app/organisms/std-field-service.orb +171 -171
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
  110. package/behaviors/registry/app/organisms/std-forum.orb +142 -142
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
  114. package/behaviors/registry/app/organisms/std-inventory.orb +899 -97
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
  117. package/behaviors/registry/app/organisms/std-listings.orb +151 -151
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
  122. package/behaviors/registry/app/organisms/std-notes.orb +289 -78
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
  131. package/behaviors/registry/app/organisms/std-survey.orb +138 -138
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
  134. package/behaviors/registry/app/organisms/std-wiki.orb +130 -130
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +60 -60
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
  139. package/behaviors/registry/core/atoms/std-calendar.orb +53 -53
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
  142. package/behaviors/registry/core/atoms/std-display.orb +3 -3
  143. package/behaviors/registry/core/atoms/std-drawer.orb +13 -13
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
  145. package/behaviors/registry/core/atoms/std-file-store.orb +171 -36
  146. package/behaviors/registry/core/atoms/std-filter.orb +9 -9
  147. package/behaviors/registry/core/atoms/std-flag.orb +87 -87
  148. package/behaviors/registry/core/atoms/std-gallery.orb +44 -44
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
  150. package/behaviors/registry/core/atoms/std-graphs.orb +34 -34
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
  153. package/behaviors/registry/core/atoms/std-modal.orb +17 -17
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
  155. package/behaviors/registry/core/atoms/std-pagination.orb +12 -12
  156. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
  162. package/behaviors/registry/core/atoms/std-search.orb +5 -5
  163. package/behaviors/registry/core/atoms/std-selection.orb +106 -106
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
  165. package/behaviors/registry/core/atoms/std-stats.orb +140 -140
  166. package/behaviors/registry/core/atoms/std-tabs.orb +34 -34
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
  168. package/behaviors/registry/core/atoms/std-thread.orb +50 -50
  169. package/behaviors/registry/core/atoms/std-version-history.orb +70 -70
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
  177. package/behaviors/registry/core/molecules/std-list.orb +55 -55
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
  183. package/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
  184. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
  185. package/behaviors/registry/game/atoms/std-overworld.orb +62 -62
  186. package/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
  187. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  188. package/behaviors/registry/game/atoms/std-timer.orb +292 -292
  189. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
  190. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
  191. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
  192. package/behaviors/registry/service/atoms/std-service-email.orb +60 -60
  193. package/behaviors/registry/service/atoms/std-service-github.orb +61 -61
  194. package/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
  195. package/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
  196. package/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
  197. package/behaviors/registry/service/atoms/std-service-print.orb +113 -113
  198. package/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
  199. package/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
  200. package/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
  201. package/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
  202. package/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
  203. package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
  204. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
  205. package/dist/behaviors/behaviors-registry.json +4 -684
  206. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
  207. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
  208. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
  209. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  210. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
  211. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
  212. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
  213. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
  214. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
  215. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
  216. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
  217. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
  218. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
  219. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
  220. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
  221. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
  222. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  223. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
  224. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
  225. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
  226. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
  227. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
  228. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
  229. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
  230. package/dist/behaviors/registry/app/atoms/std-applicant.orb +43 -43
  231. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
  232. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
  233. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  234. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
  235. package/dist/behaviors/registry/app/atoms/std-checkin.orb +57 -57
  236. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
  237. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
  238. package/dist/behaviors/registry/app/atoms/std-class-session.orb +104 -47
  239. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
  240. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
  241. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
  242. package/dist/behaviors/registry/app/atoms/std-donor.orb +107 -34
  243. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  244. package/dist/behaviors/registry/app/atoms/std-driver.orb +98 -86
  245. package/dist/behaviors/registry/app/atoms/std-dunning.orb +181 -45
  246. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
  247. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  248. package/dist/behaviors/registry/app/atoms/std-health-score.orb +285 -75
  249. package/dist/behaviors/registry/app/atoms/std-help-article.orb +217 -75
  250. package/dist/behaviors/registry/app/atoms/std-help-category.orb +129 -88
  251. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
  252. package/dist/behaviors/registry/app/atoms/std-invoice.orb +130 -112
  253. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
  254. package/dist/behaviors/registry/app/atoms/std-lease.orb +172 -44
  255. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
  256. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
  257. package/dist/behaviors/registry/app/atoms/std-matter.orb +265 -46
  258. package/dist/behaviors/registry/app/atoms/std-membership.orb +116 -58
  259. package/dist/behaviors/registry/app/atoms/std-menu.orb +55 -55
  260. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
  261. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
  262. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
  263. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
  264. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-receipt.orb +42 -42
  266. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
  267. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
  268. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
  269. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
  270. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
  271. package/dist/behaviors/registry/app/atoms/std-rfi.orb +175 -120
  272. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
  273. package/dist/behaviors/registry/app/atoms/std-segment.orb +90 -39
  274. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
  275. package/dist/behaviors/registry/app/atoms/std-submittal.orb +245 -106
  276. package/dist/behaviors/registry/app/atoms/std-table-map.orb +41 -41
  277. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
  278. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
  279. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
  280. package/dist/behaviors/registry/app/atoms/std-tenant.orb +88 -38
  281. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
  282. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
  283. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
  284. package/dist/behaviors/registry/app/atoms/std-trial.orb +137 -61
  285. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
  286. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
  287. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
  288. package/dist/behaviors/registry/app/atoms/std-work-order.orb +50 -50
  289. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
  290. package/dist/behaviors/registry/app/molecules/std-application.orb +137 -137
  291. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
  292. package/dist/behaviors/registry/app/molecules/std-cart.orb +51 -51
  293. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
  294. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
  295. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
  296. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
  297. package/dist/behaviors/registry/app/organisms/std-accounting.orb +103 -103
  298. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
  299. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
  300. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
  301. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
  302. package/dist/behaviors/registry/app/organisms/std-cms.orb +252 -252
  303. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
  304. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
  305. package/dist/behaviors/registry/app/organisms/std-crm.orb +274 -274
  306. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
  307. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
  308. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
  309. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
  310. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
  311. package/dist/behaviors/registry/app/organisms/std-field-service.orb +171 -171
  312. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
  313. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
  314. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
  315. package/dist/behaviors/registry/app/organisms/std-forum.orb +142 -142
  316. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
  317. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
  318. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
  319. package/dist/behaviors/registry/app/organisms/std-inventory.orb +899 -97
  320. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
  321. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
  322. package/dist/behaviors/registry/app/organisms/std-listings.orb +151 -151
  323. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  324. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
  325. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
  326. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
  327. package/dist/behaviors/registry/app/organisms/std-notes.orb +289 -78
  328. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
  329. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
  330. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
  331. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
  332. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
  333. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
  335. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
  336. package/dist/behaviors/registry/app/organisms/std-survey.orb +138 -138
  337. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
  338. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
  339. package/dist/behaviors/registry/app/organisms/std-wiki.orb +130 -130
  340. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
  341. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  342. package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
  343. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
  344. package/dist/behaviors/registry/core/atoms/std-calendar.orb +53 -53
  345. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
  346. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
  347. package/dist/behaviors/registry/core/atoms/std-display.orb +3 -3
  348. package/dist/behaviors/registry/core/atoms/std-drawer.orb +13 -13
  349. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
  350. package/dist/behaviors/registry/core/atoms/std-file-store.orb +171 -36
  351. package/dist/behaviors/registry/core/atoms/std-filter.orb +9 -9
  352. package/dist/behaviors/registry/core/atoms/std-flag.orb +87 -87
  353. package/dist/behaviors/registry/core/atoms/std-gallery.orb +44 -44
  354. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
  355. package/dist/behaviors/registry/core/atoms/std-graphs.orb +34 -34
  356. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
  357. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
  358. package/dist/behaviors/registry/core/atoms/std-modal.orb +17 -17
  359. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
  360. package/dist/behaviors/registry/core/atoms/std-pagination.orb +12 -12
  361. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  362. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  363. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
  364. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  365. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
  366. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
  367. package/dist/behaviors/registry/core/atoms/std-search.orb +5 -5
  368. package/dist/behaviors/registry/core/atoms/std-selection.orb +106 -106
  369. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
  370. package/dist/behaviors/registry/core/atoms/std-stats.orb +140 -140
  371. package/dist/behaviors/registry/core/atoms/std-tabs.orb +34 -34
  372. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
  373. package/dist/behaviors/registry/core/atoms/std-thread.orb +50 -50
  374. package/dist/behaviors/registry/core/atoms/std-version-history.orb +70 -70
  375. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  376. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
  377. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
  378. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
  379. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
  380. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
  381. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
  382. package/dist/behaviors/registry/core/molecules/std-list.orb +55 -55
  383. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
  384. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
  385. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
  386. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
  387. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
  388. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
  389. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
  390. package/dist/behaviors/registry/game/atoms/std-overworld.orb +62 -62
  391. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
  392. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  393. package/dist/behaviors/registry/game/atoms/std-timer.orb +292 -292
  394. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
  395. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
  396. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
  397. package/dist/behaviors/registry/service/atoms/std-service-email.orb +60 -60
  398. package/dist/behaviors/registry/service/atoms/std-service-github.orb +61 -61
  399. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
  400. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
  401. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
  402. package/dist/behaviors/registry/service/atoms/std-service-print.orb +113 -113
  403. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
  404. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
  405. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
  406. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
  407. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
  408. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
  409. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
  410. package/dist/behaviors-registry.json +4 -684
  411. package/package.json +1 -1
@@ -403,28 +403,50 @@
403
403
  "render-ui",
404
404
  "main",
405
405
  {
406
+ "navItems": [
407
+ {
408
+ "icon": "search",
409
+ "href": "/research",
410
+ "label": "Research"
411
+ },
412
+ {
413
+ "icon": "database",
414
+ "href": "/cache",
415
+ "label": "Cache"
416
+ },
417
+ {
418
+ "icon": "file-text",
419
+ "label": "Reports",
420
+ "href": "/reports"
421
+ },
422
+ {
423
+ "label": "Knowledge",
424
+ "icon": "book-open",
425
+ "href": "/knowledge"
426
+ }
427
+ ],
428
+ "type": "dashboard-layout",
429
+ "appName": "ResearchAssistant",
406
430
  "children": [
407
431
  {
408
- "type": "stack",
409
432
  "direction": "vertical",
410
- "gap": "lg",
411
433
  "children": [
412
434
  {
413
435
  "type": "stack",
414
- "direction": "horizontal",
415
- "gap": "sm",
416
- "align": "center",
417
436
  "children": [
418
437
  {
419
- "name": "search",
420
- "type": "icon"
438
+ "type": "icon",
439
+ "name": "search"
421
440
  },
422
441
  {
423
442
  "type": "typography",
424
443
  "content": "Content Research",
425
444
  "variant": "h2"
426
445
  }
427
- ]
446
+ ],
447
+ "direction": "horizontal",
448
+ "gap": "sm",
449
+ "align": "center"
428
450
  },
429
451
  {
430
452
  "type": "divider"
@@ -433,53 +455,31 @@
433
455
  "type": "card",
434
456
  "children": [
435
457
  {
436
- "type": "stack",
458
+ "direction": "vertical",
437
459
  "children": [
438
460
  {
439
- "variant": "body",
440
461
  "type": "typography",
441
- "content": "Search YouTube for content to summarize"
462
+ "content": "Search YouTube for content to summarize",
463
+ "variant": "body"
442
464
  },
443
465
  {
444
- "type": "form-section",
445
- "entity": "@entity",
446
- "mode": "edit",
447
- "submitEvent": "SEARCH",
448
466
  "fields": [
449
467
  "query"
450
- ]
468
+ ],
469
+ "mode": "edit",
470
+ "type": "form-section",
471
+ "submitEvent": "SEARCH",
472
+ "entity": "@entity"
451
473
  }
452
474
  ],
453
- "gap": "md",
454
- "direction": "vertical"
475
+ "type": "stack",
476
+ "gap": "md"
455
477
  }
456
478
  ]
457
479
  }
458
- ]
459
- }
460
- ],
461
- "appName": "ResearchAssistant",
462
- "type": "dashboard-layout",
463
- "navItems": [
464
- {
465
- "href": "/research",
466
- "icon": "search",
467
- "label": "Research"
468
- },
469
- {
470
- "label": "Cache",
471
- "icon": "database",
472
- "href": "/cache"
473
- },
474
- {
475
- "icon": "file-text",
476
- "href": "/reports",
477
- "label": "Reports"
478
- },
479
- {
480
- "icon": "book-open",
481
- "label": "Knowledge",
482
- "href": "/knowledge"
480
+ ],
481
+ "type": "stack",
482
+ "gap": "lg"
483
483
  }
484
484
  ]
485
485
  }
@@ -501,9 +501,9 @@
501
501
  "youtube",
502
502
  "search",
503
503
  {
504
- "maxResults": 5.0,
505
504
  "type": "video",
506
- "query": "@entity.query"
505
+ "query": "@entity.query",
506
+ "maxResults": 5.0
507
507
  },
508
508
  {
509
509
  "emit": {
@@ -516,44 +516,44 @@
516
516
  "render-ui",
517
517
  "main",
518
518
  {
519
- "appName": "ResearchAssistant",
520
519
  "type": "dashboard-layout",
520
+ "appName": "ResearchAssistant",
521
521
  "navItems": [
522
522
  {
523
523
  "href": "/research",
524
- "label": "Research",
525
- "icon": "search"
524
+ "icon": "search",
525
+ "label": "Research"
526
526
  },
527
527
  {
528
+ "href": "/cache",
528
529
  "icon": "database",
529
- "label": "Cache",
530
- "href": "/cache"
530
+ "label": "Cache"
531
531
  },
532
532
  {
533
533
  "href": "/reports",
534
- "label": "Reports",
535
- "icon": "file-text"
534
+ "icon": "file-text",
535
+ "label": "Reports"
536
536
  },
537
537
  {
538
- "icon": "book-open",
538
+ "href": "/knowledge",
539
539
  "label": "Knowledge",
540
- "href": "/knowledge"
540
+ "icon": "book-open"
541
541
  }
542
542
  ],
543
543
  "children": [
544
544
  {
545
- "type": "stack",
546
545
  "align": "center",
546
+ "direction": "vertical",
547
547
  "gap": "lg",
548
548
  "children": [
549
549
  {
550
- "type": "icon",
551
- "name": "search"
550
+ "name": "search",
551
+ "type": "icon"
552
552
  },
553
553
  {
554
+ "type": "typography",
554
555
  "variant": "h3",
555
- "content": "Searching YouTube...",
556
- "type": "typography"
556
+ "content": "Searching YouTube..."
557
557
  },
558
558
  {
559
559
  "type": "spinner"
@@ -564,7 +564,7 @@
564
564
  "variant": "caption"
565
565
  }
566
566
  ],
567
- "direction": "vertical"
567
+ "type": "stack"
568
568
  }
569
569
  ]
570
570
  }
@@ -585,42 +585,17 @@
585
585
  "render-ui",
586
586
  "main",
587
587
  {
588
- "appName": "ResearchAssistant",
589
- "type": "dashboard-layout",
590
- "navItems": [
591
- {
592
- "href": "/research",
593
- "label": "Research",
594
- "icon": "search"
595
- },
596
- {
597
- "href": "/cache",
598
- "label": "Cache",
599
- "icon": "database"
600
- },
601
- {
602
- "icon": "file-text",
603
- "label": "Reports",
604
- "href": "/reports"
605
- },
606
- {
607
- "icon": "book-open",
608
- "href": "/knowledge",
609
- "label": "Knowledge"
610
- }
611
- ],
612
588
  "children": [
613
589
  {
614
- "type": "stack",
615
590
  "direction": "vertical",
616
- "gap": "lg",
617
591
  "children": [
618
592
  {
619
- "gap": "sm",
593
+ "align": "center",
620
594
  "justify": "between",
595
+ "type": "stack",
621
596
  "children": [
622
597
  {
623
- "gap": "sm",
598
+ "direction": "horizontal",
624
599
  "children": [
625
600
  {
626
601
  "name": "video",
@@ -632,39 +607,32 @@
632
607
  "variant": "h2"
633
608
  }
634
609
  ],
635
- "direction": "horizontal",
610
+ "type": "stack",
636
611
  "align": "center",
637
- "type": "stack"
612
+ "gap": "sm"
638
613
  },
639
614
  {
640
- "type": "button",
641
- "action": "RESET",
642
615
  "label": "New Search",
616
+ "type": "button",
643
617
  "variant": "ghost",
644
- "icon": "rotate-ccw"
618
+ "icon": "rotate-ccw",
619
+ "action": "RESET"
645
620
  }
646
621
  ],
647
- "type": "stack",
648
- "align": "center",
649
- "direction": "horizontal"
622
+ "direction": "horizontal",
623
+ "gap": "sm"
650
624
  },
651
625
  {
652
626
  "type": "divider"
653
627
  },
654
628
  {
655
- "itemActions": [
656
- {
657
- "variant": "primary",
658
- "label": "Summarize",
659
- "event": "SELECT_AND_SUMMARIZE"
660
- }
661
- ],
629
+ "entity": "@payload.results",
662
630
  "fields": [
663
631
  {
664
- "variant": "h4",
665
- "icon": "video",
632
+ "name": "videoTitle",
666
633
  "label": "Title",
667
- "name": "videoTitle"
634
+ "variant": "h4",
635
+ "icon": "video"
668
636
  },
669
637
  {
670
638
  "name": "videoDescription",
@@ -673,9 +641,41 @@
673
641
  }
674
642
  ],
675
643
  "type": "data-grid",
676
- "entity": "@payload.results"
644
+ "itemActions": [
645
+ {
646
+ "variant": "primary",
647
+ "event": "SELECT_AND_SUMMARIZE",
648
+ "label": "Summarize"
649
+ }
650
+ ]
677
651
  }
678
- ]
652
+ ],
653
+ "type": "stack",
654
+ "gap": "lg"
655
+ }
656
+ ],
657
+ "type": "dashboard-layout",
658
+ "appName": "ResearchAssistant",
659
+ "navItems": [
660
+ {
661
+ "label": "Research",
662
+ "icon": "search",
663
+ "href": "/research"
664
+ },
665
+ {
666
+ "icon": "database",
667
+ "href": "/cache",
668
+ "label": "Cache"
669
+ },
670
+ {
671
+ "href": "/reports",
672
+ "label": "Reports",
673
+ "icon": "file-text"
674
+ },
675
+ {
676
+ "icon": "book-open",
677
+ "label": "Knowledge",
678
+ "href": "/knowledge"
679
679
  }
680
680
  ]
681
681
  }
@@ -701,31 +701,10 @@
701
701
  "render-ui",
702
702
  "main",
703
703
  {
704
- "navItems": [
705
- {
706
- "label": "Research",
707
- "href": "/research",
708
- "icon": "search"
709
- },
710
- {
711
- "icon": "database",
712
- "label": "Cache",
713
- "href": "/cache"
714
- },
715
- {
716
- "icon": "file-text",
717
- "label": "Reports",
718
- "href": "/reports"
719
- },
720
- {
721
- "label": "Knowledge",
722
- "href": "/knowledge",
723
- "icon": "book-open"
724
- }
725
- ],
726
- "appName": "ResearchAssistant",
727
704
  "children": [
728
705
  {
706
+ "direction": "vertical",
707
+ "align": "center",
729
708
  "children": [
730
709
  {
731
710
  "name": "alert-triangle",
@@ -733,29 +712,50 @@
733
712
  },
734
713
  {
735
714
  "type": "typography",
736
- "variant": "h2",
737
- "content": "Pipeline Error"
715
+ "content": "Pipeline Error",
716
+ "variant": "h2"
738
717
  },
739
718
  {
740
- "variant": "error",
741
719
  "message": "@entity.error",
720
+ "variant": "error",
742
721
  "type": "alert"
743
722
  },
744
723
  {
745
- "type": "button",
724
+ "action": "RESET",
725
+ "variant": "primary",
746
726
  "icon": "rotate-ccw",
747
727
  "label": "Try Again",
748
- "variant": "primary",
749
- "action": "RESET"
728
+ "type": "button"
750
729
  }
751
730
  ],
752
- "direction": "vertical",
753
- "type": "stack",
754
731
  "gap": "lg",
755
- "align": "center"
732
+ "type": "stack"
756
733
  }
757
734
  ],
758
- "type": "dashboard-layout"
735
+ "appName": "ResearchAssistant",
736
+ "type": "dashboard-layout",
737
+ "navItems": [
738
+ {
739
+ "label": "Research",
740
+ "href": "/research",
741
+ "icon": "search"
742
+ },
743
+ {
744
+ "href": "/cache",
745
+ "label": "Cache",
746
+ "icon": "database"
747
+ },
748
+ {
749
+ "href": "/reports",
750
+ "label": "Reports",
751
+ "icon": "file-text"
752
+ },
753
+ {
754
+ "href": "/knowledge",
755
+ "label": "Knowledge",
756
+ "icon": "book-open"
757
+ }
758
+ ]
759
759
  }
760
760
  ]
761
761
  ]
@@ -788,37 +788,15 @@
788
788
  "render-ui",
789
789
  "main",
790
790
  {
791
- "navItems": [
792
- {
793
- "label": "Research",
794
- "href": "/research",
795
- "icon": "search"
796
- },
797
- {
798
- "label": "Cache",
799
- "href": "/cache",
800
- "icon": "database"
801
- },
802
- {
803
- "icon": "file-text",
804
- "label": "Reports",
805
- "href": "/reports"
806
- },
807
- {
808
- "href": "/knowledge",
809
- "icon": "book-open",
810
- "label": "Knowledge"
811
- }
812
- ],
813
- "children": [
791
+ "children": [
814
792
  {
815
793
  "direction": "vertical",
794
+ "align": "center",
816
795
  "type": "stack",
817
- "gap": "lg",
818
796
  "children": [
819
797
  {
820
- "name": "cpu",
821
- "type": "icon"
798
+ "type": "icon",
799
+ "name": "cpu"
822
800
  },
823
801
  {
824
802
  "type": "typography",
@@ -830,15 +808,37 @@
830
808
  },
831
809
  {
832
810
  "content": "@entity.videoTitle",
833
- "type": "typography",
834
- "variant": "caption"
811
+ "variant": "caption",
812
+ "type": "typography"
835
813
  }
836
814
  ],
837
- "align": "center"
815
+ "gap": "lg"
838
816
  }
839
817
  ],
840
- "type": "dashboard-layout",
841
- "appName": "ResearchAssistant"
818
+ "navItems": [
819
+ {
820
+ "icon": "search",
821
+ "href": "/research",
822
+ "label": "Research"
823
+ },
824
+ {
825
+ "icon": "database",
826
+ "label": "Cache",
827
+ "href": "/cache"
828
+ },
829
+ {
830
+ "label": "Reports",
831
+ "href": "/reports",
832
+ "icon": "file-text"
833
+ },
834
+ {
835
+ "label": "Knowledge",
836
+ "href": "/knowledge",
837
+ "icon": "book-open"
838
+ }
839
+ ],
840
+ "appName": "ResearchAssistant",
841
+ "type": "dashboard-layout"
842
842
  }
843
843
  ]
844
844
  ]
@@ -858,10 +858,30 @@
858
858
  "main",
859
859
  {
860
860
  "type": "dashboard-layout",
861
- "appName": "ResearchAssistant",
861
+ "navItems": [
862
+ {
863
+ "href": "/research",
864
+ "icon": "search",
865
+ "label": "Research"
866
+ },
867
+ {
868
+ "label": "Cache",
869
+ "href": "/cache",
870
+ "icon": "database"
871
+ },
872
+ {
873
+ "icon": "file-text",
874
+ "href": "/reports",
875
+ "label": "Reports"
876
+ },
877
+ {
878
+ "href": "/knowledge",
879
+ "icon": "book-open",
880
+ "label": "Knowledge"
881
+ }
882
+ ],
862
883
  "children": [
863
884
  {
864
- "type": "stack",
865
885
  "direction": "vertical",
866
886
  "children": [
867
887
  {
@@ -869,73 +889,53 @@
869
889
  "gap": "sm",
870
890
  "children": [
871
891
  {
872
- "type": "icon",
873
- "name": "search"
892
+ "name": "search",
893
+ "type": "icon"
874
894
  },
875
895
  {
876
- "variant": "h2",
896
+ "type": "typography",
877
897
  "content": "Content Research",
878
- "type": "typography"
898
+ "variant": "h2"
879
899
  }
880
900
  ],
881
- "type": "stack",
882
- "align": "center"
901
+ "align": "center",
902
+ "type": "stack"
883
903
  },
884
904
  {
885
905
  "type": "divider"
886
906
  },
887
907
  {
908
+ "type": "card",
888
909
  "children": [
889
910
  {
890
- "type": "stack",
891
911
  "gap": "md",
892
912
  "children": [
893
913
  {
894
- "content": "Search YouTube for content to summarize",
895
914
  "type": "typography",
915
+ "content": "Search YouTube for content to summarize",
896
916
  "variant": "body"
897
917
  },
898
918
  {
919
+ "type": "form-section",
899
920
  "entity": "@entity",
900
921
  "mode": "edit",
901
- "type": "form-section",
902
- "submitEvent": "SEARCH",
903
922
  "fields": [
904
923
  "query"
905
- ]
924
+ ],
925
+ "submitEvent": "SEARCH"
906
926
  }
907
927
  ],
908
- "direction": "vertical"
928
+ "direction": "vertical",
929
+ "type": "stack"
909
930
  }
910
- ],
911
- "type": "card"
931
+ ]
912
932
  }
913
933
  ],
914
- "gap": "lg"
934
+ "gap": "lg",
935
+ "type": "stack"
915
936
  }
916
937
  ],
917
- "navItems": [
918
- {
919
- "href": "/research",
920
- "label": "Research",
921
- "icon": "search"
922
- },
923
- {
924
- "label": "Cache",
925
- "icon": "database",
926
- "href": "/cache"
927
- },
928
- {
929
- "icon": "file-text",
930
- "label": "Reports",
931
- "href": "/reports"
932
- },
933
- {
934
- "href": "/knowledge",
935
- "label": "Knowledge",
936
- "icon": "book-open"
937
- }
938
- ]
938
+ "appName": "ResearchAssistant"
939
939
  }
940
940
  ]
941
941
  ]
@@ -990,43 +990,64 @@
990
990
  "render-ui",
991
991
  "main",
992
992
  {
993
+ "navItems": [
994
+ {
995
+ "href": "/research",
996
+ "label": "Research",
997
+ "icon": "search"
998
+ },
999
+ {
1000
+ "icon": "database",
1001
+ "label": "Cache",
1002
+ "href": "/cache"
1003
+ },
1004
+ {
1005
+ "icon": "file-text",
1006
+ "href": "/reports",
1007
+ "label": "Reports"
1008
+ },
1009
+ {
1010
+ "label": "Knowledge",
1011
+ "href": "/knowledge",
1012
+ "icon": "book-open"
1013
+ }
1014
+ ],
1015
+ "type": "dashboard-layout",
993
1016
  "children": [
994
1017
  {
995
- "direction": "vertical",
996
- "type": "stack",
997
1018
  "children": [
998
1019
  {
999
1020
  "type": "stack",
1000
1021
  "gap": "sm",
1001
- "align": "center",
1002
- "direction": "horizontal",
1003
1022
  "justify": "between",
1004
1023
  "children": [
1005
1024
  {
1006
1025
  "type": "stack",
1007
- "direction": "horizontal",
1008
1026
  "gap": "sm",
1009
1027
  "align": "center",
1010
1028
  "children": [
1011
1029
  {
1012
- "name": "check-circle",
1013
- "type": "icon"
1030
+ "type": "icon",
1031
+ "name": "check-circle"
1014
1032
  },
1015
1033
  {
1016
- "type": "typography",
1017
1034
  "content": "Research Complete",
1035
+ "type": "typography",
1018
1036
  "variant": "h2"
1019
1037
  }
1020
- ]
1038
+ ],
1039
+ "direction": "horizontal"
1021
1040
  },
1022
1041
  {
1023
- "variant": "ghost",
1024
1042
  "icon": "rotate-ccw",
1025
1043
  "action": "RESET",
1026
1044
  "type": "button",
1027
- "label": "New Search"
1045
+ "label": "New Search",
1046
+ "variant": "ghost"
1028
1047
  }
1029
- ]
1048
+ ],
1049
+ "align": "center",
1050
+ "direction": "horizontal"
1030
1051
  },
1031
1052
  {
1032
1053
  "type": "divider"
@@ -1034,14 +1055,14 @@
1034
1055
  {
1035
1056
  "children": [
1036
1057
  {
1058
+ "direction": "vertical",
1059
+ "gap": "md",
1037
1060
  "children": [
1038
1061
  {
1039
- "type": "stack",
1040
- "direction": "horizontal",
1041
1062
  "children": [
1042
1063
  {
1043
- "type": "icon",
1044
- "name": "video"
1064
+ "name": "video",
1065
+ "type": "icon"
1045
1066
  },
1046
1067
  {
1047
1068
  "variant": "h3",
@@ -1049,8 +1070,10 @@
1049
1070
  "content": "@entity.videoTitle"
1050
1071
  }
1051
1072
  ],
1073
+ "align": "center",
1074
+ "type": "stack",
1052
1075
  "gap": "sm",
1053
- "align": "center"
1076
+ "direction": "horizontal"
1054
1077
  },
1055
1078
  {
1056
1079
  "type": "divider"
@@ -1061,46 +1084,23 @@
1061
1084
  "variant": "caption"
1062
1085
  },
1063
1086
  {
1064
- "content": "@entity.summary",
1065
1087
  "type": "typography",
1088
+ "content": "@entity.summary",
1066
1089
  "variant": "body"
1067
1090
  }
1068
1091
  ],
1069
- "gap": "md",
1070
- "type": "stack",
1071
- "direction": "vertical"
1092
+ "type": "stack"
1072
1093
  }
1073
1094
  ],
1074
1095
  "type": "card"
1075
1096
  }
1076
1097
  ],
1077
- "gap": "lg"
1078
- }
1079
- ],
1080
- "appName": "ResearchAssistant",
1081
- "navItems": [
1082
- {
1083
- "icon": "search",
1084
- "label": "Research",
1085
- "href": "/research"
1086
- },
1087
- {
1088
- "label": "Cache",
1089
- "href": "/cache",
1090
- "icon": "database"
1091
- },
1092
- {
1093
- "label": "Reports",
1094
- "icon": "file-text",
1095
- "href": "/reports"
1096
- },
1097
- {
1098
- "href": "/knowledge",
1099
- "icon": "book-open",
1100
- "label": "Knowledge"
1098
+ "gap": "lg",
1099
+ "type": "stack",
1100
+ "direction": "vertical"
1101
1101
  }
1102
1102
  ],
1103
- "type": "dashboard-layout"
1103
+ "appName": "ResearchAssistant"
1104
1104
  }
1105
1105
  ]
1106
1106
  ]
@@ -1124,10 +1124,33 @@
1124
1124
  "render-ui",
1125
1125
  "main",
1126
1126
  {
1127
+ "type": "dashboard-layout",
1128
+ "appName": "ResearchAssistant",
1129
+ "navItems": [
1130
+ {
1131
+ "label": "Research",
1132
+ "href": "/research",
1133
+ "icon": "search"
1134
+ },
1135
+ {
1136
+ "label": "Cache",
1137
+ "icon": "database",
1138
+ "href": "/cache"
1139
+ },
1140
+ {
1141
+ "href": "/reports",
1142
+ "icon": "file-text",
1143
+ "label": "Reports"
1144
+ },
1145
+ {
1146
+ "icon": "book-open",
1147
+ "label": "Knowledge",
1148
+ "href": "/knowledge"
1149
+ }
1150
+ ],
1127
1151
  "children": [
1128
1152
  {
1129
1153
  "direction": "vertical",
1130
- "type": "stack",
1131
1154
  "gap": "lg",
1132
1155
  "align": "center",
1133
1156
  "children": [
@@ -1141,44 +1164,21 @@
1141
1164
  "variant": "h2"
1142
1165
  },
1143
1166
  {
1144
- "variant": "error",
1145
1167
  "type": "alert",
1168
+ "variant": "error",
1146
1169
  "message": "@entity.error"
1147
1170
  },
1148
1171
  {
1149
- "label": "Try Again",
1172
+ "icon": "rotate-ccw",
1150
1173
  "type": "button",
1151
1174
  "variant": "primary",
1152
1175
  "action": "RESET",
1153
- "icon": "rotate-ccw"
1176
+ "label": "Try Again"
1154
1177
  }
1155
- ]
1156
- }
1157
- ],
1158
- "type": "dashboard-layout",
1159
- "navItems": [
1160
- {
1161
- "icon": "search",
1162
- "label": "Research",
1163
- "href": "/research"
1164
- },
1165
- {
1166
- "label": "Cache",
1167
- "icon": "database",
1168
- "href": "/cache"
1169
- },
1170
- {
1171
- "href": "/reports",
1172
- "label": "Reports",
1173
- "icon": "file-text"
1174
- },
1175
- {
1176
- "label": "Knowledge",
1177
- "icon": "book-open",
1178
- "href": "/knowledge"
1178
+ ],
1179
+ "type": "stack"
1179
1180
  }
1180
- ],
1181
- "appName": "ResearchAssistant"
1181
+ ]
1182
1182
  }
1183
1183
  ]
1184
1184
  ]
@@ -1217,38 +1217,19 @@
1217
1217
  "render-ui",
1218
1218
  "main",
1219
1219
  {
1220
- "navItems": [
1221
- {
1222
- "href": "/research",
1223
- "icon": "search",
1224
- "label": "Research"
1225
- },
1226
- {
1227
- "href": "/cache",
1228
- "label": "Cache",
1229
- "icon": "database"
1230
- },
1231
- {
1232
- "label": "Reports",
1233
- "href": "/reports",
1234
- "icon": "file-text"
1235
- },
1236
- {
1237
- "href": "/knowledge",
1238
- "label": "Knowledge",
1239
- "icon": "book-open"
1240
- }
1241
- ],
1242
- "appName": "ResearchAssistant",
1220
+ "type": "dashboard-layout",
1243
1221
  "children": [
1244
1222
  {
1245
- "direction": "vertical",
1223
+ "type": "stack",
1224
+ "gap": "lg",
1246
1225
  "children": [
1247
1226
  {
1227
+ "type": "stack",
1228
+ "gap": "sm",
1248
1229
  "children": [
1249
1230
  {
1250
- "type": "icon",
1251
- "name": "search"
1231
+ "name": "search",
1232
+ "type": "icon"
1252
1233
  },
1253
1234
  {
1254
1235
  "type": "typography",
@@ -1256,8 +1237,6 @@
1256
1237
  "variant": "h2"
1257
1238
  }
1258
1239
  ],
1259
- "gap": "sm",
1260
- "type": "stack",
1261
1240
  "align": "center",
1262
1241
  "direction": "horizontal"
1263
1242
  },
@@ -1265,37 +1244,58 @@
1265
1244
  "type": "divider"
1266
1245
  },
1267
1246
  {
1268
- "type": "card",
1269
1247
  "children": [
1270
1248
  {
1249
+ "type": "stack",
1271
1250
  "direction": "vertical",
1272
- "gap": "md",
1273
1251
  "children": [
1274
1252
  {
1275
- "type": "typography",
1276
1253
  "content": "Search YouTube for content to summarize",
1254
+ "type": "typography",
1277
1255
  "variant": "body"
1278
1256
  },
1279
1257
  {
1280
1258
  "type": "form-section",
1281
1259
  "mode": "edit",
1282
- "submitEvent": "SEARCH",
1283
1260
  "entity": "@entity",
1284
1261
  "fields": [
1285
1262
  "query"
1286
- ]
1263
+ ],
1264
+ "submitEvent": "SEARCH"
1287
1265
  }
1288
1266
  ],
1289
- "type": "stack"
1267
+ "gap": "md"
1290
1268
  }
1291
- ]
1269
+ ],
1270
+ "type": "card"
1292
1271
  }
1293
1272
  ],
1294
- "gap": "lg",
1295
- "type": "stack"
1273
+ "direction": "vertical"
1296
1274
  }
1297
1275
  ],
1298
- "type": "dashboard-layout"
1276
+ "appName": "ResearchAssistant",
1277
+ "navItems": [
1278
+ {
1279
+ "href": "/research",
1280
+ "icon": "search",
1281
+ "label": "Research"
1282
+ },
1283
+ {
1284
+ "icon": "database",
1285
+ "label": "Cache",
1286
+ "href": "/cache"
1287
+ },
1288
+ {
1289
+ "label": "Reports",
1290
+ "href": "/reports",
1291
+ "icon": "file-text"
1292
+ },
1293
+ {
1294
+ "label": "Knowledge",
1295
+ "icon": "book-open",
1296
+ "href": "/knowledge"
1297
+ }
1298
+ ]
1299
1299
  }
1300
1300
  ]
1301
1301
  ]
@@ -1319,49 +1319,49 @@
1319
1319
  "render-ui",
1320
1320
  "main",
1321
1321
  {
1322
- "appName": "ResearchAssistant",
1322
+ "type": "dashboard-layout",
1323
1323
  "navItems": [
1324
1324
  {
1325
1325
  "label": "Research",
1326
- "href": "/research",
1327
- "icon": "search"
1326
+ "icon": "search",
1327
+ "href": "/research"
1328
1328
  },
1329
1329
  {
1330
- "href": "/cache",
1331
1330
  "icon": "database",
1331
+ "href": "/cache",
1332
1332
  "label": "Cache"
1333
1333
  },
1334
1334
  {
1335
+ "label": "Reports",
1335
1336
  "href": "/reports",
1336
- "icon": "file-text",
1337
- "label": "Reports"
1337
+ "icon": "file-text"
1338
1338
  },
1339
1339
  {
1340
- "href": "/knowledge",
1341
1340
  "label": "Knowledge",
1341
+ "href": "/knowledge",
1342
1342
  "icon": "book-open"
1343
1343
  }
1344
1344
  ],
1345
- "type": "dashboard-layout",
1346
1345
  "children": [
1347
1346
  {
1348
- "direction": "vertical",
1347
+ "type": "stack",
1348
+ "gap": "lg",
1349
1349
  "children": [
1350
1350
  {
1351
+ "gap": "sm",
1352
+ "align": "center",
1351
1353
  "children": [
1352
1354
  {
1353
- "type": "icon",
1354
- "name": "search"
1355
+ "name": "search",
1356
+ "type": "icon"
1355
1357
  },
1356
1358
  {
1357
1359
  "type": "typography",
1358
- "content": "Content Research",
1359
- "variant": "h2"
1360
+ "variant": "h2",
1361
+ "content": "Content Research"
1360
1362
  }
1361
1363
  ],
1362
- "gap": "sm",
1363
1364
  "direction": "horizontal",
1364
- "align": "center",
1365
1365
  "type": "stack"
1366
1366
  },
1367
1367
  {
@@ -1372,32 +1372,32 @@
1372
1372
  "children": [
1373
1373
  {
1374
1374
  "gap": "md",
1375
- "direction": "vertical",
1375
+ "type": "stack",
1376
1376
  "children": [
1377
1377
  {
1378
- "type": "typography",
1379
1378
  "content": "Search YouTube for content to summarize",
1379
+ "type": "typography",
1380
1380
  "variant": "body"
1381
1381
  },
1382
1382
  {
1383
+ "entity": "@entity",
1384
+ "type": "form-section",
1383
1385
  "submitEvent": "SEARCH",
1384
- "mode": "edit",
1385
1386
  "fields": [
1386
1387
  "query"
1387
1388
  ],
1388
- "entity": "@entity",
1389
- "type": "form-section"
1389
+ "mode": "edit"
1390
1390
  }
1391
1391
  ],
1392
- "type": "stack"
1392
+ "direction": "vertical"
1393
1393
  }
1394
1394
  ]
1395
1395
  }
1396
1396
  ],
1397
- "gap": "lg",
1398
- "type": "stack"
1397
+ "direction": "vertical"
1399
1398
  }
1400
- ]
1399
+ ],
1400
+ "appName": "ResearchAssistant"
1401
1401
  }
1402
1402
  ]
1403
1403
  ]
@@ -1656,108 +1656,108 @@
1656
1656
  "main",
1657
1657
  {
1658
1658
  "type": "dashboard-layout",
1659
+ "navItems": [
1660
+ {
1661
+ "label": "Research",
1662
+ "icon": "search",
1663
+ "href": "/research"
1664
+ },
1665
+ {
1666
+ "icon": "database",
1667
+ "label": "Cache",
1668
+ "href": "/cache"
1669
+ },
1670
+ {
1671
+ "label": "Reports",
1672
+ "icon": "file-text",
1673
+ "href": "/reports"
1674
+ },
1675
+ {
1676
+ "href": "/knowledge",
1677
+ "label": "Knowledge",
1678
+ "icon": "book-open"
1679
+ }
1680
+ ],
1659
1681
  "children": [
1660
1682
  {
1683
+ "align": "center",
1661
1684
  "children": [
1662
1685
  {
1663
1686
  "type": "stack",
1664
- "align": "center",
1665
- "gap": "md",
1666
1687
  "direction": "horizontal",
1688
+ "align": "center",
1667
1689
  "children": [
1668
1690
  {
1669
1691
  "type": "icon",
1670
1692
  "name": "database"
1671
1693
  },
1672
1694
  {
1695
+ "variant": "h2",
1673
1696
  "content": "Redis Cache",
1674
- "type": "typography",
1675
- "variant": "h2"
1697
+ "type": "typography"
1676
1698
  }
1677
- ]
1699
+ ],
1700
+ "gap": "md"
1678
1701
  },
1679
1702
  {
1680
1703
  "type": "divider"
1681
1704
  },
1682
1705
  {
1706
+ "type": "stack",
1683
1707
  "direction": "vertical",
1684
- "gap": "md",
1685
1708
  "children": [
1686
1709
  {
1687
1710
  "type": "input",
1688
1711
  "placeholder": "cache-key"
1689
1712
  },
1690
1713
  {
1691
- "type": "input",
1692
- "placeholder": "cache-value"
1714
+ "placeholder": "cache-value",
1715
+ "type": "input"
1693
1716
  },
1694
1717
  {
1695
- "type": "input",
1696
1718
  "inputType": "number",
1697
- "placeholder": "3600"
1719
+ "placeholder": "3600",
1720
+ "type": "input"
1698
1721
  }
1699
1722
  ],
1700
- "type": "stack"
1723
+ "gap": "md"
1701
1724
  },
1702
1725
  {
1726
+ "gap": "sm",
1703
1727
  "justify": "center",
1728
+ "type": "stack",
1729
+ "direction": "horizontal",
1704
1730
  "children": [
1705
1731
  {
1706
- "label": "Get",
1707
1732
  "variant": "primary",
1708
- "type": "button",
1733
+ "action": "GET_KEY",
1734
+ "label": "Get",
1709
1735
  "icon": "download",
1710
- "action": "GET_KEY"
1736
+ "type": "button"
1711
1737
  },
1712
1738
  {
1713
- "action": "SET_KEY",
1714
1739
  "label": "Set",
1715
- "type": "button",
1740
+ "action": "SET_KEY",
1716
1741
  "variant": "primary",
1717
- "icon": "upload"
1742
+ "icon": "upload",
1743
+ "type": "button"
1718
1744
  },
1719
1745
  {
1720
- "type": "button",
1721
1746
  "label": "Delete",
1722
- "icon": "trash-2",
1747
+ "type": "button",
1723
1748
  "action": "DELETE_KEY",
1749
+ "icon": "trash-2",
1724
1750
  "variant": "danger"
1725
1751
  }
1726
- ],
1727
- "gap": "sm",
1728
- "direction": "horizontal",
1729
- "type": "stack"
1752
+ ]
1730
1753
  }
1731
1754
  ],
1732
- "direction": "vertical",
1733
- "align": "center",
1755
+ "type": "stack",
1734
1756
  "gap": "lg",
1735
- "type": "stack"
1757
+ "direction": "vertical"
1736
1758
  }
1737
1759
  ],
1738
- "appName": "ResearchAssistant",
1739
- "navItems": [
1740
- {
1741
- "label": "Research",
1742
- "href": "/research",
1743
- "icon": "search"
1744
- },
1745
- {
1746
- "label": "Cache",
1747
- "icon": "database",
1748
- "href": "/cache"
1749
- },
1750
- {
1751
- "href": "/reports",
1752
- "icon": "file-text",
1753
- "label": "Reports"
1754
- },
1755
- {
1756
- "href": "/knowledge",
1757
- "icon": "book-open",
1758
- "label": "Knowledge"
1759
- }
1760
- ]
1760
+ "appName": "ResearchAssistant"
1761
1761
  }
1762
1762
  ]
1763
1763
  ]
@@ -1771,6 +1771,7 @@
1771
1771
  "render-ui",
1772
1772
  "main",
1773
1773
  {
1774
+ "type": "dashboard-layout",
1774
1775
  "navItems": [
1775
1776
  {
1776
1777
  "label": "Research",
@@ -1778,30 +1779,29 @@
1778
1779
  "icon": "search"
1779
1780
  },
1780
1781
  {
1781
- "href": "/cache",
1782
+ "label": "Cache",
1782
1783
  "icon": "database",
1783
- "label": "Cache"
1784
+ "href": "/cache"
1784
1785
  },
1785
1786
  {
1786
- "label": "Reports",
1787
+ "icon": "file-text",
1787
1788
  "href": "/reports",
1788
- "icon": "file-text"
1789
+ "label": "Reports"
1789
1790
  },
1790
1791
  {
1792
+ "label": "Knowledge",
1791
1793
  "href": "/knowledge",
1792
- "icon": "book-open",
1793
- "label": "Knowledge"
1794
+ "icon": "book-open"
1794
1795
  }
1795
1796
  ],
1796
- "type": "dashboard-layout",
1797
- "appName": "ResearchAssistant",
1798
1797
  "children": [
1799
1798
  {
1800
- "type": "loading-state",
1801
1799
  "title": "Executing...",
1802
- "message": "Running redis operation..."
1800
+ "message": "Running redis operation...",
1801
+ "type": "loading-state"
1803
1802
  }
1804
- ]
1803
+ ],
1804
+ "appName": "ResearchAssistant"
1805
1805
  }
1806
1806
  ],
1807
1807
  [
@@ -1832,26 +1832,26 @@
1832
1832
  "type": "dashboard-layout",
1833
1833
  "children": [
1834
1834
  {
1835
- "type": "loading-state",
1836
1835
  "title": "Executing...",
1837
- "message": "Running redis operation..."
1836
+ "message": "Running redis operation...",
1837
+ "type": "loading-state"
1838
1838
  }
1839
1839
  ],
1840
1840
  "navItems": [
1841
1841
  {
1842
1842
  "icon": "search",
1843
- "href": "/research",
1844
- "label": "Research"
1843
+ "label": "Research",
1844
+ "href": "/research"
1845
1845
  },
1846
1846
  {
1847
+ "label": "Cache",
1847
1848
  "icon": "database",
1848
- "href": "/cache",
1849
- "label": "Cache"
1849
+ "href": "/cache"
1850
1850
  },
1851
1851
  {
1852
1852
  "label": "Reports",
1853
- "href": "/reports",
1854
- "icon": "file-text"
1853
+ "icon": "file-text",
1854
+ "href": "/reports"
1855
1855
  },
1856
1856
  {
1857
1857
  "icon": "book-open",
@@ -1867,8 +1867,8 @@
1867
1867
  "redis",
1868
1868
  "set",
1869
1869
  {
1870
- "ttl": "@entity.ttl",
1871
1870
  "value": "@entity.value",
1871
+ "ttl": "@entity.ttl",
1872
1872
  "key": "@entity.key"
1873
1873
  },
1874
1874
  {
@@ -1890,17 +1890,24 @@
1890
1890
  "main",
1891
1891
  {
1892
1892
  "type": "dashboard-layout",
1893
+ "children": [
1894
+ {
1895
+ "message": "Running redis operation...",
1896
+ "type": "loading-state",
1897
+ "title": "Executing..."
1898
+ }
1899
+ ],
1893
1900
  "appName": "ResearchAssistant",
1894
1901
  "navItems": [
1895
1902
  {
1903
+ "label": "Research",
1896
1904
  "href": "/research",
1897
- "icon": "search",
1898
- "label": "Research"
1905
+ "icon": "search"
1899
1906
  },
1900
1907
  {
1901
- "icon": "database",
1902
1908
  "label": "Cache",
1903
- "href": "/cache"
1909
+ "href": "/cache",
1910
+ "icon": "database"
1904
1911
  },
1905
1912
  {
1906
1913
  "icon": "file-text",
@@ -1909,15 +1916,8 @@
1909
1916
  },
1910
1917
  {
1911
1918
  "icon": "book-open",
1912
- "label": "Knowledge",
1913
- "href": "/knowledge"
1914
- }
1915
- ],
1916
- "children": [
1917
- {
1918
- "title": "Executing...",
1919
- "message": "Running redis operation...",
1920
- "type": "loading-state"
1919
+ "href": "/knowledge",
1920
+ "label": "Knowledge"
1921
1921
  }
1922
1922
  ]
1923
1923
  }
@@ -1931,8 +1931,8 @@
1931
1931
  },
1932
1932
  {
1933
1933
  "emit": {
1934
- "success": "ResearchRedisCompleted",
1935
- "failure": "ResearchRedisFailed"
1934
+ "failure": "ResearchRedisFailed",
1935
+ "success": "ResearchRedisCompleted"
1936
1936
  }
1937
1937
  }
1938
1938
  ]
@@ -1952,9 +1952,10 @@
1952
1952
  "render-ui",
1953
1953
  "main",
1954
1954
  {
1955
- "appName": "ResearchAssistant",
1956
1955
  "children": [
1957
1956
  {
1957
+ "type": "stack",
1958
+ "direction": "vertical",
1958
1959
  "gap": "lg",
1959
1960
  "align": "center",
1960
1961
  "children": [
@@ -1963,37 +1964,36 @@
1963
1964
  "type": "icon"
1964
1965
  },
1965
1966
  {
1966
- "type": "alert",
1967
+ "variant": "success",
1967
1968
  "message": "Operation complete",
1968
- "variant": "success"
1969
+ "type": "alert"
1969
1970
  },
1970
1971
  {
1971
- "variant": "body",
1972
- "type": "typography",
1973
1972
  "content": "@entity.result",
1973
+ "type": "typography",
1974
+ "variant": "body",
1974
1975
  "color": "muted"
1975
1976
  },
1976
1977
  {
1977
1978
  "action": "RESET",
1978
- "variant": "ghost",
1979
+ "type": "button",
1979
1980
  "icon": "rotate-ccw",
1980
- "label": "Reset",
1981
- "type": "button"
1981
+ "variant": "ghost",
1982
+ "label": "Reset"
1982
1983
  }
1983
- ],
1984
- "direction": "vertical",
1985
- "type": "stack"
1984
+ ]
1986
1985
  }
1987
1986
  ],
1987
+ "appName": "ResearchAssistant",
1988
1988
  "navItems": [
1989
1989
  {
1990
+ "label": "Research",
1990
1991
  "href": "/research",
1991
- "icon": "search",
1992
- "label": "Research"
1992
+ "icon": "search"
1993
1993
  },
1994
1994
  {
1995
- "label": "Cache",
1996
1995
  "href": "/cache",
1996
+ "label": "Cache",
1997
1997
  "icon": "database"
1998
1998
  },
1999
1999
  {
@@ -2002,9 +2002,9 @@
2002
2002
  "href": "/reports"
2003
2003
  },
2004
2004
  {
2005
- "label": "Knowledge",
2006
2005
  "href": "/knowledge",
2007
- "icon": "book-open"
2006
+ "icon": "book-open",
2007
+ "label": "Knowledge"
2008
2008
  }
2009
2009
  ],
2010
2010
  "type": "dashboard-layout"
@@ -2026,22 +2026,21 @@
2026
2026
  "render-ui",
2027
2027
  "main",
2028
2028
  {
2029
- "type": "dashboard-layout",
2030
2029
  "navItems": [
2031
2030
  {
2032
- "icon": "search",
2031
+ "label": "Research",
2033
2032
  "href": "/research",
2034
- "label": "Research"
2033
+ "icon": "search"
2035
2034
  },
2036
2035
  {
2037
- "label": "Cache",
2036
+ "icon": "database",
2038
2037
  "href": "/cache",
2039
- "icon": "database"
2038
+ "label": "Cache"
2040
2039
  },
2041
2040
  {
2042
- "label": "Reports",
2043
2041
  "href": "/reports",
2044
- "icon": "file-text"
2042
+ "icon": "file-text",
2043
+ "label": "Reports"
2045
2044
  },
2046
2045
  {
2047
2046
  "label": "Knowledge",
@@ -2049,15 +2048,16 @@
2049
2048
  "icon": "book-open"
2050
2049
  }
2051
2050
  ],
2051
+ "appName": "ResearchAssistant",
2052
+ "type": "dashboard-layout",
2052
2053
  "children": [
2053
2054
  {
2054
2055
  "type": "error-state",
2055
- "title": "Redis Error",
2056
2056
  "onRetry": "RESET",
2057
- "message": "@entity.error"
2057
+ "message": "@entity.error",
2058
+ "title": "Redis Error"
2058
2059
  }
2059
- ],
2060
- "appName": "ResearchAssistant"
2060
+ ]
2061
2061
  }
2062
2062
  ]
2063
2063
  ]
@@ -2071,11 +2071,12 @@
2071
2071
  "render-ui",
2072
2072
  "main",
2073
2073
  {
2074
+ "appName": "ResearchAssistant",
2074
2075
  "navItems": [
2075
2076
  {
2076
- "href": "/research",
2077
+ "label": "Research",
2077
2078
  "icon": "search",
2078
- "label": "Research"
2079
+ "href": "/research"
2079
2080
  },
2080
2081
  {
2081
2082
  "label": "Cache",
@@ -2083,93 +2084,92 @@
2083
2084
  "icon": "database"
2084
2085
  },
2085
2086
  {
2086
- "href": "/reports",
2087
+ "label": "Reports",
2087
2088
  "icon": "file-text",
2088
- "label": "Reports"
2089
+ "href": "/reports"
2089
2090
  },
2090
2091
  {
2091
- "icon": "book-open",
2092
+ "href": "/knowledge",
2092
2093
  "label": "Knowledge",
2093
- "href": "/knowledge"
2094
+ "icon": "book-open"
2094
2095
  }
2095
2096
  ],
2096
- "appName": "ResearchAssistant",
2097
2097
  "children": [
2098
2098
  {
2099
2099
  "align": "center",
2100
+ "type": "stack",
2100
2101
  "children": [
2101
2102
  {
2102
- "align": "center",
2103
- "gap": "md",
2104
2103
  "children": [
2105
2104
  {
2106
2105
  "name": "database",
2107
2106
  "type": "icon"
2108
2107
  },
2109
2108
  {
2110
- "content": "Redis Cache",
2109
+ "type": "typography",
2111
2110
  "variant": "h2",
2112
- "type": "typography"
2111
+ "content": "Redis Cache"
2113
2112
  }
2114
2113
  ],
2115
2114
  "type": "stack",
2116
- "direction": "horizontal"
2115
+ "direction": "horizontal",
2116
+ "gap": "md",
2117
+ "align": "center"
2117
2118
  },
2118
2119
  {
2119
2120
  "type": "divider"
2120
2121
  },
2121
2122
  {
2122
- "gap": "md",
2123
2123
  "direction": "vertical",
2124
+ "type": "stack",
2124
2125
  "children": [
2125
2126
  {
2126
- "type": "input",
2127
- "placeholder": "cache-key"
2127
+ "placeholder": "cache-key",
2128
+ "type": "input"
2128
2129
  },
2129
2130
  {
2130
- "type": "input",
2131
- "placeholder": "cache-value"
2131
+ "placeholder": "cache-value",
2132
+ "type": "input"
2132
2133
  },
2133
2134
  {
2134
2135
  "type": "input",
2135
- "inputType": "number",
2136
- "placeholder": "3600"
2136
+ "placeholder": "3600",
2137
+ "inputType": "number"
2137
2138
  }
2138
2139
  ],
2139
- "type": "stack"
2140
+ "gap": "md"
2140
2141
  },
2141
2142
  {
2143
+ "type": "stack",
2142
2144
  "children": [
2143
2145
  {
2144
- "type": "button",
2145
- "variant": "primary",
2146
2146
  "icon": "download",
2147
2147
  "action": "GET_KEY",
2148
+ "type": "button",
2149
+ "variant": "primary",
2148
2150
  "label": "Get"
2149
2151
  },
2150
2152
  {
2151
- "label": "Set",
2152
- "variant": "primary",
2153
2153
  "action": "SET_KEY",
2154
+ "label": "Set",
2155
+ "icon": "upload",
2154
2156
  "type": "button",
2155
- "icon": "upload"
2157
+ "variant": "primary"
2156
2158
  },
2157
2159
  {
2160
+ "label": "Delete",
2158
2161
  "icon": "trash-2",
2162
+ "variant": "danger",
2159
2163
  "type": "button",
2160
- "action": "DELETE_KEY",
2161
- "label": "Delete",
2162
- "variant": "danger"
2164
+ "action": "DELETE_KEY"
2163
2165
  }
2164
2166
  ],
2165
- "type": "stack",
2166
2167
  "direction": "horizontal",
2167
- "justify": "center",
2168
- "gap": "sm"
2168
+ "gap": "sm",
2169
+ "justify": "center"
2169
2170
  }
2170
2171
  ],
2171
2172
  "gap": "lg",
2172
- "type": "stack",
2173
2173
  "direction": "vertical"
2174
2174
  }
2175
2175
  ],
@@ -2177,51 +2177,29 @@
2177
2177
  }
2178
2178
  ]
2179
2179
  ]
2180
- },
2181
- {
2182
- "from": "error",
2183
- "to": "idle",
2184
- "event": "RESET",
2185
- "effects": [
2186
- [
2187
- "render-ui",
2188
- "main",
2189
- {
2190
- "navItems": [
2191
- {
2192
- "label": "Research",
2193
- "icon": "search",
2194
- "href": "/research"
2195
- },
2196
- {
2197
- "icon": "database",
2198
- "label": "Cache",
2199
- "href": "/cache"
2200
- },
2201
- {
2202
- "href": "/reports",
2203
- "icon": "file-text",
2204
- "label": "Reports"
2205
- },
2206
- {
2207
- "href": "/knowledge",
2208
- "icon": "book-open",
2209
- "label": "Knowledge"
2210
- }
2211
- ],
2212
- "appName": "ResearchAssistant",
2180
+ },
2181
+ {
2182
+ "from": "error",
2183
+ "to": "idle",
2184
+ "event": "RESET",
2185
+ "effects": [
2186
+ [
2187
+ "render-ui",
2188
+ "main",
2189
+ {
2213
2190
  "type": "dashboard-layout",
2214
2191
  "children": [
2215
2192
  {
2216
- "direction": "vertical",
2217
- "align": "center",
2218
2193
  "gap": "lg",
2194
+ "align": "center",
2195
+ "direction": "vertical",
2219
2196
  "type": "stack",
2220
2197
  "children": [
2221
2198
  {
2222
- "type": "stack",
2199
+ "gap": "md",
2223
2200
  "align": "center",
2224
2201
  "direction": "horizontal",
2202
+ "type": "stack",
2225
2203
  "children": [
2226
2204
  {
2227
2205
  "name": "database",
@@ -2232,63 +2210,85 @@
2232
2210
  "type": "typography",
2233
2211
  "content": "Redis Cache"
2234
2212
  }
2235
- ],
2236
- "gap": "md"
2213
+ ]
2237
2214
  },
2238
2215
  {
2239
2216
  "type": "divider"
2240
2217
  },
2241
2218
  {
2219
+ "gap": "md",
2220
+ "type": "stack",
2242
2221
  "children": [
2243
2222
  {
2244
- "placeholder": "cache-key",
2245
- "type": "input"
2223
+ "type": "input",
2224
+ "placeholder": "cache-key"
2246
2225
  },
2247
2226
  {
2248
2227
  "placeholder": "cache-value",
2249
2228
  "type": "input"
2250
2229
  },
2251
2230
  {
2231
+ "placeholder": "3600",
2252
2232
  "type": "input",
2253
- "inputType": "number",
2254
- "placeholder": "3600"
2233
+ "inputType": "number"
2255
2234
  }
2256
2235
  ],
2257
- "type": "stack",
2258
- "direction": "vertical",
2259
- "gap": "md"
2236
+ "direction": "vertical"
2260
2237
  },
2261
2238
  {
2262
2239
  "children": [
2263
2240
  {
2264
2241
  "variant": "primary",
2265
2242
  "label": "Get",
2266
- "action": "GET_KEY",
2267
2243
  "type": "button",
2244
+ "action": "GET_KEY",
2268
2245
  "icon": "download"
2269
2246
  },
2270
2247
  {
2271
- "type": "button",
2272
2248
  "label": "Set",
2273
2249
  "action": "SET_KEY",
2274
2250
  "variant": "primary",
2275
- "icon": "upload"
2251
+ "icon": "upload",
2252
+ "type": "button"
2276
2253
  },
2277
2254
  {
2278
- "icon": "trash-2",
2255
+ "label": "Delete",
2279
2256
  "variant": "danger",
2280
- "type": "button",
2257
+ "icon": "trash-2",
2281
2258
  "action": "DELETE_KEY",
2282
- "label": "Delete"
2259
+ "type": "button"
2283
2260
  }
2284
2261
  ],
2285
2262
  "gap": "sm",
2286
- "direction": "horizontal",
2287
2263
  "type": "stack",
2288
- "justify": "center"
2264
+ "justify": "center",
2265
+ "direction": "horizontal"
2289
2266
  }
2290
2267
  ]
2291
2268
  }
2269
+ ],
2270
+ "appName": "ResearchAssistant",
2271
+ "navItems": [
2272
+ {
2273
+ "icon": "search",
2274
+ "href": "/research",
2275
+ "label": "Research"
2276
+ },
2277
+ {
2278
+ "label": "Cache",
2279
+ "href": "/cache",
2280
+ "icon": "database"
2281
+ },
2282
+ {
2283
+ "icon": "file-text",
2284
+ "label": "Reports",
2285
+ "href": "/reports"
2286
+ },
2287
+ {
2288
+ "label": "Knowledge",
2289
+ "icon": "book-open",
2290
+ "href": "/knowledge"
2291
+ }
2292
2292
  ]
2293
2293
  }
2294
2294
  ]
@@ -2551,8 +2551,8 @@
2551
2551
  "Report",
2552
2552
  {
2553
2553
  "emit": {
2554
- "failure": "ReportLoadFailed",
2555
- "success": "ReportLoaded"
2554
+ "success": "ReportLoaded",
2555
+ "failure": "ReportLoadFailed"
2556
2556
  }
2557
2557
  }
2558
2558
  ],
@@ -2560,45 +2560,45 @@
2560
2560
  "render-ui",
2561
2561
  "main",
2562
2562
  {
2563
- "type": "dashboard-layout",
2564
2563
  "appName": "ResearchAssistant",
2565
2564
  "children": [
2566
2565
  {
2567
- "direction": "vertical",
2568
2566
  "type": "stack",
2567
+ "direction": "vertical",
2568
+ "gap": "lg",
2569
2569
  "align": "stretch",
2570
2570
  "children": [
2571
2571
  {
2572
- "type": "stack",
2573
- "direction": "horizontal",
2574
2572
  "gap": "md",
2573
+ "type": "stack",
2574
+ "align": "center",
2575
2575
  "children": [
2576
2576
  {
2577
2577
  "type": "icon",
2578
2578
  "name": "hard-drive"
2579
2579
  },
2580
2580
  {
2581
+ "content": "Report Storage",
2581
2582
  "variant": "h2",
2582
- "type": "typography",
2583
- "content": "Report Storage"
2583
+ "type": "typography"
2584
2584
  }
2585
2585
  ],
2586
- "align": "center"
2586
+ "direction": "horizontal"
2587
2587
  },
2588
2588
  {
2589
2589
  "type": "divider"
2590
2590
  },
2591
2591
  {
2592
- "type": "input",
2593
- "placeholder": "bucket-name"
2592
+ "placeholder": "bucket-name",
2593
+ "type": "input"
2594
2594
  },
2595
2595
  {
2596
2596
  "placeholder": "path/to/file.txt",
2597
2597
  "type": "input"
2598
2598
  },
2599
2599
  {
2600
- "type": "input",
2601
- "placeholder": "path/prefix/"
2600
+ "placeholder": "path/prefix/",
2601
+ "type": "input"
2602
2602
  },
2603
2603
  {
2604
2604
  "placeholder": "File content...",
@@ -2606,54 +2606,54 @@
2606
2606
  },
2607
2607
  {
2608
2608
  "type": "stack",
2609
+ "direction": "horizontal",
2610
+ "justify": "center",
2609
2611
  "children": [
2610
2612
  {
2611
- "type": "button",
2612
2613
  "action": "UPLOAD_FILE",
2613
- "label": "Upload",
2614
2614
  "variant": "primary",
2615
+ "type": "button",
2616
+ "label": "Upload",
2615
2617
  "icon": "upload"
2616
2618
  },
2617
2619
  {
2618
- "icon": "download",
2619
- "type": "button",
2620
2620
  "variant": "secondary",
2621
+ "action": "DOWNLOAD_FILE",
2622
+ "type": "button",
2621
2623
  "label": "Download",
2622
- "action": "DOWNLOAD_FILE"
2624
+ "icon": "download"
2623
2625
  },
2624
2626
  {
2625
- "variant": "secondary",
2626
- "action": "LIST_FILES",
2627
2627
  "icon": "list",
2628
+ "label": "List",
2628
2629
  "type": "button",
2629
- "label": "List"
2630
+ "action": "LIST_FILES",
2631
+ "variant": "secondary"
2630
2632
  },
2631
2633
  {
2634
+ "type": "button",
2632
2635
  "label": "Delete",
2633
- "icon": "trash-2",
2634
2636
  "action": "DELETE_FILE",
2635
2637
  "variant": "danger",
2636
- "type": "button"
2638
+ "icon": "trash-2"
2637
2639
  }
2638
2640
  ],
2639
- "direction": "horizontal",
2640
- "gap": "sm",
2641
- "justify": "center"
2641
+ "gap": "sm"
2642
2642
  }
2643
- ],
2644
- "gap": "lg"
2643
+ ]
2645
2644
  }
2646
2645
  ],
2646
+ "type": "dashboard-layout",
2647
2647
  "navItems": [
2648
2648
  {
2649
- "href": "/research",
2649
+ "icon": "search",
2650
2650
  "label": "Research",
2651
- "icon": "search"
2651
+ "href": "/research"
2652
2652
  },
2653
2653
  {
2654
+ "icon": "database",
2654
2655
  "label": "Cache",
2655
- "href": "/cache",
2656
- "icon": "database"
2656
+ "href": "/cache"
2657
2657
  },
2658
2658
  {
2659
2659
  "href": "/reports",
@@ -2661,9 +2661,9 @@
2661
2661
  "label": "Reports"
2662
2662
  },
2663
2663
  {
2664
- "icon": "book-open",
2665
2664
  "label": "Knowledge",
2666
- "href": "/knowledge"
2665
+ "href": "/knowledge",
2666
+ "icon": "book-open"
2667
2667
  }
2668
2668
  ]
2669
2669
  }
@@ -2679,6 +2679,7 @@
2679
2679
  "render-ui",
2680
2680
  "main",
2681
2681
  {
2682
+ "type": "dashboard-layout",
2682
2683
  "navItems": [
2683
2684
  {
2684
2685
  "label": "Research",
@@ -2691,25 +2692,24 @@
2691
2692
  "icon": "database"
2692
2693
  },
2693
2694
  {
2694
- "icon": "file-text",
2695
2695
  "label": "Reports",
2696
- "href": "/reports"
2696
+ "href": "/reports",
2697
+ "icon": "file-text"
2697
2698
  },
2698
2699
  {
2699
2700
  "label": "Knowledge",
2700
- "href": "/knowledge",
2701
- "icon": "book-open"
2701
+ "icon": "book-open",
2702
+ "href": "/knowledge"
2702
2703
  }
2703
2704
  ],
2704
2705
  "appName": "ResearchAssistant",
2705
2706
  "children": [
2706
2707
  {
2707
- "message": "Executing storage operation on report...",
2708
+ "title": "Processing...",
2708
2709
  "type": "loading-state",
2709
- "title": "Processing..."
2710
+ "message": "Executing storage operation on report..."
2710
2711
  }
2711
- ],
2712
- "type": "dashboard-layout"
2712
+ ]
2713
2713
  }
2714
2714
  ],
2715
2715
  [
@@ -2723,8 +2723,8 @@
2723
2723
  },
2724
2724
  {
2725
2725
  "emit": {
2726
- "failure": "ResearchStorageFailed",
2727
- "success": "ResearchStorageCompleted"
2726
+ "success": "ResearchStorageCompleted",
2727
+ "failure": "ResearchStorageFailed"
2728
2728
  }
2729
2729
  }
2730
2730
  ]
@@ -2739,23 +2739,21 @@
2739
2739
  "render-ui",
2740
2740
  "main",
2741
2741
  {
2742
- "type": "dashboard-layout",
2743
- "appName": "ResearchAssistant",
2744
2742
  "navItems": [
2745
2743
  {
2744
+ "icon": "search",
2746
2745
  "href": "/research",
2747
- "label": "Research",
2748
- "icon": "search"
2746
+ "label": "Research"
2749
2747
  },
2750
2748
  {
2749
+ "label": "Cache",
2751
2750
  "href": "/cache",
2752
- "icon": "database",
2753
- "label": "Cache"
2751
+ "icon": "database"
2754
2752
  },
2755
2753
  {
2754
+ "icon": "file-text",
2756
2755
  "label": "Reports",
2757
- "href": "/reports",
2758
- "icon": "file-text"
2756
+ "href": "/reports"
2759
2757
  },
2760
2758
  {
2761
2759
  "label": "Knowledge",
@@ -2763,11 +2761,13 @@
2763
2761
  "icon": "book-open"
2764
2762
  }
2765
2763
  ],
2764
+ "type": "dashboard-layout",
2765
+ "appName": "ResearchAssistant",
2766
2766
  "children": [
2767
2767
  {
2768
2768
  "message": "Executing storage operation on report...",
2769
- "title": "Processing...",
2770
- "type": "loading-state"
2769
+ "type": "loading-state",
2770
+ "title": "Processing..."
2771
2771
  }
2772
2772
  ]
2773
2773
  }
@@ -2782,8 +2782,8 @@
2782
2782
  },
2783
2783
  {
2784
2784
  "emit": {
2785
- "success": "ResearchStorageCompleted",
2786
- "failure": "ResearchStorageFailed"
2785
+ "failure": "ResearchStorageFailed",
2786
+ "success": "ResearchStorageCompleted"
2787
2787
  }
2788
2788
  }
2789
2789
  ]
@@ -2798,18 +2798,25 @@
2798
2798
  "render-ui",
2799
2799
  "main",
2800
2800
  {
2801
+ "children": [
2802
+ {
2803
+ "title": "Processing...",
2804
+ "message": "Executing storage operation on report...",
2805
+ "type": "loading-state"
2806
+ }
2807
+ ],
2801
2808
  "appName": "ResearchAssistant",
2802
2809
  "type": "dashboard-layout",
2803
2810
  "navItems": [
2804
2811
  {
2805
- "icon": "search",
2806
2812
  "href": "/research",
2807
- "label": "Research"
2813
+ "label": "Research",
2814
+ "icon": "search"
2808
2815
  },
2809
2816
  {
2810
2817
  "href": "/cache",
2811
- "label": "Cache",
2812
- "icon": "database"
2818
+ "icon": "database",
2819
+ "label": "Cache"
2813
2820
  },
2814
2821
  {
2815
2822
  "label": "Reports",
@@ -2817,16 +2824,9 @@
2817
2824
  "icon": "file-text"
2818
2825
  },
2819
2826
  {
2827
+ "label": "Knowledge",
2820
2828
  "href": "/knowledge",
2821
- "icon": "book-open",
2822
- "label": "Knowledge"
2823
- }
2824
- ],
2825
- "children": [
2826
- {
2827
- "message": "Executing storage operation on report...",
2828
- "title": "Processing...",
2829
- "type": "loading-state"
2829
+ "icon": "book-open"
2830
2830
  }
2831
2831
  ]
2832
2832
  }
@@ -2836,8 +2836,8 @@
2836
2836
  "storage",
2837
2837
  "list",
2838
2838
  {
2839
- "prefix": "@entity.prefix",
2840
- "bucket": "@entity.bucket"
2839
+ "bucket": "@entity.bucket",
2840
+ "prefix": "@entity.prefix"
2841
2841
  },
2842
2842
  {
2843
2843
  "emit": {
@@ -2857,15 +2857,6 @@
2857
2857
  "render-ui",
2858
2858
  "main",
2859
2859
  {
2860
- "appName": "ResearchAssistant",
2861
- "children": [
2862
- {
2863
- "type": "loading-state",
2864
- "message": "Executing storage operation on report...",
2865
- "title": "Processing..."
2866
- }
2867
- ],
2868
- "type": "dashboard-layout",
2869
2860
  "navItems": [
2870
2861
  {
2871
2862
  "icon": "search",
@@ -2878,16 +2869,25 @@
2878
2869
  "icon": "database"
2879
2870
  },
2880
2871
  {
2881
- "href": "/reports",
2882
2872
  "label": "Reports",
2873
+ "href": "/reports",
2883
2874
  "icon": "file-text"
2884
2875
  },
2885
2876
  {
2877
+ "href": "/knowledge",
2886
2878
  "icon": "book-open",
2887
- "label": "Knowledge",
2888
- "href": "/knowledge"
2879
+ "label": "Knowledge"
2889
2880
  }
2890
- ]
2881
+ ],
2882
+ "type": "dashboard-layout",
2883
+ "children": [
2884
+ {
2885
+ "type": "loading-state",
2886
+ "title": "Processing...",
2887
+ "message": "Executing storage operation on report..."
2888
+ }
2889
+ ],
2890
+ "appName": "ResearchAssistant"
2891
2891
  }
2892
2892
  ],
2893
2893
  [
@@ -2900,8 +2900,8 @@
2900
2900
  },
2901
2901
  {
2902
2902
  "emit": {
2903
- "success": "ResearchStorageCompleted",
2904
- "failure": "ResearchStorageFailed"
2903
+ "failure": "ResearchStorageFailed",
2904
+ "success": "ResearchStorageCompleted"
2905
2905
  }
2906
2906
  }
2907
2907
  ]
@@ -2926,60 +2926,60 @@
2926
2926
  "render-ui",
2927
2927
  "main",
2928
2928
  {
2929
+ "navItems": [
2930
+ {
2931
+ "href": "/research",
2932
+ "icon": "search",
2933
+ "label": "Research"
2934
+ },
2935
+ {
2936
+ "label": "Cache",
2937
+ "href": "/cache",
2938
+ "icon": "database"
2939
+ },
2940
+ {
2941
+ "label": "Reports",
2942
+ "href": "/reports",
2943
+ "icon": "file-text"
2944
+ },
2945
+ {
2946
+ "label": "Knowledge",
2947
+ "href": "/knowledge",
2948
+ "icon": "book-open"
2949
+ }
2950
+ ],
2951
+ "appName": "ResearchAssistant",
2952
+ "type": "dashboard-layout",
2929
2953
  "children": [
2930
2954
  {
2955
+ "align": "center",
2956
+ "direction": "vertical",
2957
+ "gap": "lg",
2931
2958
  "type": "stack",
2932
- "align": "center",
2933
2959
  "children": [
2934
2960
  {
2935
- "name": "check-circle",
2936
- "type": "icon"
2961
+ "type": "icon",
2962
+ "name": "check-circle"
2937
2963
  },
2938
2964
  {
2939
2965
  "variant": "success",
2940
- "message": "Operation completed successfully",
2941
- "type": "alert"
2966
+ "type": "alert",
2967
+ "message": "Operation completed successfully"
2942
2968
  },
2943
2969
  {
2944
- "content": "@entity.result",
2945
- "color": "muted",
2946
2970
  "type": "typography",
2971
+ "color": "muted",
2972
+ "content": "@entity.result",
2947
2973
  "variant": "body"
2948
2974
  },
2949
2975
  {
2950
- "action": "RESET",
2976
+ "type": "button",
2951
2977
  "icon": "rotate-ccw",
2952
- "variant": "ghost",
2953
2978
  "label": "Back",
2954
- "type": "button"
2979
+ "action": "RESET",
2980
+ "variant": "ghost"
2955
2981
  }
2956
- ],
2957
- "direction": "vertical",
2958
- "gap": "lg"
2959
- }
2960
- ],
2961
- "type": "dashboard-layout",
2962
- "appName": "ResearchAssistant",
2963
- "navItems": [
2964
- {
2965
- "label": "Research",
2966
- "href": "/research",
2967
- "icon": "search"
2968
- },
2969
- {
2970
- "href": "/cache",
2971
- "icon": "database",
2972
- "label": "Cache"
2973
- },
2974
- {
2975
- "href": "/reports",
2976
- "icon": "file-text",
2977
- "label": "Reports"
2978
- },
2979
- {
2980
- "href": "/knowledge",
2981
- "icon": "book-open",
2982
- "label": "Knowledge"
2982
+ ]
2983
2983
  }
2984
2984
  ]
2985
2985
  }
@@ -3006,16 +3006,17 @@
3006
3006
  "main",
3007
3007
  {
3008
3008
  "appName": "ResearchAssistant",
3009
+ "type": "dashboard-layout",
3009
3010
  "navItems": [
3010
3011
  {
3011
- "icon": "search",
3012
3012
  "label": "Research",
3013
- "href": "/research"
3013
+ "href": "/research",
3014
+ "icon": "search"
3014
3015
  },
3015
3016
  {
3017
+ "href": "/cache",
3016
3018
  "icon": "database",
3017
- "label": "Cache",
3018
- "href": "/cache"
3019
+ "label": "Cache"
3019
3020
  },
3020
3021
  {
3021
3022
  "label": "Reports",
@@ -3023,32 +3024,31 @@
3023
3024
  "icon": "file-text"
3024
3025
  },
3025
3026
  {
3026
- "icon": "book-open",
3027
3027
  "label": "Knowledge",
3028
- "href": "/knowledge"
3028
+ "href": "/knowledge",
3029
+ "icon": "book-open"
3029
3030
  }
3030
3031
  ],
3031
- "type": "dashboard-layout",
3032
3032
  "children": [
3033
3033
  {
3034
3034
  "align": "center",
3035
3035
  "children": [
3036
3036
  {
3037
- "type": "error-state",
3037
+ "title": "Operation Failed",
3038
3038
  "message": "@entity.error",
3039
- "title": "Operation Failed"
3039
+ "type": "error-state"
3040
3040
  },
3041
3041
  {
3042
- "variant": "ghost",
3043
- "type": "button",
3044
3042
  "icon": "rotate-ccw",
3043
+ "action": "RESET",
3045
3044
  "label": "Back",
3046
- "action": "RESET"
3045
+ "type": "button",
3046
+ "variant": "ghost"
3047
3047
  }
3048
3048
  ],
3049
- "type": "stack",
3050
3049
  "direction": "vertical",
3051
- "gap": "lg"
3050
+ "gap": "lg",
3051
+ "type": "stack"
3052
3052
  }
3053
3053
  ]
3054
3054
  }
@@ -3081,9 +3081,9 @@
3081
3081
  "href": "/cache"
3082
3082
  },
3083
3083
  {
3084
+ "href": "/reports",
3084
3085
  "label": "Reports",
3085
- "icon": "file-text",
3086
- "href": "/reports"
3086
+ "icon": "file-text"
3087
3087
  },
3088
3088
  {
3089
3089
  "label": "Knowledge",
@@ -3096,26 +3096,24 @@
3096
3096
  "children": [
3097
3097
  {
3098
3098
  "type": "stack",
3099
- "direction": "vertical",
3100
3099
  "align": "stretch",
3101
- "gap": "lg",
3102
3100
  "children": [
3103
3101
  {
3104
- "type": "stack",
3105
3102
  "children": [
3106
3103
  {
3107
3104
  "type": "icon",
3108
3105
  "name": "hard-drive"
3109
3106
  },
3110
3107
  {
3111
- "variant": "h2",
3108
+ "type": "typography",
3112
3109
  "content": "Report Storage",
3113
- "type": "typography"
3110
+ "variant": "h2"
3114
3111
  }
3115
3112
  ],
3113
+ "type": "stack",
3114
+ "direction": "horizontal",
3116
3115
  "gap": "md",
3117
- "align": "center",
3118
- "direction": "horizontal"
3116
+ "align": "center"
3119
3117
  },
3120
3118
  {
3121
3119
  "type": "divider"
@@ -3125,54 +3123,56 @@
3125
3123
  "placeholder": "bucket-name"
3126
3124
  },
3127
3125
  {
3128
- "type": "input",
3129
- "placeholder": "path/to/file.txt"
3126
+ "placeholder": "path/to/file.txt",
3127
+ "type": "input"
3130
3128
  },
3131
3129
  {
3132
- "placeholder": "path/prefix/",
3133
- "type": "input"
3130
+ "type": "input",
3131
+ "placeholder": "path/prefix/"
3134
3132
  },
3135
3133
  {
3136
3134
  "type": "textarea",
3137
3135
  "placeholder": "File content..."
3138
3136
  },
3139
3137
  {
3138
+ "gap": "sm",
3139
+ "type": "stack",
3140
+ "direction": "horizontal",
3141
+ "justify": "center",
3140
3142
  "children": [
3141
3143
  {
3142
- "label": "Upload",
3143
3144
  "type": "button",
3144
- "variant": "primary",
3145
+ "label": "Upload",
3145
3146
  "icon": "upload",
3147
+ "variant": "primary",
3146
3148
  "action": "UPLOAD_FILE"
3147
3149
  },
3148
3150
  {
3149
- "type": "button",
3150
- "label": "Download",
3151
+ "variant": "secondary",
3151
3152
  "action": "DOWNLOAD_FILE",
3152
- "icon": "download",
3153
- "variant": "secondary"
3153
+ "label": "Download",
3154
+ "type": "button",
3155
+ "icon": "download"
3154
3156
  },
3155
3157
  {
3156
3158
  "type": "button",
3157
3159
  "label": "List",
3158
- "icon": "list",
3159
3160
  "action": "LIST_FILES",
3160
- "variant": "secondary"
3161
+ "variant": "secondary",
3162
+ "icon": "list"
3161
3163
  },
3162
3164
  {
3163
- "type": "button",
3165
+ "variant": "danger",
3166
+ "icon": "trash-2",
3164
3167
  "action": "DELETE_FILE",
3165
3168
  "label": "Delete",
3166
- "variant": "danger",
3167
- "icon": "trash-2"
3169
+ "type": "button"
3168
3170
  }
3169
- ],
3170
- "direction": "horizontal",
3171
- "type": "stack",
3172
- "gap": "sm",
3173
- "justify": "center"
3171
+ ]
3174
3172
  }
3175
- ]
3173
+ ],
3174
+ "gap": "lg",
3175
+ "direction": "vertical"
3176
3176
  }
3177
3177
  ]
3178
3178
  }
@@ -3194,11 +3194,12 @@
3194
3194
  "main",
3195
3195
  {
3196
3196
  "appName": "ResearchAssistant",
3197
+ "type": "dashboard-layout",
3197
3198
  "navItems": [
3198
3199
  {
3200
+ "icon": "search",
3199
3201
  "label": "Research",
3200
- "href": "/research",
3201
- "icon": "search"
3202
+ "href": "/research"
3202
3203
  },
3203
3204
  {
3204
3205
  "label": "Cache",
@@ -3206,9 +3207,9 @@
3206
3207
  "icon": "database"
3207
3208
  },
3208
3209
  {
3210
+ "icon": "file-text",
3209
3211
  "label": "Reports",
3210
- "href": "/reports",
3211
- "icon": "file-text"
3212
+ "href": "/reports"
3212
3213
  },
3213
3214
  {
3214
3215
  "label": "Knowledge",
@@ -3216,21 +3217,14 @@
3216
3217
  "icon": "book-open"
3217
3218
  }
3218
3219
  ],
3219
- "type": "dashboard-layout",
3220
3220
  "children": [
3221
3221
  {
3222
- "gap": "lg",
3223
- "direction": "vertical",
3224
- "type": "stack",
3225
3222
  "children": [
3226
3223
  {
3227
- "gap": "md",
3228
- "direction": "horizontal",
3229
- "type": "stack",
3230
3224
  "children": [
3231
3225
  {
3232
- "name": "hard-drive",
3233
- "type": "icon"
3226
+ "type": "icon",
3227
+ "name": "hard-drive"
3234
3228
  },
3235
3229
  {
3236
3230
  "type": "typography",
@@ -3238,7 +3232,10 @@
3238
3232
  "variant": "h2"
3239
3233
  }
3240
3234
  ],
3241
- "align": "center"
3235
+ "type": "stack",
3236
+ "align": "center",
3237
+ "gap": "md",
3238
+ "direction": "horizontal"
3242
3239
  },
3243
3240
  {
3244
3241
  "type": "divider"
@@ -3252,51 +3249,54 @@
3252
3249
  "type": "input"
3253
3250
  },
3254
3251
  {
3255
- "placeholder": "path/prefix/",
3256
- "type": "input"
3252
+ "type": "input",
3253
+ "placeholder": "path/prefix/"
3257
3254
  },
3258
3255
  {
3259
- "placeholder": "File content...",
3260
- "type": "textarea"
3256
+ "type": "textarea",
3257
+ "placeholder": "File content..."
3261
3258
  },
3262
3259
  {
3263
- "direction": "horizontal",
3260
+ "gap": "sm",
3264
3261
  "justify": "center",
3265
- "type": "stack",
3266
3262
  "children": [
3267
3263
  {
3268
- "variant": "primary",
3264
+ "icon": "upload",
3269
3265
  "type": "button",
3270
3266
  "action": "UPLOAD_FILE",
3271
3267
  "label": "Upload",
3272
- "icon": "upload"
3268
+ "variant": "primary"
3273
3269
  },
3274
3270
  {
3275
- "action": "DOWNLOAD_FILE",
3276
3271
  "variant": "secondary",
3277
- "icon": "download",
3278
3272
  "type": "button",
3279
- "label": "Download"
3273
+ "action": "DOWNLOAD_FILE",
3274
+ "label": "Download",
3275
+ "icon": "download"
3280
3276
  },
3281
3277
  {
3282
- "label": "List",
3283
3278
  "variant": "secondary",
3284
- "type": "button",
3285
3279
  "icon": "list",
3280
+ "label": "List",
3281
+ "type": "button",
3286
3282
  "action": "LIST_FILES"
3287
3283
  },
3288
3284
  {
3285
+ "variant": "danger",
3289
3286
  "icon": "trash-2",
3290
3287
  "action": "DELETE_FILE",
3291
- "variant": "danger",
3292
- "label": "Delete",
3293
- "type": "button"
3288
+ "type": "button",
3289
+ "label": "Delete"
3294
3290
  }
3295
3291
  ],
3296
- "gap": "sm"
3292
+ "type": "stack",
3293
+ "direction": "horizontal"
3297
3294
  }
3298
3295
  ],
3299
- "align": "stretch"
3296
+ "align": "stretch",
3297
+ "direction": "vertical",
3298
+ "type": "stack",
3299
+ "gap": "lg"
3300
3300
  }
3301
3301
  ]
3302
3302
  }
@@ -3560,25 +3560,26 @@
3560
3560
  "render-ui",
3561
3561
  "main",
3562
3562
  {
3563
- "type": "dashboard-layout",
3564
3563
  "appName": "ResearchAssistant",
3565
3564
  "children": [
3566
3565
  {
3566
+ "align": "center",
3567
3567
  "children": [
3568
3568
  {
3569
3569
  "name": "shield",
3570
3570
  "type": "icon"
3571
3571
  },
3572
3572
  {
3573
+ "content": "Bearer API Tester",
3573
3574
  "type": "typography",
3574
- "variant": "h2",
3575
- "content": "Bearer API Tester"
3575
+ "variant": "h2"
3576
3576
  },
3577
3577
  {
3578
3578
  "type": "input",
3579
3579
  "placeholder": "/users"
3580
3580
  },
3581
3581
  {
3582
+ "type": "select",
3582
3583
  "options": [
3583
3584
  {
3584
3585
  "label": "GET",
@@ -3589,56 +3590,55 @@
3589
3590
  "label": "POST"
3590
3591
  },
3591
3592
  {
3592
- "value": "PUT",
3593
- "label": "PUT"
3593
+ "label": "PUT",
3594
+ "value": "PUT"
3594
3595
  },
3595
3596
  {
3596
- "value": "DELETE",
3597
- "label": "DELETE"
3597
+ "label": "DELETE",
3598
+ "value": "DELETE"
3598
3599
  }
3599
- ],
3600
- "type": "select"
3600
+ ]
3601
3601
  },
3602
3602
  {
3603
3603
  "type": "textarea",
3604
3604
  "placeholder": "JSON request body"
3605
3605
  },
3606
3606
  {
3607
+ "label": "Send Request",
3607
3608
  "variant": "primary",
3609
+ "type": "button",
3608
3610
  "icon": "send",
3609
- "action": "CALL_API",
3610
- "label": "Send Request",
3611
- "type": "button"
3611
+ "action": "CALL_API"
3612
3612
  }
3613
3613
  ],
3614
3614
  "direction": "vertical",
3615
3615
  "type": "stack",
3616
- "gap": "lg",
3617
- "align": "center"
3616
+ "gap": "lg"
3618
3617
  }
3619
3618
  ],
3620
3619
  "navItems": [
3621
3620
  {
3622
3621
  "icon": "search",
3623
- "href": "/research",
3624
- "label": "Research"
3622
+ "label": "Research",
3623
+ "href": "/research"
3625
3624
  },
3626
3625
  {
3627
- "href": "/cache",
3626
+ "icon": "database",
3628
3627
  "label": "Cache",
3629
- "icon": "database"
3628
+ "href": "/cache"
3630
3629
  },
3631
3630
  {
3632
3631
  "label": "Reports",
3633
- "href": "/reports",
3634
- "icon": "file-text"
3632
+ "icon": "file-text",
3633
+ "href": "/reports"
3635
3634
  },
3636
3635
  {
3637
- "label": "Knowledge",
3638
3636
  "icon": "book-open",
3637
+ "label": "Knowledge",
3639
3638
  "href": "/knowledge"
3640
3639
  }
3641
- ]
3640
+ ],
3641
+ "type": "dashboard-layout"
3642
3642
  }
3643
3643
  ]
3644
3644
  ]
@@ -3652,23 +3652,21 @@
3652
3652
  "render-ui",
3653
3653
  "main",
3654
3654
  {
3655
- "type": "dashboard-layout",
3656
- "appName": "ResearchAssistant",
3657
3655
  "navItems": [
3658
3656
  {
3659
- "icon": "search",
3660
3657
  "label": "Research",
3661
- "href": "/research"
3658
+ "href": "/research",
3659
+ "icon": "search"
3662
3660
  },
3663
3661
  {
3664
- "label": "Cache",
3665
3662
  "href": "/cache",
3666
- "icon": "database"
3663
+ "icon": "database",
3664
+ "label": "Cache"
3667
3665
  },
3668
3666
  {
3667
+ "label": "Reports",
3669
3668
  "href": "/reports",
3670
- "icon": "file-text",
3671
- "label": "Reports"
3669
+ "icon": "file-text"
3672
3670
  },
3673
3671
  {
3674
3672
  "icon": "book-open",
@@ -3676,11 +3674,13 @@
3676
3674
  "href": "/knowledge"
3677
3675
  }
3678
3676
  ],
3677
+ "type": "dashboard-layout",
3678
+ "appName": "ResearchAssistant",
3679
3679
  "children": [
3680
3680
  {
3681
3681
  "type": "loading-state",
3682
- "title": "Calling API...",
3683
- "message": "Sending request to knowledgequery endpoint..."
3682
+ "message": "Sending request to knowledgequery endpoint...",
3683
+ "title": "Calling API..."
3684
3684
  }
3685
3685
  ]
3686
3686
  }
@@ -3690,9 +3690,9 @@
3690
3690
  "custom-bearer-api",
3691
3691
  "execute",
3692
3692
  {
3693
- "body": "@entity.requestBody",
3693
+ "method": "@entity.method",
3694
3694
  "endpoint": "@entity.endpoint",
3695
- "method": "@entity.method"
3695
+ "body": "@entity.requestBody"
3696
3696
  },
3697
3697
  {
3698
3698
  "emit": {
@@ -3722,20 +3722,44 @@
3722
3722
  "render-ui",
3723
3723
  "main",
3724
3724
  {
3725
- "type": "dashboard-layout",
3725
+ "navItems": [
3726
+ {
3727
+ "label": "Research",
3728
+ "icon": "search",
3729
+ "href": "/research"
3730
+ },
3731
+ {
3732
+ "icon": "database",
3733
+ "label": "Cache",
3734
+ "href": "/cache"
3735
+ },
3736
+ {
3737
+ "label": "Reports",
3738
+ "href": "/reports",
3739
+ "icon": "file-text"
3740
+ },
3741
+ {
3742
+ "href": "/knowledge",
3743
+ "label": "Knowledge",
3744
+ "icon": "book-open"
3745
+ }
3746
+ ],
3726
3747
  "appName": "ResearchAssistant",
3727
3748
  "children": [
3728
3749
  {
3729
3750
  "direction": "vertical",
3751
+ "type": "stack",
3752
+ "gap": "lg",
3753
+ "align": "center",
3730
3754
  "children": [
3731
3755
  {
3732
- "type": "icon",
3733
- "name": "check-circle"
3756
+ "name": "check-circle",
3757
+ "type": "icon"
3734
3758
  },
3735
3759
  {
3760
+ "content": "Response",
3736
3761
  "variant": "h2",
3737
- "type": "typography",
3738
- "content": "Response"
3762
+ "type": "typography"
3739
3763
  },
3740
3764
  {
3741
3765
  "label": "@entity.statusCode",
@@ -3743,45 +3767,21 @@
3743
3767
  "variant": "info"
3744
3768
  },
3745
3769
  {
3746
- "language": "json",
3747
3770
  "type": "code-block",
3771
+ "language": "json",
3748
3772
  "code": "@entity.responseData"
3749
3773
  },
3750
3774
  {
3751
- "variant": "ghost",
3752
- "action": "RESET",
3753
- "icon": "rotate-ccw",
3754
3775
  "label": "New Request",
3755
- "type": "button"
3776
+ "type": "button",
3777
+ "action": "RESET",
3778
+ "variant": "ghost",
3779
+ "icon": "rotate-ccw"
3756
3780
  }
3757
- ],
3758
- "gap": "lg",
3759
- "type": "stack",
3760
- "align": "center"
3781
+ ]
3761
3782
  }
3762
3783
  ],
3763
- "navItems": [
3764
- {
3765
- "href": "/research",
3766
- "icon": "search",
3767
- "label": "Research"
3768
- },
3769
- {
3770
- "icon": "database",
3771
- "href": "/cache",
3772
- "label": "Cache"
3773
- },
3774
- {
3775
- "icon": "file-text",
3776
- "label": "Reports",
3777
- "href": "/reports"
3778
- },
3779
- {
3780
- "icon": "book-open",
3781
- "href": "/knowledge",
3782
- "label": "Knowledge"
3783
- }
3784
- ]
3784
+ "type": "dashboard-layout"
3785
3785
  }
3786
3786
  ]
3787
3787
  ]
@@ -3800,11 +3800,21 @@
3800
3800
  "render-ui",
3801
3801
  "main",
3802
3802
  {
3803
+ "appName": "ResearchAssistant",
3804
+ "type": "dashboard-layout",
3805
+ "children": [
3806
+ {
3807
+ "type": "error-state",
3808
+ "message": "@entity.error",
3809
+ "title": "Request Failed",
3810
+ "onRetry": "RETRY"
3811
+ }
3812
+ ],
3803
3813
  "navItems": [
3804
3814
  {
3805
3815
  "label": "Research",
3806
- "href": "/research",
3807
- "icon": "search"
3816
+ "icon": "search",
3817
+ "href": "/research"
3808
3818
  },
3809
3819
  {
3810
3820
  "label": "Cache",
@@ -3812,24 +3822,14 @@
3812
3822
  "icon": "database"
3813
3823
  },
3814
3824
  {
3815
- "label": "Reports",
3816
3825
  "icon": "file-text",
3826
+ "label": "Reports",
3817
3827
  "href": "/reports"
3818
3828
  },
3819
3829
  {
3830
+ "label": "Knowledge",
3820
3831
  "href": "/knowledge",
3821
- "icon": "book-open",
3822
- "label": "Knowledge"
3823
- }
3824
- ],
3825
- "appName": "ResearchAssistant",
3826
- "type": "dashboard-layout",
3827
- "children": [
3828
- {
3829
- "onRetry": "RETRY",
3830
- "message": "@entity.error",
3831
- "type": "error-state",
3832
- "title": "Request Failed"
3832
+ "icon": "book-open"
3833
3833
  }
3834
3834
  ]
3835
3835
  }
@@ -3845,28 +3845,28 @@
3845
3845
  "render-ui",
3846
3846
  "main",
3847
3847
  {
3848
- "type": "dashboard-layout",
3849
3848
  "children": [
3850
3849
  {
3850
+ "direction": "vertical",
3851
+ "type": "stack",
3851
3852
  "gap": "lg",
3852
3853
  "align": "center",
3853
- "type": "stack",
3854
- "direction": "vertical",
3855
3854
  "children": [
3856
3855
  {
3857
- "type": "icon",
3858
- "name": "shield"
3856
+ "name": "shield",
3857
+ "type": "icon"
3859
3858
  },
3860
3859
  {
3861
- "variant": "h2",
3862
3860
  "content": "Bearer API Tester",
3863
- "type": "typography"
3861
+ "type": "typography",
3862
+ "variant": "h2"
3864
3863
  },
3865
3864
  {
3866
- "placeholder": "/users",
3867
- "type": "input"
3865
+ "type": "input",
3866
+ "placeholder": "/users"
3868
3867
  },
3869
3868
  {
3869
+ "type": "select",
3870
3870
  "options": [
3871
3871
  {
3872
3872
  "value": "GET",
@@ -3884,8 +3884,7 @@
3884
3884
  "value": "DELETE",
3885
3885
  "label": "DELETE"
3886
3886
  }
3887
- ],
3888
- "type": "select"
3887
+ ]
3889
3888
  },
3890
3889
  {
3891
3890
  "type": "textarea",
@@ -3893,37 +3892,38 @@
3893
3892
  },
3894
3893
  {
3895
3894
  "icon": "send",
3895
+ "variant": "primary",
3896
3896
  "label": "Send Request",
3897
- "type": "button",
3898
3897
  "action": "CALL_API",
3899
- "variant": "primary"
3898
+ "type": "button"
3900
3899
  }
3901
3900
  ]
3902
3901
  }
3903
3902
  ],
3904
- "appName": "ResearchAssistant",
3905
3903
  "navItems": [
3906
3904
  {
3907
3905
  "label": "Research",
3908
- "href": "/research",
3909
- "icon": "search"
3906
+ "icon": "search",
3907
+ "href": "/research"
3910
3908
  },
3911
3909
  {
3912
- "label": "Cache",
3910
+ "icon": "database",
3913
3911
  "href": "/cache",
3914
- "icon": "database"
3912
+ "label": "Cache"
3915
3913
  },
3916
3914
  {
3917
- "icon": "file-text",
3918
3915
  "href": "/reports",
3919
- "label": "Reports"
3916
+ "label": "Reports",
3917
+ "icon": "file-text"
3920
3918
  },
3921
3919
  {
3922
3920
  "label": "Knowledge",
3923
- "href": "/knowledge",
3924
- "icon": "book-open"
3921
+ "icon": "book-open",
3922
+ "href": "/knowledge"
3925
3923
  }
3926
- ]
3924
+ ],
3925
+ "type": "dashboard-layout",
3926
+ "appName": "ResearchAssistant"
3927
3927
  }
3928
3928
  ]
3929
3929
  ]
@@ -3937,85 +3937,85 @@
3937
3937
  "render-ui",
3938
3938
  "main",
3939
3939
  {
3940
- "type": "dashboard-layout",
3941
- "navItems": [
3942
- {
3943
- "icon": "search",
3944
- "href": "/research",
3945
- "label": "Research"
3946
- },
3947
- {
3948
- "label": "Cache",
3949
- "icon": "database",
3950
- "href": "/cache"
3951
- },
3952
- {
3953
- "href": "/reports",
3954
- "icon": "file-text",
3955
- "label": "Reports"
3956
- },
3957
- {
3958
- "icon": "book-open",
3959
- "label": "Knowledge",
3960
- "href": "/knowledge"
3961
- }
3962
- ],
3963
3940
  "children": [
3964
3941
  {
3965
3942
  "type": "stack",
3966
- "gap": "lg",
3967
- "direction": "vertical",
3943
+ "align": "center",
3968
3944
  "children": [
3969
3945
  {
3970
3946
  "name": "shield",
3971
3947
  "type": "icon"
3972
3948
  },
3973
3949
  {
3974
- "type": "typography",
3975
3950
  "content": "Bearer API Tester",
3951
+ "type": "typography",
3976
3952
  "variant": "h2"
3977
3953
  },
3978
3954
  {
3979
- "placeholder": "/users",
3980
- "type": "input"
3955
+ "type": "input",
3956
+ "placeholder": "/users"
3981
3957
  },
3982
3958
  {
3983
3959
  "options": [
3984
3960
  {
3985
- "value": "GET",
3986
- "label": "GET"
3961
+ "label": "GET",
3962
+ "value": "GET"
3987
3963
  },
3988
3964
  {
3989
- "value": "POST",
3990
- "label": "POST"
3965
+ "label": "POST",
3966
+ "value": "POST"
3991
3967
  },
3992
3968
  {
3993
3969
  "value": "PUT",
3994
3970
  "label": "PUT"
3995
3971
  },
3996
3972
  {
3997
- "value": "DELETE",
3998
- "label": "DELETE"
3973
+ "label": "DELETE",
3974
+ "value": "DELETE"
3999
3975
  }
4000
3976
  ],
4001
3977
  "type": "select"
4002
3978
  },
4003
3979
  {
4004
- "type": "textarea",
4005
- "placeholder": "JSON request body"
3980
+ "placeholder": "JSON request body",
3981
+ "type": "textarea"
4006
3982
  },
4007
3983
  {
4008
- "icon": "send",
3984
+ "action": "CALL_API",
4009
3985
  "label": "Send Request",
4010
3986
  "variant": "primary",
4011
- "action": "CALL_API",
4012
- "type": "button"
3987
+ "type": "button",
3988
+ "icon": "send"
4013
3989
  }
4014
3990
  ],
4015
- "align": "center"
3991
+ "direction": "vertical",
3992
+ "gap": "lg"
4016
3993
  }
4017
3994
  ],
4018
- "appName": "ResearchAssistant"
3995
+ "navItems": [
3996
+ {
3997
+ "label": "Research",
3998
+ "href": "/research",
3999
+ "icon": "search"
4000
+ },
4001
+ {
4002
+ "label": "Cache",
4003
+ "href": "/cache",
4004
+ "icon": "database"
4005
+ },
4006
+ {
4007
+ "label": "Reports",
4008
+ "href": "/reports",
4009
+ "icon": "file-text"
4010
+ },
4011
+ {
4012
+ "href": "/knowledge",
4013
+ "label": "Knowledge",
4014
+ "icon": "book-open"
4015
+ }
4016
+ ],
4017
+ "appName": "ResearchAssistant",
4018
+ "type": "dashboard-layout"
4019
4019
  }
4020
4020
  ]
4021
4021
  ]
@@ -4029,40 +4029,44 @@
4029
4029
  "render-ui",
4030
4030
  "main",
4031
4031
  {
4032
+ "appName": "ResearchAssistant",
4032
4033
  "navItems": [
4033
4034
  {
4034
- "icon": "search",
4035
+ "href": "/research",
4035
4036
  "label": "Research",
4036
- "href": "/research"
4037
+ "icon": "search"
4037
4038
  },
4038
4039
  {
4039
4040
  "label": "Cache",
4040
- "href": "/cache",
4041
- "icon": "database"
4041
+ "icon": "database",
4042
+ "href": "/cache"
4042
4043
  },
4043
4044
  {
4044
4045
  "href": "/reports",
4045
- "label": "Reports",
4046
- "icon": "file-text"
4046
+ "icon": "file-text",
4047
+ "label": "Reports"
4047
4048
  },
4048
4049
  {
4049
- "href": "/knowledge",
4050
+ "icon": "book-open",
4050
4051
  "label": "Knowledge",
4051
- "icon": "book-open"
4052
+ "href": "/knowledge"
4052
4053
  }
4053
4054
  ],
4055
+ "type": "dashboard-layout",
4054
4056
  "children": [
4055
4057
  {
4056
- "type": "stack",
4057
4058
  "gap": "lg",
4059
+ "type": "stack",
4060
+ "align": "center",
4061
+ "direction": "vertical",
4058
4062
  "children": [
4059
4063
  {
4060
- "type": "icon",
4061
- "name": "shield"
4064
+ "name": "shield",
4065
+ "type": "icon"
4062
4066
  },
4063
4067
  {
4064
- "type": "typography",
4065
4068
  "content": "Bearer API Tester",
4069
+ "type": "typography",
4066
4070
  "variant": "h2"
4067
4071
  },
4068
4072
  {
@@ -4073,16 +4077,16 @@
4073
4077
  "type": "select",
4074
4078
  "options": [
4075
4079
  {
4076
- "value": "GET",
4077
- "label": "GET"
4080
+ "label": "GET",
4081
+ "value": "GET"
4078
4082
  },
4079
4083
  {
4080
4084
  "value": "POST",
4081
4085
  "label": "POST"
4082
4086
  },
4083
4087
  {
4084
- "label": "PUT",
4085
- "value": "PUT"
4088
+ "value": "PUT",
4089
+ "label": "PUT"
4086
4090
  },
4087
4091
  {
4088
4092
  "label": "DELETE",
@@ -4091,23 +4095,19 @@
4091
4095
  ]
4092
4096
  },
4093
4097
  {
4094
- "type": "textarea",
4095
- "placeholder": "JSON request body"
4098
+ "placeholder": "JSON request body",
4099
+ "type": "textarea"
4096
4100
  },
4097
4101
  {
4098
- "variant": "primary",
4102
+ "icon": "send",
4103
+ "label": "Send Request",
4099
4104
  "action": "CALL_API",
4100
4105
  "type": "button",
4101
- "label": "Send Request",
4102
- "icon": "send"
4106
+ "variant": "primary"
4103
4107
  }
4104
- ],
4105
- "align": "center",
4106
- "direction": "vertical"
4108
+ ]
4107
4109
  }
4108
- ],
4109
- "appName": "ResearchAssistant",
4110
- "type": "dashboard-layout"
4110
+ ]
4111
4111
  }
4112
4112
  ]
4113
4113
  ]
@@ -4130,4 +4130,4 @@
4130
4130
  ]
4131
4131
  }
4132
4132
  ]
4133
- }
4133
+ }