@almadar/std 5.0.0 → 5.2.0

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