@almadar/std 5.2.1 → 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 +45 -4
  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 +45 -4
  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 +45 -4
  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,28 +1,9 @@
1
1
  {
2
- "name": "std-agent-planner",
2
+ "name": "AgentPlannerOrbital",
3
3
  "version": "1.0.0",
4
- "description": "std-agent-planner -- Task planning",
5
4
  "orbitals": [
6
5
  {
7
6
  "name": "AgentPlannerOrbital",
8
- "uses": [
9
- {
10
- "from": "std/behaviors/std-agent-classifier",
11
- "as": "AgentClassifier"
12
- },
13
- {
14
- "from": "std/behaviors/std-agent-completion",
15
- "as": "AgentCompletion"
16
- },
17
- {
18
- "from": "std/behaviors/std-agent-memory",
19
- "as": "AgentMemory"
20
- },
21
- {
22
- "from": "std/behaviors/std-modal",
23
- "as": "Modal"
24
- }
25
- ],
26
7
  "entity": {
27
8
  "name": "AgentPlanner",
28
9
  "persistence": "runtime",
@@ -989,772 +970,1042 @@
989
970
  }
990
971
  },
991
972
  {
992
- "ref": "Modal.traits.ModalRecordModal",
993
973
  "name": "PlannerTaskInput",
994
974
  "linkedEntity": "AgentPlanner",
995
- "events": {
996
- "OPEN": "NEW_TASK",
997
- "SAVE": "PLAN"
998
- },
999
- "effects": {
1000
- "INIT": [
1001
- [
1002
- "ref",
1003
- "AgentPlanner"
1004
- ]
1005
- ],
1006
- "NEW_TASK": [
1007
- [
1008
- "render-ui",
1009
- "modal",
1010
- {
1011
- "type": "stack",
1012
- "direction": "vertical",
1013
- "gap": "md",
1014
- "children": [
1015
- {
1016
- "type": "icon",
1017
- "name": "map",
1018
- "size": "md"
1019
- },
1020
- {
1021
- "type": "typography",
1022
- "content": "Describe the task to plan",
1023
- "variant": "h3"
1024
- },
1025
- {
1026
- "type": "divider"
1027
- },
1028
- {
1029
- "type": "form-section",
1030
- "entity": "AgentPlanner",
1031
- "mode": "edit",
1032
- "submitEvent": "PLAN",
1033
- "cancelEvent": "CLOSE",
1034
- "fields": [
1035
- "task"
1036
- ]
1037
- }
1038
- ]
1039
- }
1040
- ]
975
+ "category": "interaction",
976
+ "emits": [
977
+ {
978
+ "event": "PLAN"
979
+ }
980
+ ],
981
+ "stateMachine": {
982
+ "states": [
983
+ {
984
+ "name": "closed",
985
+ "isInitial": true
986
+ },
987
+ {
988
+ "name": "open"
989
+ }
1041
990
  ],
1042
- "CLOSE": [
1043
- [
1044
- "render-ui",
1045
- "modal",
1046
- null
1047
- ],
1048
- [
1049
- "notify",
1050
- "Cancelled",
1051
- "info"
1052
- ]
991
+ "events": [
992
+ {
993
+ "key": "INIT",
994
+ "name": "Initialize"
995
+ },
996
+ {
997
+ "key": "NEW_TASK",
998
+ "name": "Open"
999
+ },
1000
+ {
1001
+ "key": "CLOSE",
1002
+ "name": "Close"
1003
+ },
1004
+ {
1005
+ "key": "PLAN",
1006
+ "name": "Save",
1007
+ "payload": [
1008
+ {
1009
+ "name": "data",
1010
+ "type": "object",
1011
+ "required": true
1012
+ }
1013
+ ]
1014
+ }
1053
1015
  ],
1054
- "PLAN": [
1055
- [
1056
- "render-ui",
1057
- "modal",
1058
- null
1059
- ]
1060
- ]
1061
- }
1062
- },
1063
- {
1064
- "ref": "AgentClassifier.traits.AgentClassifierModal",
1065
- "name": "PlannerClassifierFlow",
1066
- "linkedEntity": "AgentPlanner",
1067
- "listens": [],
1068
- "emitsScope": "internal",
1069
- "effects": {
1070
- "INIT": [
1071
- [
1072
- "ref",
1073
- "AgentPlanner"
1074
- ],
1075
- [
1076
- "render-ui",
1077
- "main",
1078
- {
1079
- "type": "stack",
1080
- "direction": "vertical",
1081
- "gap": "lg",
1082
- "children": [
1083
- {
1084
- "type": "stack",
1085
- "direction": "horizontal",
1086
- "gap": "md",
1087
- "justify": "space-between",
1088
- "children": [
1089
- {
1090
- "type": "stack",
1091
- "direction": "horizontal",
1092
- "gap": "md",
1093
- "children": [
1094
- {
1095
- "type": "icon",
1096
- "name": "tag",
1097
- "size": "lg"
1098
- },
1099
- {
1100
- "type": "typography",
1101
- "content": "AgentPlanner",
1102
- "variant": "h2"
1103
- }
1104
- ]
1105
- },
1106
- {
1107
- "type": "button",
1108
- "label": "Open",
1109
- "event": "CLASSIFY",
1110
- "variant": "primary",
1111
- "icon": "tag"
1112
- }
1113
- ]
1114
- },
1115
- {
1116
- "type": "divider"
1117
- },
1118
- {
1119
- "type": "empty-state",
1120
- "icon": "tag",
1121
- "title": "Nothing open",
1122
- "description": "Click Open to view details in a modal overlay."
1123
- }
1016
+ "transitions": [
1017
+ {
1018
+ "from": "closed",
1019
+ "to": "closed",
1020
+ "event": "INIT",
1021
+ "effects": [
1022
+ [
1023
+ "ref",
1024
+ "AgentPlanner"
1124
1025
  ]
1125
- }
1126
- ]
1127
- ],
1128
- "CLASSIFY": [
1129
- [
1130
- "render-ui",
1131
- "modal",
1132
- {
1133
- "type": "stack",
1134
- "direction": "vertical",
1135
- "gap": "md",
1136
- "children": [
1026
+ ]
1027
+ },
1028
+ {
1029
+ "from": "closed",
1030
+ "to": "open",
1031
+ "event": "NEW_TASK",
1032
+ "effects": [
1033
+ [
1034
+ "render-ui",
1035
+ "modal",
1137
1036
  {
1138
1037
  "type": "stack",
1139
- "direction": "horizontal",
1140
- "gap": "sm",
1038
+ "direction": "vertical",
1039
+ "gap": "md",
1141
1040
  "children": [
1142
1041
  {
1143
1042
  "type": "icon",
1144
- "name": "tag",
1043
+ "name": "map",
1145
1044
  "size": "md"
1146
1045
  },
1147
1046
  {
1148
1047
  "type": "typography",
1149
- "content": "AgentPlanner",
1048
+ "content": "Describe the task to plan",
1150
1049
  "variant": "h3"
1151
- }
1152
- ]
1153
- },
1154
- {
1155
- "type": "divider"
1156
- },
1157
- {
1158
- "type": "stack",
1159
- "direction": "horizontal",
1160
- "gap": "sm",
1161
- "children": [
1162
- {
1163
- "type": "typography",
1164
- "variant": "caption",
1165
- "content": "Categories:"
1166
- },
1167
- {
1168
- "type": "badge",
1169
- "label": "code",
1170
- "variant": "secondary"
1171
- },
1172
- {
1173
- "type": "badge",
1174
- "label": "schema",
1175
- "variant": "secondary"
1176
- },
1177
- {
1178
- "type": "badge",
1179
- "label": "design",
1180
- "variant": "secondary"
1181
1050
  },
1182
1051
  {
1183
- "type": "badge",
1184
- "label": "debug",
1185
- "variant": "secondary"
1052
+ "type": "divider"
1186
1053
  },
1187
1054
  {
1188
- "type": "badge",
1189
- "label": "deploy",
1190
- "variant": "secondary"
1055
+ "type": "form-section",
1056
+ "entity": "AgentPlanner",
1057
+ "mode": "edit",
1058
+ "submitEvent": "PLAN",
1059
+ "cancelEvent": "CLOSE",
1060
+ "fields": [
1061
+ "task"
1062
+ ]
1191
1063
  }
1192
1064
  ]
1193
- },
1194
- {
1195
- "type": "form-section",
1196
- "entity": "AgentPlanner",
1197
- "mode": "create",
1198
- "submitEvent": "SAVE",
1199
- "cancelEvent": "CLOSE",
1200
- "fields": [
1201
- "input"
1202
- ]
1203
1065
  }
1204
1066
  ]
1205
- }
1206
- ]
1067
+ ]
1068
+ },
1069
+ {
1070
+ "from": "open",
1071
+ "to": "closed",
1072
+ "event": "CLOSE",
1073
+ "effects": [
1074
+ [
1075
+ "render-ui",
1076
+ "modal",
1077
+ null
1078
+ ],
1079
+ [
1080
+ "notify",
1081
+ "Cancelled",
1082
+ "info"
1083
+ ]
1084
+ ]
1085
+ },
1086
+ {
1087
+ "from": "open",
1088
+ "to": "closed",
1089
+ "event": "PLAN",
1090
+ "effects": [
1091
+ [
1092
+ "render-ui",
1093
+ "modal",
1094
+ null
1095
+ ]
1096
+ ]
1097
+ }
1098
+ ]
1099
+ }
1100
+ },
1101
+ {
1102
+ "name": "PlannerClassifierFlow",
1103
+ "linkedEntity": "AgentPlanner",
1104
+ "category": "interaction",
1105
+ "emits": [
1106
+ {
1107
+ "event": "SAVE",
1108
+ "scope": "internal"
1109
+ },
1110
+ {
1111
+ "event": "CLASSIFIED",
1112
+ "scope": "internal"
1113
+ }
1114
+ ],
1115
+ "stateMachine": {
1116
+ "states": [
1117
+ {
1118
+ "name": "closed",
1119
+ "isInitial": true
1120
+ },
1121
+ {
1122
+ "name": "open"
1123
+ }
1207
1124
  ],
1208
- "CLOSE": [
1209
- [
1210
- "render-ui",
1211
- "modal",
1212
- null
1213
- ],
1214
- [
1215
- "notify",
1216
- "Cancelled",
1217
- "info"
1218
- ],
1219
- [
1220
- "ref",
1221
- "AgentPlanner"
1222
- ],
1223
- [
1224
- "render-ui",
1225
- "main",
1226
- {
1227
- "type": "stack",
1228
- "direction": "vertical",
1229
- "gap": "lg",
1230
- "children": [
1125
+ "events": [
1126
+ {
1127
+ "key": "INIT",
1128
+ "name": "Initialize"
1129
+ },
1130
+ {
1131
+ "key": "CLASSIFY",
1132
+ "name": "Open"
1133
+ },
1134
+ {
1135
+ "key": "CLOSE",
1136
+ "name": "Close"
1137
+ },
1138
+ {
1139
+ "key": "SAVE",
1140
+ "name": "Save",
1141
+ "payload": [
1142
+ {
1143
+ "name": "data",
1144
+ "type": "object",
1145
+ "required": true
1146
+ }
1147
+ ]
1148
+ }
1149
+ ],
1150
+ "transitions": [
1151
+ {
1152
+ "from": "closed",
1153
+ "to": "closed",
1154
+ "event": "INIT",
1155
+ "effects": [
1156
+ [
1157
+ "ref",
1158
+ "AgentPlanner"
1159
+ ],
1160
+ [
1161
+ "render-ui",
1162
+ "main",
1231
1163
  {
1232
1164
  "type": "stack",
1233
- "direction": "horizontal",
1234
- "gap": "md",
1235
- "justify": "space-between",
1165
+ "direction": "vertical",
1166
+ "gap": "lg",
1236
1167
  "children": [
1237
1168
  {
1238
1169
  "type": "stack",
1239
1170
  "direction": "horizontal",
1240
1171
  "gap": "md",
1172
+ "justify": "space-between",
1241
1173
  "children": [
1242
1174
  {
1243
- "type": "icon",
1244
- "name": "tag",
1245
- "size": "lg"
1175
+ "type": "stack",
1176
+ "direction": "horizontal",
1177
+ "gap": "md",
1178
+ "children": [
1179
+ {
1180
+ "type": "icon",
1181
+ "name": "tag",
1182
+ "size": "lg"
1183
+ },
1184
+ {
1185
+ "type": "typography",
1186
+ "content": "AgentPlanner",
1187
+ "variant": "h2"
1188
+ }
1189
+ ]
1246
1190
  },
1247
1191
  {
1248
- "type": "typography",
1249
- "content": "AgentPlanner",
1250
- "variant": "h2"
1192
+ "type": "button",
1193
+ "label": "Open",
1194
+ "event": "CLASSIFY",
1195
+ "variant": "primary",
1196
+ "icon": "tag"
1251
1197
  }
1252
1198
  ]
1253
1199
  },
1254
1200
  {
1255
- "type": "button",
1256
- "label": "Open",
1257
- "event": "CLASSIFY",
1258
- "variant": "primary",
1259
- "icon": "tag"
1201
+ "type": "divider"
1202
+ },
1203
+ {
1204
+ "type": "empty-state",
1205
+ "icon": "tag",
1206
+ "title": "Nothing open",
1207
+ "description": "Click Open to view details in a modal overlay."
1260
1208
  }
1261
1209
  ]
1262
- },
1263
- {
1264
- "type": "divider"
1265
- },
1266
- {
1267
- "type": "empty-state",
1268
- "icon": "tag",
1269
- "title": "Nothing open",
1270
- "description": "Click Open to view details in a modal overlay."
1271
1210
  }
1272
1211
  ]
1273
- }
1274
- ]
1275
- ],
1276
- "SAVE": [
1277
- [
1278
- "persist",
1279
- "create",
1280
- "AgentPlanner",
1281
- "@payload.data"
1282
- ],
1283
- [
1284
- "render-ui",
1285
- "modal",
1286
- null
1287
- ],
1288
- [
1289
- "emit",
1290
- "CLASSIFIED"
1291
- ],
1292
- [
1293
- "ref",
1294
- "AgentPlanner"
1295
- ],
1296
- [
1297
- "render-ui",
1298
- "main",
1299
- {
1300
- "type": "stack",
1301
- "direction": "vertical",
1302
- "gap": "lg",
1303
- "children": [
1212
+ ]
1213
+ },
1214
+ {
1215
+ "from": "closed",
1216
+ "to": "open",
1217
+ "event": "CLASSIFY",
1218
+ "effects": [
1219
+ [
1220
+ "render-ui",
1221
+ "modal",
1304
1222
  {
1305
1223
  "type": "stack",
1306
- "direction": "horizontal",
1224
+ "direction": "vertical",
1307
1225
  "gap": "md",
1308
- "justify": "space-between",
1309
1226
  "children": [
1310
1227
  {
1311
1228
  "type": "stack",
1312
1229
  "direction": "horizontal",
1313
- "gap": "md",
1230
+ "gap": "sm",
1314
1231
  "children": [
1315
1232
  {
1316
1233
  "type": "icon",
1317
1234
  "name": "tag",
1318
- "size": "lg"
1235
+ "size": "md"
1319
1236
  },
1320
1237
  {
1321
1238
  "type": "typography",
1322
1239
  "content": "AgentPlanner",
1323
- "variant": "h2"
1240
+ "variant": "h3"
1324
1241
  }
1325
1242
  ]
1326
1243
  },
1327
1244
  {
1328
- "type": "button",
1329
- "label": "Open",
1330
- "event": "CLASSIFY",
1331
- "variant": "primary",
1332
- "icon": "tag"
1333
- }
1334
- ]
1335
- },
1336
- {
1337
- "type": "divider"
1338
- },
1339
- {
1340
- "type": "empty-state",
1341
- "icon": "tag",
1342
- "title": "Nothing open",
1343
- "description": "Click Open to view details in a modal overlay."
1344
- }
1345
- ]
1346
- }
1347
- ]
1348
- ]
1349
- }
1350
- },
1351
- {
1352
- "ref": "AgentCompletion.traits.AgentCompletionModal",
1353
- "name": "PlannerCompletionFlow",
1354
- "linkedEntity": "AgentPlanner",
1355
- "listens": [],
1356
- "emitsScope": "internal",
1357
- "effects": {
1358
- "INIT": [
1359
- [
1360
- "ref",
1361
- "AgentPlanner"
1362
- ],
1363
- [
1364
- "render-ui",
1365
- "main",
1366
- {
1367
- "type": "stack",
1368
- "direction": "vertical",
1369
- "gap": "lg",
1370
- "children": [
1245
+ "type": "divider"
1246
+ },
1247
+ {
1248
+ "type": "stack",
1249
+ "direction": "horizontal",
1250
+ "gap": "sm",
1251
+ "children": [
1252
+ {
1253
+ "type": "typography",
1254
+ "variant": "caption",
1255
+ "content": "Categories:"
1256
+ },
1257
+ {
1258
+ "type": "badge",
1259
+ "label": "code",
1260
+ "variant": "secondary"
1261
+ },
1262
+ {
1263
+ "type": "badge",
1264
+ "label": "schema",
1265
+ "variant": "secondary"
1266
+ },
1267
+ {
1268
+ "type": "badge",
1269
+ "label": "design",
1270
+ "variant": "secondary"
1271
+ },
1272
+ {
1273
+ "type": "badge",
1274
+ "label": "debug",
1275
+ "variant": "secondary"
1276
+ },
1277
+ {
1278
+ "type": "badge",
1279
+ "label": "deploy",
1280
+ "variant": "secondary"
1281
+ }
1282
+ ]
1283
+ },
1284
+ {
1285
+ "type": "form-section",
1286
+ "entity": "AgentPlanner",
1287
+ "mode": "create",
1288
+ "submitEvent": "SAVE",
1289
+ "cancelEvent": "CLOSE",
1290
+ "fields": [
1291
+ "input"
1292
+ ]
1293
+ }
1294
+ ]
1295
+ }
1296
+ ]
1297
+ ]
1298
+ },
1299
+ {
1300
+ "from": "open",
1301
+ "to": "closed",
1302
+ "event": "CLOSE",
1303
+ "effects": [
1304
+ [
1305
+ "render-ui",
1306
+ "modal",
1307
+ null
1308
+ ],
1309
+ [
1310
+ "notify",
1311
+ "Cancelled",
1312
+ "info"
1313
+ ],
1314
+ [
1315
+ "ref",
1316
+ "AgentPlanner"
1317
+ ],
1318
+ [
1319
+ "render-ui",
1320
+ "main",
1371
1321
  {
1372
1322
  "type": "stack",
1373
- "direction": "horizontal",
1374
- "gap": "md",
1375
- "justify": "space-between",
1323
+ "direction": "vertical",
1324
+ "gap": "lg",
1376
1325
  "children": [
1377
1326
  {
1378
1327
  "type": "stack",
1379
1328
  "direction": "horizontal",
1380
1329
  "gap": "md",
1330
+ "justify": "space-between",
1381
1331
  "children": [
1382
1332
  {
1383
- "type": "icon",
1384
- "name": "sparkles",
1385
- "size": "lg"
1333
+ "type": "stack",
1334
+ "direction": "horizontal",
1335
+ "gap": "md",
1336
+ "children": [
1337
+ {
1338
+ "type": "icon",
1339
+ "name": "tag",
1340
+ "size": "lg"
1341
+ },
1342
+ {
1343
+ "type": "typography",
1344
+ "content": "AgentPlanner",
1345
+ "variant": "h2"
1346
+ }
1347
+ ]
1386
1348
  },
1387
1349
  {
1388
- "type": "typography",
1389
- "content": "AgentPlanner",
1390
- "variant": "h2"
1350
+ "type": "button",
1351
+ "label": "Open",
1352
+ "event": "CLASSIFY",
1353
+ "variant": "primary",
1354
+ "icon": "tag"
1391
1355
  }
1392
1356
  ]
1393
1357
  },
1394
1358
  {
1395
- "type": "button",
1396
- "label": "Open",
1397
- "event": "GENERATE",
1398
- "variant": "primary",
1399
- "icon": "sparkles"
1359
+ "type": "divider"
1360
+ },
1361
+ {
1362
+ "type": "empty-state",
1363
+ "icon": "tag",
1364
+ "title": "Nothing open",
1365
+ "description": "Click Open to view details in a modal overlay."
1400
1366
  }
1401
1367
  ]
1402
- },
1403
- {
1404
- "type": "divider"
1405
- },
1368
+ }
1369
+ ]
1370
+ ]
1371
+ },
1372
+ {
1373
+ "from": "open",
1374
+ "to": "closed",
1375
+ "event": "SAVE",
1376
+ "effects": [
1377
+ [
1378
+ "persist",
1379
+ "create",
1380
+ "AgentPlanner",
1381
+ "@payload.data"
1382
+ ],
1383
+ [
1384
+ "render-ui",
1385
+ "modal",
1386
+ null
1387
+ ],
1388
+ [
1389
+ "emit",
1390
+ "CLASSIFIED"
1391
+ ],
1392
+ [
1393
+ "ref",
1394
+ "AgentPlanner"
1395
+ ],
1396
+ [
1397
+ "render-ui",
1398
+ "main",
1406
1399
  {
1407
- "type": "empty-state",
1408
- "icon": "sparkles",
1409
- "title": "Nothing open",
1410
- "description": "Click Open to view details in a modal overlay."
1400
+ "type": "stack",
1401
+ "direction": "vertical",
1402
+ "gap": "lg",
1403
+ "children": [
1404
+ {
1405
+ "type": "stack",
1406
+ "direction": "horizontal",
1407
+ "gap": "md",
1408
+ "justify": "space-between",
1409
+ "children": [
1410
+ {
1411
+ "type": "stack",
1412
+ "direction": "horizontal",
1413
+ "gap": "md",
1414
+ "children": [
1415
+ {
1416
+ "type": "icon",
1417
+ "name": "tag",
1418
+ "size": "lg"
1419
+ },
1420
+ {
1421
+ "type": "typography",
1422
+ "content": "AgentPlanner",
1423
+ "variant": "h2"
1424
+ }
1425
+ ]
1426
+ },
1427
+ {
1428
+ "type": "button",
1429
+ "label": "Open",
1430
+ "event": "CLASSIFY",
1431
+ "variant": "primary",
1432
+ "icon": "tag"
1433
+ }
1434
+ ]
1435
+ },
1436
+ {
1437
+ "type": "divider"
1438
+ },
1439
+ {
1440
+ "type": "empty-state",
1441
+ "icon": "tag",
1442
+ "title": "Nothing open",
1443
+ "description": "Click Open to view details in a modal overlay."
1444
+ }
1445
+ ]
1411
1446
  }
1447
+ ],
1448
+ [
1449
+ "notify",
1450
+ "AgentPlanner created successfully"
1412
1451
  ]
1413
- }
1414
- ]
1452
+ ]
1453
+ }
1454
+ ]
1455
+ },
1456
+ "listens": []
1457
+ },
1458
+ {
1459
+ "name": "PlannerCompletionFlow",
1460
+ "linkedEntity": "AgentPlanner",
1461
+ "category": "interaction",
1462
+ "emits": [
1463
+ {
1464
+ "event": "SAVE",
1465
+ "scope": "internal"
1466
+ },
1467
+ {
1468
+ "event": "GENERATED",
1469
+ "scope": "internal"
1470
+ }
1471
+ ],
1472
+ "stateMachine": {
1473
+ "states": [
1474
+ {
1475
+ "name": "closed",
1476
+ "isInitial": true
1477
+ },
1478
+ {
1479
+ "name": "open"
1480
+ }
1415
1481
  ],
1416
- "GENERATE": [
1417
- [
1418
- "render-ui",
1419
- "modal",
1420
- {
1421
- "type": "stack",
1422
- "direction": "vertical",
1423
- "gap": "md",
1424
- "children": [
1482
+ "events": [
1483
+ {
1484
+ "key": "INIT",
1485
+ "name": "Initialize"
1486
+ },
1487
+ {
1488
+ "key": "GENERATE",
1489
+ "name": "Open"
1490
+ },
1491
+ {
1492
+ "key": "CLOSE",
1493
+ "name": "Close"
1494
+ },
1495
+ {
1496
+ "key": "SAVE",
1497
+ "name": "Save",
1498
+ "payload": [
1499
+ {
1500
+ "name": "data",
1501
+ "type": "object",
1502
+ "required": true
1503
+ }
1504
+ ]
1505
+ }
1506
+ ],
1507
+ "transitions": [
1508
+ {
1509
+ "from": "closed",
1510
+ "to": "closed",
1511
+ "event": "INIT",
1512
+ "effects": [
1513
+ [
1514
+ "ref",
1515
+ "AgentPlanner"
1516
+ ],
1517
+ [
1518
+ "render-ui",
1519
+ "main",
1425
1520
  {
1426
1521
  "type": "stack",
1427
- "direction": "horizontal",
1428
- "gap": "sm",
1522
+ "direction": "vertical",
1523
+ "gap": "lg",
1429
1524
  "children": [
1430
1525
  {
1431
- "type": "icon",
1432
- "name": "sparkles",
1433
- "size": "md"
1526
+ "type": "stack",
1527
+ "direction": "horizontal",
1528
+ "gap": "md",
1529
+ "justify": "space-between",
1530
+ "children": [
1531
+ {
1532
+ "type": "stack",
1533
+ "direction": "horizontal",
1534
+ "gap": "md",
1535
+ "children": [
1536
+ {
1537
+ "type": "icon",
1538
+ "name": "sparkles",
1539
+ "size": "lg"
1540
+ },
1541
+ {
1542
+ "type": "typography",
1543
+ "content": "AgentPlanner",
1544
+ "variant": "h2"
1545
+ }
1546
+ ]
1547
+ },
1548
+ {
1549
+ "type": "button",
1550
+ "label": "Open",
1551
+ "event": "GENERATE",
1552
+ "variant": "primary",
1553
+ "icon": "sparkles"
1554
+ }
1555
+ ]
1434
1556
  },
1435
1557
  {
1436
- "type": "typography",
1437
- "content": "AgentPlanner",
1438
- "variant": "h3"
1558
+ "type": "divider"
1559
+ },
1560
+ {
1561
+ "type": "empty-state",
1562
+ "icon": "sparkles",
1563
+ "title": "Nothing open",
1564
+ "description": "Click Open to view details in a modal overlay."
1439
1565
  }
1440
1566
  ]
1441
- },
1442
- {
1443
- "type": "divider"
1444
- },
1567
+ }
1568
+ ]
1569
+ ]
1570
+ },
1571
+ {
1572
+ "from": "closed",
1573
+ "to": "open",
1574
+ "event": "GENERATE",
1575
+ "effects": [
1576
+ [
1577
+ "render-ui",
1578
+ "modal",
1445
1579
  {
1446
1580
  "type": "stack",
1447
- "direction": "horizontal",
1448
- "gap": "sm",
1581
+ "direction": "vertical",
1582
+ "gap": "md",
1449
1583
  "children": [
1450
1584
  {
1451
- "type": "badge",
1452
- "label": "@entity.provider"
1585
+ "type": "stack",
1586
+ "direction": "horizontal",
1587
+ "gap": "sm",
1588
+ "children": [
1589
+ {
1590
+ "type": "icon",
1591
+ "name": "sparkles",
1592
+ "size": "md"
1593
+ },
1594
+ {
1595
+ "type": "typography",
1596
+ "content": "AgentPlanner",
1597
+ "variant": "h3"
1598
+ }
1599
+ ]
1600
+ },
1601
+ {
1602
+ "type": "divider"
1603
+ },
1604
+ {
1605
+ "type": "stack",
1606
+ "direction": "horizontal",
1607
+ "gap": "sm",
1608
+ "children": [
1609
+ {
1610
+ "type": "badge",
1611
+ "label": "@entity.provider"
1612
+ },
1613
+ {
1614
+ "type": "badge",
1615
+ "label": "@entity.model"
1616
+ }
1617
+ ]
1453
1618
  },
1454
1619
  {
1455
- "type": "badge",
1456
- "label": "@entity.model"
1620
+ "type": "form-section",
1621
+ "entity": "AgentPlanner",
1622
+ "mode": "create",
1623
+ "submitEvent": "SAVE",
1624
+ "cancelEvent": "CLOSE",
1625
+ "fields": [
1626
+ "prompt"
1627
+ ]
1457
1628
  }
1458
1629
  ]
1459
- },
1460
- {
1461
- "type": "form-section",
1462
- "entity": "AgentPlanner",
1463
- "mode": "create",
1464
- "submitEvent": "SAVE",
1465
- "cancelEvent": "CLOSE",
1466
- "fields": [
1467
- "prompt"
1468
- ]
1469
1630
  }
1470
1631
  ]
1471
- }
1472
- ]
1473
- ],
1474
- "CLOSE": [
1475
- [
1476
- "render-ui",
1477
- "modal",
1478
- null
1479
- ],
1480
- [
1481
- "notify",
1482
- "Cancelled",
1483
- "info"
1484
- ],
1485
- [
1486
- "ref",
1487
- "AgentPlanner"
1488
- ],
1489
- [
1490
- "render-ui",
1491
- "main",
1492
- {
1493
- "type": "stack",
1494
- "direction": "vertical",
1495
- "gap": "lg",
1496
- "children": [
1632
+ ]
1633
+ },
1634
+ {
1635
+ "from": "open",
1636
+ "to": "closed",
1637
+ "event": "CLOSE",
1638
+ "effects": [
1639
+ [
1640
+ "render-ui",
1641
+ "modal",
1642
+ null
1643
+ ],
1644
+ [
1645
+ "notify",
1646
+ "Cancelled",
1647
+ "info"
1648
+ ],
1649
+ [
1650
+ "ref",
1651
+ "AgentPlanner"
1652
+ ],
1653
+ [
1654
+ "render-ui",
1655
+ "main",
1497
1656
  {
1498
1657
  "type": "stack",
1499
- "direction": "horizontal",
1500
- "gap": "md",
1501
- "justify": "space-between",
1658
+ "direction": "vertical",
1659
+ "gap": "lg",
1502
1660
  "children": [
1503
1661
  {
1504
1662
  "type": "stack",
1505
1663
  "direction": "horizontal",
1506
1664
  "gap": "md",
1665
+ "justify": "space-between",
1507
1666
  "children": [
1508
1667
  {
1509
- "type": "icon",
1510
- "name": "sparkles",
1511
- "size": "lg"
1668
+ "type": "stack",
1669
+ "direction": "horizontal",
1670
+ "gap": "md",
1671
+ "children": [
1672
+ {
1673
+ "type": "icon",
1674
+ "name": "sparkles",
1675
+ "size": "lg"
1676
+ },
1677
+ {
1678
+ "type": "typography",
1679
+ "content": "AgentPlanner",
1680
+ "variant": "h2"
1681
+ }
1682
+ ]
1512
1683
  },
1513
1684
  {
1514
- "type": "typography",
1515
- "content": "AgentPlanner",
1516
- "variant": "h2"
1685
+ "type": "button",
1686
+ "label": "Open",
1687
+ "event": "GENERATE",
1688
+ "variant": "primary",
1689
+ "icon": "sparkles"
1517
1690
  }
1518
1691
  ]
1519
1692
  },
1520
1693
  {
1521
- "type": "button",
1522
- "label": "Open",
1523
- "event": "GENERATE",
1524
- "variant": "primary",
1525
- "icon": "sparkles"
1694
+ "type": "divider"
1695
+ },
1696
+ {
1697
+ "type": "empty-state",
1698
+ "icon": "sparkles",
1699
+ "title": "Nothing open",
1700
+ "description": "Click Open to view details in a modal overlay."
1526
1701
  }
1527
1702
  ]
1528
- },
1529
- {
1530
- "type": "divider"
1531
- },
1532
- {
1533
- "type": "empty-state",
1534
- "icon": "sparkles",
1535
- "title": "Nothing open",
1536
- "description": "Click Open to view details in a modal overlay."
1537
1703
  }
1538
1704
  ]
1539
- }
1540
- ]
1541
- ],
1542
- "SAVE": [
1543
- [
1544
- "persist",
1545
- "create",
1546
- "AgentPlanner",
1547
- "@payload.data"
1548
- ],
1549
- [
1550
- "render-ui",
1551
- "modal",
1552
- null
1553
- ],
1554
- [
1555
- "emit",
1556
- "GENERATED"
1557
- ],
1558
- [
1559
- "ref",
1560
- "AgentPlanner"
1561
- ],
1562
- [
1563
- "render-ui",
1564
- "main",
1565
- {
1566
- "type": "stack",
1567
- "direction": "vertical",
1568
- "gap": "lg",
1569
- "children": [
1705
+ ]
1706
+ },
1707
+ {
1708
+ "from": "open",
1709
+ "to": "closed",
1710
+ "event": "SAVE",
1711
+ "effects": [
1712
+ [
1713
+ "persist",
1714
+ "create",
1715
+ "AgentPlanner",
1716
+ "@payload.data"
1717
+ ],
1718
+ [
1719
+ "render-ui",
1720
+ "modal",
1721
+ null
1722
+ ],
1723
+ [
1724
+ "emit",
1725
+ "GENERATED"
1726
+ ],
1727
+ [
1728
+ "ref",
1729
+ "AgentPlanner"
1730
+ ],
1731
+ [
1732
+ "render-ui",
1733
+ "main",
1570
1734
  {
1571
1735
  "type": "stack",
1572
- "direction": "horizontal",
1573
- "gap": "md",
1574
- "justify": "space-between",
1736
+ "direction": "vertical",
1737
+ "gap": "lg",
1575
1738
  "children": [
1576
1739
  {
1577
1740
  "type": "stack",
1578
1741
  "direction": "horizontal",
1579
1742
  "gap": "md",
1743
+ "justify": "space-between",
1580
1744
  "children": [
1581
1745
  {
1582
- "type": "icon",
1583
- "name": "sparkles",
1584
- "size": "lg"
1746
+ "type": "stack",
1747
+ "direction": "horizontal",
1748
+ "gap": "md",
1749
+ "children": [
1750
+ {
1751
+ "type": "icon",
1752
+ "name": "sparkles",
1753
+ "size": "lg"
1754
+ },
1755
+ {
1756
+ "type": "typography",
1757
+ "content": "AgentPlanner",
1758
+ "variant": "h2"
1759
+ }
1760
+ ]
1585
1761
  },
1586
1762
  {
1587
- "type": "typography",
1588
- "content": "AgentPlanner",
1589
- "variant": "h2"
1763
+ "type": "button",
1764
+ "label": "Open",
1765
+ "event": "GENERATE",
1766
+ "variant": "primary",
1767
+ "icon": "sparkles"
1590
1768
  }
1591
1769
  ]
1592
1770
  },
1593
1771
  {
1594
- "type": "button",
1595
- "label": "Open",
1596
- "event": "GENERATE",
1597
- "variant": "primary",
1598
- "icon": "sparkles"
1772
+ "type": "divider"
1773
+ },
1774
+ {
1775
+ "type": "empty-state",
1776
+ "icon": "sparkles",
1777
+ "title": "Nothing open",
1778
+ "description": "Click Open to view details in a modal overlay."
1599
1779
  }
1600
1780
  ]
1601
- },
1602
- {
1603
- "type": "divider"
1604
- },
1605
- {
1606
- "type": "empty-state",
1607
- "icon": "sparkles",
1608
- "title": "Nothing open",
1609
- "description": "Click Open to view details in a modal overlay."
1610
1781
  }
1782
+ ],
1783
+ [
1784
+ "notify",
1785
+ "AgentPlanner created successfully"
1611
1786
  ]
1612
- }
1613
- ]
1787
+ ]
1788
+ }
1614
1789
  ]
1615
- }
1790
+ },
1791
+ "listens": []
1616
1792
  },
1617
1793
  {
1618
- "ref": "AgentMemory.traits.AgentMemoryBrowse",
1619
1794
  "name": "PlannerMemoryLifecycle",
1620
1795
  "linkedEntity": "AgentPlanner",
1796
+ "category": "interaction",
1621
1797
  "listens": [],
1622
- "emitsScope": "internal",
1623
- "effects": {
1624
- "INIT": [
1625
- [
1626
- "ref",
1627
- "AgentPlanner"
1628
- ],
1629
- [
1630
- "render-ui",
1631
- "main",
1632
- {
1633
- "type": "stack",
1634
- "direction": "vertical",
1635
- "gap": "lg",
1636
- "className": "max-w-5xl mx-auto w-full",
1637
- "children": [
1798
+ "stateMachine": {
1799
+ "states": [
1800
+ {
1801
+ "name": "browsing",
1802
+ "isInitial": true
1803
+ }
1804
+ ],
1805
+ "events": [
1806
+ {
1807
+ "key": "INIT",
1808
+ "name": "Initialize"
1809
+ },
1810
+ {
1811
+ "key": "MEMORIZE",
1812
+ "name": "MEMORIZE"
1813
+ },
1814
+ {
1815
+ "key": "RECALL",
1816
+ "name": "RECALL"
1817
+ },
1818
+ {
1819
+ "key": "DECAY",
1820
+ "name": "DECAY"
1821
+ },
1822
+ {
1823
+ "key": "PIN",
1824
+ "name": "PIN",
1825
+ "payload": [
1826
+ {
1827
+ "name": "id",
1828
+ "type": "string",
1829
+ "required": true
1830
+ },
1831
+ {
1832
+ "name": "row",
1833
+ "type": "object"
1834
+ }
1835
+ ]
1836
+ },
1837
+ {
1838
+ "key": "REINFORCE",
1839
+ "name": "REINFORCE",
1840
+ "payload": [
1841
+ {
1842
+ "name": "id",
1843
+ "type": "string",
1844
+ "required": true
1845
+ },
1846
+ {
1847
+ "name": "row",
1848
+ "type": "object"
1849
+ }
1850
+ ]
1851
+ },
1852
+ {
1853
+ "key": "FORGET",
1854
+ "name": "FORGET",
1855
+ "payload": [
1856
+ {
1857
+ "name": "id",
1858
+ "type": "string",
1859
+ "required": true
1860
+ },
1861
+ {
1862
+ "name": "row",
1863
+ "type": "object"
1864
+ }
1865
+ ]
1866
+ }
1867
+ ],
1868
+ "transitions": [
1869
+ {
1870
+ "from": "browsing",
1871
+ "to": "browsing",
1872
+ "event": "INIT",
1873
+ "effects": [
1874
+ [
1875
+ "ref",
1876
+ "AgentPlanner"
1877
+ ],
1878
+ [
1879
+ "render-ui",
1880
+ "main",
1638
1881
  {
1639
1882
  "type": "stack",
1640
- "direction": "horizontal",
1641
- "gap": "md",
1642
- "justify": "space-between",
1643
- "align": "center",
1883
+ "direction": "vertical",
1884
+ "gap": "lg",
1885
+ "className": "max-w-5xl mx-auto w-full",
1644
1886
  "children": [
1645
1887
  {
1646
1888
  "type": "stack",
1647
1889
  "direction": "horizontal",
1648
- "gap": "sm",
1890
+ "gap": "md",
1891
+ "justify": "space-between",
1649
1892
  "align": "center",
1650
1893
  "children": [
1651
1894
  {
1652
- "type": "icon",
1653
- "name": "brain",
1654
- "size": "lg"
1895
+ "type": "stack",
1896
+ "direction": "horizontal",
1897
+ "gap": "sm",
1898
+ "align": "center",
1899
+ "children": [
1900
+ {
1901
+ "type": "icon",
1902
+ "name": "brain",
1903
+ "size": "lg"
1904
+ },
1905
+ {
1906
+ "type": "typography",
1907
+ "content": "AgentPlanner Manager",
1908
+ "variant": "h2"
1909
+ }
1910
+ ]
1655
1911
  },
1656
1912
  {
1657
- "type": "typography",
1658
- "content": "AgentPlanner Manager",
1659
- "variant": "h2"
1913
+ "type": "stack",
1914
+ "direction": "horizontal",
1915
+ "gap": "sm",
1916
+ "children": [
1917
+ {
1918
+ "type": "button",
1919
+ "label": "Memorize",
1920
+ "event": "MEMORIZE",
1921
+ "variant": "primary",
1922
+ "icon": "plus"
1923
+ },
1924
+ {
1925
+ "type": "button",
1926
+ "label": "Recall",
1927
+ "event": "RECALL",
1928
+ "variant": "secondary",
1929
+ "icon": "search"
1930
+ },
1931
+ {
1932
+ "type": "button",
1933
+ "label": "Decay All",
1934
+ "event": "DECAY",
1935
+ "variant": "ghost",
1936
+ "icon": "clock"
1937
+ }
1938
+ ]
1660
1939
  }
1661
1940
  ]
1662
1941
  },
1663
1942
  {
1664
- "type": "stack",
1665
- "direction": "horizontal",
1666
- "gap": "sm",
1667
- "children": [
1943
+ "type": "divider"
1944
+ },
1945
+ {
1946
+ "type": "data-grid",
1947
+ "entity": "AgentPlanner",
1948
+ "emptyIcon": "inbox",
1949
+ "emptyTitle": "No memories yet",
1950
+ "emptyDescription": "Create your first memory to get started.",
1951
+ "itemActions": [
1668
1952
  {
1669
- "type": "button",
1670
- "label": "Memorize",
1671
- "event": "MEMORIZE",
1672
- "variant": "primary",
1673
- "icon": "plus"
1953
+ "label": "Pin",
1954
+ "event": "PIN",
1955
+ "variant": "ghost",
1956
+ "size": "sm"
1674
1957
  },
1675
1958
  {
1676
- "type": "button",
1677
- "label": "Recall",
1678
- "event": "RECALL",
1679
- "variant": "secondary",
1680
- "icon": "search"
1959
+ "label": "Reinforce",
1960
+ "event": "REINFORCE",
1961
+ "variant": "ghost",
1962
+ "size": "sm"
1681
1963
  },
1682
1964
  {
1683
- "type": "button",
1684
- "label": "Decay All",
1685
- "event": "DECAY",
1686
- "variant": "ghost",
1687
- "icon": "clock"
1965
+ "label": "Forget",
1966
+ "event": "FORGET",
1967
+ "variant": "danger",
1968
+ "size": "sm"
1969
+ }
1970
+ ],
1971
+ "columns": [
1972
+ {
1973
+ "name": "content",
1974
+ "label": "Content",
1975
+ "variant": "h4",
1976
+ "icon": "brain"
1977
+ },
1978
+ {
1979
+ "name": "category",
1980
+ "label": "Category",
1981
+ "variant": "badge",
1982
+ "colorMap": {
1983
+ "active": "success",
1984
+ "completed": "success",
1985
+ "done": "success",
1986
+ "pending": "warning",
1987
+ "draft": "warning",
1988
+ "scheduled": "warning",
1989
+ "inactive": "neutral",
1990
+ "archived": "neutral",
1991
+ "disabled": "neutral",
1992
+ "error": "destructive",
1993
+ "cancelled": "destructive",
1994
+ "failed": "destructive"
1995
+ }
1996
+ },
1997
+ {
1998
+ "name": "strength",
1999
+ "label": "Strength",
2000
+ "variant": "caption"
1688
2001
  }
1689
2002
  ]
1690
2003
  }
1691
2004
  ]
1692
- },
1693
- {
1694
- "type": "divider"
1695
- },
1696
- {
1697
- "type": "data-grid",
1698
- "entity": "AgentPlanner",
1699
- "emptyIcon": "inbox",
1700
- "emptyTitle": "No memories yet",
1701
- "emptyDescription": "Create your first memory to get started.",
1702
- "itemActions": [
1703
- {
1704
- "label": "Pin",
1705
- "event": "PIN",
1706
- "variant": "ghost",
1707
- "size": "sm"
1708
- },
1709
- {
1710
- "label": "Reinforce",
1711
- "event": "REINFORCE",
1712
- "variant": "ghost",
1713
- "size": "sm"
1714
- },
1715
- {
1716
- "label": "Forget",
1717
- "event": "FORGET",
1718
- "variant": "danger",
1719
- "size": "sm"
1720
- }
1721
- ],
1722
- "columns": [
1723
- {
1724
- "name": "content",
1725
- "label": "Content",
1726
- "variant": "h4",
1727
- "icon": "brain"
1728
- },
1729
- {
1730
- "name": "category",
1731
- "label": "Category",
1732
- "variant": "badge",
1733
- "colorMap": {
1734
- "active": "success",
1735
- "completed": "success",
1736
- "done": "success",
1737
- "pending": "warning",
1738
- "draft": "warning",
1739
- "scheduled": "warning",
1740
- "inactive": "neutral",
1741
- "archived": "neutral",
1742
- "disabled": "neutral",
1743
- "error": "destructive",
1744
- "cancelled": "destructive",
1745
- "failed": "destructive"
1746
- }
1747
- },
1748
- {
1749
- "name": "strength",
1750
- "label": "Strength",
1751
- "variant": "caption"
1752
- }
1753
- ]
1754
2005
  }
1755
2006
  ]
1756
- }
1757
- ]
2007
+ ]
2008
+ }
1758
2009
  ]
1759
2010
  }
1760
2011
  }
@@ -1783,5 +2034,6 @@
1783
2034
  }
1784
2035
  ]
1785
2036
  }
1786
- ]
1787
- }
2037
+ ],
2038
+ "description": "Composes agent atoms + UI atoms into a task planning pipeline with a modal for task input and an activity log for plan history. Classifies the incoming task, recalls relevant memories for context, then generates a step-by-step execution plan with confidence scoring. Composed atoms: - stdAgentClassifier: categorize the task type - stdAgentCompletion: generate the step-by-step plan via LLM - stdAgentMemory: recall relevant past patterns and plans - stdModal: task input form overlay - stdAgentActivityLog: plan history timeline (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."
2039
+ }