@almadar/std 5.0.0 → 5.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (421) hide show
  1. package/behaviors/exports/atoms/std-agent-activity-log.orb +5 -45
  2. package/behaviors/exports/atoms/std-agent-chat-thread.orb +5 -55
  3. package/behaviors/exports/atoms/std-agent-classifier.orb +8 -8
  4. package/behaviors/exports/atoms/std-agent-completion.orb +8 -8
  5. package/behaviors/exports/atoms/std-agent-context-window.orb +5 -4
  6. package/behaviors/exports/atoms/std-agent-conversation.orb +5 -71
  7. package/behaviors/exports/atoms/std-agent-memory.orb +13 -127
  8. package/behaviors/exports/atoms/std-agent-provider.orb +8 -8
  9. package/behaviors/exports/atoms/std-agent-search.orb +6 -27
  10. package/behaviors/exports/atoms/std-agent-session.orb +11 -85
  11. package/behaviors/exports/atoms/std-agent-step-progress.orb +5 -4
  12. package/behaviors/exports/atoms/std-agent-token-gauge.orb +5 -4
  13. package/behaviors/exports/atoms/std-agent-tool-call.orb +8 -8
  14. package/behaviors/exports/atoms/std-async.orb +5 -8
  15. package/behaviors/exports/atoms/std-autoregressive.orb +4 -2
  16. package/behaviors/exports/atoms/std-browse.orb +5 -4
  17. package/behaviors/exports/atoms/std-cache-aside.orb +5 -8
  18. package/behaviors/exports/atoms/std-calendar.orb +5 -4
  19. package/behaviors/exports/atoms/std-circuit-breaker.orb +5 -4
  20. package/behaviors/exports/atoms/std-collision.orb +5 -4
  21. package/behaviors/exports/atoms/std-combat-log.orb +5 -4
  22. package/behaviors/exports/atoms/std-combat.orb +5 -4
  23. package/behaviors/exports/atoms/std-confirmation.orb +10 -4
  24. package/behaviors/exports/atoms/std-dialogue-box.orb +5 -4
  25. package/behaviors/exports/atoms/std-display.orb +5 -4
  26. package/behaviors/exports/atoms/std-drawer.orb +5 -4
  27. package/behaviors/exports/atoms/std-filter.orb +5 -4
  28. package/behaviors/exports/atoms/std-flip-card.orb +5 -4
  29. package/behaviors/exports/atoms/std-gallery.orb +5 -4
  30. package/behaviors/exports/atoms/std-game-audio.orb +5 -4
  31. package/behaviors/exports/atoms/std-game-canvas2d.orb +4 -2
  32. package/behaviors/exports/atoms/std-game-canvas3d.orb +4 -2
  33. package/behaviors/exports/atoms/std-game-hud.orb +5 -4
  34. package/behaviors/exports/atoms/std-game-menu.orb +5 -4
  35. package/behaviors/exports/atoms/std-game-over-screen.orb +5 -4
  36. package/behaviors/exports/atoms/std-gameflow.orb +5 -4
  37. package/behaviors/exports/atoms/std-input.orb +5 -4
  38. package/behaviors/exports/atoms/std-inventory-panel.orb +5 -8
  39. package/behaviors/exports/atoms/std-isometric-canvas.orb +5 -4
  40. package/behaviors/exports/atoms/std-loading.orb +5 -4
  41. package/behaviors/exports/atoms/std-modal.orb +89 -4
  42. package/behaviors/exports/atoms/std-movement.orb +5 -4
  43. package/behaviors/exports/atoms/std-notification.orb +5 -4
  44. package/behaviors/exports/atoms/std-overworld.orb +5 -4
  45. package/behaviors/exports/atoms/std-pagination.orb +5 -4
  46. package/behaviors/exports/atoms/std-physics2d.orb +5 -4
  47. package/behaviors/exports/atoms/std-platformer-canvas.orb +5 -4
  48. package/behaviors/exports/atoms/std-quest.orb +5 -8
  49. package/behaviors/exports/atoms/std-rate-limiter.orb +5 -4
  50. package/behaviors/exports/atoms/std-rating.orb +5 -4
  51. package/behaviors/exports/atoms/std-score-board.orb +5 -4
  52. package/behaviors/exports/atoms/std-score.orb +5 -4
  53. package/behaviors/exports/atoms/std-search.orb +5 -4
  54. package/behaviors/exports/atoms/std-selection.orb +5 -4
  55. package/behaviors/exports/atoms/std-service-custom-bearer.orb +5 -15
  56. package/behaviors/exports/atoms/std-service-custom-header.orb +5 -17
  57. package/behaviors/exports/atoms/std-service-custom-noauth.orb +5 -11
  58. package/behaviors/exports/atoms/std-service-custom-query.orb +5 -17
  59. package/behaviors/exports/atoms/std-service-email.orb +5 -4
  60. package/behaviors/exports/atoms/std-service-github.orb +5 -4
  61. package/behaviors/exports/atoms/std-service-llm.orb +5 -4
  62. package/behaviors/exports/atoms/std-service-oauth.orb +5 -4
  63. package/behaviors/exports/atoms/std-service-redis.orb +5 -4
  64. package/behaviors/exports/atoms/std-service-storage.orb +5 -4
  65. package/behaviors/exports/atoms/std-service-stripe.orb +5 -4
  66. package/behaviors/exports/atoms/std-service-twilio.orb +5 -4
  67. package/behaviors/exports/atoms/std-service-youtube.orb +5 -4
  68. package/behaviors/exports/atoms/std-simulation-canvas.orb +5 -4
  69. package/behaviors/exports/atoms/std-sort.orb +5 -4
  70. package/behaviors/exports/atoms/std-sprite.orb +5 -4
  71. package/behaviors/exports/atoms/std-tabs.orb +5 -4
  72. package/behaviors/exports/atoms/std-text-effects.orb +5 -4
  73. package/behaviors/exports/atoms/std-theme.orb +5 -4
  74. package/behaviors/exports/atoms/std-timer.orb +5 -4
  75. package/behaviors/exports/atoms/std-undo.orb +5 -4
  76. package/behaviors/exports/atoms/std-upload.orb +5 -4
  77. package/behaviors/exports/atoms/std-validate-on-save.orb +5 -32
  78. package/behaviors/exports/atoms/std-wizard.orb +5 -4
  79. package/behaviors/exports/molecules/std-agent-fix-loop.orb +1141 -1709
  80. package/behaviors/exports/molecules/std-agent-learner.orb +608 -938
  81. package/behaviors/exports/molecules/std-agent-planner.orb +613 -961
  82. package/behaviors/exports/molecules/std-agent-rag.orb +586 -915
  83. package/behaviors/exports/molecules/std-agent-tool-loop.orb +915 -2846
  84. package/behaviors/exports/molecules/std-builder-game.orb +5 -4
  85. package/behaviors/exports/molecules/std-cart.orb +196 -307
  86. package/behaviors/exports/molecules/std-classifier-game.orb +5 -4
  87. package/behaviors/exports/molecules/std-debugger-game.orb +5 -4
  88. package/behaviors/exports/molecules/std-detail.orb +309 -467
  89. package/behaviors/exports/molecules/std-event-handler-game.orb +5 -4
  90. package/behaviors/exports/molecules/std-form-advanced.orb +5 -8
  91. package/behaviors/exports/molecules/std-geospatial.orb +363 -539
  92. package/behaviors/exports/molecules/std-inventory.orb +390 -720
  93. package/behaviors/exports/molecules/std-list.orb +526 -1156
  94. package/behaviors/exports/molecules/std-messaging.orb +295 -452
  95. package/behaviors/exports/molecules/std-negotiator-game.orb +5 -4
  96. package/behaviors/exports/molecules/std-platformer-game.orb +5 -4
  97. package/behaviors/exports/molecules/std-puzzle-game.orb +5 -4
  98. package/behaviors/exports/molecules/std-quiz.orb +5 -4
  99. package/behaviors/exports/molecules/std-sequencer-game.orb +5 -4
  100. package/behaviors/exports/molecules/std-service-content-pipeline.orb +5 -4
  101. package/behaviors/exports/molecules/std-service-custom-api-tester.orb +5 -42
  102. package/behaviors/exports/molecules/std-service-devops-toolkit.orb +5 -4
  103. package/behaviors/exports/molecules/std-service-notification-hub.orb +5 -4
  104. package/behaviors/exports/molecules/std-service-payment-flow.orb +5 -4
  105. package/behaviors/exports/molecules/std-simulator-game.orb +5 -4
  106. package/behaviors/exports/molecules/std-turn-based-battle.orb +5 -4
  107. package/behaviors/exports/organisms/std-agent-assistant.orb +15 -143
  108. package/behaviors/exports/organisms/std-agent-builder.orb +814 -1476
  109. package/behaviors/exports/organisms/std-agent-pipeline.orb +785 -1567
  110. package/behaviors/exports/organisms/std-agent-reviewer.orb +299 -502
  111. package/behaviors/exports/organisms/std-agent-tutor.orb +306 -493
  112. package/behaviors/exports/organisms/std-api-gateway.orb +284 -626
  113. package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
  114. package/behaviors/exports/organisms/std-booking-system.orb +1422 -2160
  115. package/behaviors/exports/organisms/std-cicd-pipeline.orb +274 -617
  116. package/behaviors/exports/organisms/std-cms.orb +1274 -1972
  117. package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
  118. package/behaviors/exports/organisms/std-crm.orb +999 -1775
  119. package/behaviors/exports/organisms/std-devops-dashboard.orb +284 -638
  120. package/behaviors/exports/organisms/std-ecommerce.orb +1653 -2398
  121. package/behaviors/exports/organisms/std-finance-tracker.orb +340 -684
  122. package/behaviors/exports/organisms/std-healthcare.orb +984 -1838
  123. package/behaviors/exports/organisms/std-helpdesk.orb +340 -744
  124. package/behaviors/exports/organisms/std-hr-portal.orb +1401 -2151
  125. package/behaviors/exports/organisms/std-iot-dashboard.orb +284 -626
  126. package/behaviors/exports/organisms/std-lms.orb +284 -632
  127. package/behaviors/exports/organisms/std-logic-training.orb +4 -4
  128. package/behaviors/exports/organisms/std-platformer-app.orb +15 -98
  129. package/behaviors/exports/organisms/std-project-manager.orb +970 -1774
  130. package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
  131. package/behaviors/exports/organisms/std-realtime-chat.orb +364 -714
  132. package/behaviors/exports/organisms/std-rpg-game.orb +15 -102
  133. package/behaviors/exports/organisms/std-service-marketplace.orb +1589 -2361
  134. package/behaviors/exports/organisms/std-service-research-assistant.orb +4 -15
  135. package/behaviors/exports/organisms/std-social-feed.orb +62 -66
  136. package/behaviors/exports/organisms/std-stem-lab.orb +4 -4
  137. package/behaviors/exports/organisms/std-strategy-game.orb +4 -4
  138. package/behaviors/exports/organisms/std-trading-dashboard.orb +274 -620
  139. package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +5 -45
  140. package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +5 -55
  141. package/dist/behaviors/exports/atoms/std-agent-classifier.orb +8 -8
  142. package/dist/behaviors/exports/atoms/std-agent-completion.orb +8 -8
  143. package/dist/behaviors/exports/atoms/std-agent-context-window.orb +5 -4
  144. package/dist/behaviors/exports/atoms/std-agent-conversation.orb +5 -71
  145. package/dist/behaviors/exports/atoms/std-agent-memory.orb +13 -127
  146. package/dist/behaviors/exports/atoms/std-agent-provider.orb +8 -8
  147. package/dist/behaviors/exports/atoms/std-agent-search.orb +6 -27
  148. package/dist/behaviors/exports/atoms/std-agent-session.orb +11 -85
  149. package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +5 -4
  150. package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +5 -4
  151. package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +8 -8
  152. package/dist/behaviors/exports/atoms/std-async.orb +5 -8
  153. package/dist/behaviors/exports/atoms/std-autoregressive.orb +4 -2
  154. package/dist/behaviors/exports/atoms/std-browse.orb +5 -4
  155. package/dist/behaviors/exports/atoms/std-cache-aside.orb +5 -8
  156. package/dist/behaviors/exports/atoms/std-calendar.orb +5 -4
  157. package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +5 -4
  158. package/dist/behaviors/exports/atoms/std-collision.orb +5 -4
  159. package/dist/behaviors/exports/atoms/std-combat-log.orb +5 -4
  160. package/dist/behaviors/exports/atoms/std-combat.orb +5 -4
  161. package/dist/behaviors/exports/atoms/std-confirmation.orb +10 -4
  162. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +5 -4
  163. package/dist/behaviors/exports/atoms/std-display.orb +5 -4
  164. package/dist/behaviors/exports/atoms/std-drawer.orb +5 -4
  165. package/dist/behaviors/exports/atoms/std-filter.orb +5 -4
  166. package/dist/behaviors/exports/atoms/std-flip-card.orb +5 -4
  167. package/dist/behaviors/exports/atoms/std-gallery.orb +5 -4
  168. package/dist/behaviors/exports/atoms/std-game-audio.orb +5 -4
  169. package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +4 -2
  170. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +4 -2
  171. package/dist/behaviors/exports/atoms/std-game-hud.orb +5 -4
  172. package/dist/behaviors/exports/atoms/std-game-menu.orb +5 -4
  173. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +5 -4
  174. package/dist/behaviors/exports/atoms/std-gameflow.orb +5 -4
  175. package/dist/behaviors/exports/atoms/std-input.orb +5 -4
  176. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +5 -8
  177. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +5 -4
  178. package/dist/behaviors/exports/atoms/std-loading.orb +5 -4
  179. package/dist/behaviors/exports/atoms/std-modal.orb +89 -4
  180. package/dist/behaviors/exports/atoms/std-movement.orb +5 -4
  181. package/dist/behaviors/exports/atoms/std-notification.orb +5 -4
  182. package/dist/behaviors/exports/atoms/std-overworld.orb +5 -4
  183. package/dist/behaviors/exports/atoms/std-pagination.orb +5 -4
  184. package/dist/behaviors/exports/atoms/std-physics2d.orb +5 -4
  185. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +5 -4
  186. package/dist/behaviors/exports/atoms/std-quest.orb +5 -8
  187. package/dist/behaviors/exports/atoms/std-rate-limiter.orb +5 -4
  188. package/dist/behaviors/exports/atoms/std-rating.orb +5 -4
  189. package/dist/behaviors/exports/atoms/std-score-board.orb +5 -4
  190. package/dist/behaviors/exports/atoms/std-score.orb +5 -4
  191. package/dist/behaviors/exports/atoms/std-search.orb +5 -4
  192. package/dist/behaviors/exports/atoms/std-selection.orb +5 -4
  193. package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +5 -15
  194. package/dist/behaviors/exports/atoms/std-service-custom-header.orb +5 -17
  195. package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +5 -11
  196. package/dist/behaviors/exports/atoms/std-service-custom-query.orb +5 -17
  197. package/dist/behaviors/exports/atoms/std-service-email.orb +5 -4
  198. package/dist/behaviors/exports/atoms/std-service-github.orb +5 -4
  199. package/dist/behaviors/exports/atoms/std-service-llm.orb +5 -4
  200. package/dist/behaviors/exports/atoms/std-service-oauth.orb +5 -4
  201. package/dist/behaviors/exports/atoms/std-service-redis.orb +5 -4
  202. package/dist/behaviors/exports/atoms/std-service-storage.orb +5 -4
  203. package/dist/behaviors/exports/atoms/std-service-stripe.orb +5 -4
  204. package/dist/behaviors/exports/atoms/std-service-twilio.orb +5 -4
  205. package/dist/behaviors/exports/atoms/std-service-youtube.orb +5 -4
  206. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +5 -4
  207. package/dist/behaviors/exports/atoms/std-sort.orb +5 -4
  208. package/dist/behaviors/exports/atoms/std-sprite.orb +5 -4
  209. package/dist/behaviors/exports/atoms/std-tabs.orb +5 -4
  210. package/dist/behaviors/exports/atoms/std-text-effects.orb +5 -4
  211. package/dist/behaviors/exports/atoms/std-theme.orb +5 -4
  212. package/dist/behaviors/exports/atoms/std-timer.orb +5 -4
  213. package/dist/behaviors/exports/atoms/std-undo.orb +5 -4
  214. package/dist/behaviors/exports/atoms/std-upload.orb +5 -4
  215. package/dist/behaviors/exports/atoms/std-validate-on-save.orb +5 -32
  216. package/dist/behaviors/exports/atoms/std-wizard.orb +5 -4
  217. package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1141 -1709
  218. package/dist/behaviors/exports/molecules/std-agent-learner.orb +608 -938
  219. package/dist/behaviors/exports/molecules/std-agent-planner.orb +613 -961
  220. package/dist/behaviors/exports/molecules/std-agent-rag.orb +586 -915
  221. package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +915 -2846
  222. package/dist/behaviors/exports/molecules/std-builder-game.orb +5 -4
  223. package/dist/behaviors/exports/molecules/std-cart.orb +196 -307
  224. package/dist/behaviors/exports/molecules/std-classifier-game.orb +5 -4
  225. package/dist/behaviors/exports/molecules/std-debugger-game.orb +5 -4
  226. package/dist/behaviors/exports/molecules/std-detail.orb +309 -467
  227. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +5 -4
  228. package/dist/behaviors/exports/molecules/std-form-advanced.orb +5 -8
  229. package/dist/behaviors/exports/molecules/std-geospatial.orb +363 -539
  230. package/dist/behaviors/exports/molecules/std-inventory.orb +390 -720
  231. package/dist/behaviors/exports/molecules/std-list.orb +526 -1156
  232. package/dist/behaviors/exports/molecules/std-messaging.orb +295 -452
  233. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +5 -4
  234. package/dist/behaviors/exports/molecules/std-platformer-game.orb +5 -4
  235. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +5 -4
  236. package/dist/behaviors/exports/molecules/std-quiz.orb +5 -4
  237. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +5 -4
  238. package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +5 -4
  239. package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +5 -42
  240. package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +5 -4
  241. package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +5 -4
  242. package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +5 -4
  243. package/dist/behaviors/exports/molecules/std-simulator-game.orb +5 -4
  244. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +5 -4
  245. package/dist/behaviors/exports/organisms/std-agent-assistant.orb +15 -143
  246. package/dist/behaviors/exports/organisms/std-agent-builder.orb +814 -1476
  247. package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +785 -1567
  248. package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +299 -502
  249. package/dist/behaviors/exports/organisms/std-agent-tutor.orb +306 -493
  250. package/dist/behaviors/exports/organisms/std-api-gateway.orb +284 -626
  251. package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
  252. package/dist/behaviors/exports/organisms/std-booking-system.orb +1422 -2160
  253. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +274 -617
  254. package/dist/behaviors/exports/organisms/std-cms.orb +1274 -1972
  255. package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
  256. package/dist/behaviors/exports/organisms/std-crm.orb +999 -1775
  257. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +284 -638
  258. package/dist/behaviors/exports/organisms/std-ecommerce.orb +1653 -2398
  259. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +340 -684
  260. package/dist/behaviors/exports/organisms/std-healthcare.orb +984 -1838
  261. package/dist/behaviors/exports/organisms/std-helpdesk.orb +340 -744
  262. package/dist/behaviors/exports/organisms/std-hr-portal.orb +1401 -2151
  263. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +284 -626
  264. package/dist/behaviors/exports/organisms/std-lms.orb +284 -632
  265. package/dist/behaviors/exports/organisms/std-logic-training.orb +4 -4
  266. package/dist/behaviors/exports/organisms/std-platformer-app.orb +15 -98
  267. package/dist/behaviors/exports/organisms/std-project-manager.orb +970 -1774
  268. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
  269. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +364 -714
  270. package/dist/behaviors/exports/organisms/std-rpg-game.orb +15 -102
  271. package/dist/behaviors/exports/organisms/std-service-marketplace.orb +1589 -2361
  272. package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +4 -15
  273. package/dist/behaviors/exports/organisms/std-social-feed.orb +62 -66
  274. package/dist/behaviors/exports/organisms/std-stem-lab.orb +4 -4
  275. package/dist/behaviors/exports/organisms/std-strategy-game.orb +4 -4
  276. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +274 -620
  277. package/dist/behaviors/exports-reader.js.map +1 -1
  278. package/dist/behaviors/functions/index.d.ts +2192 -0
  279. package/dist/behaviors/functions/index.js.map +1 -1
  280. package/dist/behaviors/index.js.map +1 -1
  281. package/dist/behaviors/query.js.map +1 -1
  282. package/dist/exports/atoms/std-agent-activity-log.orb +5 -45
  283. package/dist/exports/atoms/std-agent-chat-thread.orb +5 -55
  284. package/dist/exports/atoms/std-agent-classifier.orb +8 -8
  285. package/dist/exports/atoms/std-agent-completion.orb +8 -8
  286. package/dist/exports/atoms/std-agent-context-window.orb +5 -4
  287. package/dist/exports/atoms/std-agent-conversation.orb +5 -71
  288. package/dist/exports/atoms/std-agent-memory.orb +13 -127
  289. package/dist/exports/atoms/std-agent-provider.orb +8 -8
  290. package/dist/exports/atoms/std-agent-search.orb +6 -27
  291. package/dist/exports/atoms/std-agent-session.orb +11 -85
  292. package/dist/exports/atoms/std-agent-step-progress.orb +5 -4
  293. package/dist/exports/atoms/std-agent-token-gauge.orb +5 -4
  294. package/dist/exports/atoms/std-agent-tool-call.orb +8 -8
  295. package/dist/exports/atoms/std-async.orb +5 -8
  296. package/dist/exports/atoms/std-autoregressive.orb +4 -2
  297. package/dist/exports/atoms/std-browse.orb +5 -4
  298. package/dist/exports/atoms/std-cache-aside.orb +5 -8
  299. package/dist/exports/atoms/std-calendar.orb +5 -4
  300. package/dist/exports/atoms/std-circuit-breaker.orb +5 -4
  301. package/dist/exports/atoms/std-collision.orb +5 -4
  302. package/dist/exports/atoms/std-combat-log.orb +5 -4
  303. package/dist/exports/atoms/std-combat.orb +5 -4
  304. package/dist/exports/atoms/std-confirmation.orb +10 -4
  305. package/dist/exports/atoms/std-dialogue-box.orb +5 -4
  306. package/dist/exports/atoms/std-display.orb +5 -4
  307. package/dist/exports/atoms/std-drawer.orb +5 -4
  308. package/dist/exports/atoms/std-filter.orb +5 -4
  309. package/dist/exports/atoms/std-flip-card.orb +5 -4
  310. package/dist/exports/atoms/std-gallery.orb +5 -4
  311. package/dist/exports/atoms/std-game-audio.orb +5 -4
  312. package/dist/exports/atoms/std-game-canvas2d.orb +4 -2
  313. package/dist/exports/atoms/std-game-canvas3d.orb +4 -2
  314. package/dist/exports/atoms/std-game-hud.orb +5 -4
  315. package/dist/exports/atoms/std-game-menu.orb +5 -4
  316. package/dist/exports/atoms/std-game-over-screen.orb +5 -4
  317. package/dist/exports/atoms/std-gameflow.orb +5 -4
  318. package/dist/exports/atoms/std-input.orb +5 -4
  319. package/dist/exports/atoms/std-inventory-panel.orb +5 -8
  320. package/dist/exports/atoms/std-isometric-canvas.orb +5 -4
  321. package/dist/exports/atoms/std-loading.orb +5 -4
  322. package/dist/exports/atoms/std-modal.orb +89 -4
  323. package/dist/exports/atoms/std-movement.orb +5 -4
  324. package/dist/exports/atoms/std-notification.orb +5 -4
  325. package/dist/exports/atoms/std-overworld.orb +5 -4
  326. package/dist/exports/atoms/std-pagination.orb +5 -4
  327. package/dist/exports/atoms/std-physics2d.orb +5 -4
  328. package/dist/exports/atoms/std-platformer-canvas.orb +5 -4
  329. package/dist/exports/atoms/std-quest.orb +5 -8
  330. package/dist/exports/atoms/std-rate-limiter.orb +5 -4
  331. package/dist/exports/atoms/std-rating.orb +5 -4
  332. package/dist/exports/atoms/std-score-board.orb +5 -4
  333. package/dist/exports/atoms/std-score.orb +5 -4
  334. package/dist/exports/atoms/std-search.orb +5 -4
  335. package/dist/exports/atoms/std-selection.orb +5 -4
  336. package/dist/exports/atoms/std-service-custom-bearer.orb +5 -15
  337. package/dist/exports/atoms/std-service-custom-header.orb +5 -17
  338. package/dist/exports/atoms/std-service-custom-noauth.orb +5 -11
  339. package/dist/exports/atoms/std-service-custom-query.orb +5 -17
  340. package/dist/exports/atoms/std-service-email.orb +5 -4
  341. package/dist/exports/atoms/std-service-github.orb +5 -4
  342. package/dist/exports/atoms/std-service-llm.orb +5 -4
  343. package/dist/exports/atoms/std-service-oauth.orb +5 -4
  344. package/dist/exports/atoms/std-service-redis.orb +5 -4
  345. package/dist/exports/atoms/std-service-storage.orb +5 -4
  346. package/dist/exports/atoms/std-service-stripe.orb +5 -4
  347. package/dist/exports/atoms/std-service-twilio.orb +5 -4
  348. package/dist/exports/atoms/std-service-youtube.orb +5 -4
  349. package/dist/exports/atoms/std-simulation-canvas.orb +5 -4
  350. package/dist/exports/atoms/std-sort.orb +5 -4
  351. package/dist/exports/atoms/std-sprite.orb +5 -4
  352. package/dist/exports/atoms/std-tabs.orb +5 -4
  353. package/dist/exports/atoms/std-text-effects.orb +5 -4
  354. package/dist/exports/atoms/std-theme.orb +5 -4
  355. package/dist/exports/atoms/std-timer.orb +5 -4
  356. package/dist/exports/atoms/std-undo.orb +5 -4
  357. package/dist/exports/atoms/std-upload.orb +5 -4
  358. package/dist/exports/atoms/std-validate-on-save.orb +5 -32
  359. package/dist/exports/atoms/std-wizard.orb +5 -4
  360. package/dist/exports/molecules/std-agent-fix-loop.orb +1141 -1709
  361. package/dist/exports/molecules/std-agent-learner.orb +608 -938
  362. package/dist/exports/molecules/std-agent-planner.orb +613 -961
  363. package/dist/exports/molecules/std-agent-rag.orb +586 -915
  364. package/dist/exports/molecules/std-agent-tool-loop.orb +915 -2846
  365. package/dist/exports/molecules/std-builder-game.orb +5 -4
  366. package/dist/exports/molecules/std-cart.orb +196 -307
  367. package/dist/exports/molecules/std-classifier-game.orb +5 -4
  368. package/dist/exports/molecules/std-debugger-game.orb +5 -4
  369. package/dist/exports/molecules/std-detail.orb +309 -467
  370. package/dist/exports/molecules/std-event-handler-game.orb +5 -4
  371. package/dist/exports/molecules/std-form-advanced.orb +5 -8
  372. package/dist/exports/molecules/std-geospatial.orb +363 -539
  373. package/dist/exports/molecules/std-inventory.orb +390 -720
  374. package/dist/exports/molecules/std-list.orb +526 -1156
  375. package/dist/exports/molecules/std-messaging.orb +295 -452
  376. package/dist/exports/molecules/std-negotiator-game.orb +5 -4
  377. package/dist/exports/molecules/std-platformer-game.orb +5 -4
  378. package/dist/exports/molecules/std-puzzle-game.orb +5 -4
  379. package/dist/exports/molecules/std-quiz.orb +5 -4
  380. package/dist/exports/molecules/std-sequencer-game.orb +5 -4
  381. package/dist/exports/molecules/std-service-content-pipeline.orb +5 -4
  382. package/dist/exports/molecules/std-service-custom-api-tester.orb +5 -42
  383. package/dist/exports/molecules/std-service-devops-toolkit.orb +5 -4
  384. package/dist/exports/molecules/std-service-notification-hub.orb +5 -4
  385. package/dist/exports/molecules/std-service-payment-flow.orb +5 -4
  386. package/dist/exports/molecules/std-simulator-game.orb +5 -4
  387. package/dist/exports/molecules/std-turn-based-battle.orb +5 -4
  388. package/dist/exports/organisms/std-agent-assistant.orb +15 -143
  389. package/dist/exports/organisms/std-agent-builder.orb +814 -1476
  390. package/dist/exports/organisms/std-agent-pipeline.orb +785 -1567
  391. package/dist/exports/organisms/std-agent-reviewer.orb +299 -502
  392. package/dist/exports/organisms/std-agent-tutor.orb +306 -493
  393. package/dist/exports/organisms/std-api-gateway.orb +284 -626
  394. package/dist/exports/organisms/std-arcade-game.orb +4 -4
  395. package/dist/exports/organisms/std-booking-system.orb +1422 -2160
  396. package/dist/exports/organisms/std-cicd-pipeline.orb +274 -617
  397. package/dist/exports/organisms/std-cms.orb +1274 -1972
  398. package/dist/exports/organisms/std-coding-academy.orb +4 -4
  399. package/dist/exports/organisms/std-crm.orb +999 -1775
  400. package/dist/exports/organisms/std-devops-dashboard.orb +284 -638
  401. package/dist/exports/organisms/std-ecommerce.orb +1653 -2398
  402. package/dist/exports/organisms/std-finance-tracker.orb +340 -684
  403. package/dist/exports/organisms/std-healthcare.orb +984 -1838
  404. package/dist/exports/organisms/std-helpdesk.orb +340 -744
  405. package/dist/exports/organisms/std-hr-portal.orb +1401 -2151
  406. package/dist/exports/organisms/std-iot-dashboard.orb +284 -626
  407. package/dist/exports/organisms/std-lms.orb +284 -632
  408. package/dist/exports/organisms/std-logic-training.orb +4 -4
  409. package/dist/exports/organisms/std-platformer-app.orb +15 -98
  410. package/dist/exports/organisms/std-project-manager.orb +970 -1774
  411. package/dist/exports/organisms/std-puzzle-app.orb +4 -4
  412. package/dist/exports/organisms/std-realtime-chat.orb +364 -714
  413. package/dist/exports/organisms/std-rpg-game.orb +15 -102
  414. package/dist/exports/organisms/std-service-marketplace.orb +1589 -2361
  415. package/dist/exports/organisms/std-service-research-assistant.orb +4 -15
  416. package/dist/exports/organisms/std-social-feed.orb +62 -66
  417. package/dist/exports/organisms/std-stem-lab.orb +4 -4
  418. package/dist/exports/organisms/std-strategy-game.orb +4 -4
  419. package/dist/exports/organisms/std-trading-dashboard.orb +274 -620
  420. package/dist/index.js.map +1 -1
  421. package/package.json +2 -2
@@ -1,9 +1,20 @@
1
1
  {
2
- "name": "Agent Pipeline",
2
+ "name": "std-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.",
4
5
  "orbitals": [
5
6
  {
6
7
  "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
+ ],
7
18
  "entity": {
8
19
  "name": "PipelinePlan",
9
20
  "persistence": "runtime",
@@ -1180,6 +1191,11 @@
1180
1191
  "name": "PlannerTaskInput",
1181
1192
  "linkedEntity": "PipelinePlan",
1182
1193
  "category": "interaction",
1194
+ "emits": [
1195
+ {
1196
+ "event": "PLAN"
1197
+ }
1198
+ ],
1183
1199
  "stateMachine": {
1184
1200
  "states": [
1185
1201
  {
@@ -1305,6 +1321,10 @@
1305
1321
  "linkedEntity": "PipelinePlan",
1306
1322
  "category": "interaction",
1307
1323
  "emits": [
1324
+ {
1325
+ "event": "SAVE",
1326
+ "scope": "internal"
1327
+ },
1308
1328
  {
1309
1329
  "event": "CLASSIFIED",
1310
1330
  "scope": "internal"
@@ -1711,10 +1731,6 @@
1711
1731
  }
1712
1732
  ]
1713
1733
  }
1714
- ],
1715
- [
1716
- "notify",
1717
- "PipelinePlan created successfully"
1718
1734
  ]
1719
1735
  ]
1720
1736
  }
@@ -1727,6 +1743,10 @@
1727
1743
  "linkedEntity": "PipelinePlan",
1728
1744
  "category": "interaction",
1729
1745
  "emits": [
1746
+ {
1747
+ "event": "SAVE",
1748
+ "scope": "internal"
1749
+ },
1730
1750
  {
1731
1751
  "event": "GENERATED",
1732
1752
  "scope": "internal"
@@ -2111,10 +2131,6 @@
2111
2131
  }
2112
2132
  ]
2113
2133
  }
2114
- ],
2115
- [
2116
- "notify",
2117
- "PipelinePlan created successfully"
2118
2134
  ]
2119
2135
  ]
2120
2136
  }
@@ -2195,61 +2211,6 @@
2195
2211
  "type": "object"
2196
2212
  }
2197
2213
  ]
2198
- },
2199
- {
2200
- "key": "MEMORIZED",
2201
- "name": "MEMORIZED",
2202
- "payload": [
2203
- {
2204
- "name": "data",
2205
- "type": "object",
2206
- "required": true
2207
- }
2208
- ]
2209
- },
2210
- {
2211
- "key": "PINNED",
2212
- "name": "PINNED",
2213
- "payload": [
2214
- {
2215
- "name": "data",
2216
- "type": "object",
2217
- "required": true
2218
- }
2219
- ]
2220
- },
2221
- {
2222
- "key": "FORGOT",
2223
- "name": "FORGOT",
2224
- "payload": [
2225
- {
2226
- "name": "data",
2227
- "type": "object",
2228
- "required": true
2229
- }
2230
- ]
2231
- },
2232
- {
2233
- "key": "REINFORCED",
2234
- "name": "REINFORCED",
2235
- "payload": [
2236
- {
2237
- "name": "data",
2238
- "type": "object",
2239
- "required": true
2240
- }
2241
- ]
2242
- },
2243
- {
2244
- "key": "DECAYED",
2245
- "name": "DECAYED",
2246
- "payload": [
2247
- {
2248
- "name": "data",
2249
- "type": "object",
2250
- "required": true
2251
- }
2252
- ]
2253
2214
  }
2254
2215
  ],
2255
2216
  "transitions": [
@@ -2415,61 +2376,6 @@
2415
2376
  }
2416
2377
  ]
2417
2378
  ]
2418
- },
2419
- {
2420
- "from": "browsing",
2421
- "to": "browsing",
2422
- "event": "MEMORIZED",
2423
- "effects": [
2424
- [
2425
- "ref",
2426
- "PipelinePlan"
2427
- ]
2428
- ]
2429
- },
2430
- {
2431
- "from": "browsing",
2432
- "to": "browsing",
2433
- "event": "PINNED",
2434
- "effects": [
2435
- [
2436
- "ref",
2437
- "PipelinePlan"
2438
- ]
2439
- ]
2440
- },
2441
- {
2442
- "from": "browsing",
2443
- "to": "browsing",
2444
- "event": "FORGOT",
2445
- "effects": [
2446
- [
2447
- "ref",
2448
- "PipelinePlan"
2449
- ]
2450
- ]
2451
- },
2452
- {
2453
- "from": "browsing",
2454
- "to": "browsing",
2455
- "event": "REINFORCED",
2456
- "effects": [
2457
- [
2458
- "ref",
2459
- "PipelinePlan"
2460
- ]
2461
- ]
2462
- },
2463
- {
2464
- "from": "browsing",
2465
- "to": "browsing",
2466
- "event": "DECAYED",
2467
- "effects": [
2468
- [
2469
- "ref",
2470
- "PipelinePlan"
2471
- ]
2472
- ]
2473
2379
  }
2474
2380
  ]
2475
2381
  }
@@ -5215,6 +5121,10 @@
5215
5121
  "linkedEntity": "PipelineExec",
5216
5122
  "category": "interaction",
5217
5123
  "emits": [
5124
+ {
5125
+ "event": "SAVE",
5126
+ "scope": "internal"
5127
+ },
5218
5128
  {
5219
5129
  "event": "GENERATED",
5220
5130
  "scope": "internal"
@@ -5599,10 +5509,6 @@
5599
5509
  }
5600
5510
  ]
5601
5511
  }
5602
- ],
5603
- [
5604
- "notify",
5605
- "PipelineExec created successfully"
5606
5512
  ]
5607
5513
  ]
5608
5514
  }
@@ -5615,6 +5521,10 @@
5615
5521
  "linkedEntity": "PipelineExec",
5616
5522
  "category": "interaction",
5617
5523
  "emits": [
5524
+ {
5525
+ "event": "SAVE",
5526
+ "scope": "internal"
5527
+ },
5618
5528
  {
5619
5529
  "event": "INVOKED",
5620
5530
  "scope": "internal"
@@ -5985,10 +5895,6 @@
5985
5895
  }
5986
5896
  ]
5987
5897
  }
5988
- ],
5989
- [
5990
- "notify",
5991
- "PipelineExec created successfully"
5992
5898
  ]
5993
5899
  ]
5994
5900
  }
@@ -7966,15 +7872,15 @@
7966
7872
  "listens": [
7967
7873
  {
7968
7874
  "event": "FORKED",
7969
- "triggers": "FORKED"
7875
+ "triggers": "INIT"
7970
7876
  },
7971
7877
  {
7972
7878
  "event": "LABELED",
7973
- "triggers": "LABELED"
7879
+ "triggers": "INIT"
7974
7880
  },
7975
7881
  {
7976
7882
  "event": "ENDED",
7977
- "triggers": "ENDED"
7883
+ "triggers": "INIT"
7978
7884
  },
7979
7885
  {
7980
7886
  "event": "STEP_COMPLETE",
@@ -8020,39 +7926,6 @@
8020
7926
  "type": "object"
8021
7927
  }
8022
7928
  ]
8023
- },
8024
- {
8025
- "key": "FORKED",
8026
- "name": "FORKED",
8027
- "payload": [
8028
- {
8029
- "name": "data",
8030
- "type": "object",
8031
- "required": true
8032
- }
8033
- ]
8034
- },
8035
- {
8036
- "key": "LABELED",
8037
- "name": "LABELED",
8038
- "payload": [
8039
- {
8040
- "name": "data",
8041
- "type": "object",
8042
- "required": true
8043
- }
8044
- ]
8045
- },
8046
- {
8047
- "key": "ENDED",
8048
- "name": "ENDED",
8049
- "payload": [
8050
- {
8051
- "name": "data",
8052
- "type": "object",
8053
- "required": true
8054
- }
8055
- ]
8056
7929
  }
8057
7930
  ],
8058
7931
  "transitions": [
@@ -8206,39 +8079,6 @@
8206
8079
  }
8207
8080
  ]
8208
8081
  ]
8209
- },
8210
- {
8211
- "from": "browsing",
8212
- "to": "browsing",
8213
- "event": "FORKED",
8214
- "effects": [
8215
- [
8216
- "ref",
8217
- "PipelineSession"
8218
- ]
8219
- ]
8220
- },
8221
- {
8222
- "from": "browsing",
8223
- "to": "browsing",
8224
- "event": "LABELED",
8225
- "effects": [
8226
- [
8227
- "ref",
8228
- "PipelineSession"
8229
- ]
8230
- ]
8231
- },
8232
- {
8233
- "from": "browsing",
8234
- "to": "browsing",
8235
- "event": "ENDED",
8236
- "effects": [
8237
- [
8238
- "ref",
8239
- "PipelineSession"
8240
- ]
8241
- ]
8242
8082
  }
8243
8083
  ]
8244
8084
  }
@@ -8248,6 +8088,9 @@
8248
8088
  "linkedEntity": "PipelineSession",
8249
8089
  "category": "interaction",
8250
8090
  "emits": [
8091
+ {
8092
+ "event": "SAVE"
8093
+ },
8251
8094
  {
8252
8095
  "event": "LABELED"
8253
8096
  }
@@ -8403,10 +8246,6 @@
8403
8246
  [
8404
8247
  "emit",
8405
8248
  "LABELED"
8406
- ],
8407
- [
8408
- "notify",
8409
- "PipelineSession updated successfully"
8410
8249
  ]
8411
8250
  ]
8412
8251
  }
@@ -8594,10 +8433,6 @@
8594
8433
  [
8595
8434
  "emit",
8596
8435
  "FORKED"
8597
- ],
8598
- [
8599
- "notify",
8600
- "PipelineSession created successfully"
8601
8436
  ]
8602
8437
  ]
8603
8438
  },
@@ -8631,10 +8466,6 @@
8631
8466
  [
8632
8467
  "emit",
8633
8468
  "FORKED"
8634
- ],
8635
- [
8636
- "notify",
8637
- "PipelineSession created successfully"
8638
8469
  ]
8639
8470
  ]
8640
8471
  },
@@ -8862,23 +8693,23 @@
8862
8693
  "listens": [
8863
8694
  {
8864
8695
  "event": "MEMORIZED",
8865
- "triggers": "MEMORIZED"
8696
+ "triggers": "INIT"
8866
8697
  },
8867
8698
  {
8868
8699
  "event": "PINNED",
8869
- "triggers": "PINNED"
8700
+ "triggers": "INIT"
8870
8701
  },
8871
8702
  {
8872
8703
  "event": "FORGOT",
8873
- "triggers": "FORGOT"
8704
+ "triggers": "INIT"
8874
8705
  },
8875
8706
  {
8876
8707
  "event": "REINFORCED",
8877
- "triggers": "REINFORCED"
8708
+ "triggers": "INIT"
8878
8709
  },
8879
8710
  {
8880
8711
  "event": "DECAYED",
8881
- "triggers": "DECAYED"
8712
+ "triggers": "INIT"
8882
8713
  }
8883
8714
  ],
8884
8715
  "stateMachine": {
@@ -8949,61 +8780,6 @@
8949
8780
  "type": "object"
8950
8781
  }
8951
8782
  ]
8952
- },
8953
- {
8954
- "key": "MEMORIZED",
8955
- "name": "MEMORIZED",
8956
- "payload": [
8957
- {
8958
- "name": "data",
8959
- "type": "object",
8960
- "required": true
8961
- }
8962
- ]
8963
- },
8964
- {
8965
- "key": "PINNED",
8966
- "name": "PINNED",
8967
- "payload": [
8968
- {
8969
- "name": "data",
8970
- "type": "object",
8971
- "required": true
8972
- }
8973
- ]
8974
- },
8975
- {
8976
- "key": "FORGOT",
8977
- "name": "FORGOT",
8978
- "payload": [
8979
- {
8980
- "name": "data",
8981
- "type": "object",
8982
- "required": true
8983
- }
8984
- ]
8985
- },
8986
- {
8987
- "key": "REINFORCED",
8988
- "name": "REINFORCED",
8989
- "payload": [
8990
- {
8991
- "name": "data",
8992
- "type": "object",
8993
- "required": true
8994
- }
8995
- ]
8996
- },
8997
- {
8998
- "key": "DECAYED",
8999
- "name": "DECAYED",
9000
- "payload": [
9001
- {
9002
- "name": "data",
9003
- "type": "object",
9004
- "required": true
9005
- }
9006
- ]
9007
8783
  }
9008
8784
  ],
9009
8785
  "transitions": [
@@ -9169,61 +8945,6 @@
9169
8945
  }
9170
8946
  ]
9171
8947
  ]
9172
- },
9173
- {
9174
- "from": "browsing",
9175
- "to": "browsing",
9176
- "event": "MEMORIZED",
9177
- "effects": [
9178
- [
9179
- "ref",
9180
- "ExecutionLog"
9181
- ]
9182
- ]
9183
- },
9184
- {
9185
- "from": "browsing",
9186
- "to": "browsing",
9187
- "event": "PINNED",
9188
- "effects": [
9189
- [
9190
- "ref",
9191
- "ExecutionLog"
9192
- ]
9193
- ]
9194
- },
9195
- {
9196
- "from": "browsing",
9197
- "to": "browsing",
9198
- "event": "FORGOT",
9199
- "effects": [
9200
- [
9201
- "ref",
9202
- "ExecutionLog"
9203
- ]
9204
- ]
9205
- },
9206
- {
9207
- "from": "browsing",
9208
- "to": "browsing",
9209
- "event": "REINFORCED",
9210
- "effects": [
9211
- [
9212
- "ref",
9213
- "ExecutionLog"
9214
- ]
9215
- ]
9216
- },
9217
- {
9218
- "from": "browsing",
9219
- "to": "browsing",
9220
- "event": "DECAYED",
9221
- "effects": [
9222
- [
9223
- "ref",
9224
- "ExecutionLog"
9225
- ]
9226
- ]
9227
8948
  }
9228
8949
  ]
9229
8950
  }
@@ -9233,6 +8954,9 @@
9233
8954
  "linkedEntity": "ExecutionLog",
9234
8955
  "category": "interaction",
9235
8956
  "emits": [
8957
+ {
8958
+ "event": "SAVE"
8959
+ },
9236
8960
  {
9237
8961
  "event": "MEMORIZED"
9238
8962
  }
@@ -9370,10 +9094,6 @@
9370
9094
  [
9371
9095
  "emit",
9372
9096
  "MEMORIZED"
9373
- ],
9374
- [
9375
- "notify",
9376
- "ExecutionLog created successfully"
9377
9097
  ]
9378
9098
  ]
9379
9099
  }
@@ -9572,10 +9292,6 @@
9572
9292
  "create",
9573
9293
  "ExecutionLog",
9574
9294
  "@payload.data"
9575
- ],
9576
- [
9577
- "notify",
9578
- "ExecutionLog created successfully"
9579
9295
  ]
9580
9296
  ]
9581
9297
  },
@@ -9750,715 +9466,230 @@
9750
9466
  },
9751
9467
  "traits": [
9752
9468
  {
9469
+ "ref": "AgentStepProgress.traits.AgentStepProgressProgress",
9753
9470
  "name": "PipelineStepProgress",
9754
9471
  "linkedEntity": "PipelineProgress",
9755
- "category": "interaction",
9756
- "emits": [
9757
- {
9758
- "event": "ADVANCE",
9759
- "scope": "external",
9760
- "payload": [
9761
- {
9762
- "name": "step",
9763
- "type": "number"
9764
- }
9765
- ]
9766
- },
9767
- {
9768
- "event": "COMPLETE",
9769
- "scope": "external",
9770
- "payload": [
9771
- {
9772
- "name": "totalSteps",
9773
- "type": "number"
9774
- }
9775
- ]
9776
- },
9777
- {
9778
- "event": "FAIL",
9779
- "scope": "external",
9780
- "payload": [
9472
+ "effects": {
9473
+ "INIT": [
9474
+ [
9475
+ "fetch",
9476
+ "PipelineProgress"
9477
+ ],
9478
+ [
9479
+ "render-ui",
9480
+ "main",
9781
9481
  {
9782
- "name": "step",
9783
- "type": "number"
9784
- }
9785
- ]
9786
- }
9787
- ],
9788
- "listens": [
9789
- {
9790
- "event": "ADVANCE",
9791
- "triggers": "ADVANCE",
9792
- "scope": "external"
9793
- },
9794
- {
9795
- "event": "COMPLETE",
9796
- "triggers": "COMPLETE",
9797
- "scope": "external"
9798
- },
9799
- {
9800
- "event": "FAIL",
9801
- "triggers": "FAIL",
9802
- "scope": "external"
9803
- }
9804
- ],
9805
- "stateMachine": {
9806
- "states": [
9807
- {
9808
- "name": "idle",
9809
- "isInitial": true
9810
- },
9811
- {
9812
- "name": "in_progress"
9813
- },
9814
- {
9815
- "name": "completed"
9816
- },
9817
- {
9818
- "name": "failed"
9819
- }
9820
- ],
9821
- "events": [
9822
- {
9823
- "key": "INIT",
9824
- "name": "Initialize"
9825
- },
9826
- {
9827
- "key": "START",
9828
- "name": "Start Pipeline"
9829
- },
9830
- {
9831
- "key": "ADVANCE",
9832
- "name": "Advance Step"
9833
- },
9834
- {
9835
- "key": "COMPLETE",
9836
- "name": "Complete Pipeline"
9837
- },
9838
- {
9839
- "key": "FAIL",
9840
- "name": "Pipeline Failed"
9841
- },
9842
- {
9843
- "key": "RESET",
9844
- "name": "Reset Pipeline"
9845
- }
9846
- ],
9847
- "transitions": [
9848
- {
9849
- "from": "idle",
9850
- "to": "idle",
9851
- "event": "INIT",
9852
- "effects": [
9853
- [
9854
- "fetch",
9855
- "PipelineProgress"
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
+ }
9856
9500
  ],
9857
- [
9858
- "render-ui",
9859
- "main",
9501
+ "children": [
9860
9502
  {
9861
- "type": "dashboard-layout",
9862
- "appName": "Agent Pipeline",
9863
- "navItems": [
9503
+ "type": "stack",
9504
+ "direction": "vertical",
9505
+ "gap": "lg",
9506
+ "children": [
9864
9507
  {
9865
- "label": "Pipeline",
9866
- "href": "/pipeline",
9867
- "icon": "git-branch"
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
+ ]
9868
9529
  },
9869
9530
  {
9870
- "label": "Execution",
9871
- "href": "/execution",
9872
- "icon": "play"
9531
+ "type": "divider"
9873
9532
  },
9874
9533
  {
9875
- "label": "Logs",
9876
- "href": "/logs",
9877
- "icon": "terminal"
9878
- }
9879
- ],
9880
- "children": [
9881
- {
9882
- "type": "stack",
9883
- "direction": "vertical",
9884
- "gap": "lg",
9885
- "children": [
9534
+ "type": "wizard-progress",
9535
+ "currentStep": "@entity.currentStep",
9536
+ "steps": [
9886
9537
  {
9887
- "type": "stack",
9888
- "direction": "horizontal",
9889
- "gap": "sm",
9890
- "align": "center",
9891
- "children": [
9892
- {
9893
- "type": "icon",
9894
- "name": "list-ordered",
9895
- "size": "lg"
9896
- },
9897
- {
9898
- "type": "typography",
9899
- "content": "PipelineProgress",
9900
- "variant": "h2"
9901
- },
9902
- {
9903
- "type": "badge",
9904
- "label": "Idle",
9905
- "variant": "default"
9906
- }
9907
- ]
9538
+ "id": "0",
9539
+ "title": "Plan"
9908
9540
  },
9909
9541
  {
9910
- "type": "divider"
9542
+ "id": "1",
9543
+ "title": "Execute"
9911
9544
  },
9912
9545
  {
9913
- "type": "wizard-progress",
9914
- "currentStep": "@entity.currentStep",
9915
- "steps": [
9916
- {
9917
- "id": "0",
9918
- "title": "Plan"
9919
- },
9920
- {
9921
- "id": "1",
9922
- "title": "Execute"
9923
- },
9924
- {
9925
- "id": "2",
9926
- "title": "Checkpoint"
9927
- },
9928
- {
9929
- "id": "3",
9930
- "title": "Verify"
9931
- },
9932
- {
9933
- "id": "4",
9934
- "title": "Done"
9935
- }
9936
- ]
9546
+ "id": "2",
9547
+ "title": "Checkpoint"
9937
9548
  },
9938
9549
  {
9939
- "type": "button",
9940
- "label": "Start",
9941
- "event": "START",
9942
- "variant": "primary",
9943
- "icon": "play"
9550
+ "id": "3",
9551
+ "title": "Verify"
9552
+ },
9553
+ {
9554
+ "id": "4",
9555
+ "title": "Done"
9944
9556
  }
9945
9557
  ]
9558
+ },
9559
+ {
9560
+ "type": "button",
9561
+ "label": "Start",
9562
+ "event": "START",
9563
+ "variant": "primary",
9564
+ "icon": "play"
9946
9565
  }
9947
9566
  ]
9948
9567
  }
9949
9568
  ]
9950
- ]
9951
- },
9952
- {
9953
- "from": "idle",
9954
- "to": "in_progress",
9955
- "event": "START",
9956
- "effects": [
9957
- [
9958
- "set",
9959
- "@entity.status",
9960
- "in_progress"
9961
- ],
9962
- [
9963
- "set",
9964
- "@entity.currentStep",
9965
- 0
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
+ }
9966
9605
  ],
9967
- [
9968
- "render-ui",
9969
- "main",
9606
+ "children": [
9970
9607
  {
9971
- "type": "dashboard-layout",
9972
- "appName": "Agent Pipeline",
9973
- "navItems": [
9974
- {
9975
- "label": "Pipeline",
9976
- "href": "/pipeline",
9977
- "icon": "git-branch"
9978
- },
9979
- {
9980
- "label": "Execution",
9981
- "href": "/execution",
9982
- "icon": "play"
9983
- },
9984
- {
9985
- "label": "Logs",
9986
- "href": "/logs",
9987
- "icon": "terminal"
9988
- }
9989
- ],
9608
+ "type": "stack",
9609
+ "direction": "vertical",
9610
+ "gap": "lg",
9990
9611
  "children": [
9991
9612
  {
9992
9613
  "type": "stack",
9993
- "direction": "vertical",
9994
- "gap": "lg",
9614
+ "direction": "horizontal",
9615
+ "gap": "sm",
9616
+ "align": "center",
9995
9617
  "children": [
9996
9618
  {
9997
- "type": "stack",
9998
- "direction": "horizontal",
9999
- "gap": "sm",
10000
- "align": "center",
10001
- "children": [
10002
- {
10003
- "type": "icon",
10004
- "name": "loader",
10005
- "size": "lg"
10006
- },
10007
- {
10008
- "type": "typography",
10009
- "content": "PipelineProgress",
10010
- "variant": "h2"
10011
- },
10012
- {
10013
- "type": "badge",
10014
- "label": "In Progress",
10015
- "variant": "warning"
10016
- }
10017
- ]
10018
- },
10019
- {
10020
- "type": "divider"
10021
- },
10022
- {
10023
- "type": "wizard-progress",
10024
- "currentStep": "@entity.currentStep",
10025
- "steps": [
10026
- {
10027
- "id": "0",
10028
- "title": "Plan"
10029
- },
10030
- {
10031
- "id": "1",
10032
- "title": "Execute"
10033
- },
10034
- {
10035
- "id": "2",
10036
- "title": "Checkpoint"
10037
- },
10038
- {
10039
- "id": "3",
10040
- "title": "Verify"
10041
- },
10042
- {
10043
- "id": "4",
10044
- "title": "Done"
10045
- }
10046
- ]
9619
+ "type": "icon",
9620
+ "name": "loader",
9621
+ "size": "lg"
10047
9622
  },
10048
9623
  {
10049
- "type": "stack",
10050
- "direction": "horizontal",
10051
- "gap": "sm",
10052
- "align": "center",
10053
- "children": [
10054
- {
10055
- "type": "stat-display",
10056
- "label": "Current Step",
10057
- "value": "@entity.currentStep"
10058
- },
10059
- {
10060
- "type": "stat-display",
10061
- "label": "Total Steps",
10062
- "value": "@entity.totalSteps"
10063
- }
10064
- ]
9624
+ "type": "typography",
9625
+ "content": "PipelineProgress",
9626
+ "variant": "h2"
10065
9627
  },
10066
9628
  {
10067
- "type": "stack",
10068
- "direction": "horizontal",
10069
- "gap": "sm",
10070
- "children": [
10071
- {
10072
- "type": "button",
10073
- "label": "Advance",
10074
- "event": "ADVANCE",
10075
- "variant": "primary",
10076
- "icon": "chevron-right"
10077
- },
10078
- {
10079
- "type": "button",
10080
- "label": "Reset",
10081
- "event": "RESET",
10082
- "variant": "ghost",
10083
- "icon": "rotate-ccw"
10084
- }
10085
- ]
9629
+ "type": "badge",
9630
+ "label": "In Progress",
9631
+ "variant": "warning"
10086
9632
  }
10087
9633
  ]
10088
- }
10089
- ]
10090
- }
10091
- ]
10092
- ]
10093
- },
10094
- {
10095
- "from": "in_progress",
10096
- "to": "in_progress",
10097
- "event": "ADVANCE",
10098
- "guard": [
10099
- "<",
10100
- "@entity.currentStep",
10101
- "@entity.totalSteps"
10102
- ],
10103
- "effects": [
10104
- [
10105
- "set",
10106
- "@entity.currentStep",
10107
- [
10108
- "+",
10109
- "@entity.currentStep",
10110
- 1
10111
- ]
10112
- ],
10113
- [
10114
- "render-ui",
10115
- "main",
10116
- {
10117
- "type": "dashboard-layout",
10118
- "appName": "Agent Pipeline",
10119
- "navItems": [
10120
- {
10121
- "label": "Pipeline",
10122
- "href": "/pipeline",
10123
- "icon": "git-branch"
10124
9634
  },
10125
9635
  {
10126
- "label": "Execution",
10127
- "href": "/execution",
10128
- "icon": "play"
9636
+ "type": "divider"
10129
9637
  },
10130
9638
  {
10131
- "label": "Logs",
10132
- "href": "/logs",
10133
- "icon": "terminal"
10134
- }
10135
- ],
10136
- "children": [
10137
- {
10138
- "type": "stack",
10139
- "direction": "vertical",
10140
- "gap": "lg",
10141
- "children": [
9639
+ "type": "wizard-progress",
9640
+ "currentStep": "@entity.currentStep",
9641
+ "steps": [
10142
9642
  {
10143
- "type": "stack",
10144
- "direction": "horizontal",
10145
- "gap": "sm",
10146
- "align": "center",
10147
- "children": [
10148
- {
10149
- "type": "icon",
10150
- "name": "loader",
10151
- "size": "lg"
10152
- },
10153
- {
10154
- "type": "typography",
10155
- "content": "PipelineProgress",
10156
- "variant": "h2"
10157
- },
10158
- {
10159
- "type": "badge",
10160
- "label": "In Progress",
10161
- "variant": "warning"
10162
- }
10163
- ]
9643
+ "id": "0",
9644
+ "title": "Plan"
10164
9645
  },
10165
9646
  {
10166
- "type": "divider"
9647
+ "id": "1",
9648
+ "title": "Execute"
10167
9649
  },
10168
9650
  {
10169
- "type": "wizard-progress",
10170
- "currentStep": "@entity.currentStep",
10171
- "steps": [
10172
- {
10173
- "id": "0",
10174
- "title": "Plan"
10175
- },
10176
- {
10177
- "id": "1",
10178
- "title": "Execute"
10179
- },
10180
- {
10181
- "id": "2",
10182
- "title": "Checkpoint"
10183
- },
10184
- {
10185
- "id": "3",
10186
- "title": "Verify"
10187
- },
10188
- {
10189
- "id": "4",
10190
- "title": "Done"
10191
- }
10192
- ]
9651
+ "id": "2",
9652
+ "title": "Checkpoint"
10193
9653
  },
10194
9654
  {
10195
- "type": "stack",
10196
- "direction": "horizontal",
10197
- "gap": "sm",
10198
- "align": "center",
10199
- "children": [
10200
- {
10201
- "type": "stat-display",
10202
- "label": "Current Step",
10203
- "value": "@entity.currentStep"
10204
- },
10205
- {
10206
- "type": "stat-display",
10207
- "label": "Total Steps",
10208
- "value": "@entity.totalSteps"
10209
- }
10210
- ]
9655
+ "id": "3",
9656
+ "title": "Verify"
10211
9657
  },
10212
9658
  {
10213
- "type": "stack",
10214
- "direction": "horizontal",
10215
- "gap": "sm",
10216
- "children": [
10217
- {
10218
- "type": "button",
10219
- "label": "Advance",
10220
- "event": "ADVANCE",
10221
- "variant": "primary",
10222
- "icon": "chevron-right"
10223
- },
10224
- {
10225
- "type": "button",
10226
- "label": "Reset",
10227
- "event": "RESET",
10228
- "variant": "ghost",
10229
- "icon": "rotate-ccw"
10230
- }
10231
- ]
9659
+ "id": "4",
9660
+ "title": "Done"
10232
9661
  }
10233
9662
  ]
10234
- }
10235
- ]
10236
- }
10237
- ]
10238
- ]
10239
- },
10240
- {
10241
- "from": "in_progress",
10242
- "to": "completed",
10243
- "event": "COMPLETE",
10244
- "effects": [
10245
- [
10246
- "set",
10247
- "@entity.status",
10248
- "completed"
10249
- ],
10250
- [
10251
- "set",
10252
- "@entity.currentStep",
10253
- "@entity.totalSteps"
10254
- ],
10255
- [
10256
- "render-ui",
10257
- "main",
10258
- {
10259
- "type": "dashboard-layout",
10260
- "appName": "Agent Pipeline",
10261
- "navItems": [
10262
- {
10263
- "label": "Pipeline",
10264
- "href": "/pipeline",
10265
- "icon": "git-branch"
10266
9663
  },
10267
- {
10268
- "label": "Execution",
10269
- "href": "/execution",
10270
- "icon": "play"
10271
- },
10272
- {
10273
- "label": "Logs",
10274
- "href": "/logs",
10275
- "icon": "terminal"
10276
- }
10277
- ],
10278
- "children": [
10279
9664
  {
10280
9665
  "type": "stack",
10281
- "direction": "vertical",
10282
- "gap": "lg",
9666
+ "direction": "horizontal",
9667
+ "gap": "sm",
9668
+ "align": "center",
10283
9669
  "children": [
10284
9670
  {
10285
- "type": "stack",
10286
- "direction": "horizontal",
10287
- "gap": "sm",
10288
- "align": "center",
10289
- "children": [
10290
- {
10291
- "type": "icon",
10292
- "name": "check-circle",
10293
- "size": "lg"
10294
- },
10295
- {
10296
- "type": "typography",
10297
- "content": "PipelineProgress",
10298
- "variant": "h2"
10299
- },
10300
- {
10301
- "type": "badge",
10302
- "label": "Completed",
10303
- "variant": "success"
10304
- }
10305
- ]
10306
- },
10307
- {
10308
- "type": "divider"
10309
- },
10310
- {
10311
- "type": "wizard-progress",
10312
- "currentStep": "@entity.totalSteps",
10313
- "steps": [
10314
- {
10315
- "id": "0",
10316
- "title": "Plan"
10317
- },
10318
- {
10319
- "id": "1",
10320
- "title": "Execute"
10321
- },
10322
- {
10323
- "id": "2",
10324
- "title": "Checkpoint"
10325
- },
10326
- {
10327
- "id": "3",
10328
- "title": "Verify"
10329
- },
10330
- {
10331
- "id": "4",
10332
- "title": "Done"
10333
- }
10334
- ]
10335
- },
10336
- {
10337
- "type": "alert",
10338
- "variant": "success",
10339
- "message": "All steps completed successfully."
9671
+ "type": "stat-display",
9672
+ "label": "Current Step",
9673
+ "value": "@entity.currentStep"
10340
9674
  },
10341
9675
  {
10342
- "type": "button",
10343
- "label": "Reset",
10344
- "event": "RESET",
10345
- "variant": "ghost",
10346
- "icon": "rotate-ccw"
9676
+ "type": "stat-display",
9677
+ "label": "Total Steps",
9678
+ "value": "@entity.totalSteps"
10347
9679
  }
10348
9680
  ]
10349
- }
10350
- ]
10351
- }
10352
- ]
10353
- ]
10354
- },
10355
- {
10356
- "from": "in_progress",
10357
- "to": "failed",
10358
- "event": "FAIL",
10359
- "effects": [
10360
- [
10361
- "set",
10362
- "@entity.status",
10363
- "failed"
10364
- ],
10365
- [
10366
- "render-ui",
10367
- "main",
10368
- {
10369
- "type": "dashboard-layout",
10370
- "appName": "Agent Pipeline",
10371
- "navItems": [
10372
- {
10373
- "label": "Pipeline",
10374
- "href": "/pipeline",
10375
- "icon": "git-branch"
10376
9681
  },
10377
- {
10378
- "label": "Execution",
10379
- "href": "/execution",
10380
- "icon": "play"
10381
- },
10382
- {
10383
- "label": "Logs",
10384
- "href": "/logs",
10385
- "icon": "terminal"
10386
- }
10387
- ],
10388
- "children": [
10389
- {
10390
- "type": "stack",
10391
- "direction": "vertical",
10392
- "gap": "lg",
10393
- "children": [
10394
- {
10395
- "type": "stack",
10396
- "direction": "horizontal",
10397
- "gap": "sm",
10398
- "align": "center",
10399
- "children": [
10400
- {
10401
- "type": "icon",
10402
- "name": "x-circle",
10403
- "size": "lg"
10404
- },
10405
- {
10406
- "type": "typography",
10407
- "content": "PipelineProgress",
10408
- "variant": "h2"
10409
- },
10410
- {
10411
- "type": "badge",
10412
- "label": "Failed",
10413
- "variant": "destructive"
10414
- }
10415
- ]
10416
- },
10417
- {
10418
- "type": "divider"
10419
- },
10420
- {
10421
- "type": "wizard-progress",
10422
- "currentStep": "@entity.currentStep",
10423
- "steps": [
10424
- {
10425
- "id": "0",
10426
- "title": "Plan"
10427
- },
10428
- {
10429
- "id": "1",
10430
- "title": "Execute"
10431
- },
10432
- {
10433
- "id": "2",
10434
- "title": "Checkpoint"
10435
- },
10436
- {
10437
- "id": "3",
10438
- "title": "Verify"
10439
- },
10440
- {
10441
- "id": "4",
10442
- "title": "Done"
10443
- }
10444
- ]
10445
- },
10446
- {
10447
- "type": "alert",
10448
- "variant": "error",
10449
- "message": "Pipeline failed at the current step."
10450
- },
10451
- {
10452
- "type": "stack",
10453
- "direction": "horizontal",
10454
- "gap": "sm",
10455
- "children": [
10456
- {
10457
- "type": "stat-display",
10458
- "label": "Failed At Step",
10459
- "value": "@entity.currentStep"
10460
- }
10461
- ]
9682
+ {
9683
+ "type": "stack",
9684
+ "direction": "horizontal",
9685
+ "gap": "sm",
9686
+ "children": [
9687
+ {
9688
+ "type": "button",
9689
+ "label": "Advance",
9690
+ "event": "ADVANCE",
9691
+ "variant": "primary",
9692
+ "icon": "chevron-right"
10462
9693
  },
10463
9694
  {
10464
9695
  "type": "button",
@@ -10472,448 +9703,476 @@
10472
9703
  ]
10473
9704
  }
10474
9705
  ]
9706
+ }
9707
+ ]
9708
+ ],
9709
+ "ADVANCE": [
9710
+ [
9711
+ "set",
9712
+ "@entity.currentStep",
9713
+ [
9714
+ "+",
9715
+ "@entity.currentStep",
9716
+ 1
10475
9717
  ]
10476
- },
10477
- {
10478
- "from": "idle",
10479
- "to": "idle",
10480
- "event": "RESET",
10481
- "effects": [
10482
- [
10483
- "set",
10484
- "@entity.status",
10485
- "idle"
10486
- ],
10487
- [
10488
- "set",
10489
- "@entity.currentStep",
10490
- 0
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
+ }
10491
9741
  ],
10492
- [
10493
- "render-ui",
10494
- "main",
9742
+ "children": [
10495
9743
  {
10496
- "type": "dashboard-layout",
10497
- "appName": "Agent Pipeline",
10498
- "navItems": [
9744
+ "type": "stack",
9745
+ "direction": "vertical",
9746
+ "gap": "lg",
9747
+ "children": [
10499
9748
  {
10500
- "label": "Pipeline",
10501
- "href": "/pipeline",
10502
- "icon": "git-branch"
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
+ ]
10503
9770
  },
10504
9771
  {
10505
- "label": "Execution",
10506
- "href": "/execution",
10507
- "icon": "play"
9772
+ "type": "divider"
10508
9773
  },
10509
9774
  {
10510
- "label": "Logs",
10511
- "href": "/logs",
10512
- "icon": "terminal"
10513
- }
10514
- ],
10515
- "children": [
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
+ },
10516
9800
  {
10517
9801
  "type": "stack",
10518
- "direction": "vertical",
10519
- "gap": "lg",
9802
+ "direction": "horizontal",
9803
+ "gap": "sm",
9804
+ "align": "center",
10520
9805
  "children": [
10521
9806
  {
10522
- "type": "stack",
10523
- "direction": "horizontal",
10524
- "gap": "sm",
10525
- "align": "center",
10526
- "children": [
10527
- {
10528
- "type": "icon",
10529
- "name": "list-ordered",
10530
- "size": "lg"
10531
- },
10532
- {
10533
- "type": "typography",
10534
- "content": "PipelineProgress",
10535
- "variant": "h2"
10536
- },
10537
- {
10538
- "type": "badge",
10539
- "label": "Idle",
10540
- "variant": "default"
10541
- }
10542
- ]
9807
+ "type": "stat-display",
9808
+ "label": "Current Step",
9809
+ "value": "@entity.currentStep"
10543
9810
  },
10544
9811
  {
10545
- "type": "divider"
10546
- },
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": [
10547
9823
  {
10548
- "type": "wizard-progress",
10549
- "currentStep": "@entity.currentStep",
10550
- "steps": [
10551
- {
10552
- "id": "0",
10553
- "title": "Plan"
10554
- },
10555
- {
10556
- "id": "1",
10557
- "title": "Execute"
10558
- },
10559
- {
10560
- "id": "2",
10561
- "title": "Checkpoint"
10562
- },
10563
- {
10564
- "id": "3",
10565
- "title": "Verify"
10566
- },
10567
- {
10568
- "id": "4",
10569
- "title": "Done"
10570
- }
10571
- ]
9824
+ "type": "button",
9825
+ "label": "Advance",
9826
+ "event": "ADVANCE",
9827
+ "variant": "primary",
9828
+ "icon": "chevron-right"
10572
9829
  },
10573
9830
  {
10574
9831
  "type": "button",
10575
- "label": "Start",
10576
- "event": "START",
10577
- "variant": "primary",
10578
- "icon": "play"
9832
+ "label": "Reset",
9833
+ "event": "RESET",
9834
+ "variant": "ghost",
9835
+ "icon": "rotate-ccw"
10579
9836
  }
10580
9837
  ]
10581
9838
  }
10582
9839
  ]
10583
9840
  }
10584
9841
  ]
10585
- ]
10586
- },
10587
- {
10588
- "from": "in_progress",
10589
- "to": "idle",
10590
- "event": "RESET",
10591
- "effects": [
10592
- [
10593
- "set",
10594
- "@entity.status",
10595
- "idle"
10596
- ],
10597
- [
10598
- "set",
10599
- "@entity.currentStep",
10600
- 0
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
+ }
10601
9878
  ],
10602
- [
10603
- "render-ui",
10604
- "main",
9879
+ "children": [
10605
9880
  {
10606
- "type": "dashboard-layout",
10607
- "appName": "Agent Pipeline",
10608
- "navItems": [
10609
- {
10610
- "label": "Pipeline",
10611
- "href": "/pipeline",
10612
- "icon": "git-branch"
10613
- },
10614
- {
10615
- "label": "Execution",
10616
- "href": "/execution",
10617
- "icon": "play"
10618
- },
10619
- {
10620
- "label": "Logs",
10621
- "href": "/logs",
10622
- "icon": "terminal"
10623
- }
10624
- ],
9881
+ "type": "stack",
9882
+ "direction": "vertical",
9883
+ "gap": "lg",
10625
9884
  "children": [
10626
9885
  {
10627
9886
  "type": "stack",
10628
- "direction": "vertical",
10629
- "gap": "lg",
9887
+ "direction": "horizontal",
9888
+ "gap": "sm",
9889
+ "align": "center",
10630
9890
  "children": [
10631
9891
  {
10632
- "type": "stack",
10633
- "direction": "horizontal",
10634
- "gap": "sm",
10635
- "align": "center",
10636
- "children": [
10637
- {
10638
- "type": "icon",
10639
- "name": "list-ordered",
10640
- "size": "lg"
10641
- },
10642
- {
10643
- "type": "typography",
10644
- "content": "PipelineProgress",
10645
- "variant": "h2"
10646
- },
10647
- {
10648
- "type": "badge",
10649
- "label": "Idle",
10650
- "variant": "default"
10651
- }
10652
- ]
9892
+ "type": "icon",
9893
+ "name": "check-circle",
9894
+ "size": "lg"
10653
9895
  },
10654
9896
  {
10655
- "type": "divider"
9897
+ "type": "typography",
9898
+ "content": "PipelineProgress",
9899
+ "variant": "h2"
10656
9900
  },
10657
9901
  {
10658
- "type": "wizard-progress",
10659
- "currentStep": "@entity.currentStep",
10660
- "steps": [
10661
- {
10662
- "id": "0",
10663
- "title": "Plan"
10664
- },
10665
- {
10666
- "id": "1",
10667
- "title": "Execute"
10668
- },
10669
- {
10670
- "id": "2",
10671
- "title": "Checkpoint"
10672
- },
10673
- {
10674
- "id": "3",
10675
- "title": "Verify"
10676
- },
10677
- {
10678
- "id": "4",
10679
- "title": "Done"
10680
- }
10681
- ]
9902
+ "type": "badge",
9903
+ "label": "Completed",
9904
+ "variant": "success"
9905
+ }
9906
+ ]
9907
+ },
9908
+ {
9909
+ "type": "divider"
9910
+ },
9911
+ {
9912
+ "type": "wizard-progress",
9913
+ "currentStep": "@entity.totalSteps",
9914
+ "steps": [
9915
+ {
9916
+ "id": "0",
9917
+ "title": "Plan"
10682
9918
  },
10683
9919
  {
10684
- "type": "button",
10685
- "label": "Start",
10686
- "event": "START",
10687
- "variant": "primary",
10688
- "icon": "play"
9920
+ "id": "1",
9921
+ "title": "Execute"
9922
+ },
9923
+ {
9924
+ "id": "2",
9925
+ "title": "Checkpoint"
9926
+ },
9927
+ {
9928
+ "id": "3",
9929
+ "title": "Verify"
9930
+ },
9931
+ {
9932
+ "id": "4",
9933
+ "title": "Done"
10689
9934
  }
10690
9935
  ]
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"
10691
9948
  }
10692
9949
  ]
10693
9950
  }
10694
9951
  ]
10695
- ]
10696
- },
10697
- {
10698
- "from": "completed",
10699
- "to": "idle",
10700
- "event": "RESET",
10701
- "effects": [
10702
- [
10703
- "set",
10704
- "@entity.status",
10705
- "idle"
10706
- ],
10707
- [
10708
- "set",
10709
- "@entity.currentStep",
10710
- 0
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
+ }
10711
9983
  ],
10712
- [
10713
- "render-ui",
10714
- "main",
9984
+ "children": [
10715
9985
  {
10716
- "type": "dashboard-layout",
10717
- "appName": "Agent Pipeline",
10718
- "navItems": [
9986
+ "type": "stack",
9987
+ "direction": "vertical",
9988
+ "gap": "lg",
9989
+ "children": [
10719
9990
  {
10720
- "label": "Pipeline",
10721
- "href": "/pipeline",
10722
- "icon": "git-branch"
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
+ ]
10723
10012
  },
10724
10013
  {
10725
- "label": "Execution",
10726
- "href": "/execution",
10727
- "icon": "play"
10014
+ "type": "divider"
10728
10015
  },
10729
10016
  {
10730
- "label": "Logs",
10731
- "href": "/logs",
10732
- "icon": "terminal"
10733
- }
10734
- ],
10735
- "children": [
10736
- {
10737
- "type": "stack",
10738
- "direction": "vertical",
10739
- "gap": "lg",
10740
- "children": [
10017
+ "type": "wizard-progress",
10018
+ "currentStep": "@entity.currentStep",
10019
+ "steps": [
10741
10020
  {
10742
- "type": "stack",
10743
- "direction": "horizontal",
10744
- "gap": "sm",
10745
- "align": "center",
10746
- "children": [
10747
- {
10748
- "type": "icon",
10749
- "name": "list-ordered",
10750
- "size": "lg"
10751
- },
10752
- {
10753
- "type": "typography",
10754
- "content": "PipelineProgress",
10755
- "variant": "h2"
10756
- },
10757
- {
10758
- "type": "badge",
10759
- "label": "Idle",
10760
- "variant": "default"
10761
- }
10762
- ]
10021
+ "id": "0",
10022
+ "title": "Plan"
10763
10023
  },
10764
10024
  {
10765
- "type": "divider"
10025
+ "id": "1",
10026
+ "title": "Execute"
10766
10027
  },
10767
10028
  {
10768
- "type": "wizard-progress",
10769
- "currentStep": "@entity.currentStep",
10770
- "steps": [
10771
- {
10772
- "id": "0",
10773
- "title": "Plan"
10774
- },
10775
- {
10776
- "id": "1",
10777
- "title": "Execute"
10778
- },
10779
- {
10780
- "id": "2",
10781
- "title": "Checkpoint"
10782
- },
10783
- {
10784
- "id": "3",
10785
- "title": "Verify"
10786
- },
10787
- {
10788
- "id": "4",
10789
- "title": "Done"
10790
- }
10791
- ]
10029
+ "id": "2",
10030
+ "title": "Checkpoint"
10792
10031
  },
10793
10032
  {
10794
- "type": "button",
10795
- "label": "Start",
10796
- "event": "START",
10797
- "variant": "primary",
10798
- "icon": "play"
10033
+ "id": "3",
10034
+ "title": "Verify"
10035
+ },
10036
+ {
10037
+ "id": "4",
10038
+ "title": "Done"
10799
10039
  }
10800
10040
  ]
10801
- }
10802
- ]
10803
- }
10804
- ]
10805
- ]
10806
- },
10807
- {
10808
- "from": "failed",
10809
- "to": "idle",
10810
- "event": "RESET",
10811
- "effects": [
10812
- [
10813
- "set",
10814
- "@entity.status",
10815
- "idle"
10816
- ],
10817
- [
10818
- "set",
10819
- "@entity.currentStep",
10820
- 0
10821
- ],
10822
- [
10823
- "render-ui",
10824
- "main",
10825
- {
10826
- "type": "dashboard-layout",
10827
- "appName": "Agent Pipeline",
10828
- "navItems": [
10041
+ },
10829
10042
  {
10830
- "label": "Pipeline",
10831
- "href": "/pipeline",
10832
- "icon": "git-branch"
10043
+ "type": "alert",
10044
+ "variant": "error",
10045
+ "message": "Pipeline failed at the current step."
10833
10046
  },
10834
10047
  {
10835
- "label": "Execution",
10836
- "href": "/execution",
10837
- "icon": "play"
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"
10056
+ }
10057
+ ]
10838
10058
  },
10839
10059
  {
10840
- "label": "Logs",
10841
- "href": "/logs",
10842
- "icon": "terminal"
10060
+ "type": "button",
10061
+ "label": "Reset",
10062
+ "event": "RESET",
10063
+ "variant": "ghost",
10064
+ "icon": "rotate-ccw"
10843
10065
  }
10844
- ],
10066
+ ]
10067
+ }
10068
+ ]
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
+ }
10105
+ ],
10106
+ "children": [
10107
+ {
10108
+ "type": "stack",
10109
+ "direction": "vertical",
10110
+ "gap": "lg",
10845
10111
  "children": [
10846
10112
  {
10847
10113
  "type": "stack",
10848
- "direction": "vertical",
10849
- "gap": "lg",
10114
+ "direction": "horizontal",
10115
+ "gap": "sm",
10116
+ "align": "center",
10850
10117
  "children": [
10851
10118
  {
10852
- "type": "stack",
10853
- "direction": "horizontal",
10854
- "gap": "sm",
10855
- "align": "center",
10856
- "children": [
10857
- {
10858
- "type": "icon",
10859
- "name": "list-ordered",
10860
- "size": "lg"
10861
- },
10862
- {
10863
- "type": "typography",
10864
- "content": "PipelineProgress",
10865
- "variant": "h2"
10866
- },
10867
- {
10868
- "type": "badge",
10869
- "label": "Idle",
10870
- "variant": "default"
10871
- }
10872
- ]
10119
+ "type": "icon",
10120
+ "name": "list-ordered",
10121
+ "size": "lg"
10873
10122
  },
10874
10123
  {
10875
- "type": "divider"
10124
+ "type": "typography",
10125
+ "content": "PipelineProgress",
10126
+ "variant": "h2"
10876
10127
  },
10877
10128
  {
10878
- "type": "wizard-progress",
10879
- "currentStep": "@entity.currentStep",
10880
- "steps": [
10881
- {
10882
- "id": "0",
10883
- "title": "Plan"
10884
- },
10885
- {
10886
- "id": "1",
10887
- "title": "Execute"
10888
- },
10889
- {
10890
- "id": "2",
10891
- "title": "Checkpoint"
10892
- },
10893
- {
10894
- "id": "3",
10895
- "title": "Verify"
10896
- },
10897
- {
10898
- "id": "4",
10899
- "title": "Done"
10900
- }
10901
- ]
10129
+ "type": "badge",
10130
+ "label": "Idle",
10131
+ "variant": "default"
10132
+ }
10133
+ ]
10134
+ },
10135
+ {
10136
+ "type": "divider"
10137
+ },
10138
+ {
10139
+ "type": "wizard-progress",
10140
+ "currentStep": "@entity.currentStep",
10141
+ "steps": [
10142
+ {
10143
+ "id": "0",
10144
+ "title": "Plan"
10902
10145
  },
10903
10146
  {
10904
- "type": "button",
10905
- "label": "Start",
10906
- "event": "START",
10907
- "variant": "primary",
10908
- "icon": "play"
10147
+ "id": "1",
10148
+ "title": "Execute"
10149
+ },
10150
+ {
10151
+ "id": "2",
10152
+ "title": "Checkpoint"
10153
+ },
10154
+ {
10155
+ "id": "3",
10156
+ "title": "Verify"
10157
+ },
10158
+ {
10159
+ "id": "4",
10160
+ "title": "Done"
10909
10161
  }
10910
10162
  ]
10163
+ },
10164
+ {
10165
+ "type": "button",
10166
+ "label": "Start",
10167
+ "event": "START",
10168
+ "variant": "primary",
10169
+ "icon": "play"
10911
10170
  }
10912
10171
  ]
10913
10172
  }
10914
10173
  ]
10915
- ]
10916
- }
10174
+ }
10175
+ ]
10917
10176
  ]
10918
10177
  }
10919
10178
  }
@@ -10960,252 +10219,217 @@
10960
10219
  },
10961
10220
  "traits": [
10962
10221
  {
10222
+ "ref": "Drawer.traits.DrawerContentDrawer",
10963
10223
  "name": "SessionTreeDrawer",
10964
10224
  "linkedEntity": "SessionTree",
10965
- "category": "interaction",
10966
- "stateMachine": {
10967
- "states": [
10968
- {
10969
- "name": "closed",
10970
- "isInitial": true
10971
- },
10972
- {
10973
- "name": "open"
10974
- }
10975
- ],
10976
- "events": [
10977
- {
10978
- "key": "INIT",
10979
- "name": "Initialize"
10980
- },
10981
- {
10982
- "key": "OPEN",
10983
- "name": "Open"
10984
- },
10985
- {
10986
- "key": "CLOSE",
10987
- "name": "Close"
10988
- }
10225
+ "effects": {
10226
+ "INIT": [
10227
+ [
10228
+ "fetch",
10229
+ "SessionTree"
10230
+ ]
10989
10231
  ],
10990
- "transitions": [
10991
- {
10992
- "from": "closed",
10993
- "to": "closed",
10994
- "event": "INIT",
10995
- "effects": [
10996
- [
10997
- "fetch",
10998
- "SessionTree"
10999
- ]
11000
- ]
11001
- },
11002
- {
11003
- "from": "closed",
11004
- "to": "open",
11005
- "event": "OPEN",
11006
- "effects": [
11007
- [
11008
- "fetch",
11009
- "SessionTree"
11010
- ],
11011
- [
11012
- "render-ui",
11013
- "drawer",
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": [
11014
10245
  {
11015
- "type": "stack",
11016
- "direction": "vertical",
11017
- "gap": "none",
10246
+ "type": "drawer",
10247
+ "title": "Session Tree",
10248
+ "isOpen": true,
11018
10249
  "children": [
11019
10250
  {
11020
- "type": "drawer",
11021
- "title": "Session Tree",
11022
- "isOpen": true,
10251
+ "type": "stack",
10252
+ "direction": "vertical",
10253
+ "gap": "md",
11023
10254
  "children": [
11024
10255
  {
11025
10256
  "type": "stack",
11026
- "direction": "vertical",
10257
+ "direction": "horizontal",
11027
10258
  "gap": "md",
10259
+ "justify": "space-between",
11028
10260
  "children": [
11029
10261
  {
11030
- "type": "stack",
11031
- "direction": "horizontal",
11032
- "gap": "md",
11033
- "justify": "space-between",
11034
- "children": [
11035
- {
11036
- "type": "typography",
11037
- "variant": "caption",
11038
- "content": "BranchId"
11039
- },
11040
- {
11041
- "type": "typography",
11042
- "variant": "body",
11043
- "content": [
11044
- "object/get",
11045
- [
11046
- "array/first",
11047
- "@entity"
11048
- ],
11049
- "branchId"
11050
- ]
11051
- }
11052
- ]
10262
+ "type": "typography",
10263
+ "variant": "caption",
10264
+ "content": "BranchId"
11053
10265
  },
11054
10266
  {
11055
- "type": "stack",
11056
- "direction": "horizontal",
11057
- "gap": "md",
11058
- "justify": "space-between",
11059
- "children": [
11060
- {
11061
- "type": "typography",
11062
- "variant": "caption",
11063
- "content": "Label"
11064
- },
11065
- {
11066
- "type": "typography",
11067
- "variant": "body",
11068
- "content": [
11069
- "object/get",
11070
- [
11071
- "array/first",
11072
- "@entity"
11073
- ],
11074
- "label"
11075
- ]
11076
- }
10267
+ "type": "typography",
10268
+ "variant": "body",
10269
+ "content": [
10270
+ "object/get",
10271
+ [
10272
+ "array/first",
10273
+ "@entity"
10274
+ ],
10275
+ "branchId"
11077
10276
  ]
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"
11078
10290
  },
11079
10291
  {
11080
- "type": "stack",
11081
- "direction": "horizontal",
11082
- "gap": "md",
11083
- "justify": "space-between",
11084
- "children": [
11085
- {
11086
- "type": "typography",
11087
- "variant": "caption",
11088
- "content": "Status"
11089
- },
11090
- {
11091
- "type": "typography",
11092
- "variant": "body",
11093
- "content": [
11094
- "object/get",
11095
- [
11096
- "array/first",
11097
- "@entity"
11098
- ],
11099
- "status"
11100
- ]
11101
- }
10292
+ "type": "typography",
10293
+ "variant": "body",
10294
+ "content": [
10295
+ "object/get",
10296
+ [
10297
+ "array/first",
10298
+ "@entity"
10299
+ ],
10300
+ "label"
11102
10301
  ]
11103
- },
10302
+ }
10303
+ ]
10304
+ },
10305
+ {
10306
+ "type": "stack",
10307
+ "direction": "horizontal",
10308
+ "gap": "md",
10309
+ "justify": "space-between",
10310
+ "children": [
11104
10311
  {
11105
- "type": "divider"
10312
+ "type": "typography",
10313
+ "variant": "caption",
10314
+ "content": "Status"
11106
10315
  },
11107
10316
  {
11108
- "type": "stack",
11109
- "direction": "horizontal",
11110
- "gap": "sm",
11111
- "justify": "end",
11112
- "children": [
11113
- {
11114
- "type": "button",
11115
- "label": "Close",
11116
- "event": "CLOSE",
11117
- "variant": "ghost"
11118
- }
10317
+ "type": "typography",
10318
+ "variant": "body",
10319
+ "content": [
10320
+ "object/get",
10321
+ [
10322
+ "array/first",
10323
+ "@entity"
10324
+ ],
10325
+ "status"
11119
10326
  ]
11120
10327
  }
11121
10328
  ]
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
+ ]
11122
10346
  }
11123
10347
  ]
11124
- },
10348
+ }
10349
+ ]
10350
+ },
10351
+ {
10352
+ "type": "side-panel",
10353
+ "title": "Session Tree",
10354
+ "isOpen": true,
10355
+ "position": "right",
10356
+ "children": [
11125
10357
  {
11126
- "type": "side-panel",
11127
- "title": "Session Tree",
11128
- "isOpen": true,
11129
- "position": "right",
10358
+ "type": "stack",
10359
+ "direction": "vertical",
10360
+ "gap": "md",
11130
10361
  "children": [
11131
10362
  {
11132
10363
  "type": "stack",
11133
- "direction": "vertical",
10364
+ "direction": "horizontal",
11134
10365
  "gap": "md",
10366
+ "justify": "space-between",
11135
10367
  "children": [
11136
10368
  {
11137
- "type": "stack",
11138
- "direction": "horizontal",
11139
- "gap": "md",
11140
- "justify": "space-between",
11141
- "children": [
11142
- {
11143
- "type": "typography",
11144
- "variant": "caption",
11145
- "content": "BranchId"
11146
- },
11147
- {
11148
- "type": "typography",
11149
- "variant": "body",
11150
- "content": [
11151
- "object/get",
11152
- [
11153
- "array/first",
11154
- "@entity"
11155
- ],
11156
- "branchId"
11157
- ]
11158
- }
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"
11159
10383
  ]
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"
11160
10397
  },
11161
10398
  {
11162
- "type": "stack",
11163
- "direction": "horizontal",
11164
- "gap": "md",
11165
- "justify": "space-between",
11166
- "children": [
11167
- {
11168
- "type": "typography",
11169
- "variant": "caption",
11170
- "content": "Label"
11171
- },
11172
- {
11173
- "type": "typography",
11174
- "variant": "body",
11175
- "content": [
11176
- "object/get",
11177
- [
11178
- "array/first",
11179
- "@entity"
11180
- ],
11181
- "label"
11182
- ]
11183
- }
10399
+ "type": "typography",
10400
+ "variant": "body",
10401
+ "content": [
10402
+ "object/get",
10403
+ [
10404
+ "array/first",
10405
+ "@entity"
10406
+ ],
10407
+ "label"
11184
10408
  ]
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"
11185
10422
  },
11186
10423
  {
11187
- "type": "stack",
11188
- "direction": "horizontal",
11189
- "gap": "md",
11190
- "justify": "space-between",
11191
- "children": [
11192
- {
11193
- "type": "typography",
11194
- "variant": "caption",
11195
- "content": "Status"
11196
- },
11197
- {
11198
- "type": "typography",
11199
- "variant": "body",
11200
- "content": [
11201
- "object/get",
11202
- [
11203
- "array/first",
11204
- "@entity"
11205
- ],
11206
- "status"
11207
- ]
11208
- }
10424
+ "type": "typography",
10425
+ "variant": "body",
10426
+ "content": [
10427
+ "object/get",
10428
+ [
10429
+ "array/first",
10430
+ "@entity"
10431
+ ],
10432
+ "status"
11209
10433
  ]
11210
10434
  }
11211
10435
  ]
@@ -11215,24 +10439,19 @@
11215
10439
  ]
11216
10440
  }
11217
10441
  ]
11218
- ]
11219
- },
11220
- {
11221
- "from": "open",
11222
- "to": "closed",
11223
- "event": "CLOSE",
11224
- "effects": [
11225
- [
11226
- "render-ui",
11227
- "drawer",
11228
- null
11229
- ],
11230
- [
11231
- "fetch",
11232
- "SessionTree"
11233
- ]
11234
- ]
11235
- }
10442
+ }
10443
+ ]
10444
+ ],
10445
+ "CLOSE": [
10446
+ [
10447
+ "render-ui",
10448
+ "drawer",
10449
+ null
10450
+ ],
10451
+ [
10452
+ "fetch",
10453
+ "SessionTree"
10454
+ ]
11236
10455
  ]
11237
10456
  }
11238
10457
  }
@@ -11249,6 +10468,5 @@
11249
10468
  }
11250
10469
  ]
11251
10470
  }
11252
- ],
11253
- "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"
11254
- }
10471
+ ]
10472
+ }