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