@almadar/std 5.2.2 → 5.4.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 +220 -10
  2. package/behaviors/exports/atoms/std-agent-chat-thread.orb +63 -4
  3. package/behaviors/exports/atoms/std-agent-classifier.orb +12 -4
  4. package/behaviors/exports/atoms/std-agent-completion.orb +12 -4
  5. package/behaviors/exports/atoms/std-agent-context-window.orb +8 -4
  6. package/behaviors/exports/atoms/std-agent-conversation.orb +79 -4
  7. package/behaviors/exports/atoms/std-agent-memory.orb +16 -4
  8. package/behaviors/exports/atoms/std-agent-provider.orb +12 -4
  9. package/behaviors/exports/atoms/std-agent-search.orb +8 -4
  10. package/behaviors/exports/atoms/std-agent-session.orb +20 -4
  11. package/behaviors/exports/atoms/std-agent-step-progress.orb +8 -4
  12. package/behaviors/exports/atoms/std-agent-token-gauge.orb +8 -4
  13. package/behaviors/exports/atoms/std-agent-tool-call.orb +12 -4
  14. package/behaviors/exports/atoms/std-async.orb +12 -4
  15. package/behaviors/exports/atoms/std-autoregressive.orb +2 -3
  16. package/behaviors/exports/atoms/std-browse.orb +8 -4
  17. package/behaviors/exports/atoms/std-cache-aside.orb +12 -4
  18. package/behaviors/exports/atoms/std-calendar.orb +8 -4
  19. package/behaviors/exports/atoms/std-circuit-breaker.orb +8 -4
  20. package/behaviors/exports/atoms/std-collision.orb +8 -4
  21. package/behaviors/exports/atoms/std-combat-log.orb +8 -4
  22. package/behaviors/exports/atoms/std-combat.orb +8 -4
  23. package/behaviors/exports/atoms/std-confirmation.orb +4 -4
  24. package/behaviors/exports/atoms/std-dialogue-box.orb +8 -4
  25. package/behaviors/exports/atoms/std-display.orb +153 -4
  26. package/behaviors/exports/atoms/std-drawer.orb +58 -4
  27. package/behaviors/exports/atoms/std-filter.orb +8 -4
  28. package/behaviors/exports/atoms/std-flip-card.orb +8 -4
  29. package/behaviors/exports/atoms/std-gallery.orb +8 -4
  30. package/behaviors/exports/atoms/std-game-audio.orb +8 -4
  31. package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -3
  32. package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -3
  33. package/behaviors/exports/atoms/std-game-hud.orb +16 -4
  34. package/behaviors/exports/atoms/std-game-menu.orb +8 -4
  35. package/behaviors/exports/atoms/std-game-over-screen.orb +8 -4
  36. package/behaviors/exports/atoms/std-gameflow.orb +8 -4
  37. package/behaviors/exports/atoms/std-input.orb +8 -4
  38. package/behaviors/exports/atoms/std-inventory-panel.orb +12 -4
  39. package/behaviors/exports/atoms/std-isometric-canvas.orb +8 -4
  40. package/behaviors/exports/atoms/std-loading.orb +8 -4
  41. package/behaviors/exports/atoms/std-modal.orb +8 -4
  42. package/behaviors/exports/atoms/std-movement.orb +8 -4
  43. package/behaviors/exports/atoms/std-notification.orb +8 -4
  44. package/behaviors/exports/atoms/std-overworld.orb +8 -4
  45. package/behaviors/exports/atoms/std-pagination.orb +8 -4
  46. package/behaviors/exports/atoms/std-physics2d.orb +8 -4
  47. package/behaviors/exports/atoms/std-platformer-canvas.orb +8 -4
  48. package/behaviors/exports/atoms/std-quest.orb +14 -5
  49. package/behaviors/exports/atoms/std-rate-limiter.orb +8 -4
  50. package/behaviors/exports/atoms/std-rating.orb +8 -4
  51. package/behaviors/exports/atoms/std-score-board.orb +8 -4
  52. package/behaviors/exports/atoms/std-score.orb +8 -4
  53. package/behaviors/exports/atoms/std-search.orb +8 -4
  54. package/behaviors/exports/atoms/std-selection.orb +8 -4
  55. package/behaviors/exports/atoms/std-service-custom-bearer.orb +19 -4
  56. package/behaviors/exports/atoms/std-service-custom-header.orb +21 -4
  57. package/behaviors/exports/atoms/std-service-custom-noauth.orb +15 -4
  58. package/behaviors/exports/atoms/std-service-custom-query.orb +21 -4
  59. package/behaviors/exports/atoms/std-service-email.orb +8 -4
  60. package/behaviors/exports/atoms/std-service-github.orb +8 -4
  61. package/behaviors/exports/atoms/std-service-llm.orb +8 -4
  62. package/behaviors/exports/atoms/std-service-oauth.orb +8 -4
  63. package/behaviors/exports/atoms/std-service-redis.orb +8 -4
  64. package/behaviors/exports/atoms/std-service-storage.orb +8 -4
  65. package/behaviors/exports/atoms/std-service-stripe.orb +8 -4
  66. package/behaviors/exports/atoms/std-service-twilio.orb +8 -4
  67. package/behaviors/exports/atoms/std-service-youtube.orb +8 -4
  68. package/behaviors/exports/atoms/std-simulation-canvas.orb +8 -4
  69. package/behaviors/exports/atoms/std-sort.orb +52 -4
  70. package/behaviors/exports/atoms/std-sprite.orb +8 -4
  71. package/behaviors/exports/atoms/std-tabs.orb +16 -4
  72. package/behaviors/exports/atoms/std-text-effects.orb +8 -4
  73. package/behaviors/exports/atoms/std-theme.orb +8 -4
  74. package/behaviors/exports/atoms/std-timer.orb +8 -4
  75. package/behaviors/exports/atoms/std-undo.orb +8 -4
  76. package/behaviors/exports/atoms/std-upload.orb +8 -4
  77. package/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
  78. package/behaviors/exports/atoms/std-wizard.orb +26 -4
  79. package/behaviors/exports/molecules/std-agent-fix-loop.orb +1729 -1159
  80. package/behaviors/exports/molecules/std-agent-learner.orb +856 -626
  81. package/behaviors/exports/molecules/std-agent-planner.orb +873 -623
  82. package/behaviors/exports/molecules/std-agent-rag.orb +804 -604
  83. package/behaviors/exports/molecules/std-agent-tool-loop.orb +2860 -931
  84. package/behaviors/exports/molecules/std-builder-game.orb +8 -4
  85. package/behaviors/exports/molecules/std-cart.orb +318 -197
  86. package/behaviors/exports/molecules/std-classifier-game.orb +8 -4
  87. package/behaviors/exports/molecules/std-debugger-game.orb +8 -4
  88. package/behaviors/exports/molecules/std-detail.orb +489 -307
  89. package/behaviors/exports/molecules/std-event-handler-game.orb +8 -4
  90. package/behaviors/exports/molecules/std-form-advanced.orb +12 -4
  91. package/behaviors/exports/molecules/std-geospatial.orb +519 -364
  92. package/behaviors/exports/molecules/std-inventory.orb +650 -391
  93. package/behaviors/exports/molecules/std-list.orb +890 -526
  94. package/behaviors/exports/molecules/std-messaging.orb +474 -293
  95. package/behaviors/exports/molecules/std-negotiator-game.orb +8 -4
  96. package/behaviors/exports/molecules/std-platformer-game.orb +8 -4
  97. package/behaviors/exports/molecules/std-puzzle-game.orb +8 -4
  98. package/behaviors/exports/molecules/std-quiz.orb +8 -4
  99. package/behaviors/exports/molecules/std-sequencer-game.orb +8 -4
  100. package/behaviors/exports/molecules/std-service-content-pipeline.orb +8 -4
  101. package/behaviors/exports/molecules/std-service-custom-api-tester.orb +46 -4
  102. package/behaviors/exports/molecules/std-service-devops-toolkit.orb +8 -4
  103. package/behaviors/exports/molecules/std-service-notification-hub.orb +8 -4
  104. package/behaviors/exports/molecules/std-service-payment-flow.orb +8 -4
  105. package/behaviors/exports/molecules/std-simulator-game.orb +8 -4
  106. package/behaviors/exports/molecules/std-turn-based-battle.orb +8 -4
  107. package/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
  108. package/behaviors/exports/organisms/std-agent-builder.orb +1321 -835
  109. package/behaviors/exports/organisms/std-agent-pipeline.orb +1284 -782
  110. package/behaviors/exports/organisms/std-agent-reviewer.orb +372 -300
  111. package/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
  112. package/behaviors/exports/organisms/std-api-gateway.orb +21 -4
  113. package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
  114. package/behaviors/exports/organisms/std-booking-system.orb +38 -4
  115. package/behaviors/exports/organisms/std-cicd-pipeline.orb +25 -4
  116. package/behaviors/exports/organisms/std-cms.orb +42 -4
  117. package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
  118. package/behaviors/exports/organisms/std-crm.orb +42 -4
  119. package/behaviors/exports/organisms/std-devops-dashboard.orb +21 -4
  120. package/behaviors/exports/organisms/std-ecommerce.orb +46 -4
  121. package/behaviors/exports/organisms/std-finance-tracker.orb +25 -4
  122. package/behaviors/exports/organisms/std-healthcare.orb +42 -4
  123. package/behaviors/exports/organisms/std-helpdesk.orb +25 -4
  124. package/behaviors/exports/organisms/std-hr-portal.orb +38 -4
  125. package/behaviors/exports/organisms/std-iot-dashboard.orb +21 -4
  126. package/behaviors/exports/organisms/std-lms.orb +21 -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 +38 -4
  130. package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
  131. package/behaviors/exports/organisms/std-realtime-chat.orb +25 -4
  132. package/behaviors/exports/organisms/std-rpg-game.orb +20 -4
  133. package/behaviors/exports/organisms/std-service-marketplace.orb +46 -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 +25 -4
  139. package/behaviors/exports/validation-report.json +1662 -1
  140. package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +220 -10
  141. package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +63 -4
  142. package/dist/behaviors/exports/atoms/std-agent-classifier.orb +12 -4
  143. package/dist/behaviors/exports/atoms/std-agent-completion.orb +12 -4
  144. package/dist/behaviors/exports/atoms/std-agent-context-window.orb +8 -4
  145. package/dist/behaviors/exports/atoms/std-agent-conversation.orb +79 -4
  146. package/dist/behaviors/exports/atoms/std-agent-memory.orb +16 -4
  147. package/dist/behaviors/exports/atoms/std-agent-provider.orb +12 -4
  148. package/dist/behaviors/exports/atoms/std-agent-search.orb +8 -4
  149. package/dist/behaviors/exports/atoms/std-agent-session.orb +20 -4
  150. package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +8 -4
  151. package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +8 -4
  152. package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +12 -4
  153. package/dist/behaviors/exports/atoms/std-async.orb +12 -4
  154. package/dist/behaviors/exports/atoms/std-autoregressive.orb +2 -3
  155. package/dist/behaviors/exports/atoms/std-browse.orb +8 -4
  156. package/dist/behaviors/exports/atoms/std-cache-aside.orb +12 -4
  157. package/dist/behaviors/exports/atoms/std-calendar.orb +8 -4
  158. package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +8 -4
  159. package/dist/behaviors/exports/atoms/std-collision.orb +8 -4
  160. package/dist/behaviors/exports/atoms/std-combat-log.orb +8 -4
  161. package/dist/behaviors/exports/atoms/std-combat.orb +8 -4
  162. package/dist/behaviors/exports/atoms/std-confirmation.orb +4 -4
  163. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +8 -4
  164. package/dist/behaviors/exports/atoms/std-display.orb +153 -4
  165. package/dist/behaviors/exports/atoms/std-drawer.orb +58 -4
  166. package/dist/behaviors/exports/atoms/std-filter.orb +8 -4
  167. package/dist/behaviors/exports/atoms/std-flip-card.orb +8 -4
  168. package/dist/behaviors/exports/atoms/std-gallery.orb +8 -4
  169. package/dist/behaviors/exports/atoms/std-game-audio.orb +8 -4
  170. package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -3
  171. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -3
  172. package/dist/behaviors/exports/atoms/std-game-hud.orb +16 -4
  173. package/dist/behaviors/exports/atoms/std-game-menu.orb +8 -4
  174. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +8 -4
  175. package/dist/behaviors/exports/atoms/std-gameflow.orb +8 -4
  176. package/dist/behaviors/exports/atoms/std-input.orb +8 -4
  177. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +12 -4
  178. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +8 -4
  179. package/dist/behaviors/exports/atoms/std-loading.orb +8 -4
  180. package/dist/behaviors/exports/atoms/std-modal.orb +8 -4
  181. package/dist/behaviors/exports/atoms/std-movement.orb +8 -4
  182. package/dist/behaviors/exports/atoms/std-notification.orb +8 -4
  183. package/dist/behaviors/exports/atoms/std-overworld.orb +8 -4
  184. package/dist/behaviors/exports/atoms/std-pagination.orb +8 -4
  185. package/dist/behaviors/exports/atoms/std-physics2d.orb +8 -4
  186. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +8 -4
  187. package/dist/behaviors/exports/atoms/std-quest.orb +14 -5
  188. package/dist/behaviors/exports/atoms/std-rate-limiter.orb +8 -4
  189. package/dist/behaviors/exports/atoms/std-rating.orb +8 -4
  190. package/dist/behaviors/exports/atoms/std-score-board.orb +8 -4
  191. package/dist/behaviors/exports/atoms/std-score.orb +8 -4
  192. package/dist/behaviors/exports/atoms/std-search.orb +8 -4
  193. package/dist/behaviors/exports/atoms/std-selection.orb +8 -4
  194. package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +19 -4
  195. package/dist/behaviors/exports/atoms/std-service-custom-header.orb +21 -4
  196. package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +15 -4
  197. package/dist/behaviors/exports/atoms/std-service-custom-query.orb +21 -4
  198. package/dist/behaviors/exports/atoms/std-service-email.orb +8 -4
  199. package/dist/behaviors/exports/atoms/std-service-github.orb +8 -4
  200. package/dist/behaviors/exports/atoms/std-service-llm.orb +8 -4
  201. package/dist/behaviors/exports/atoms/std-service-oauth.orb +8 -4
  202. package/dist/behaviors/exports/atoms/std-service-redis.orb +8 -4
  203. package/dist/behaviors/exports/atoms/std-service-storage.orb +8 -4
  204. package/dist/behaviors/exports/atoms/std-service-stripe.orb +8 -4
  205. package/dist/behaviors/exports/atoms/std-service-twilio.orb +8 -4
  206. package/dist/behaviors/exports/atoms/std-service-youtube.orb +8 -4
  207. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +8 -4
  208. package/dist/behaviors/exports/atoms/std-sort.orb +52 -4
  209. package/dist/behaviors/exports/atoms/std-sprite.orb +8 -4
  210. package/dist/behaviors/exports/atoms/std-tabs.orb +16 -4
  211. package/dist/behaviors/exports/atoms/std-text-effects.orb +8 -4
  212. package/dist/behaviors/exports/atoms/std-theme.orb +8 -4
  213. package/dist/behaviors/exports/atoms/std-timer.orb +8 -4
  214. package/dist/behaviors/exports/atoms/std-undo.orb +8 -4
  215. package/dist/behaviors/exports/atoms/std-upload.orb +8 -4
  216. package/dist/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
  217. package/dist/behaviors/exports/atoms/std-wizard.orb +26 -4
  218. package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1729 -1159
  219. package/dist/behaviors/exports/molecules/std-agent-learner.orb +856 -626
  220. package/dist/behaviors/exports/molecules/std-agent-planner.orb +873 -623
  221. package/dist/behaviors/exports/molecules/std-agent-rag.orb +804 -604
  222. package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +2860 -931
  223. package/dist/behaviors/exports/molecules/std-builder-game.orb +8 -4
  224. package/dist/behaviors/exports/molecules/std-cart.orb +318 -197
  225. package/dist/behaviors/exports/molecules/std-classifier-game.orb +8 -4
  226. package/dist/behaviors/exports/molecules/std-debugger-game.orb +8 -4
  227. package/dist/behaviors/exports/molecules/std-detail.orb +489 -307
  228. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +8 -4
  229. package/dist/behaviors/exports/molecules/std-form-advanced.orb +12 -4
  230. package/dist/behaviors/exports/molecules/std-geospatial.orb +519 -364
  231. package/dist/behaviors/exports/molecules/std-inventory.orb +650 -391
  232. package/dist/behaviors/exports/molecules/std-list.orb +890 -526
  233. package/dist/behaviors/exports/molecules/std-messaging.orb +474 -293
  234. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +8 -4
  235. package/dist/behaviors/exports/molecules/std-platformer-game.orb +8 -4
  236. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +8 -4
  237. package/dist/behaviors/exports/molecules/std-quiz.orb +8 -4
  238. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +8 -4
  239. package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +8 -4
  240. package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +46 -4
  241. package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +8 -4
  242. package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +8 -4
  243. package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +8 -4
  244. package/dist/behaviors/exports/molecules/std-simulator-game.orb +8 -4
  245. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +8 -4
  246. package/dist/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
  247. package/dist/behaviors/exports/organisms/std-agent-builder.orb +1321 -835
  248. package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +1284 -782
  249. package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +372 -300
  250. package/dist/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
  251. package/dist/behaviors/exports/organisms/std-api-gateway.orb +21 -4
  252. package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
  253. package/dist/behaviors/exports/organisms/std-booking-system.orb +38 -4
  254. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +25 -4
  255. package/dist/behaviors/exports/organisms/std-cms.orb +42 -4
  256. package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
  257. package/dist/behaviors/exports/organisms/std-crm.orb +42 -4
  258. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +21 -4
  259. package/dist/behaviors/exports/organisms/std-ecommerce.orb +46 -4
  260. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +25 -4
  261. package/dist/behaviors/exports/organisms/std-healthcare.orb +42 -4
  262. package/dist/behaviors/exports/organisms/std-helpdesk.orb +25 -4
  263. package/dist/behaviors/exports/organisms/std-hr-portal.orb +38 -4
  264. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +21 -4
  265. package/dist/behaviors/exports/organisms/std-lms.orb +21 -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 +38 -4
  269. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
  270. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +25 -4
  271. package/dist/behaviors/exports/organisms/std-rpg-game.orb +20 -4
  272. package/dist/behaviors/exports/organisms/std-service-marketplace.orb +46 -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 +25 -4
  278. package/dist/behaviors/exports/validation-report.json +1662 -1
  279. package/dist/behaviors/exports-reader.js +225 -206
  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 +225 -207
  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 +226 -207
  286. package/dist/behaviors/index.js.map +1 -1
  287. package/dist/behaviors/query.js +225 -206
  288. package/dist/behaviors/query.js.map +1 -1
  289. package/dist/exports/atoms/std-agent-activity-log.orb +220 -10
  290. package/dist/exports/atoms/std-agent-chat-thread.orb +63 -4
  291. package/dist/exports/atoms/std-agent-classifier.orb +12 -4
  292. package/dist/exports/atoms/std-agent-completion.orb +12 -4
  293. package/dist/exports/atoms/std-agent-context-window.orb +8 -4
  294. package/dist/exports/atoms/std-agent-conversation.orb +79 -4
  295. package/dist/exports/atoms/std-agent-memory.orb +16 -4
  296. package/dist/exports/atoms/std-agent-provider.orb +12 -4
  297. package/dist/exports/atoms/std-agent-search.orb +8 -4
  298. package/dist/exports/atoms/std-agent-session.orb +20 -4
  299. package/dist/exports/atoms/std-agent-step-progress.orb +8 -4
  300. package/dist/exports/atoms/std-agent-token-gauge.orb +8 -4
  301. package/dist/exports/atoms/std-agent-tool-call.orb +12 -4
  302. package/dist/exports/atoms/std-async.orb +12 -4
  303. package/dist/exports/atoms/std-autoregressive.orb +2 -3
  304. package/dist/exports/atoms/std-browse.orb +8 -4
  305. package/dist/exports/atoms/std-cache-aside.orb +12 -4
  306. package/dist/exports/atoms/std-calendar.orb +8 -4
  307. package/dist/exports/atoms/std-circuit-breaker.orb +8 -4
  308. package/dist/exports/atoms/std-collision.orb +8 -4
  309. package/dist/exports/atoms/std-combat-log.orb +8 -4
  310. package/dist/exports/atoms/std-combat.orb +8 -4
  311. package/dist/exports/atoms/std-confirmation.orb +4 -4
  312. package/dist/exports/atoms/std-dialogue-box.orb +8 -4
  313. package/dist/exports/atoms/std-display.orb +153 -4
  314. package/dist/exports/atoms/std-drawer.orb +58 -4
  315. package/dist/exports/atoms/std-filter.orb +8 -4
  316. package/dist/exports/atoms/std-flip-card.orb +8 -4
  317. package/dist/exports/atoms/std-gallery.orb +8 -4
  318. package/dist/exports/atoms/std-game-audio.orb +8 -4
  319. package/dist/exports/atoms/std-game-canvas2d.orb +6 -3
  320. package/dist/exports/atoms/std-game-canvas3d.orb +6 -3
  321. package/dist/exports/atoms/std-game-hud.orb +16 -4
  322. package/dist/exports/atoms/std-game-menu.orb +8 -4
  323. package/dist/exports/atoms/std-game-over-screen.orb +8 -4
  324. package/dist/exports/atoms/std-gameflow.orb +8 -4
  325. package/dist/exports/atoms/std-input.orb +8 -4
  326. package/dist/exports/atoms/std-inventory-panel.orb +12 -4
  327. package/dist/exports/atoms/std-isometric-canvas.orb +8 -4
  328. package/dist/exports/atoms/std-loading.orb +8 -4
  329. package/dist/exports/atoms/std-modal.orb +8 -4
  330. package/dist/exports/atoms/std-movement.orb +8 -4
  331. package/dist/exports/atoms/std-notification.orb +8 -4
  332. package/dist/exports/atoms/std-overworld.orb +8 -4
  333. package/dist/exports/atoms/std-pagination.orb +8 -4
  334. package/dist/exports/atoms/std-physics2d.orb +8 -4
  335. package/dist/exports/atoms/std-platformer-canvas.orb +8 -4
  336. package/dist/exports/atoms/std-quest.orb +14 -5
  337. package/dist/exports/atoms/std-rate-limiter.orb +8 -4
  338. package/dist/exports/atoms/std-rating.orb +8 -4
  339. package/dist/exports/atoms/std-score-board.orb +8 -4
  340. package/dist/exports/atoms/std-score.orb +8 -4
  341. package/dist/exports/atoms/std-search.orb +8 -4
  342. package/dist/exports/atoms/std-selection.orb +8 -4
  343. package/dist/exports/atoms/std-service-custom-bearer.orb +19 -4
  344. package/dist/exports/atoms/std-service-custom-header.orb +21 -4
  345. package/dist/exports/atoms/std-service-custom-noauth.orb +15 -4
  346. package/dist/exports/atoms/std-service-custom-query.orb +21 -4
  347. package/dist/exports/atoms/std-service-email.orb +8 -4
  348. package/dist/exports/atoms/std-service-github.orb +8 -4
  349. package/dist/exports/atoms/std-service-llm.orb +8 -4
  350. package/dist/exports/atoms/std-service-oauth.orb +8 -4
  351. package/dist/exports/atoms/std-service-redis.orb +8 -4
  352. package/dist/exports/atoms/std-service-storage.orb +8 -4
  353. package/dist/exports/atoms/std-service-stripe.orb +8 -4
  354. package/dist/exports/atoms/std-service-twilio.orb +8 -4
  355. package/dist/exports/atoms/std-service-youtube.orb +8 -4
  356. package/dist/exports/atoms/std-simulation-canvas.orb +8 -4
  357. package/dist/exports/atoms/std-sort.orb +52 -4
  358. package/dist/exports/atoms/std-sprite.orb +8 -4
  359. package/dist/exports/atoms/std-tabs.orb +16 -4
  360. package/dist/exports/atoms/std-text-effects.orb +8 -4
  361. package/dist/exports/atoms/std-theme.orb +8 -4
  362. package/dist/exports/atoms/std-timer.orb +8 -4
  363. package/dist/exports/atoms/std-undo.orb +8 -4
  364. package/dist/exports/atoms/std-upload.orb +8 -4
  365. package/dist/exports/atoms/std-validate-on-save.orb +32 -4
  366. package/dist/exports/atoms/std-wizard.orb +26 -4
  367. package/dist/exports/molecules/std-agent-fix-loop.orb +1729 -1159
  368. package/dist/exports/molecules/std-agent-learner.orb +856 -626
  369. package/dist/exports/molecules/std-agent-planner.orb +873 -623
  370. package/dist/exports/molecules/std-agent-rag.orb +804 -604
  371. package/dist/exports/molecules/std-agent-tool-loop.orb +2860 -931
  372. package/dist/exports/molecules/std-builder-game.orb +8 -4
  373. package/dist/exports/molecules/std-cart.orb +318 -197
  374. package/dist/exports/molecules/std-classifier-game.orb +8 -4
  375. package/dist/exports/molecules/std-debugger-game.orb +8 -4
  376. package/dist/exports/molecules/std-detail.orb +489 -307
  377. package/dist/exports/molecules/std-event-handler-game.orb +8 -4
  378. package/dist/exports/molecules/std-form-advanced.orb +12 -4
  379. package/dist/exports/molecules/std-geospatial.orb +519 -364
  380. package/dist/exports/molecules/std-inventory.orb +650 -391
  381. package/dist/exports/molecules/std-list.orb +890 -526
  382. package/dist/exports/molecules/std-messaging.orb +474 -293
  383. package/dist/exports/molecules/std-negotiator-game.orb +8 -4
  384. package/dist/exports/molecules/std-platformer-game.orb +8 -4
  385. package/dist/exports/molecules/std-puzzle-game.orb +8 -4
  386. package/dist/exports/molecules/std-quiz.orb +8 -4
  387. package/dist/exports/molecules/std-sequencer-game.orb +8 -4
  388. package/dist/exports/molecules/std-service-content-pipeline.orb +8 -4
  389. package/dist/exports/molecules/std-service-custom-api-tester.orb +46 -4
  390. package/dist/exports/molecules/std-service-devops-toolkit.orb +8 -4
  391. package/dist/exports/molecules/std-service-notification-hub.orb +8 -4
  392. package/dist/exports/molecules/std-service-payment-flow.orb +8 -4
  393. package/dist/exports/molecules/std-simulator-game.orb +8 -4
  394. package/dist/exports/molecules/std-turn-based-battle.orb +8 -4
  395. package/dist/exports/organisms/std-agent-assistant.orb +28 -4
  396. package/dist/exports/organisms/std-agent-builder.orb +1321 -835
  397. package/dist/exports/organisms/std-agent-pipeline.orb +1284 -782
  398. package/dist/exports/organisms/std-agent-reviewer.orb +372 -300
  399. package/dist/exports/organisms/std-agent-tutor.orb +378 -295
  400. package/dist/exports/organisms/std-api-gateway.orb +21 -4
  401. package/dist/exports/organisms/std-arcade-game.orb +4 -4
  402. package/dist/exports/organisms/std-booking-system.orb +38 -4
  403. package/dist/exports/organisms/std-cicd-pipeline.orb +25 -4
  404. package/dist/exports/organisms/std-cms.orb +42 -4
  405. package/dist/exports/organisms/std-coding-academy.orb +4 -4
  406. package/dist/exports/organisms/std-crm.orb +42 -4
  407. package/dist/exports/organisms/std-devops-dashboard.orb +21 -4
  408. package/dist/exports/organisms/std-ecommerce.orb +46 -4
  409. package/dist/exports/organisms/std-finance-tracker.orb +25 -4
  410. package/dist/exports/organisms/std-healthcare.orb +42 -4
  411. package/dist/exports/organisms/std-helpdesk.orb +25 -4
  412. package/dist/exports/organisms/std-hr-portal.orb +38 -4
  413. package/dist/exports/organisms/std-iot-dashboard.orb +21 -4
  414. package/dist/exports/organisms/std-lms.orb +21 -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 +38 -4
  418. package/dist/exports/organisms/std-puzzle-app.orb +4 -4
  419. package/dist/exports/organisms/std-realtime-chat.orb +25 -4
  420. package/dist/exports/organisms/std-rpg-game.orb +20 -4
  421. package/dist/exports/organisms/std-service-marketplace.orb +46 -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 +25 -4
  427. package/dist/exports/validation-report.json +1662 -1
  428. package/dist/index.d.ts +1 -1
  429. package/dist/index.js +226 -207
  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",
@@ -53,6 +34,10 @@
53
34
  "name": "createdAt",
54
35
  "type": "string"
55
36
  },
37
+ {
38
+ "name": "pendingId",
39
+ "type": "string"
40
+ },
56
41
  {
57
42
  "name": "task",
58
43
  "type": "string",
@@ -537,10 +522,7 @@
537
522
  "type": "badge",
538
523
  "label": [
539
524
  "str/concat",
540
- [
541
- "str/concat",
542
- "@entity.memoryCount"
543
- ],
525
+ "@entity.memoryCount",
544
526
  " memories loaded"
545
527
  ]
546
528
  }
@@ -646,10 +628,7 @@
646
628
  "label": "Confidence",
647
629
  "value": [
648
630
  "str/concat",
649
- [
650
- "str/concat",
651
- "@entity.confidence"
652
- ],
631
+ "@entity.confidence",
653
632
  "%"
654
633
  ],
655
634
  "icon": "target"
@@ -989,772 +968,1042 @@
989
968
  }
990
969
  },
991
970
  {
992
- "ref": "Modal.traits.ModalRecordModal",
993
971
  "name": "PlannerTaskInput",
994
972
  "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
- ]
973
+ "category": "interaction",
974
+ "emits": [
975
+ {
976
+ "event": "PLAN"
977
+ }
978
+ ],
979
+ "stateMachine": {
980
+ "states": [
981
+ {
982
+ "name": "closed",
983
+ "isInitial": true
984
+ },
985
+ {
986
+ "name": "open"
987
+ }
1041
988
  ],
1042
- "CLOSE": [
1043
- [
1044
- "render-ui",
1045
- "modal",
1046
- null
1047
- ],
1048
- [
1049
- "notify",
1050
- "Cancelled",
1051
- "info"
1052
- ]
989
+ "events": [
990
+ {
991
+ "key": "INIT",
992
+ "name": "Initialize"
993
+ },
994
+ {
995
+ "key": "NEW_TASK",
996
+ "name": "Open"
997
+ },
998
+ {
999
+ "key": "CLOSE",
1000
+ "name": "Close"
1001
+ },
1002
+ {
1003
+ "key": "PLAN",
1004
+ "name": "Save",
1005
+ "payload": [
1006
+ {
1007
+ "name": "data",
1008
+ "type": "object",
1009
+ "required": true
1010
+ }
1011
+ ]
1012
+ }
1053
1013
  ],
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
- }
1014
+ "transitions": [
1015
+ {
1016
+ "from": "closed",
1017
+ "to": "closed",
1018
+ "event": "INIT",
1019
+ "effects": [
1020
+ [
1021
+ "ref",
1022
+ "AgentPlanner"
1124
1023
  ]
1125
- }
1126
- ]
1127
- ],
1128
- "CLASSIFY": [
1129
- [
1130
- "render-ui",
1131
- "modal",
1132
- {
1133
- "type": "stack",
1134
- "direction": "vertical",
1135
- "gap": "md",
1136
- "children": [
1024
+ ]
1025
+ },
1026
+ {
1027
+ "from": "closed",
1028
+ "to": "open",
1029
+ "event": "NEW_TASK",
1030
+ "effects": [
1031
+ [
1032
+ "render-ui",
1033
+ "modal",
1137
1034
  {
1138
1035
  "type": "stack",
1139
- "direction": "horizontal",
1140
- "gap": "sm",
1036
+ "direction": "vertical",
1037
+ "gap": "md",
1141
1038
  "children": [
1142
1039
  {
1143
1040
  "type": "icon",
1144
- "name": "tag",
1041
+ "name": "map",
1145
1042
  "size": "md"
1146
1043
  },
1147
1044
  {
1148
1045
  "type": "typography",
1149
- "content": "AgentPlanner",
1046
+ "content": "Describe the task to plan",
1150
1047
  "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
1048
  },
1182
1049
  {
1183
- "type": "badge",
1184
- "label": "debug",
1185
- "variant": "secondary"
1050
+ "type": "divider"
1186
1051
  },
1187
1052
  {
1188
- "type": "badge",
1189
- "label": "deploy",
1190
- "variant": "secondary"
1053
+ "type": "form-section",
1054
+ "entity": "AgentPlanner",
1055
+ "mode": "edit",
1056
+ "submitEvent": "PLAN",
1057
+ "cancelEvent": "CLOSE",
1058
+ "fields": [
1059
+ "task"
1060
+ ]
1191
1061
  }
1192
1062
  ]
1193
- },
1194
- {
1195
- "type": "form-section",
1196
- "entity": "AgentPlanner",
1197
- "mode": "create",
1198
- "submitEvent": "SAVE",
1199
- "cancelEvent": "CLOSE",
1200
- "fields": [
1201
- "input"
1202
- ]
1203
1063
  }
1204
1064
  ]
1205
- }
1206
- ]
1065
+ ]
1066
+ },
1067
+ {
1068
+ "from": "open",
1069
+ "to": "closed",
1070
+ "event": "CLOSE",
1071
+ "effects": [
1072
+ [
1073
+ "render-ui",
1074
+ "modal",
1075
+ null
1076
+ ],
1077
+ [
1078
+ "notify",
1079
+ "Cancelled",
1080
+ "info"
1081
+ ]
1082
+ ]
1083
+ },
1084
+ {
1085
+ "from": "open",
1086
+ "to": "closed",
1087
+ "event": "PLAN",
1088
+ "effects": [
1089
+ [
1090
+ "render-ui",
1091
+ "modal",
1092
+ null
1093
+ ]
1094
+ ]
1095
+ }
1096
+ ]
1097
+ }
1098
+ },
1099
+ {
1100
+ "name": "PlannerClassifierFlow",
1101
+ "linkedEntity": "AgentPlanner",
1102
+ "category": "interaction",
1103
+ "emits": [
1104
+ {
1105
+ "event": "SAVE",
1106
+ "scope": "internal"
1107
+ },
1108
+ {
1109
+ "event": "CLASSIFIED",
1110
+ "scope": "internal"
1111
+ }
1112
+ ],
1113
+ "stateMachine": {
1114
+ "states": [
1115
+ {
1116
+ "name": "closed",
1117
+ "isInitial": true
1118
+ },
1119
+ {
1120
+ "name": "open"
1121
+ }
1207
1122
  ],
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": [
1123
+ "events": [
1124
+ {
1125
+ "key": "INIT",
1126
+ "name": "Initialize"
1127
+ },
1128
+ {
1129
+ "key": "CLASSIFY",
1130
+ "name": "Open"
1131
+ },
1132
+ {
1133
+ "key": "CLOSE",
1134
+ "name": "Close"
1135
+ },
1136
+ {
1137
+ "key": "SAVE",
1138
+ "name": "Save",
1139
+ "payload": [
1140
+ {
1141
+ "name": "data",
1142
+ "type": "object",
1143
+ "required": true
1144
+ }
1145
+ ]
1146
+ }
1147
+ ],
1148
+ "transitions": [
1149
+ {
1150
+ "from": "closed",
1151
+ "to": "closed",
1152
+ "event": "INIT",
1153
+ "effects": [
1154
+ [
1155
+ "ref",
1156
+ "AgentPlanner"
1157
+ ],
1158
+ [
1159
+ "render-ui",
1160
+ "main",
1231
1161
  {
1232
1162
  "type": "stack",
1233
- "direction": "horizontal",
1234
- "gap": "md",
1235
- "justify": "space-between",
1163
+ "direction": "vertical",
1164
+ "gap": "lg",
1236
1165
  "children": [
1237
1166
  {
1238
1167
  "type": "stack",
1239
1168
  "direction": "horizontal",
1240
1169
  "gap": "md",
1170
+ "justify": "space-between",
1241
1171
  "children": [
1242
1172
  {
1243
- "type": "icon",
1244
- "name": "tag",
1245
- "size": "lg"
1173
+ "type": "stack",
1174
+ "direction": "horizontal",
1175
+ "gap": "md",
1176
+ "children": [
1177
+ {
1178
+ "type": "icon",
1179
+ "name": "tag",
1180
+ "size": "lg"
1181
+ },
1182
+ {
1183
+ "type": "typography",
1184
+ "content": "AgentPlanner",
1185
+ "variant": "h2"
1186
+ }
1187
+ ]
1246
1188
  },
1247
1189
  {
1248
- "type": "typography",
1249
- "content": "AgentPlanner",
1250
- "variant": "h2"
1190
+ "type": "button",
1191
+ "label": "Open",
1192
+ "event": "CLASSIFY",
1193
+ "variant": "primary",
1194
+ "icon": "tag"
1251
1195
  }
1252
1196
  ]
1253
1197
  },
1254
1198
  {
1255
- "type": "button",
1256
- "label": "Open",
1257
- "event": "CLASSIFY",
1258
- "variant": "primary",
1259
- "icon": "tag"
1199
+ "type": "divider"
1200
+ },
1201
+ {
1202
+ "type": "empty-state",
1203
+ "icon": "tag",
1204
+ "title": "Nothing open",
1205
+ "description": "Click Open to view details in a modal overlay."
1260
1206
  }
1261
1207
  ]
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
1208
  }
1272
1209
  ]
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": [
1210
+ ]
1211
+ },
1212
+ {
1213
+ "from": "closed",
1214
+ "to": "open",
1215
+ "event": "CLASSIFY",
1216
+ "effects": [
1217
+ [
1218
+ "render-ui",
1219
+ "modal",
1304
1220
  {
1305
1221
  "type": "stack",
1306
- "direction": "horizontal",
1222
+ "direction": "vertical",
1307
1223
  "gap": "md",
1308
- "justify": "space-between",
1309
1224
  "children": [
1310
1225
  {
1311
1226
  "type": "stack",
1312
1227
  "direction": "horizontal",
1313
- "gap": "md",
1228
+ "gap": "sm",
1314
1229
  "children": [
1315
1230
  {
1316
1231
  "type": "icon",
1317
1232
  "name": "tag",
1318
- "size": "lg"
1233
+ "size": "md"
1319
1234
  },
1320
1235
  {
1321
1236
  "type": "typography",
1322
1237
  "content": "AgentPlanner",
1323
- "variant": "h2"
1238
+ "variant": "h3"
1324
1239
  }
1325
1240
  ]
1326
1241
  },
1327
1242
  {
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."
1243
+ "type": "divider"
1244
+ },
1245
+ {
1246
+ "type": "stack",
1247
+ "direction": "horizontal",
1248
+ "gap": "sm",
1249
+ "children": [
1250
+ {
1251
+ "type": "typography",
1252
+ "variant": "caption",
1253
+ "content": "Categories:"
1254
+ },
1255
+ {
1256
+ "type": "badge",
1257
+ "label": "code",
1258
+ "variant": "secondary"
1259
+ },
1260
+ {
1261
+ "type": "badge",
1262
+ "label": "schema",
1263
+ "variant": "secondary"
1264
+ },
1265
+ {
1266
+ "type": "badge",
1267
+ "label": "design",
1268
+ "variant": "secondary"
1269
+ },
1270
+ {
1271
+ "type": "badge",
1272
+ "label": "debug",
1273
+ "variant": "secondary"
1274
+ },
1275
+ {
1276
+ "type": "badge",
1277
+ "label": "deploy",
1278
+ "variant": "secondary"
1279
+ }
1280
+ ]
1281
+ },
1282
+ {
1283
+ "type": "form-section",
1284
+ "entity": "AgentPlanner",
1285
+ "mode": "create",
1286
+ "submitEvent": "SAVE",
1287
+ "cancelEvent": "CLOSE",
1288
+ "fields": [
1289
+ "input"
1290
+ ]
1291
+ }
1292
+ ]
1344
1293
  }
1345
1294
  ]
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": [
1295
+ ]
1296
+ },
1297
+ {
1298
+ "from": "open",
1299
+ "to": "closed",
1300
+ "event": "CLOSE",
1301
+ "effects": [
1302
+ [
1303
+ "render-ui",
1304
+ "modal",
1305
+ null
1306
+ ],
1307
+ [
1308
+ "notify",
1309
+ "Cancelled",
1310
+ "info"
1311
+ ],
1312
+ [
1313
+ "ref",
1314
+ "AgentPlanner"
1315
+ ],
1316
+ [
1317
+ "render-ui",
1318
+ "main",
1371
1319
  {
1372
1320
  "type": "stack",
1373
- "direction": "horizontal",
1374
- "gap": "md",
1375
- "justify": "space-between",
1321
+ "direction": "vertical",
1322
+ "gap": "lg",
1376
1323
  "children": [
1377
1324
  {
1378
1325
  "type": "stack",
1379
1326
  "direction": "horizontal",
1380
1327
  "gap": "md",
1328
+ "justify": "space-between",
1381
1329
  "children": [
1382
1330
  {
1383
- "type": "icon",
1384
- "name": "sparkles",
1385
- "size": "lg"
1331
+ "type": "stack",
1332
+ "direction": "horizontal",
1333
+ "gap": "md",
1334
+ "children": [
1335
+ {
1336
+ "type": "icon",
1337
+ "name": "tag",
1338
+ "size": "lg"
1339
+ },
1340
+ {
1341
+ "type": "typography",
1342
+ "content": "AgentPlanner",
1343
+ "variant": "h2"
1344
+ }
1345
+ ]
1386
1346
  },
1387
1347
  {
1388
- "type": "typography",
1389
- "content": "AgentPlanner",
1390
- "variant": "h2"
1348
+ "type": "button",
1349
+ "label": "Open",
1350
+ "event": "CLASSIFY",
1351
+ "variant": "primary",
1352
+ "icon": "tag"
1391
1353
  }
1392
1354
  ]
1393
1355
  },
1394
1356
  {
1395
- "type": "button",
1396
- "label": "Open",
1397
- "event": "GENERATE",
1398
- "variant": "primary",
1399
- "icon": "sparkles"
1357
+ "type": "divider"
1358
+ },
1359
+ {
1360
+ "type": "empty-state",
1361
+ "icon": "tag",
1362
+ "title": "Nothing open",
1363
+ "description": "Click Open to view details in a modal overlay."
1400
1364
  }
1401
1365
  ]
1402
- },
1403
- {
1404
- "type": "divider"
1405
- },
1366
+ }
1367
+ ]
1368
+ ]
1369
+ },
1370
+ {
1371
+ "from": "open",
1372
+ "to": "closed",
1373
+ "event": "SAVE",
1374
+ "effects": [
1375
+ [
1376
+ "persist",
1377
+ "create",
1378
+ "AgentPlanner",
1379
+ "@payload.data"
1380
+ ],
1381
+ [
1382
+ "render-ui",
1383
+ "modal",
1384
+ null
1385
+ ],
1386
+ [
1387
+ "emit",
1388
+ "CLASSIFIED"
1389
+ ],
1390
+ [
1391
+ "ref",
1392
+ "AgentPlanner"
1393
+ ],
1394
+ [
1395
+ "render-ui",
1396
+ "main",
1406
1397
  {
1407
- "type": "empty-state",
1408
- "icon": "sparkles",
1409
- "title": "Nothing open",
1410
- "description": "Click Open to view details in a modal overlay."
1398
+ "type": "stack",
1399
+ "direction": "vertical",
1400
+ "gap": "lg",
1401
+ "children": [
1402
+ {
1403
+ "type": "stack",
1404
+ "direction": "horizontal",
1405
+ "gap": "md",
1406
+ "justify": "space-between",
1407
+ "children": [
1408
+ {
1409
+ "type": "stack",
1410
+ "direction": "horizontal",
1411
+ "gap": "md",
1412
+ "children": [
1413
+ {
1414
+ "type": "icon",
1415
+ "name": "tag",
1416
+ "size": "lg"
1417
+ },
1418
+ {
1419
+ "type": "typography",
1420
+ "content": "AgentPlanner",
1421
+ "variant": "h2"
1422
+ }
1423
+ ]
1424
+ },
1425
+ {
1426
+ "type": "button",
1427
+ "label": "Open",
1428
+ "event": "CLASSIFY",
1429
+ "variant": "primary",
1430
+ "icon": "tag"
1431
+ }
1432
+ ]
1433
+ },
1434
+ {
1435
+ "type": "divider"
1436
+ },
1437
+ {
1438
+ "type": "empty-state",
1439
+ "icon": "tag",
1440
+ "title": "Nothing open",
1441
+ "description": "Click Open to view details in a modal overlay."
1442
+ }
1443
+ ]
1411
1444
  }
1445
+ ],
1446
+ [
1447
+ "notify",
1448
+ "AgentPlanner created successfully"
1412
1449
  ]
1413
- }
1414
- ]
1450
+ ]
1451
+ }
1452
+ ]
1453
+ },
1454
+ "listens": []
1455
+ },
1456
+ {
1457
+ "name": "PlannerCompletionFlow",
1458
+ "linkedEntity": "AgentPlanner",
1459
+ "category": "interaction",
1460
+ "emits": [
1461
+ {
1462
+ "event": "SAVE",
1463
+ "scope": "internal"
1464
+ },
1465
+ {
1466
+ "event": "GENERATED",
1467
+ "scope": "internal"
1468
+ }
1469
+ ],
1470
+ "stateMachine": {
1471
+ "states": [
1472
+ {
1473
+ "name": "closed",
1474
+ "isInitial": true
1475
+ },
1476
+ {
1477
+ "name": "open"
1478
+ }
1415
1479
  ],
1416
- "GENERATE": [
1417
- [
1418
- "render-ui",
1419
- "modal",
1420
- {
1421
- "type": "stack",
1422
- "direction": "vertical",
1423
- "gap": "md",
1424
- "children": [
1480
+ "events": [
1481
+ {
1482
+ "key": "INIT",
1483
+ "name": "Initialize"
1484
+ },
1485
+ {
1486
+ "key": "GENERATE",
1487
+ "name": "Open"
1488
+ },
1489
+ {
1490
+ "key": "CLOSE",
1491
+ "name": "Close"
1492
+ },
1493
+ {
1494
+ "key": "SAVE",
1495
+ "name": "Save",
1496
+ "payload": [
1497
+ {
1498
+ "name": "data",
1499
+ "type": "object",
1500
+ "required": true
1501
+ }
1502
+ ]
1503
+ }
1504
+ ],
1505
+ "transitions": [
1506
+ {
1507
+ "from": "closed",
1508
+ "to": "closed",
1509
+ "event": "INIT",
1510
+ "effects": [
1511
+ [
1512
+ "ref",
1513
+ "AgentPlanner"
1514
+ ],
1515
+ [
1516
+ "render-ui",
1517
+ "main",
1425
1518
  {
1426
1519
  "type": "stack",
1427
- "direction": "horizontal",
1428
- "gap": "sm",
1520
+ "direction": "vertical",
1521
+ "gap": "lg",
1429
1522
  "children": [
1430
1523
  {
1431
- "type": "icon",
1432
- "name": "sparkles",
1433
- "size": "md"
1524
+ "type": "stack",
1525
+ "direction": "horizontal",
1526
+ "gap": "md",
1527
+ "justify": "space-between",
1528
+ "children": [
1529
+ {
1530
+ "type": "stack",
1531
+ "direction": "horizontal",
1532
+ "gap": "md",
1533
+ "children": [
1534
+ {
1535
+ "type": "icon",
1536
+ "name": "sparkles",
1537
+ "size": "lg"
1538
+ },
1539
+ {
1540
+ "type": "typography",
1541
+ "content": "AgentPlanner",
1542
+ "variant": "h2"
1543
+ }
1544
+ ]
1545
+ },
1546
+ {
1547
+ "type": "button",
1548
+ "label": "Open",
1549
+ "event": "GENERATE",
1550
+ "variant": "primary",
1551
+ "icon": "sparkles"
1552
+ }
1553
+ ]
1434
1554
  },
1435
1555
  {
1436
- "type": "typography",
1437
- "content": "AgentPlanner",
1438
- "variant": "h3"
1556
+ "type": "divider"
1557
+ },
1558
+ {
1559
+ "type": "empty-state",
1560
+ "icon": "sparkles",
1561
+ "title": "Nothing open",
1562
+ "description": "Click Open to view details in a modal overlay."
1439
1563
  }
1440
1564
  ]
1441
- },
1442
- {
1443
- "type": "divider"
1444
- },
1565
+ }
1566
+ ]
1567
+ ]
1568
+ },
1569
+ {
1570
+ "from": "closed",
1571
+ "to": "open",
1572
+ "event": "GENERATE",
1573
+ "effects": [
1574
+ [
1575
+ "render-ui",
1576
+ "modal",
1445
1577
  {
1446
1578
  "type": "stack",
1447
- "direction": "horizontal",
1448
- "gap": "sm",
1579
+ "direction": "vertical",
1580
+ "gap": "md",
1449
1581
  "children": [
1450
1582
  {
1451
- "type": "badge",
1452
- "label": "@entity.provider"
1583
+ "type": "stack",
1584
+ "direction": "horizontal",
1585
+ "gap": "sm",
1586
+ "children": [
1587
+ {
1588
+ "type": "icon",
1589
+ "name": "sparkles",
1590
+ "size": "md"
1591
+ },
1592
+ {
1593
+ "type": "typography",
1594
+ "content": "AgentPlanner",
1595
+ "variant": "h3"
1596
+ }
1597
+ ]
1598
+ },
1599
+ {
1600
+ "type": "divider"
1601
+ },
1602
+ {
1603
+ "type": "stack",
1604
+ "direction": "horizontal",
1605
+ "gap": "sm",
1606
+ "children": [
1607
+ {
1608
+ "type": "badge",
1609
+ "label": "@entity.provider"
1610
+ },
1611
+ {
1612
+ "type": "badge",
1613
+ "label": "@entity.model"
1614
+ }
1615
+ ]
1453
1616
  },
1454
1617
  {
1455
- "type": "badge",
1456
- "label": "@entity.model"
1618
+ "type": "form-section",
1619
+ "entity": "AgentPlanner",
1620
+ "mode": "create",
1621
+ "submitEvent": "SAVE",
1622
+ "cancelEvent": "CLOSE",
1623
+ "fields": [
1624
+ "prompt"
1625
+ ]
1457
1626
  }
1458
1627
  ]
1459
- },
1460
- {
1461
- "type": "form-section",
1462
- "entity": "AgentPlanner",
1463
- "mode": "create",
1464
- "submitEvent": "SAVE",
1465
- "cancelEvent": "CLOSE",
1466
- "fields": [
1467
- "prompt"
1468
- ]
1469
1628
  }
1470
1629
  ]
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": [
1630
+ ]
1631
+ },
1632
+ {
1633
+ "from": "open",
1634
+ "to": "closed",
1635
+ "event": "CLOSE",
1636
+ "effects": [
1637
+ [
1638
+ "render-ui",
1639
+ "modal",
1640
+ null
1641
+ ],
1642
+ [
1643
+ "notify",
1644
+ "Cancelled",
1645
+ "info"
1646
+ ],
1647
+ [
1648
+ "ref",
1649
+ "AgentPlanner"
1650
+ ],
1651
+ [
1652
+ "render-ui",
1653
+ "main",
1497
1654
  {
1498
1655
  "type": "stack",
1499
- "direction": "horizontal",
1500
- "gap": "md",
1501
- "justify": "space-between",
1656
+ "direction": "vertical",
1657
+ "gap": "lg",
1502
1658
  "children": [
1503
1659
  {
1504
1660
  "type": "stack",
1505
1661
  "direction": "horizontal",
1506
1662
  "gap": "md",
1663
+ "justify": "space-between",
1507
1664
  "children": [
1508
1665
  {
1509
- "type": "icon",
1510
- "name": "sparkles",
1511
- "size": "lg"
1666
+ "type": "stack",
1667
+ "direction": "horizontal",
1668
+ "gap": "md",
1669
+ "children": [
1670
+ {
1671
+ "type": "icon",
1672
+ "name": "sparkles",
1673
+ "size": "lg"
1674
+ },
1675
+ {
1676
+ "type": "typography",
1677
+ "content": "AgentPlanner",
1678
+ "variant": "h2"
1679
+ }
1680
+ ]
1512
1681
  },
1513
1682
  {
1514
- "type": "typography",
1515
- "content": "AgentPlanner",
1516
- "variant": "h2"
1683
+ "type": "button",
1684
+ "label": "Open",
1685
+ "event": "GENERATE",
1686
+ "variant": "primary",
1687
+ "icon": "sparkles"
1517
1688
  }
1518
1689
  ]
1519
1690
  },
1520
1691
  {
1521
- "type": "button",
1522
- "label": "Open",
1523
- "event": "GENERATE",
1524
- "variant": "primary",
1525
- "icon": "sparkles"
1692
+ "type": "divider"
1693
+ },
1694
+ {
1695
+ "type": "empty-state",
1696
+ "icon": "sparkles",
1697
+ "title": "Nothing open",
1698
+ "description": "Click Open to view details in a modal overlay."
1526
1699
  }
1527
1700
  ]
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
1701
  }
1538
1702
  ]
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": [
1703
+ ]
1704
+ },
1705
+ {
1706
+ "from": "open",
1707
+ "to": "closed",
1708
+ "event": "SAVE",
1709
+ "effects": [
1710
+ [
1711
+ "persist",
1712
+ "create",
1713
+ "AgentPlanner",
1714
+ "@payload.data"
1715
+ ],
1716
+ [
1717
+ "render-ui",
1718
+ "modal",
1719
+ null
1720
+ ],
1721
+ [
1722
+ "emit",
1723
+ "GENERATED"
1724
+ ],
1725
+ [
1726
+ "ref",
1727
+ "AgentPlanner"
1728
+ ],
1729
+ [
1730
+ "render-ui",
1731
+ "main",
1570
1732
  {
1571
1733
  "type": "stack",
1572
- "direction": "horizontal",
1573
- "gap": "md",
1574
- "justify": "space-between",
1734
+ "direction": "vertical",
1735
+ "gap": "lg",
1575
1736
  "children": [
1576
1737
  {
1577
1738
  "type": "stack",
1578
1739
  "direction": "horizontal",
1579
1740
  "gap": "md",
1741
+ "justify": "space-between",
1580
1742
  "children": [
1581
1743
  {
1582
- "type": "icon",
1583
- "name": "sparkles",
1584
- "size": "lg"
1744
+ "type": "stack",
1745
+ "direction": "horizontal",
1746
+ "gap": "md",
1747
+ "children": [
1748
+ {
1749
+ "type": "icon",
1750
+ "name": "sparkles",
1751
+ "size": "lg"
1752
+ },
1753
+ {
1754
+ "type": "typography",
1755
+ "content": "AgentPlanner",
1756
+ "variant": "h2"
1757
+ }
1758
+ ]
1585
1759
  },
1586
1760
  {
1587
- "type": "typography",
1588
- "content": "AgentPlanner",
1589
- "variant": "h2"
1761
+ "type": "button",
1762
+ "label": "Open",
1763
+ "event": "GENERATE",
1764
+ "variant": "primary",
1765
+ "icon": "sparkles"
1590
1766
  }
1591
1767
  ]
1592
1768
  },
1593
1769
  {
1594
- "type": "button",
1595
- "label": "Open",
1596
- "event": "GENERATE",
1597
- "variant": "primary",
1598
- "icon": "sparkles"
1770
+ "type": "divider"
1771
+ },
1772
+ {
1773
+ "type": "empty-state",
1774
+ "icon": "sparkles",
1775
+ "title": "Nothing open",
1776
+ "description": "Click Open to view details in a modal overlay."
1599
1777
  }
1600
1778
  ]
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
1779
  }
1780
+ ],
1781
+ [
1782
+ "notify",
1783
+ "AgentPlanner created successfully"
1611
1784
  ]
1612
- }
1613
- ]
1785
+ ]
1786
+ }
1614
1787
  ]
1615
- }
1788
+ },
1789
+ "listens": []
1616
1790
  },
1617
1791
  {
1618
- "ref": "AgentMemory.traits.AgentMemoryBrowse",
1619
1792
  "name": "PlannerMemoryLifecycle",
1620
1793
  "linkedEntity": "AgentPlanner",
1794
+ "category": "interaction",
1621
1795
  "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": [
1796
+ "stateMachine": {
1797
+ "states": [
1798
+ {
1799
+ "name": "browsing",
1800
+ "isInitial": true
1801
+ }
1802
+ ],
1803
+ "events": [
1804
+ {
1805
+ "key": "INIT",
1806
+ "name": "Initialize"
1807
+ },
1808
+ {
1809
+ "key": "MEMORIZE",
1810
+ "name": "MEMORIZE"
1811
+ },
1812
+ {
1813
+ "key": "RECALL",
1814
+ "name": "RECALL"
1815
+ },
1816
+ {
1817
+ "key": "DECAY",
1818
+ "name": "DECAY"
1819
+ },
1820
+ {
1821
+ "key": "PIN",
1822
+ "name": "PIN",
1823
+ "payload": [
1824
+ {
1825
+ "name": "id",
1826
+ "type": "string",
1827
+ "required": true
1828
+ },
1829
+ {
1830
+ "name": "row",
1831
+ "type": "object"
1832
+ }
1833
+ ]
1834
+ },
1835
+ {
1836
+ "key": "REINFORCE",
1837
+ "name": "REINFORCE",
1838
+ "payload": [
1839
+ {
1840
+ "name": "id",
1841
+ "type": "string",
1842
+ "required": true
1843
+ },
1844
+ {
1845
+ "name": "row",
1846
+ "type": "object"
1847
+ }
1848
+ ]
1849
+ },
1850
+ {
1851
+ "key": "FORGET",
1852
+ "name": "FORGET",
1853
+ "payload": [
1854
+ {
1855
+ "name": "id",
1856
+ "type": "string",
1857
+ "required": true
1858
+ },
1859
+ {
1860
+ "name": "row",
1861
+ "type": "object"
1862
+ }
1863
+ ]
1864
+ }
1865
+ ],
1866
+ "transitions": [
1867
+ {
1868
+ "from": "browsing",
1869
+ "to": "browsing",
1870
+ "event": "INIT",
1871
+ "effects": [
1872
+ [
1873
+ "ref",
1874
+ "AgentPlanner"
1875
+ ],
1876
+ [
1877
+ "render-ui",
1878
+ "main",
1638
1879
  {
1639
1880
  "type": "stack",
1640
- "direction": "horizontal",
1641
- "gap": "md",
1642
- "justify": "space-between",
1643
- "align": "center",
1881
+ "direction": "vertical",
1882
+ "gap": "lg",
1883
+ "className": "max-w-5xl mx-auto w-full",
1644
1884
  "children": [
1645
1885
  {
1646
1886
  "type": "stack",
1647
1887
  "direction": "horizontal",
1648
- "gap": "sm",
1888
+ "gap": "md",
1889
+ "justify": "space-between",
1649
1890
  "align": "center",
1650
1891
  "children": [
1651
1892
  {
1652
- "type": "icon",
1653
- "name": "brain",
1654
- "size": "lg"
1893
+ "type": "stack",
1894
+ "direction": "horizontal",
1895
+ "gap": "sm",
1896
+ "align": "center",
1897
+ "children": [
1898
+ {
1899
+ "type": "icon",
1900
+ "name": "brain",
1901
+ "size": "lg"
1902
+ },
1903
+ {
1904
+ "type": "typography",
1905
+ "content": "AgentPlanner Manager",
1906
+ "variant": "h2"
1907
+ }
1908
+ ]
1655
1909
  },
1656
1910
  {
1657
- "type": "typography",
1658
- "content": "AgentPlanner Manager",
1659
- "variant": "h2"
1911
+ "type": "stack",
1912
+ "direction": "horizontal",
1913
+ "gap": "sm",
1914
+ "children": [
1915
+ {
1916
+ "type": "button",
1917
+ "label": "Memorize",
1918
+ "event": "MEMORIZE",
1919
+ "variant": "primary",
1920
+ "icon": "plus"
1921
+ },
1922
+ {
1923
+ "type": "button",
1924
+ "label": "Recall",
1925
+ "event": "RECALL",
1926
+ "variant": "secondary",
1927
+ "icon": "search"
1928
+ },
1929
+ {
1930
+ "type": "button",
1931
+ "label": "Decay All",
1932
+ "event": "DECAY",
1933
+ "variant": "ghost",
1934
+ "icon": "clock"
1935
+ }
1936
+ ]
1660
1937
  }
1661
1938
  ]
1662
1939
  },
1663
1940
  {
1664
- "type": "stack",
1665
- "direction": "horizontal",
1666
- "gap": "sm",
1667
- "children": [
1941
+ "type": "divider"
1942
+ },
1943
+ {
1944
+ "type": "data-grid",
1945
+ "entity": "AgentPlanner",
1946
+ "emptyIcon": "inbox",
1947
+ "emptyTitle": "No memories yet",
1948
+ "emptyDescription": "Create your first memory to get started.",
1949
+ "itemActions": [
1668
1950
  {
1669
- "type": "button",
1670
- "label": "Memorize",
1671
- "event": "MEMORIZE",
1672
- "variant": "primary",
1673
- "icon": "plus"
1951
+ "label": "Pin",
1952
+ "event": "PIN",
1953
+ "variant": "ghost",
1954
+ "size": "sm"
1674
1955
  },
1675
1956
  {
1676
- "type": "button",
1677
- "label": "Recall",
1678
- "event": "RECALL",
1679
- "variant": "secondary",
1680
- "icon": "search"
1957
+ "label": "Reinforce",
1958
+ "event": "REINFORCE",
1959
+ "variant": "ghost",
1960
+ "size": "sm"
1681
1961
  },
1682
1962
  {
1683
- "type": "button",
1684
- "label": "Decay All",
1685
- "event": "DECAY",
1686
- "variant": "ghost",
1687
- "icon": "clock"
1963
+ "label": "Forget",
1964
+ "event": "FORGET",
1965
+ "variant": "danger",
1966
+ "size": "sm"
1967
+ }
1968
+ ],
1969
+ "columns": [
1970
+ {
1971
+ "name": "content",
1972
+ "label": "Content",
1973
+ "variant": "h4",
1974
+ "icon": "brain"
1975
+ },
1976
+ {
1977
+ "name": "category",
1978
+ "label": "Category",
1979
+ "variant": "badge",
1980
+ "colorMap": {
1981
+ "active": "success",
1982
+ "completed": "success",
1983
+ "done": "success",
1984
+ "pending": "warning",
1985
+ "draft": "warning",
1986
+ "scheduled": "warning",
1987
+ "inactive": "neutral",
1988
+ "archived": "neutral",
1989
+ "disabled": "neutral",
1990
+ "error": "destructive",
1991
+ "cancelled": "destructive",
1992
+ "failed": "destructive"
1993
+ }
1994
+ },
1995
+ {
1996
+ "name": "strength",
1997
+ "label": "Strength",
1998
+ "variant": "caption"
1688
1999
  }
1689
2000
  ]
1690
2001
  }
1691
2002
  ]
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
2003
  }
1755
2004
  ]
1756
- }
1757
- ]
2005
+ ]
2006
+ }
1758
2007
  ]
1759
2008
  }
1760
2009
  }
@@ -1783,5 +2032,6 @@
1783
2032
  }
1784
2033
  ]
1785
2034
  }
1786
- ]
1787
- }
2035
+ ],
2036
+ "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."
2037
+ }