@almadar/std 5.2.2 → 5.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (431) hide show
  1. package/behaviors/exports/atoms/std-agent-activity-log.orb +213 -10
  2. package/behaviors/exports/atoms/std-agent-chat-thread.orb +55 -4
  3. package/behaviors/exports/atoms/std-agent-classifier.orb +8 -4
  4. package/behaviors/exports/atoms/std-agent-completion.orb +8 -4
  5. package/behaviors/exports/atoms/std-agent-context-window.orb +4 -4
  6. package/behaviors/exports/atoms/std-agent-conversation.orb +71 -4
  7. package/behaviors/exports/atoms/std-agent-memory.orb +12 -4
  8. package/behaviors/exports/atoms/std-agent-provider.orb +8 -4
  9. package/behaviors/exports/atoms/std-agent-search.orb +4 -4
  10. package/behaviors/exports/atoms/std-agent-session.orb +16 -4
  11. package/behaviors/exports/atoms/std-agent-step-progress.orb +4 -4
  12. package/behaviors/exports/atoms/std-agent-token-gauge.orb +4 -4
  13. package/behaviors/exports/atoms/std-agent-tool-call.orb +8 -4
  14. package/behaviors/exports/atoms/std-async.orb +8 -4
  15. package/behaviors/exports/atoms/std-autoregressive.orb +2 -3
  16. package/behaviors/exports/atoms/std-browse.orb +4 -4
  17. package/behaviors/exports/atoms/std-cache-aside.orb +8 -4
  18. package/behaviors/exports/atoms/std-calendar.orb +4 -4
  19. package/behaviors/exports/atoms/std-circuit-breaker.orb +4 -4
  20. package/behaviors/exports/atoms/std-collision.orb +4 -4
  21. package/behaviors/exports/atoms/std-combat-log.orb +4 -4
  22. package/behaviors/exports/atoms/std-combat.orb +4 -4
  23. package/behaviors/exports/atoms/std-confirmation.orb +4 -4
  24. package/behaviors/exports/atoms/std-dialogue-box.orb +4 -4
  25. package/behaviors/exports/atoms/std-display.orb +4 -4
  26. package/behaviors/exports/atoms/std-drawer.orb +4 -4
  27. package/behaviors/exports/atoms/std-filter.orb +4 -4
  28. package/behaviors/exports/atoms/std-flip-card.orb +4 -4
  29. package/behaviors/exports/atoms/std-gallery.orb +4 -4
  30. package/behaviors/exports/atoms/std-game-audio.orb +4 -4
  31. package/behaviors/exports/atoms/std-game-canvas2d.orb +2 -3
  32. package/behaviors/exports/atoms/std-game-canvas3d.orb +2 -3
  33. package/behaviors/exports/atoms/std-game-hud.orb +4 -4
  34. package/behaviors/exports/atoms/std-game-menu.orb +4 -4
  35. package/behaviors/exports/atoms/std-game-over-screen.orb +4 -4
  36. package/behaviors/exports/atoms/std-gameflow.orb +4 -4
  37. package/behaviors/exports/atoms/std-input.orb +4 -4
  38. package/behaviors/exports/atoms/std-inventory-panel.orb +8 -4
  39. package/behaviors/exports/atoms/std-isometric-canvas.orb +4 -4
  40. package/behaviors/exports/atoms/std-loading.orb +4 -4
  41. package/behaviors/exports/atoms/std-modal.orb +4 -4
  42. package/behaviors/exports/atoms/std-movement.orb +4 -4
  43. package/behaviors/exports/atoms/std-notification.orb +4 -4
  44. package/behaviors/exports/atoms/std-overworld.orb +4 -4
  45. package/behaviors/exports/atoms/std-pagination.orb +4 -4
  46. package/behaviors/exports/atoms/std-physics2d.orb +4 -4
  47. package/behaviors/exports/atoms/std-platformer-canvas.orb +4 -4
  48. package/behaviors/exports/atoms/std-quest.orb +8 -4
  49. package/behaviors/exports/atoms/std-rate-limiter.orb +4 -4
  50. package/behaviors/exports/atoms/std-rating.orb +4 -4
  51. package/behaviors/exports/atoms/std-score-board.orb +4 -4
  52. package/behaviors/exports/atoms/std-score.orb +4 -4
  53. package/behaviors/exports/atoms/std-search.orb +4 -4
  54. package/behaviors/exports/atoms/std-selection.orb +4 -4
  55. package/behaviors/exports/atoms/std-service-custom-bearer.orb +15 -4
  56. package/behaviors/exports/atoms/std-service-custom-header.orb +17 -4
  57. package/behaviors/exports/atoms/std-service-custom-noauth.orb +11 -4
  58. package/behaviors/exports/atoms/std-service-custom-query.orb +17 -4
  59. package/behaviors/exports/atoms/std-service-email.orb +4 -4
  60. package/behaviors/exports/atoms/std-service-github.orb +4 -4
  61. package/behaviors/exports/atoms/std-service-llm.orb +4 -4
  62. package/behaviors/exports/atoms/std-service-oauth.orb +4 -4
  63. package/behaviors/exports/atoms/std-service-redis.orb +4 -4
  64. package/behaviors/exports/atoms/std-service-storage.orb +4 -4
  65. package/behaviors/exports/atoms/std-service-stripe.orb +4 -4
  66. package/behaviors/exports/atoms/std-service-twilio.orb +4 -4
  67. package/behaviors/exports/atoms/std-service-youtube.orb +4 -4
  68. package/behaviors/exports/atoms/std-simulation-canvas.orb +4 -4
  69. package/behaviors/exports/atoms/std-sort.orb +4 -4
  70. package/behaviors/exports/atoms/std-sprite.orb +4 -4
  71. package/behaviors/exports/atoms/std-tabs.orb +4 -4
  72. package/behaviors/exports/atoms/std-text-effects.orb +4 -4
  73. package/behaviors/exports/atoms/std-theme.orb +4 -4
  74. package/behaviors/exports/atoms/std-timer.orb +4 -4
  75. package/behaviors/exports/atoms/std-undo.orb +4 -4
  76. package/behaviors/exports/atoms/std-upload.orb +4 -4
  77. package/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
  78. package/behaviors/exports/atoms/std-wizard.orb +4 -4
  79. package/behaviors/exports/molecules/std-agent-fix-loop.orb +1720 -1139
  80. package/behaviors/exports/molecules/std-agent-learner.orb +851 -622
  81. package/behaviors/exports/molecules/std-agent-planner.orb +869 -617
  82. package/behaviors/exports/molecules/std-agent-rag.orb +765 -563
  83. package/behaviors/exports/molecules/std-agent-tool-loop.orb +2838 -898
  84. package/behaviors/exports/molecules/std-builder-game.orb +4 -4
  85. package/behaviors/exports/molecules/std-cart.orb +317 -195
  86. package/behaviors/exports/molecules/std-classifier-game.orb +4 -4
  87. package/behaviors/exports/molecules/std-debugger-game.orb +4 -4
  88. package/behaviors/exports/molecules/std-detail.orb +469 -308
  89. package/behaviors/exports/molecules/std-event-handler-game.orb +4 -4
  90. package/behaviors/exports/molecules/std-form-advanced.orb +8 -4
  91. package/behaviors/exports/molecules/std-geospatial.orb +518 -362
  92. package/behaviors/exports/molecules/std-inventory.orb +649 -389
  93. package/behaviors/exports/molecules/std-list.orb +870 -527
  94. package/behaviors/exports/molecules/std-messaging.orb +454 -294
  95. package/behaviors/exports/molecules/std-negotiator-game.orb +4 -4
  96. package/behaviors/exports/molecules/std-platformer-game.orb +4 -4
  97. package/behaviors/exports/molecules/std-puzzle-game.orb +4 -4
  98. package/behaviors/exports/molecules/std-quiz.orb +4 -4
  99. package/behaviors/exports/molecules/std-sequencer-game.orb +4 -4
  100. package/behaviors/exports/molecules/std-service-content-pipeline.orb +4 -4
  101. package/behaviors/exports/molecules/std-service-custom-api-tester.orb +42 -4
  102. package/behaviors/exports/molecules/std-service-devops-toolkit.orb +4 -4
  103. package/behaviors/exports/molecules/std-service-notification-hub.orb +4 -4
  104. package/behaviors/exports/molecules/std-service-payment-flow.orb +4 -4
  105. package/behaviors/exports/molecules/std-simulator-game.orb +4 -4
  106. package/behaviors/exports/molecules/std-turn-based-battle.orb +4 -4
  107. package/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
  108. package/behaviors/exports/organisms/std-agent-builder.orb +1309 -787
  109. package/behaviors/exports/organisms/std-agent-pipeline.orb +1271 -748
  110. package/behaviors/exports/organisms/std-agent-reviewer.orb +370 -292
  111. package/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
  112. package/behaviors/exports/organisms/std-api-gateway.orb +16 -4
  113. package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
  114. package/behaviors/exports/organisms/std-booking-system.orb +28 -4
  115. package/behaviors/exports/organisms/std-cicd-pipeline.orb +20 -4
  116. package/behaviors/exports/organisms/std-cms.orb +32 -4
  117. package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
  118. package/behaviors/exports/organisms/std-crm.orb +32 -4
  119. package/behaviors/exports/organisms/std-devops-dashboard.orb +16 -4
  120. package/behaviors/exports/organisms/std-ecommerce.orb +36 -4
  121. package/behaviors/exports/organisms/std-finance-tracker.orb +20 -4
  122. package/behaviors/exports/organisms/std-healthcare.orb +32 -4
  123. package/behaviors/exports/organisms/std-helpdesk.orb +20 -4
  124. package/behaviors/exports/organisms/std-hr-portal.orb +28 -4
  125. package/behaviors/exports/organisms/std-iot-dashboard.orb +16 -4
  126. package/behaviors/exports/organisms/std-lms.orb +16 -4
  127. package/behaviors/exports/organisms/std-logic-training.orb +4 -4
  128. package/behaviors/exports/organisms/std-platformer-app.orb +16 -4
  129. package/behaviors/exports/organisms/std-project-manager.orb +28 -4
  130. package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
  131. package/behaviors/exports/organisms/std-realtime-chat.orb +20 -4
  132. package/behaviors/exports/organisms/std-rpg-game.orb +20 -4
  133. package/behaviors/exports/organisms/std-service-marketplace.orb +36 -8
  134. package/behaviors/exports/organisms/std-service-research-assistant.orb +15 -4
  135. package/behaviors/exports/organisms/std-social-feed.orb +12 -4
  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 +20 -4
  139. package/behaviors/exports/validation-report.json +1803 -1
  140. package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +213 -10
  141. package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +55 -4
  142. package/dist/behaviors/exports/atoms/std-agent-classifier.orb +8 -4
  143. package/dist/behaviors/exports/atoms/std-agent-completion.orb +8 -4
  144. package/dist/behaviors/exports/atoms/std-agent-context-window.orb +4 -4
  145. package/dist/behaviors/exports/atoms/std-agent-conversation.orb +71 -4
  146. package/dist/behaviors/exports/atoms/std-agent-memory.orb +12 -4
  147. package/dist/behaviors/exports/atoms/std-agent-provider.orb +8 -4
  148. package/dist/behaviors/exports/atoms/std-agent-search.orb +4 -4
  149. package/dist/behaviors/exports/atoms/std-agent-session.orb +16 -4
  150. package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +4 -4
  151. package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +4 -4
  152. package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +8 -4
  153. package/dist/behaviors/exports/atoms/std-async.orb +8 -4
  154. package/dist/behaviors/exports/atoms/std-autoregressive.orb +2 -3
  155. package/dist/behaviors/exports/atoms/std-browse.orb +4 -4
  156. package/dist/behaviors/exports/atoms/std-cache-aside.orb +8 -4
  157. package/dist/behaviors/exports/atoms/std-calendar.orb +4 -4
  158. package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +4 -4
  159. package/dist/behaviors/exports/atoms/std-collision.orb +4 -4
  160. package/dist/behaviors/exports/atoms/std-combat-log.orb +4 -4
  161. package/dist/behaviors/exports/atoms/std-combat.orb +4 -4
  162. package/dist/behaviors/exports/atoms/std-confirmation.orb +4 -4
  163. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +4 -4
  164. package/dist/behaviors/exports/atoms/std-display.orb +4 -4
  165. package/dist/behaviors/exports/atoms/std-drawer.orb +4 -4
  166. package/dist/behaviors/exports/atoms/std-filter.orb +4 -4
  167. package/dist/behaviors/exports/atoms/std-flip-card.orb +4 -4
  168. package/dist/behaviors/exports/atoms/std-gallery.orb +4 -4
  169. package/dist/behaviors/exports/atoms/std-game-audio.orb +4 -4
  170. package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +2 -3
  171. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +2 -3
  172. package/dist/behaviors/exports/atoms/std-game-hud.orb +4 -4
  173. package/dist/behaviors/exports/atoms/std-game-menu.orb +4 -4
  174. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +4 -4
  175. package/dist/behaviors/exports/atoms/std-gameflow.orb +4 -4
  176. package/dist/behaviors/exports/atoms/std-input.orb +4 -4
  177. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +8 -4
  178. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +4 -4
  179. package/dist/behaviors/exports/atoms/std-loading.orb +4 -4
  180. package/dist/behaviors/exports/atoms/std-modal.orb +4 -4
  181. package/dist/behaviors/exports/atoms/std-movement.orb +4 -4
  182. package/dist/behaviors/exports/atoms/std-notification.orb +4 -4
  183. package/dist/behaviors/exports/atoms/std-overworld.orb +4 -4
  184. package/dist/behaviors/exports/atoms/std-pagination.orb +4 -4
  185. package/dist/behaviors/exports/atoms/std-physics2d.orb +4 -4
  186. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +4 -4
  187. package/dist/behaviors/exports/atoms/std-quest.orb +8 -4
  188. package/dist/behaviors/exports/atoms/std-rate-limiter.orb +4 -4
  189. package/dist/behaviors/exports/atoms/std-rating.orb +4 -4
  190. package/dist/behaviors/exports/atoms/std-score-board.orb +4 -4
  191. package/dist/behaviors/exports/atoms/std-score.orb +4 -4
  192. package/dist/behaviors/exports/atoms/std-search.orb +4 -4
  193. package/dist/behaviors/exports/atoms/std-selection.orb +4 -4
  194. package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +15 -4
  195. package/dist/behaviors/exports/atoms/std-service-custom-header.orb +17 -4
  196. package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +11 -4
  197. package/dist/behaviors/exports/atoms/std-service-custom-query.orb +17 -4
  198. package/dist/behaviors/exports/atoms/std-service-email.orb +4 -4
  199. package/dist/behaviors/exports/atoms/std-service-github.orb +4 -4
  200. package/dist/behaviors/exports/atoms/std-service-llm.orb +4 -4
  201. package/dist/behaviors/exports/atoms/std-service-oauth.orb +4 -4
  202. package/dist/behaviors/exports/atoms/std-service-redis.orb +4 -4
  203. package/dist/behaviors/exports/atoms/std-service-storage.orb +4 -4
  204. package/dist/behaviors/exports/atoms/std-service-stripe.orb +4 -4
  205. package/dist/behaviors/exports/atoms/std-service-twilio.orb +4 -4
  206. package/dist/behaviors/exports/atoms/std-service-youtube.orb +4 -4
  207. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +4 -4
  208. package/dist/behaviors/exports/atoms/std-sort.orb +4 -4
  209. package/dist/behaviors/exports/atoms/std-sprite.orb +4 -4
  210. package/dist/behaviors/exports/atoms/std-tabs.orb +4 -4
  211. package/dist/behaviors/exports/atoms/std-text-effects.orb +4 -4
  212. package/dist/behaviors/exports/atoms/std-theme.orb +4 -4
  213. package/dist/behaviors/exports/atoms/std-timer.orb +4 -4
  214. package/dist/behaviors/exports/atoms/std-undo.orb +4 -4
  215. package/dist/behaviors/exports/atoms/std-upload.orb +4 -4
  216. package/dist/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
  217. package/dist/behaviors/exports/atoms/std-wizard.orb +4 -4
  218. package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1720 -1139
  219. package/dist/behaviors/exports/molecules/std-agent-learner.orb +851 -622
  220. package/dist/behaviors/exports/molecules/std-agent-planner.orb +869 -617
  221. package/dist/behaviors/exports/molecules/std-agent-rag.orb +765 -563
  222. package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +2838 -898
  223. package/dist/behaviors/exports/molecules/std-builder-game.orb +4 -4
  224. package/dist/behaviors/exports/molecules/std-cart.orb +317 -195
  225. package/dist/behaviors/exports/molecules/std-classifier-game.orb +4 -4
  226. package/dist/behaviors/exports/molecules/std-debugger-game.orb +4 -4
  227. package/dist/behaviors/exports/molecules/std-detail.orb +469 -308
  228. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +4 -4
  229. package/dist/behaviors/exports/molecules/std-form-advanced.orb +8 -4
  230. package/dist/behaviors/exports/molecules/std-geospatial.orb +518 -362
  231. package/dist/behaviors/exports/molecules/std-inventory.orb +649 -389
  232. package/dist/behaviors/exports/molecules/std-list.orb +870 -527
  233. package/dist/behaviors/exports/molecules/std-messaging.orb +454 -294
  234. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +4 -4
  235. package/dist/behaviors/exports/molecules/std-platformer-game.orb +4 -4
  236. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +4 -4
  237. package/dist/behaviors/exports/molecules/std-quiz.orb +4 -4
  238. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +4 -4
  239. package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +4 -4
  240. package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +42 -4
  241. package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +4 -4
  242. package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +4 -4
  243. package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +4 -4
  244. package/dist/behaviors/exports/molecules/std-simulator-game.orb +4 -4
  245. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +4 -4
  246. package/dist/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
  247. package/dist/behaviors/exports/organisms/std-agent-builder.orb +1309 -787
  248. package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +1271 -748
  249. package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +370 -292
  250. package/dist/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
  251. package/dist/behaviors/exports/organisms/std-api-gateway.orb +16 -4
  252. package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
  253. package/dist/behaviors/exports/organisms/std-booking-system.orb +28 -4
  254. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +20 -4
  255. package/dist/behaviors/exports/organisms/std-cms.orb +32 -4
  256. package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
  257. package/dist/behaviors/exports/organisms/std-crm.orb +32 -4
  258. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +16 -4
  259. package/dist/behaviors/exports/organisms/std-ecommerce.orb +36 -4
  260. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +20 -4
  261. package/dist/behaviors/exports/organisms/std-healthcare.orb +32 -4
  262. package/dist/behaviors/exports/organisms/std-helpdesk.orb +20 -4
  263. package/dist/behaviors/exports/organisms/std-hr-portal.orb +28 -4
  264. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +16 -4
  265. package/dist/behaviors/exports/organisms/std-lms.orb +16 -4
  266. package/dist/behaviors/exports/organisms/std-logic-training.orb +4 -4
  267. package/dist/behaviors/exports/organisms/std-platformer-app.orb +16 -4
  268. package/dist/behaviors/exports/organisms/std-project-manager.orb +28 -4
  269. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
  270. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +20 -4
  271. package/dist/behaviors/exports/organisms/std-rpg-game.orb +20 -4
  272. package/dist/behaviors/exports/organisms/std-service-marketplace.orb +36 -8
  273. package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +15 -4
  274. package/dist/behaviors/exports/organisms/std-social-feed.orb +12 -4
  275. package/dist/behaviors/exports/organisms/std-stem-lab.orb +4 -4
  276. package/dist/behaviors/exports/organisms/std-strategy-game.orb +4 -4
  277. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +20 -4
  278. package/dist/behaviors/exports/validation-report.json +1803 -1
  279. package/dist/behaviors/exports-reader.js +208 -193
  280. package/dist/behaviors/exports-reader.js.map +1 -1
  281. package/dist/behaviors/functions/index.d.ts +113 -113
  282. package/dist/behaviors/functions/index.js +208 -194
  283. package/dist/behaviors/functions/index.js.map +1 -1
  284. package/dist/behaviors/index.d.ts +1 -1
  285. package/dist/behaviors/index.js +209 -194
  286. package/dist/behaviors/index.js.map +1 -1
  287. package/dist/behaviors/query.js +208 -193
  288. package/dist/behaviors/query.js.map +1 -1
  289. package/dist/exports/atoms/std-agent-activity-log.orb +213 -10
  290. package/dist/exports/atoms/std-agent-chat-thread.orb +55 -4
  291. package/dist/exports/atoms/std-agent-classifier.orb +8 -4
  292. package/dist/exports/atoms/std-agent-completion.orb +8 -4
  293. package/dist/exports/atoms/std-agent-context-window.orb +4 -4
  294. package/dist/exports/atoms/std-agent-conversation.orb +71 -4
  295. package/dist/exports/atoms/std-agent-memory.orb +12 -4
  296. package/dist/exports/atoms/std-agent-provider.orb +8 -4
  297. package/dist/exports/atoms/std-agent-search.orb +4 -4
  298. package/dist/exports/atoms/std-agent-session.orb +16 -4
  299. package/dist/exports/atoms/std-agent-step-progress.orb +4 -4
  300. package/dist/exports/atoms/std-agent-token-gauge.orb +4 -4
  301. package/dist/exports/atoms/std-agent-tool-call.orb +8 -4
  302. package/dist/exports/atoms/std-async.orb +8 -4
  303. package/dist/exports/atoms/std-autoregressive.orb +2 -3
  304. package/dist/exports/atoms/std-browse.orb +4 -4
  305. package/dist/exports/atoms/std-cache-aside.orb +8 -4
  306. package/dist/exports/atoms/std-calendar.orb +4 -4
  307. package/dist/exports/atoms/std-circuit-breaker.orb +4 -4
  308. package/dist/exports/atoms/std-collision.orb +4 -4
  309. package/dist/exports/atoms/std-combat-log.orb +4 -4
  310. package/dist/exports/atoms/std-combat.orb +4 -4
  311. package/dist/exports/atoms/std-confirmation.orb +4 -4
  312. package/dist/exports/atoms/std-dialogue-box.orb +4 -4
  313. package/dist/exports/atoms/std-display.orb +4 -4
  314. package/dist/exports/atoms/std-drawer.orb +4 -4
  315. package/dist/exports/atoms/std-filter.orb +4 -4
  316. package/dist/exports/atoms/std-flip-card.orb +4 -4
  317. package/dist/exports/atoms/std-gallery.orb +4 -4
  318. package/dist/exports/atoms/std-game-audio.orb +4 -4
  319. package/dist/exports/atoms/std-game-canvas2d.orb +2 -3
  320. package/dist/exports/atoms/std-game-canvas3d.orb +2 -3
  321. package/dist/exports/atoms/std-game-hud.orb +4 -4
  322. package/dist/exports/atoms/std-game-menu.orb +4 -4
  323. package/dist/exports/atoms/std-game-over-screen.orb +4 -4
  324. package/dist/exports/atoms/std-gameflow.orb +4 -4
  325. package/dist/exports/atoms/std-input.orb +4 -4
  326. package/dist/exports/atoms/std-inventory-panel.orb +8 -4
  327. package/dist/exports/atoms/std-isometric-canvas.orb +4 -4
  328. package/dist/exports/atoms/std-loading.orb +4 -4
  329. package/dist/exports/atoms/std-modal.orb +4 -4
  330. package/dist/exports/atoms/std-movement.orb +4 -4
  331. package/dist/exports/atoms/std-notification.orb +4 -4
  332. package/dist/exports/atoms/std-overworld.orb +4 -4
  333. package/dist/exports/atoms/std-pagination.orb +4 -4
  334. package/dist/exports/atoms/std-physics2d.orb +4 -4
  335. package/dist/exports/atoms/std-platformer-canvas.orb +4 -4
  336. package/dist/exports/atoms/std-quest.orb +8 -4
  337. package/dist/exports/atoms/std-rate-limiter.orb +4 -4
  338. package/dist/exports/atoms/std-rating.orb +4 -4
  339. package/dist/exports/atoms/std-score-board.orb +4 -4
  340. package/dist/exports/atoms/std-score.orb +4 -4
  341. package/dist/exports/atoms/std-search.orb +4 -4
  342. package/dist/exports/atoms/std-selection.orb +4 -4
  343. package/dist/exports/atoms/std-service-custom-bearer.orb +15 -4
  344. package/dist/exports/atoms/std-service-custom-header.orb +17 -4
  345. package/dist/exports/atoms/std-service-custom-noauth.orb +11 -4
  346. package/dist/exports/atoms/std-service-custom-query.orb +17 -4
  347. package/dist/exports/atoms/std-service-email.orb +4 -4
  348. package/dist/exports/atoms/std-service-github.orb +4 -4
  349. package/dist/exports/atoms/std-service-llm.orb +4 -4
  350. package/dist/exports/atoms/std-service-oauth.orb +4 -4
  351. package/dist/exports/atoms/std-service-redis.orb +4 -4
  352. package/dist/exports/atoms/std-service-storage.orb +4 -4
  353. package/dist/exports/atoms/std-service-stripe.orb +4 -4
  354. package/dist/exports/atoms/std-service-twilio.orb +4 -4
  355. package/dist/exports/atoms/std-service-youtube.orb +4 -4
  356. package/dist/exports/atoms/std-simulation-canvas.orb +4 -4
  357. package/dist/exports/atoms/std-sort.orb +4 -4
  358. package/dist/exports/atoms/std-sprite.orb +4 -4
  359. package/dist/exports/atoms/std-tabs.orb +4 -4
  360. package/dist/exports/atoms/std-text-effects.orb +4 -4
  361. package/dist/exports/atoms/std-theme.orb +4 -4
  362. package/dist/exports/atoms/std-timer.orb +4 -4
  363. package/dist/exports/atoms/std-undo.orb +4 -4
  364. package/dist/exports/atoms/std-upload.orb +4 -4
  365. package/dist/exports/atoms/std-validate-on-save.orb +32 -4
  366. package/dist/exports/atoms/std-wizard.orb +4 -4
  367. package/dist/exports/molecules/std-agent-fix-loop.orb +1720 -1139
  368. package/dist/exports/molecules/std-agent-learner.orb +851 -622
  369. package/dist/exports/molecules/std-agent-planner.orb +869 -617
  370. package/dist/exports/molecules/std-agent-rag.orb +765 -563
  371. package/dist/exports/molecules/std-agent-tool-loop.orb +2838 -898
  372. package/dist/exports/molecules/std-builder-game.orb +4 -4
  373. package/dist/exports/molecules/std-cart.orb +317 -195
  374. package/dist/exports/molecules/std-classifier-game.orb +4 -4
  375. package/dist/exports/molecules/std-debugger-game.orb +4 -4
  376. package/dist/exports/molecules/std-detail.orb +469 -308
  377. package/dist/exports/molecules/std-event-handler-game.orb +4 -4
  378. package/dist/exports/molecules/std-form-advanced.orb +8 -4
  379. package/dist/exports/molecules/std-geospatial.orb +518 -362
  380. package/dist/exports/molecules/std-inventory.orb +649 -389
  381. package/dist/exports/molecules/std-list.orb +870 -527
  382. package/dist/exports/molecules/std-messaging.orb +454 -294
  383. package/dist/exports/molecules/std-negotiator-game.orb +4 -4
  384. package/dist/exports/molecules/std-platformer-game.orb +4 -4
  385. package/dist/exports/molecules/std-puzzle-game.orb +4 -4
  386. package/dist/exports/molecules/std-quiz.orb +4 -4
  387. package/dist/exports/molecules/std-sequencer-game.orb +4 -4
  388. package/dist/exports/molecules/std-service-content-pipeline.orb +4 -4
  389. package/dist/exports/molecules/std-service-custom-api-tester.orb +42 -4
  390. package/dist/exports/molecules/std-service-devops-toolkit.orb +4 -4
  391. package/dist/exports/molecules/std-service-notification-hub.orb +4 -4
  392. package/dist/exports/molecules/std-service-payment-flow.orb +4 -4
  393. package/dist/exports/molecules/std-simulator-game.orb +4 -4
  394. package/dist/exports/molecules/std-turn-based-battle.orb +4 -4
  395. package/dist/exports/organisms/std-agent-assistant.orb +28 -4
  396. package/dist/exports/organisms/std-agent-builder.orb +1309 -787
  397. package/dist/exports/organisms/std-agent-pipeline.orb +1271 -748
  398. package/dist/exports/organisms/std-agent-reviewer.orb +370 -292
  399. package/dist/exports/organisms/std-agent-tutor.orb +378 -295
  400. package/dist/exports/organisms/std-api-gateway.orb +16 -4
  401. package/dist/exports/organisms/std-arcade-game.orb +4 -4
  402. package/dist/exports/organisms/std-booking-system.orb +28 -4
  403. package/dist/exports/organisms/std-cicd-pipeline.orb +20 -4
  404. package/dist/exports/organisms/std-cms.orb +32 -4
  405. package/dist/exports/organisms/std-coding-academy.orb +4 -4
  406. package/dist/exports/organisms/std-crm.orb +32 -4
  407. package/dist/exports/organisms/std-devops-dashboard.orb +16 -4
  408. package/dist/exports/organisms/std-ecommerce.orb +36 -4
  409. package/dist/exports/organisms/std-finance-tracker.orb +20 -4
  410. package/dist/exports/organisms/std-healthcare.orb +32 -4
  411. package/dist/exports/organisms/std-helpdesk.orb +20 -4
  412. package/dist/exports/organisms/std-hr-portal.orb +28 -4
  413. package/dist/exports/organisms/std-iot-dashboard.orb +16 -4
  414. package/dist/exports/organisms/std-lms.orb +16 -4
  415. package/dist/exports/organisms/std-logic-training.orb +4 -4
  416. package/dist/exports/organisms/std-platformer-app.orb +16 -4
  417. package/dist/exports/organisms/std-project-manager.orb +28 -4
  418. package/dist/exports/organisms/std-puzzle-app.orb +4 -4
  419. package/dist/exports/organisms/std-realtime-chat.orb +20 -4
  420. package/dist/exports/organisms/std-rpg-game.orb +20 -4
  421. package/dist/exports/organisms/std-service-marketplace.orb +36 -8
  422. package/dist/exports/organisms/std-service-research-assistant.orb +15 -4
  423. package/dist/exports/organisms/std-social-feed.orb +12 -4
  424. package/dist/exports/organisms/std-stem-lab.orb +4 -4
  425. package/dist/exports/organisms/std-strategy-game.orb +4 -4
  426. package/dist/exports/organisms/std-trading-dashboard.orb +20 -4
  427. package/dist/exports/validation-report.json +1803 -1
  428. package/dist/index.d.ts +1 -1
  429. package/dist/index.js +209 -194
  430. package/dist/index.js.map +1 -1
  431. package/package.json +5 -5
@@ -1,20 +1,9 @@
1
1
  {
2
- "name": "std-agent-tutor",
2
+ "name": "AI 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.",
5
4
  "orbitals": [
6
5
  {
7
6
  "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
- ],
18
7
  "entity": {
19
8
  "name": "TutorSession",
20
9
  "persistence": "runtime",
@@ -2156,6 +2145,10 @@
2156
2145
  }
2157
2146
  ]
2158
2147
  }
2148
+ ],
2149
+ [
2150
+ "notify",
2151
+ "TutorChat created successfully"
2159
2152
  ]
2160
2153
  ]
2161
2154
  },
@@ -2289,6 +2282,10 @@
2289
2282
  }
2290
2283
  ]
2291
2284
  }
2285
+ ],
2286
+ [
2287
+ "notify",
2288
+ "TutorChat deleted successfully"
2292
2289
  ]
2293
2290
  ]
2294
2291
  },
@@ -2422,6 +2419,10 @@
2422
2419
  }
2423
2420
  ]
2424
2421
  }
2422
+ ],
2423
+ [
2424
+ "notify",
2425
+ "TutorChat deleted successfully"
2425
2426
  ]
2426
2427
  ]
2427
2428
  }
@@ -3129,6 +3130,10 @@
3129
3130
  [
3130
3131
  "emit",
3131
3132
  "MEMORIZED"
3133
+ ],
3134
+ [
3135
+ "notify",
3136
+ "Concept created successfully"
3132
3137
  ]
3133
3138
  ]
3134
3139
  }
@@ -3327,6 +3332,10 @@
3327
3332
  "create",
3328
3333
  "Concept",
3329
3334
  "@payload.data"
3335
+ ],
3336
+ [
3337
+ "notify",
3338
+ "Concept created successfully"
3330
3339
  ]
3331
3340
  ]
3332
3341
  },
@@ -3918,6 +3927,10 @@
3918
3927
  }
3919
3928
  ]
3920
3929
  }
3930
+ ],
3931
+ [
3932
+ "notify",
3933
+ "StudentAssessment created successfully"
3921
3934
  ]
3922
3935
  ]
3923
3936
  }
@@ -4495,112 +4508,142 @@
4495
4508
  },
4496
4509
  "traits": [
4497
4510
  {
4498
- "ref": "Tabs.traits.TabContentTabs",
4499
4511
  "name": "TutorTabs",
4500
4512
  "linkedEntity": "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
- }
4513
+ "category": "interaction",
4514
+ "stateMachine": {
4515
+ "states": [
4516
+ {
4517
+ "name": "idle",
4518
+ "isInitial": true
4519
+ }
4520
+ ],
4521
+ "events": [
4522
+ {
4523
+ "key": "INIT",
4524
+ "name": "Initialize"
4525
+ },
4526
+ {
4527
+ "key": "SELECT_TAB",
4528
+ "name": "Select Tab",
4529
+ "payload": [
4530
+ {
4531
+ "name": "tab",
4532
+ "type": "string",
4533
+ "required": true
4534
+ }
4535
+ ]
4536
+ }
4537
+ ],
4538
+ "transitions": [
4539
+ {
4540
+ "from": "idle",
4541
+ "to": "idle",
4542
+ "event": "INIT",
4543
+ "effects": [
4544
+ [
4545
+ "fetch",
4546
+ "TutorSession"
4529
4547
  ],
4530
- "children": [
4548
+ [
4549
+ "render-ui",
4550
+ "main",
4531
4551
  {
4532
- "type": "stack",
4533
- "direction": "vertical",
4534
- "gap": "lg",
4535
- "children": [
4536
- {
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
- ]
4553
- },
4552
+ "type": "dashboard-layout",
4553
+ "appName": "AI Tutor",
4554
+ "navItems": [
4554
4555
  {
4555
- "type": "divider"
4556
+ "label": "Teach",
4557
+ "href": "/teach",
4558
+ "icon": "book-open"
4556
4559
  },
4557
4560
  {
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"
4561
+ "label": "Quiz",
4562
+ "href": "/quiz",
4563
+ "icon": "help-circle"
4575
4564
  },
4576
4565
  {
4577
- "type": "divider"
4578
- },
4566
+ "label": "Concepts",
4567
+ "href": "/concepts",
4568
+ "icon": "brain"
4569
+ }
4570
+ ],
4571
+ "children": [
4579
4572
  {
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",
4573
+ "type": "stack",
4574
+ "direction": "vertical",
4575
+ "gap": "lg",
4576
+ "children": [
4589
4577
  {
4590
4578
  "type": "stack",
4591
- "direction": "vertical",
4579
+ "direction": "horizontal",
4592
4580
  "gap": "sm",
4581
+ "align": "center",
4593
4582
  "children": [
4594
4583
  {
4595
- "type": "typography",
4596
- "variant": "h4",
4597
- "content": "@item.topic"
4584
+ "type": "icon",
4585
+ "name": "graduation-cap",
4586
+ "size": "lg"
4598
4587
  },
4599
4588
  {
4600
4589
  "type": "typography",
4601
- "variant": "caption",
4602
- "color": "muted",
4603
- "content": "@item.teach"
4590
+ "content": "AI Tutor",
4591
+ "variant": "h2"
4592
+ }
4593
+ ]
4594
+ },
4595
+ {
4596
+ "type": "divider"
4597
+ },
4598
+ {
4599
+ "type": "tabs",
4600
+ "tabs": [
4601
+ {
4602
+ "label": "Teach",
4603
+ "value": "teach"
4604
+ },
4605
+ {
4606
+ "label": "Quiz",
4607
+ "value": "quiz"
4608
+ },
4609
+ {
4610
+ "label": "Progress",
4611
+ "value": "progress"
4612
+ }
4613
+ ],
4614
+ "defaultActiveTab": "teach",
4615
+ "onTabChange": "SELECT_TAB"
4616
+ },
4617
+ {
4618
+ "type": "divider"
4619
+ },
4620
+ {
4621
+ "type": "data-grid",
4622
+ "entity": "TutorSession",
4623
+ "emptyIcon": "inbox",
4624
+ "emptyTitle": "No tutorsessions yet",
4625
+ "emptyDescription": "Add tutorsessions to see them here.",
4626
+ "className": "transition-shadow hover:shadow-md cursor-pointer",
4627
+ "renderItem": [
4628
+ "fn",
4629
+ "item",
4630
+ {
4631
+ "type": "stack",
4632
+ "direction": "vertical",
4633
+ "gap": "sm",
4634
+ "children": [
4635
+ {
4636
+ "type": "typography",
4637
+ "variant": "h4",
4638
+ "content": "@item.topic"
4639
+ },
4640
+ {
4641
+ "type": "typography",
4642
+ "variant": "caption",
4643
+ "color": "muted",
4644
+ "content": "@item.teach"
4645
+ }
4646
+ ]
4604
4647
  }
4605
4648
  ]
4606
4649
  }
@@ -4609,112 +4652,117 @@
4609
4652
  ]
4610
4653
  }
4611
4654
  ]
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
- }
4655
+ ]
4656
+ },
4657
+ {
4658
+ "from": "idle",
4659
+ "to": "idle",
4660
+ "event": "SELECT_TAB",
4661
+ "effects": [
4662
+ [
4663
+ "fetch",
4664
+ "TutorSession"
4642
4665
  ],
4643
- "children": [
4666
+ [
4667
+ "render-ui",
4668
+ "main",
4644
4669
  {
4645
- "type": "stack",
4646
- "direction": "vertical",
4647
- "gap": "lg",
4648
- "children": [
4649
- {
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
- ]
4666
- },
4670
+ "type": "dashboard-layout",
4671
+ "appName": "AI Tutor",
4672
+ "navItems": [
4667
4673
  {
4668
- "type": "divider"
4674
+ "label": "Teach",
4675
+ "href": "/teach",
4676
+ "icon": "book-open"
4669
4677
  },
4670
4678
  {
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"
4679
+ "label": "Quiz",
4680
+ "href": "/quiz",
4681
+ "icon": "help-circle"
4689
4682
  },
4690
4683
  {
4691
- "type": "divider"
4692
- },
4684
+ "label": "Concepts",
4685
+ "href": "/concepts",
4686
+ "icon": "brain"
4687
+ }
4688
+ ],
4689
+ "children": [
4693
4690
  {
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",
4691
+ "type": "stack",
4692
+ "direction": "vertical",
4693
+ "gap": "lg",
4694
+ "children": [
4703
4695
  {
4704
4696
  "type": "stack",
4705
- "direction": "vertical",
4697
+ "direction": "horizontal",
4706
4698
  "gap": "sm",
4699
+ "align": "center",
4707
4700
  "children": [
4708
4701
  {
4709
- "type": "typography",
4710
- "variant": "h4",
4711
- "content": "@item.topic"
4702
+ "type": "icon",
4703
+ "name": "graduation-cap",
4704
+ "size": "lg"
4712
4705
  },
4713
4706
  {
4714
4707
  "type": "typography",
4715
- "variant": "caption",
4716
- "color": "muted",
4717
- "content": "@item.teach"
4708
+ "content": "AI Tutor",
4709
+ "variant": "h2"
4710
+ }
4711
+ ]
4712
+ },
4713
+ {
4714
+ "type": "divider"
4715
+ },
4716
+ {
4717
+ "type": "tabs",
4718
+ "tabs": [
4719
+ {
4720
+ "label": "Teach",
4721
+ "value": "teach"
4722
+ },
4723
+ {
4724
+ "label": "Quiz",
4725
+ "value": "quiz"
4726
+ },
4727
+ {
4728
+ "label": "Progress",
4729
+ "value": "progress"
4730
+ }
4731
+ ],
4732
+ "defaultActiveTab": "teach",
4733
+ "activeTab": "@payload.tab",
4734
+ "onTabChange": "SELECT_TAB"
4735
+ },
4736
+ {
4737
+ "type": "divider"
4738
+ },
4739
+ {
4740
+ "type": "data-grid",
4741
+ "entity": "TutorSession",
4742
+ "emptyIcon": "inbox",
4743
+ "emptyTitle": "No tutorsessions yet",
4744
+ "emptyDescription": "Add tutorsessions to see them here.",
4745
+ "className": "transition-shadow hover:shadow-md cursor-pointer",
4746
+ "renderItem": [
4747
+ "fn",
4748
+ "item",
4749
+ {
4750
+ "type": "stack",
4751
+ "direction": "vertical",
4752
+ "gap": "sm",
4753
+ "children": [
4754
+ {
4755
+ "type": "typography",
4756
+ "variant": "h4",
4757
+ "content": "@item.topic"
4758
+ },
4759
+ {
4760
+ "type": "typography",
4761
+ "variant": "caption",
4762
+ "color": "muted",
4763
+ "content": "@item.teach"
4764
+ }
4765
+ ]
4718
4766
  }
4719
4767
  ]
4720
4768
  }
@@ -4723,8 +4771,8 @@
4723
4771
  ]
4724
4772
  }
4725
4773
  ]
4726
- }
4727
- ]
4774
+ ]
4775
+ }
4728
4776
  ]
4729
4777
  }
4730
4778
  }
@@ -4772,134 +4820,168 @@
4772
4820
  },
4773
4821
  "traits": [
4774
4822
  {
4775
- "ref": "Browse.traits.BrowseItemBrowse",
4776
4823
  "name": "ConceptsBrowse",
4777
4824
  "linkedEntity": "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
- }
4825
+ "category": "interaction",
4826
+ "stateMachine": {
4827
+ "states": [
4828
+ {
4829
+ "name": "browsing",
4830
+ "isInitial": true
4831
+ }
4832
+ ],
4833
+ "events": [
4834
+ {
4835
+ "key": "INIT",
4836
+ "name": "Initialize"
4837
+ },
4838
+ {
4839
+ "key": "VIEW",
4840
+ "name": "VIEW",
4841
+ "payload": [
4842
+ {
4843
+ "name": "id",
4844
+ "type": "string",
4845
+ "required": true
4846
+ },
4847
+ {
4848
+ "name": "row",
4849
+ "type": "object"
4850
+ }
4851
+ ]
4852
+ }
4853
+ ],
4854
+ "transitions": [
4855
+ {
4856
+ "from": "browsing",
4857
+ "to": "browsing",
4858
+ "event": "INIT",
4859
+ "effects": [
4860
+ [
4861
+ "ref",
4862
+ "Concept"
4806
4863
  ],
4807
- "children": [
4864
+ [
4865
+ "render-ui",
4866
+ "main",
4808
4867
  {
4809
- "type": "stack",
4810
- "direction": "vertical",
4811
- "gap": "lg",
4812
- "className": "max-w-5xl mx-auto w-full",
4868
+ "type": "dashboard-layout",
4869
+ "appName": "AI Tutor",
4870
+ "navItems": [
4871
+ {
4872
+ "label": "Teach",
4873
+ "href": "/teach",
4874
+ "icon": "book-open"
4875
+ },
4876
+ {
4877
+ "label": "Quiz",
4878
+ "href": "/quiz",
4879
+ "icon": "help-circle"
4880
+ },
4881
+ {
4882
+ "label": "Concepts",
4883
+ "href": "/concepts",
4884
+ "icon": "brain"
4885
+ }
4886
+ ],
4813
4887
  "children": [
4814
4888
  {
4815
4889
  "type": "stack",
4816
- "direction": "horizontal",
4817
- "gap": "md",
4818
- "justify": "space-between",
4819
- "align": "center",
4890
+ "direction": "vertical",
4891
+ "gap": "lg",
4892
+ "className": "max-w-5xl mx-auto w-full",
4820
4893
  "children": [
4821
4894
  {
4822
4895
  "type": "stack",
4823
4896
  "direction": "horizontal",
4824
- "gap": "sm",
4897
+ "gap": "md",
4898
+ "justify": "space-between",
4825
4899
  "align": "center",
4826
4900
  "children": [
4827
4901
  {
4828
- "type": "icon",
4829
- "name": "brain",
4830
- "size": "lg"
4831
- },
4832
- {
4833
- "type": "typography",
4834
- "content": "Learned Concepts",
4835
- "variant": "h2"
4902
+ "type": "stack",
4903
+ "direction": "horizontal",
4904
+ "gap": "sm",
4905
+ "align": "center",
4906
+ "children": [
4907
+ {
4908
+ "type": "icon",
4909
+ "name": "brain",
4910
+ "size": "lg"
4911
+ },
4912
+ {
4913
+ "type": "typography",
4914
+ "content": "Learned Concepts",
4915
+ "variant": "h2"
4916
+ }
4917
+ ]
4836
4918
  }
4837
4919
  ]
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": [
4851
- {
4852
- "label": "View",
4853
- "event": "VIEW",
4854
- "variant": "ghost",
4855
- "size": "sm"
4856
- }
4857
- ],
4858
- "columns": [
4920
+ },
4859
4921
  {
4860
- "name": "content",
4861
- "label": "Content",
4862
- "variant": "h4",
4863
- "icon": "brain"
4922
+ "type": "divider"
4864
4923
  },
4865
4924
  {
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
- }
4925
+ "type": "data-grid",
4926
+ "entity": "Concept",
4927
+ "emptyIcon": "inbox",
4928
+ "emptyTitle": "No concepts yet",
4929
+ "emptyDescription": "Complete lessons and quizzes to build your concept library.",
4930
+ "itemActions": [
4931
+ {
4932
+ "label": "View",
4933
+ "event": "VIEW",
4934
+ "variant": "ghost",
4935
+ "size": "sm"
4936
+ }
4937
+ ],
4938
+ "columns": [
4939
+ {
4940
+ "name": "content",
4941
+ "label": "Content",
4942
+ "variant": "h4",
4943
+ "icon": "brain"
4944
+ },
4945
+ {
4946
+ "name": "category",
4947
+ "label": "Category",
4948
+ "variant": "badge",
4949
+ "colorMap": {
4950
+ "active": "success",
4951
+ "completed": "success",
4952
+ "done": "success",
4953
+ "pending": "warning",
4954
+ "draft": "warning",
4955
+ "scheduled": "warning",
4956
+ "inactive": "neutral",
4957
+ "archived": "neutral",
4958
+ "disabled": "neutral",
4959
+ "error": "destructive",
4960
+ "cancelled": "destructive",
4961
+ "failed": "destructive"
4962
+ }
4963
+ },
4964
+ {
4965
+ "name": "strength",
4966
+ "label": "Strength",
4967
+ "variant": "caption"
4968
+ }
4969
+ ]
4883
4970
  },
4884
4971
  {
4885
- "name": "strength",
4886
- "label": "Strength",
4887
- "variant": "caption"
4972
+ "type": "floating-action-button",
4973
+ "icon": "plus",
4974
+ "event": "INIT",
4975
+ "label": "Create",
4976
+ "tooltip": "Create"
4888
4977
  }
4889
4978
  ]
4890
- },
4891
- {
4892
- "type": "floating-action-button",
4893
- "icon": "plus",
4894
- "event": "INIT",
4895
- "label": "Create",
4896
- "tooltip": "Create"
4897
4979
  }
4898
4980
  ]
4899
4981
  }
4900
4982
  ]
4901
- }
4902
- ]
4983
+ ]
4984
+ }
4903
4985
  ]
4904
4986
  }
4905
4987
  }
@@ -4916,5 +4998,6 @@
4916
4998
  }
4917
4999
  ]
4918
5000
  }
4919
- ]
4920
- }
5001
+ ],
5002
+ "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 (2026-04-08). The canonical source for std behaviors is now the registry `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`, which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/` and consumed by the compiler's embedded loader. Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying overrides at the call site (`linkedEntity`, `name`, `events`, `effects`, `listens`, `emitsScope`). The TS `*Params` interface and the exported factory functions remain ONLY as the authoring path for the converter; they are NOT a stable public API and may change without notice. See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and `docs/LOLO_Gaps.md` for the migration plan."
5003
+ }