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