@almadar/std 5.2.2 → 5.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (431) hide show
  1. package/behaviors/exports/atoms/std-agent-activity-log.orb +213 -10
  2. package/behaviors/exports/atoms/std-agent-chat-thread.orb +55 -4
  3. package/behaviors/exports/atoms/std-agent-classifier.orb +8 -4
  4. package/behaviors/exports/atoms/std-agent-completion.orb +8 -4
  5. package/behaviors/exports/atoms/std-agent-context-window.orb +4 -4
  6. package/behaviors/exports/atoms/std-agent-conversation.orb +71 -4
  7. package/behaviors/exports/atoms/std-agent-memory.orb +12 -4
  8. package/behaviors/exports/atoms/std-agent-provider.orb +8 -4
  9. package/behaviors/exports/atoms/std-agent-search.orb +4 -4
  10. package/behaviors/exports/atoms/std-agent-session.orb +16 -4
  11. package/behaviors/exports/atoms/std-agent-step-progress.orb +4 -4
  12. package/behaviors/exports/atoms/std-agent-token-gauge.orb +4 -4
  13. package/behaviors/exports/atoms/std-agent-tool-call.orb +8 -4
  14. package/behaviors/exports/atoms/std-async.orb +8 -4
  15. package/behaviors/exports/atoms/std-autoregressive.orb +2 -3
  16. package/behaviors/exports/atoms/std-browse.orb +4 -4
  17. package/behaviors/exports/atoms/std-cache-aside.orb +8 -4
  18. package/behaviors/exports/atoms/std-calendar.orb +4 -4
  19. package/behaviors/exports/atoms/std-circuit-breaker.orb +4 -4
  20. package/behaviors/exports/atoms/std-collision.orb +4 -4
  21. package/behaviors/exports/atoms/std-combat-log.orb +4 -4
  22. package/behaviors/exports/atoms/std-combat.orb +4 -4
  23. package/behaviors/exports/atoms/std-confirmation.orb +4 -4
  24. package/behaviors/exports/atoms/std-dialogue-box.orb +4 -4
  25. package/behaviors/exports/atoms/std-display.orb +4 -4
  26. package/behaviors/exports/atoms/std-drawer.orb +4 -4
  27. package/behaviors/exports/atoms/std-filter.orb +4 -4
  28. package/behaviors/exports/atoms/std-flip-card.orb +4 -4
  29. package/behaviors/exports/atoms/std-gallery.orb +4 -4
  30. package/behaviors/exports/atoms/std-game-audio.orb +4 -4
  31. package/behaviors/exports/atoms/std-game-canvas2d.orb +2 -3
  32. package/behaviors/exports/atoms/std-game-canvas3d.orb +2 -3
  33. package/behaviors/exports/atoms/std-game-hud.orb +4 -4
  34. package/behaviors/exports/atoms/std-game-menu.orb +4 -4
  35. package/behaviors/exports/atoms/std-game-over-screen.orb +4 -4
  36. package/behaviors/exports/atoms/std-gameflow.orb +4 -4
  37. package/behaviors/exports/atoms/std-input.orb +4 -4
  38. package/behaviors/exports/atoms/std-inventory-panel.orb +8 -4
  39. package/behaviors/exports/atoms/std-isometric-canvas.orb +4 -4
  40. package/behaviors/exports/atoms/std-loading.orb +4 -4
  41. package/behaviors/exports/atoms/std-modal.orb +4 -4
  42. package/behaviors/exports/atoms/std-movement.orb +4 -4
  43. package/behaviors/exports/atoms/std-notification.orb +4 -4
  44. package/behaviors/exports/atoms/std-overworld.orb +4 -4
  45. package/behaviors/exports/atoms/std-pagination.orb +4 -4
  46. package/behaviors/exports/atoms/std-physics2d.orb +4 -4
  47. package/behaviors/exports/atoms/std-platformer-canvas.orb +4 -4
  48. package/behaviors/exports/atoms/std-quest.orb +8 -4
  49. package/behaviors/exports/atoms/std-rate-limiter.orb +4 -4
  50. package/behaviors/exports/atoms/std-rating.orb +4 -4
  51. package/behaviors/exports/atoms/std-score-board.orb +4 -4
  52. package/behaviors/exports/atoms/std-score.orb +4 -4
  53. package/behaviors/exports/atoms/std-search.orb +4 -4
  54. package/behaviors/exports/atoms/std-selection.orb +4 -4
  55. package/behaviors/exports/atoms/std-service-custom-bearer.orb +15 -4
  56. package/behaviors/exports/atoms/std-service-custom-header.orb +17 -4
  57. package/behaviors/exports/atoms/std-service-custom-noauth.orb +11 -4
  58. package/behaviors/exports/atoms/std-service-custom-query.orb +17 -4
  59. package/behaviors/exports/atoms/std-service-email.orb +4 -4
  60. package/behaviors/exports/atoms/std-service-github.orb +4 -4
  61. package/behaviors/exports/atoms/std-service-llm.orb +4 -4
  62. package/behaviors/exports/atoms/std-service-oauth.orb +4 -4
  63. package/behaviors/exports/atoms/std-service-redis.orb +4 -4
  64. package/behaviors/exports/atoms/std-service-storage.orb +4 -4
  65. package/behaviors/exports/atoms/std-service-stripe.orb +4 -4
  66. package/behaviors/exports/atoms/std-service-twilio.orb +4 -4
  67. package/behaviors/exports/atoms/std-service-youtube.orb +4 -4
  68. package/behaviors/exports/atoms/std-simulation-canvas.orb +4 -4
  69. package/behaviors/exports/atoms/std-sort.orb +4 -4
  70. package/behaviors/exports/atoms/std-sprite.orb +4 -4
  71. package/behaviors/exports/atoms/std-tabs.orb +4 -4
  72. package/behaviors/exports/atoms/std-text-effects.orb +4 -4
  73. package/behaviors/exports/atoms/std-theme.orb +4 -4
  74. package/behaviors/exports/atoms/std-timer.orb +4 -4
  75. package/behaviors/exports/atoms/std-undo.orb +4 -4
  76. package/behaviors/exports/atoms/std-upload.orb +4 -4
  77. package/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
  78. package/behaviors/exports/atoms/std-wizard.orb +4 -4
  79. package/behaviors/exports/molecules/std-agent-fix-loop.orb +1720 -1139
  80. package/behaviors/exports/molecules/std-agent-learner.orb +851 -622
  81. package/behaviors/exports/molecules/std-agent-planner.orb +869 -617
  82. package/behaviors/exports/molecules/std-agent-rag.orb +765 -563
  83. package/behaviors/exports/molecules/std-agent-tool-loop.orb +2838 -898
  84. package/behaviors/exports/molecules/std-builder-game.orb +4 -4
  85. package/behaviors/exports/molecules/std-cart.orb +317 -195
  86. package/behaviors/exports/molecules/std-classifier-game.orb +4 -4
  87. package/behaviors/exports/molecules/std-debugger-game.orb +4 -4
  88. package/behaviors/exports/molecules/std-detail.orb +469 -308
  89. package/behaviors/exports/molecules/std-event-handler-game.orb +4 -4
  90. package/behaviors/exports/molecules/std-form-advanced.orb +8 -4
  91. package/behaviors/exports/molecules/std-geospatial.orb +518 -362
  92. package/behaviors/exports/molecules/std-inventory.orb +649 -389
  93. package/behaviors/exports/molecules/std-list.orb +870 -527
  94. package/behaviors/exports/molecules/std-messaging.orb +454 -294
  95. package/behaviors/exports/molecules/std-negotiator-game.orb +4 -4
  96. package/behaviors/exports/molecules/std-platformer-game.orb +4 -4
  97. package/behaviors/exports/molecules/std-puzzle-game.orb +4 -4
  98. package/behaviors/exports/molecules/std-quiz.orb +4 -4
  99. package/behaviors/exports/molecules/std-sequencer-game.orb +4 -4
  100. package/behaviors/exports/molecules/std-service-content-pipeline.orb +4 -4
  101. package/behaviors/exports/molecules/std-service-custom-api-tester.orb +42 -4
  102. package/behaviors/exports/molecules/std-service-devops-toolkit.orb +4 -4
  103. package/behaviors/exports/molecules/std-service-notification-hub.orb +4 -4
  104. package/behaviors/exports/molecules/std-service-payment-flow.orb +4 -4
  105. package/behaviors/exports/molecules/std-simulator-game.orb +4 -4
  106. package/behaviors/exports/molecules/std-turn-based-battle.orb +4 -4
  107. package/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
  108. package/behaviors/exports/organisms/std-agent-builder.orb +1309 -787
  109. package/behaviors/exports/organisms/std-agent-pipeline.orb +1271 -748
  110. package/behaviors/exports/organisms/std-agent-reviewer.orb +370 -292
  111. package/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
  112. package/behaviors/exports/organisms/std-api-gateway.orb +16 -4
  113. package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
  114. package/behaviors/exports/organisms/std-booking-system.orb +28 -4
  115. package/behaviors/exports/organisms/std-cicd-pipeline.orb +20 -4
  116. package/behaviors/exports/organisms/std-cms.orb +32 -4
  117. package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
  118. package/behaviors/exports/organisms/std-crm.orb +32 -4
  119. package/behaviors/exports/organisms/std-devops-dashboard.orb +16 -4
  120. package/behaviors/exports/organisms/std-ecommerce.orb +36 -4
  121. package/behaviors/exports/organisms/std-finance-tracker.orb +20 -4
  122. package/behaviors/exports/organisms/std-healthcare.orb +32 -4
  123. package/behaviors/exports/organisms/std-helpdesk.orb +20 -4
  124. package/behaviors/exports/organisms/std-hr-portal.orb +28 -4
  125. package/behaviors/exports/organisms/std-iot-dashboard.orb +16 -4
  126. package/behaviors/exports/organisms/std-lms.orb +16 -4
  127. package/behaviors/exports/organisms/std-logic-training.orb +4 -4
  128. package/behaviors/exports/organisms/std-platformer-app.orb +16 -4
  129. package/behaviors/exports/organisms/std-project-manager.orb +28 -4
  130. package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
  131. package/behaviors/exports/organisms/std-realtime-chat.orb +20 -4
  132. package/behaviors/exports/organisms/std-rpg-game.orb +20 -4
  133. package/behaviors/exports/organisms/std-service-marketplace.orb +36 -8
  134. package/behaviors/exports/organisms/std-service-research-assistant.orb +15 -4
  135. package/behaviors/exports/organisms/std-social-feed.orb +12 -4
  136. package/behaviors/exports/organisms/std-stem-lab.orb +4 -4
  137. package/behaviors/exports/organisms/std-strategy-game.orb +4 -4
  138. package/behaviors/exports/organisms/std-trading-dashboard.orb +20 -4
  139. package/behaviors/exports/validation-report.json +1803 -1
  140. package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +213 -10
  141. package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +55 -4
  142. package/dist/behaviors/exports/atoms/std-agent-classifier.orb +8 -4
  143. package/dist/behaviors/exports/atoms/std-agent-completion.orb +8 -4
  144. package/dist/behaviors/exports/atoms/std-agent-context-window.orb +4 -4
  145. package/dist/behaviors/exports/atoms/std-agent-conversation.orb +71 -4
  146. package/dist/behaviors/exports/atoms/std-agent-memory.orb +12 -4
  147. package/dist/behaviors/exports/atoms/std-agent-provider.orb +8 -4
  148. package/dist/behaviors/exports/atoms/std-agent-search.orb +4 -4
  149. package/dist/behaviors/exports/atoms/std-agent-session.orb +16 -4
  150. package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +4 -4
  151. package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +4 -4
  152. package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +8 -4
  153. package/dist/behaviors/exports/atoms/std-async.orb +8 -4
  154. package/dist/behaviors/exports/atoms/std-autoregressive.orb +2 -3
  155. package/dist/behaviors/exports/atoms/std-browse.orb +4 -4
  156. package/dist/behaviors/exports/atoms/std-cache-aside.orb +8 -4
  157. package/dist/behaviors/exports/atoms/std-calendar.orb +4 -4
  158. package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +4 -4
  159. package/dist/behaviors/exports/atoms/std-collision.orb +4 -4
  160. package/dist/behaviors/exports/atoms/std-combat-log.orb +4 -4
  161. package/dist/behaviors/exports/atoms/std-combat.orb +4 -4
  162. package/dist/behaviors/exports/atoms/std-confirmation.orb +4 -4
  163. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +4 -4
  164. package/dist/behaviors/exports/atoms/std-display.orb +4 -4
  165. package/dist/behaviors/exports/atoms/std-drawer.orb +4 -4
  166. package/dist/behaviors/exports/atoms/std-filter.orb +4 -4
  167. package/dist/behaviors/exports/atoms/std-flip-card.orb +4 -4
  168. package/dist/behaviors/exports/atoms/std-gallery.orb +4 -4
  169. package/dist/behaviors/exports/atoms/std-game-audio.orb +4 -4
  170. package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +2 -3
  171. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +2 -3
  172. package/dist/behaviors/exports/atoms/std-game-hud.orb +4 -4
  173. package/dist/behaviors/exports/atoms/std-game-menu.orb +4 -4
  174. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +4 -4
  175. package/dist/behaviors/exports/atoms/std-gameflow.orb +4 -4
  176. package/dist/behaviors/exports/atoms/std-input.orb +4 -4
  177. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +8 -4
  178. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +4 -4
  179. package/dist/behaviors/exports/atoms/std-loading.orb +4 -4
  180. package/dist/behaviors/exports/atoms/std-modal.orb +4 -4
  181. package/dist/behaviors/exports/atoms/std-movement.orb +4 -4
  182. package/dist/behaviors/exports/atoms/std-notification.orb +4 -4
  183. package/dist/behaviors/exports/atoms/std-overworld.orb +4 -4
  184. package/dist/behaviors/exports/atoms/std-pagination.orb +4 -4
  185. package/dist/behaviors/exports/atoms/std-physics2d.orb +4 -4
  186. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +4 -4
  187. package/dist/behaviors/exports/atoms/std-quest.orb +8 -4
  188. package/dist/behaviors/exports/atoms/std-rate-limiter.orb +4 -4
  189. package/dist/behaviors/exports/atoms/std-rating.orb +4 -4
  190. package/dist/behaviors/exports/atoms/std-score-board.orb +4 -4
  191. package/dist/behaviors/exports/atoms/std-score.orb +4 -4
  192. package/dist/behaviors/exports/atoms/std-search.orb +4 -4
  193. package/dist/behaviors/exports/atoms/std-selection.orb +4 -4
  194. package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +15 -4
  195. package/dist/behaviors/exports/atoms/std-service-custom-header.orb +17 -4
  196. package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +11 -4
  197. package/dist/behaviors/exports/atoms/std-service-custom-query.orb +17 -4
  198. package/dist/behaviors/exports/atoms/std-service-email.orb +4 -4
  199. package/dist/behaviors/exports/atoms/std-service-github.orb +4 -4
  200. package/dist/behaviors/exports/atoms/std-service-llm.orb +4 -4
  201. package/dist/behaviors/exports/atoms/std-service-oauth.orb +4 -4
  202. package/dist/behaviors/exports/atoms/std-service-redis.orb +4 -4
  203. package/dist/behaviors/exports/atoms/std-service-storage.orb +4 -4
  204. package/dist/behaviors/exports/atoms/std-service-stripe.orb +4 -4
  205. package/dist/behaviors/exports/atoms/std-service-twilio.orb +4 -4
  206. package/dist/behaviors/exports/atoms/std-service-youtube.orb +4 -4
  207. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +4 -4
  208. package/dist/behaviors/exports/atoms/std-sort.orb +4 -4
  209. package/dist/behaviors/exports/atoms/std-sprite.orb +4 -4
  210. package/dist/behaviors/exports/atoms/std-tabs.orb +4 -4
  211. package/dist/behaviors/exports/atoms/std-text-effects.orb +4 -4
  212. package/dist/behaviors/exports/atoms/std-theme.orb +4 -4
  213. package/dist/behaviors/exports/atoms/std-timer.orb +4 -4
  214. package/dist/behaviors/exports/atoms/std-undo.orb +4 -4
  215. package/dist/behaviors/exports/atoms/std-upload.orb +4 -4
  216. package/dist/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
  217. package/dist/behaviors/exports/atoms/std-wizard.orb +4 -4
  218. package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1720 -1139
  219. package/dist/behaviors/exports/molecules/std-agent-learner.orb +851 -622
  220. package/dist/behaviors/exports/molecules/std-agent-planner.orb +869 -617
  221. package/dist/behaviors/exports/molecules/std-agent-rag.orb +765 -563
  222. package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +2838 -898
  223. package/dist/behaviors/exports/molecules/std-builder-game.orb +4 -4
  224. package/dist/behaviors/exports/molecules/std-cart.orb +317 -195
  225. package/dist/behaviors/exports/molecules/std-classifier-game.orb +4 -4
  226. package/dist/behaviors/exports/molecules/std-debugger-game.orb +4 -4
  227. package/dist/behaviors/exports/molecules/std-detail.orb +469 -308
  228. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +4 -4
  229. package/dist/behaviors/exports/molecules/std-form-advanced.orb +8 -4
  230. package/dist/behaviors/exports/molecules/std-geospatial.orb +518 -362
  231. package/dist/behaviors/exports/molecules/std-inventory.orb +649 -389
  232. package/dist/behaviors/exports/molecules/std-list.orb +870 -527
  233. package/dist/behaviors/exports/molecules/std-messaging.orb +454 -294
  234. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +4 -4
  235. package/dist/behaviors/exports/molecules/std-platformer-game.orb +4 -4
  236. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +4 -4
  237. package/dist/behaviors/exports/molecules/std-quiz.orb +4 -4
  238. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +4 -4
  239. package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +4 -4
  240. package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +42 -4
  241. package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +4 -4
  242. package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +4 -4
  243. package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +4 -4
  244. package/dist/behaviors/exports/molecules/std-simulator-game.orb +4 -4
  245. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +4 -4
  246. package/dist/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
  247. package/dist/behaviors/exports/organisms/std-agent-builder.orb +1309 -787
  248. package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +1271 -748
  249. package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +370 -292
  250. package/dist/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
  251. package/dist/behaviors/exports/organisms/std-api-gateway.orb +16 -4
  252. package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
  253. package/dist/behaviors/exports/organisms/std-booking-system.orb +28 -4
  254. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +20 -4
  255. package/dist/behaviors/exports/organisms/std-cms.orb +32 -4
  256. package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
  257. package/dist/behaviors/exports/organisms/std-crm.orb +32 -4
  258. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +16 -4
  259. package/dist/behaviors/exports/organisms/std-ecommerce.orb +36 -4
  260. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +20 -4
  261. package/dist/behaviors/exports/organisms/std-healthcare.orb +32 -4
  262. package/dist/behaviors/exports/organisms/std-helpdesk.orb +20 -4
  263. package/dist/behaviors/exports/organisms/std-hr-portal.orb +28 -4
  264. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +16 -4
  265. package/dist/behaviors/exports/organisms/std-lms.orb +16 -4
  266. package/dist/behaviors/exports/organisms/std-logic-training.orb +4 -4
  267. package/dist/behaviors/exports/organisms/std-platformer-app.orb +16 -4
  268. package/dist/behaviors/exports/organisms/std-project-manager.orb +28 -4
  269. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
  270. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +20 -4
  271. package/dist/behaviors/exports/organisms/std-rpg-game.orb +20 -4
  272. package/dist/behaviors/exports/organisms/std-service-marketplace.orb +36 -8
  273. package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +15 -4
  274. package/dist/behaviors/exports/organisms/std-social-feed.orb +12 -4
  275. package/dist/behaviors/exports/organisms/std-stem-lab.orb +4 -4
  276. package/dist/behaviors/exports/organisms/std-strategy-game.orb +4 -4
  277. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +20 -4
  278. package/dist/behaviors/exports/validation-report.json +1803 -1
  279. package/dist/behaviors/exports-reader.js +208 -193
  280. package/dist/behaviors/exports-reader.js.map +1 -1
  281. package/dist/behaviors/functions/index.d.ts +113 -113
  282. package/dist/behaviors/functions/index.js +208 -194
  283. package/dist/behaviors/functions/index.js.map +1 -1
  284. package/dist/behaviors/index.d.ts +1 -1
  285. package/dist/behaviors/index.js +209 -194
  286. package/dist/behaviors/index.js.map +1 -1
  287. package/dist/behaviors/query.js +208 -193
  288. package/dist/behaviors/query.js.map +1 -1
  289. package/dist/exports/atoms/std-agent-activity-log.orb +213 -10
  290. package/dist/exports/atoms/std-agent-chat-thread.orb +55 -4
  291. package/dist/exports/atoms/std-agent-classifier.orb +8 -4
  292. package/dist/exports/atoms/std-agent-completion.orb +8 -4
  293. package/dist/exports/atoms/std-agent-context-window.orb +4 -4
  294. package/dist/exports/atoms/std-agent-conversation.orb +71 -4
  295. package/dist/exports/atoms/std-agent-memory.orb +12 -4
  296. package/dist/exports/atoms/std-agent-provider.orb +8 -4
  297. package/dist/exports/atoms/std-agent-search.orb +4 -4
  298. package/dist/exports/atoms/std-agent-session.orb +16 -4
  299. package/dist/exports/atoms/std-agent-step-progress.orb +4 -4
  300. package/dist/exports/atoms/std-agent-token-gauge.orb +4 -4
  301. package/dist/exports/atoms/std-agent-tool-call.orb +8 -4
  302. package/dist/exports/atoms/std-async.orb +8 -4
  303. package/dist/exports/atoms/std-autoregressive.orb +2 -3
  304. package/dist/exports/atoms/std-browse.orb +4 -4
  305. package/dist/exports/atoms/std-cache-aside.orb +8 -4
  306. package/dist/exports/atoms/std-calendar.orb +4 -4
  307. package/dist/exports/atoms/std-circuit-breaker.orb +4 -4
  308. package/dist/exports/atoms/std-collision.orb +4 -4
  309. package/dist/exports/atoms/std-combat-log.orb +4 -4
  310. package/dist/exports/atoms/std-combat.orb +4 -4
  311. package/dist/exports/atoms/std-confirmation.orb +4 -4
  312. package/dist/exports/atoms/std-dialogue-box.orb +4 -4
  313. package/dist/exports/atoms/std-display.orb +4 -4
  314. package/dist/exports/atoms/std-drawer.orb +4 -4
  315. package/dist/exports/atoms/std-filter.orb +4 -4
  316. package/dist/exports/atoms/std-flip-card.orb +4 -4
  317. package/dist/exports/atoms/std-gallery.orb +4 -4
  318. package/dist/exports/atoms/std-game-audio.orb +4 -4
  319. package/dist/exports/atoms/std-game-canvas2d.orb +2 -3
  320. package/dist/exports/atoms/std-game-canvas3d.orb +2 -3
  321. package/dist/exports/atoms/std-game-hud.orb +4 -4
  322. package/dist/exports/atoms/std-game-menu.orb +4 -4
  323. package/dist/exports/atoms/std-game-over-screen.orb +4 -4
  324. package/dist/exports/atoms/std-gameflow.orb +4 -4
  325. package/dist/exports/atoms/std-input.orb +4 -4
  326. package/dist/exports/atoms/std-inventory-panel.orb +8 -4
  327. package/dist/exports/atoms/std-isometric-canvas.orb +4 -4
  328. package/dist/exports/atoms/std-loading.orb +4 -4
  329. package/dist/exports/atoms/std-modal.orb +4 -4
  330. package/dist/exports/atoms/std-movement.orb +4 -4
  331. package/dist/exports/atoms/std-notification.orb +4 -4
  332. package/dist/exports/atoms/std-overworld.orb +4 -4
  333. package/dist/exports/atoms/std-pagination.orb +4 -4
  334. package/dist/exports/atoms/std-physics2d.orb +4 -4
  335. package/dist/exports/atoms/std-platformer-canvas.orb +4 -4
  336. package/dist/exports/atoms/std-quest.orb +8 -4
  337. package/dist/exports/atoms/std-rate-limiter.orb +4 -4
  338. package/dist/exports/atoms/std-rating.orb +4 -4
  339. package/dist/exports/atoms/std-score-board.orb +4 -4
  340. package/dist/exports/atoms/std-score.orb +4 -4
  341. package/dist/exports/atoms/std-search.orb +4 -4
  342. package/dist/exports/atoms/std-selection.orb +4 -4
  343. package/dist/exports/atoms/std-service-custom-bearer.orb +15 -4
  344. package/dist/exports/atoms/std-service-custom-header.orb +17 -4
  345. package/dist/exports/atoms/std-service-custom-noauth.orb +11 -4
  346. package/dist/exports/atoms/std-service-custom-query.orb +17 -4
  347. package/dist/exports/atoms/std-service-email.orb +4 -4
  348. package/dist/exports/atoms/std-service-github.orb +4 -4
  349. package/dist/exports/atoms/std-service-llm.orb +4 -4
  350. package/dist/exports/atoms/std-service-oauth.orb +4 -4
  351. package/dist/exports/atoms/std-service-redis.orb +4 -4
  352. package/dist/exports/atoms/std-service-storage.orb +4 -4
  353. package/dist/exports/atoms/std-service-stripe.orb +4 -4
  354. package/dist/exports/atoms/std-service-twilio.orb +4 -4
  355. package/dist/exports/atoms/std-service-youtube.orb +4 -4
  356. package/dist/exports/atoms/std-simulation-canvas.orb +4 -4
  357. package/dist/exports/atoms/std-sort.orb +4 -4
  358. package/dist/exports/atoms/std-sprite.orb +4 -4
  359. package/dist/exports/atoms/std-tabs.orb +4 -4
  360. package/dist/exports/atoms/std-text-effects.orb +4 -4
  361. package/dist/exports/atoms/std-theme.orb +4 -4
  362. package/dist/exports/atoms/std-timer.orb +4 -4
  363. package/dist/exports/atoms/std-undo.orb +4 -4
  364. package/dist/exports/atoms/std-upload.orb +4 -4
  365. package/dist/exports/atoms/std-validate-on-save.orb +32 -4
  366. package/dist/exports/atoms/std-wizard.orb +4 -4
  367. package/dist/exports/molecules/std-agent-fix-loop.orb +1720 -1139
  368. package/dist/exports/molecules/std-agent-learner.orb +851 -622
  369. package/dist/exports/molecules/std-agent-planner.orb +869 -617
  370. package/dist/exports/molecules/std-agent-rag.orb +765 -563
  371. package/dist/exports/molecules/std-agent-tool-loop.orb +2838 -898
  372. package/dist/exports/molecules/std-builder-game.orb +4 -4
  373. package/dist/exports/molecules/std-cart.orb +317 -195
  374. package/dist/exports/molecules/std-classifier-game.orb +4 -4
  375. package/dist/exports/molecules/std-debugger-game.orb +4 -4
  376. package/dist/exports/molecules/std-detail.orb +469 -308
  377. package/dist/exports/molecules/std-event-handler-game.orb +4 -4
  378. package/dist/exports/molecules/std-form-advanced.orb +8 -4
  379. package/dist/exports/molecules/std-geospatial.orb +518 -362
  380. package/dist/exports/molecules/std-inventory.orb +649 -389
  381. package/dist/exports/molecules/std-list.orb +870 -527
  382. package/dist/exports/molecules/std-messaging.orb +454 -294
  383. package/dist/exports/molecules/std-negotiator-game.orb +4 -4
  384. package/dist/exports/molecules/std-platformer-game.orb +4 -4
  385. package/dist/exports/molecules/std-puzzle-game.orb +4 -4
  386. package/dist/exports/molecules/std-quiz.orb +4 -4
  387. package/dist/exports/molecules/std-sequencer-game.orb +4 -4
  388. package/dist/exports/molecules/std-service-content-pipeline.orb +4 -4
  389. package/dist/exports/molecules/std-service-custom-api-tester.orb +42 -4
  390. package/dist/exports/molecules/std-service-devops-toolkit.orb +4 -4
  391. package/dist/exports/molecules/std-service-notification-hub.orb +4 -4
  392. package/dist/exports/molecules/std-service-payment-flow.orb +4 -4
  393. package/dist/exports/molecules/std-simulator-game.orb +4 -4
  394. package/dist/exports/molecules/std-turn-based-battle.orb +4 -4
  395. package/dist/exports/organisms/std-agent-assistant.orb +28 -4
  396. package/dist/exports/organisms/std-agent-builder.orb +1309 -787
  397. package/dist/exports/organisms/std-agent-pipeline.orb +1271 -748
  398. package/dist/exports/organisms/std-agent-reviewer.orb +370 -292
  399. package/dist/exports/organisms/std-agent-tutor.orb +378 -295
  400. package/dist/exports/organisms/std-api-gateway.orb +16 -4
  401. package/dist/exports/organisms/std-arcade-game.orb +4 -4
  402. package/dist/exports/organisms/std-booking-system.orb +28 -4
  403. package/dist/exports/organisms/std-cicd-pipeline.orb +20 -4
  404. package/dist/exports/organisms/std-cms.orb +32 -4
  405. package/dist/exports/organisms/std-coding-academy.orb +4 -4
  406. package/dist/exports/organisms/std-crm.orb +32 -4
  407. package/dist/exports/organisms/std-devops-dashboard.orb +16 -4
  408. package/dist/exports/organisms/std-ecommerce.orb +36 -4
  409. package/dist/exports/organisms/std-finance-tracker.orb +20 -4
  410. package/dist/exports/organisms/std-healthcare.orb +32 -4
  411. package/dist/exports/organisms/std-helpdesk.orb +20 -4
  412. package/dist/exports/organisms/std-hr-portal.orb +28 -4
  413. package/dist/exports/organisms/std-iot-dashboard.orb +16 -4
  414. package/dist/exports/organisms/std-lms.orb +16 -4
  415. package/dist/exports/organisms/std-logic-training.orb +4 -4
  416. package/dist/exports/organisms/std-platformer-app.orb +16 -4
  417. package/dist/exports/organisms/std-project-manager.orb +28 -4
  418. package/dist/exports/organisms/std-puzzle-app.orb +4 -4
  419. package/dist/exports/organisms/std-realtime-chat.orb +20 -4
  420. package/dist/exports/organisms/std-rpg-game.orb +20 -4
  421. package/dist/exports/organisms/std-service-marketplace.orb +36 -8
  422. package/dist/exports/organisms/std-service-research-assistant.orb +15 -4
  423. package/dist/exports/organisms/std-social-feed.orb +12 -4
  424. package/dist/exports/organisms/std-stem-lab.orb +4 -4
  425. package/dist/exports/organisms/std-strategy-game.orb +4 -4
  426. package/dist/exports/organisms/std-trading-dashboard.orb +20 -4
  427. package/dist/exports/validation-report.json +1803 -1
  428. package/dist/index.d.ts +1 -1
  429. package/dist/index.js +209 -194
  430. package/dist/index.js.map +1 -1
  431. package/package.json +5 -5
@@ -1,20 +1,9 @@
1
1
  {
2
- "name": "std-agent-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",
@@ -1731,6 +1720,10 @@
1731
1720
  }
1732
1721
  ]
1733
1722
  }
1723
+ ],
1724
+ [
1725
+ "notify",
1726
+ "PipelinePlan created successfully"
1734
1727
  ]
1735
1728
  ]
1736
1729
  }
@@ -2131,6 +2124,10 @@
2131
2124
  }
2132
2125
  ]
2133
2126
  }
2127
+ ],
2128
+ [
2129
+ "notify",
2130
+ "PipelinePlan created successfully"
2134
2131
  ]
2135
2132
  ]
2136
2133
  }
@@ -5509,6 +5506,10 @@
5509
5506
  }
5510
5507
  ]
5511
5508
  }
5509
+ ],
5510
+ [
5511
+ "notify",
5512
+ "PipelineExec created successfully"
5512
5513
  ]
5513
5514
  ]
5514
5515
  }
@@ -5895,6 +5896,10 @@
5895
5896
  }
5896
5897
  ]
5897
5898
  }
5899
+ ],
5900
+ [
5901
+ "notify",
5902
+ "PipelineExec created successfully"
5898
5903
  ]
5899
5904
  ]
5900
5905
  }
@@ -8246,6 +8251,10 @@
8246
8251
  [
8247
8252
  "emit",
8248
8253
  "LABELED"
8254
+ ],
8255
+ [
8256
+ "notify",
8257
+ "PipelineSession updated successfully"
8249
8258
  ]
8250
8259
  ]
8251
8260
  }
@@ -8433,6 +8442,10 @@
8433
8442
  [
8434
8443
  "emit",
8435
8444
  "FORKED"
8445
+ ],
8446
+ [
8447
+ "notify",
8448
+ "PipelineSession created successfully"
8436
8449
  ]
8437
8450
  ]
8438
8451
  },
@@ -8466,6 +8479,10 @@
8466
8479
  [
8467
8480
  "emit",
8468
8481
  "FORKED"
8482
+ ],
8483
+ [
8484
+ "notify",
8485
+ "PipelineSession created successfully"
8469
8486
  ]
8470
8487
  ]
8471
8488
  },
@@ -9094,6 +9111,10 @@
9094
9111
  [
9095
9112
  "emit",
9096
9113
  "MEMORIZED"
9114
+ ],
9115
+ [
9116
+ "notify",
9117
+ "ExecutionLog created successfully"
9097
9118
  ]
9098
9119
  ]
9099
9120
  }
@@ -9292,6 +9313,10 @@
9292
9313
  "create",
9293
9314
  "ExecutionLog",
9294
9315
  "@payload.data"
9316
+ ],
9317
+ [
9318
+ "notify",
9319
+ "ExecutionLog created successfully"
9295
9320
  ]
9296
9321
  ]
9297
9322
  },
@@ -9466,230 +9491,715 @@
9466
9491
  },
9467
9492
  "traits": [
9468
9493
  {
9469
- "ref": "AgentStepProgress.traits.AgentStepProgressProgress",
9470
9494
  "name": "PipelineStepProgress",
9471
9495
  "linkedEntity": "PipelineProgress",
9472
- "effects": {
9473
- "INIT": [
9474
- [
9475
- "fetch",
9476
- "PipelineProgress"
9477
- ],
9478
- [
9479
- "render-ui",
9480
- "main",
9496
+ "category": "interaction",
9497
+ "emits": [
9498
+ {
9499
+ "event": "ADVANCE",
9500
+ "scope": "external",
9501
+ "payload": [
9481
9502
  {
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
- }
9503
+ "name": "step",
9504
+ "type": "number"
9505
+ }
9506
+ ]
9507
+ },
9508
+ {
9509
+ "event": "COMPLETE",
9510
+ "scope": "external",
9511
+ "payload": [
9512
+ {
9513
+ "name": "totalSteps",
9514
+ "type": "number"
9515
+ }
9516
+ ]
9517
+ },
9518
+ {
9519
+ "event": "FAIL",
9520
+ "scope": "external",
9521
+ "payload": [
9522
+ {
9523
+ "name": "step",
9524
+ "type": "number"
9525
+ }
9526
+ ]
9527
+ }
9528
+ ],
9529
+ "listens": [
9530
+ {
9531
+ "event": "ADVANCE",
9532
+ "triggers": "ADVANCE",
9533
+ "scope": "external"
9534
+ },
9535
+ {
9536
+ "event": "COMPLETE",
9537
+ "triggers": "COMPLETE",
9538
+ "scope": "external"
9539
+ },
9540
+ {
9541
+ "event": "FAIL",
9542
+ "triggers": "FAIL",
9543
+ "scope": "external"
9544
+ }
9545
+ ],
9546
+ "stateMachine": {
9547
+ "states": [
9548
+ {
9549
+ "name": "idle",
9550
+ "isInitial": true
9551
+ },
9552
+ {
9553
+ "name": "in_progress"
9554
+ },
9555
+ {
9556
+ "name": "completed"
9557
+ },
9558
+ {
9559
+ "name": "failed"
9560
+ }
9561
+ ],
9562
+ "events": [
9563
+ {
9564
+ "key": "INIT",
9565
+ "name": "Initialize"
9566
+ },
9567
+ {
9568
+ "key": "START",
9569
+ "name": "Start Pipeline"
9570
+ },
9571
+ {
9572
+ "key": "ADVANCE",
9573
+ "name": "Advance Step"
9574
+ },
9575
+ {
9576
+ "key": "COMPLETE",
9577
+ "name": "Complete Pipeline"
9578
+ },
9579
+ {
9580
+ "key": "FAIL",
9581
+ "name": "Pipeline Failed"
9582
+ },
9583
+ {
9584
+ "key": "RESET",
9585
+ "name": "Reset Pipeline"
9586
+ }
9587
+ ],
9588
+ "transitions": [
9589
+ {
9590
+ "from": "idle",
9591
+ "to": "idle",
9592
+ "event": "INIT",
9593
+ "effects": [
9594
+ [
9595
+ "fetch",
9596
+ "PipelineProgress"
9500
9597
  ],
9501
- "children": [
9598
+ [
9599
+ "render-ui",
9600
+ "main",
9502
9601
  {
9503
- "type": "stack",
9504
- "direction": "vertical",
9505
- "gap": "lg",
9506
- "children": [
9602
+ "type": "dashboard-layout",
9603
+ "appName": "Agent Pipeline",
9604
+ "navItems": [
9507
9605
  {
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
- ]
9606
+ "label": "Pipeline",
9607
+ "href": "/pipeline",
9608
+ "icon": "git-branch"
9529
9609
  },
9530
9610
  {
9531
- "type": "divider"
9611
+ "label": "Execution",
9612
+ "href": "/execution",
9613
+ "icon": "play"
9532
9614
  },
9533
9615
  {
9534
- "type": "wizard-progress",
9535
- "currentStep": "@entity.currentStep",
9536
- "steps": [
9537
- {
9538
- "id": "0",
9539
- "title": "Plan"
9540
- },
9616
+ "label": "Logs",
9617
+ "href": "/logs",
9618
+ "icon": "terminal"
9619
+ }
9620
+ ],
9621
+ "children": [
9622
+ {
9623
+ "type": "stack",
9624
+ "direction": "vertical",
9625
+ "gap": "lg",
9626
+ "children": [
9541
9627
  {
9542
- "id": "1",
9543
- "title": "Execute"
9628
+ "type": "stack",
9629
+ "direction": "horizontal",
9630
+ "gap": "sm",
9631
+ "align": "center",
9632
+ "children": [
9633
+ {
9634
+ "type": "icon",
9635
+ "name": "list-ordered",
9636
+ "size": "lg"
9637
+ },
9638
+ {
9639
+ "type": "typography",
9640
+ "content": "PipelineProgress",
9641
+ "variant": "h2"
9642
+ },
9643
+ {
9644
+ "type": "badge",
9645
+ "label": "Idle",
9646
+ "variant": "default"
9647
+ }
9648
+ ]
9544
9649
  },
9545
9650
  {
9546
- "id": "2",
9547
- "title": "Checkpoint"
9651
+ "type": "divider"
9548
9652
  },
9549
9653
  {
9550
- "id": "3",
9551
- "title": "Verify"
9654
+ "type": "wizard-progress",
9655
+ "currentStep": "@entity.currentStep",
9656
+ "steps": [
9657
+ {
9658
+ "id": "0",
9659
+ "title": "Plan"
9660
+ },
9661
+ {
9662
+ "id": "1",
9663
+ "title": "Execute"
9664
+ },
9665
+ {
9666
+ "id": "2",
9667
+ "title": "Checkpoint"
9668
+ },
9669
+ {
9670
+ "id": "3",
9671
+ "title": "Verify"
9672
+ },
9673
+ {
9674
+ "id": "4",
9675
+ "title": "Done"
9676
+ }
9677
+ ]
9552
9678
  },
9553
9679
  {
9554
- "id": "4",
9555
- "title": "Done"
9680
+ "type": "button",
9681
+ "label": "Start",
9682
+ "event": "START",
9683
+ "variant": "primary",
9684
+ "icon": "play"
9556
9685
  }
9557
9686
  ]
9558
- },
9559
- {
9560
- "type": "button",
9561
- "label": "Start",
9562
- "event": "START",
9563
- "variant": "primary",
9564
- "icon": "play"
9565
9687
  }
9566
9688
  ]
9567
9689
  }
9568
9690
  ]
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
- }
9691
+ ]
9692
+ },
9693
+ {
9694
+ "from": "idle",
9695
+ "to": "in_progress",
9696
+ "event": "START",
9697
+ "effects": [
9698
+ [
9699
+ "set",
9700
+ "@entity.status",
9701
+ "in_progress"
9605
9702
  ],
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",
9703
+ [
9704
+ "set",
9705
+ "@entity.currentStep",
9706
+ 0
9707
+ ],
9708
+ [
9709
+ "render-ui",
9710
+ "main",
9711
+ {
9712
+ "type": "dashboard-layout",
9713
+ "appName": "Agent Pipeline",
9714
+ "navItems": [
9715
+ {
9716
+ "label": "Pipeline",
9717
+ "href": "/pipeline",
9718
+ "icon": "git-branch"
9719
+ },
9720
+ {
9721
+ "label": "Execution",
9722
+ "href": "/execution",
9723
+ "icon": "play"
9724
+ },
9725
+ {
9726
+ "label": "Logs",
9727
+ "href": "/logs",
9728
+ "icon": "terminal"
9729
+ }
9730
+ ],
9731
+ "children": [
9732
+ {
9733
+ "type": "stack",
9734
+ "direction": "vertical",
9735
+ "gap": "lg",
9617
9736
  "children": [
9618
9737
  {
9619
- "type": "icon",
9620
- "name": "loader",
9621
- "size": "lg"
9738
+ "type": "stack",
9739
+ "direction": "horizontal",
9740
+ "gap": "sm",
9741
+ "align": "center",
9742
+ "children": [
9743
+ {
9744
+ "type": "icon",
9745
+ "name": "loader",
9746
+ "size": "lg"
9747
+ },
9748
+ {
9749
+ "type": "typography",
9750
+ "content": "PipelineProgress",
9751
+ "variant": "h2"
9752
+ },
9753
+ {
9754
+ "type": "badge",
9755
+ "label": "In Progress",
9756
+ "variant": "warning"
9757
+ }
9758
+ ]
9622
9759
  },
9623
9760
  {
9624
- "type": "typography",
9625
- "content": "PipelineProgress",
9626
- "variant": "h2"
9761
+ "type": "divider"
9627
9762
  },
9628
9763
  {
9629
- "type": "badge",
9630
- "label": "In Progress",
9631
- "variant": "warning"
9764
+ "type": "wizard-progress",
9765
+ "currentStep": "@entity.currentStep",
9766
+ "steps": [
9767
+ {
9768
+ "id": "0",
9769
+ "title": "Plan"
9770
+ },
9771
+ {
9772
+ "id": "1",
9773
+ "title": "Execute"
9774
+ },
9775
+ {
9776
+ "id": "2",
9777
+ "title": "Checkpoint"
9778
+ },
9779
+ {
9780
+ "id": "3",
9781
+ "title": "Verify"
9782
+ },
9783
+ {
9784
+ "id": "4",
9785
+ "title": "Done"
9786
+ }
9787
+ ]
9788
+ },
9789
+ {
9790
+ "type": "stack",
9791
+ "direction": "horizontal",
9792
+ "gap": "sm",
9793
+ "align": "center",
9794
+ "children": [
9795
+ {
9796
+ "type": "stat-display",
9797
+ "label": "Current Step",
9798
+ "value": "@entity.currentStep"
9799
+ },
9800
+ {
9801
+ "type": "stat-display",
9802
+ "label": "Total Steps",
9803
+ "value": "@entity.totalSteps"
9804
+ }
9805
+ ]
9806
+ },
9807
+ {
9808
+ "type": "stack",
9809
+ "direction": "horizontal",
9810
+ "gap": "sm",
9811
+ "children": [
9812
+ {
9813
+ "type": "button",
9814
+ "label": "Advance",
9815
+ "event": "ADVANCE",
9816
+ "variant": "primary",
9817
+ "icon": "chevron-right"
9818
+ },
9819
+ {
9820
+ "type": "button",
9821
+ "label": "Reset",
9822
+ "event": "RESET",
9823
+ "variant": "ghost",
9824
+ "icon": "rotate-ccw"
9825
+ }
9826
+ ]
9632
9827
  }
9633
9828
  ]
9829
+ }
9830
+ ]
9831
+ }
9832
+ ]
9833
+ ]
9834
+ },
9835
+ {
9836
+ "from": "in_progress",
9837
+ "to": "in_progress",
9838
+ "event": "ADVANCE",
9839
+ "guard": [
9840
+ "<",
9841
+ "@entity.currentStep",
9842
+ "@entity.totalSteps"
9843
+ ],
9844
+ "effects": [
9845
+ [
9846
+ "set",
9847
+ "@entity.currentStep",
9848
+ [
9849
+ "+",
9850
+ "@entity.currentStep",
9851
+ 1
9852
+ ]
9853
+ ],
9854
+ [
9855
+ "render-ui",
9856
+ "main",
9857
+ {
9858
+ "type": "dashboard-layout",
9859
+ "appName": "Agent Pipeline",
9860
+ "navItems": [
9861
+ {
9862
+ "label": "Pipeline",
9863
+ "href": "/pipeline",
9864
+ "icon": "git-branch"
9634
9865
  },
9635
9866
  {
9636
- "type": "divider"
9867
+ "label": "Execution",
9868
+ "href": "/execution",
9869
+ "icon": "play"
9637
9870
  },
9638
9871
  {
9639
- "type": "wizard-progress",
9640
- "currentStep": "@entity.currentStep",
9641
- "steps": [
9872
+ "label": "Logs",
9873
+ "href": "/logs",
9874
+ "icon": "terminal"
9875
+ }
9876
+ ],
9877
+ "children": [
9878
+ {
9879
+ "type": "stack",
9880
+ "direction": "vertical",
9881
+ "gap": "lg",
9882
+ "children": [
9642
9883
  {
9643
- "id": "0",
9644
- "title": "Plan"
9884
+ "type": "stack",
9885
+ "direction": "horizontal",
9886
+ "gap": "sm",
9887
+ "align": "center",
9888
+ "children": [
9889
+ {
9890
+ "type": "icon",
9891
+ "name": "loader",
9892
+ "size": "lg"
9893
+ },
9894
+ {
9895
+ "type": "typography",
9896
+ "content": "PipelineProgress",
9897
+ "variant": "h2"
9898
+ },
9899
+ {
9900
+ "type": "badge",
9901
+ "label": "In Progress",
9902
+ "variant": "warning"
9903
+ }
9904
+ ]
9645
9905
  },
9646
9906
  {
9647
- "id": "1",
9648
- "title": "Execute"
9907
+ "type": "divider"
9649
9908
  },
9650
9909
  {
9651
- "id": "2",
9652
- "title": "Checkpoint"
9910
+ "type": "wizard-progress",
9911
+ "currentStep": "@entity.currentStep",
9912
+ "steps": [
9913
+ {
9914
+ "id": "0",
9915
+ "title": "Plan"
9916
+ },
9917
+ {
9918
+ "id": "1",
9919
+ "title": "Execute"
9920
+ },
9921
+ {
9922
+ "id": "2",
9923
+ "title": "Checkpoint"
9924
+ },
9925
+ {
9926
+ "id": "3",
9927
+ "title": "Verify"
9928
+ },
9929
+ {
9930
+ "id": "4",
9931
+ "title": "Done"
9932
+ }
9933
+ ]
9653
9934
  },
9654
9935
  {
9655
- "id": "3",
9656
- "title": "Verify"
9936
+ "type": "stack",
9937
+ "direction": "horizontal",
9938
+ "gap": "sm",
9939
+ "align": "center",
9940
+ "children": [
9941
+ {
9942
+ "type": "stat-display",
9943
+ "label": "Current Step",
9944
+ "value": "@entity.currentStep"
9945
+ },
9946
+ {
9947
+ "type": "stat-display",
9948
+ "label": "Total Steps",
9949
+ "value": "@entity.totalSteps"
9950
+ }
9951
+ ]
9657
9952
  },
9658
9953
  {
9659
- "id": "4",
9660
- "title": "Done"
9954
+ "type": "stack",
9955
+ "direction": "horizontal",
9956
+ "gap": "sm",
9957
+ "children": [
9958
+ {
9959
+ "type": "button",
9960
+ "label": "Advance",
9961
+ "event": "ADVANCE",
9962
+ "variant": "primary",
9963
+ "icon": "chevron-right"
9964
+ },
9965
+ {
9966
+ "type": "button",
9967
+ "label": "Reset",
9968
+ "event": "RESET",
9969
+ "variant": "ghost",
9970
+ "icon": "rotate-ccw"
9971
+ }
9972
+ ]
9661
9973
  }
9662
9974
  ]
9975
+ }
9976
+ ]
9977
+ }
9978
+ ]
9979
+ ]
9980
+ },
9981
+ {
9982
+ "from": "in_progress",
9983
+ "to": "completed",
9984
+ "event": "COMPLETE",
9985
+ "effects": [
9986
+ [
9987
+ "set",
9988
+ "@entity.status",
9989
+ "completed"
9990
+ ],
9991
+ [
9992
+ "set",
9993
+ "@entity.currentStep",
9994
+ "@entity.totalSteps"
9995
+ ],
9996
+ [
9997
+ "render-ui",
9998
+ "main",
9999
+ {
10000
+ "type": "dashboard-layout",
10001
+ "appName": "Agent Pipeline",
10002
+ "navItems": [
10003
+ {
10004
+ "label": "Pipeline",
10005
+ "href": "/pipeline",
10006
+ "icon": "git-branch"
9663
10007
  },
10008
+ {
10009
+ "label": "Execution",
10010
+ "href": "/execution",
10011
+ "icon": "play"
10012
+ },
10013
+ {
10014
+ "label": "Logs",
10015
+ "href": "/logs",
10016
+ "icon": "terminal"
10017
+ }
10018
+ ],
10019
+ "children": [
9664
10020
  {
9665
10021
  "type": "stack",
9666
- "direction": "horizontal",
9667
- "gap": "sm",
9668
- "align": "center",
10022
+ "direction": "vertical",
10023
+ "gap": "lg",
9669
10024
  "children": [
9670
10025
  {
9671
- "type": "stat-display",
9672
- "label": "Current Step",
9673
- "value": "@entity.currentStep"
10026
+ "type": "stack",
10027
+ "direction": "horizontal",
10028
+ "gap": "sm",
10029
+ "align": "center",
10030
+ "children": [
10031
+ {
10032
+ "type": "icon",
10033
+ "name": "check-circle",
10034
+ "size": "lg"
10035
+ },
10036
+ {
10037
+ "type": "typography",
10038
+ "content": "PipelineProgress",
10039
+ "variant": "h2"
10040
+ },
10041
+ {
10042
+ "type": "badge",
10043
+ "label": "Completed",
10044
+ "variant": "success"
10045
+ }
10046
+ ]
10047
+ },
10048
+ {
10049
+ "type": "divider"
9674
10050
  },
9675
10051
  {
9676
- "type": "stat-display",
9677
- "label": "Total Steps",
9678
- "value": "@entity.totalSteps"
10052
+ "type": "wizard-progress",
10053
+ "currentStep": "@entity.totalSteps",
10054
+ "steps": [
10055
+ {
10056
+ "id": "0",
10057
+ "title": "Plan"
10058
+ },
10059
+ {
10060
+ "id": "1",
10061
+ "title": "Execute"
10062
+ },
10063
+ {
10064
+ "id": "2",
10065
+ "title": "Checkpoint"
10066
+ },
10067
+ {
10068
+ "id": "3",
10069
+ "title": "Verify"
10070
+ },
10071
+ {
10072
+ "id": "4",
10073
+ "title": "Done"
10074
+ }
10075
+ ]
10076
+ },
10077
+ {
10078
+ "type": "alert",
10079
+ "variant": "success",
10080
+ "message": "All steps completed successfully."
10081
+ },
10082
+ {
10083
+ "type": "button",
10084
+ "label": "Reset",
10085
+ "event": "RESET",
10086
+ "variant": "ghost",
10087
+ "icon": "rotate-ccw"
9679
10088
  }
9680
10089
  ]
10090
+ }
10091
+ ]
10092
+ }
10093
+ ]
10094
+ ]
10095
+ },
10096
+ {
10097
+ "from": "in_progress",
10098
+ "to": "failed",
10099
+ "event": "FAIL",
10100
+ "effects": [
10101
+ [
10102
+ "set",
10103
+ "@entity.status",
10104
+ "failed"
10105
+ ],
10106
+ [
10107
+ "render-ui",
10108
+ "main",
10109
+ {
10110
+ "type": "dashboard-layout",
10111
+ "appName": "Agent Pipeline",
10112
+ "navItems": [
10113
+ {
10114
+ "label": "Pipeline",
10115
+ "href": "/pipeline",
10116
+ "icon": "git-branch"
9681
10117
  },
10118
+ {
10119
+ "label": "Execution",
10120
+ "href": "/execution",
10121
+ "icon": "play"
10122
+ },
10123
+ {
10124
+ "label": "Logs",
10125
+ "href": "/logs",
10126
+ "icon": "terminal"
10127
+ }
10128
+ ],
10129
+ "children": [
9682
10130
  {
9683
10131
  "type": "stack",
9684
- "direction": "horizontal",
9685
- "gap": "sm",
10132
+ "direction": "vertical",
10133
+ "gap": "lg",
9686
10134
  "children": [
9687
10135
  {
9688
- "type": "button",
9689
- "label": "Advance",
9690
- "event": "ADVANCE",
9691
- "variant": "primary",
9692
- "icon": "chevron-right"
10136
+ "type": "stack",
10137
+ "direction": "horizontal",
10138
+ "gap": "sm",
10139
+ "align": "center",
10140
+ "children": [
10141
+ {
10142
+ "type": "icon",
10143
+ "name": "x-circle",
10144
+ "size": "lg"
10145
+ },
10146
+ {
10147
+ "type": "typography",
10148
+ "content": "PipelineProgress",
10149
+ "variant": "h2"
10150
+ },
10151
+ {
10152
+ "type": "badge",
10153
+ "label": "Failed",
10154
+ "variant": "destructive"
10155
+ }
10156
+ ]
10157
+ },
10158
+ {
10159
+ "type": "divider"
10160
+ },
10161
+ {
10162
+ "type": "wizard-progress",
10163
+ "currentStep": "@entity.currentStep",
10164
+ "steps": [
10165
+ {
10166
+ "id": "0",
10167
+ "title": "Plan"
10168
+ },
10169
+ {
10170
+ "id": "1",
10171
+ "title": "Execute"
10172
+ },
10173
+ {
10174
+ "id": "2",
10175
+ "title": "Checkpoint"
10176
+ },
10177
+ {
10178
+ "id": "3",
10179
+ "title": "Verify"
10180
+ },
10181
+ {
10182
+ "id": "4",
10183
+ "title": "Done"
10184
+ }
10185
+ ]
10186
+ },
10187
+ {
10188
+ "type": "alert",
10189
+ "variant": "error",
10190
+ "message": "Pipeline failed at the current step."
10191
+ },
10192
+ {
10193
+ "type": "stack",
10194
+ "direction": "horizontal",
10195
+ "gap": "sm",
10196
+ "children": [
10197
+ {
10198
+ "type": "stat-display",
10199
+ "label": "Failed At Step",
10200
+ "value": "@entity.currentStep"
10201
+ }
10202
+ ]
9693
10203
  },
9694
10204
  {
9695
10205
  "type": "button",
@@ -9703,476 +10213,448 @@
9703
10213
  ]
9704
10214
  }
9705
10215
  ]
9706
- }
9707
- ]
9708
- ],
9709
- "ADVANCE": [
9710
- [
9711
- "set",
9712
- "@entity.currentStep",
9713
- [
9714
- "+",
9715
- "@entity.currentStep",
9716
- 1
9717
10216
  ]
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
- }
10217
+ },
10218
+ {
10219
+ "from": "idle",
10220
+ "to": "idle",
10221
+ "event": "RESET",
10222
+ "effects": [
10223
+ [
10224
+ "set",
10225
+ "@entity.status",
10226
+ "idle"
9741
10227
  ],
9742
- "children": [
10228
+ [
10229
+ "set",
10230
+ "@entity.currentStep",
10231
+ 0
10232
+ ],
10233
+ [
10234
+ "render-ui",
10235
+ "main",
9743
10236
  {
9744
- "type": "stack",
9745
- "direction": "vertical",
9746
- "gap": "lg",
9747
- "children": [
10237
+ "type": "dashboard-layout",
10238
+ "appName": "Agent Pipeline",
10239
+ "navItems": [
9748
10240
  {
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
- ]
10241
+ "label": "Pipeline",
10242
+ "href": "/pipeline",
10243
+ "icon": "git-branch"
9770
10244
  },
9771
10245
  {
9772
- "type": "divider"
10246
+ "label": "Execution",
10247
+ "href": "/execution",
10248
+ "icon": "play"
9773
10249
  },
9774
10250
  {
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
- },
10251
+ "label": "Logs",
10252
+ "href": "/logs",
10253
+ "icon": "terminal"
10254
+ }
10255
+ ],
10256
+ "children": [
9800
10257
  {
9801
10258
  "type": "stack",
9802
- "direction": "horizontal",
9803
- "gap": "sm",
9804
- "align": "center",
10259
+ "direction": "vertical",
10260
+ "gap": "lg",
9805
10261
  "children": [
9806
10262
  {
9807
- "type": "stat-display",
9808
- "label": "Current Step",
9809
- "value": "@entity.currentStep"
10263
+ "type": "stack",
10264
+ "direction": "horizontal",
10265
+ "gap": "sm",
10266
+ "align": "center",
10267
+ "children": [
10268
+ {
10269
+ "type": "icon",
10270
+ "name": "list-ordered",
10271
+ "size": "lg"
10272
+ },
10273
+ {
10274
+ "type": "typography",
10275
+ "content": "PipelineProgress",
10276
+ "variant": "h2"
10277
+ },
10278
+ {
10279
+ "type": "badge",
10280
+ "label": "Idle",
10281
+ "variant": "default"
10282
+ }
10283
+ ]
9810
10284
  },
9811
10285
  {
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": [
10286
+ "type": "divider"
10287
+ },
9823
10288
  {
9824
- "type": "button",
9825
- "label": "Advance",
9826
- "event": "ADVANCE",
9827
- "variant": "primary",
9828
- "icon": "chevron-right"
10289
+ "type": "wizard-progress",
10290
+ "currentStep": "@entity.currentStep",
10291
+ "steps": [
10292
+ {
10293
+ "id": "0",
10294
+ "title": "Plan"
10295
+ },
10296
+ {
10297
+ "id": "1",
10298
+ "title": "Execute"
10299
+ },
10300
+ {
10301
+ "id": "2",
10302
+ "title": "Checkpoint"
10303
+ },
10304
+ {
10305
+ "id": "3",
10306
+ "title": "Verify"
10307
+ },
10308
+ {
10309
+ "id": "4",
10310
+ "title": "Done"
10311
+ }
10312
+ ]
9829
10313
  },
9830
10314
  {
9831
10315
  "type": "button",
9832
- "label": "Reset",
9833
- "event": "RESET",
9834
- "variant": "ghost",
9835
- "icon": "rotate-ccw"
10316
+ "label": "Start",
10317
+ "event": "START",
10318
+ "variant": "primary",
10319
+ "icon": "play"
9836
10320
  }
9837
10321
  ]
9838
10322
  }
9839
10323
  ]
9840
10324
  }
9841
10325
  ]
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
- }
10326
+ ]
10327
+ },
10328
+ {
10329
+ "from": "in_progress",
10330
+ "to": "idle",
10331
+ "event": "RESET",
10332
+ "effects": [
10333
+ [
10334
+ "set",
10335
+ "@entity.status",
10336
+ "idle"
10337
+ ],
10338
+ [
10339
+ "set",
10340
+ "@entity.currentStep",
10341
+ 0
9878
10342
  ],
9879
- "children": [
10343
+ [
10344
+ "render-ui",
10345
+ "main",
9880
10346
  {
9881
- "type": "stack",
9882
- "direction": "vertical",
9883
- "gap": "lg",
9884
- "children": [
10347
+ "type": "dashboard-layout",
10348
+ "appName": "Agent Pipeline",
10349
+ "navItems": [
9885
10350
  {
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
- ]
10351
+ "label": "Pipeline",
10352
+ "href": "/pipeline",
10353
+ "icon": "git-branch"
9907
10354
  },
9908
10355
  {
9909
- "type": "divider"
10356
+ "label": "Execution",
10357
+ "href": "/execution",
10358
+ "icon": "play"
9910
10359
  },
9911
10360
  {
9912
- "type": "wizard-progress",
9913
- "currentStep": "@entity.totalSteps",
9914
- "steps": [
9915
- {
9916
- "id": "0",
9917
- "title": "Plan"
9918
- },
10361
+ "label": "Logs",
10362
+ "href": "/logs",
10363
+ "icon": "terminal"
10364
+ }
10365
+ ],
10366
+ "children": [
10367
+ {
10368
+ "type": "stack",
10369
+ "direction": "vertical",
10370
+ "gap": "lg",
10371
+ "children": [
9919
10372
  {
9920
- "id": "1",
9921
- "title": "Execute"
10373
+ "type": "stack",
10374
+ "direction": "horizontal",
10375
+ "gap": "sm",
10376
+ "align": "center",
10377
+ "children": [
10378
+ {
10379
+ "type": "icon",
10380
+ "name": "list-ordered",
10381
+ "size": "lg"
10382
+ },
10383
+ {
10384
+ "type": "typography",
10385
+ "content": "PipelineProgress",
10386
+ "variant": "h2"
10387
+ },
10388
+ {
10389
+ "type": "badge",
10390
+ "label": "Idle",
10391
+ "variant": "default"
10392
+ }
10393
+ ]
9922
10394
  },
9923
10395
  {
9924
- "id": "2",
9925
- "title": "Checkpoint"
10396
+ "type": "divider"
9926
10397
  },
9927
10398
  {
9928
- "id": "3",
9929
- "title": "Verify"
10399
+ "type": "wizard-progress",
10400
+ "currentStep": "@entity.currentStep",
10401
+ "steps": [
10402
+ {
10403
+ "id": "0",
10404
+ "title": "Plan"
10405
+ },
10406
+ {
10407
+ "id": "1",
10408
+ "title": "Execute"
10409
+ },
10410
+ {
10411
+ "id": "2",
10412
+ "title": "Checkpoint"
10413
+ },
10414
+ {
10415
+ "id": "3",
10416
+ "title": "Verify"
10417
+ },
10418
+ {
10419
+ "id": "4",
10420
+ "title": "Done"
10421
+ }
10422
+ ]
9930
10423
  },
9931
10424
  {
9932
- "id": "4",
9933
- "title": "Done"
10425
+ "type": "button",
10426
+ "label": "Start",
10427
+ "event": "START",
10428
+ "variant": "primary",
10429
+ "icon": "play"
9934
10430
  }
9935
10431
  ]
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
10432
  }
9949
10433
  ]
9950
10434
  }
9951
10435
  ]
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
- }
10436
+ ]
10437
+ },
10438
+ {
10439
+ "from": "completed",
10440
+ "to": "idle",
10441
+ "event": "RESET",
10442
+ "effects": [
10443
+ [
10444
+ "set",
10445
+ "@entity.status",
10446
+ "idle"
10447
+ ],
10448
+ [
10449
+ "set",
10450
+ "@entity.currentStep",
10451
+ 0
9983
10452
  ],
9984
- "children": [
10453
+ [
10454
+ "render-ui",
10455
+ "main",
9985
10456
  {
9986
- "type": "stack",
9987
- "direction": "vertical",
9988
- "gap": "lg",
9989
- "children": [
10457
+ "type": "dashboard-layout",
10458
+ "appName": "Agent Pipeline",
10459
+ "navItems": [
9990
10460
  {
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
- ]
10461
+ "label": "Pipeline",
10462
+ "href": "/pipeline",
10463
+ "icon": "git-branch"
10012
10464
  },
10013
10465
  {
10014
- "type": "divider"
10466
+ "label": "Execution",
10467
+ "href": "/execution",
10468
+ "icon": "play"
10015
10469
  },
10016
10470
  {
10017
- "type": "wizard-progress",
10018
- "currentStep": "@entity.currentStep",
10019
- "steps": [
10020
- {
10021
- "id": "0",
10022
- "title": "Plan"
10023
- },
10471
+ "label": "Logs",
10472
+ "href": "/logs",
10473
+ "icon": "terminal"
10474
+ }
10475
+ ],
10476
+ "children": [
10477
+ {
10478
+ "type": "stack",
10479
+ "direction": "vertical",
10480
+ "gap": "lg",
10481
+ "children": [
10024
10482
  {
10025
- "id": "1",
10026
- "title": "Execute"
10483
+ "type": "stack",
10484
+ "direction": "horizontal",
10485
+ "gap": "sm",
10486
+ "align": "center",
10487
+ "children": [
10488
+ {
10489
+ "type": "icon",
10490
+ "name": "list-ordered",
10491
+ "size": "lg"
10492
+ },
10493
+ {
10494
+ "type": "typography",
10495
+ "content": "PipelineProgress",
10496
+ "variant": "h2"
10497
+ },
10498
+ {
10499
+ "type": "badge",
10500
+ "label": "Idle",
10501
+ "variant": "default"
10502
+ }
10503
+ ]
10027
10504
  },
10028
10505
  {
10029
- "id": "2",
10030
- "title": "Checkpoint"
10506
+ "type": "divider"
10031
10507
  },
10032
10508
  {
10033
- "id": "3",
10034
- "title": "Verify"
10509
+ "type": "wizard-progress",
10510
+ "currentStep": "@entity.currentStep",
10511
+ "steps": [
10512
+ {
10513
+ "id": "0",
10514
+ "title": "Plan"
10515
+ },
10516
+ {
10517
+ "id": "1",
10518
+ "title": "Execute"
10519
+ },
10520
+ {
10521
+ "id": "2",
10522
+ "title": "Checkpoint"
10523
+ },
10524
+ {
10525
+ "id": "3",
10526
+ "title": "Verify"
10527
+ },
10528
+ {
10529
+ "id": "4",
10530
+ "title": "Done"
10531
+ }
10532
+ ]
10035
10533
  },
10036
10534
  {
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"
10535
+ "type": "button",
10536
+ "label": "Start",
10537
+ "event": "START",
10538
+ "variant": "primary",
10539
+ "icon": "play"
10056
10540
  }
10057
10541
  ]
10058
- },
10059
- {
10060
- "type": "button",
10061
- "label": "Reset",
10062
- "event": "RESET",
10063
- "variant": "ghost",
10064
- "icon": "rotate-ccw"
10065
10542
  }
10066
10543
  ]
10067
10544
  }
10068
10545
  ]
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
- }
10546
+ ]
10547
+ },
10548
+ {
10549
+ "from": "failed",
10550
+ "to": "idle",
10551
+ "event": "RESET",
10552
+ "effects": [
10553
+ [
10554
+ "set",
10555
+ "@entity.status",
10556
+ "idle"
10557
+ ],
10558
+ [
10559
+ "set",
10560
+ "@entity.currentStep",
10561
+ 0
10105
10562
  ],
10106
- "children": [
10563
+ [
10564
+ "render-ui",
10565
+ "main",
10107
10566
  {
10108
- "type": "stack",
10109
- "direction": "vertical",
10110
- "gap": "lg",
10111
- "children": [
10567
+ "type": "dashboard-layout",
10568
+ "appName": "Agent Pipeline",
10569
+ "navItems": [
10112
10570
  {
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
- ]
10571
+ "label": "Pipeline",
10572
+ "href": "/pipeline",
10573
+ "icon": "git-branch"
10134
10574
  },
10135
10575
  {
10136
- "type": "divider"
10576
+ "label": "Execution",
10577
+ "href": "/execution",
10578
+ "icon": "play"
10137
10579
  },
10138
10580
  {
10139
- "type": "wizard-progress",
10140
- "currentStep": "@entity.currentStep",
10141
- "steps": [
10142
- {
10143
- "id": "0",
10144
- "title": "Plan"
10145
- },
10581
+ "label": "Logs",
10582
+ "href": "/logs",
10583
+ "icon": "terminal"
10584
+ }
10585
+ ],
10586
+ "children": [
10587
+ {
10588
+ "type": "stack",
10589
+ "direction": "vertical",
10590
+ "gap": "lg",
10591
+ "children": [
10146
10592
  {
10147
- "id": "1",
10148
- "title": "Execute"
10593
+ "type": "stack",
10594
+ "direction": "horizontal",
10595
+ "gap": "sm",
10596
+ "align": "center",
10597
+ "children": [
10598
+ {
10599
+ "type": "icon",
10600
+ "name": "list-ordered",
10601
+ "size": "lg"
10602
+ },
10603
+ {
10604
+ "type": "typography",
10605
+ "content": "PipelineProgress",
10606
+ "variant": "h2"
10607
+ },
10608
+ {
10609
+ "type": "badge",
10610
+ "label": "Idle",
10611
+ "variant": "default"
10612
+ }
10613
+ ]
10149
10614
  },
10150
10615
  {
10151
- "id": "2",
10152
- "title": "Checkpoint"
10616
+ "type": "divider"
10153
10617
  },
10154
10618
  {
10155
- "id": "3",
10156
- "title": "Verify"
10619
+ "type": "wizard-progress",
10620
+ "currentStep": "@entity.currentStep",
10621
+ "steps": [
10622
+ {
10623
+ "id": "0",
10624
+ "title": "Plan"
10625
+ },
10626
+ {
10627
+ "id": "1",
10628
+ "title": "Execute"
10629
+ },
10630
+ {
10631
+ "id": "2",
10632
+ "title": "Checkpoint"
10633
+ },
10634
+ {
10635
+ "id": "3",
10636
+ "title": "Verify"
10637
+ },
10638
+ {
10639
+ "id": "4",
10640
+ "title": "Done"
10641
+ }
10642
+ ]
10157
10643
  },
10158
10644
  {
10159
- "id": "4",
10160
- "title": "Done"
10645
+ "type": "button",
10646
+ "label": "Start",
10647
+ "event": "START",
10648
+ "variant": "primary",
10649
+ "icon": "play"
10161
10650
  }
10162
10651
  ]
10163
- },
10164
- {
10165
- "type": "button",
10166
- "label": "Start",
10167
- "event": "START",
10168
- "variant": "primary",
10169
- "icon": "play"
10170
10652
  }
10171
10653
  ]
10172
10654
  }
10173
10655
  ]
10174
- }
10175
- ]
10656
+ ]
10657
+ }
10176
10658
  ]
10177
10659
  }
10178
10660
  }
@@ -10219,217 +10701,252 @@
10219
10701
  },
10220
10702
  "traits": [
10221
10703
  {
10222
- "ref": "Drawer.traits.DrawerContentDrawer",
10223
10704
  "name": "SessionTreeDrawer",
10224
10705
  "linkedEntity": "SessionTree",
10225
- "effects": {
10226
- "INIT": [
10227
- [
10228
- "fetch",
10229
- "SessionTree"
10230
- ]
10706
+ "category": "interaction",
10707
+ "stateMachine": {
10708
+ "states": [
10709
+ {
10710
+ "name": "closed",
10711
+ "isInitial": true
10712
+ },
10713
+ {
10714
+ "name": "open"
10715
+ }
10231
10716
  ],
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": [
10717
+ "events": [
10718
+ {
10719
+ "key": "INIT",
10720
+ "name": "Initialize"
10721
+ },
10722
+ {
10723
+ "key": "OPEN",
10724
+ "name": "Open"
10725
+ },
10726
+ {
10727
+ "key": "CLOSE",
10728
+ "name": "Close"
10729
+ }
10730
+ ],
10731
+ "transitions": [
10732
+ {
10733
+ "from": "closed",
10734
+ "to": "closed",
10735
+ "event": "INIT",
10736
+ "effects": [
10737
+ [
10738
+ "fetch",
10739
+ "SessionTree"
10740
+ ]
10741
+ ]
10742
+ },
10743
+ {
10744
+ "from": "closed",
10745
+ "to": "open",
10746
+ "event": "OPEN",
10747
+ "effects": [
10748
+ [
10749
+ "fetch",
10750
+ "SessionTree"
10751
+ ],
10752
+ [
10753
+ "render-ui",
10754
+ "drawer",
10245
10755
  {
10246
- "type": "drawer",
10247
- "title": "Session Tree",
10248
- "isOpen": true,
10756
+ "type": "stack",
10757
+ "direction": "vertical",
10758
+ "gap": "none",
10249
10759
  "children": [
10250
10760
  {
10251
- "type": "stack",
10252
- "direction": "vertical",
10253
- "gap": "md",
10761
+ "type": "drawer",
10762
+ "title": "Session Tree",
10763
+ "isOpen": true,
10254
10764
  "children": [
10255
10765
  {
10256
10766
  "type": "stack",
10257
- "direction": "horizontal",
10767
+ "direction": "vertical",
10258
10768
  "gap": "md",
10259
- "justify": "space-between",
10260
10769
  "children": [
10261
10770
  {
10262
- "type": "typography",
10263
- "variant": "caption",
10264
- "content": "BranchId"
10771
+ "type": "stack",
10772
+ "direction": "horizontal",
10773
+ "gap": "md",
10774
+ "justify": "space-between",
10775
+ "children": [
10776
+ {
10777
+ "type": "typography",
10778
+ "variant": "caption",
10779
+ "content": "BranchId"
10780
+ },
10781
+ {
10782
+ "type": "typography",
10783
+ "variant": "body",
10784
+ "content": [
10785
+ "object/get",
10786
+ [
10787
+ "array/first",
10788
+ "@entity"
10789
+ ],
10790
+ "branchId"
10791
+ ]
10792
+ }
10793
+ ]
10265
10794
  },
10266
10795
  {
10267
- "type": "typography",
10268
- "variant": "body",
10269
- "content": [
10270
- "object/get",
10271
- [
10272
- "array/first",
10273
- "@entity"
10274
- ],
10275
- "branchId"
10796
+ "type": "stack",
10797
+ "direction": "horizontal",
10798
+ "gap": "md",
10799
+ "justify": "space-between",
10800
+ "children": [
10801
+ {
10802
+ "type": "typography",
10803
+ "variant": "caption",
10804
+ "content": "Label"
10805
+ },
10806
+ {
10807
+ "type": "typography",
10808
+ "variant": "body",
10809
+ "content": [
10810
+ "object/get",
10811
+ [
10812
+ "array/first",
10813
+ "@entity"
10814
+ ],
10815
+ "label"
10816
+ ]
10817
+ }
10276
10818
  ]
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
10819
  },
10291
10820
  {
10292
- "type": "typography",
10293
- "variant": "body",
10294
- "content": [
10295
- "object/get",
10296
- [
10297
- "array/first",
10298
- "@entity"
10299
- ],
10300
- "label"
10821
+ "type": "stack",
10822
+ "direction": "horizontal",
10823
+ "gap": "md",
10824
+ "justify": "space-between",
10825
+ "children": [
10826
+ {
10827
+ "type": "typography",
10828
+ "variant": "caption",
10829
+ "content": "Status"
10830
+ },
10831
+ {
10832
+ "type": "typography",
10833
+ "variant": "body",
10834
+ "content": [
10835
+ "object/get",
10836
+ [
10837
+ "array/first",
10838
+ "@entity"
10839
+ ],
10840
+ "status"
10841
+ ]
10842
+ }
10301
10843
  ]
10302
- }
10303
- ]
10304
- },
10305
- {
10306
- "type": "stack",
10307
- "direction": "horizontal",
10308
- "gap": "md",
10309
- "justify": "space-between",
10310
- "children": [
10844
+ },
10311
10845
  {
10312
- "type": "typography",
10313
- "variant": "caption",
10314
- "content": "Status"
10846
+ "type": "divider"
10315
10847
  },
10316
10848
  {
10317
- "type": "typography",
10318
- "variant": "body",
10319
- "content": [
10320
- "object/get",
10321
- [
10322
- "array/first",
10323
- "@entity"
10324
- ],
10325
- "status"
10849
+ "type": "stack",
10850
+ "direction": "horizontal",
10851
+ "gap": "sm",
10852
+ "justify": "end",
10853
+ "children": [
10854
+ {
10855
+ "type": "button",
10856
+ "label": "Close",
10857
+ "event": "CLOSE",
10858
+ "variant": "ghost"
10859
+ }
10326
10860
  ]
10327
10861
  }
10328
10862
  ]
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
10863
  }
10347
10864
  ]
10348
- }
10349
- ]
10350
- },
10351
- {
10352
- "type": "side-panel",
10353
- "title": "Session Tree",
10354
- "isOpen": true,
10355
- "position": "right",
10356
- "children": [
10865
+ },
10357
10866
  {
10358
- "type": "stack",
10359
- "direction": "vertical",
10360
- "gap": "md",
10867
+ "type": "side-panel",
10868
+ "title": "Session Tree",
10869
+ "isOpen": true,
10870
+ "position": "right",
10361
10871
  "children": [
10362
10872
  {
10363
10873
  "type": "stack",
10364
- "direction": "horizontal",
10874
+ "direction": "vertical",
10365
10875
  "gap": "md",
10366
- "justify": "space-between",
10367
10876
  "children": [
10368
10877
  {
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"
10878
+ "type": "stack",
10879
+ "direction": "horizontal",
10880
+ "gap": "md",
10881
+ "justify": "space-between",
10882
+ "children": [
10883
+ {
10884
+ "type": "typography",
10885
+ "variant": "caption",
10886
+ "content": "BranchId"
10887
+ },
10888
+ {
10889
+ "type": "typography",
10890
+ "variant": "body",
10891
+ "content": [
10892
+ "object/get",
10893
+ [
10894
+ "array/first",
10895
+ "@entity"
10896
+ ],
10897
+ "branchId"
10898
+ ]
10899
+ }
10383
10900
  ]
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
10901
  },
10398
10902
  {
10399
- "type": "typography",
10400
- "variant": "body",
10401
- "content": [
10402
- "object/get",
10403
- [
10404
- "array/first",
10405
- "@entity"
10406
- ],
10407
- "label"
10903
+ "type": "stack",
10904
+ "direction": "horizontal",
10905
+ "gap": "md",
10906
+ "justify": "space-between",
10907
+ "children": [
10908
+ {
10909
+ "type": "typography",
10910
+ "variant": "caption",
10911
+ "content": "Label"
10912
+ },
10913
+ {
10914
+ "type": "typography",
10915
+ "variant": "body",
10916
+ "content": [
10917
+ "object/get",
10918
+ [
10919
+ "array/first",
10920
+ "@entity"
10921
+ ],
10922
+ "label"
10923
+ ]
10924
+ }
10408
10925
  ]
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
10926
  },
10423
10927
  {
10424
- "type": "typography",
10425
- "variant": "body",
10426
- "content": [
10427
- "object/get",
10428
- [
10429
- "array/first",
10430
- "@entity"
10431
- ],
10432
- "status"
10928
+ "type": "stack",
10929
+ "direction": "horizontal",
10930
+ "gap": "md",
10931
+ "justify": "space-between",
10932
+ "children": [
10933
+ {
10934
+ "type": "typography",
10935
+ "variant": "caption",
10936
+ "content": "Status"
10937
+ },
10938
+ {
10939
+ "type": "typography",
10940
+ "variant": "body",
10941
+ "content": [
10942
+ "object/get",
10943
+ [
10944
+ "array/first",
10945
+ "@entity"
10946
+ ],
10947
+ "status"
10948
+ ]
10949
+ }
10433
10950
  ]
10434
10951
  }
10435
10952
  ]
@@ -10439,19 +10956,24 @@
10439
10956
  ]
10440
10957
  }
10441
10958
  ]
10442
- }
10443
- ]
10444
- ],
10445
- "CLOSE": [
10446
- [
10447
- "render-ui",
10448
- "drawer",
10449
- null
10450
- ],
10451
- [
10452
- "fetch",
10453
- "SessionTree"
10454
- ]
10959
+ ]
10960
+ },
10961
+ {
10962
+ "from": "open",
10963
+ "to": "closed",
10964
+ "event": "CLOSE",
10965
+ "effects": [
10966
+ [
10967
+ "render-ui",
10968
+ "drawer",
10969
+ null
10970
+ ],
10971
+ [
10972
+ "fetch",
10973
+ "SessionTree"
10974
+ ]
10975
+ ]
10976
+ }
10455
10977
  ]
10456
10978
  }
10457
10979
  }
@@ -10468,5 +10990,6 @@
10468
10990
  }
10469
10991
  ]
10470
10992
  }
10471
- ]
10472
- }
10993
+ ],
10994
+ "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."
10995
+ }