@almadar/std 14.24.0 → 14.26.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 (433) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  25. package/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  30. package/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  33. package/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  37. package/behaviors/registry/app/atoms/std-donor.orb +88 -38
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +92 -80
  40. package/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  44. package/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  45. package/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  47. package/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  49. package/behaviors/registry/app/atoms/std-lease.orb +174 -38
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  52. package/behaviors/registry/app/atoms/std-matter.orb +237 -40
  53. package/behaviors/registry/app/atoms/std-membership.orb +93 -37
  54. package/behaviors/registry/app/atoms/std-menu.orb +44 -44
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  60. package/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  66. package/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  68. package/behaviors/registry/app/atoms/std-segment.orb +76 -33
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  70. package/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  71. package/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  75. package/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  79. package/behaviors/registry/app/atoms/std-trial.orb +116 -47
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  83. package/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  85. package/behaviors/registry/app/molecules/std-application.orb +159 -159
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  87. package/behaviors/registry/app/molecules/std-cart.orb +49 -49
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  92. package/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  97. package/behaviors/registry/app/organisms/std-cms.orb +296 -296
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  100. package/behaviors/registry/app/organisms/std-crm.orb +248 -248
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  106. package/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  110. package/behaviors/registry/app/organisms/std-forum.orb +152 -152
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  114. package/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  117. package/behaviors/registry/app/organisms/std-listings.orb +129 -129
  118. package/behaviors/registry/app/organisms/std-lms.orb +381 -381
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  122. package/behaviors/registry/app/organisms/std-notes.orb +301 -90
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  131. package/behaviors/registry/app/organisms/std-survey.orb +123 -123
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  134. package/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +55 -55
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  139. package/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  142. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  143. package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  145. package/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  146. package/behaviors/registry/core/atoms/std-filter.orb +13 -13
  147. package/behaviors/registry/core/atoms/std-flag.orb +90 -90
  148. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  153. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  155. package/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  156. package/behaviors/registry/core/atoms/std-push.orb +35 -35
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  162. package/behaviors/registry/core/atoms/std-search.orb +8 -8
  163. package/behaviors/registry/core/atoms/std-selection.orb +93 -93
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  165. package/behaviors/registry/core/atoms/std-stats.orb +114 -114
  166. package/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  168. package/behaviors/registry/core/atoms/std-thread.orb +46 -46
  169. package/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  170. package/behaviors/registry/core/atoms/std-vote.orb +37 -37
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  177. package/behaviors/registry/core/molecules/std-list.orb +57 -57
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  183. package/behaviors/registry/game/atoms/std-collision.orb +0 -595
  184. package/behaviors/registry/game/atoms/std-combat.orb +0 -524
  185. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  187. package/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  188. package/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  189. package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  191. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  192. package/behaviors/registry/game/atoms/std-timer.orb +269 -269
  193. package/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  194. package/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  195. package/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  196. package/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  197. package/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  198. package/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  199. package/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  200. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  203. package/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  204. package/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  208. package/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  216. package/dist/behaviors/behaviors-registry.json +4 -684
  217. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  218. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  219. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  220. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  221. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  222. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  223. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  224. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  225. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  226. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  227. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  228. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  229. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  230. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  231. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  232. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  233. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  234. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  235. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  236. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  237. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  238. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  239. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  240. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  241. package/dist/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  242. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  243. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  244. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  245. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  246. package/dist/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  247. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  248. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  249. package/dist/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  250. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  251. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  252. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  253. package/dist/behaviors/registry/app/atoms/std-donor.orb +88 -38
  254. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  255. package/dist/behaviors/registry/app/atoms/std-driver.orb +92 -80
  256. package/dist/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  257. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  258. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  259. package/dist/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  260. package/dist/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  261. package/dist/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  262. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  263. package/dist/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  264. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-lease.orb +174 -38
  266. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  267. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  268. package/dist/behaviors/registry/app/atoms/std-matter.orb +237 -40
  269. package/dist/behaviors/registry/app/atoms/std-membership.orb +93 -37
  270. package/dist/behaviors/registry/app/atoms/std-menu.orb +44 -44
  271. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  272. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  273. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  274. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  275. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  276. package/dist/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  277. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  278. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  279. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  280. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  281. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  282. package/dist/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  283. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  284. package/dist/behaviors/registry/app/atoms/std-segment.orb +76 -33
  285. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  286. package/dist/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  287. package/dist/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  288. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  289. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  290. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  291. package/dist/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  292. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  293. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  294. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  295. package/dist/behaviors/registry/app/atoms/std-trial.orb +116 -47
  296. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  297. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  298. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  299. package/dist/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  300. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  301. package/dist/behaviors/registry/app/molecules/std-application.orb +159 -159
  302. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  303. package/dist/behaviors/registry/app/molecules/std-cart.orb +49 -49
  304. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  305. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  306. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  307. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  308. package/dist/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  309. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  310. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  311. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  312. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  313. package/dist/behaviors/registry/app/organisms/std-cms.orb +296 -296
  314. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  315. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  316. package/dist/behaviors/registry/app/organisms/std-crm.orb +248 -248
  317. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  318. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  319. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  320. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  321. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  322. package/dist/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  323. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  324. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  325. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  326. package/dist/behaviors/registry/app/organisms/std-forum.orb +152 -152
  327. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  328. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  329. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  330. package/dist/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  331. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  332. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  333. package/dist/behaviors/registry/app/organisms/std-listings.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-lms.orb +381 -381
  335. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  336. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  337. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  338. package/dist/behaviors/registry/app/organisms/std-notes.orb +301 -90
  339. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  340. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  341. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  342. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  343. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  344. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  345. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  346. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  347. package/dist/behaviors/registry/app/organisms/std-survey.orb +123 -123
  348. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  349. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  350. package/dist/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  351. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  352. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  353. package/dist/behaviors/registry/core/atoms/std-browse.orb +55 -55
  354. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  355. package/dist/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  356. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  357. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  358. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  359. package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  360. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  361. package/dist/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  362. package/dist/behaviors/registry/core/atoms/std-filter.orb +13 -13
  363. package/dist/behaviors/registry/core/atoms/std-flag.orb +90 -90
  364. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  365. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  366. package/dist/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  367. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  368. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  369. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  370. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  371. package/dist/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  372. package/dist/behaviors/registry/core/atoms/std-push.orb +35 -35
  373. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  374. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  375. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  376. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  377. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  378. package/dist/behaviors/registry/core/atoms/std-search.orb +8 -8
  379. package/dist/behaviors/registry/core/atoms/std-selection.orb +93 -93
  380. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  381. package/dist/behaviors/registry/core/atoms/std-stats.orb +114 -114
  382. package/dist/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  383. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  384. package/dist/behaviors/registry/core/atoms/std-thread.orb +46 -46
  385. package/dist/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  386. package/dist/behaviors/registry/core/atoms/std-vote.orb +37 -37
  387. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  388. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  389. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  390. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  391. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  392. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  393. package/dist/behaviors/registry/core/molecules/std-list.orb +57 -57
  394. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  395. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  396. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  397. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  398. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  399. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  400. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  401. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  402. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  403. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  404. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  405. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  406. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  407. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  408. package/dist/behaviors/registry/game/atoms/std-timer.orb +269 -269
  409. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  410. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  411. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  412. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  413. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  414. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  415. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  416. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  417. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  418. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  419. package/dist/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  420. package/dist/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  421. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  422. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  423. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  424. package/dist/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  425. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  426. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  427. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  428. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  429. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  430. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  431. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  432. package/dist/behaviors-registry.json +4 -684
  433. package/package.json +1 -1
@@ -202,8 +202,8 @@
202
202
  "AgentStepProgress",
203
203
  {
204
204
  "emit": {
205
- "success": "AgentStepProgressLoaded",
206
- "failure": "AgentStepProgressLoadFailed"
205
+ "failure": "AgentStepProgressLoadFailed",
206
+ "success": "AgentStepProgressLoaded"
207
207
  }
208
208
  }
209
209
  ],
@@ -213,57 +213,57 @@
213
213
  {
214
214
  "children": [
215
215
  {
216
+ "type": "stack",
216
217
  "gap": "sm",
217
- "align": "center",
218
218
  "direction": "horizontal",
219
+ "align": "center",
219
220
  "children": [
220
221
  {
221
- "name": "list-ordered",
222
- "type": "icon"
222
+ "type": "icon",
223
+ "name": "list-ordered"
223
224
  },
224
225
  {
226
+ "variant": "h2",
225
227
  "type": "typography",
226
- "content": "AgentStepProgress",
227
- "variant": "h2"
228
+ "content": "AgentStepProgress"
228
229
  },
229
230
  {
231
+ "variant": "default",
230
232
  "type": "badge",
231
- "label": "Idle",
232
- "variant": "default"
233
+ "label": "Idle"
233
234
  }
234
- ],
235
- "type": "stack"
235
+ ]
236
236
  },
237
237
  {
238
238
  "type": "divider"
239
239
  },
240
240
  {
241
241
  "type": "wizard-progress",
242
+ "currentStep": "@entity.currentStep",
242
243
  "steps": [
243
244
  {
244
- "title": "Initialize",
245
- "id": "0"
245
+ "id": "0",
246
+ "title": "Initialize"
246
247
  },
247
248
  {
248
- "title": "Process",
249
- "id": "1"
249
+ "id": "1",
250
+ "title": "Process"
250
251
  },
251
252
  {
252
- "title": "Validate",
253
- "id": "2"
253
+ "id": "2",
254
+ "title": "Validate"
254
255
  },
255
256
  {
256
257
  "title": "Complete",
257
258
  "id": "3"
258
259
  }
259
- ],
260
- "currentStep": "@entity.currentStep"
260
+ ]
261
261
  },
262
262
  {
263
+ "label": "Start",
263
264
  "action": "START",
264
265
  "type": "button",
265
266
  "variant": "primary",
266
- "label": "Start",
267
267
  "icon": "play"
268
268
  }
269
269
  ],
@@ -293,62 +293,64 @@
293
293
  "render-ui",
294
294
  "main",
295
295
  {
296
+ "direction": "vertical",
296
297
  "type": "stack",
298
+ "gap": "lg",
297
299
  "children": [
298
300
  {
299
- "type": "stack",
300
- "align": "center",
301
301
  "children": [
302
302
  {
303
303
  "name": "loader",
304
304
  "type": "icon"
305
305
  },
306
306
  {
307
- "variant": "h2",
308
307
  "type": "typography",
308
+ "variant": "h2",
309
309
  "content": "AgentStepProgress"
310
310
  },
311
311
  {
312
- "label": "In Progress",
313
312
  "variant": "warning",
313
+ "label": "In Progress",
314
314
  "type": "badge"
315
315
  }
316
316
  ],
317
- "direction": "horizontal",
318
- "gap": "sm"
317
+ "gap": "sm",
318
+ "align": "center",
319
+ "type": "stack",
320
+ "direction": "horizontal"
319
321
  },
320
322
  {
321
323
  "type": "divider"
322
324
  },
323
325
  {
324
- "currentStep": "@entity.currentStep",
325
326
  "steps": [
326
327
  {
327
- "id": "0",
328
- "title": "Initialize"
328
+ "title": "Initialize",
329
+ "id": "0"
329
330
  },
330
331
  {
331
332
  "title": "Process",
332
333
  "id": "1"
333
334
  },
334
335
  {
335
- "title": "Validate",
336
- "id": "2"
336
+ "id": "2",
337
+ "title": "Validate"
337
338
  },
338
339
  {
339
- "title": "Complete",
340
- "id": "3"
340
+ "id": "3",
341
+ "title": "Complete"
341
342
  }
342
343
  ],
343
- "type": "wizard-progress"
344
+ "type": "wizard-progress",
345
+ "currentStep": "@entity.currentStep"
344
346
  },
345
347
  {
346
- "direction": "horizontal",
347
348
  "align": "center",
349
+ "direction": "horizontal",
348
350
  "children": [
349
351
  {
350
- "type": "stat-display",
351
352
  "label": "Current Step",
353
+ "type": "stat-display",
352
354
  "value": "@entity.currentStep"
353
355
  },
354
356
  {
@@ -362,28 +364,26 @@
362
364
  },
363
365
  {
364
366
  "type": "stack",
365
- "direction": "horizontal",
366
367
  "gap": "sm",
367
368
  "children": [
368
369
  {
370
+ "label": "Advance",
369
371
  "action": "ADVANCE",
370
372
  "type": "button",
371
- "label": "Advance",
372
- "icon": "chevron-right",
373
- "variant": "primary"
373
+ "variant": "primary",
374
+ "icon": "chevron-right"
374
375
  },
375
376
  {
376
- "icon": "rotate-ccw",
377
+ "action": "RESET",
378
+ "label": "Reset",
377
379
  "variant": "ghost",
378
380
  "type": "button",
379
- "label": "Reset",
380
- "action": "RESET"
381
+ "icon": "rotate-ccw"
381
382
  }
382
- ]
383
+ ],
384
+ "direction": "horizontal"
383
385
  }
384
- ],
385
- "direction": "vertical",
386
- "gap": "lg"
386
+ ]
387
387
  }
388
388
  ]
389
389
  ]
@@ -407,8 +407,14 @@
407
407
  "render-ui",
408
408
  "main",
409
409
  {
410
+ "type": "stack",
411
+ "gap": "lg",
412
+ "direction": "vertical",
410
413
  "children": [
411
414
  {
415
+ "direction": "horizontal",
416
+ "align": "center",
417
+ "type": "stack",
412
418
  "children": [
413
419
  {
414
420
  "name": "list-ordered",
@@ -416,25 +422,21 @@
416
422
  },
417
423
  {
418
424
  "type": "typography",
419
- "content": "AgentStepProgress",
420
- "variant": "h2"
425
+ "variant": "h2",
426
+ "content": "AgentStepProgress"
421
427
  },
422
428
  {
423
429
  "label": "Idle",
424
- "variant": "default",
425
- "type": "badge"
430
+ "type": "badge",
431
+ "variant": "default"
426
432
  }
427
433
  ],
428
- "gap": "sm",
429
- "type": "stack",
430
- "align": "center",
431
- "direction": "horizontal"
434
+ "gap": "sm"
432
435
  },
433
436
  {
434
437
  "type": "divider"
435
438
  },
436
439
  {
437
- "type": "wizard-progress",
438
440
  "steps": [
439
441
  {
440
442
  "title": "Initialize",
@@ -453,19 +455,17 @@
453
455
  "title": "Complete"
454
456
  }
455
457
  ],
456
- "currentStep": "@entity.currentStep"
458
+ "currentStep": "@entity.currentStep",
459
+ "type": "wizard-progress"
457
460
  },
458
461
  {
459
- "variant": "primary",
460
462
  "type": "button",
461
463
  "label": "Start",
462
- "icon": "play",
463
- "action": "START"
464
+ "variant": "primary",
465
+ "action": "START",
466
+ "icon": "play"
464
467
  }
465
- ],
466
- "type": "stack",
467
- "gap": "lg",
468
- "direction": "vertical"
468
+ ]
469
469
  }
470
470
  ]
471
471
  ]
@@ -495,94 +495,94 @@
495
495
  {
496
496
  "children": [
497
497
  {
498
+ "direction": "horizontal",
499
+ "gap": "sm",
498
500
  "children": [
499
501
  {
500
- "type": "icon",
501
- "name": "loader"
502
+ "name": "loader",
503
+ "type": "icon"
502
504
  },
503
505
  {
504
506
  "content": "AgentStepProgress",
505
- "type": "typography",
506
- "variant": "h2"
507
+ "variant": "h2",
508
+ "type": "typography"
507
509
  },
508
510
  {
509
- "type": "badge",
510
511
  "label": "In Progress",
512
+ "type": "badge",
511
513
  "variant": "warning"
512
514
  }
513
515
  ],
514
516
  "type": "stack",
515
- "gap": "sm",
516
- "align": "center",
517
- "direction": "horizontal"
517
+ "align": "center"
518
518
  },
519
519
  {
520
520
  "type": "divider"
521
521
  },
522
522
  {
523
+ "type": "wizard-progress",
523
524
  "steps": [
524
525
  {
525
526
  "title": "Initialize",
526
527
  "id": "0"
527
528
  },
528
529
  {
529
- "id": "1",
530
- "title": "Process"
530
+ "title": "Process",
531
+ "id": "1"
531
532
  },
532
533
  {
533
- "id": "2",
534
- "title": "Validate"
534
+ "title": "Validate",
535
+ "id": "2"
535
536
  },
536
537
  {
537
538
  "id": "3",
538
539
  "title": "Complete"
539
540
  }
540
541
  ],
541
- "type": "wizard-progress",
542
542
  "currentStep": "@entity.currentStep"
543
543
  },
544
544
  {
545
+ "align": "center",
545
546
  "type": "stack",
546
547
  "children": [
547
548
  {
548
- "value": "@entity.currentStep",
549
549
  "label": "Current Step",
550
- "type": "stat-display"
550
+ "type": "stat-display",
551
+ "value": "@entity.currentStep"
551
552
  },
552
553
  {
553
- "value": "@entity.totalSteps",
554
554
  "type": "stat-display",
555
- "label": "Total Steps"
555
+ "label": "Total Steps",
556
+ "value": "@entity.totalSteps"
556
557
  }
557
558
  ],
558
559
  "direction": "horizontal",
559
- "align": "center",
560
560
  "gap": "sm"
561
561
  },
562
562
  {
563
+ "type": "stack",
564
+ "direction": "horizontal",
565
+ "gap": "sm",
563
566
  "children": [
564
567
  {
565
- "variant": "primary",
566
568
  "label": "Advance",
567
- "type": "button",
569
+ "variant": "primary",
568
570
  "icon": "chevron-right",
569
- "action": "ADVANCE"
571
+ "action": "ADVANCE",
572
+ "type": "button"
570
573
  },
571
574
  {
572
- "type": "button",
573
575
  "action": "RESET",
576
+ "icon": "rotate-ccw",
577
+ "type": "button",
574
578
  "label": "Reset",
575
- "variant": "ghost",
576
- "icon": "rotate-ccw"
579
+ "variant": "ghost"
577
580
  }
578
- ],
579
- "type": "stack",
580
- "gap": "sm",
581
- "direction": "horizontal"
581
+ ]
582
582
  }
583
583
  ],
584
- "type": "stack",
585
584
  "direction": "vertical",
585
+ "type": "stack",
586
586
  "gap": "lg"
587
587
  }
588
588
  ]
@@ -607,35 +607,36 @@
607
607
  "render-ui",
608
608
  "main",
609
609
  {
610
+ "direction": "vertical",
611
+ "gap": "lg",
612
+ "type": "stack",
610
613
  "children": [
611
614
  {
615
+ "direction": "horizontal",
612
616
  "type": "stack",
617
+ "align": "center",
613
618
  "gap": "sm",
614
619
  "children": [
615
620
  {
616
- "type": "icon",
617
- "name": "check-circle"
621
+ "name": "check-circle",
622
+ "type": "icon"
618
623
  },
619
624
  {
620
- "variant": "h2",
621
625
  "type": "typography",
626
+ "variant": "h2",
622
627
  "content": "AgentStepProgress"
623
628
  },
624
629
  {
625
- "type": "badge",
626
630
  "variant": "success",
631
+ "type": "badge",
627
632
  "label": "Completed"
628
633
  }
629
- ],
630
- "align": "center",
631
- "direction": "horizontal"
634
+ ]
632
635
  },
633
636
  {
634
637
  "type": "divider"
635
638
  },
636
639
  {
637
- "type": "wizard-progress",
638
- "currentStep": "@entity.totalSteps",
639
640
  "steps": [
640
641
  {
641
642
  "title": "Initialize",
@@ -646,31 +647,30 @@
646
647
  "title": "Process"
647
648
  },
648
649
  {
649
- "id": "2",
650
- "title": "Validate"
650
+ "title": "Validate",
651
+ "id": "2"
651
652
  },
652
653
  {
653
- "id": "3",
654
- "title": "Complete"
654
+ "title": "Complete",
655
+ "id": "3"
655
656
  }
656
- ]
657
+ ],
658
+ "currentStep": "@entity.totalSteps",
659
+ "type": "wizard-progress"
657
660
  },
658
661
  {
659
- "type": "alert",
660
662
  "variant": "success",
661
- "message": "All steps completed successfully."
663
+ "message": "All steps completed successfully.",
664
+ "type": "alert"
662
665
  },
663
666
  {
664
- "variant": "ghost",
665
- "type": "button",
666
- "label": "Reset",
667
667
  "icon": "rotate-ccw",
668
- "action": "RESET"
668
+ "action": "RESET",
669
+ "label": "Reset",
670
+ "variant": "ghost",
671
+ "type": "button"
669
672
  }
670
- ],
671
- "gap": "lg",
672
- "type": "stack",
673
- "direction": "vertical"
673
+ ]
674
674
  }
675
675
  ]
676
676
  ]
@@ -692,23 +692,23 @@
692
692
  "gap": "lg",
693
693
  "children": [
694
694
  {
695
+ "gap": "sm",
695
696
  "type": "stack",
696
697
  "align": "center",
697
- "gap": "sm",
698
698
  "children": [
699
699
  {
700
700
  "type": "icon",
701
701
  "name": "x-circle"
702
702
  },
703
703
  {
704
- "type": "typography",
705
704
  "variant": "h2",
705
+ "type": "typography",
706
706
  "content": "AgentStepProgress"
707
707
  },
708
708
  {
709
+ "variant": "danger",
709
710
  "type": "badge",
710
- "label": "Failed",
711
- "variant": "danger"
711
+ "label": "Failed"
712
712
  }
713
713
  ],
714
714
  "direction": "horizontal"
@@ -717,14 +717,16 @@
717
717
  "type": "divider"
718
718
  },
719
719
  {
720
+ "currentStep": "@entity.currentStep",
721
+ "type": "wizard-progress",
720
722
  "steps": [
721
723
  {
722
724
  "title": "Initialize",
723
725
  "id": "0"
724
726
  },
725
727
  {
726
- "title": "Process",
727
- "id": "1"
728
+ "id": "1",
729
+ "title": "Process"
728
730
  },
729
731
  {
730
732
  "id": "2",
@@ -734,21 +736,19 @@
734
736
  "title": "Complete",
735
737
  "id": "3"
736
738
  }
737
- ],
738
- "type": "wizard-progress",
739
- "currentStep": "@entity.currentStep"
739
+ ]
740
740
  },
741
741
  {
742
- "type": "alert",
743
742
  "variant": "error",
743
+ "type": "alert",
744
744
  "message": "Pipeline failed at the current step."
745
745
  },
746
746
  {
747
747
  "children": [
748
748
  {
749
- "value": "@entity.currentStep",
749
+ "type": "stat-display",
750
750
  "label": "Failed At Step",
751
- "type": "stat-display"
751
+ "value": "@entity.currentStep"
752
752
  }
753
753
  ],
754
754
  "gap": "sm",
@@ -756,11 +756,11 @@
756
756
  "direction": "horizontal"
757
757
  },
758
758
  {
759
- "icon": "rotate-ccw",
760
759
  "action": "RESET",
761
- "variant": "ghost",
760
+ "icon": "rotate-ccw",
761
+ "label": "Reset",
762
762
  "type": "button",
763
- "label": "Reset"
763
+ "variant": "ghost"
764
764
  }
765
765
  ],
766
766
  "type": "stack",
@@ -789,10 +789,11 @@
789
789
  "main",
790
790
  {
791
791
  "direction": "vertical",
792
- "type": "stack",
793
- "gap": "lg",
794
792
  "children": [
795
793
  {
794
+ "direction": "horizontal",
795
+ "align": "center",
796
+ "type": "stack",
796
797
  "gap": "sm",
797
798
  "children": [
798
799
  {
@@ -801,25 +802,20 @@
801
802
  },
802
803
  {
803
804
  "content": "AgentStepProgress",
804
- "variant": "h2",
805
- "type": "typography"
805
+ "type": "typography",
806
+ "variant": "h2"
806
807
  },
807
808
  {
808
- "variant": "default",
809
809
  "label": "Idle",
810
+ "variant": "default",
810
811
  "type": "badge"
811
812
  }
812
- ],
813
- "direction": "horizontal",
814
- "type": "stack",
815
- "align": "center"
813
+ ]
816
814
  },
817
815
  {
818
816
  "type": "divider"
819
817
  },
820
818
  {
821
- "type": "wizard-progress",
822
- "currentStep": "@entity.currentStep",
823
819
  "steps": [
824
820
  {
825
821
  "id": "0",
@@ -830,23 +826,27 @@
830
826
  "title": "Process"
831
827
  },
832
828
  {
833
- "id": "2",
834
- "title": "Validate"
829
+ "title": "Validate",
830
+ "id": "2"
835
831
  },
836
832
  {
837
833
  "id": "3",
838
834
  "title": "Complete"
839
835
  }
840
- ]
836
+ ],
837
+ "currentStep": "@entity.currentStep",
838
+ "type": "wizard-progress"
841
839
  },
842
840
  {
843
- "label": "Start",
844
- "icon": "play",
845
841
  "variant": "primary",
842
+ "action": "START",
843
+ "icon": "play",
846
844
  "type": "button",
847
- "action": "START"
845
+ "label": "Start"
848
846
  }
849
- ]
847
+ ],
848
+ "type": "stack",
849
+ "gap": "lg"
850
850
  }
851
851
  ]
852
852
  ]
@@ -870,26 +870,29 @@
870
870
  "render-ui",
871
871
  "main",
872
872
  {
873
+ "direction": "vertical",
874
+ "gap": "lg",
875
+ "type": "stack",
873
876
  "children": [
874
877
  {
875
878
  "type": "stack",
876
- "align": "center",
877
879
  "direction": "horizontal",
878
880
  "gap": "sm",
881
+ "align": "center",
879
882
  "children": [
880
883
  {
881
884
  "type": "icon",
882
885
  "name": "list-ordered"
883
886
  },
884
887
  {
885
- "variant": "h2",
886
888
  "content": "AgentStepProgress",
887
- "type": "typography"
889
+ "type": "typography",
890
+ "variant": "h2"
888
891
  },
889
892
  {
890
893
  "type": "badge",
891
- "label": "Idle",
892
- "variant": "default"
894
+ "variant": "default",
895
+ "label": "Idle"
893
896
  }
894
897
  ]
895
898
  },
@@ -897,7 +900,6 @@
897
900
  "type": "divider"
898
901
  },
899
902
  {
900
- "type": "wizard-progress",
901
903
  "steps": [
902
904
  {
903
905
  "id": "0",
@@ -908,27 +910,25 @@
908
910
  "title": "Process"
909
911
  },
910
912
  {
911
- "title": "Validate",
912
- "id": "2"
913
+ "id": "2",
914
+ "title": "Validate"
913
915
  },
914
916
  {
915
- "id": "3",
916
- "title": "Complete"
917
+ "title": "Complete",
918
+ "id": "3"
917
919
  }
918
920
  ],
919
- "currentStep": "@entity.currentStep"
921
+ "currentStep": "@entity.currentStep",
922
+ "type": "wizard-progress"
920
923
  },
921
924
  {
925
+ "type": "button",
926
+ "label": "Start",
922
927
  "action": "START",
923
928
  "variant": "primary",
924
- "icon": "play",
925
- "type": "button",
926
- "label": "Start"
929
+ "icon": "play"
927
930
  }
928
- ],
929
- "gap": "lg",
930
- "type": "stack",
931
- "direction": "vertical"
931
+ ]
932
932
  }
933
933
  ]
934
934
  ]
@@ -952,14 +952,13 @@
952
952
  "render-ui",
953
953
  "main",
954
954
  {
955
+ "gap": "lg",
955
956
  "type": "stack",
956
- "direction": "vertical",
957
957
  "children": [
958
958
  {
959
+ "align": "center",
959
960
  "gap": "sm",
960
- "type": "stack",
961
961
  "direction": "horizontal",
962
- "align": "center",
963
962
  "children": [
964
963
  {
965
964
  "type": "icon",
@@ -972,19 +971,21 @@
972
971
  },
973
972
  {
974
973
  "type": "badge",
975
- "variant": "default",
976
- "label": "Idle"
974
+ "label": "Idle",
975
+ "variant": "default"
977
976
  }
978
- ]
977
+ ],
978
+ "type": "stack"
979
979
  },
980
980
  {
981
981
  "type": "divider"
982
982
  },
983
983
  {
984
+ "type": "wizard-progress",
984
985
  "steps": [
985
986
  {
986
- "id": "0",
987
- "title": "Initialize"
987
+ "title": "Initialize",
988
+ "id": "0"
988
989
  },
989
990
  {
990
991
  "title": "Process",
@@ -995,22 +996,21 @@
995
996
  "title": "Validate"
996
997
  },
997
998
  {
998
- "title": "Complete",
999
- "id": "3"
999
+ "id": "3",
1000
+ "title": "Complete"
1000
1001
  }
1001
1002
  ],
1002
- "type": "wizard-progress",
1003
1003
  "currentStep": "@entity.currentStep"
1004
1004
  },
1005
1005
  {
1006
1006
  "action": "START",
1007
- "label": "Start",
1008
1007
  "type": "button",
1009
- "variant": "primary",
1010
- "icon": "play"
1008
+ "label": "Start",
1009
+ "icon": "play",
1010
+ "variant": "primary"
1011
1011
  }
1012
1012
  ],
1013
- "gap": "lg"
1013
+ "direction": "vertical"
1014
1014
  }
1015
1015
  ]
1016
1016
  ]