@almadar/std 5.0.0 → 5.2.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 (421) hide show
  1. package/behaviors/exports/atoms/std-agent-activity-log.orb +5 -45
  2. package/behaviors/exports/atoms/std-agent-chat-thread.orb +5 -55
  3. package/behaviors/exports/atoms/std-agent-classifier.orb +8 -8
  4. package/behaviors/exports/atoms/std-agent-completion.orb +8 -8
  5. package/behaviors/exports/atoms/std-agent-context-window.orb +5 -4
  6. package/behaviors/exports/atoms/std-agent-conversation.orb +5 -71
  7. package/behaviors/exports/atoms/std-agent-memory.orb +13 -127
  8. package/behaviors/exports/atoms/std-agent-provider.orb +8 -8
  9. package/behaviors/exports/atoms/std-agent-search.orb +6 -27
  10. package/behaviors/exports/atoms/std-agent-session.orb +11 -85
  11. package/behaviors/exports/atoms/std-agent-step-progress.orb +5 -4
  12. package/behaviors/exports/atoms/std-agent-token-gauge.orb +5 -4
  13. package/behaviors/exports/atoms/std-agent-tool-call.orb +8 -8
  14. package/behaviors/exports/atoms/std-async.orb +5 -8
  15. package/behaviors/exports/atoms/std-autoregressive.orb +4 -2
  16. package/behaviors/exports/atoms/std-browse.orb +5 -4
  17. package/behaviors/exports/atoms/std-cache-aside.orb +5 -8
  18. package/behaviors/exports/atoms/std-calendar.orb +5 -4
  19. package/behaviors/exports/atoms/std-circuit-breaker.orb +5 -4
  20. package/behaviors/exports/atoms/std-collision.orb +5 -4
  21. package/behaviors/exports/atoms/std-combat-log.orb +5 -4
  22. package/behaviors/exports/atoms/std-combat.orb +5 -4
  23. package/behaviors/exports/atoms/std-confirmation.orb +10 -4
  24. package/behaviors/exports/atoms/std-dialogue-box.orb +5 -4
  25. package/behaviors/exports/atoms/std-display.orb +5 -4
  26. package/behaviors/exports/atoms/std-drawer.orb +5 -4
  27. package/behaviors/exports/atoms/std-filter.orb +5 -4
  28. package/behaviors/exports/atoms/std-flip-card.orb +5 -4
  29. package/behaviors/exports/atoms/std-gallery.orb +5 -4
  30. package/behaviors/exports/atoms/std-game-audio.orb +5 -4
  31. package/behaviors/exports/atoms/std-game-canvas2d.orb +4 -2
  32. package/behaviors/exports/atoms/std-game-canvas3d.orb +4 -2
  33. package/behaviors/exports/atoms/std-game-hud.orb +5 -4
  34. package/behaviors/exports/atoms/std-game-menu.orb +5 -4
  35. package/behaviors/exports/atoms/std-game-over-screen.orb +5 -4
  36. package/behaviors/exports/atoms/std-gameflow.orb +5 -4
  37. package/behaviors/exports/atoms/std-input.orb +5 -4
  38. package/behaviors/exports/atoms/std-inventory-panel.orb +5 -8
  39. package/behaviors/exports/atoms/std-isometric-canvas.orb +5 -4
  40. package/behaviors/exports/atoms/std-loading.orb +5 -4
  41. package/behaviors/exports/atoms/std-modal.orb +89 -4
  42. package/behaviors/exports/atoms/std-movement.orb +5 -4
  43. package/behaviors/exports/atoms/std-notification.orb +5 -4
  44. package/behaviors/exports/atoms/std-overworld.orb +5 -4
  45. package/behaviors/exports/atoms/std-pagination.orb +5 -4
  46. package/behaviors/exports/atoms/std-physics2d.orb +5 -4
  47. package/behaviors/exports/atoms/std-platformer-canvas.orb +5 -4
  48. package/behaviors/exports/atoms/std-quest.orb +5 -8
  49. package/behaviors/exports/atoms/std-rate-limiter.orb +5 -4
  50. package/behaviors/exports/atoms/std-rating.orb +5 -4
  51. package/behaviors/exports/atoms/std-score-board.orb +5 -4
  52. package/behaviors/exports/atoms/std-score.orb +5 -4
  53. package/behaviors/exports/atoms/std-search.orb +5 -4
  54. package/behaviors/exports/atoms/std-selection.orb +5 -4
  55. package/behaviors/exports/atoms/std-service-custom-bearer.orb +5 -15
  56. package/behaviors/exports/atoms/std-service-custom-header.orb +5 -17
  57. package/behaviors/exports/atoms/std-service-custom-noauth.orb +5 -11
  58. package/behaviors/exports/atoms/std-service-custom-query.orb +5 -17
  59. package/behaviors/exports/atoms/std-service-email.orb +5 -4
  60. package/behaviors/exports/atoms/std-service-github.orb +5 -4
  61. package/behaviors/exports/atoms/std-service-llm.orb +5 -4
  62. package/behaviors/exports/atoms/std-service-oauth.orb +5 -4
  63. package/behaviors/exports/atoms/std-service-redis.orb +5 -4
  64. package/behaviors/exports/atoms/std-service-storage.orb +5 -4
  65. package/behaviors/exports/atoms/std-service-stripe.orb +5 -4
  66. package/behaviors/exports/atoms/std-service-twilio.orb +5 -4
  67. package/behaviors/exports/atoms/std-service-youtube.orb +5 -4
  68. package/behaviors/exports/atoms/std-simulation-canvas.orb +5 -4
  69. package/behaviors/exports/atoms/std-sort.orb +5 -4
  70. package/behaviors/exports/atoms/std-sprite.orb +5 -4
  71. package/behaviors/exports/atoms/std-tabs.orb +5 -4
  72. package/behaviors/exports/atoms/std-text-effects.orb +5 -4
  73. package/behaviors/exports/atoms/std-theme.orb +5 -4
  74. package/behaviors/exports/atoms/std-timer.orb +5 -4
  75. package/behaviors/exports/atoms/std-undo.orb +5 -4
  76. package/behaviors/exports/atoms/std-upload.orb +5 -4
  77. package/behaviors/exports/atoms/std-validate-on-save.orb +5 -32
  78. package/behaviors/exports/atoms/std-wizard.orb +5 -4
  79. package/behaviors/exports/molecules/std-agent-fix-loop.orb +1141 -1709
  80. package/behaviors/exports/molecules/std-agent-learner.orb +608 -938
  81. package/behaviors/exports/molecules/std-agent-planner.orb +613 -961
  82. package/behaviors/exports/molecules/std-agent-rag.orb +586 -915
  83. package/behaviors/exports/molecules/std-agent-tool-loop.orb +915 -2846
  84. package/behaviors/exports/molecules/std-builder-game.orb +5 -4
  85. package/behaviors/exports/molecules/std-cart.orb +196 -307
  86. package/behaviors/exports/molecules/std-classifier-game.orb +5 -4
  87. package/behaviors/exports/molecules/std-debugger-game.orb +5 -4
  88. package/behaviors/exports/molecules/std-detail.orb +309 -467
  89. package/behaviors/exports/molecules/std-event-handler-game.orb +5 -4
  90. package/behaviors/exports/molecules/std-form-advanced.orb +5 -8
  91. package/behaviors/exports/molecules/std-geospatial.orb +363 -539
  92. package/behaviors/exports/molecules/std-inventory.orb +390 -720
  93. package/behaviors/exports/molecules/std-list.orb +526 -1156
  94. package/behaviors/exports/molecules/std-messaging.orb +295 -452
  95. package/behaviors/exports/molecules/std-negotiator-game.orb +5 -4
  96. package/behaviors/exports/molecules/std-platformer-game.orb +5 -4
  97. package/behaviors/exports/molecules/std-puzzle-game.orb +5 -4
  98. package/behaviors/exports/molecules/std-quiz.orb +5 -4
  99. package/behaviors/exports/molecules/std-sequencer-game.orb +5 -4
  100. package/behaviors/exports/molecules/std-service-content-pipeline.orb +5 -4
  101. package/behaviors/exports/molecules/std-service-custom-api-tester.orb +5 -42
  102. package/behaviors/exports/molecules/std-service-devops-toolkit.orb +5 -4
  103. package/behaviors/exports/molecules/std-service-notification-hub.orb +5 -4
  104. package/behaviors/exports/molecules/std-service-payment-flow.orb +5 -4
  105. package/behaviors/exports/molecules/std-simulator-game.orb +5 -4
  106. package/behaviors/exports/molecules/std-turn-based-battle.orb +5 -4
  107. package/behaviors/exports/organisms/std-agent-assistant.orb +15 -143
  108. package/behaviors/exports/organisms/std-agent-builder.orb +814 -1476
  109. package/behaviors/exports/organisms/std-agent-pipeline.orb +785 -1567
  110. package/behaviors/exports/organisms/std-agent-reviewer.orb +299 -502
  111. package/behaviors/exports/organisms/std-agent-tutor.orb +306 -493
  112. package/behaviors/exports/organisms/std-api-gateway.orb +284 -626
  113. package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
  114. package/behaviors/exports/organisms/std-booking-system.orb +1422 -2160
  115. package/behaviors/exports/organisms/std-cicd-pipeline.orb +274 -617
  116. package/behaviors/exports/organisms/std-cms.orb +1274 -1972
  117. package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
  118. package/behaviors/exports/organisms/std-crm.orb +999 -1775
  119. package/behaviors/exports/organisms/std-devops-dashboard.orb +284 -638
  120. package/behaviors/exports/organisms/std-ecommerce.orb +1653 -2398
  121. package/behaviors/exports/organisms/std-finance-tracker.orb +340 -684
  122. package/behaviors/exports/organisms/std-healthcare.orb +984 -1838
  123. package/behaviors/exports/organisms/std-helpdesk.orb +340 -744
  124. package/behaviors/exports/organisms/std-hr-portal.orb +1401 -2151
  125. package/behaviors/exports/organisms/std-iot-dashboard.orb +284 -626
  126. package/behaviors/exports/organisms/std-lms.orb +284 -632
  127. package/behaviors/exports/organisms/std-logic-training.orb +4 -4
  128. package/behaviors/exports/organisms/std-platformer-app.orb +15 -98
  129. package/behaviors/exports/organisms/std-project-manager.orb +970 -1774
  130. package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
  131. package/behaviors/exports/organisms/std-realtime-chat.orb +364 -714
  132. package/behaviors/exports/organisms/std-rpg-game.orb +15 -102
  133. package/behaviors/exports/organisms/std-service-marketplace.orb +1589 -2361
  134. package/behaviors/exports/organisms/std-service-research-assistant.orb +4 -15
  135. package/behaviors/exports/organisms/std-social-feed.orb +62 -66
  136. package/behaviors/exports/organisms/std-stem-lab.orb +4 -4
  137. package/behaviors/exports/organisms/std-strategy-game.orb +4 -4
  138. package/behaviors/exports/organisms/std-trading-dashboard.orb +274 -620
  139. package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +5 -45
  140. package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +5 -55
  141. package/dist/behaviors/exports/atoms/std-agent-classifier.orb +8 -8
  142. package/dist/behaviors/exports/atoms/std-agent-completion.orb +8 -8
  143. package/dist/behaviors/exports/atoms/std-agent-context-window.orb +5 -4
  144. package/dist/behaviors/exports/atoms/std-agent-conversation.orb +5 -71
  145. package/dist/behaviors/exports/atoms/std-agent-memory.orb +13 -127
  146. package/dist/behaviors/exports/atoms/std-agent-provider.orb +8 -8
  147. package/dist/behaviors/exports/atoms/std-agent-search.orb +6 -27
  148. package/dist/behaviors/exports/atoms/std-agent-session.orb +11 -85
  149. package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +5 -4
  150. package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +5 -4
  151. package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +8 -8
  152. package/dist/behaviors/exports/atoms/std-async.orb +5 -8
  153. package/dist/behaviors/exports/atoms/std-autoregressive.orb +4 -2
  154. package/dist/behaviors/exports/atoms/std-browse.orb +5 -4
  155. package/dist/behaviors/exports/atoms/std-cache-aside.orb +5 -8
  156. package/dist/behaviors/exports/atoms/std-calendar.orb +5 -4
  157. package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +5 -4
  158. package/dist/behaviors/exports/atoms/std-collision.orb +5 -4
  159. package/dist/behaviors/exports/atoms/std-combat-log.orb +5 -4
  160. package/dist/behaviors/exports/atoms/std-combat.orb +5 -4
  161. package/dist/behaviors/exports/atoms/std-confirmation.orb +10 -4
  162. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +5 -4
  163. package/dist/behaviors/exports/atoms/std-display.orb +5 -4
  164. package/dist/behaviors/exports/atoms/std-drawer.orb +5 -4
  165. package/dist/behaviors/exports/atoms/std-filter.orb +5 -4
  166. package/dist/behaviors/exports/atoms/std-flip-card.orb +5 -4
  167. package/dist/behaviors/exports/atoms/std-gallery.orb +5 -4
  168. package/dist/behaviors/exports/atoms/std-game-audio.orb +5 -4
  169. package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +4 -2
  170. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +4 -2
  171. package/dist/behaviors/exports/atoms/std-game-hud.orb +5 -4
  172. package/dist/behaviors/exports/atoms/std-game-menu.orb +5 -4
  173. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +5 -4
  174. package/dist/behaviors/exports/atoms/std-gameflow.orb +5 -4
  175. package/dist/behaviors/exports/atoms/std-input.orb +5 -4
  176. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +5 -8
  177. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +5 -4
  178. package/dist/behaviors/exports/atoms/std-loading.orb +5 -4
  179. package/dist/behaviors/exports/atoms/std-modal.orb +89 -4
  180. package/dist/behaviors/exports/atoms/std-movement.orb +5 -4
  181. package/dist/behaviors/exports/atoms/std-notification.orb +5 -4
  182. package/dist/behaviors/exports/atoms/std-overworld.orb +5 -4
  183. package/dist/behaviors/exports/atoms/std-pagination.orb +5 -4
  184. package/dist/behaviors/exports/atoms/std-physics2d.orb +5 -4
  185. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +5 -4
  186. package/dist/behaviors/exports/atoms/std-quest.orb +5 -8
  187. package/dist/behaviors/exports/atoms/std-rate-limiter.orb +5 -4
  188. package/dist/behaviors/exports/atoms/std-rating.orb +5 -4
  189. package/dist/behaviors/exports/atoms/std-score-board.orb +5 -4
  190. package/dist/behaviors/exports/atoms/std-score.orb +5 -4
  191. package/dist/behaviors/exports/atoms/std-search.orb +5 -4
  192. package/dist/behaviors/exports/atoms/std-selection.orb +5 -4
  193. package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +5 -15
  194. package/dist/behaviors/exports/atoms/std-service-custom-header.orb +5 -17
  195. package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +5 -11
  196. package/dist/behaviors/exports/atoms/std-service-custom-query.orb +5 -17
  197. package/dist/behaviors/exports/atoms/std-service-email.orb +5 -4
  198. package/dist/behaviors/exports/atoms/std-service-github.orb +5 -4
  199. package/dist/behaviors/exports/atoms/std-service-llm.orb +5 -4
  200. package/dist/behaviors/exports/atoms/std-service-oauth.orb +5 -4
  201. package/dist/behaviors/exports/atoms/std-service-redis.orb +5 -4
  202. package/dist/behaviors/exports/atoms/std-service-storage.orb +5 -4
  203. package/dist/behaviors/exports/atoms/std-service-stripe.orb +5 -4
  204. package/dist/behaviors/exports/atoms/std-service-twilio.orb +5 -4
  205. package/dist/behaviors/exports/atoms/std-service-youtube.orb +5 -4
  206. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +5 -4
  207. package/dist/behaviors/exports/atoms/std-sort.orb +5 -4
  208. package/dist/behaviors/exports/atoms/std-sprite.orb +5 -4
  209. package/dist/behaviors/exports/atoms/std-tabs.orb +5 -4
  210. package/dist/behaviors/exports/atoms/std-text-effects.orb +5 -4
  211. package/dist/behaviors/exports/atoms/std-theme.orb +5 -4
  212. package/dist/behaviors/exports/atoms/std-timer.orb +5 -4
  213. package/dist/behaviors/exports/atoms/std-undo.orb +5 -4
  214. package/dist/behaviors/exports/atoms/std-upload.orb +5 -4
  215. package/dist/behaviors/exports/atoms/std-validate-on-save.orb +5 -32
  216. package/dist/behaviors/exports/atoms/std-wizard.orb +5 -4
  217. package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1141 -1709
  218. package/dist/behaviors/exports/molecules/std-agent-learner.orb +608 -938
  219. package/dist/behaviors/exports/molecules/std-agent-planner.orb +613 -961
  220. package/dist/behaviors/exports/molecules/std-agent-rag.orb +586 -915
  221. package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +915 -2846
  222. package/dist/behaviors/exports/molecules/std-builder-game.orb +5 -4
  223. package/dist/behaviors/exports/molecules/std-cart.orb +196 -307
  224. package/dist/behaviors/exports/molecules/std-classifier-game.orb +5 -4
  225. package/dist/behaviors/exports/molecules/std-debugger-game.orb +5 -4
  226. package/dist/behaviors/exports/molecules/std-detail.orb +309 -467
  227. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +5 -4
  228. package/dist/behaviors/exports/molecules/std-form-advanced.orb +5 -8
  229. package/dist/behaviors/exports/molecules/std-geospatial.orb +363 -539
  230. package/dist/behaviors/exports/molecules/std-inventory.orb +390 -720
  231. package/dist/behaviors/exports/molecules/std-list.orb +526 -1156
  232. package/dist/behaviors/exports/molecules/std-messaging.orb +295 -452
  233. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +5 -4
  234. package/dist/behaviors/exports/molecules/std-platformer-game.orb +5 -4
  235. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +5 -4
  236. package/dist/behaviors/exports/molecules/std-quiz.orb +5 -4
  237. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +5 -4
  238. package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +5 -4
  239. package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +5 -42
  240. package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +5 -4
  241. package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +5 -4
  242. package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +5 -4
  243. package/dist/behaviors/exports/molecules/std-simulator-game.orb +5 -4
  244. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +5 -4
  245. package/dist/behaviors/exports/organisms/std-agent-assistant.orb +15 -143
  246. package/dist/behaviors/exports/organisms/std-agent-builder.orb +814 -1476
  247. package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +785 -1567
  248. package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +299 -502
  249. package/dist/behaviors/exports/organisms/std-agent-tutor.orb +306 -493
  250. package/dist/behaviors/exports/organisms/std-api-gateway.orb +284 -626
  251. package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
  252. package/dist/behaviors/exports/organisms/std-booking-system.orb +1422 -2160
  253. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +274 -617
  254. package/dist/behaviors/exports/organisms/std-cms.orb +1274 -1972
  255. package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
  256. package/dist/behaviors/exports/organisms/std-crm.orb +999 -1775
  257. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +284 -638
  258. package/dist/behaviors/exports/organisms/std-ecommerce.orb +1653 -2398
  259. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +340 -684
  260. package/dist/behaviors/exports/organisms/std-healthcare.orb +984 -1838
  261. package/dist/behaviors/exports/organisms/std-helpdesk.orb +340 -744
  262. package/dist/behaviors/exports/organisms/std-hr-portal.orb +1401 -2151
  263. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +284 -626
  264. package/dist/behaviors/exports/organisms/std-lms.orb +284 -632
  265. package/dist/behaviors/exports/organisms/std-logic-training.orb +4 -4
  266. package/dist/behaviors/exports/organisms/std-platformer-app.orb +15 -98
  267. package/dist/behaviors/exports/organisms/std-project-manager.orb +970 -1774
  268. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
  269. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +364 -714
  270. package/dist/behaviors/exports/organisms/std-rpg-game.orb +15 -102
  271. package/dist/behaviors/exports/organisms/std-service-marketplace.orb +1589 -2361
  272. package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +4 -15
  273. package/dist/behaviors/exports/organisms/std-social-feed.orb +62 -66
  274. package/dist/behaviors/exports/organisms/std-stem-lab.orb +4 -4
  275. package/dist/behaviors/exports/organisms/std-strategy-game.orb +4 -4
  276. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +274 -620
  277. package/dist/behaviors/exports-reader.js.map +1 -1
  278. package/dist/behaviors/functions/index.d.ts +2192 -0
  279. package/dist/behaviors/functions/index.js.map +1 -1
  280. package/dist/behaviors/index.js.map +1 -1
  281. package/dist/behaviors/query.js.map +1 -1
  282. package/dist/exports/atoms/std-agent-activity-log.orb +5 -45
  283. package/dist/exports/atoms/std-agent-chat-thread.orb +5 -55
  284. package/dist/exports/atoms/std-agent-classifier.orb +8 -8
  285. package/dist/exports/atoms/std-agent-completion.orb +8 -8
  286. package/dist/exports/atoms/std-agent-context-window.orb +5 -4
  287. package/dist/exports/atoms/std-agent-conversation.orb +5 -71
  288. package/dist/exports/atoms/std-agent-memory.orb +13 -127
  289. package/dist/exports/atoms/std-agent-provider.orb +8 -8
  290. package/dist/exports/atoms/std-agent-search.orb +6 -27
  291. package/dist/exports/atoms/std-agent-session.orb +11 -85
  292. package/dist/exports/atoms/std-agent-step-progress.orb +5 -4
  293. package/dist/exports/atoms/std-agent-token-gauge.orb +5 -4
  294. package/dist/exports/atoms/std-agent-tool-call.orb +8 -8
  295. package/dist/exports/atoms/std-async.orb +5 -8
  296. package/dist/exports/atoms/std-autoregressive.orb +4 -2
  297. package/dist/exports/atoms/std-browse.orb +5 -4
  298. package/dist/exports/atoms/std-cache-aside.orb +5 -8
  299. package/dist/exports/atoms/std-calendar.orb +5 -4
  300. package/dist/exports/atoms/std-circuit-breaker.orb +5 -4
  301. package/dist/exports/atoms/std-collision.orb +5 -4
  302. package/dist/exports/atoms/std-combat-log.orb +5 -4
  303. package/dist/exports/atoms/std-combat.orb +5 -4
  304. package/dist/exports/atoms/std-confirmation.orb +10 -4
  305. package/dist/exports/atoms/std-dialogue-box.orb +5 -4
  306. package/dist/exports/atoms/std-display.orb +5 -4
  307. package/dist/exports/atoms/std-drawer.orb +5 -4
  308. package/dist/exports/atoms/std-filter.orb +5 -4
  309. package/dist/exports/atoms/std-flip-card.orb +5 -4
  310. package/dist/exports/atoms/std-gallery.orb +5 -4
  311. package/dist/exports/atoms/std-game-audio.orb +5 -4
  312. package/dist/exports/atoms/std-game-canvas2d.orb +4 -2
  313. package/dist/exports/atoms/std-game-canvas3d.orb +4 -2
  314. package/dist/exports/atoms/std-game-hud.orb +5 -4
  315. package/dist/exports/atoms/std-game-menu.orb +5 -4
  316. package/dist/exports/atoms/std-game-over-screen.orb +5 -4
  317. package/dist/exports/atoms/std-gameflow.orb +5 -4
  318. package/dist/exports/atoms/std-input.orb +5 -4
  319. package/dist/exports/atoms/std-inventory-panel.orb +5 -8
  320. package/dist/exports/atoms/std-isometric-canvas.orb +5 -4
  321. package/dist/exports/atoms/std-loading.orb +5 -4
  322. package/dist/exports/atoms/std-modal.orb +89 -4
  323. package/dist/exports/atoms/std-movement.orb +5 -4
  324. package/dist/exports/atoms/std-notification.orb +5 -4
  325. package/dist/exports/atoms/std-overworld.orb +5 -4
  326. package/dist/exports/atoms/std-pagination.orb +5 -4
  327. package/dist/exports/atoms/std-physics2d.orb +5 -4
  328. package/dist/exports/atoms/std-platformer-canvas.orb +5 -4
  329. package/dist/exports/atoms/std-quest.orb +5 -8
  330. package/dist/exports/atoms/std-rate-limiter.orb +5 -4
  331. package/dist/exports/atoms/std-rating.orb +5 -4
  332. package/dist/exports/atoms/std-score-board.orb +5 -4
  333. package/dist/exports/atoms/std-score.orb +5 -4
  334. package/dist/exports/atoms/std-search.orb +5 -4
  335. package/dist/exports/atoms/std-selection.orb +5 -4
  336. package/dist/exports/atoms/std-service-custom-bearer.orb +5 -15
  337. package/dist/exports/atoms/std-service-custom-header.orb +5 -17
  338. package/dist/exports/atoms/std-service-custom-noauth.orb +5 -11
  339. package/dist/exports/atoms/std-service-custom-query.orb +5 -17
  340. package/dist/exports/atoms/std-service-email.orb +5 -4
  341. package/dist/exports/atoms/std-service-github.orb +5 -4
  342. package/dist/exports/atoms/std-service-llm.orb +5 -4
  343. package/dist/exports/atoms/std-service-oauth.orb +5 -4
  344. package/dist/exports/atoms/std-service-redis.orb +5 -4
  345. package/dist/exports/atoms/std-service-storage.orb +5 -4
  346. package/dist/exports/atoms/std-service-stripe.orb +5 -4
  347. package/dist/exports/atoms/std-service-twilio.orb +5 -4
  348. package/dist/exports/atoms/std-service-youtube.orb +5 -4
  349. package/dist/exports/atoms/std-simulation-canvas.orb +5 -4
  350. package/dist/exports/atoms/std-sort.orb +5 -4
  351. package/dist/exports/atoms/std-sprite.orb +5 -4
  352. package/dist/exports/atoms/std-tabs.orb +5 -4
  353. package/dist/exports/atoms/std-text-effects.orb +5 -4
  354. package/dist/exports/atoms/std-theme.orb +5 -4
  355. package/dist/exports/atoms/std-timer.orb +5 -4
  356. package/dist/exports/atoms/std-undo.orb +5 -4
  357. package/dist/exports/atoms/std-upload.orb +5 -4
  358. package/dist/exports/atoms/std-validate-on-save.orb +5 -32
  359. package/dist/exports/atoms/std-wizard.orb +5 -4
  360. package/dist/exports/molecules/std-agent-fix-loop.orb +1141 -1709
  361. package/dist/exports/molecules/std-agent-learner.orb +608 -938
  362. package/dist/exports/molecules/std-agent-planner.orb +613 -961
  363. package/dist/exports/molecules/std-agent-rag.orb +586 -915
  364. package/dist/exports/molecules/std-agent-tool-loop.orb +915 -2846
  365. package/dist/exports/molecules/std-builder-game.orb +5 -4
  366. package/dist/exports/molecules/std-cart.orb +196 -307
  367. package/dist/exports/molecules/std-classifier-game.orb +5 -4
  368. package/dist/exports/molecules/std-debugger-game.orb +5 -4
  369. package/dist/exports/molecules/std-detail.orb +309 -467
  370. package/dist/exports/molecules/std-event-handler-game.orb +5 -4
  371. package/dist/exports/molecules/std-form-advanced.orb +5 -8
  372. package/dist/exports/molecules/std-geospatial.orb +363 -539
  373. package/dist/exports/molecules/std-inventory.orb +390 -720
  374. package/dist/exports/molecules/std-list.orb +526 -1156
  375. package/dist/exports/molecules/std-messaging.orb +295 -452
  376. package/dist/exports/molecules/std-negotiator-game.orb +5 -4
  377. package/dist/exports/molecules/std-platformer-game.orb +5 -4
  378. package/dist/exports/molecules/std-puzzle-game.orb +5 -4
  379. package/dist/exports/molecules/std-quiz.orb +5 -4
  380. package/dist/exports/molecules/std-sequencer-game.orb +5 -4
  381. package/dist/exports/molecules/std-service-content-pipeline.orb +5 -4
  382. package/dist/exports/molecules/std-service-custom-api-tester.orb +5 -42
  383. package/dist/exports/molecules/std-service-devops-toolkit.orb +5 -4
  384. package/dist/exports/molecules/std-service-notification-hub.orb +5 -4
  385. package/dist/exports/molecules/std-service-payment-flow.orb +5 -4
  386. package/dist/exports/molecules/std-simulator-game.orb +5 -4
  387. package/dist/exports/molecules/std-turn-based-battle.orb +5 -4
  388. package/dist/exports/organisms/std-agent-assistant.orb +15 -143
  389. package/dist/exports/organisms/std-agent-builder.orb +814 -1476
  390. package/dist/exports/organisms/std-agent-pipeline.orb +785 -1567
  391. package/dist/exports/organisms/std-agent-reviewer.orb +299 -502
  392. package/dist/exports/organisms/std-agent-tutor.orb +306 -493
  393. package/dist/exports/organisms/std-api-gateway.orb +284 -626
  394. package/dist/exports/organisms/std-arcade-game.orb +4 -4
  395. package/dist/exports/organisms/std-booking-system.orb +1422 -2160
  396. package/dist/exports/organisms/std-cicd-pipeline.orb +274 -617
  397. package/dist/exports/organisms/std-cms.orb +1274 -1972
  398. package/dist/exports/organisms/std-coding-academy.orb +4 -4
  399. package/dist/exports/organisms/std-crm.orb +999 -1775
  400. package/dist/exports/organisms/std-devops-dashboard.orb +284 -638
  401. package/dist/exports/organisms/std-ecommerce.orb +1653 -2398
  402. package/dist/exports/organisms/std-finance-tracker.orb +340 -684
  403. package/dist/exports/organisms/std-healthcare.orb +984 -1838
  404. package/dist/exports/organisms/std-helpdesk.orb +340 -744
  405. package/dist/exports/organisms/std-hr-portal.orb +1401 -2151
  406. package/dist/exports/organisms/std-iot-dashboard.orb +284 -626
  407. package/dist/exports/organisms/std-lms.orb +284 -632
  408. package/dist/exports/organisms/std-logic-training.orb +4 -4
  409. package/dist/exports/organisms/std-platformer-app.orb +15 -98
  410. package/dist/exports/organisms/std-project-manager.orb +970 -1774
  411. package/dist/exports/organisms/std-puzzle-app.orb +4 -4
  412. package/dist/exports/organisms/std-realtime-chat.orb +364 -714
  413. package/dist/exports/organisms/std-rpg-game.orb +15 -102
  414. package/dist/exports/organisms/std-service-marketplace.orb +1589 -2361
  415. package/dist/exports/organisms/std-service-research-assistant.orb +4 -15
  416. package/dist/exports/organisms/std-social-feed.orb +62 -66
  417. package/dist/exports/organisms/std-stem-lab.orb +4 -4
  418. package/dist/exports/organisms/std-strategy-game.orb +4 -4
  419. package/dist/exports/organisms/std-trading-dashboard.orb +274 -620
  420. package/dist/index.js.map +1 -1
  421. package/package.json +2 -2
@@ -1,9 +1,20 @@
1
1
  {
2
- "name": "AI Tutor",
2
+ "name": "std-agent-tutor",
3
3
  "version": "1.0.0",
4
+ "description": "Teaching assistant organism. Composes conversation + memory + classifier atoms with tabbed views and a concept browse list. Classifies student level, recalls prior learning from memory, generates explanations with context-aware difficulty, and tracks concept strength.",
4
5
  "orbitals": [
5
6
  {
6
7
  "name": "TutorSessionOrbital",
8
+ "uses": [
9
+ {
10
+ "from": "std/behaviors/std-browse",
11
+ "as": "Browse"
12
+ },
13
+ {
14
+ "from": "std/behaviors/std-tabs",
15
+ "as": "Tabs"
16
+ }
17
+ ],
7
18
  "entity": {
8
19
  "name": "TutorSession",
9
20
  "persistence": "runtime",
@@ -2145,10 +2156,6 @@
2145
2156
  }
2146
2157
  ]
2147
2158
  }
2148
- ],
2149
- [
2150
- "notify",
2151
- "TutorChat created successfully"
2152
2159
  ]
2153
2160
  ]
2154
2161
  },
@@ -2282,10 +2289,6 @@
2282
2289
  }
2283
2290
  ]
2284
2291
  }
2285
- ],
2286
- [
2287
- "notify",
2288
- "TutorChat deleted successfully"
2289
2292
  ]
2290
2293
  ]
2291
2294
  },
@@ -2419,10 +2422,6 @@
2419
2422
  }
2420
2423
  ]
2421
2424
  }
2422
- ],
2423
- [
2424
- "notify",
2425
- "TutorChat deleted successfully"
2426
2425
  ]
2427
2426
  ]
2428
2427
  }
@@ -2729,23 +2728,23 @@
2729
2728
  "listens": [
2730
2729
  {
2731
2730
  "event": "MEMORIZED",
2732
- "triggers": "MEMORIZED"
2731
+ "triggers": "INIT"
2733
2732
  },
2734
2733
  {
2735
2734
  "event": "PINNED",
2736
- "triggers": "PINNED"
2735
+ "triggers": "INIT"
2737
2736
  },
2738
2737
  {
2739
2738
  "event": "FORGOT",
2740
- "triggers": "FORGOT"
2739
+ "triggers": "INIT"
2741
2740
  },
2742
2741
  {
2743
2742
  "event": "REINFORCED",
2744
- "triggers": "REINFORCED"
2743
+ "triggers": "INIT"
2745
2744
  },
2746
2745
  {
2747
2746
  "event": "DECAYED",
2748
- "triggers": "DECAYED"
2747
+ "triggers": "INIT"
2749
2748
  }
2750
2749
  ],
2751
2750
  "stateMachine": {
@@ -2816,61 +2815,6 @@
2816
2815
  "type": "object"
2817
2816
  }
2818
2817
  ]
2819
- },
2820
- {
2821
- "key": "MEMORIZED",
2822
- "name": "MEMORIZED",
2823
- "payload": [
2824
- {
2825
- "name": "data",
2826
- "type": "object",
2827
- "required": true
2828
- }
2829
- ]
2830
- },
2831
- {
2832
- "key": "PINNED",
2833
- "name": "PINNED",
2834
- "payload": [
2835
- {
2836
- "name": "data",
2837
- "type": "object",
2838
- "required": true
2839
- }
2840
- ]
2841
- },
2842
- {
2843
- "key": "FORGOT",
2844
- "name": "FORGOT",
2845
- "payload": [
2846
- {
2847
- "name": "data",
2848
- "type": "object",
2849
- "required": true
2850
- }
2851
- ]
2852
- },
2853
- {
2854
- "key": "REINFORCED",
2855
- "name": "REINFORCED",
2856
- "payload": [
2857
- {
2858
- "name": "data",
2859
- "type": "object",
2860
- "required": true
2861
- }
2862
- ]
2863
- },
2864
- {
2865
- "key": "DECAYED",
2866
- "name": "DECAYED",
2867
- "payload": [
2868
- {
2869
- "name": "data",
2870
- "type": "object",
2871
- "required": true
2872
- }
2873
- ]
2874
2818
  }
2875
2819
  ],
2876
2820
  "transitions": [
@@ -3036,61 +2980,6 @@
3036
2980
  }
3037
2981
  ]
3038
2982
  ]
3039
- },
3040
- {
3041
- "from": "browsing",
3042
- "to": "browsing",
3043
- "event": "MEMORIZED",
3044
- "effects": [
3045
- [
3046
- "ref",
3047
- "Concept"
3048
- ]
3049
- ]
3050
- },
3051
- {
3052
- "from": "browsing",
3053
- "to": "browsing",
3054
- "event": "PINNED",
3055
- "effects": [
3056
- [
3057
- "ref",
3058
- "Concept"
3059
- ]
3060
- ]
3061
- },
3062
- {
3063
- "from": "browsing",
3064
- "to": "browsing",
3065
- "event": "FORGOT",
3066
- "effects": [
3067
- [
3068
- "ref",
3069
- "Concept"
3070
- ]
3071
- ]
3072
- },
3073
- {
3074
- "from": "browsing",
3075
- "to": "browsing",
3076
- "event": "REINFORCED",
3077
- "effects": [
3078
- [
3079
- "ref",
3080
- "Concept"
3081
- ]
3082
- ]
3083
- },
3084
- {
3085
- "from": "browsing",
3086
- "to": "browsing",
3087
- "event": "DECAYED",
3088
- "effects": [
3089
- [
3090
- "ref",
3091
- "Concept"
3092
- ]
3093
- ]
3094
2983
  }
3095
2984
  ]
3096
2985
  }
@@ -3100,6 +2989,9 @@
3100
2989
  "linkedEntity": "Concept",
3101
2990
  "category": "interaction",
3102
2991
  "emits": [
2992
+ {
2993
+ "event": "SAVE"
2994
+ },
3103
2995
  {
3104
2996
  "event": "MEMORIZED"
3105
2997
  }
@@ -3237,10 +3129,6 @@
3237
3129
  [
3238
3130
  "emit",
3239
3131
  "MEMORIZED"
3240
- ],
3241
- [
3242
- "notify",
3243
- "Concept created successfully"
3244
3132
  ]
3245
3133
  ]
3246
3134
  }
@@ -3439,10 +3327,6 @@
3439
3327
  "create",
3440
3328
  "Concept",
3441
3329
  "@payload.data"
3442
- ],
3443
- [
3444
- "notify",
3445
- "Concept created successfully"
3446
3330
  ]
3447
3331
  ]
3448
3332
  },
@@ -3631,6 +3515,9 @@
3631
3515
  "linkedEntity": "StudentAssessment",
3632
3516
  "category": "interaction",
3633
3517
  "emits": [
3518
+ {
3519
+ "event": "SAVE"
3520
+ },
3634
3521
  {
3635
3522
  "event": "CLASSIFIED"
3636
3523
  }
@@ -4031,10 +3918,6 @@
4031
3918
  }
4032
3919
  ]
4033
3920
  }
4034
- ],
4035
- [
4036
- "notify",
4037
- "StudentAssessment created successfully"
4038
3921
  ]
4039
3922
  ]
4040
3923
  }
@@ -4612,142 +4495,112 @@
4612
4495
  },
4613
4496
  "traits": [
4614
4497
  {
4498
+ "ref": "Tabs.traits.TabContentTabs",
4615
4499
  "name": "TutorTabs",
4616
4500
  "linkedEntity": "TutorSession",
4617
- "category": "interaction",
4618
- "stateMachine": {
4619
- "states": [
4620
- {
4621
- "name": "idle",
4622
- "isInitial": true
4623
- }
4624
- ],
4625
- "events": [
4626
- {
4627
- "key": "INIT",
4628
- "name": "Initialize"
4629
- },
4630
- {
4631
- "key": "SELECT_TAB",
4632
- "name": "Select Tab",
4633
- "payload": [
4634
- {
4635
- "name": "tab",
4636
- "type": "string",
4637
- "required": true
4638
- }
4639
- ]
4640
- }
4641
- ],
4642
- "transitions": [
4643
- {
4644
- "from": "idle",
4645
- "to": "idle",
4646
- "event": "INIT",
4647
- "effects": [
4648
- [
4649
- "fetch",
4650
- "TutorSession"
4501
+ "effects": {
4502
+ "INIT": [
4503
+ [
4504
+ "fetch",
4505
+ "TutorSession"
4506
+ ],
4507
+ [
4508
+ "render-ui",
4509
+ "main",
4510
+ {
4511
+ "type": "dashboard-layout",
4512
+ "appName": "AI Tutor",
4513
+ "navItems": [
4514
+ {
4515
+ "label": "Teach",
4516
+ "href": "/teach",
4517
+ "icon": "book-open"
4518
+ },
4519
+ {
4520
+ "label": "Quiz",
4521
+ "href": "/quiz",
4522
+ "icon": "help-circle"
4523
+ },
4524
+ {
4525
+ "label": "Concepts",
4526
+ "href": "/concepts",
4527
+ "icon": "brain"
4528
+ }
4651
4529
  ],
4652
- [
4653
- "render-ui",
4654
- "main",
4530
+ "children": [
4655
4531
  {
4656
- "type": "dashboard-layout",
4657
- "appName": "AI Tutor",
4658
- "navItems": [
4532
+ "type": "stack",
4533
+ "direction": "vertical",
4534
+ "gap": "lg",
4535
+ "children": [
4659
4536
  {
4660
- "label": "Teach",
4661
- "href": "/teach",
4662
- "icon": "book-open"
4537
+ "type": "stack",
4538
+ "direction": "horizontal",
4539
+ "gap": "sm",
4540
+ "align": "center",
4541
+ "children": [
4542
+ {
4543
+ "type": "icon",
4544
+ "name": "graduation-cap",
4545
+ "size": "lg"
4546
+ },
4547
+ {
4548
+ "type": "typography",
4549
+ "content": "AI Tutor",
4550
+ "variant": "h2"
4551
+ }
4552
+ ]
4663
4553
  },
4664
4554
  {
4665
- "label": "Quiz",
4666
- "href": "/quiz",
4667
- "icon": "help-circle"
4555
+ "type": "divider"
4668
4556
  },
4669
4557
  {
4670
- "label": "Concepts",
4671
- "href": "/concepts",
4672
- "icon": "brain"
4673
- }
4674
- ],
4675
- "children": [
4558
+ "type": "tabs",
4559
+ "tabs": [
4560
+ {
4561
+ "label": "Teach",
4562
+ "value": "teach"
4563
+ },
4564
+ {
4565
+ "label": "Quiz",
4566
+ "value": "quiz"
4567
+ },
4568
+ {
4569
+ "label": "Progress",
4570
+ "value": "progress"
4571
+ }
4572
+ ],
4573
+ "defaultActiveTab": "teach",
4574
+ "onTabChange": "SELECT_TAB"
4575
+ },
4676
4576
  {
4677
- "type": "stack",
4678
- "direction": "vertical",
4679
- "gap": "lg",
4680
- "children": [
4577
+ "type": "divider"
4578
+ },
4579
+ {
4580
+ "type": "data-grid",
4581
+ "entity": "TutorSession",
4582
+ "emptyIcon": "inbox",
4583
+ "emptyTitle": "No tutorsessions yet",
4584
+ "emptyDescription": "Add tutorsessions to see them here.",
4585
+ "className": "transition-shadow hover:shadow-md cursor-pointer",
4586
+ "renderItem": [
4587
+ "fn",
4588
+ "item",
4681
4589
  {
4682
4590
  "type": "stack",
4683
- "direction": "horizontal",
4591
+ "direction": "vertical",
4684
4592
  "gap": "sm",
4685
- "align": "center",
4686
4593
  "children": [
4687
- {
4688
- "type": "icon",
4689
- "name": "graduation-cap",
4690
- "size": "lg"
4691
- },
4692
4594
  {
4693
4595
  "type": "typography",
4694
- "content": "AI Tutor",
4695
- "variant": "h2"
4696
- }
4697
- ]
4698
- },
4699
- {
4700
- "type": "divider"
4701
- },
4702
- {
4703
- "type": "tabs",
4704
- "tabs": [
4705
- {
4706
- "label": "Teach",
4707
- "value": "teach"
4708
- },
4709
- {
4710
- "label": "Quiz",
4711
- "value": "quiz"
4596
+ "variant": "h4",
4597
+ "content": "@item.topic"
4712
4598
  },
4713
4599
  {
4714
- "label": "Progress",
4715
- "value": "progress"
4716
- }
4717
- ],
4718
- "defaultActiveTab": "teach",
4719
- "onTabChange": "SELECT_TAB"
4720
- },
4721
- {
4722
- "type": "divider"
4723
- },
4724
- {
4725
- "type": "data-grid",
4726
- "entity": "TutorSession",
4727
- "emptyIcon": "inbox",
4728
- "emptyTitle": "No tutorsessions yet",
4729
- "emptyDescription": "Add tutorsessions to see them here.",
4730
- "className": "transition-shadow hover:shadow-md cursor-pointer",
4731
- "renderItem": [
4732
- "fn",
4733
- "item",
4734
- {
4735
- "type": "stack",
4736
- "direction": "vertical",
4737
- "gap": "sm",
4738
- "children": [
4739
- {
4740
- "type": "typography",
4741
- "variant": "h4",
4742
- "content": "@item.topic"
4743
- },
4744
- {
4745
- "type": "typography",
4746
- "variant": "caption",
4747
- "color": "muted",
4748
- "content": "@item.teach"
4749
- }
4750
- ]
4600
+ "type": "typography",
4601
+ "variant": "caption",
4602
+ "color": "muted",
4603
+ "content": "@item.teach"
4751
4604
  }
4752
4605
  ]
4753
4606
  }
@@ -4756,117 +4609,112 @@
4756
4609
  ]
4757
4610
  }
4758
4611
  ]
4759
- ]
4760
- },
4761
- {
4762
- "from": "idle",
4763
- "to": "idle",
4764
- "event": "SELECT_TAB",
4765
- "effects": [
4766
- [
4767
- "fetch",
4768
- "TutorSession"
4612
+ }
4613
+ ]
4614
+ ],
4615
+ "SELECT_TAB": [
4616
+ [
4617
+ "fetch",
4618
+ "TutorSession"
4619
+ ],
4620
+ [
4621
+ "render-ui",
4622
+ "main",
4623
+ {
4624
+ "type": "dashboard-layout",
4625
+ "appName": "AI Tutor",
4626
+ "navItems": [
4627
+ {
4628
+ "label": "Teach",
4629
+ "href": "/teach",
4630
+ "icon": "book-open"
4631
+ },
4632
+ {
4633
+ "label": "Quiz",
4634
+ "href": "/quiz",
4635
+ "icon": "help-circle"
4636
+ },
4637
+ {
4638
+ "label": "Concepts",
4639
+ "href": "/concepts",
4640
+ "icon": "brain"
4641
+ }
4769
4642
  ],
4770
- [
4771
- "render-ui",
4772
- "main",
4643
+ "children": [
4773
4644
  {
4774
- "type": "dashboard-layout",
4775
- "appName": "AI Tutor",
4776
- "navItems": [
4645
+ "type": "stack",
4646
+ "direction": "vertical",
4647
+ "gap": "lg",
4648
+ "children": [
4777
4649
  {
4778
- "label": "Teach",
4779
- "href": "/teach",
4780
- "icon": "book-open"
4650
+ "type": "stack",
4651
+ "direction": "horizontal",
4652
+ "gap": "sm",
4653
+ "align": "center",
4654
+ "children": [
4655
+ {
4656
+ "type": "icon",
4657
+ "name": "graduation-cap",
4658
+ "size": "lg"
4659
+ },
4660
+ {
4661
+ "type": "typography",
4662
+ "content": "AI Tutor",
4663
+ "variant": "h2"
4664
+ }
4665
+ ]
4781
4666
  },
4782
4667
  {
4783
- "label": "Quiz",
4784
- "href": "/quiz",
4785
- "icon": "help-circle"
4668
+ "type": "divider"
4786
4669
  },
4787
4670
  {
4788
- "label": "Concepts",
4789
- "href": "/concepts",
4790
- "icon": "brain"
4791
- }
4792
- ],
4793
- "children": [
4671
+ "type": "tabs",
4672
+ "tabs": [
4673
+ {
4674
+ "label": "Teach",
4675
+ "value": "teach"
4676
+ },
4677
+ {
4678
+ "label": "Quiz",
4679
+ "value": "quiz"
4680
+ },
4681
+ {
4682
+ "label": "Progress",
4683
+ "value": "progress"
4684
+ }
4685
+ ],
4686
+ "defaultActiveTab": "teach",
4687
+ "activeTab": "@payload.tab",
4688
+ "onTabChange": "SELECT_TAB"
4689
+ },
4794
4690
  {
4795
- "type": "stack",
4796
- "direction": "vertical",
4797
- "gap": "lg",
4798
- "children": [
4691
+ "type": "divider"
4692
+ },
4693
+ {
4694
+ "type": "data-grid",
4695
+ "entity": "TutorSession",
4696
+ "emptyIcon": "inbox",
4697
+ "emptyTitle": "No tutorsessions yet",
4698
+ "emptyDescription": "Add tutorsessions to see them here.",
4699
+ "className": "transition-shadow hover:shadow-md cursor-pointer",
4700
+ "renderItem": [
4701
+ "fn",
4702
+ "item",
4799
4703
  {
4800
4704
  "type": "stack",
4801
- "direction": "horizontal",
4705
+ "direction": "vertical",
4802
4706
  "gap": "sm",
4803
- "align": "center",
4804
4707
  "children": [
4805
- {
4806
- "type": "icon",
4807
- "name": "graduation-cap",
4808
- "size": "lg"
4809
- },
4810
4708
  {
4811
4709
  "type": "typography",
4812
- "content": "AI Tutor",
4813
- "variant": "h2"
4814
- }
4815
- ]
4816
- },
4817
- {
4818
- "type": "divider"
4819
- },
4820
- {
4821
- "type": "tabs",
4822
- "tabs": [
4823
- {
4824
- "label": "Teach",
4825
- "value": "teach"
4826
- },
4827
- {
4828
- "label": "Quiz",
4829
- "value": "quiz"
4710
+ "variant": "h4",
4711
+ "content": "@item.topic"
4830
4712
  },
4831
4713
  {
4832
- "label": "Progress",
4833
- "value": "progress"
4834
- }
4835
- ],
4836
- "defaultActiveTab": "teach",
4837
- "activeTab": "@payload.tab",
4838
- "onTabChange": "SELECT_TAB"
4839
- },
4840
- {
4841
- "type": "divider"
4842
- },
4843
- {
4844
- "type": "data-grid",
4845
- "entity": "TutorSession",
4846
- "emptyIcon": "inbox",
4847
- "emptyTitle": "No tutorsessions yet",
4848
- "emptyDescription": "Add tutorsessions to see them here.",
4849
- "className": "transition-shadow hover:shadow-md cursor-pointer",
4850
- "renderItem": [
4851
- "fn",
4852
- "item",
4853
- {
4854
- "type": "stack",
4855
- "direction": "vertical",
4856
- "gap": "sm",
4857
- "children": [
4858
- {
4859
- "type": "typography",
4860
- "variant": "h4",
4861
- "content": "@item.topic"
4862
- },
4863
- {
4864
- "type": "typography",
4865
- "variant": "caption",
4866
- "color": "muted",
4867
- "content": "@item.teach"
4868
- }
4869
- ]
4714
+ "type": "typography",
4715
+ "variant": "caption",
4716
+ "color": "muted",
4717
+ "content": "@item.teach"
4870
4718
  }
4871
4719
  ]
4872
4720
  }
@@ -4875,8 +4723,8 @@
4875
4723
  ]
4876
4724
  }
4877
4725
  ]
4878
- ]
4879
- }
4726
+ }
4727
+ ]
4880
4728
  ]
4881
4729
  }
4882
4730
  }
@@ -4924,168 +4772,134 @@
4924
4772
  },
4925
4773
  "traits": [
4926
4774
  {
4775
+ "ref": "Browse.traits.BrowseItemBrowse",
4927
4776
  "name": "ConceptsBrowse",
4928
4777
  "linkedEntity": "Concept",
4929
- "category": "interaction",
4930
- "stateMachine": {
4931
- "states": [
4932
- {
4933
- "name": "browsing",
4934
- "isInitial": true
4935
- }
4936
- ],
4937
- "events": [
4938
- {
4939
- "key": "INIT",
4940
- "name": "Initialize"
4941
- },
4942
- {
4943
- "key": "VIEW",
4944
- "name": "VIEW",
4945
- "payload": [
4946
- {
4947
- "name": "id",
4948
- "type": "string",
4949
- "required": true
4950
- },
4951
- {
4952
- "name": "row",
4953
- "type": "object"
4954
- }
4955
- ]
4956
- }
4957
- ],
4958
- "transitions": [
4959
- {
4960
- "from": "browsing",
4961
- "to": "browsing",
4962
- "event": "INIT",
4963
- "effects": [
4964
- [
4965
- "ref",
4966
- "Concept"
4778
+ "effects": {
4779
+ "INIT": [
4780
+ [
4781
+ "ref",
4782
+ "Concept"
4783
+ ],
4784
+ [
4785
+ "render-ui",
4786
+ "main",
4787
+ {
4788
+ "type": "dashboard-layout",
4789
+ "appName": "AI Tutor",
4790
+ "navItems": [
4791
+ {
4792
+ "label": "Teach",
4793
+ "href": "/teach",
4794
+ "icon": "book-open"
4795
+ },
4796
+ {
4797
+ "label": "Quiz",
4798
+ "href": "/quiz",
4799
+ "icon": "help-circle"
4800
+ },
4801
+ {
4802
+ "label": "Concepts",
4803
+ "href": "/concepts",
4804
+ "icon": "brain"
4805
+ }
4967
4806
  ],
4968
- [
4969
- "render-ui",
4970
- "main",
4807
+ "children": [
4971
4808
  {
4972
- "type": "dashboard-layout",
4973
- "appName": "AI Tutor",
4974
- "navItems": [
4975
- {
4976
- "label": "Teach",
4977
- "href": "/teach",
4978
- "icon": "book-open"
4979
- },
4980
- {
4981
- "label": "Quiz",
4982
- "href": "/quiz",
4983
- "icon": "help-circle"
4984
- },
4985
- {
4986
- "label": "Concepts",
4987
- "href": "/concepts",
4988
- "icon": "brain"
4989
- }
4990
- ],
4809
+ "type": "stack",
4810
+ "direction": "vertical",
4811
+ "gap": "lg",
4812
+ "className": "max-w-5xl mx-auto w-full",
4991
4813
  "children": [
4992
4814
  {
4993
4815
  "type": "stack",
4994
- "direction": "vertical",
4995
- "gap": "lg",
4996
- "className": "max-w-5xl mx-auto w-full",
4816
+ "direction": "horizontal",
4817
+ "gap": "md",
4818
+ "justify": "space-between",
4819
+ "align": "center",
4997
4820
  "children": [
4998
4821
  {
4999
4822
  "type": "stack",
5000
4823
  "direction": "horizontal",
5001
- "gap": "md",
5002
- "justify": "space-between",
4824
+ "gap": "sm",
5003
4825
  "align": "center",
5004
4826
  "children": [
5005
4827
  {
5006
- "type": "stack",
5007
- "direction": "horizontal",
5008
- "gap": "sm",
5009
- "align": "center",
5010
- "children": [
5011
- {
5012
- "type": "icon",
5013
- "name": "brain",
5014
- "size": "lg"
5015
- },
5016
- {
5017
- "type": "typography",
5018
- "content": "Learned Concepts",
5019
- "variant": "h2"
5020
- }
5021
- ]
4828
+ "type": "icon",
4829
+ "name": "brain",
4830
+ "size": "lg"
4831
+ },
4832
+ {
4833
+ "type": "typography",
4834
+ "content": "Learned Concepts",
4835
+ "variant": "h2"
5022
4836
  }
5023
4837
  ]
5024
- },
4838
+ }
4839
+ ]
4840
+ },
4841
+ {
4842
+ "type": "divider"
4843
+ },
4844
+ {
4845
+ "type": "data-grid",
4846
+ "entity": "Concept",
4847
+ "emptyIcon": "inbox",
4848
+ "emptyTitle": "No concepts yet",
4849
+ "emptyDescription": "Complete lessons and quizzes to build your concept library.",
4850
+ "itemActions": [
5025
4851
  {
5026
- "type": "divider"
4852
+ "label": "View",
4853
+ "event": "VIEW",
4854
+ "variant": "ghost",
4855
+ "size": "sm"
4856
+ }
4857
+ ],
4858
+ "columns": [
4859
+ {
4860
+ "name": "content",
4861
+ "label": "Content",
4862
+ "variant": "h4",
4863
+ "icon": "brain"
5027
4864
  },
5028
4865
  {
5029
- "type": "data-grid",
5030
- "entity": "Concept",
5031
- "emptyIcon": "inbox",
5032
- "emptyTitle": "No concepts yet",
5033
- "emptyDescription": "Complete lessons and quizzes to build your concept library.",
5034
- "itemActions": [
5035
- {
5036
- "label": "View",
5037
- "event": "VIEW",
5038
- "variant": "ghost",
5039
- "size": "sm"
5040
- }
5041
- ],
5042
- "columns": [
5043
- {
5044
- "name": "content",
5045
- "label": "Content",
5046
- "variant": "h4",
5047
- "icon": "brain"
5048
- },
5049
- {
5050
- "name": "category",
5051
- "label": "Category",
5052
- "variant": "badge",
5053
- "colorMap": {
5054
- "active": "success",
5055
- "completed": "success",
5056
- "done": "success",
5057
- "pending": "warning",
5058
- "draft": "warning",
5059
- "scheduled": "warning",
5060
- "inactive": "neutral",
5061
- "archived": "neutral",
5062
- "disabled": "neutral",
5063
- "error": "destructive",
5064
- "cancelled": "destructive",
5065
- "failed": "destructive"
5066
- }
5067
- },
5068
- {
5069
- "name": "strength",
5070
- "label": "Strength",
5071
- "variant": "caption"
5072
- }
5073
- ]
4866
+ "name": "category",
4867
+ "label": "Category",
4868
+ "variant": "badge",
4869
+ "colorMap": {
4870
+ "active": "success",
4871
+ "completed": "success",
4872
+ "done": "success",
4873
+ "pending": "warning",
4874
+ "draft": "warning",
4875
+ "scheduled": "warning",
4876
+ "inactive": "neutral",
4877
+ "archived": "neutral",
4878
+ "disabled": "neutral",
4879
+ "error": "destructive",
4880
+ "cancelled": "destructive",
4881
+ "failed": "destructive"
4882
+ }
5074
4883
  },
5075
4884
  {
5076
- "type": "floating-action-button",
5077
- "icon": "plus",
5078
- "event": "INIT",
5079
- "label": "Create",
5080
- "tooltip": "Create"
4885
+ "name": "strength",
4886
+ "label": "Strength",
4887
+ "variant": "caption"
5081
4888
  }
5082
4889
  ]
4890
+ },
4891
+ {
4892
+ "type": "floating-action-button",
4893
+ "icon": "plus",
4894
+ "event": "INIT",
4895
+ "label": "Create",
4896
+ "tooltip": "Create"
5083
4897
  }
5084
4898
  ]
5085
4899
  }
5086
4900
  ]
5087
- ]
5088
- }
4901
+ }
4902
+ ]
5089
4903
  ]
5090
4904
  }
5091
4905
  }
@@ -5102,6 +4916,5 @@
5102
4916
  }
5103
4917
  ]
5104
4918
  }
5105
- ],
5106
- "description": "Teaching assistant organism. Composes conversation + memory + classifier atoms with tabbed views and a concept browse list. Classifies student level, recalls prior learning from memory, generates explanations with context-aware difficulty, and tracks concept strength. Composed from: - stdAgentConversation: multi-turn teaching interaction - stdAgentMemory: tracks concept strength per student topic - stdAgentClassifier: classifies student level - stdTabs: Teach / Quiz / Progress tab navigation - stdBrowse: browsable concepts list with strength tracking Cross-trait events: - ASSESSMENT_DONE (Teaching -> Quiz): student assessed, generate quiz - QUIZ_GRADED (Quiz -> Memory): reinforce or decay concept based on answer Pages: /teach (initial), /quiz, /concepts"
5107
- }
4919
+ ]
4920
+ }