@almadar/std 14.24.0 → 14.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (411) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
  25. package/behaviors/registry/app/atoms/std-applicant.orb +43 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
  30. package/behaviors/registry/app/atoms/std-checkin.orb +57 -57
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
  33. package/behaviors/registry/app/atoms/std-class-session.orb +104 -47
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
  37. package/behaviors/registry/app/atoms/std-donor.orb +107 -34
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +98 -86
  40. package/behaviors/registry/app/atoms/std-dunning.orb +181 -45
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +285 -75
  44. package/behaviors/registry/app/atoms/std-help-article.orb +217 -75
  45. package/behaviors/registry/app/atoms/std-help-category.orb +129 -88
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
  47. package/behaviors/registry/app/atoms/std-invoice.orb +130 -112
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
  49. package/behaviors/registry/app/atoms/std-lease.orb +172 -44
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
  52. package/behaviors/registry/app/atoms/std-matter.orb +265 -46
  53. package/behaviors/registry/app/atoms/std-membership.orb +116 -58
  54. package/behaviors/registry/app/atoms/std-menu.orb +55 -55
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
  60. package/behaviors/registry/app/atoms/std-receipt.orb +42 -42
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
  66. package/behaviors/registry/app/atoms/std-rfi.orb +175 -120
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
  68. package/behaviors/registry/app/atoms/std-segment.orb +90 -39
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
  70. package/behaviors/registry/app/atoms/std-submittal.orb +245 -106
  71. package/behaviors/registry/app/atoms/std-table-map.orb +41 -41
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
  75. package/behaviors/registry/app/atoms/std-tenant.orb +88 -38
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
  79. package/behaviors/registry/app/atoms/std-trial.orb +137 -61
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
  83. package/behaviors/registry/app/atoms/std-work-order.orb +50 -50
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
  85. package/behaviors/registry/app/molecules/std-application.orb +137 -137
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
  87. package/behaviors/registry/app/molecules/std-cart.orb +51 -51
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
  92. package/behaviors/registry/app/organisms/std-accounting.orb +103 -103
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
  97. package/behaviors/registry/app/organisms/std-cms.orb +252 -252
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
  100. package/behaviors/registry/app/organisms/std-crm.orb +274 -274
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
  106. package/behaviors/registry/app/organisms/std-field-service.orb +171 -171
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
  110. package/behaviors/registry/app/organisms/std-forum.orb +142 -142
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
  114. package/behaviors/registry/app/organisms/std-inventory.orb +899 -97
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
  117. package/behaviors/registry/app/organisms/std-listings.orb +151 -151
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
  122. package/behaviors/registry/app/organisms/std-notes.orb +289 -78
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
  131. package/behaviors/registry/app/organisms/std-survey.orb +138 -138
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
  134. package/behaviors/registry/app/organisms/std-wiki.orb +130 -130
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +60 -60
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
  139. package/behaviors/registry/core/atoms/std-calendar.orb +53 -53
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
  142. package/behaviors/registry/core/atoms/std-display.orb +3 -3
  143. package/behaviors/registry/core/atoms/std-drawer.orb +13 -13
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
  145. package/behaviors/registry/core/atoms/std-file-store.orb +171 -36
  146. package/behaviors/registry/core/atoms/std-filter.orb +9 -9
  147. package/behaviors/registry/core/atoms/std-flag.orb +87 -87
  148. package/behaviors/registry/core/atoms/std-gallery.orb +44 -44
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
  150. package/behaviors/registry/core/atoms/std-graphs.orb +34 -34
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
  153. package/behaviors/registry/core/atoms/std-modal.orb +17 -17
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
  155. package/behaviors/registry/core/atoms/std-pagination.orb +12 -12
  156. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
  162. package/behaviors/registry/core/atoms/std-search.orb +5 -5
  163. package/behaviors/registry/core/atoms/std-selection.orb +106 -106
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
  165. package/behaviors/registry/core/atoms/std-stats.orb +140 -140
  166. package/behaviors/registry/core/atoms/std-tabs.orb +34 -34
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
  168. package/behaviors/registry/core/atoms/std-thread.orb +50 -50
  169. package/behaviors/registry/core/atoms/std-version-history.orb +70 -70
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
  177. package/behaviors/registry/core/molecules/std-list.orb +55 -55
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
  183. package/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
  184. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
  185. package/behaviors/registry/game/atoms/std-overworld.orb +62 -62
  186. package/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
  187. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  188. package/behaviors/registry/game/atoms/std-timer.orb +292 -292
  189. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
  190. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
  191. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
  192. package/behaviors/registry/service/atoms/std-service-email.orb +60 -60
  193. package/behaviors/registry/service/atoms/std-service-github.orb +61 -61
  194. package/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
  195. package/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
  196. package/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
  197. package/behaviors/registry/service/atoms/std-service-print.orb +113 -113
  198. package/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
  199. package/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
  200. package/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
  201. package/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
  202. package/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
  203. package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
  204. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
  205. package/dist/behaviors/behaviors-registry.json +4 -684
  206. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
  207. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
  208. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
  209. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  210. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
  211. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
  212. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
  213. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
  214. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
  215. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
  216. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
  217. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
  218. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
  219. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
  220. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
  221. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
  222. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  223. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
  224. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
  225. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
  226. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
  227. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
  228. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
  229. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
  230. package/dist/behaviors/registry/app/atoms/std-applicant.orb +43 -43
  231. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
  232. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
  233. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  234. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
  235. package/dist/behaviors/registry/app/atoms/std-checkin.orb +57 -57
  236. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
  237. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
  238. package/dist/behaviors/registry/app/atoms/std-class-session.orb +104 -47
  239. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
  240. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
  241. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
  242. package/dist/behaviors/registry/app/atoms/std-donor.orb +107 -34
  243. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  244. package/dist/behaviors/registry/app/atoms/std-driver.orb +98 -86
  245. package/dist/behaviors/registry/app/atoms/std-dunning.orb +181 -45
  246. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
  247. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  248. package/dist/behaviors/registry/app/atoms/std-health-score.orb +285 -75
  249. package/dist/behaviors/registry/app/atoms/std-help-article.orb +217 -75
  250. package/dist/behaviors/registry/app/atoms/std-help-category.orb +129 -88
  251. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
  252. package/dist/behaviors/registry/app/atoms/std-invoice.orb +130 -112
  253. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
  254. package/dist/behaviors/registry/app/atoms/std-lease.orb +172 -44
  255. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
  256. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
  257. package/dist/behaviors/registry/app/atoms/std-matter.orb +265 -46
  258. package/dist/behaviors/registry/app/atoms/std-membership.orb +116 -58
  259. package/dist/behaviors/registry/app/atoms/std-menu.orb +55 -55
  260. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
  261. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
  262. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
  263. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
  264. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-receipt.orb +42 -42
  266. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
  267. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
  268. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
  269. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
  270. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
  271. package/dist/behaviors/registry/app/atoms/std-rfi.orb +175 -120
  272. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
  273. package/dist/behaviors/registry/app/atoms/std-segment.orb +90 -39
  274. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
  275. package/dist/behaviors/registry/app/atoms/std-submittal.orb +245 -106
  276. package/dist/behaviors/registry/app/atoms/std-table-map.orb +41 -41
  277. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
  278. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
  279. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
  280. package/dist/behaviors/registry/app/atoms/std-tenant.orb +88 -38
  281. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
  282. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
  283. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
  284. package/dist/behaviors/registry/app/atoms/std-trial.orb +137 -61
  285. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
  286. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
  287. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
  288. package/dist/behaviors/registry/app/atoms/std-work-order.orb +50 -50
  289. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
  290. package/dist/behaviors/registry/app/molecules/std-application.orb +137 -137
  291. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
  292. package/dist/behaviors/registry/app/molecules/std-cart.orb +51 -51
  293. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
  294. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
  295. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
  296. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
  297. package/dist/behaviors/registry/app/organisms/std-accounting.orb +103 -103
  298. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
  299. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
  300. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
  301. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
  302. package/dist/behaviors/registry/app/organisms/std-cms.orb +252 -252
  303. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
  304. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
  305. package/dist/behaviors/registry/app/organisms/std-crm.orb +274 -274
  306. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
  307. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
  308. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
  309. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
  310. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
  311. package/dist/behaviors/registry/app/organisms/std-field-service.orb +171 -171
  312. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
  313. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
  314. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
  315. package/dist/behaviors/registry/app/organisms/std-forum.orb +142 -142
  316. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
  317. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
  318. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
  319. package/dist/behaviors/registry/app/organisms/std-inventory.orb +899 -97
  320. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
  321. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
  322. package/dist/behaviors/registry/app/organisms/std-listings.orb +151 -151
  323. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  324. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
  325. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
  326. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
  327. package/dist/behaviors/registry/app/organisms/std-notes.orb +289 -78
  328. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
  329. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
  330. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
  331. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
  332. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
  333. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
  335. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
  336. package/dist/behaviors/registry/app/organisms/std-survey.orb +138 -138
  337. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
  338. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
  339. package/dist/behaviors/registry/app/organisms/std-wiki.orb +130 -130
  340. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
  341. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  342. package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
  343. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
  344. package/dist/behaviors/registry/core/atoms/std-calendar.orb +53 -53
  345. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
  346. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
  347. package/dist/behaviors/registry/core/atoms/std-display.orb +3 -3
  348. package/dist/behaviors/registry/core/atoms/std-drawer.orb +13 -13
  349. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
  350. package/dist/behaviors/registry/core/atoms/std-file-store.orb +171 -36
  351. package/dist/behaviors/registry/core/atoms/std-filter.orb +9 -9
  352. package/dist/behaviors/registry/core/atoms/std-flag.orb +87 -87
  353. package/dist/behaviors/registry/core/atoms/std-gallery.orb +44 -44
  354. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
  355. package/dist/behaviors/registry/core/atoms/std-graphs.orb +34 -34
  356. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
  357. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
  358. package/dist/behaviors/registry/core/atoms/std-modal.orb +17 -17
  359. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
  360. package/dist/behaviors/registry/core/atoms/std-pagination.orb +12 -12
  361. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  362. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  363. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
  364. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  365. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
  366. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
  367. package/dist/behaviors/registry/core/atoms/std-search.orb +5 -5
  368. package/dist/behaviors/registry/core/atoms/std-selection.orb +106 -106
  369. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
  370. package/dist/behaviors/registry/core/atoms/std-stats.orb +140 -140
  371. package/dist/behaviors/registry/core/atoms/std-tabs.orb +34 -34
  372. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
  373. package/dist/behaviors/registry/core/atoms/std-thread.orb +50 -50
  374. package/dist/behaviors/registry/core/atoms/std-version-history.orb +70 -70
  375. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  376. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
  377. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
  378. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
  379. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
  380. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
  381. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
  382. package/dist/behaviors/registry/core/molecules/std-list.orb +55 -55
  383. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
  384. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
  385. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
  386. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
  387. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
  388. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
  389. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
  390. package/dist/behaviors/registry/game/atoms/std-overworld.orb +62 -62
  391. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
  392. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  393. package/dist/behaviors/registry/game/atoms/std-timer.orb +292 -292
  394. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
  395. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
  396. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
  397. package/dist/behaviors/registry/service/atoms/std-service-email.orb +60 -60
  398. package/dist/behaviors/registry/service/atoms/std-service-github.orb +61 -61
  399. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
  400. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
  401. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
  402. package/dist/behaviors/registry/service/atoms/std-service-print.orb +113 -113
  403. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
  404. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
  405. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
  406. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
  407. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
  408. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
  409. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
  410. package/dist/behaviors-registry.json +4 -684
  411. package/package.json +1 -1
@@ -361,8 +361,8 @@
361
361
  "TutorSession",
362
362
  {
363
363
  "emit": {
364
- "failure": "TutorSessionLoadFailed",
365
- "success": "TutorSessionLoaded"
364
+ "success": "TutorSessionLoaded",
365
+ "failure": "TutorSessionLoadFailed"
366
366
  }
367
367
  }
368
368
  ],
@@ -372,45 +372,43 @@
372
372
  {
373
373
  "navItems": [
374
374
  {
375
- "href": "/teach",
376
375
  "label": "Teach",
377
- "icon": "book-open"
376
+ "icon": "book-open",
377
+ "href": "/teach"
378
378
  },
379
379
  {
380
+ "icon": "help-circle",
380
381
  "label": "Quiz",
381
- "href": "/quiz",
382
- "icon": "help-circle"
382
+ "href": "/quiz"
383
383
  },
384
384
  {
385
- "icon": "brain",
385
+ "label": "Concepts",
386
386
  "href": "/concepts",
387
- "label": "Concepts"
387
+ "icon": "brain"
388
388
  }
389
389
  ],
390
- "appName": "AI Tutor",
391
- "type": "dashboard-layout",
392
390
  "children": [
393
391
  {
394
- "gap": "lg",
395
392
  "direction": "vertical",
393
+ "gap": "lg",
396
394
  "type": "stack",
397
395
  "children": [
398
396
  {
397
+ "type": "stack",
398
+ "gap": "sm",
399
399
  "children": [
400
400
  {
401
401
  "type": "icon",
402
402
  "name": "graduation-cap"
403
403
  },
404
404
  {
405
- "content": "Tutor",
406
405
  "type": "typography",
406
+ "content": "Tutor",
407
407
  "variant": "h2"
408
408
  }
409
409
  ],
410
- "align": "center",
411
410
  "direction": "horizontal",
412
- "type": "stack",
413
- "gap": "sm"
411
+ "align": "center"
414
412
  },
415
413
  {
416
414
  "type": "divider"
@@ -420,30 +418,32 @@
420
418
  "children": [
421
419
  {
422
420
  "direction": "vertical",
423
- "gap": "md",
424
421
  "children": [
425
422
  {
426
- "type": "typography",
427
423
  "variant": "body",
428
- "content": "What topic would you like to learn about? The tutor will assess your level and guide you through it."
424
+ "content": "What topic would you like to learn about? The tutor will assess your level and guide you through it.",
425
+ "type": "typography"
429
426
  },
430
427
  {
431
- "type": "form-section",
432
- "entity": "@entity",
433
428
  "submitEvent": "START_SESSION",
429
+ "entity": "@entity",
434
430
  "mode": "edit",
435
431
  "fields": [
436
432
  "topic"
437
- ]
433
+ ],
434
+ "type": "form-section"
438
435
  }
439
436
  ],
440
- "type": "stack"
437
+ "type": "stack",
438
+ "gap": "md"
441
439
  }
442
440
  ]
443
441
  }
444
442
  ]
445
443
  }
446
- ]
444
+ ],
445
+ "type": "dashboard-layout",
446
+ "appName": "AI Tutor"
447
447
  }
448
448
  ]
449
449
  ]
@@ -475,10 +475,30 @@
475
475
  "render-ui",
476
476
  "main",
477
477
  {
478
- "appName": "AI Tutor",
478
+ "type": "dashboard-layout",
479
+ "navItems": [
480
+ {
481
+ "icon": "book-open",
482
+ "href": "/teach",
483
+ "label": "Teach"
484
+ },
485
+ {
486
+ "label": "Quiz",
487
+ "href": "/quiz",
488
+ "icon": "help-circle"
489
+ },
490
+ {
491
+ "href": "/concepts",
492
+ "label": "Concepts",
493
+ "icon": "brain"
494
+ }
495
+ ],
479
496
  "children": [
480
497
  {
498
+ "type": "stack",
481
499
  "align": "center",
500
+ "gap": "lg",
501
+ "direction": "vertical",
482
502
  "children": [
483
503
  {
484
504
  "type": "icon",
@@ -486,41 +506,21 @@
486
506
  },
487
507
  {
488
508
  "type": "typography",
489
- "content": "Assessing your level...",
490
- "variant": "h3"
509
+ "variant": "h3",
510
+ "content": "Assessing your level..."
491
511
  },
492
512
  {
493
513
  "type": "spinner"
494
514
  },
495
515
  {
496
516
  "content": "Recalling prior learning and classifying skill level",
497
- "type": "typography",
498
- "variant": "caption"
517
+ "variant": "caption",
518
+ "type": "typography"
499
519
  }
500
- ],
501
- "type": "stack",
502
- "direction": "vertical",
503
- "gap": "lg"
520
+ ]
504
521
  }
505
522
  ],
506
- "type": "dashboard-layout",
507
- "navItems": [
508
- {
509
- "icon": "book-open",
510
- "href": "/teach",
511
- "label": "Teach"
512
- },
513
- {
514
- "label": "Quiz",
515
- "icon": "help-circle",
516
- "href": "/quiz"
517
- },
518
- {
519
- "icon": "brain",
520
- "label": "Concepts",
521
- "href": "/concepts"
522
- }
523
- ]
523
+ "appName": "AI Tutor"
524
524
  }
525
525
  ]
526
526
  ]
@@ -548,127 +548,127 @@
548
548
  "render-ui",
549
549
  "main",
550
550
  {
551
- "appName": "AI Tutor",
552
551
  "type": "dashboard-layout",
552
+ "navItems": [
553
+ {
554
+ "icon": "book-open",
555
+ "href": "/teach",
556
+ "label": "Teach"
557
+ },
558
+ {
559
+ "icon": "help-circle",
560
+ "label": "Quiz",
561
+ "href": "/quiz"
562
+ },
563
+ {
564
+ "label": "Concepts",
565
+ "href": "/concepts",
566
+ "icon": "brain"
567
+ }
568
+ ],
553
569
  "children": [
554
570
  {
555
- "type": "stack",
556
- "gap": "lg",
557
571
  "direction": "vertical",
558
572
  "children": [
559
573
  {
560
574
  "direction": "horizontal",
561
575
  "type": "stack",
562
576
  "align": "center",
577
+ "gap": "sm",
563
578
  "justify": "between",
564
579
  "children": [
565
580
  {
581
+ "type": "stack",
566
582
  "direction": "horizontal",
567
583
  "gap": "sm",
568
584
  "align": "center",
569
585
  "children": [
570
586
  {
571
- "type": "icon",
572
- "name": "book-open"
587
+ "name": "book-open",
588
+ "type": "icon"
573
589
  },
574
590
  {
591
+ "variant": "h2",
575
592
  "type": "typography",
576
- "content": "Lesson: @entity.topic",
577
- "variant": "h2"
593
+ "content": "Lesson: @entity.topic"
578
594
  }
579
- ],
580
- "type": "stack"
595
+ ]
581
596
  },
582
597
  {
583
598
  "type": "badge",
584
599
  "label": "@entity.studentLevel"
585
600
  }
586
- ],
587
- "gap": "sm"
601
+ ]
588
602
  },
589
603
  {
590
604
  "type": "divider"
591
605
  },
592
606
  {
593
- "type": "card",
594
607
  "children": [
595
608
  {
596
- "gap": "md",
597
- "direction": "vertical",
598
- "type": "stack",
599
609
  "children": [
600
610
  {
601
611
  "variant": "body",
602
612
  "type": "typography",
603
613
  "content": "@entity.explanation"
604
614
  }
605
- ]
615
+ ],
616
+ "type": "stack",
617
+ "gap": "md",
618
+ "direction": "vertical"
606
619
  }
607
- ]
620
+ ],
621
+ "type": "card"
608
622
  },
609
623
  {
610
- "direction": "horizontal",
611
- "type": "stack",
612
624
  "gap": "sm",
625
+ "type": "stack",
613
626
  "children": [
614
627
  {
615
- "icon": "help-circle",
628
+ "type": "button",
629
+ "action": "START_QUIZ",
616
630
  "variant": "primary",
617
631
  "label": "Quiz Me",
618
- "action": "START_QUIZ",
619
- "type": "button"
632
+ "icon": "help-circle"
620
633
  },
621
634
  {
635
+ "variant": "secondary",
636
+ "type": "button",
622
637
  "icon": "book-open",
623
638
  "action": "EXPLAIN_MORE",
624
- "type": "button",
625
- "variant": "secondary",
626
639
  "label": "Explain More"
627
640
  },
628
641
  {
629
642
  "label": "New Topic",
630
643
  "variant": "ghost",
631
- "action": "RESET",
632
644
  "type": "button",
645
+ "action": "RESET",
633
646
  "icon": "rotate-ccw"
634
647
  }
635
- ]
648
+ ],
649
+ "direction": "horizontal"
636
650
  },
637
651
  {
638
- "type": "stack",
639
- "gap": "xs",
640
652
  "children": [
641
653
  {
642
- "label": "@entity.questionsAsked",
643
- "type": "badge"
654
+ "type": "badge",
655
+ "label": "@entity.questionsAsked"
644
656
  },
645
657
  {
646
658
  "type": "badge",
647
659
  "label": "@entity.correctAnswers"
648
660
  }
649
661
  ],
650
- "direction": "horizontal"
662
+ "direction": "horizontal",
663
+ "gap": "xs",
664
+ "type": "stack"
651
665
  }
652
- ]
666
+ ],
667
+ "type": "stack",
668
+ "gap": "lg"
653
669
  }
654
670
  ],
655
- "navItems": [
656
- {
657
- "label": "Teach",
658
- "icon": "book-open",
659
- "href": "/teach"
660
- },
661
- {
662
- "icon": "help-circle",
663
- "label": "Quiz",
664
- "href": "/quiz"
665
- },
666
- {
667
- "label": "Concepts",
668
- "href": "/concepts",
669
- "icon": "brain"
670
- }
671
- ]
671
+ "appName": "AI Tutor"
672
672
  }
673
673
  ]
674
674
  ]
@@ -686,41 +686,42 @@
686
686
  "render-ui",
687
687
  "main",
688
688
  {
689
+ "appName": "AI Tutor",
689
690
  "children": [
690
691
  {
692
+ "direction": "vertical",
691
693
  "gap": "lg",
692
694
  "type": "stack",
693
- "direction": "vertical",
694
695
  "children": [
695
696
  {
697
+ "direction": "horizontal",
696
698
  "justify": "between",
697
699
  "gap": "sm",
698
- "align": "center",
699
700
  "type": "stack",
700
701
  "children": [
701
702
  {
702
- "align": "center",
703
703
  "gap": "sm",
704
704
  "children": [
705
705
  {
706
- "type": "icon",
707
- "name": "book-open"
706
+ "name": "book-open",
707
+ "type": "icon"
708
708
  },
709
709
  {
710
- "type": "typography",
710
+ "variant": "h2",
711
711
  "content": "Lesson: @entity.topic",
712
- "variant": "h2"
712
+ "type": "typography"
713
713
  }
714
714
  ],
715
- "type": "stack",
716
- "direction": "horizontal"
715
+ "direction": "horizontal",
716
+ "align": "center",
717
+ "type": "stack"
717
718
  },
718
719
  {
719
- "type": "badge",
720
- "label": "@entity.studentLevel"
720
+ "label": "@entity.studentLevel",
721
+ "type": "badge"
721
722
  }
722
723
  ],
723
- "direction": "horizontal"
724
+ "align": "center"
724
725
  },
725
726
  {
726
727
  "type": "divider"
@@ -728,85 +729,84 @@
728
729
  {
729
730
  "children": [
730
731
  {
732
+ "gap": "md",
731
733
  "children": [
732
734
  {
733
- "type": "typography",
734
735
  "variant": "body",
735
- "content": "@entity.explanation"
736
+ "content": "@entity.explanation",
737
+ "type": "typography"
736
738
  }
737
739
  ],
738
740
  "type": "stack",
739
- "gap": "md",
740
741
  "direction": "vertical"
741
742
  }
742
743
  ],
743
744
  "type": "card"
744
745
  },
745
746
  {
746
- "type": "stack",
747
- "gap": "sm",
748
747
  "children": [
749
748
  {
750
- "type": "button",
751
- "label": "Quiz Me",
752
- "variant": "primary",
753
749
  "icon": "help-circle",
754
- "action": "START_QUIZ"
750
+ "variant": "primary",
751
+ "action": "START_QUIZ",
752
+ "label": "Quiz Me",
753
+ "type": "button"
755
754
  },
756
755
  {
757
756
  "icon": "book-open",
758
- "variant": "secondary",
759
757
  "label": "Explain More",
758
+ "variant": "secondary",
760
759
  "type": "button",
761
760
  "action": "EXPLAIN_MORE"
762
761
  },
763
762
  {
764
- "icon": "rotate-ccw",
765
- "type": "button",
766
763
  "label": "New Topic",
767
764
  "action": "RESET",
768
- "variant": "ghost"
765
+ "variant": "ghost",
766
+ "icon": "rotate-ccw",
767
+ "type": "button"
769
768
  }
770
769
  ],
771
- "direction": "horizontal"
770
+ "direction": "horizontal",
771
+ "gap": "sm",
772
+ "type": "stack"
772
773
  },
773
774
  {
774
- "direction": "horizontal",
775
775
  "gap": "xs",
776
+ "type": "stack",
777
+ "direction": "horizontal",
776
778
  "children": [
777
779
  {
778
780
  "type": "badge",
779
781
  "label": "@entity.questionsAsked"
780
782
  },
781
783
  {
782
- "type": "badge",
783
- "label": "@entity.correctAnswers"
784
+ "label": "@entity.correctAnswers",
785
+ "type": "badge"
784
786
  }
785
- ],
786
- "type": "stack"
787
+ ]
787
788
  }
788
789
  ]
789
790
  }
790
791
  ],
791
- "type": "dashboard-layout",
792
- "appName": "AI Tutor",
793
792
  "navItems": [
794
793
  {
795
794
  "href": "/teach",
796
- "icon": "book-open",
797
- "label": "Teach"
795
+ "label": "Teach",
796
+ "icon": "book-open"
798
797
  },
799
798
  {
800
- "label": "Quiz",
801
799
  "href": "/quiz",
802
- "icon": "help-circle"
800
+ "icon": "help-circle",
801
+ "label": "Quiz"
803
802
  },
804
803
  {
805
- "href": "/concepts",
806
804
  "label": "Concepts",
807
- "icon": "brain"
805
+ "icon": "brain",
806
+ "href": "/concepts"
808
807
  }
809
- ]
808
+ ],
809
+ "type": "dashboard-layout"
810
810
  }
811
811
  ]
812
812
  ]
@@ -824,127 +824,127 @@
824
824
  "render-ui",
825
825
  "main",
826
826
  {
827
- "appName": "AI Tutor",
828
- "type": "dashboard-layout",
829
827
  "navItems": [
830
828
  {
831
- "href": "/teach",
832
829
  "label": "Teach",
830
+ "href": "/teach",
833
831
  "icon": "book-open"
834
832
  },
835
833
  {
834
+ "icon": "help-circle",
836
835
  "label": "Quiz",
837
- "href": "/quiz",
838
- "icon": "help-circle"
836
+ "href": "/quiz"
839
837
  },
840
838
  {
841
839
  "href": "/concepts",
842
- "label": "Concepts",
843
- "icon": "brain"
840
+ "icon": "brain",
841
+ "label": "Concepts"
844
842
  }
845
843
  ],
846
844
  "children": [
847
845
  {
846
+ "gap": "lg",
848
847
  "type": "stack",
848
+ "direction": "vertical",
849
849
  "children": [
850
850
  {
851
+ "gap": "sm",
852
+ "align": "center",
853
+ "justify": "between",
851
854
  "type": "stack",
855
+ "direction": "horizontal",
852
856
  "children": [
853
857
  {
854
- "type": "stack",
858
+ "direction": "horizontal",
859
+ "gap": "sm",
860
+ "align": "center",
855
861
  "children": [
856
862
  {
857
863
  "name": "book-open",
858
864
  "type": "icon"
859
865
  },
860
866
  {
861
- "type": "typography",
862
867
  "content": "Lesson: @entity.topic",
868
+ "type": "typography",
863
869
  "variant": "h2"
864
870
  }
865
871
  ],
866
- "direction": "horizontal",
867
- "align": "center",
868
- "gap": "sm"
872
+ "type": "stack"
869
873
  },
870
874
  {
871
- "label": "@entity.studentLevel",
872
- "type": "badge"
875
+ "type": "badge",
876
+ "label": "@entity.studentLevel"
873
877
  }
874
- ],
875
- "align": "center",
876
- "justify": "between",
877
- "direction": "horizontal",
878
- "gap": "sm"
878
+ ]
879
879
  },
880
880
  {
881
881
  "type": "divider"
882
882
  },
883
883
  {
884
+ "type": "card",
884
885
  "children": [
885
886
  {
886
- "direction": "vertical",
887
- "gap": "md",
888
887
  "type": "stack",
888
+ "direction": "vertical",
889
889
  "children": [
890
890
  {
891
+ "variant": "body",
891
892
  "content": "@entity.explanation",
892
- "type": "typography",
893
- "variant": "body"
893
+ "type": "typography"
894
894
  }
895
- ]
895
+ ],
896
+ "gap": "md"
896
897
  }
897
- ],
898
- "type": "card"
898
+ ]
899
899
  },
900
900
  {
901
- "type": "stack",
902
901
  "children": [
903
902
  {
904
903
  "type": "button",
905
- "variant": "primary",
906
- "label": "Quiz Me",
907
904
  "icon": "help-circle",
908
- "action": "START_QUIZ"
905
+ "label": "Quiz Me",
906
+ "action": "START_QUIZ",
907
+ "variant": "primary"
909
908
  },
910
909
  {
911
- "type": "button",
912
- "icon": "book-open",
913
- "label": "Explain More",
914
910
  "action": "EXPLAIN_MORE",
915
- "variant": "secondary"
911
+ "variant": "secondary",
912
+ "label": "Explain More",
913
+ "type": "button",
914
+ "icon": "book-open"
916
915
  },
917
916
  {
918
- "label": "New Topic",
919
- "type": "button",
917
+ "action": "RESET",
920
918
  "variant": "ghost",
921
919
  "icon": "rotate-ccw",
922
- "action": "RESET"
920
+ "type": "button",
921
+ "label": "New Topic"
923
922
  }
924
923
  ],
925
- "gap": "sm",
926
- "direction": "horizontal"
924
+ "type": "stack",
925
+ "direction": "horizontal",
926
+ "gap": "sm"
927
927
  },
928
928
  {
929
+ "type": "stack",
930
+ "direction": "horizontal",
931
+ "gap": "xs",
929
932
  "children": [
930
933
  {
931
934
  "type": "badge",
932
935
  "label": "@entity.questionsAsked"
933
936
  },
934
937
  {
935
- "label": "@entity.correctAnswers",
936
- "type": "badge"
938
+ "type": "badge",
939
+ "label": "@entity.correctAnswers"
937
940
  }
938
- ],
939
- "gap": "xs",
940
- "type": "stack",
941
- "direction": "horizontal"
941
+ ]
942
942
  }
943
- ],
944
- "gap": "lg",
945
- "direction": "vertical"
943
+ ]
946
944
  }
947
- ]
945
+ ],
946
+ "type": "dashboard-layout",
947
+ "appName": "AI Tutor"
948
948
  }
949
949
  ]
950
950
  ]
@@ -983,25 +983,28 @@
983
983
  "render-ui",
984
984
  "main",
985
985
  {
986
+ "appName": "AI Tutor",
986
987
  "children": [
987
988
  {
989
+ "gap": "lg",
990
+ "type": "stack",
988
991
  "children": [
989
992
  {
990
- "direction": "horizontal",
991
- "align": "center",
992
- "gap": "sm",
993
993
  "type": "stack",
994
+ "direction": "horizontal",
994
995
  "children": [
995
996
  {
996
997
  "type": "icon",
997
998
  "name": "graduation-cap"
998
999
  },
999
1000
  {
1000
- "variant": "h2",
1001
1001
  "content": "Tutor",
1002
+ "variant": "h2",
1002
1003
  "type": "typography"
1003
1004
  }
1004
- ]
1005
+ ],
1006
+ "gap": "sm",
1007
+ "align": "center"
1005
1008
  },
1006
1009
  {
1007
1010
  "type": "divider"
@@ -1010,40 +1013,37 @@
1010
1013
  "type": "card",
1011
1014
  "children": [
1012
1015
  {
1016
+ "direction": "vertical",
1017
+ "type": "stack",
1013
1018
  "gap": "md",
1014
1019
  "children": [
1015
1020
  {
1016
- "content": "What topic would you like to learn about? The tutor will assess your level and guide you through it.",
1017
1021
  "type": "typography",
1022
+ "content": "What topic would you like to learn about? The tutor will assess your level and guide you through it.",
1018
1023
  "variant": "body"
1019
1024
  },
1020
1025
  {
1021
- "type": "form-section",
1022
1026
  "submitEvent": "START_SESSION",
1023
1027
  "mode": "edit",
1028
+ "type": "form-section",
1024
1029
  "fields": [
1025
1030
  "topic"
1026
1031
  ],
1027
1032
  "entity": "@entity"
1028
1033
  }
1029
- ],
1030
- "type": "stack",
1031
- "direction": "vertical"
1034
+ ]
1032
1035
  }
1033
1036
  ]
1034
1037
  }
1035
1038
  ],
1036
- "type": "stack",
1037
- "direction": "vertical",
1038
- "gap": "lg"
1039
+ "direction": "vertical"
1039
1040
  }
1040
1041
  ],
1041
- "appName": "AI Tutor",
1042
1042
  "navItems": [
1043
1043
  {
1044
- "label": "Teach",
1044
+ "href": "/teach",
1045
1045
  "icon": "book-open",
1046
- "href": "/teach"
1046
+ "label": "Teach"
1047
1047
  },
1048
1048
  {
1049
1049
  "label": "Quiz",
@@ -1051,9 +1051,9 @@
1051
1051
  "icon": "help-circle"
1052
1052
  },
1053
1053
  {
1054
- "icon": "brain",
1055
1054
  "href": "/concepts",
1056
- "label": "Concepts"
1055
+ "label": "Concepts",
1056
+ "icon": "brain"
1057
1057
  }
1058
1058
  ],
1059
1059
  "type": "dashboard-layout"
@@ -1287,8 +1287,8 @@
1287
1287
  "QuizQuestion",
1288
1288
  {
1289
1289
  "emit": {
1290
- "failure": "QuizQuestionLoadFailed",
1291
- "success": "QuizQuestionLoaded"
1290
+ "success": "QuizQuestionLoaded",
1291
+ "failure": "QuizQuestionLoadFailed"
1292
1292
  }
1293
1293
  }
1294
1294
  ],
@@ -1296,32 +1296,17 @@
1296
1296
  "render-ui",
1297
1297
  "main",
1298
1298
  {
1299
- "type": "dashboard-layout",
1300
1299
  "appName": "AI Tutor",
1301
- "navItems": [
1302
- {
1303
- "label": "Teach",
1304
- "href": "/teach",
1305
- "icon": "book-open"
1306
- },
1307
- {
1308
- "icon": "help-circle",
1309
- "href": "/quiz",
1310
- "label": "Quiz"
1311
- },
1312
- {
1313
- "icon": "brain",
1314
- "href": "/concepts",
1315
- "label": "Concepts"
1316
- }
1317
- ],
1300
+ "type": "dashboard-layout",
1318
1301
  "children": [
1319
1302
  {
1320
1303
  "gap": "lg",
1321
- "type": "stack",
1322
1304
  "direction": "vertical",
1323
1305
  "children": [
1324
1306
  {
1307
+ "gap": "sm",
1308
+ "direction": "horizontal",
1309
+ "align": "center",
1325
1310
  "children": [
1326
1311
  {
1327
1312
  "name": "help-circle",
@@ -1329,24 +1314,39 @@
1329
1314
  },
1330
1315
  {
1331
1316
  "type": "typography",
1332
- "content": "Quiz",
1333
- "variant": "h2"
1317
+ "variant": "h2",
1318
+ "content": "Quiz"
1334
1319
  }
1335
1320
  ],
1336
- "type": "stack",
1337
- "direction": "horizontal",
1338
- "align": "center",
1339
- "gap": "sm"
1321
+ "type": "stack"
1340
1322
  },
1341
1323
  {
1342
1324
  "type": "divider"
1343
1325
  },
1344
1326
  {
1345
- "variant": "body",
1346
1327
  "content": "Waiting for a quiz to start...",
1328
+ "variant": "body",
1347
1329
  "type": "typography"
1348
1330
  }
1349
- ]
1331
+ ],
1332
+ "type": "stack"
1333
+ }
1334
+ ],
1335
+ "navItems": [
1336
+ {
1337
+ "href": "/teach",
1338
+ "icon": "book-open",
1339
+ "label": "Teach"
1340
+ },
1341
+ {
1342
+ "href": "/quiz",
1343
+ "label": "Quiz",
1344
+ "icon": "help-circle"
1345
+ },
1346
+ {
1347
+ "href": "/concepts",
1348
+ "label": "Concepts",
1349
+ "icon": "brain"
1350
1350
  }
1351
1351
  ]
1352
1352
  }
@@ -1371,32 +1371,16 @@
1371
1371
  "render-ui",
1372
1372
  "main",
1373
1373
  {
1374
- "navItems": [
1375
- {
1376
- "href": "/teach",
1377
- "icon": "book-open",
1378
- "label": "Teach"
1379
- },
1380
- {
1381
- "label": "Quiz",
1382
- "href": "/quiz",
1383
- "icon": "help-circle"
1384
- },
1385
- {
1386
- "icon": "brain",
1387
- "href": "/concepts",
1388
- "label": "Concepts"
1389
- }
1390
- ],
1391
- "type": "dashboard-layout",
1374
+ "appName": "AI Tutor",
1392
1375
  "children": [
1393
1376
  {
1394
- "type": "stack",
1395
1377
  "direction": "vertical",
1378
+ "type": "stack",
1396
1379
  "gap": "lg",
1397
1380
  "children": [
1398
1381
  {
1399
1382
  "type": "stack",
1383
+ "gap": "sm",
1400
1384
  "direction": "horizontal",
1401
1385
  "align": "center",
1402
1386
  "children": [
@@ -1405,12 +1389,11 @@
1405
1389
  "name": "help-circle"
1406
1390
  },
1407
1391
  {
1408
- "content": "Quiz Question",
1392
+ "variant": "h2",
1409
1393
  "type": "typography",
1410
- "variant": "h2"
1394
+ "content": "Quiz Question"
1411
1395
  }
1412
- ],
1413
- "gap": "sm"
1396
+ ]
1414
1397
  },
1415
1398
  {
1416
1399
  "type": "divider"
@@ -1419,29 +1402,29 @@
1419
1402
  "type": "card",
1420
1403
  "children": [
1421
1404
  {
1422
- "type": "stack",
1423
- "gap": "md",
1424
1405
  "children": [
1425
1406
  {
1426
- "type": "typography",
1427
1407
  "variant": "h3",
1408
+ "type": "typography",
1428
1409
  "content": "@entity.question"
1429
1410
  },
1430
1411
  {
1431
- "variant": "body",
1412
+ "content": "@entity.options",
1432
1413
  "type": "typography",
1433
- "content": "@entity.options"
1414
+ "variant": "body"
1434
1415
  },
1435
1416
  {
1436
1417
  "fields": [
1437
1418
  "studentAnswer"
1438
1419
  ],
1439
- "submitEvent": "SUBMIT_ANSWER",
1440
- "type": "form-section",
1441
1420
  "entity": "@entity",
1442
- "mode": "edit"
1421
+ "mode": "edit",
1422
+ "submitEvent": "SUBMIT_ANSWER",
1423
+ "type": "form-section"
1443
1424
  }
1444
1425
  ],
1426
+ "type": "stack",
1427
+ "gap": "md",
1445
1428
  "direction": "vertical"
1446
1429
  }
1447
1430
  ]
@@ -1449,7 +1432,24 @@
1449
1432
  ]
1450
1433
  }
1451
1434
  ],
1452
- "appName": "AI Tutor"
1435
+ "type": "dashboard-layout",
1436
+ "navItems": [
1437
+ {
1438
+ "label": "Teach",
1439
+ "icon": "book-open",
1440
+ "href": "/teach"
1441
+ },
1442
+ {
1443
+ "href": "/quiz",
1444
+ "label": "Quiz",
1445
+ "icon": "help-circle"
1446
+ },
1447
+ {
1448
+ "label": "Concepts",
1449
+ "href": "/concepts",
1450
+ "icon": "brain"
1451
+ }
1452
+ ]
1453
1453
  }
1454
1454
  ]
1455
1455
  ]
@@ -1468,16 +1468,33 @@
1468
1468
  "render-ui",
1469
1469
  "main",
1470
1470
  {
1471
- "appName": "AI Tutor",
1472
- "type": "dashboard-layout",
1471
+ "navItems": [
1472
+ {
1473
+ "label": "Teach",
1474
+ "icon": "book-open",
1475
+ "href": "/teach"
1476
+ },
1477
+ {
1478
+ "icon": "help-circle",
1479
+ "href": "/quiz",
1480
+ "label": "Quiz"
1481
+ },
1482
+ {
1483
+ "label": "Concepts",
1484
+ "href": "/concepts",
1485
+ "icon": "brain"
1486
+ }
1487
+ ],
1473
1488
  "children": [
1474
1489
  {
1475
1490
  "type": "stack",
1491
+ "direction": "vertical",
1492
+ "gap": "lg",
1476
1493
  "children": [
1477
1494
  {
1478
- "type": "stack",
1479
- "align": "center",
1480
1495
  "direction": "horizontal",
1496
+ "type": "stack",
1497
+ "gap": "sm",
1481
1498
  "children": [
1482
1499
  {
1483
1500
  "name": "help-circle",
@@ -1485,22 +1502,21 @@
1485
1502
  },
1486
1503
  {
1487
1504
  "type": "typography",
1488
- "variant": "h2",
1489
- "content": "Quiz Question"
1505
+ "content": "Quiz Question",
1506
+ "variant": "h2"
1490
1507
  }
1491
1508
  ],
1492
- "gap": "sm"
1509
+ "align": "center"
1493
1510
  },
1494
1511
  {
1495
1512
  "type": "divider"
1496
1513
  },
1497
1514
  {
1498
- "type": "card",
1499
1515
  "children": [
1500
1516
  {
1501
- "direction": "vertical",
1502
- "gap": "md",
1503
1517
  "type": "stack",
1518
+ "gap": "md",
1519
+ "direction": "vertical",
1504
1520
  "children": [
1505
1521
  {
1506
1522
  "type": "typography",
@@ -1508,45 +1524,29 @@
1508
1524
  "variant": "h3"
1509
1525
  },
1510
1526
  {
1527
+ "type": "typography",
1511
1528
  "content": "@entity.options",
1512
- "variant": "body",
1513
- "type": "typography"
1529
+ "variant": "body"
1514
1530
  },
1515
1531
  {
1516
1532
  "mode": "edit",
1533
+ "type": "form-section",
1534
+ "entity": "@entity",
1517
1535
  "submitEvent": "SUBMIT_ANSWER",
1518
1536
  "fields": [
1519
1537
  "studentAnswer"
1520
- ],
1521
- "type": "form-section",
1522
- "entity": "@entity"
1538
+ ]
1523
1539
  }
1524
1540
  ]
1525
1541
  }
1526
- ]
1542
+ ],
1543
+ "type": "card"
1527
1544
  }
1528
- ],
1529
- "gap": "lg",
1530
- "direction": "vertical"
1545
+ ]
1531
1546
  }
1532
1547
  ],
1533
- "navItems": [
1534
- {
1535
- "href": "/teach",
1536
- "label": "Teach",
1537
- "icon": "book-open"
1538
- },
1539
- {
1540
- "label": "Quiz",
1541
- "icon": "help-circle",
1542
- "href": "/quiz"
1543
- },
1544
- {
1545
- "label": "Concepts",
1546
- "href": "/concepts",
1547
- "icon": "brain"
1548
- }
1549
- ]
1548
+ "type": "dashboard-layout",
1549
+ "appName": "AI Tutor"
1550
1550
  }
1551
1551
  ]
1552
1552
  ]
@@ -1578,111 +1578,111 @@
1578
1578
  "render-ui",
1579
1579
  "main",
1580
1580
  {
1581
- "navItems": [
1582
- {
1583
- "label": "Teach",
1584
- "href": "/teach",
1585
- "icon": "book-open"
1586
- },
1587
- {
1588
- "icon": "help-circle",
1589
- "label": "Quiz",
1590
- "href": "/quiz"
1591
- },
1592
- {
1593
- "label": "Concepts",
1594
- "icon": "brain",
1595
- "href": "/concepts"
1596
- }
1597
- ],
1598
- "appName": "AI Tutor",
1599
- "type": "dashboard-layout",
1600
1581
  "children": [
1601
1582
  {
1602
- "type": "stack",
1603
- "direction": "vertical",
1604
1583
  "gap": "lg",
1584
+ "direction": "vertical",
1605
1585
  "children": [
1606
1586
  {
1607
1587
  "type": "stack",
1608
- "align": "center",
1609
- "direction": "horizontal",
1610
1588
  "children": [
1611
1589
  {
1612
1590
  "type": "icon",
1613
1591
  "name": "check-circle"
1614
1592
  },
1615
1593
  {
1616
- "content": "Answer Review",
1617
1594
  "variant": "h2",
1618
- "type": "typography"
1595
+ "type": "typography",
1596
+ "content": "Answer Review"
1619
1597
  }
1620
1598
  ],
1621
- "gap": "sm"
1599
+ "gap": "sm",
1600
+ "align": "center",
1601
+ "direction": "horizontal"
1622
1602
  },
1623
1603
  {
1624
1604
  "type": "divider"
1625
1605
  },
1626
1606
  {
1607
+ "type": "card",
1627
1608
  "children": [
1628
1609
  {
1629
- "direction": "vertical",
1630
- "type": "stack",
1631
1610
  "gap": "md",
1611
+ "type": "stack",
1612
+ "direction": "vertical",
1632
1613
  "children": [
1633
1614
  {
1634
- "type": "stack",
1635
- "direction": "horizontal",
1636
1615
  "gap": "sm",
1637
1616
  "children": [
1638
1617
  {
1639
1618
  "type": "badge",
1640
1619
  "label": "@entity.feedback"
1641
1620
  }
1642
- ]
1621
+ ],
1622
+ "type": "stack",
1623
+ "direction": "horizontal"
1643
1624
  },
1644
1625
  {
1645
- "content": "@entity.feedback",
1646
1626
  "type": "typography",
1647
- "variant": "body"
1627
+ "variant": "body",
1628
+ "content": "@entity.feedback"
1648
1629
  },
1649
1630
  {
1650
- "content": "Correct answer",
1651
1631
  "variant": "caption",
1652
- "type": "typography"
1632
+ "type": "typography",
1633
+ "content": "Correct answer"
1653
1634
  },
1654
1635
  {
1655
- "content": "@entity.correctAnswer",
1656
1636
  "variant": "body",
1637
+ "content": "@entity.correctAnswer",
1657
1638
  "type": "typography"
1658
1639
  }
1659
1640
  ]
1660
1641
  }
1661
- ],
1662
- "type": "card"
1642
+ ]
1663
1643
  },
1664
1644
  {
1645
+ "gap": "sm",
1665
1646
  "direction": "horizontal",
1666
1647
  "type": "stack",
1667
1648
  "children": [
1668
1649
  {
1669
1650
  "label": "Next Question",
1670
- "type": "button",
1651
+ "icon": "arrow-right",
1671
1652
  "action": "NEXT_QUESTION",
1672
- "variant": "primary",
1673
- "icon": "arrow-right"
1653
+ "type": "button",
1654
+ "variant": "primary"
1674
1655
  },
1675
1656
  {
1676
- "type": "button",
1677
1657
  "label": "Back to Lesson",
1658
+ "type": "button",
1678
1659
  "variant": "ghost",
1679
1660
  "action": "BACK_TO_LESSON",
1680
1661
  "icon": "book-open"
1681
1662
  }
1682
- ],
1683
- "gap": "sm"
1663
+ ]
1684
1664
  }
1685
- ]
1665
+ ],
1666
+ "type": "stack"
1667
+ }
1668
+ ],
1669
+ "appName": "AI Tutor",
1670
+ "type": "dashboard-layout",
1671
+ "navItems": [
1672
+ {
1673
+ "label": "Teach",
1674
+ "icon": "book-open",
1675
+ "href": "/teach"
1676
+ },
1677
+ {
1678
+ "icon": "help-circle",
1679
+ "label": "Quiz",
1680
+ "href": "/quiz"
1681
+ },
1682
+ {
1683
+ "icon": "brain",
1684
+ "label": "Concepts",
1685
+ "href": "/concepts"
1686
1686
  }
1687
1687
  ]
1688
1688
  }
@@ -1719,36 +1719,36 @@
1719
1719
  {
1720
1720
  "navItems": [
1721
1721
  {
1722
- "label": "Teach",
1722
+ "href": "/teach",
1723
1723
  "icon": "book-open",
1724
- "href": "/teach"
1724
+ "label": "Teach"
1725
1725
  },
1726
1726
  {
1727
- "icon": "help-circle",
1727
+ "href": "/quiz",
1728
1728
  "label": "Quiz",
1729
- "href": "/quiz"
1729
+ "icon": "help-circle"
1730
1730
  },
1731
1731
  {
1732
- "href": "/concepts",
1733
1732
  "label": "Concepts",
1733
+ "href": "/concepts",
1734
1734
  "icon": "brain"
1735
1735
  }
1736
1736
  ],
1737
+ "appName": "AI Tutor",
1738
+ "type": "dashboard-layout",
1737
1739
  "children": [
1738
1740
  {
1739
1741
  "direction": "vertical",
1740
- "type": "stack",
1741
- "gap": "lg",
1742
1742
  "children": [
1743
1743
  {
1744
- "gap": "sm",
1745
1744
  "align": "center",
1746
1745
  "type": "stack",
1747
1746
  "direction": "horizontal",
1747
+ "gap": "sm",
1748
1748
  "children": [
1749
1749
  {
1750
- "name": "help-circle",
1751
- "type": "icon"
1750
+ "type": "icon",
1751
+ "name": "help-circle"
1752
1752
  },
1753
1753
  {
1754
1754
  "variant": "h2",
@@ -1764,38 +1764,38 @@
1764
1764
  "type": "card",
1765
1765
  "children": [
1766
1766
  {
1767
- "direction": "vertical",
1768
- "gap": "md",
1769
1767
  "children": [
1770
1768
  {
1771
- "type": "typography",
1772
1769
  "variant": "h3",
1770
+ "type": "typography",
1773
1771
  "content": "@entity.question"
1774
1772
  },
1775
1773
  {
1774
+ "type": "typography",
1776
1775
  "content": "@entity.options",
1777
- "variant": "body",
1778
- "type": "typography"
1776
+ "variant": "body"
1779
1777
  },
1780
1778
  {
1781
- "mode": "edit",
1782
1779
  "entity": "@entity",
1780
+ "type": "form-section",
1783
1781
  "submitEvent": "SUBMIT_ANSWER",
1782
+ "mode": "edit",
1784
1783
  "fields": [
1785
1784
  "studentAnswer"
1786
- ],
1787
- "type": "form-section"
1785
+ ]
1788
1786
  }
1789
1787
  ],
1790
- "type": "stack"
1788
+ "direction": "vertical",
1789
+ "type": "stack",
1790
+ "gap": "md"
1791
1791
  }
1792
1792
  ]
1793
1793
  }
1794
- ]
1794
+ ],
1795
+ "gap": "lg",
1796
+ "type": "stack"
1795
1797
  }
1796
- ],
1797
- "appName": "AI Tutor",
1798
- "type": "dashboard-layout"
1798
+ ]
1799
1799
  }
1800
1800
  ]
1801
1801
  ]
@@ -1822,51 +1822,51 @@
1822
1822
  },
1823
1823
  {
1824
1824
  "href": "/quiz",
1825
- "icon": "help-circle",
1826
- "label": "Quiz"
1825
+ "label": "Quiz",
1826
+ "icon": "help-circle"
1827
1827
  },
1828
1828
  {
1829
- "icon": "brain",
1830
1829
  "label": "Concepts",
1830
+ "icon": "brain",
1831
1831
  "href": "/concepts"
1832
1832
  }
1833
1833
  ],
1834
+ "type": "dashboard-layout",
1835
+ "appName": "AI Tutor",
1834
1836
  "children": [
1835
1837
  {
1838
+ "type": "stack",
1839
+ "direction": "vertical",
1836
1840
  "children": [
1837
1841
  {
1838
- "gap": "sm",
1842
+ "direction": "horizontal",
1843
+ "align": "center",
1844
+ "type": "stack",
1839
1845
  "children": [
1840
1846
  {
1841
1847
  "type": "icon",
1842
1848
  "name": "help-circle"
1843
1849
  },
1844
1850
  {
1851
+ "content": "Quiz",
1845
1852
  "type": "typography",
1846
- "variant": "h2",
1847
- "content": "Quiz"
1853
+ "variant": "h2"
1848
1854
  }
1849
1855
  ],
1850
- "type": "stack",
1851
- "direction": "horizontal",
1852
- "align": "center"
1856
+ "gap": "sm"
1853
1857
  },
1854
1858
  {
1855
1859
  "type": "divider"
1856
1860
  },
1857
1861
  {
1858
1862
  "type": "typography",
1859
- "content": "Waiting for a quiz to start...",
1860
- "variant": "body"
1863
+ "variant": "body",
1864
+ "content": "Waiting for a quiz to start..."
1861
1865
  }
1862
1866
  ],
1863
- "direction": "vertical",
1864
- "type": "stack",
1865
1867
  "gap": "lg"
1866
1868
  }
1867
- ],
1868
- "appName": "AI Tutor",
1869
- "type": "dashboard-layout"
1869
+ ]
1870
1870
  }
1871
1871
  ]
1872
1872
  ]
@@ -2117,22 +2117,22 @@
2117
2117
  "render-ui",
2118
2118
  "main",
2119
2119
  {
2120
- "gap": "md",
2121
2120
  "type": "stack",
2121
+ "align": "center",
2122
2122
  "children": [
2123
2123
  {
2124
2124
  "type": "spinner"
2125
2125
  },
2126
2126
  {
2127
2127
  "variant": "caption",
2128
- "color": "muted",
2128
+ "content": "Loading…",
2129
2129
  "type": "typography",
2130
- "content": "Loading…"
2130
+ "color": "muted"
2131
2131
  }
2132
2132
  ],
2133
+ "className": "py-12",
2133
2134
  "direction": "vertical",
2134
- "align": "center",
2135
- "className": "py-12"
2135
+ "gap": "md"
2136
2136
  }
2137
2137
  ]
2138
2138
  ]
@@ -2146,86 +2146,105 @@
2146
2146
  "render-ui",
2147
2147
  "main",
2148
2148
  {
2149
+ "type": "dashboard-layout",
2150
+ "appName": "AI Tutor",
2151
+ "navItems": [
2152
+ {
2153
+ "href": "/teach",
2154
+ "icon": "book-open",
2155
+ "label": "Teach"
2156
+ },
2157
+ {
2158
+ "icon": "help-circle",
2159
+ "label": "Quiz",
2160
+ "href": "/quiz"
2161
+ },
2162
+ {
2163
+ "href": "/concepts",
2164
+ "icon": "brain",
2165
+ "label": "Concepts"
2166
+ }
2167
+ ],
2149
2168
  "children": [
2150
2169
  {
2151
2170
  "children": [
2152
2171
  {
2153
2172
  "align": "center",
2173
+ "justify": "between",
2154
2174
  "gap": "sm",
2175
+ "direction": "horizontal",
2176
+ "type": "stack",
2155
2177
  "children": [
2156
2178
  {
2157
2179
  "gap": "sm",
2158
- "align": "center",
2159
- "type": "stack",
2160
2180
  "direction": "horizontal",
2181
+ "type": "stack",
2182
+ "align": "center",
2161
2183
  "children": [
2162
2184
  {
2163
- "name": "message-circle",
2164
- "type": "icon"
2185
+ "type": "icon",
2186
+ "name": "message-circle"
2165
2187
  },
2166
2188
  {
2189
+ "variant": "h2",
2167
2190
  "content": "TutorChat Thread",
2168
- "type": "typography",
2169
- "variant": "h2"
2191
+ "type": "typography"
2170
2192
  }
2171
2193
  ]
2172
2194
  },
2173
2195
  {
2174
- "variant": "primary",
2175
2196
  "type": "button",
2197
+ "variant": "primary",
2176
2198
  "action": "COMPOSE",
2177
- "label": "New Message",
2178
- "icon": "plus"
2199
+ "icon": "plus",
2200
+ "label": "New Message"
2179
2201
  }
2180
- ],
2181
- "justify": "between",
2182
- "type": "stack",
2183
- "direction": "horizontal"
2202
+ ]
2184
2203
  },
2185
2204
  {
2186
2205
  "type": "divider"
2187
2206
  },
2188
2207
  {
2189
- "type": "data-list",
2190
- "entity": "@payload.data",
2191
2208
  "fields": [],
2209
+ "entity": "@payload.data",
2210
+ "type": "data-list",
2192
2211
  "renderItem": [
2193
2212
  "fn",
2194
2213
  "item",
2195
2214
  {
2196
- "gap": "xs",
2197
- "direction": "vertical",
2198
2215
  "type": "stack",
2199
2216
  "children": [
2200
2217
  {
2201
- "type": "stack",
2202
2218
  "direction": "horizontal",
2203
- "gap": "sm",
2204
- "align": "center",
2205
2219
  "children": [
2206
2220
  {
2207
- "label": "@item.role",
2208
- "type": "badge"
2221
+ "type": "badge",
2222
+ "label": "@item.role"
2209
2223
  },
2210
2224
  {
2211
- "variant": "outline",
2212
2225
  "type": "badge",
2226
+ "variant": "outline",
2213
2227
  "label": "@item.status"
2214
2228
  },
2215
2229
  {
2216
- "variant": "caption",
2217
- "content": "@item.timestamp",
2230
+ "type": "typography",
2218
2231
  "color": "muted",
2219
- "type": "typography"
2232
+ "variant": "caption",
2233
+ "content": "@item.timestamp"
2220
2234
  }
2221
- ]
2235
+ ],
2236
+ "gap": "sm",
2237
+ "type": "stack",
2238
+ "align": "center"
2222
2239
  },
2223
2240
  {
2224
- "type": "typography",
2225
2241
  "content": "@item.content",
2226
- "variant": "body"
2242
+ "variant": "body",
2243
+ "type": "typography"
2227
2244
  }
2228
- ]
2245
+ ],
2246
+ "direction": "vertical",
2247
+ "gap": "xs"
2229
2248
  }
2230
2249
  ]
2231
2250
  }
@@ -2234,26 +2253,7 @@
2234
2253
  "direction": "vertical",
2235
2254
  "gap": "lg"
2236
2255
  }
2237
- ],
2238
- "type": "dashboard-layout",
2239
- "navItems": [
2240
- {
2241
- "icon": "book-open",
2242
- "label": "Teach",
2243
- "href": "/teach"
2244
- },
2245
- {
2246
- "icon": "help-circle",
2247
- "label": "Quiz",
2248
- "href": "/quiz"
2249
- },
2250
- {
2251
- "label": "Concepts",
2252
- "href": "/concepts",
2253
- "icon": "brain"
2254
- }
2255
- ],
2256
- "appName": "AI Tutor"
2256
+ ]
2257
2257
  }
2258
2258
  ]
2259
2259
  ]
@@ -2268,35 +2268,35 @@
2268
2268
  "main",
2269
2269
  {
2270
2270
  "direction": "vertical",
2271
- "gap": "md",
2272
2271
  "className": "py-12",
2272
+ "type": "stack",
2273
+ "align": "center",
2273
2274
  "children": [
2274
2275
  {
2276
+ "color": "destructive",
2275
2277
  "type": "icon",
2276
- "name": "alert-triangle",
2277
- "color": "destructive"
2278
+ "name": "alert-triangle"
2278
2279
  },
2279
2280
  {
2280
2281
  "type": "typography",
2281
- "variant": "h3",
2282
- "content": "Failed to load tutorchat"
2282
+ "content": "Failed to load tutorchat",
2283
+ "variant": "h3"
2283
2284
  },
2284
2285
  {
2286
+ "color": "muted",
2285
2287
  "type": "typography",
2286
2288
  "content": "@payload.error",
2287
- "variant": "body",
2288
- "color": "muted"
2289
+ "variant": "body"
2289
2290
  },
2290
2291
  {
2291
- "action": "INIT",
2292
- "variant": "primary",
2292
+ "label": "Retry",
2293
2293
  "icon": "rotate-ccw",
2294
+ "action": "INIT",
2294
2295
  "type": "button",
2295
- "label": "Retry"
2296
+ "variant": "primary"
2296
2297
  }
2297
2298
  ],
2298
- "type": "stack",
2299
- "align": "center"
2299
+ "gap": "md"
2300
2300
  }
2301
2301
  ]
2302
2302
  ]
@@ -2310,40 +2310,40 @@
2310
2310
  "render-ui",
2311
2311
  "main",
2312
2312
  {
2313
- "direction": "vertical",
2314
- "gap": "lg",
2315
- "type": "stack",
2316
2313
  "children": [
2317
2314
  {
2318
- "direction": "horizontal",
2319
- "type": "stack",
2320
- "gap": "sm",
2321
2315
  "align": "center",
2322
2316
  "children": [
2323
2317
  {
2324
- "type": "icon",
2325
- "name": "message-circle"
2318
+ "name": "message-circle",
2319
+ "type": "icon"
2326
2320
  },
2327
2321
  {
2328
- "type": "typography",
2329
2322
  "content": "TutorChat Thread",
2323
+ "type": "typography",
2330
2324
  "variant": "h2"
2331
2325
  }
2332
- ]
2326
+ ],
2327
+ "gap": "sm",
2328
+ "type": "stack",
2329
+ "direction": "horizontal"
2333
2330
  },
2334
2331
  {
2335
2332
  "type": "divider"
2336
2333
  },
2337
2334
  {
2338
- "mode": "create",
2339
- "submitEvent": "SEND",
2340
2335
  "cancelEvent": "CANCEL_COMPOSE",
2341
- "type": "form-section",
2342
2336
  "fields": [
2343
2337
  "content"
2344
- ]
2338
+ ],
2339
+ "type": "form-section",
2340
+ "mode": "create",
2341
+ "submitEvent": "SEND"
2345
2342
  }
2346
- ]
2343
+ ],
2344
+ "type": "stack",
2345
+ "gap": "lg",
2346
+ "direction": "vertical"
2347
2347
  }
2348
2348
  ]
2349
2349
  ]
@@ -2369,8 +2369,8 @@
2369
2369
  "TutorChat",
2370
2370
  {
2371
2371
  "emit": {
2372
- "success": "TutorChatLoaded",
2373
- "failure": "TutorChatLoadFailed"
2372
+ "failure": "TutorChatLoadFailed",
2373
+ "success": "TutorChatLoaded"
2374
2374
  }
2375
2375
  }
2376
2376
  ],
@@ -2393,10 +2393,10 @@
2393
2393
  "create",
2394
2394
  "TutorChat",
2395
2395
  {
2396
+ "role": "user",
2396
2397
  "content": "@payload.content",
2397
- "timestamp": "@now",
2398
2398
  "status": "sent",
2399
- "role": "user"
2399
+ "timestamp": "@now"
2400
2400
  },
2401
2401
  {
2402
2402
  "emit": {
@@ -2409,8 +2409,8 @@
2409
2409
  "TutorChat",
2410
2410
  {
2411
2411
  "emit": {
2412
- "success": "TutorChatLoaded",
2413
- "failure": "TutorChatLoadFailed"
2412
+ "failure": "TutorChatLoadFailed",
2413
+ "success": "TutorChatLoaded"
2414
2414
  }
2415
2415
  }
2416
2416
  ],
@@ -2458,8 +2458,8 @@
2458
2458
  "TutorChat",
2459
2459
  {
2460
2460
  "emit": {
2461
- "success": "TutorChatDeleted",
2462
- "failure": "TutorChatDeleteFailed"
2461
+ "failure": "TutorChatDeleteFailed",
2462
+ "success": "TutorChatDeleted"
2463
2463
  }
2464
2464
  }
2465
2465
  ],
@@ -2468,8 +2468,8 @@
2468
2468
  "TutorChat",
2469
2469
  {
2470
2470
  "emit": {
2471
- "success": "TutorChatLoaded",
2472
- "failure": "TutorChatLoadFailed"
2471
+ "failure": "TutorChatLoadFailed",
2472
+ "success": "TutorChatLoaded"
2473
2473
  }
2474
2474
  }
2475
2475
  ],
@@ -2608,8 +2608,8 @@
2608
2608
  "TutorChat",
2609
2609
  {
2610
2610
  "emit": {
2611
- "success": "TutorChatLoaded",
2612
- "failure": "TutorChatLoadFailed"
2611
+ "failure": "TutorChatLoadFailed",
2612
+ "success": "TutorChatLoaded"
2613
2613
  }
2614
2614
  }
2615
2615
  ],
@@ -2617,6 +2617,7 @@
2617
2617
  "render-ui",
2618
2618
  "main",
2619
2619
  {
2620
+ "appName": "AI Tutor",
2620
2621
  "navItems": [
2621
2622
  {
2622
2623
  "href": "/teach",
@@ -2625,23 +2626,22 @@
2625
2626
  },
2626
2627
  {
2627
2628
  "icon": "help-circle",
2628
- "label": "Quiz",
2629
- "href": "/quiz"
2629
+ "href": "/quiz",
2630
+ "label": "Quiz"
2630
2631
  },
2631
2632
  {
2632
- "icon": "brain",
2633
+ "href": "/concepts",
2633
2634
  "label": "Concepts",
2634
- "href": "/concepts"
2635
+ "icon": "brain"
2635
2636
  }
2636
2637
  ],
2637
2638
  "type": "dashboard-layout",
2638
- "appName": "AI Tutor",
2639
2639
  "children": [
2640
2640
  {
2641
2641
  "description": "Conversation is ready",
2642
+ "type": "empty-state",
2642
2643
  "icon": "message-circle",
2643
- "title": "Conversation",
2644
- "type": "empty-state"
2644
+ "title": "Conversation"
2645
2645
  }
2646
2646
  ]
2647
2647
  }
@@ -3123,11 +3123,9 @@
3123
3123
  "render-ui",
3124
3124
  "main",
3125
3125
  {
3126
- "gap": "md",
3126
+ "type": "stack",
3127
3127
  "className": "py-12",
3128
- "direction": "vertical",
3129
3128
  "align": "center",
3130
- "type": "stack",
3131
3129
  "children": [
3132
3130
  {
3133
3131
  "type": "spinner"
@@ -3138,7 +3136,9 @@
3138
3136
  "variant": "caption",
3139
3137
  "content": "Loading…"
3140
3138
  }
3141
- ]
3139
+ ],
3140
+ "gap": "md",
3141
+ "direction": "vertical"
3142
3142
  }
3143
3143
  ]
3144
3144
  ]
@@ -3152,126 +3152,109 @@
3152
3152
  "render-ui",
3153
3153
  "main",
3154
3154
  {
3155
- "navItems": [
3156
- {
3157
- "icon": "book-open",
3158
- "label": "Teach",
3159
- "href": "/teach"
3160
- },
3161
- {
3162
- "icon": "help-circle",
3163
- "label": "Quiz",
3164
- "href": "/quiz"
3165
- },
3166
- {
3167
- "label": "Concepts",
3168
- "icon": "brain",
3169
- "href": "/concepts"
3170
- }
3171
- ],
3172
- "type": "dashboard-layout",
3173
3155
  "children": [
3174
3156
  {
3175
3157
  "type": "stack",
3176
3158
  "direction": "vertical",
3159
+ "className": "max-w-5xl mx-auto w-full",
3177
3160
  "gap": "lg",
3178
3161
  "children": [
3179
3162
  {
3180
- "type": "stack",
3181
- "direction": "horizontal",
3182
- "align": "center",
3183
- "gap": "md",
3184
3163
  "justify": "between",
3164
+ "gap": "md",
3165
+ "type": "stack",
3185
3166
  "children": [
3186
3167
  {
3168
+ "type": "stack",
3187
3169
  "align": "center",
3188
- "direction": "horizontal",
3189
3170
  "children": [
3190
3171
  {
3191
- "name": "brain",
3192
- "type": "icon"
3172
+ "type": "icon",
3173
+ "name": "brain"
3193
3174
  },
3194
3175
  {
3195
3176
  "variant": "h2",
3196
- "type": "typography",
3197
- "content": "Concept Manager"
3177
+ "content": "Concept Manager",
3178
+ "type": "typography"
3198
3179
  }
3199
3180
  ],
3200
- "type": "stack",
3181
+ "direction": "horizontal",
3201
3182
  "gap": "sm"
3202
3183
  },
3203
3184
  {
3185
+ "type": "stack",
3204
3186
  "direction": "horizontal",
3187
+ "gap": "sm",
3205
3188
  "children": [
3206
3189
  {
3207
- "type": "button",
3208
- "label": "Memorize",
3209
- "variant": "primary",
3190
+ "icon": "plus",
3210
3191
  "action": "MEMORIZE",
3211
- "icon": "plus"
3192
+ "variant": "primary",
3193
+ "type": "button",
3194
+ "label": "Memorize"
3212
3195
  },
3213
3196
  {
3214
- "action": "RECALL",
3215
3197
  "type": "button",
3216
- "label": "Recall",
3198
+ "action": "RECALL",
3217
3199
  "icon": "search",
3200
+ "label": "Recall",
3218
3201
  "variant": "secondary"
3219
3202
  },
3220
3203
  {
3221
3204
  "action": "DECAY",
3222
- "label": "Decay All",
3223
3205
  "type": "button",
3224
- "variant": "ghost",
3225
- "icon": "clock"
3206
+ "label": "Decay All",
3207
+ "icon": "clock",
3208
+ "variant": "ghost"
3226
3209
  }
3227
- ],
3228
- "type": "stack",
3229
- "gap": "sm"
3210
+ ]
3230
3211
  }
3231
- ]
3212
+ ],
3213
+ "align": "center",
3214
+ "direction": "horizontal"
3232
3215
  },
3233
3216
  {
3234
3217
  "type": "divider"
3235
3218
  },
3236
3219
  {
3237
3220
  "type": "data-grid",
3221
+ "entity": "@payload.data",
3238
3222
  "fields": [
3239
3223
  {
3240
- "label": "Content",
3241
- "variant": "h4",
3242
3224
  "name": "content",
3243
- "icon": "brain"
3225
+ "variant": "h4",
3226
+ "icon": "brain",
3227
+ "label": "Content"
3244
3228
  },
3245
3229
  {
3246
3230
  "name": "category",
3247
3231
  "label": "Category",
3248
3232
  "variant": "badge",
3249
3233
  "colorMap": {
3250
- "inactive": "neutral",
3251
- "active": "success",
3252
- "cancelled": "destructive",
3234
+ "done": "success",
3253
3235
  "failed": "destructive",
3254
- "draft": "warning",
3255
- "scheduled": "warning",
3256
- "completed": "success",
3236
+ "cancelled": "destructive",
3257
3237
  "error": "destructive",
3238
+ "completed": "success",
3258
3239
  "pending": "warning",
3259
3240
  "archived": "neutral",
3260
- "done": "success"
3241
+ "active": "success",
3242
+ "scheduled": "warning",
3243
+ "inactive": "neutral",
3244
+ "draft": "warning"
3261
3245
  }
3262
3246
  },
3263
3247
  {
3264
3248
  "variant": "caption",
3265
- "name": "strength",
3266
- "label": "Strength"
3249
+ "label": "Strength",
3250
+ "name": "strength"
3267
3251
  }
3268
3252
  ],
3269
- "entity": "@payload.data",
3270
3253
  "itemActions": [
3271
3254
  {
3272
3255
  "event": "PIN",
3273
- "label": "Pin",
3274
- "variant": "ghost"
3256
+ "variant": "ghost",
3257
+ "label": "Pin"
3275
3258
  },
3276
3259
  {
3277
3260
  "event": "REINFORCE",
@@ -3279,16 +3262,33 @@
3279
3262
  "label": "Reinforce"
3280
3263
  },
3281
3264
  {
3265
+ "label": "Forget",
3282
3266
  "event": "FORGET",
3283
- "variant": "danger",
3284
- "label": "Forget"
3267
+ "variant": "danger"
3285
3268
  }
3286
3269
  ]
3287
3270
  }
3288
- ],
3289
- "className": "max-w-5xl mx-auto w-full"
3271
+ ]
3272
+ }
3273
+ ],
3274
+ "navItems": [
3275
+ {
3276
+ "label": "Teach",
3277
+ "href": "/teach",
3278
+ "icon": "book-open"
3279
+ },
3280
+ {
3281
+ "icon": "help-circle",
3282
+ "label": "Quiz",
3283
+ "href": "/quiz"
3284
+ },
3285
+ {
3286
+ "icon": "brain",
3287
+ "href": "/concepts",
3288
+ "label": "Concepts"
3290
3289
  }
3291
3290
  ],
3291
+ "type": "dashboard-layout",
3292
3292
  "appName": "AI Tutor"
3293
3293
  }
3294
3294
  ]
@@ -3303,36 +3303,36 @@
3303
3303
  "render-ui",
3304
3304
  "main",
3305
3305
  {
3306
- "gap": "md",
3306
+ "direction": "vertical",
3307
+ "className": "py-12",
3307
3308
  "children": [
3308
3309
  {
3309
3310
  "type": "icon",
3310
- "color": "destructive",
3311
- "name": "alert-triangle"
3311
+ "name": "alert-triangle",
3312
+ "color": "destructive"
3312
3313
  },
3313
3314
  {
3314
3315
  "type": "typography",
3315
- "content": "Failed to load concept",
3316
- "variant": "h3"
3316
+ "variant": "h3",
3317
+ "content": "Failed to load concept"
3317
3318
  },
3318
3319
  {
3319
- "type": "typography",
3320
- "variant": "body",
3321
3320
  "content": "@payload.error",
3322
- "color": "muted"
3321
+ "variant": "body",
3322
+ "color": "muted",
3323
+ "type": "typography"
3323
3324
  },
3324
3325
  {
3326
+ "action": "INIT",
3325
3327
  "icon": "rotate-ccw",
3326
- "type": "button",
3327
- "variant": "primary",
3328
3328
  "label": "Retry",
3329
- "action": "INIT"
3329
+ "variant": "primary",
3330
+ "type": "button"
3330
3331
  }
3331
3332
  ],
3332
- "direction": "vertical",
3333
- "align": "center",
3333
+ "gap": "md",
3334
3334
  "type": "stack",
3335
- "className": "py-12"
3335
+ "align": "center"
3336
3336
  }
3337
3337
  ]
3338
3338
  ]
@@ -3523,8 +3523,11 @@
3523
3523
  "render-ui",
3524
3524
  "modal",
3525
3525
  {
3526
+ "type": "stack",
3526
3527
  "children": [
3527
3528
  {
3529
+ "gap": "sm",
3530
+ "type": "stack",
3528
3531
  "children": [
3529
3532
  {
3530
3533
  "name": "plus-circle",
@@ -3536,28 +3539,25 @@
3536
3539
  "content": "Memorize"
3537
3540
  }
3538
3541
  ],
3539
- "type": "stack",
3540
- "direction": "horizontal",
3541
- "gap": "sm"
3542
+ "direction": "horizontal"
3542
3543
  },
3543
3544
  {
3544
3545
  "type": "divider"
3545
3546
  },
3546
3547
  {
3547
- "type": "form-section",
3548
3548
  "fields": [
3549
3549
  "content",
3550
3550
  "category",
3551
3551
  "scope"
3552
3552
  ],
3553
- "mode": "create",
3554
3553
  "submitEvent": "SAVE",
3555
- "cancelEvent": "CLOSE"
3554
+ "cancelEvent": "CLOSE",
3555
+ "type": "form-section",
3556
+ "mode": "create"
3556
3557
  }
3557
3558
  ],
3558
- "direction": "vertical",
3559
3559
  "gap": "md",
3560
- "type": "stack"
3560
+ "direction": "vertical"
3561
3561
  }
3562
3562
  ]
3563
3563
  ]
@@ -3598,8 +3598,8 @@
3598
3598
  "@payload.data",
3599
3599
  {
3600
3600
  "emit": {
3601
- "failure": "ConceptSaveFailed",
3602
- "success": "ConceptSaved"
3601
+ "success": "ConceptSaved",
3602
+ "failure": "ConceptSaveFailed"
3603
3603
  }
3604
3604
  }
3605
3605
  ],
@@ -3930,33 +3930,33 @@
3930
3930
  "render-ui",
3931
3931
  "main",
3932
3932
  {
3933
- "children": [
3934
- {
3935
- "icon": "brain",
3936
- "type": "empty-state",
3937
- "description": "Memory is ready",
3938
- "title": "Memory"
3939
- }
3940
- ],
3941
3933
  "navItems": [
3942
3934
  {
3935
+ "icon": "book-open",
3943
3936
  "label": "Teach",
3944
- "href": "/teach",
3945
- "icon": "book-open"
3937
+ "href": "/teach"
3946
3938
  },
3947
3939
  {
3948
3940
  "href": "/quiz",
3949
- "icon": "help-circle",
3950
- "label": "Quiz"
3941
+ "label": "Quiz",
3942
+ "icon": "help-circle"
3951
3943
  },
3952
3944
  {
3953
- "label": "Concepts",
3954
3945
  "icon": "brain",
3955
- "href": "/concepts"
3946
+ "href": "/concepts",
3947
+ "label": "Concepts"
3956
3948
  }
3957
3949
  ],
3958
3950
  "appName": "AI Tutor",
3959
- "type": "dashboard-layout"
3951
+ "type": "dashboard-layout",
3952
+ "children": [
3953
+ {
3954
+ "icon": "brain",
3955
+ "title": "Memory",
3956
+ "description": "Memory is ready",
3957
+ "type": "empty-state"
3958
+ }
3959
+ ]
3960
3960
  }
3961
3961
  ]
3962
3962
  ]
@@ -4315,8 +4315,8 @@
4315
4315
  "StudentAssessment",
4316
4316
  {
4317
4317
  "emit": {
4318
- "failure": "StudentAssessmentLoadFailed",
4319
- "success": "StudentAssessmentLoaded"
4318
+ "success": "StudentAssessmentLoaded",
4319
+ "failure": "StudentAssessmentLoadFailed"
4320
4320
  }
4321
4321
  }
4322
4322
  ],
@@ -4324,74 +4324,74 @@
4324
4324
  "render-ui",
4325
4325
  "main",
4326
4326
  {
4327
- "type": "dashboard-layout",
4328
- "navItems": [
4329
- {
4330
- "icon": "book-open",
4331
- "label": "Teach",
4332
- "href": "/teach"
4333
- },
4334
- {
4335
- "label": "Quiz",
4336
- "href": "/quiz",
4337
- "icon": "help-circle"
4338
- },
4339
- {
4340
- "icon": "brain",
4341
- "href": "/concepts",
4342
- "label": "Concepts"
4343
- }
4344
- ],
4345
4327
  "appName": "AI Tutor",
4346
4328
  "children": [
4347
4329
  {
4348
- "gap": "lg",
4349
- "direction": "vertical",
4350
4330
  "type": "stack",
4331
+ "direction": "vertical",
4332
+ "gap": "lg",
4351
4333
  "children": [
4352
4334
  {
4353
- "justify": "between",
4335
+ "direction": "horizontal",
4354
4336
  "type": "stack",
4337
+ "gap": "md",
4338
+ "justify": "between",
4355
4339
  "children": [
4356
4340
  {
4341
+ "type": "stack",
4357
4342
  "children": [
4358
4343
  {
4359
4344
  "type": "icon",
4360
4345
  "name": "tag"
4361
4346
  },
4362
4347
  {
4363
- "type": "typography",
4364
4348
  "variant": "h2",
4349
+ "type": "typography",
4365
4350
  "content": "StudentAssessment"
4366
4351
  }
4367
4352
  ],
4368
4353
  "gap": "md",
4369
- "type": "stack",
4370
4354
  "direction": "horizontal"
4371
4355
  },
4372
4356
  {
4373
- "label": "Open",
4374
- "variant": "primary",
4375
4357
  "action": "CLASSIFY",
4376
4358
  "type": "button",
4377
- "icon": "tag"
4359
+ "label": "Open",
4360
+ "icon": "tag",
4361
+ "variant": "primary"
4378
4362
  }
4379
- ],
4380
- "gap": "md",
4381
- "direction": "horizontal"
4363
+ ]
4382
4364
  },
4383
4365
  {
4384
4366
  "type": "divider"
4385
4367
  },
4386
4368
  {
4387
- "type": "empty-state",
4388
- "icon": "tag",
4389
4369
  "description": "Click Open to view details in a modal overlay.",
4390
- "title": "Nothing open"
4370
+ "type": "empty-state",
4371
+ "title": "Nothing open",
4372
+ "icon": "tag"
4391
4373
  }
4392
4374
  ]
4393
4375
  }
4394
- ]
4376
+ ],
4377
+ "navItems": [
4378
+ {
4379
+ "label": "Teach",
4380
+ "icon": "book-open",
4381
+ "href": "/teach"
4382
+ },
4383
+ {
4384
+ "href": "/quiz",
4385
+ "label": "Quiz",
4386
+ "icon": "help-circle"
4387
+ },
4388
+ {
4389
+ "label": "Concepts",
4390
+ "href": "/concepts",
4391
+ "icon": "brain"
4392
+ }
4393
+ ],
4394
+ "type": "dashboard-layout"
4395
4395
  }
4396
4396
  ]
4397
4397
  ]
@@ -4405,15 +4405,12 @@
4405
4405
  "render-ui",
4406
4406
  "modal",
4407
4407
  {
4408
- "direction": "vertical",
4409
- "type": "stack",
4410
4408
  "children": [
4411
4409
  {
4412
- "type": "stack",
4413
4410
  "children": [
4414
4411
  {
4415
- "type": "icon",
4416
- "name": "tag"
4412
+ "name": "tag",
4413
+ "type": "icon"
4417
4414
  },
4418
4415
  {
4419
4416
  "content": "StudentAssessment",
@@ -4421,55 +4418,58 @@
4421
4418
  "type": "typography"
4422
4419
  }
4423
4420
  ],
4424
- "direction": "horizontal",
4425
- "gap": "sm"
4421
+ "gap": "sm",
4422
+ "type": "stack",
4423
+ "direction": "horizontal"
4426
4424
  },
4427
4425
  {
4428
4426
  "type": "divider"
4429
4427
  },
4430
4428
  {
4431
- "type": "stack",
4432
- "direction": "horizontal",
4433
- "gap": "sm",
4434
4429
  "children": [
4435
4430
  {
4436
4431
  "type": "typography",
4437
- "variant": "caption",
4438
- "content": "Categories:"
4432
+ "content": "Categories:",
4433
+ "variant": "caption"
4439
4434
  },
4440
4435
  {
4436
+ "type": "badge",
4441
4437
  "label": "beginner",
4442
- "variant": "secondary",
4443
- "type": "badge"
4438
+ "variant": "secondary"
4444
4439
  },
4445
4440
  {
4446
- "variant": "secondary",
4441
+ "type": "badge",
4447
4442
  "label": "intermediate",
4448
- "type": "badge"
4443
+ "variant": "secondary"
4449
4444
  },
4450
4445
  {
4451
4446
  "variant": "secondary",
4452
- "label": "advanced",
4453
- "type": "badge"
4447
+ "type": "badge",
4448
+ "label": "advanced"
4454
4449
  },
4455
4450
  {
4456
- "type": "badge",
4457
4451
  "variant": "secondary",
4452
+ "type": "badge",
4458
4453
  "label": "expert"
4459
4454
  }
4460
- ]
4455
+ ],
4456
+ "type": "stack",
4457
+ "direction": "horizontal",
4458
+ "gap": "sm"
4461
4459
  },
4462
4460
  {
4463
4461
  "fields": [
4464
4462
  "input"
4465
4463
  ],
4466
- "type": "form-section",
4464
+ "mode": "create",
4467
4465
  "cancelEvent": "CLOSE",
4468
- "submitEvent": "SAVE",
4469
- "mode": "create"
4466
+ "type": "form-section",
4467
+ "submitEvent": "SAVE"
4470
4468
  }
4471
4469
  ],
4472
- "gap": "md"
4470
+ "direction": "vertical",
4471
+ "gap": "md",
4472
+ "type": "stack"
4473
4473
  }
4474
4474
  ]
4475
4475
  ]
@@ -4503,55 +4503,37 @@
4503
4503
  "render-ui",
4504
4504
  "main",
4505
4505
  {
4506
- "type": "dashboard-layout",
4507
- "navItems": [
4508
- {
4509
- "href": "/teach",
4510
- "label": "Teach",
4511
- "icon": "book-open"
4512
- },
4513
- {
4514
- "icon": "help-circle",
4515
- "href": "/quiz",
4516
- "label": "Quiz"
4517
- },
4518
- {
4519
- "label": "Concepts",
4520
- "icon": "brain",
4521
- "href": "/concepts"
4522
- }
4523
- ],
4524
4506
  "children": [
4525
4507
  {
4526
4508
  "children": [
4527
4509
  {
4528
- "direction": "horizontal",
4529
- "type": "stack",
4530
4510
  "children": [
4531
4511
  {
4532
4512
  "direction": "horizontal",
4513
+ "gap": "md",
4514
+ "type": "stack",
4533
4515
  "children": [
4534
4516
  {
4535
- "type": "icon",
4536
- "name": "tag"
4517
+ "name": "tag",
4518
+ "type": "icon"
4537
4519
  },
4538
4520
  {
4539
4521
  "content": "StudentAssessment",
4540
- "type": "typography",
4541
- "variant": "h2"
4522
+ "variant": "h2",
4523
+ "type": "typography"
4542
4524
  }
4543
- ],
4544
- "gap": "md",
4545
- "type": "stack"
4525
+ ]
4546
4526
  },
4547
4527
  {
4548
- "variant": "primary",
4549
- "icon": "tag",
4550
- "label": "Open",
4528
+ "action": "CLASSIFY",
4551
4529
  "type": "button",
4552
- "action": "CLASSIFY"
4530
+ "icon": "tag",
4531
+ "variant": "primary",
4532
+ "label": "Open"
4553
4533
  }
4554
4534
  ],
4535
+ "direction": "horizontal",
4536
+ "type": "stack",
4555
4537
  "justify": "between",
4556
4538
  "gap": "md"
4557
4539
  },
@@ -4559,15 +4541,33 @@
4559
4541
  "type": "divider"
4560
4542
  },
4561
4543
  {
4562
- "description": "Click Open to view details in a modal overlay.",
4563
- "title": "Nothing open",
4564
4544
  "type": "empty-state",
4565
- "icon": "tag"
4545
+ "title": "Nothing open",
4546
+ "icon": "tag",
4547
+ "description": "Click Open to view details in a modal overlay."
4566
4548
  }
4567
4549
  ],
4550
+ "gap": "lg",
4568
4551
  "type": "stack",
4569
- "direction": "vertical",
4570
- "gap": "lg"
4552
+ "direction": "vertical"
4553
+ }
4554
+ ],
4555
+ "type": "dashboard-layout",
4556
+ "navItems": [
4557
+ {
4558
+ "href": "/teach",
4559
+ "icon": "book-open",
4560
+ "label": "Teach"
4561
+ },
4562
+ {
4563
+ "label": "Quiz",
4564
+ "href": "/quiz",
4565
+ "icon": "help-circle"
4566
+ },
4567
+ {
4568
+ "href": "/concepts",
4569
+ "label": "Concepts",
4570
+ "icon": "brain"
4571
4571
  }
4572
4572
  ],
4573
4573
  "appName": "AI Tutor"
@@ -4587,8 +4587,8 @@
4587
4587
  "@payload.data",
4588
4588
  {
4589
4589
  "emit": {
4590
- "success": "StudentAssessmentSaved",
4591
- "failure": "StudentAssessmentSaveFailed"
4590
+ "failure": "StudentAssessmentSaveFailed",
4591
+ "success": "StudentAssessmentSaved"
4592
4592
  }
4593
4593
  }
4594
4594
  ],
@@ -4615,17 +4615,38 @@
4615
4615
  "render-ui",
4616
4616
  "main",
4617
4617
  {
4618
+ "navItems": [
4619
+ {
4620
+ "icon": "book-open",
4621
+ "label": "Teach",
4622
+ "href": "/teach"
4623
+ },
4624
+ {
4625
+ "icon": "help-circle",
4626
+ "label": "Quiz",
4627
+ "href": "/quiz"
4628
+ },
4629
+ {
4630
+ "icon": "brain",
4631
+ "href": "/concepts",
4632
+ "label": "Concepts"
4633
+ }
4634
+ ],
4618
4635
  "type": "dashboard-layout",
4636
+ "appName": "AI Tutor",
4619
4637
  "children": [
4620
4638
  {
4639
+ "direction": "vertical",
4621
4640
  "gap": "lg",
4622
- "type": "stack",
4623
4641
  "children": [
4624
4642
  {
4625
- "direction": "horizontal",
4643
+ "gap": "md",
4644
+ "justify": "between",
4645
+ "type": "stack",
4626
4646
  "children": [
4627
4647
  {
4628
4648
  "type": "stack",
4649
+ "gap": "md",
4629
4650
  "children": [
4630
4651
  {
4631
4652
  "type": "icon",
@@ -4633,54 +4654,33 @@
4633
4654
  },
4634
4655
  {
4635
4656
  "variant": "h2",
4636
- "type": "typography",
4637
- "content": "StudentAssessment"
4657
+ "content": "StudentAssessment",
4658
+ "type": "typography"
4638
4659
  }
4639
4660
  ],
4640
- "direction": "horizontal",
4641
- "gap": "md"
4661
+ "direction": "horizontal"
4642
4662
  },
4643
4663
  {
4644
- "label": "Open",
4645
4664
  "type": "button",
4646
4665
  "action": "CLASSIFY",
4666
+ "icon": "tag",
4647
4667
  "variant": "primary",
4648
- "icon": "tag"
4668
+ "label": "Open"
4649
4669
  }
4650
4670
  ],
4651
- "gap": "md",
4652
- "justify": "between",
4653
- "type": "stack"
4671
+ "direction": "horizontal"
4654
4672
  },
4655
4673
  {
4656
4674
  "type": "divider"
4657
4675
  },
4658
4676
  {
4677
+ "title": "Nothing open",
4659
4678
  "icon": "tag",
4660
4679
  "description": "Click Open to view details in a modal overlay.",
4661
- "type": "empty-state",
4662
- "title": "Nothing open"
4680
+ "type": "empty-state"
4663
4681
  }
4664
4682
  ],
4665
- "direction": "vertical"
4666
- }
4667
- ],
4668
- "appName": "AI Tutor",
4669
- "navItems": [
4670
- {
4671
- "href": "/teach",
4672
- "icon": "book-open",
4673
- "label": "Teach"
4674
- },
4675
- {
4676
- "href": "/quiz",
4677
- "icon": "help-circle",
4678
- "label": "Quiz"
4679
- },
4680
- {
4681
- "href": "/concepts",
4682
- "label": "Concepts",
4683
- "icon": "brain"
4683
+ "type": "stack"
4684
4684
  }
4685
4685
  ]
4686
4686
  }
@@ -4818,65 +4818,67 @@
4818
4818
  "render-ui",
4819
4819
  "main",
4820
4820
  {
4821
+ "appName": "AI Tutor",
4822
+ "type": "dashboard-layout",
4821
4823
  "navItems": [
4822
4824
  {
4823
- "icon": "book-open",
4824
4825
  "href": "/teach",
4826
+ "icon": "book-open",
4825
4827
  "label": "Teach"
4826
4828
  },
4827
4829
  {
4830
+ "icon": "help-circle",
4828
4831
  "label": "Quiz",
4829
- "href": "/quiz",
4830
- "icon": "help-circle"
4832
+ "href": "/quiz"
4831
4833
  },
4832
4834
  {
4835
+ "label": "Concepts",
4833
4836
  "href": "/concepts",
4834
- "icon": "brain",
4835
- "label": "Concepts"
4837
+ "icon": "brain"
4836
4838
  }
4837
4839
  ],
4838
4840
  "children": [
4839
4841
  {
4840
4842
  "children": [
4841
4843
  {
4842
- "type": "stack",
4844
+ "align": "center",
4843
4845
  "justify": "between",
4846
+ "direction": "horizontal",
4847
+ "gap": "md",
4844
4848
  "children": [
4845
4849
  {
4846
- "gap": "md",
4847
4850
  "children": [
4848
4851
  {
4849
- "name": "tag",
4850
- "type": "icon"
4852
+ "type": "icon",
4853
+ "name": "tag"
4851
4854
  },
4852
4855
  {
4853
- "variant": "h2",
4854
4856
  "type": "typography",
4855
- "content": "StudentAssessment Result"
4857
+ "content": "StudentAssessment Result",
4858
+ "variant": "h2"
4856
4859
  }
4857
4860
  ],
4858
- "direction": "horizontal",
4861
+ "gap": "md",
4859
4862
  "type": "stack",
4863
+ "direction": "horizontal",
4860
4864
  "align": "center"
4861
4865
  },
4862
4866
  {
4863
- "type": "button",
4864
4867
  "variant": "ghost",
4865
- "label": "Dismiss",
4868
+ "type": "button",
4866
4869
  "action": "HIDE",
4867
- "icon": "x"
4870
+ "icon": "x",
4871
+ "label": "Dismiss"
4868
4872
  }
4869
4873
  ],
4870
- "gap": "md",
4871
- "align": "center",
4872
- "direction": "horizontal"
4874
+ "type": "stack"
4873
4875
  },
4874
4876
  {
4875
4877
  "type": "divider"
4876
4878
  },
4877
4879
  {
4878
- "type": "alert",
4879
4880
  "variant": "@entity.notificationType",
4881
+ "type": "alert",
4880
4882
  "message": "@entity.message"
4881
4883
  },
4882
4884
  {
@@ -4884,17 +4886,15 @@
4884
4886
  },
4885
4887
  {
4886
4888
  "type": "alert",
4887
- "variant": "warning",
4888
- "message": "@entity.message"
4889
+ "message": "@entity.message",
4890
+ "variant": "warning"
4889
4891
  }
4890
4892
  ],
4891
4893
  "type": "stack",
4892
4894
  "direction": "vertical",
4893
4895
  "gap": "lg"
4894
4896
  }
4895
- ],
4896
- "type": "dashboard-layout",
4897
- "appName": "AI Tutor"
4897
+ ]
4898
4898
  }
4899
4899
  ]
4900
4900
  ]
@@ -4918,83 +4918,83 @@
4918
4918
  "render-ui",
4919
4919
  "main",
4920
4920
  {
4921
- "appName": "AI Tutor",
4922
4921
  "navItems": [
4923
4922
  {
4924
- "label": "Teach",
4925
4923
  "href": "/teach",
4926
- "icon": "book-open"
4924
+ "icon": "book-open",
4925
+ "label": "Teach"
4927
4926
  },
4928
4927
  {
4929
- "icon": "help-circle",
4930
4928
  "label": "Quiz",
4929
+ "icon": "help-circle",
4931
4930
  "href": "/quiz"
4932
4931
  },
4933
4932
  {
4934
- "label": "Concepts",
4935
4933
  "href": "/concepts",
4934
+ "label": "Concepts",
4936
4935
  "icon": "brain"
4937
4936
  }
4938
4937
  ],
4939
- "type": "dashboard-layout",
4938
+ "appName": "AI Tutor",
4940
4939
  "children": [
4941
4940
  {
4941
+ "direction": "vertical",
4942
4942
  "type": "stack",
4943
4943
  "gap": "lg",
4944
4944
  "children": [
4945
4945
  {
4946
- "align": "center",
4946
+ "direction": "horizontal",
4947
+ "justify": "between",
4948
+ "type": "stack",
4947
4949
  "gap": "md",
4948
4950
  "children": [
4949
4951
  {
4952
+ "gap": "md",
4953
+ "direction": "horizontal",
4954
+ "type": "stack",
4955
+ "align": "center",
4950
4956
  "children": [
4951
4957
  {
4952
- "name": "tag",
4953
- "type": "icon"
4958
+ "type": "icon",
4959
+ "name": "tag"
4954
4960
  },
4955
4961
  {
4956
- "variant": "h2",
4962
+ "type": "typography",
4957
4963
  "content": "StudentAssessment Result",
4958
- "type": "typography"
4964
+ "variant": "h2"
4959
4965
  }
4960
- ],
4961
- "type": "stack",
4962
- "direction": "horizontal",
4963
- "align": "center",
4964
- "gap": "md"
4966
+ ]
4965
4967
  },
4966
4968
  {
4967
- "action": "HIDE",
4968
4969
  "variant": "ghost",
4969
4970
  "label": "Dismiss",
4971
+ "icon": "x",
4970
4972
  "type": "button",
4971
- "icon": "x"
4973
+ "action": "HIDE"
4972
4974
  }
4973
4975
  ],
4974
- "type": "stack",
4975
- "direction": "horizontal",
4976
- "justify": "between"
4976
+ "align": "center"
4977
4977
  },
4978
4978
  {
4979
4979
  "type": "divider"
4980
4980
  },
4981
4981
  {
4982
4982
  "variant": "@entity.notificationType",
4983
- "type": "alert",
4984
- "message": "@entity.message"
4983
+ "message": "@entity.message",
4984
+ "type": "alert"
4985
4985
  },
4986
4986
  {
4987
4987
  "type": "toast-slot"
4988
4988
  },
4989
4989
  {
4990
- "message": "@entity.message",
4990
+ "variant": "warning",
4991
4991
  "type": "alert",
4992
- "variant": "warning"
4992
+ "message": "@entity.message"
4993
4993
  }
4994
- ],
4995
- "direction": "vertical"
4994
+ ]
4996
4995
  }
4997
- ]
4996
+ ],
4997
+ "type": "dashboard-layout"
4998
4998
  }
4999
4999
  ]
5000
5000
  ]
@@ -5147,8 +5147,8 @@
5147
5147
  "StudentAssessment",
5148
5148
  {
5149
5149
  "emit": {
5150
- "success": "StudentAssessmentLoaded",
5151
- "failure": "StudentAssessmentLoadFailed"
5150
+ "failure": "StudentAssessmentLoadFailed",
5151
+ "success": "StudentAssessmentLoaded"
5152
5152
  }
5153
5153
  }
5154
5154
  ],
@@ -5156,31 +5156,31 @@
5156
5156
  "render-ui",
5157
5157
  "main",
5158
5158
  {
5159
- "appName": "AI Tutor",
5160
- "type": "dashboard-layout",
5161
5159
  "navItems": [
5162
5160
  {
5163
5161
  "label": "Teach",
5164
- "icon": "book-open",
5165
- "href": "/teach"
5162
+ "href": "/teach",
5163
+ "icon": "book-open"
5166
5164
  },
5167
5165
  {
5168
5166
  "label": "Quiz",
5169
- "href": "/quiz",
5170
- "icon": "help-circle"
5167
+ "icon": "help-circle",
5168
+ "href": "/quiz"
5171
5169
  },
5172
5170
  {
5173
5171
  "label": "Concepts",
5174
- "icon": "brain",
5175
- "href": "/concepts"
5172
+ "href": "/concepts",
5173
+ "icon": "brain"
5176
5174
  }
5177
5175
  ],
5176
+ "appName": "AI Tutor",
5177
+ "type": "dashboard-layout",
5178
5178
  "children": [
5179
5179
  {
5180
- "type": "empty-state",
5181
5180
  "description": "Classifier is ready",
5181
+ "icon": "tag",
5182
5182
  "title": "Classifier",
5183
- "icon": "tag"
5183
+ "type": "empty-state"
5184
5184
  }
5185
5185
  ]
5186
5186
  }
@@ -5403,4 +5403,4 @@
5403
5403
  ]
5404
5404
  }
5405
5405
  ]
5406
- }
5406
+ }