@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,20 +1,9 @@
1
1
  {
2
- "name": "std-agent-pipeline",
2
+ "name": "Agent Pipeline",
3
3
  "version": "1.0.0",
4
- "description": "Multi-step pipeline organism. Composes planner + tool-loop molecules with session management, step progress tracking, and a session tree drawer.",
5
4
  "orbitals": [
6
5
  {
7
6
  "name": "PipelinePlanOrbital",
8
- "uses": [
9
- {
10
- "from": "std/behaviors/std-agent-step-progress",
11
- "as": "AgentStepProgress"
12
- },
13
- {
14
- "from": "std/behaviors/std-drawer",
15
- "as": "Drawer"
16
- }
17
- ],
18
7
  "entity": {
19
8
  "name": "PipelinePlan",
20
9
  "persistence": "runtime",
@@ -619,10 +608,7 @@
619
608
  "type": "badge",
620
609
  "label": [
621
610
  "str/concat",
622
- [
623
- "str/concat",
624
- "@entity.memoryCount"
625
- ],
611
+ "@entity.memoryCount",
626
612
  " memories loaded"
627
613
  ]
628
614
  }
@@ -751,10 +737,7 @@
751
737
  "label": "Confidence",
752
738
  "value": [
753
739
  "str/concat",
754
- [
755
- "str/concat",
756
- "@entity.confidence"
757
- ],
740
+ "@entity.confidence",
758
741
  "%"
759
742
  ],
760
743
  "icon": "target"
@@ -1731,6 +1714,10 @@
1731
1714
  }
1732
1715
  ]
1733
1716
  }
1717
+ ],
1718
+ [
1719
+ "notify",
1720
+ "PipelinePlan created successfully"
1734
1721
  ]
1735
1722
  ]
1736
1723
  }
@@ -2131,6 +2118,10 @@
2131
2118
  }
2132
2119
  ]
2133
2120
  }
2121
+ ],
2122
+ [
2123
+ "notify",
2124
+ "PipelinePlan created successfully"
2134
2125
  ]
2135
2126
  ]
2136
2127
  }
@@ -2939,15 +2930,9 @@
2939
2930
  "label": [
2940
2931
  "str/concat",
2941
2932
  "Iteration ",
2942
- [
2943
- "str/concat",
2944
- "@entity.iterations"
2945
- ],
2933
+ "@entity.iterations",
2946
2934
  "/",
2947
- [
2948
- "str/concat",
2949
- "@entity.maxIterations"
2950
- ]
2935
+ "@entity.maxIterations"
2951
2936
  ]
2952
2937
  }
2953
2938
  ]
@@ -3082,10 +3067,7 @@
3082
3067
  "label": [
3083
3068
  "str/concat",
3084
3069
  "Iteration ",
3085
- [
3086
- "str/concat",
3087
- "@entity.iterations"
3088
- ]
3070
+ "@entity.iterations"
3089
3071
  ]
3090
3072
  }
3091
3073
  ]
@@ -3347,15 +3329,9 @@
3347
3329
  "label": [
3348
3330
  "str/concat",
3349
3331
  "Iteration ",
3350
- [
3351
- "str/concat",
3352
- "@entity.iterations"
3353
- ],
3332
+ "@entity.iterations",
3354
3333
  "/",
3355
- [
3356
- "str/concat",
3357
- "@entity.maxIterations"
3358
- ]
3334
+ "@entity.maxIterations"
3359
3335
  ]
3360
3336
  }
3361
3337
  ]
@@ -5509,6 +5485,10 @@
5509
5485
  }
5510
5486
  ]
5511
5487
  }
5488
+ ],
5489
+ [
5490
+ "notify",
5491
+ "PipelineExec created successfully"
5512
5492
  ]
5513
5493
  ]
5514
5494
  }
@@ -5895,6 +5875,10 @@
5895
5875
  }
5896
5876
  ]
5897
5877
  }
5878
+ ],
5879
+ [
5880
+ "notify",
5881
+ "PipelineExec created successfully"
5898
5882
  ]
5899
5883
  ]
5900
5884
  }
@@ -8246,6 +8230,10 @@
8246
8230
  [
8247
8231
  "emit",
8248
8232
  "LABELED"
8233
+ ],
8234
+ [
8235
+ "notify",
8236
+ "PipelineSession updated successfully"
8249
8237
  ]
8250
8238
  ]
8251
8239
  }
@@ -8433,6 +8421,10 @@
8433
8421
  [
8434
8422
  "emit",
8435
8423
  "FORKED"
8424
+ ],
8425
+ [
8426
+ "notify",
8427
+ "PipelineSession created successfully"
8436
8428
  ]
8437
8429
  ]
8438
8430
  },
@@ -8466,6 +8458,10 @@
8466
8458
  [
8467
8459
  "emit",
8468
8460
  "FORKED"
8461
+ ],
8462
+ [
8463
+ "notify",
8464
+ "PipelineSession created successfully"
8469
8465
  ]
8470
8466
  ]
8471
8467
  },
@@ -9094,6 +9090,10 @@
9094
9090
  [
9095
9091
  "emit",
9096
9092
  "MEMORIZED"
9093
+ ],
9094
+ [
9095
+ "notify",
9096
+ "ExecutionLog created successfully"
9097
9097
  ]
9098
9098
  ]
9099
9099
  }
@@ -9292,6 +9292,10 @@
9292
9292
  "create",
9293
9293
  "ExecutionLog",
9294
9294
  "@payload.data"
9295
+ ],
9296
+ [
9297
+ "notify",
9298
+ "ExecutionLog created successfully"
9295
9299
  ]
9296
9300
  ]
9297
9301
  },
@@ -9466,230 +9470,715 @@
9466
9470
  },
9467
9471
  "traits": [
9468
9472
  {
9469
- "ref": "AgentStepProgress.traits.AgentStepProgressProgress",
9470
9473
  "name": "PipelineStepProgress",
9471
9474
  "linkedEntity": "PipelineProgress",
9472
- "effects": {
9473
- "INIT": [
9474
- [
9475
- "fetch",
9476
- "PipelineProgress"
9477
- ],
9478
- [
9479
- "render-ui",
9480
- "main",
9475
+ "category": "interaction",
9476
+ "emits": [
9477
+ {
9478
+ "event": "ADVANCE",
9479
+ "scope": "external",
9480
+ "payload": [
9481
9481
  {
9482
- "type": "dashboard-layout",
9483
- "appName": "Agent Pipeline",
9484
- "navItems": [
9485
- {
9486
- "label": "Pipeline",
9487
- "href": "/pipeline",
9488
- "icon": "git-branch"
9489
- },
9490
- {
9491
- "label": "Execution",
9492
- "href": "/execution",
9493
- "icon": "play"
9494
- },
9495
- {
9496
- "label": "Logs",
9497
- "href": "/logs",
9498
- "icon": "terminal"
9499
- }
9482
+ "name": "step",
9483
+ "type": "number"
9484
+ }
9485
+ ]
9486
+ },
9487
+ {
9488
+ "event": "COMPLETE",
9489
+ "scope": "external",
9490
+ "payload": [
9491
+ {
9492
+ "name": "totalSteps",
9493
+ "type": "number"
9494
+ }
9495
+ ]
9496
+ },
9497
+ {
9498
+ "event": "FAIL",
9499
+ "scope": "external",
9500
+ "payload": [
9501
+ {
9502
+ "name": "step",
9503
+ "type": "number"
9504
+ }
9505
+ ]
9506
+ }
9507
+ ],
9508
+ "listens": [
9509
+ {
9510
+ "event": "ADVANCE",
9511
+ "triggers": "ADVANCE",
9512
+ "scope": "external"
9513
+ },
9514
+ {
9515
+ "event": "COMPLETE",
9516
+ "triggers": "COMPLETE",
9517
+ "scope": "external"
9518
+ },
9519
+ {
9520
+ "event": "FAIL",
9521
+ "triggers": "FAIL",
9522
+ "scope": "external"
9523
+ }
9524
+ ],
9525
+ "stateMachine": {
9526
+ "states": [
9527
+ {
9528
+ "name": "idle",
9529
+ "isInitial": true
9530
+ },
9531
+ {
9532
+ "name": "in_progress"
9533
+ },
9534
+ {
9535
+ "name": "completed"
9536
+ },
9537
+ {
9538
+ "name": "failed"
9539
+ }
9540
+ ],
9541
+ "events": [
9542
+ {
9543
+ "key": "INIT",
9544
+ "name": "Initialize"
9545
+ },
9546
+ {
9547
+ "key": "START",
9548
+ "name": "Start Pipeline"
9549
+ },
9550
+ {
9551
+ "key": "ADVANCE",
9552
+ "name": "Advance Step"
9553
+ },
9554
+ {
9555
+ "key": "COMPLETE",
9556
+ "name": "Complete Pipeline"
9557
+ },
9558
+ {
9559
+ "key": "FAIL",
9560
+ "name": "Pipeline Failed"
9561
+ },
9562
+ {
9563
+ "key": "RESET",
9564
+ "name": "Reset Pipeline"
9565
+ }
9566
+ ],
9567
+ "transitions": [
9568
+ {
9569
+ "from": "idle",
9570
+ "to": "idle",
9571
+ "event": "INIT",
9572
+ "effects": [
9573
+ [
9574
+ "fetch",
9575
+ "PipelineProgress"
9500
9576
  ],
9501
- "children": [
9577
+ [
9578
+ "render-ui",
9579
+ "main",
9502
9580
  {
9503
- "type": "stack",
9504
- "direction": "vertical",
9505
- "gap": "lg",
9506
- "children": [
9581
+ "type": "dashboard-layout",
9582
+ "appName": "Agent Pipeline",
9583
+ "navItems": [
9507
9584
  {
9508
- "type": "stack",
9509
- "direction": "horizontal",
9510
- "gap": "sm",
9511
- "align": "center",
9512
- "children": [
9513
- {
9514
- "type": "icon",
9515
- "name": "list-ordered",
9516
- "size": "lg"
9517
- },
9518
- {
9519
- "type": "typography",
9520
- "content": "PipelineProgress",
9521
- "variant": "h2"
9522
- },
9523
- {
9524
- "type": "badge",
9525
- "label": "Idle",
9526
- "variant": "default"
9527
- }
9528
- ]
9585
+ "label": "Pipeline",
9586
+ "href": "/pipeline",
9587
+ "icon": "git-branch"
9529
9588
  },
9530
9589
  {
9531
- "type": "divider"
9590
+ "label": "Execution",
9591
+ "href": "/execution",
9592
+ "icon": "play"
9532
9593
  },
9533
9594
  {
9534
- "type": "wizard-progress",
9535
- "currentStep": "@entity.currentStep",
9536
- "steps": [
9537
- {
9538
- "id": "0",
9539
- "title": "Plan"
9540
- },
9595
+ "label": "Logs",
9596
+ "href": "/logs",
9597
+ "icon": "terminal"
9598
+ }
9599
+ ],
9600
+ "children": [
9601
+ {
9602
+ "type": "stack",
9603
+ "direction": "vertical",
9604
+ "gap": "lg",
9605
+ "children": [
9541
9606
  {
9542
- "id": "1",
9543
- "title": "Execute"
9607
+ "type": "stack",
9608
+ "direction": "horizontal",
9609
+ "gap": "sm",
9610
+ "align": "center",
9611
+ "children": [
9612
+ {
9613
+ "type": "icon",
9614
+ "name": "list-ordered",
9615
+ "size": "lg"
9616
+ },
9617
+ {
9618
+ "type": "typography",
9619
+ "content": "PipelineProgress",
9620
+ "variant": "h2"
9621
+ },
9622
+ {
9623
+ "type": "badge",
9624
+ "label": "Idle",
9625
+ "variant": "default"
9626
+ }
9627
+ ]
9544
9628
  },
9545
9629
  {
9546
- "id": "2",
9547
- "title": "Checkpoint"
9630
+ "type": "divider"
9548
9631
  },
9549
9632
  {
9550
- "id": "3",
9551
- "title": "Verify"
9633
+ "type": "wizard-progress",
9634
+ "currentStep": "@entity.currentStep",
9635
+ "steps": [
9636
+ {
9637
+ "id": "0",
9638
+ "title": "Plan"
9639
+ },
9640
+ {
9641
+ "id": "1",
9642
+ "title": "Execute"
9643
+ },
9644
+ {
9645
+ "id": "2",
9646
+ "title": "Checkpoint"
9647
+ },
9648
+ {
9649
+ "id": "3",
9650
+ "title": "Verify"
9651
+ },
9652
+ {
9653
+ "id": "4",
9654
+ "title": "Done"
9655
+ }
9656
+ ]
9552
9657
  },
9553
9658
  {
9554
- "id": "4",
9555
- "title": "Done"
9659
+ "type": "button",
9660
+ "label": "Start",
9661
+ "event": "START",
9662
+ "variant": "primary",
9663
+ "icon": "play"
9556
9664
  }
9557
9665
  ]
9558
- },
9559
- {
9560
- "type": "button",
9561
- "label": "Start",
9562
- "event": "START",
9563
- "variant": "primary",
9564
- "icon": "play"
9565
9666
  }
9566
9667
  ]
9567
9668
  }
9568
9669
  ]
9569
- }
9570
- ]
9571
- ],
9572
- "START": [
9573
- [
9574
- "set",
9575
- "@entity.status",
9576
- "in_progress"
9577
- ],
9578
- [
9579
- "set",
9580
- "@entity.currentStep",
9581
- 0
9582
- ],
9583
- [
9584
- "render-ui",
9585
- "main",
9586
- {
9587
- "type": "dashboard-layout",
9588
- "appName": "Agent Pipeline",
9589
- "navItems": [
9590
- {
9591
- "label": "Pipeline",
9592
- "href": "/pipeline",
9593
- "icon": "git-branch"
9594
- },
9595
- {
9596
- "label": "Execution",
9597
- "href": "/execution",
9598
- "icon": "play"
9599
- },
9600
- {
9601
- "label": "Logs",
9602
- "href": "/logs",
9603
- "icon": "terminal"
9604
- }
9670
+ ]
9671
+ },
9672
+ {
9673
+ "from": "idle",
9674
+ "to": "in_progress",
9675
+ "event": "START",
9676
+ "effects": [
9677
+ [
9678
+ "set",
9679
+ "@entity.status",
9680
+ "in_progress"
9605
9681
  ],
9606
- "children": [
9607
- {
9608
- "type": "stack",
9609
- "direction": "vertical",
9610
- "gap": "lg",
9611
- "children": [
9612
- {
9613
- "type": "stack",
9614
- "direction": "horizontal",
9615
- "gap": "sm",
9616
- "align": "center",
9682
+ [
9683
+ "set",
9684
+ "@entity.currentStep",
9685
+ 0
9686
+ ],
9687
+ [
9688
+ "render-ui",
9689
+ "main",
9690
+ {
9691
+ "type": "dashboard-layout",
9692
+ "appName": "Agent Pipeline",
9693
+ "navItems": [
9694
+ {
9695
+ "label": "Pipeline",
9696
+ "href": "/pipeline",
9697
+ "icon": "git-branch"
9698
+ },
9699
+ {
9700
+ "label": "Execution",
9701
+ "href": "/execution",
9702
+ "icon": "play"
9703
+ },
9704
+ {
9705
+ "label": "Logs",
9706
+ "href": "/logs",
9707
+ "icon": "terminal"
9708
+ }
9709
+ ],
9710
+ "children": [
9711
+ {
9712
+ "type": "stack",
9713
+ "direction": "vertical",
9714
+ "gap": "lg",
9617
9715
  "children": [
9618
9716
  {
9619
- "type": "icon",
9620
- "name": "loader",
9621
- "size": "lg"
9717
+ "type": "stack",
9718
+ "direction": "horizontal",
9719
+ "gap": "sm",
9720
+ "align": "center",
9721
+ "children": [
9722
+ {
9723
+ "type": "icon",
9724
+ "name": "loader",
9725
+ "size": "lg"
9726
+ },
9727
+ {
9728
+ "type": "typography",
9729
+ "content": "PipelineProgress",
9730
+ "variant": "h2"
9731
+ },
9732
+ {
9733
+ "type": "badge",
9734
+ "label": "In Progress",
9735
+ "variant": "warning"
9736
+ }
9737
+ ]
9622
9738
  },
9623
9739
  {
9624
- "type": "typography",
9625
- "content": "PipelineProgress",
9626
- "variant": "h2"
9740
+ "type": "divider"
9627
9741
  },
9628
9742
  {
9629
- "type": "badge",
9630
- "label": "In Progress",
9631
- "variant": "warning"
9743
+ "type": "wizard-progress",
9744
+ "currentStep": "@entity.currentStep",
9745
+ "steps": [
9746
+ {
9747
+ "id": "0",
9748
+ "title": "Plan"
9749
+ },
9750
+ {
9751
+ "id": "1",
9752
+ "title": "Execute"
9753
+ },
9754
+ {
9755
+ "id": "2",
9756
+ "title": "Checkpoint"
9757
+ },
9758
+ {
9759
+ "id": "3",
9760
+ "title": "Verify"
9761
+ },
9762
+ {
9763
+ "id": "4",
9764
+ "title": "Done"
9765
+ }
9766
+ ]
9767
+ },
9768
+ {
9769
+ "type": "stack",
9770
+ "direction": "horizontal",
9771
+ "gap": "sm",
9772
+ "align": "center",
9773
+ "children": [
9774
+ {
9775
+ "type": "stat-display",
9776
+ "label": "Current Step",
9777
+ "value": "@entity.currentStep"
9778
+ },
9779
+ {
9780
+ "type": "stat-display",
9781
+ "label": "Total Steps",
9782
+ "value": "@entity.totalSteps"
9783
+ }
9784
+ ]
9785
+ },
9786
+ {
9787
+ "type": "stack",
9788
+ "direction": "horizontal",
9789
+ "gap": "sm",
9790
+ "children": [
9791
+ {
9792
+ "type": "button",
9793
+ "label": "Advance",
9794
+ "event": "ADVANCE",
9795
+ "variant": "primary",
9796
+ "icon": "chevron-right"
9797
+ },
9798
+ {
9799
+ "type": "button",
9800
+ "label": "Reset",
9801
+ "event": "RESET",
9802
+ "variant": "ghost",
9803
+ "icon": "rotate-ccw"
9804
+ }
9805
+ ]
9632
9806
  }
9633
9807
  ]
9808
+ }
9809
+ ]
9810
+ }
9811
+ ]
9812
+ ]
9813
+ },
9814
+ {
9815
+ "from": "in_progress",
9816
+ "to": "in_progress",
9817
+ "event": "ADVANCE",
9818
+ "guard": [
9819
+ "<",
9820
+ "@entity.currentStep",
9821
+ "@entity.totalSteps"
9822
+ ],
9823
+ "effects": [
9824
+ [
9825
+ "set",
9826
+ "@entity.currentStep",
9827
+ [
9828
+ "+",
9829
+ "@entity.currentStep",
9830
+ 1
9831
+ ]
9832
+ ],
9833
+ [
9834
+ "render-ui",
9835
+ "main",
9836
+ {
9837
+ "type": "dashboard-layout",
9838
+ "appName": "Agent Pipeline",
9839
+ "navItems": [
9840
+ {
9841
+ "label": "Pipeline",
9842
+ "href": "/pipeline",
9843
+ "icon": "git-branch"
9634
9844
  },
9635
9845
  {
9636
- "type": "divider"
9846
+ "label": "Execution",
9847
+ "href": "/execution",
9848
+ "icon": "play"
9849
+ },
9850
+ {
9851
+ "label": "Logs",
9852
+ "href": "/logs",
9853
+ "icon": "terminal"
9854
+ }
9855
+ ],
9856
+ "children": [
9857
+ {
9858
+ "type": "stack",
9859
+ "direction": "vertical",
9860
+ "gap": "lg",
9861
+ "children": [
9862
+ {
9863
+ "type": "stack",
9864
+ "direction": "horizontal",
9865
+ "gap": "sm",
9866
+ "align": "center",
9867
+ "children": [
9868
+ {
9869
+ "type": "icon",
9870
+ "name": "loader",
9871
+ "size": "lg"
9872
+ },
9873
+ {
9874
+ "type": "typography",
9875
+ "content": "PipelineProgress",
9876
+ "variant": "h2"
9877
+ },
9878
+ {
9879
+ "type": "badge",
9880
+ "label": "In Progress",
9881
+ "variant": "warning"
9882
+ }
9883
+ ]
9884
+ },
9885
+ {
9886
+ "type": "divider"
9887
+ },
9888
+ {
9889
+ "type": "wizard-progress",
9890
+ "currentStep": "@entity.currentStep",
9891
+ "steps": [
9892
+ {
9893
+ "id": "0",
9894
+ "title": "Plan"
9895
+ },
9896
+ {
9897
+ "id": "1",
9898
+ "title": "Execute"
9899
+ },
9900
+ {
9901
+ "id": "2",
9902
+ "title": "Checkpoint"
9903
+ },
9904
+ {
9905
+ "id": "3",
9906
+ "title": "Verify"
9907
+ },
9908
+ {
9909
+ "id": "4",
9910
+ "title": "Done"
9911
+ }
9912
+ ]
9913
+ },
9914
+ {
9915
+ "type": "stack",
9916
+ "direction": "horizontal",
9917
+ "gap": "sm",
9918
+ "align": "center",
9919
+ "children": [
9920
+ {
9921
+ "type": "stat-display",
9922
+ "label": "Current Step",
9923
+ "value": "@entity.currentStep"
9924
+ },
9925
+ {
9926
+ "type": "stat-display",
9927
+ "label": "Total Steps",
9928
+ "value": "@entity.totalSteps"
9929
+ }
9930
+ ]
9931
+ },
9932
+ {
9933
+ "type": "stack",
9934
+ "direction": "horizontal",
9935
+ "gap": "sm",
9936
+ "children": [
9937
+ {
9938
+ "type": "button",
9939
+ "label": "Advance",
9940
+ "event": "ADVANCE",
9941
+ "variant": "primary",
9942
+ "icon": "chevron-right"
9943
+ },
9944
+ {
9945
+ "type": "button",
9946
+ "label": "Reset",
9947
+ "event": "RESET",
9948
+ "variant": "ghost",
9949
+ "icon": "rotate-ccw"
9950
+ }
9951
+ ]
9952
+ }
9953
+ ]
9954
+ }
9955
+ ]
9956
+ }
9957
+ ]
9958
+ ]
9959
+ },
9960
+ {
9961
+ "from": "in_progress",
9962
+ "to": "completed",
9963
+ "event": "COMPLETE",
9964
+ "effects": [
9965
+ [
9966
+ "set",
9967
+ "@entity.status",
9968
+ "completed"
9969
+ ],
9970
+ [
9971
+ "set",
9972
+ "@entity.currentStep",
9973
+ "@entity.totalSteps"
9974
+ ],
9975
+ [
9976
+ "render-ui",
9977
+ "main",
9978
+ {
9979
+ "type": "dashboard-layout",
9980
+ "appName": "Agent Pipeline",
9981
+ "navItems": [
9982
+ {
9983
+ "label": "Pipeline",
9984
+ "href": "/pipeline",
9985
+ "icon": "git-branch"
9986
+ },
9987
+ {
9988
+ "label": "Execution",
9989
+ "href": "/execution",
9990
+ "icon": "play"
9637
9991
  },
9638
9992
  {
9639
- "type": "wizard-progress",
9640
- "currentStep": "@entity.currentStep",
9641
- "steps": [
9993
+ "label": "Logs",
9994
+ "href": "/logs",
9995
+ "icon": "terminal"
9996
+ }
9997
+ ],
9998
+ "children": [
9999
+ {
10000
+ "type": "stack",
10001
+ "direction": "vertical",
10002
+ "gap": "lg",
10003
+ "children": [
9642
10004
  {
9643
- "id": "0",
9644
- "title": "Plan"
10005
+ "type": "stack",
10006
+ "direction": "horizontal",
10007
+ "gap": "sm",
10008
+ "align": "center",
10009
+ "children": [
10010
+ {
10011
+ "type": "icon",
10012
+ "name": "check-circle",
10013
+ "size": "lg"
10014
+ },
10015
+ {
10016
+ "type": "typography",
10017
+ "content": "PipelineProgress",
10018
+ "variant": "h2"
10019
+ },
10020
+ {
10021
+ "type": "badge",
10022
+ "label": "Completed",
10023
+ "variant": "success"
10024
+ }
10025
+ ]
9645
10026
  },
9646
10027
  {
9647
- "id": "1",
9648
- "title": "Execute"
10028
+ "type": "divider"
9649
10029
  },
9650
10030
  {
9651
- "id": "2",
9652
- "title": "Checkpoint"
10031
+ "type": "wizard-progress",
10032
+ "currentStep": "@entity.totalSteps",
10033
+ "steps": [
10034
+ {
10035
+ "id": "0",
10036
+ "title": "Plan"
10037
+ },
10038
+ {
10039
+ "id": "1",
10040
+ "title": "Execute"
10041
+ },
10042
+ {
10043
+ "id": "2",
10044
+ "title": "Checkpoint"
10045
+ },
10046
+ {
10047
+ "id": "3",
10048
+ "title": "Verify"
10049
+ },
10050
+ {
10051
+ "id": "4",
10052
+ "title": "Done"
10053
+ }
10054
+ ]
9653
10055
  },
9654
10056
  {
9655
- "id": "3",
9656
- "title": "Verify"
10057
+ "type": "alert",
10058
+ "variant": "success",
10059
+ "message": "All steps completed successfully."
9657
10060
  },
9658
10061
  {
9659
- "id": "4",
9660
- "title": "Done"
10062
+ "type": "button",
10063
+ "label": "Reset",
10064
+ "event": "RESET",
10065
+ "variant": "ghost",
10066
+ "icon": "rotate-ccw"
9661
10067
  }
9662
10068
  ]
10069
+ }
10070
+ ]
10071
+ }
10072
+ ]
10073
+ ]
10074
+ },
10075
+ {
10076
+ "from": "in_progress",
10077
+ "to": "failed",
10078
+ "event": "FAIL",
10079
+ "effects": [
10080
+ [
10081
+ "set",
10082
+ "@entity.status",
10083
+ "failed"
10084
+ ],
10085
+ [
10086
+ "render-ui",
10087
+ "main",
10088
+ {
10089
+ "type": "dashboard-layout",
10090
+ "appName": "Agent Pipeline",
10091
+ "navItems": [
10092
+ {
10093
+ "label": "Pipeline",
10094
+ "href": "/pipeline",
10095
+ "icon": "git-branch"
9663
10096
  },
10097
+ {
10098
+ "label": "Execution",
10099
+ "href": "/execution",
10100
+ "icon": "play"
10101
+ },
10102
+ {
10103
+ "label": "Logs",
10104
+ "href": "/logs",
10105
+ "icon": "terminal"
10106
+ }
10107
+ ],
10108
+ "children": [
9664
10109
  {
9665
10110
  "type": "stack",
9666
- "direction": "horizontal",
9667
- "gap": "sm",
9668
- "align": "center",
10111
+ "direction": "vertical",
10112
+ "gap": "lg",
9669
10113
  "children": [
9670
10114
  {
9671
- "type": "stat-display",
9672
- "label": "Current Step",
9673
- "value": "@entity.currentStep"
10115
+ "type": "stack",
10116
+ "direction": "horizontal",
10117
+ "gap": "sm",
10118
+ "align": "center",
10119
+ "children": [
10120
+ {
10121
+ "type": "icon",
10122
+ "name": "x-circle",
10123
+ "size": "lg"
10124
+ },
10125
+ {
10126
+ "type": "typography",
10127
+ "content": "PipelineProgress",
10128
+ "variant": "h2"
10129
+ },
10130
+ {
10131
+ "type": "badge",
10132
+ "label": "Failed",
10133
+ "variant": "destructive"
10134
+ }
10135
+ ]
10136
+ },
10137
+ {
10138
+ "type": "divider"
10139
+ },
10140
+ {
10141
+ "type": "wizard-progress",
10142
+ "currentStep": "@entity.currentStep",
10143
+ "steps": [
10144
+ {
10145
+ "id": "0",
10146
+ "title": "Plan"
10147
+ },
10148
+ {
10149
+ "id": "1",
10150
+ "title": "Execute"
10151
+ },
10152
+ {
10153
+ "id": "2",
10154
+ "title": "Checkpoint"
10155
+ },
10156
+ {
10157
+ "id": "3",
10158
+ "title": "Verify"
10159
+ },
10160
+ {
10161
+ "id": "4",
10162
+ "title": "Done"
10163
+ }
10164
+ ]
9674
10165
  },
9675
10166
  {
9676
- "type": "stat-display",
9677
- "label": "Total Steps",
9678
- "value": "@entity.totalSteps"
9679
- }
9680
- ]
9681
- },
9682
- {
9683
- "type": "stack",
9684
- "direction": "horizontal",
9685
- "gap": "sm",
9686
- "children": [
10167
+ "type": "alert",
10168
+ "variant": "error",
10169
+ "message": "Pipeline failed at the current step."
10170
+ },
9687
10171
  {
9688
- "type": "button",
9689
- "label": "Advance",
9690
- "event": "ADVANCE",
9691
- "variant": "primary",
9692
- "icon": "chevron-right"
10172
+ "type": "stack",
10173
+ "direction": "horizontal",
10174
+ "gap": "sm",
10175
+ "children": [
10176
+ {
10177
+ "type": "stat-display",
10178
+ "label": "Failed At Step",
10179
+ "value": "@entity.currentStep"
10180
+ }
10181
+ ]
9693
10182
  },
9694
10183
  {
9695
10184
  "type": "button",
@@ -9703,476 +10192,448 @@
9703
10192
  ]
9704
10193
  }
9705
10194
  ]
9706
- }
9707
- ]
9708
- ],
9709
- "ADVANCE": [
9710
- [
9711
- "set",
9712
- "@entity.currentStep",
9713
- [
9714
- "+",
9715
- "@entity.currentStep",
9716
- 1
9717
10195
  ]
9718
- ],
9719
- [
9720
- "render-ui",
9721
- "main",
9722
- {
9723
- "type": "dashboard-layout",
9724
- "appName": "Agent Pipeline",
9725
- "navItems": [
9726
- {
9727
- "label": "Pipeline",
9728
- "href": "/pipeline",
9729
- "icon": "git-branch"
9730
- },
9731
- {
9732
- "label": "Execution",
9733
- "href": "/execution",
9734
- "icon": "play"
9735
- },
9736
- {
9737
- "label": "Logs",
9738
- "href": "/logs",
9739
- "icon": "terminal"
9740
- }
10196
+ },
10197
+ {
10198
+ "from": "idle",
10199
+ "to": "idle",
10200
+ "event": "RESET",
10201
+ "effects": [
10202
+ [
10203
+ "set",
10204
+ "@entity.status",
10205
+ "idle"
10206
+ ],
10207
+ [
10208
+ "set",
10209
+ "@entity.currentStep",
10210
+ 0
9741
10211
  ],
9742
- "children": [
10212
+ [
10213
+ "render-ui",
10214
+ "main",
9743
10215
  {
9744
- "type": "stack",
9745
- "direction": "vertical",
9746
- "gap": "lg",
9747
- "children": [
10216
+ "type": "dashboard-layout",
10217
+ "appName": "Agent Pipeline",
10218
+ "navItems": [
9748
10219
  {
9749
- "type": "stack",
9750
- "direction": "horizontal",
9751
- "gap": "sm",
9752
- "align": "center",
9753
- "children": [
9754
- {
9755
- "type": "icon",
9756
- "name": "loader",
9757
- "size": "lg"
9758
- },
9759
- {
9760
- "type": "typography",
9761
- "content": "PipelineProgress",
9762
- "variant": "h2"
9763
- },
9764
- {
9765
- "type": "badge",
9766
- "label": "In Progress",
9767
- "variant": "warning"
9768
- }
9769
- ]
10220
+ "label": "Pipeline",
10221
+ "href": "/pipeline",
10222
+ "icon": "git-branch"
9770
10223
  },
9771
10224
  {
9772
- "type": "divider"
10225
+ "label": "Execution",
10226
+ "href": "/execution",
10227
+ "icon": "play"
9773
10228
  },
9774
10229
  {
9775
- "type": "wizard-progress",
9776
- "currentStep": "@entity.currentStep",
9777
- "steps": [
9778
- {
9779
- "id": "0",
9780
- "title": "Plan"
9781
- },
9782
- {
9783
- "id": "1",
9784
- "title": "Execute"
9785
- },
9786
- {
9787
- "id": "2",
9788
- "title": "Checkpoint"
9789
- },
9790
- {
9791
- "id": "3",
9792
- "title": "Verify"
9793
- },
9794
- {
9795
- "id": "4",
9796
- "title": "Done"
9797
- }
9798
- ]
9799
- },
10230
+ "label": "Logs",
10231
+ "href": "/logs",
10232
+ "icon": "terminal"
10233
+ }
10234
+ ],
10235
+ "children": [
9800
10236
  {
9801
10237
  "type": "stack",
9802
- "direction": "horizontal",
9803
- "gap": "sm",
9804
- "align": "center",
10238
+ "direction": "vertical",
10239
+ "gap": "lg",
9805
10240
  "children": [
9806
10241
  {
9807
- "type": "stat-display",
9808
- "label": "Current Step",
9809
- "value": "@entity.currentStep"
10242
+ "type": "stack",
10243
+ "direction": "horizontal",
10244
+ "gap": "sm",
10245
+ "align": "center",
10246
+ "children": [
10247
+ {
10248
+ "type": "icon",
10249
+ "name": "list-ordered",
10250
+ "size": "lg"
10251
+ },
10252
+ {
10253
+ "type": "typography",
10254
+ "content": "PipelineProgress",
10255
+ "variant": "h2"
10256
+ },
10257
+ {
10258
+ "type": "badge",
10259
+ "label": "Idle",
10260
+ "variant": "default"
10261
+ }
10262
+ ]
9810
10263
  },
9811
10264
  {
9812
- "type": "stat-display",
9813
- "label": "Total Steps",
9814
- "value": "@entity.totalSteps"
9815
- }
9816
- ]
9817
- },
9818
- {
9819
- "type": "stack",
9820
- "direction": "horizontal",
9821
- "gap": "sm",
9822
- "children": [
10265
+ "type": "divider"
10266
+ },
9823
10267
  {
9824
- "type": "button",
9825
- "label": "Advance",
9826
- "event": "ADVANCE",
9827
- "variant": "primary",
9828
- "icon": "chevron-right"
10268
+ "type": "wizard-progress",
10269
+ "currentStep": "@entity.currentStep",
10270
+ "steps": [
10271
+ {
10272
+ "id": "0",
10273
+ "title": "Plan"
10274
+ },
10275
+ {
10276
+ "id": "1",
10277
+ "title": "Execute"
10278
+ },
10279
+ {
10280
+ "id": "2",
10281
+ "title": "Checkpoint"
10282
+ },
10283
+ {
10284
+ "id": "3",
10285
+ "title": "Verify"
10286
+ },
10287
+ {
10288
+ "id": "4",
10289
+ "title": "Done"
10290
+ }
10291
+ ]
9829
10292
  },
9830
10293
  {
9831
10294
  "type": "button",
9832
- "label": "Reset",
9833
- "event": "RESET",
9834
- "variant": "ghost",
9835
- "icon": "rotate-ccw"
10295
+ "label": "Start",
10296
+ "event": "START",
10297
+ "variant": "primary",
10298
+ "icon": "play"
9836
10299
  }
9837
10300
  ]
9838
10301
  }
9839
10302
  ]
9840
10303
  }
9841
10304
  ]
9842
- }
9843
- ]
9844
- ],
9845
- "COMPLETE": [
9846
- [
9847
- "set",
9848
- "@entity.status",
9849
- "completed"
9850
- ],
9851
- [
9852
- "set",
9853
- "@entity.currentStep",
9854
- "@entity.totalSteps"
9855
- ],
9856
- [
9857
- "render-ui",
9858
- "main",
9859
- {
9860
- "type": "dashboard-layout",
9861
- "appName": "Agent Pipeline",
9862
- "navItems": [
9863
- {
9864
- "label": "Pipeline",
9865
- "href": "/pipeline",
9866
- "icon": "git-branch"
9867
- },
9868
- {
9869
- "label": "Execution",
9870
- "href": "/execution",
9871
- "icon": "play"
9872
- },
9873
- {
9874
- "label": "Logs",
9875
- "href": "/logs",
9876
- "icon": "terminal"
9877
- }
10305
+ ]
10306
+ },
10307
+ {
10308
+ "from": "in_progress",
10309
+ "to": "idle",
10310
+ "event": "RESET",
10311
+ "effects": [
10312
+ [
10313
+ "set",
10314
+ "@entity.status",
10315
+ "idle"
10316
+ ],
10317
+ [
10318
+ "set",
10319
+ "@entity.currentStep",
10320
+ 0
9878
10321
  ],
9879
- "children": [
10322
+ [
10323
+ "render-ui",
10324
+ "main",
9880
10325
  {
9881
- "type": "stack",
9882
- "direction": "vertical",
9883
- "gap": "lg",
9884
- "children": [
10326
+ "type": "dashboard-layout",
10327
+ "appName": "Agent Pipeline",
10328
+ "navItems": [
9885
10329
  {
9886
- "type": "stack",
9887
- "direction": "horizontal",
9888
- "gap": "sm",
9889
- "align": "center",
9890
- "children": [
9891
- {
9892
- "type": "icon",
9893
- "name": "check-circle",
9894
- "size": "lg"
9895
- },
9896
- {
9897
- "type": "typography",
9898
- "content": "PipelineProgress",
9899
- "variant": "h2"
9900
- },
9901
- {
9902
- "type": "badge",
9903
- "label": "Completed",
9904
- "variant": "success"
9905
- }
9906
- ]
10330
+ "label": "Pipeline",
10331
+ "href": "/pipeline",
10332
+ "icon": "git-branch"
9907
10333
  },
9908
10334
  {
9909
- "type": "divider"
10335
+ "label": "Execution",
10336
+ "href": "/execution",
10337
+ "icon": "play"
9910
10338
  },
9911
10339
  {
9912
- "type": "wizard-progress",
9913
- "currentStep": "@entity.totalSteps",
9914
- "steps": [
9915
- {
9916
- "id": "0",
9917
- "title": "Plan"
9918
- },
10340
+ "label": "Logs",
10341
+ "href": "/logs",
10342
+ "icon": "terminal"
10343
+ }
10344
+ ],
10345
+ "children": [
10346
+ {
10347
+ "type": "stack",
10348
+ "direction": "vertical",
10349
+ "gap": "lg",
10350
+ "children": [
9919
10351
  {
9920
- "id": "1",
9921
- "title": "Execute"
10352
+ "type": "stack",
10353
+ "direction": "horizontal",
10354
+ "gap": "sm",
10355
+ "align": "center",
10356
+ "children": [
10357
+ {
10358
+ "type": "icon",
10359
+ "name": "list-ordered",
10360
+ "size": "lg"
10361
+ },
10362
+ {
10363
+ "type": "typography",
10364
+ "content": "PipelineProgress",
10365
+ "variant": "h2"
10366
+ },
10367
+ {
10368
+ "type": "badge",
10369
+ "label": "Idle",
10370
+ "variant": "default"
10371
+ }
10372
+ ]
9922
10373
  },
9923
10374
  {
9924
- "id": "2",
9925
- "title": "Checkpoint"
10375
+ "type": "divider"
9926
10376
  },
9927
10377
  {
9928
- "id": "3",
9929
- "title": "Verify"
10378
+ "type": "wizard-progress",
10379
+ "currentStep": "@entity.currentStep",
10380
+ "steps": [
10381
+ {
10382
+ "id": "0",
10383
+ "title": "Plan"
10384
+ },
10385
+ {
10386
+ "id": "1",
10387
+ "title": "Execute"
10388
+ },
10389
+ {
10390
+ "id": "2",
10391
+ "title": "Checkpoint"
10392
+ },
10393
+ {
10394
+ "id": "3",
10395
+ "title": "Verify"
10396
+ },
10397
+ {
10398
+ "id": "4",
10399
+ "title": "Done"
10400
+ }
10401
+ ]
9930
10402
  },
9931
10403
  {
9932
- "id": "4",
9933
- "title": "Done"
10404
+ "type": "button",
10405
+ "label": "Start",
10406
+ "event": "START",
10407
+ "variant": "primary",
10408
+ "icon": "play"
9934
10409
  }
9935
10410
  ]
9936
- },
9937
- {
9938
- "type": "alert",
9939
- "variant": "success",
9940
- "message": "All steps completed successfully."
9941
- },
9942
- {
9943
- "type": "button",
9944
- "label": "Reset",
9945
- "event": "RESET",
9946
- "variant": "ghost",
9947
- "icon": "rotate-ccw"
9948
10411
  }
9949
10412
  ]
9950
10413
  }
9951
10414
  ]
9952
- }
9953
- ]
9954
- ],
9955
- "FAIL": [
9956
- [
9957
- "set",
9958
- "@entity.status",
9959
- "failed"
9960
- ],
9961
- [
9962
- "render-ui",
9963
- "main",
9964
- {
9965
- "type": "dashboard-layout",
9966
- "appName": "Agent Pipeline",
9967
- "navItems": [
9968
- {
9969
- "label": "Pipeline",
9970
- "href": "/pipeline",
9971
- "icon": "git-branch"
9972
- },
9973
- {
9974
- "label": "Execution",
9975
- "href": "/execution",
9976
- "icon": "play"
9977
- },
9978
- {
9979
- "label": "Logs",
9980
- "href": "/logs",
9981
- "icon": "terminal"
9982
- }
10415
+ ]
10416
+ },
10417
+ {
10418
+ "from": "completed",
10419
+ "to": "idle",
10420
+ "event": "RESET",
10421
+ "effects": [
10422
+ [
10423
+ "set",
10424
+ "@entity.status",
10425
+ "idle"
10426
+ ],
10427
+ [
10428
+ "set",
10429
+ "@entity.currentStep",
10430
+ 0
9983
10431
  ],
9984
- "children": [
10432
+ [
10433
+ "render-ui",
10434
+ "main",
9985
10435
  {
9986
- "type": "stack",
9987
- "direction": "vertical",
9988
- "gap": "lg",
9989
- "children": [
10436
+ "type": "dashboard-layout",
10437
+ "appName": "Agent Pipeline",
10438
+ "navItems": [
9990
10439
  {
9991
- "type": "stack",
9992
- "direction": "horizontal",
9993
- "gap": "sm",
9994
- "align": "center",
9995
- "children": [
9996
- {
9997
- "type": "icon",
9998
- "name": "x-circle",
9999
- "size": "lg"
10000
- },
10001
- {
10002
- "type": "typography",
10003
- "content": "PipelineProgress",
10004
- "variant": "h2"
10005
- },
10006
- {
10007
- "type": "badge",
10008
- "label": "Failed",
10009
- "variant": "destructive"
10010
- }
10011
- ]
10440
+ "label": "Pipeline",
10441
+ "href": "/pipeline",
10442
+ "icon": "git-branch"
10012
10443
  },
10013
10444
  {
10014
- "type": "divider"
10445
+ "label": "Execution",
10446
+ "href": "/execution",
10447
+ "icon": "play"
10015
10448
  },
10016
10449
  {
10017
- "type": "wizard-progress",
10018
- "currentStep": "@entity.currentStep",
10019
- "steps": [
10020
- {
10021
- "id": "0",
10022
- "title": "Plan"
10023
- },
10450
+ "label": "Logs",
10451
+ "href": "/logs",
10452
+ "icon": "terminal"
10453
+ }
10454
+ ],
10455
+ "children": [
10456
+ {
10457
+ "type": "stack",
10458
+ "direction": "vertical",
10459
+ "gap": "lg",
10460
+ "children": [
10024
10461
  {
10025
- "id": "1",
10026
- "title": "Execute"
10462
+ "type": "stack",
10463
+ "direction": "horizontal",
10464
+ "gap": "sm",
10465
+ "align": "center",
10466
+ "children": [
10467
+ {
10468
+ "type": "icon",
10469
+ "name": "list-ordered",
10470
+ "size": "lg"
10471
+ },
10472
+ {
10473
+ "type": "typography",
10474
+ "content": "PipelineProgress",
10475
+ "variant": "h2"
10476
+ },
10477
+ {
10478
+ "type": "badge",
10479
+ "label": "Idle",
10480
+ "variant": "default"
10481
+ }
10482
+ ]
10027
10483
  },
10028
10484
  {
10029
- "id": "2",
10030
- "title": "Checkpoint"
10485
+ "type": "divider"
10031
10486
  },
10032
10487
  {
10033
- "id": "3",
10034
- "title": "Verify"
10488
+ "type": "wizard-progress",
10489
+ "currentStep": "@entity.currentStep",
10490
+ "steps": [
10491
+ {
10492
+ "id": "0",
10493
+ "title": "Plan"
10494
+ },
10495
+ {
10496
+ "id": "1",
10497
+ "title": "Execute"
10498
+ },
10499
+ {
10500
+ "id": "2",
10501
+ "title": "Checkpoint"
10502
+ },
10503
+ {
10504
+ "id": "3",
10505
+ "title": "Verify"
10506
+ },
10507
+ {
10508
+ "id": "4",
10509
+ "title": "Done"
10510
+ }
10511
+ ]
10035
10512
  },
10036
10513
  {
10037
- "id": "4",
10038
- "title": "Done"
10039
- }
10040
- ]
10041
- },
10042
- {
10043
- "type": "alert",
10044
- "variant": "error",
10045
- "message": "Pipeline failed at the current step."
10046
- },
10047
- {
10048
- "type": "stack",
10049
- "direction": "horizontal",
10050
- "gap": "sm",
10051
- "children": [
10052
- {
10053
- "type": "stat-display",
10054
- "label": "Failed At Step",
10055
- "value": "@entity.currentStep"
10514
+ "type": "button",
10515
+ "label": "Start",
10516
+ "event": "START",
10517
+ "variant": "primary",
10518
+ "icon": "play"
10056
10519
  }
10057
10520
  ]
10058
- },
10059
- {
10060
- "type": "button",
10061
- "label": "Reset",
10062
- "event": "RESET",
10063
- "variant": "ghost",
10064
- "icon": "rotate-ccw"
10065
10521
  }
10066
10522
  ]
10067
10523
  }
10068
10524
  ]
10069
- }
10070
- ]
10071
- ],
10072
- "RESET": [
10073
- [
10074
- "set",
10075
- "@entity.status",
10076
- "idle"
10077
- ],
10078
- [
10079
- "set",
10080
- "@entity.currentStep",
10081
- 0
10082
- ],
10083
- [
10084
- "render-ui",
10085
- "main",
10086
- {
10087
- "type": "dashboard-layout",
10088
- "appName": "Agent Pipeline",
10089
- "navItems": [
10090
- {
10091
- "label": "Pipeline",
10092
- "href": "/pipeline",
10093
- "icon": "git-branch"
10094
- },
10095
- {
10096
- "label": "Execution",
10097
- "href": "/execution",
10098
- "icon": "play"
10099
- },
10100
- {
10101
- "label": "Logs",
10102
- "href": "/logs",
10103
- "icon": "terminal"
10104
- }
10525
+ ]
10526
+ },
10527
+ {
10528
+ "from": "failed",
10529
+ "to": "idle",
10530
+ "event": "RESET",
10531
+ "effects": [
10532
+ [
10533
+ "set",
10534
+ "@entity.status",
10535
+ "idle"
10536
+ ],
10537
+ [
10538
+ "set",
10539
+ "@entity.currentStep",
10540
+ 0
10105
10541
  ],
10106
- "children": [
10542
+ [
10543
+ "render-ui",
10544
+ "main",
10107
10545
  {
10108
- "type": "stack",
10109
- "direction": "vertical",
10110
- "gap": "lg",
10111
- "children": [
10546
+ "type": "dashboard-layout",
10547
+ "appName": "Agent Pipeline",
10548
+ "navItems": [
10112
10549
  {
10113
- "type": "stack",
10114
- "direction": "horizontal",
10115
- "gap": "sm",
10116
- "align": "center",
10117
- "children": [
10118
- {
10119
- "type": "icon",
10120
- "name": "list-ordered",
10121
- "size": "lg"
10122
- },
10123
- {
10124
- "type": "typography",
10125
- "content": "PipelineProgress",
10126
- "variant": "h2"
10127
- },
10128
- {
10129
- "type": "badge",
10130
- "label": "Idle",
10131
- "variant": "default"
10132
- }
10133
- ]
10550
+ "label": "Pipeline",
10551
+ "href": "/pipeline",
10552
+ "icon": "git-branch"
10134
10553
  },
10135
10554
  {
10136
- "type": "divider"
10555
+ "label": "Execution",
10556
+ "href": "/execution",
10557
+ "icon": "play"
10137
10558
  },
10138
10559
  {
10139
- "type": "wizard-progress",
10140
- "currentStep": "@entity.currentStep",
10141
- "steps": [
10142
- {
10143
- "id": "0",
10144
- "title": "Plan"
10145
- },
10560
+ "label": "Logs",
10561
+ "href": "/logs",
10562
+ "icon": "terminal"
10563
+ }
10564
+ ],
10565
+ "children": [
10566
+ {
10567
+ "type": "stack",
10568
+ "direction": "vertical",
10569
+ "gap": "lg",
10570
+ "children": [
10146
10571
  {
10147
- "id": "1",
10148
- "title": "Execute"
10572
+ "type": "stack",
10573
+ "direction": "horizontal",
10574
+ "gap": "sm",
10575
+ "align": "center",
10576
+ "children": [
10577
+ {
10578
+ "type": "icon",
10579
+ "name": "list-ordered",
10580
+ "size": "lg"
10581
+ },
10582
+ {
10583
+ "type": "typography",
10584
+ "content": "PipelineProgress",
10585
+ "variant": "h2"
10586
+ },
10587
+ {
10588
+ "type": "badge",
10589
+ "label": "Idle",
10590
+ "variant": "default"
10591
+ }
10592
+ ]
10149
10593
  },
10150
10594
  {
10151
- "id": "2",
10152
- "title": "Checkpoint"
10595
+ "type": "divider"
10153
10596
  },
10154
10597
  {
10155
- "id": "3",
10156
- "title": "Verify"
10598
+ "type": "wizard-progress",
10599
+ "currentStep": "@entity.currentStep",
10600
+ "steps": [
10601
+ {
10602
+ "id": "0",
10603
+ "title": "Plan"
10604
+ },
10605
+ {
10606
+ "id": "1",
10607
+ "title": "Execute"
10608
+ },
10609
+ {
10610
+ "id": "2",
10611
+ "title": "Checkpoint"
10612
+ },
10613
+ {
10614
+ "id": "3",
10615
+ "title": "Verify"
10616
+ },
10617
+ {
10618
+ "id": "4",
10619
+ "title": "Done"
10620
+ }
10621
+ ]
10157
10622
  },
10158
10623
  {
10159
- "id": "4",
10160
- "title": "Done"
10624
+ "type": "button",
10625
+ "label": "Start",
10626
+ "event": "START",
10627
+ "variant": "primary",
10628
+ "icon": "play"
10161
10629
  }
10162
10630
  ]
10163
- },
10164
- {
10165
- "type": "button",
10166
- "label": "Start",
10167
- "event": "START",
10168
- "variant": "primary",
10169
- "icon": "play"
10170
10631
  }
10171
10632
  ]
10172
10633
  }
10173
10634
  ]
10174
- }
10175
- ]
10635
+ ]
10636
+ }
10176
10637
  ]
10177
10638
  }
10178
10639
  }
@@ -10219,217 +10680,252 @@
10219
10680
  },
10220
10681
  "traits": [
10221
10682
  {
10222
- "ref": "Drawer.traits.DrawerContentDrawer",
10223
10683
  "name": "SessionTreeDrawer",
10224
10684
  "linkedEntity": "SessionTree",
10225
- "effects": {
10226
- "INIT": [
10227
- [
10228
- "fetch",
10229
- "SessionTree"
10230
- ]
10685
+ "category": "interaction",
10686
+ "stateMachine": {
10687
+ "states": [
10688
+ {
10689
+ "name": "closed",
10690
+ "isInitial": true
10691
+ },
10692
+ {
10693
+ "name": "open"
10694
+ }
10231
10695
  ],
10232
- "OPEN": [
10233
- [
10234
- "fetch",
10235
- "SessionTree"
10236
- ],
10237
- [
10238
- "render-ui",
10239
- "drawer",
10240
- {
10241
- "type": "stack",
10242
- "direction": "vertical",
10243
- "gap": "none",
10244
- "children": [
10696
+ "events": [
10697
+ {
10698
+ "key": "INIT",
10699
+ "name": "Initialize"
10700
+ },
10701
+ {
10702
+ "key": "OPEN",
10703
+ "name": "Open"
10704
+ },
10705
+ {
10706
+ "key": "CLOSE",
10707
+ "name": "Close"
10708
+ }
10709
+ ],
10710
+ "transitions": [
10711
+ {
10712
+ "from": "closed",
10713
+ "to": "closed",
10714
+ "event": "INIT",
10715
+ "effects": [
10716
+ [
10717
+ "fetch",
10718
+ "SessionTree"
10719
+ ]
10720
+ ]
10721
+ },
10722
+ {
10723
+ "from": "closed",
10724
+ "to": "open",
10725
+ "event": "OPEN",
10726
+ "effects": [
10727
+ [
10728
+ "fetch",
10729
+ "SessionTree"
10730
+ ],
10731
+ [
10732
+ "render-ui",
10733
+ "drawer",
10245
10734
  {
10246
- "type": "drawer",
10247
- "title": "Session Tree",
10248
- "isOpen": true,
10735
+ "type": "stack",
10736
+ "direction": "vertical",
10737
+ "gap": "none",
10249
10738
  "children": [
10250
10739
  {
10251
- "type": "stack",
10252
- "direction": "vertical",
10253
- "gap": "md",
10740
+ "type": "drawer",
10741
+ "title": "Session Tree",
10742
+ "isOpen": true,
10254
10743
  "children": [
10255
10744
  {
10256
10745
  "type": "stack",
10257
- "direction": "horizontal",
10746
+ "direction": "vertical",
10258
10747
  "gap": "md",
10259
- "justify": "space-between",
10260
10748
  "children": [
10261
10749
  {
10262
- "type": "typography",
10263
- "variant": "caption",
10264
- "content": "BranchId"
10750
+ "type": "stack",
10751
+ "direction": "horizontal",
10752
+ "gap": "md",
10753
+ "justify": "space-between",
10754
+ "children": [
10755
+ {
10756
+ "type": "typography",
10757
+ "variant": "caption",
10758
+ "content": "BranchId"
10759
+ },
10760
+ {
10761
+ "type": "typography",
10762
+ "variant": "body",
10763
+ "content": [
10764
+ "object/get",
10765
+ [
10766
+ "array/first",
10767
+ "@entity"
10768
+ ],
10769
+ "branchId"
10770
+ ]
10771
+ }
10772
+ ]
10265
10773
  },
10266
10774
  {
10267
- "type": "typography",
10268
- "variant": "body",
10269
- "content": [
10270
- "object/get",
10271
- [
10272
- "array/first",
10273
- "@entity"
10274
- ],
10275
- "branchId"
10775
+ "type": "stack",
10776
+ "direction": "horizontal",
10777
+ "gap": "md",
10778
+ "justify": "space-between",
10779
+ "children": [
10780
+ {
10781
+ "type": "typography",
10782
+ "variant": "caption",
10783
+ "content": "Label"
10784
+ },
10785
+ {
10786
+ "type": "typography",
10787
+ "variant": "body",
10788
+ "content": [
10789
+ "object/get",
10790
+ [
10791
+ "array/first",
10792
+ "@entity"
10793
+ ],
10794
+ "label"
10795
+ ]
10796
+ }
10276
10797
  ]
10277
- }
10278
- ]
10279
- },
10280
- {
10281
- "type": "stack",
10282
- "direction": "horizontal",
10283
- "gap": "md",
10284
- "justify": "space-between",
10285
- "children": [
10286
- {
10287
- "type": "typography",
10288
- "variant": "caption",
10289
- "content": "Label"
10290
10798
  },
10291
10799
  {
10292
- "type": "typography",
10293
- "variant": "body",
10294
- "content": [
10295
- "object/get",
10296
- [
10297
- "array/first",
10298
- "@entity"
10299
- ],
10300
- "label"
10800
+ "type": "stack",
10801
+ "direction": "horizontal",
10802
+ "gap": "md",
10803
+ "justify": "space-between",
10804
+ "children": [
10805
+ {
10806
+ "type": "typography",
10807
+ "variant": "caption",
10808
+ "content": "Status"
10809
+ },
10810
+ {
10811
+ "type": "typography",
10812
+ "variant": "body",
10813
+ "content": [
10814
+ "object/get",
10815
+ [
10816
+ "array/first",
10817
+ "@entity"
10818
+ ],
10819
+ "status"
10820
+ ]
10821
+ }
10301
10822
  ]
10302
- }
10303
- ]
10304
- },
10305
- {
10306
- "type": "stack",
10307
- "direction": "horizontal",
10308
- "gap": "md",
10309
- "justify": "space-between",
10310
- "children": [
10823
+ },
10311
10824
  {
10312
- "type": "typography",
10313
- "variant": "caption",
10314
- "content": "Status"
10825
+ "type": "divider"
10315
10826
  },
10316
10827
  {
10317
- "type": "typography",
10318
- "variant": "body",
10319
- "content": [
10320
- "object/get",
10321
- [
10322
- "array/first",
10323
- "@entity"
10324
- ],
10325
- "status"
10828
+ "type": "stack",
10829
+ "direction": "horizontal",
10830
+ "gap": "sm",
10831
+ "justify": "end",
10832
+ "children": [
10833
+ {
10834
+ "type": "button",
10835
+ "label": "Close",
10836
+ "event": "CLOSE",
10837
+ "variant": "ghost"
10838
+ }
10326
10839
  ]
10327
10840
  }
10328
10841
  ]
10329
- },
10330
- {
10331
- "type": "divider"
10332
- },
10333
- {
10334
- "type": "stack",
10335
- "direction": "horizontal",
10336
- "gap": "sm",
10337
- "justify": "end",
10338
- "children": [
10339
- {
10340
- "type": "button",
10341
- "label": "Close",
10342
- "event": "CLOSE",
10343
- "variant": "ghost"
10344
- }
10345
- ]
10346
10842
  }
10347
10843
  ]
10348
- }
10349
- ]
10350
- },
10351
- {
10352
- "type": "side-panel",
10353
- "title": "Session Tree",
10354
- "isOpen": true,
10355
- "position": "right",
10356
- "children": [
10844
+ },
10357
10845
  {
10358
- "type": "stack",
10359
- "direction": "vertical",
10360
- "gap": "md",
10846
+ "type": "side-panel",
10847
+ "title": "Session Tree",
10848
+ "isOpen": true,
10849
+ "position": "right",
10361
10850
  "children": [
10362
10851
  {
10363
10852
  "type": "stack",
10364
- "direction": "horizontal",
10853
+ "direction": "vertical",
10365
10854
  "gap": "md",
10366
- "justify": "space-between",
10367
10855
  "children": [
10368
10856
  {
10369
- "type": "typography",
10370
- "variant": "caption",
10371
- "content": "BranchId"
10372
- },
10373
- {
10374
- "type": "typography",
10375
- "variant": "body",
10376
- "content": [
10377
- "object/get",
10378
- [
10379
- "array/first",
10380
- "@entity"
10381
- ],
10382
- "branchId"
10857
+ "type": "stack",
10858
+ "direction": "horizontal",
10859
+ "gap": "md",
10860
+ "justify": "space-between",
10861
+ "children": [
10862
+ {
10863
+ "type": "typography",
10864
+ "variant": "caption",
10865
+ "content": "BranchId"
10866
+ },
10867
+ {
10868
+ "type": "typography",
10869
+ "variant": "body",
10870
+ "content": [
10871
+ "object/get",
10872
+ [
10873
+ "array/first",
10874
+ "@entity"
10875
+ ],
10876
+ "branchId"
10877
+ ]
10878
+ }
10383
10879
  ]
10384
- }
10385
- ]
10386
- },
10387
- {
10388
- "type": "stack",
10389
- "direction": "horizontal",
10390
- "gap": "md",
10391
- "justify": "space-between",
10392
- "children": [
10393
- {
10394
- "type": "typography",
10395
- "variant": "caption",
10396
- "content": "Label"
10397
10880
  },
10398
10881
  {
10399
- "type": "typography",
10400
- "variant": "body",
10401
- "content": [
10402
- "object/get",
10403
- [
10404
- "array/first",
10405
- "@entity"
10406
- ],
10407
- "label"
10882
+ "type": "stack",
10883
+ "direction": "horizontal",
10884
+ "gap": "md",
10885
+ "justify": "space-between",
10886
+ "children": [
10887
+ {
10888
+ "type": "typography",
10889
+ "variant": "caption",
10890
+ "content": "Label"
10891
+ },
10892
+ {
10893
+ "type": "typography",
10894
+ "variant": "body",
10895
+ "content": [
10896
+ "object/get",
10897
+ [
10898
+ "array/first",
10899
+ "@entity"
10900
+ ],
10901
+ "label"
10902
+ ]
10903
+ }
10408
10904
  ]
10409
- }
10410
- ]
10411
- },
10412
- {
10413
- "type": "stack",
10414
- "direction": "horizontal",
10415
- "gap": "md",
10416
- "justify": "space-between",
10417
- "children": [
10418
- {
10419
- "type": "typography",
10420
- "variant": "caption",
10421
- "content": "Status"
10422
10905
  },
10423
10906
  {
10424
- "type": "typography",
10425
- "variant": "body",
10426
- "content": [
10427
- "object/get",
10428
- [
10429
- "array/first",
10430
- "@entity"
10431
- ],
10432
- "status"
10907
+ "type": "stack",
10908
+ "direction": "horizontal",
10909
+ "gap": "md",
10910
+ "justify": "space-between",
10911
+ "children": [
10912
+ {
10913
+ "type": "typography",
10914
+ "variant": "caption",
10915
+ "content": "Status"
10916
+ },
10917
+ {
10918
+ "type": "typography",
10919
+ "variant": "body",
10920
+ "content": [
10921
+ "object/get",
10922
+ [
10923
+ "array/first",
10924
+ "@entity"
10925
+ ],
10926
+ "status"
10927
+ ]
10928
+ }
10433
10929
  ]
10434
10930
  }
10435
10931
  ]
@@ -10439,19 +10935,24 @@
10439
10935
  ]
10440
10936
  }
10441
10937
  ]
10442
- }
10443
- ]
10444
- ],
10445
- "CLOSE": [
10446
- [
10447
- "render-ui",
10448
- "drawer",
10449
- null
10450
- ],
10451
- [
10452
- "fetch",
10453
- "SessionTree"
10454
- ]
10938
+ ]
10939
+ },
10940
+ {
10941
+ "from": "open",
10942
+ "to": "closed",
10943
+ "event": "CLOSE",
10944
+ "effects": [
10945
+ [
10946
+ "render-ui",
10947
+ "drawer",
10948
+ null
10949
+ ],
10950
+ [
10951
+ "fetch",
10952
+ "SessionTree"
10953
+ ]
10954
+ ]
10955
+ }
10455
10956
  ]
10456
10957
  }
10457
10958
  }
@@ -10468,5 +10969,6 @@
10468
10969
  }
10469
10970
  ]
10470
10971
  }
10471
- ]
10472
- }
10972
+ ],
10973
+ "description": "Multi-step pipeline organism. Composes planner + tool-loop molecules with session management, step progress tracking, and a session tree drawer. Composed from: - stdAgentPlanner (molecule): breaks goal into ordered steps - stdAgentToolLoop (molecule): executes steps with tool invocations - stdAgentSession: forks sessions at checkpoints, supports rollback - stdAgentStepProgress: visual pipeline step indicator - stdDrawer: session tree sidebar for navigating branches Cross-trait events: - PIPELINE_PLANNED (Planner -> ToolLoop): plan ready, start execution - STEP_COMPLETE (ToolLoop -> Session): checkpoint after each step - PIPELINE_FINISHED (ToolLoop -> Memory): pipeline done, archive results Pages: /pipeline (initial), /execution, /logs (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."
10974
+ }