@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
@@ -332,21 +332,23 @@
332
332
  "render-ui",
333
333
  "main",
334
334
  {
335
+ "direction": "vertical",
336
+ "type": "stack",
335
337
  "children": [
336
338
  {
339
+ "gap": "sm",
337
340
  "align": "center",
338
- "direction": "horizontal",
339
341
  "type": "stack",
340
- "gap": "sm",
342
+ "direction": "horizontal",
341
343
  "children": [
342
344
  {
343
345
  "type": "icon",
344
346
  "name": "repeat"
345
347
  },
346
348
  {
347
- "variant": "h2",
348
349
  "type": "typography",
349
- "content": "Tool Execution Loop"
350
+ "content": "Tool Execution Loop",
351
+ "variant": "h2"
350
352
  }
351
353
  ]
352
354
  },
@@ -356,6 +358,7 @@
356
358
  {
357
359
  "children": [
358
360
  {
361
+ "gap": "md",
359
362
  "children": [
360
363
  {
361
364
  "variant": "body",
@@ -363,8 +366,8 @@
363
366
  "content": "Describe the task to execute with tools"
364
367
  },
365
368
  {
366
- "type": "form-section",
367
369
  "entity": "@entity",
370
+ "type": "form-section",
368
371
  "submitEvent": "EXECUTE",
369
372
  "fields": [
370
373
  "task"
@@ -372,17 +375,14 @@
372
375
  "mode": "edit"
373
376
  }
374
377
  ],
375
- "gap": "md",
376
- "direction": "vertical",
377
- "type": "stack"
378
+ "type": "stack",
379
+ "direction": "vertical"
378
380
  }
379
381
  ],
380
382
  "type": "card"
381
383
  }
382
384
  ],
383
- "gap": "lg",
384
- "type": "stack",
385
- "direction": "vertical"
385
+ "gap": "lg"
386
386
  }
387
387
  ]
388
388
  ]
@@ -424,7 +424,7 @@
424
424
  "main",
425
425
  {
426
426
  "align": "center",
427
- "direction": "vertical",
427
+ "gap": "lg",
428
428
  "children": [
429
429
  {
430
430
  "type": "icon",
@@ -432,20 +432,20 @@
432
432
  },
433
433
  {
434
434
  "content": "Planning execution...",
435
- "type": "typography",
436
- "variant": "h3"
435
+ "variant": "h3",
436
+ "type": "typography"
437
437
  },
438
438
  {
439
439
  "type": "spinner"
440
440
  },
441
441
  {
442
- "type": "typography",
443
442
  "variant": "caption",
443
+ "type": "typography",
444
444
  "content": "@entity.task"
445
445
  }
446
446
  ],
447
- "gap": "lg",
448
- "type": "stack"
447
+ "type": "stack",
448
+ "direction": "vertical"
449
449
  }
450
450
  ]
451
451
  ]
@@ -483,36 +483,39 @@
483
483
  "render-ui",
484
484
  "main",
485
485
  {
486
+ "type": "stack",
487
+ "direction": "vertical",
488
+ "gap": "lg",
486
489
  "children": [
487
490
  {
488
- "gap": "sm",
489
491
  "direction": "horizontal",
490
- "type": "stack",
491
- "align": "center",
492
- "justify": "between",
493
492
  "children": [
494
493
  {
495
- "direction": "horizontal",
496
- "gap": "sm",
497
494
  "children": [
498
495
  {
499
496
  "type": "icon",
500
497
  "name": "tool"
501
498
  },
502
499
  {
503
- "content": "Executing Tool",
504
500
  "variant": "h2",
505
- "type": "typography"
501
+ "type": "typography",
502
+ "content": "Executing Tool"
506
503
  }
507
504
  ],
505
+ "gap": "sm",
508
506
  "type": "stack",
509
- "align": "center"
507
+ "align": "center",
508
+ "direction": "horizontal"
510
509
  },
511
510
  {
512
- "label": "@entity.maxIterations",
513
- "type": "badge"
511
+ "type": "badge",
512
+ "label": "@entity.maxIterations"
514
513
  }
515
- ]
514
+ ],
515
+ "type": "stack",
516
+ "gap": "sm",
517
+ "justify": "between",
518
+ "align": "center"
516
519
  },
517
520
  {
518
521
  "type": "divider"
@@ -521,14 +524,11 @@
521
524
  "type": "card",
522
525
  "children": [
523
526
  {
524
- "gap": "sm",
525
- "type": "stack",
526
- "direction": "vertical",
527
527
  "children": [
528
528
  {
529
- "content": "Current Tool",
529
+ "variant": "caption",
530
530
  "type": "typography",
531
- "variant": "caption"
531
+ "content": "Current Tool"
532
532
  },
533
533
  {
534
534
  "variant": "h4",
@@ -538,7 +538,10 @@
538
538
  {
539
539
  "type": "spinner"
540
540
  }
541
- ]
541
+ ],
542
+ "type": "stack",
543
+ "direction": "vertical",
544
+ "gap": "sm"
542
545
  }
543
546
  ]
544
547
  },
@@ -547,27 +550,24 @@
547
550
  "children": [
548
551
  {
549
552
  "type": "stack",
550
- "gap": "sm",
551
553
  "direction": "vertical",
552
554
  "children": [
553
555
  {
554
- "content": "Plan",
555
556
  "variant": "caption",
557
+ "content": "Plan",
556
558
  "type": "typography"
557
559
  },
558
560
  {
561
+ "type": "typography",
559
562
  "variant": "body",
560
- "content": "@entity.plan",
561
- "type": "typography"
563
+ "content": "@entity.plan"
562
564
  }
563
- ]
565
+ ],
566
+ "gap": "sm"
564
567
  }
565
568
  ]
566
569
  }
567
- ],
568
- "gap": "lg",
569
- "type": "stack",
570
- "direction": "vertical"
570
+ ]
571
571
  }
572
572
  ]
573
573
  ]
@@ -591,51 +591,51 @@
591
591
  "render-ui",
592
592
  "main",
593
593
  {
594
+ "type": "stack",
595
+ "direction": "vertical",
596
+ "gap": "lg",
594
597
  "children": [
595
598
  {
596
599
  "name": "x-circle",
597
600
  "type": "icon"
598
601
  },
599
602
  {
603
+ "variant": "h2",
600
604
  "content": "Loop Failed",
601
- "type": "typography",
602
- "variant": "h2"
605
+ "type": "typography"
603
606
  },
604
607
  {
605
- "type": "alert",
608
+ "variant": "error",
606
609
  "message": "@entity.error",
607
- "variant": "error"
610
+ "type": "alert"
608
611
  },
609
612
  {
610
- "cols": 2.0,
611
- "type": "simple-grid",
612
613
  "children": [
613
614
  {
614
- "value": "@entity.iterations",
615
- "icon": "repeat",
615
+ "type": "stat-display",
616
616
  "label": "Iterations Used",
617
- "type": "stat-display"
617
+ "value": "@entity.iterations",
618
+ "icon": "repeat"
618
619
  },
619
620
  {
620
621
  "value": "@entity.maxIterations",
621
- "icon": "shield",
622
622
  "label": "Max Allowed",
623
- "type": "stat-display"
623
+ "type": "stat-display",
624
+ "icon": "shield"
624
625
  }
625
- ]
626
+ ],
627
+ "cols": 2.0,
628
+ "type": "simple-grid"
626
629
  },
627
630
  {
628
631
  "label": "Retry",
629
632
  "variant": "primary",
630
633
  "icon": "rotate-ccw",
631
- "action": "RESET",
632
- "type": "button"
634
+ "type": "button",
635
+ "action": "RESET"
633
636
  }
634
637
  ],
635
- "type": "stack",
636
- "direction": "vertical",
637
- "align": "center",
638
- "gap": "lg"
638
+ "align": "center"
639
639
  }
640
640
  ]
641
641
  ]
@@ -667,10 +667,8 @@
667
667
  "render-ui",
668
668
  "main",
669
669
  {
670
- "gap": "lg",
671
- "type": "stack",
672
- "align": "center",
673
670
  "direction": "vertical",
671
+ "type": "stack",
674
672
  "children": [
675
673
  {
676
674
  "type": "icon",
@@ -685,10 +683,12 @@
685
683
  "type": "spinner"
686
684
  },
687
685
  {
688
- "type": "badge",
689
- "label": "@entity.iterations"
686
+ "label": "@entity.iterations",
687
+ "type": "badge"
690
688
  }
691
- ]
689
+ ],
690
+ "align": "center",
691
+ "gap": "lg"
692
692
  }
693
693
  ]
694
694
  ]
@@ -714,47 +714,47 @@
714
714
  {
715
715
  "direction": "vertical",
716
716
  "type": "stack",
717
- "align": "center",
718
717
  "gap": "lg",
718
+ "align": "center",
719
719
  "children": [
720
720
  {
721
721
  "name": "x-circle",
722
722
  "type": "icon"
723
723
  },
724
724
  {
725
- "variant": "h2",
726
725
  "content": "Loop Failed",
727
- "type": "typography"
726
+ "type": "typography",
727
+ "variant": "h2"
728
728
  },
729
729
  {
730
+ "type": "alert",
730
731
  "variant": "error",
731
- "message": "@entity.error",
732
- "type": "alert"
732
+ "message": "@entity.error"
733
733
  },
734
734
  {
735
735
  "type": "simple-grid",
736
736
  "cols": 2.0,
737
737
  "children": [
738
738
  {
739
- "label": "Iterations Used",
740
- "icon": "repeat",
741
739
  "value": "@entity.iterations",
742
- "type": "stat-display"
740
+ "type": "stat-display",
741
+ "icon": "repeat",
742
+ "label": "Iterations Used"
743
743
  },
744
744
  {
745
- "icon": "shield",
746
- "label": "Max Allowed",
745
+ "value": "@entity.maxIterations",
747
746
  "type": "stat-display",
748
- "value": "@entity.maxIterations"
747
+ "icon": "shield",
748
+ "label": "Max Allowed"
749
749
  }
750
750
  ]
751
751
  },
752
752
  {
753
- "type": "button",
754
753
  "action": "RESET",
755
754
  "icon": "rotate-ccw",
755
+ "label": "Retry",
756
756
  "variant": "primary",
757
- "label": "Retry"
757
+ "type": "button"
758
758
  }
759
759
  ]
760
760
  }
@@ -780,14 +780,14 @@
780
780
  "render-ui",
781
781
  "main",
782
782
  {
783
- "direction": "vertical",
784
783
  "type": "stack",
784
+ "direction": "vertical",
785
785
  "gap": "lg",
786
786
  "children": [
787
787
  {
788
+ "direction": "horizontal",
788
789
  "children": [
789
790
  {
790
- "gap": "sm",
791
791
  "children": [
792
792
  {
793
793
  "type": "icon",
@@ -795,27 +795,27 @@
795
795
  },
796
796
  {
797
797
  "content": "Loop Complete",
798
- "type": "typography",
799
- "variant": "h2"
798
+ "variant": "h2",
799
+ "type": "typography"
800
800
  }
801
801
  ],
802
- "type": "stack",
802
+ "gap": "sm",
803
+ "align": "center",
803
804
  "direction": "horizontal",
804
- "align": "center"
805
+ "type": "stack"
805
806
  },
806
807
  {
807
808
  "type": "button",
808
- "action": "RESET",
809
- "variant": "ghost",
810
809
  "icon": "rotate-ccw",
811
- "label": "New Task"
810
+ "label": "New Task",
811
+ "variant": "ghost",
812
+ "action": "RESET"
812
813
  }
813
814
  ],
814
- "direction": "horizontal",
815
815
  "justify": "between",
816
- "gap": "sm",
816
+ "type": "stack",
817
817
  "align": "center",
818
- "type": "stack"
818
+ "gap": "sm"
819
819
  },
820
820
  {
821
821
  "type": "divider"
@@ -823,16 +823,16 @@
823
823
  {
824
824
  "children": [
825
825
  {
826
+ "type": "stat-display",
826
827
  "icon": "repeat",
827
828
  "value": "@entity.iterations",
828
- "type": "stat-display",
829
829
  "label": "Iterations"
830
830
  },
831
831
  {
832
832
  "value": "@entity.status",
833
- "type": "stat-display",
834
833
  "label": "Status",
835
- "icon": "check"
834
+ "icon": "check",
835
+ "type": "stat-display"
836
836
  }
837
837
  ],
838
838
  "cols": 2.0,
@@ -845,34 +845,34 @@
845
845
  "type": "card",
846
846
  "children": [
847
847
  {
848
+ "direction": "vertical",
849
+ "gap": "md",
850
+ "type": "stack",
848
851
  "children": [
849
852
  {
850
853
  "content": "Task",
851
- "type": "typography",
852
- "variant": "caption"
854
+ "variant": "caption",
855
+ "type": "typography"
853
856
  },
854
857
  {
858
+ "variant": "body",
855
859
  "content": "@entity.task",
856
- "type": "typography",
857
- "variant": "body"
860
+ "type": "typography"
858
861
  },
859
862
  {
860
863
  "type": "divider"
861
864
  },
862
865
  {
866
+ "variant": "caption",
863
867
  "type": "typography",
864
- "content": "Result",
865
- "variant": "caption"
868
+ "content": "Result"
866
869
  },
867
870
  {
868
- "variant": "body",
871
+ "content": "@entity.result",
869
872
  "type": "typography",
870
- "content": "@entity.result"
873
+ "variant": "body"
871
874
  }
872
- ],
873
- "gap": "md",
874
- "direction": "vertical",
875
- "type": "stack"
875
+ ]
876
876
  }
877
877
  ]
878
878
  }
@@ -927,91 +927,91 @@
927
927
  "render-ui",
928
928
  "main",
929
929
  {
930
+ "gap": "lg",
931
+ "direction": "vertical",
930
932
  "type": "stack",
931
933
  "children": [
932
934
  {
933
- "gap": "sm",
935
+ "justify": "between",
934
936
  "children": [
935
937
  {
936
- "gap": "sm",
937
938
  "type": "stack",
938
- "direction": "horizontal",
939
- "align": "center",
939
+ "gap": "sm",
940
940
  "children": [
941
941
  {
942
942
  "name": "tool",
943
943
  "type": "icon"
944
944
  },
945
945
  {
946
- "type": "typography",
947
946
  "content": "Executing Tool",
947
+ "type": "typography",
948
948
  "variant": "h2"
949
949
  }
950
- ]
950
+ ],
951
+ "align": "center",
952
+ "direction": "horizontal"
951
953
  },
952
954
  {
953
955
  "type": "badge",
954
956
  "label": "@entity.maxIterations"
955
957
  }
956
958
  ],
957
- "type": "stack",
958
959
  "direction": "horizontal",
960
+ "type": "stack",
959
961
  "align": "center",
960
- "justify": "between"
962
+ "gap": "sm"
961
963
  },
962
964
  {
963
965
  "type": "divider"
964
966
  },
965
967
  {
966
- "type": "card",
967
968
  "children": [
968
969
  {
969
- "direction": "vertical",
970
- "gap": "sm",
971
970
  "children": [
972
971
  {
973
- "content": "Current Tool",
974
972
  "type": "typography",
973
+ "content": "Current Tool",
975
974
  "variant": "caption"
976
975
  },
977
976
  {
978
- "variant": "h4",
979
977
  "type": "typography",
980
- "content": "@entity.currentTool"
978
+ "content": "@entity.currentTool",
979
+ "variant": "h4"
981
980
  },
982
981
  {
983
982
  "type": "spinner"
984
983
  }
985
984
  ],
986
- "type": "stack"
985
+ "direction": "vertical",
986
+ "type": "stack",
987
+ "gap": "sm"
987
988
  }
988
- ]
989
+ ],
990
+ "type": "card"
989
991
  },
990
992
  {
991
993
  "children": [
992
994
  {
993
995
  "gap": "sm",
996
+ "type": "stack",
997
+ "direction": "vertical",
994
998
  "children": [
995
999
  {
1000
+ "type": "typography",
996
1001
  "variant": "caption",
997
- "content": "Plan",
998
- "type": "typography"
1002
+ "content": "Plan"
999
1003
  },
1000
1004
  {
1001
- "variant": "body",
1002
1005
  "type": "typography",
1003
- "content": "@entity.plan"
1006
+ "content": "@entity.plan",
1007
+ "variant": "body"
1004
1008
  }
1005
- ],
1006
- "direction": "vertical",
1007
- "type": "stack"
1009
+ ]
1008
1010
  }
1009
1011
  ],
1010
1012
  "type": "card"
1011
1013
  }
1012
- ],
1013
- "direction": "vertical",
1014
- "gap": "lg"
1014
+ ]
1015
1015
  }
1016
1016
  ]
1017
1017
  ]
@@ -1037,49 +1037,49 @@
1037
1037
  {
1038
1038
  "children": [
1039
1039
  {
1040
- "name": "x-circle",
1041
- "type": "icon"
1040
+ "type": "icon",
1041
+ "name": "x-circle"
1042
1042
  },
1043
1043
  {
1044
+ "type": "typography",
1044
1045
  "variant": "h2",
1045
- "content": "Loop Failed",
1046
- "type": "typography"
1046
+ "content": "Loop Failed"
1047
1047
  },
1048
1048
  {
1049
- "message": "@entity.error",
1050
1049
  "type": "alert",
1051
- "variant": "error"
1050
+ "variant": "error",
1051
+ "message": "@entity.error"
1052
1052
  },
1053
1053
  {
1054
- "cols": 2.0,
1055
- "type": "simple-grid",
1056
1054
  "children": [
1057
1055
  {
1058
1056
  "value": "@entity.iterations",
1059
- "type": "stat-display",
1057
+ "icon": "repeat",
1060
1058
  "label": "Iterations Used",
1061
- "icon": "repeat"
1059
+ "type": "stat-display"
1062
1060
  },
1063
1061
  {
1064
- "type": "stat-display",
1065
1062
  "label": "Max Allowed",
1066
- "value": "@entity.maxIterations",
1067
- "icon": "shield"
1063
+ "type": "stat-display",
1064
+ "icon": "shield",
1065
+ "value": "@entity.maxIterations"
1068
1066
  }
1069
- ]
1067
+ ],
1068
+ "type": "simple-grid",
1069
+ "cols": 2.0
1070
1070
  },
1071
1071
  {
1072
1072
  "type": "button",
1073
+ "label": "Retry",
1073
1074
  "variant": "primary",
1074
1075
  "icon": "rotate-ccw",
1075
- "label": "Retry",
1076
1076
  "action": "RESET"
1077
1077
  }
1078
1078
  ],
1079
1079
  "direction": "vertical",
1080
+ "type": "stack",
1080
1081
  "gap": "lg",
1081
- "align": "center",
1082
- "type": "stack"
1082
+ "align": "center"
1083
1083
  }
1084
1084
  ]
1085
1085
  ]
@@ -1135,30 +1135,29 @@
1135
1135
  {
1136
1136
  "children": [
1137
1137
  {
1138
+ "direction": "horizontal",
1138
1139
  "gap": "sm",
1140
+ "type": "stack",
1139
1141
  "children": [
1140
1142
  {
1141
1143
  "type": "icon",
1142
1144
  "name": "repeat"
1143
1145
  },
1144
1146
  {
1147
+ "content": "Tool Execution Loop",
1145
1148
  "variant": "h2",
1146
- "type": "typography",
1147
- "content": "Tool Execution Loop"
1149
+ "type": "typography"
1148
1150
  }
1149
1151
  ],
1150
- "type": "stack",
1151
- "align": "center",
1152
- "direction": "horizontal"
1152
+ "align": "center"
1153
1153
  },
1154
1154
  {
1155
1155
  "type": "divider"
1156
1156
  },
1157
1157
  {
1158
+ "type": "card",
1158
1159
  "children": [
1159
1160
  {
1160
- "gap": "md",
1161
- "direction": "vertical",
1162
1161
  "children": [
1163
1162
  {
1164
1163
  "variant": "body",
@@ -1166,19 +1165,20 @@
1166
1165
  "content": "Describe the task to execute with tools"
1167
1166
  },
1168
1167
  {
1169
- "submitEvent": "EXECUTE",
1168
+ "type": "form-section",
1170
1169
  "entity": "@entity",
1171
1170
  "fields": [
1172
1171
  "task"
1173
1172
  ],
1174
- "type": "form-section",
1175
- "mode": "edit"
1173
+ "mode": "edit",
1174
+ "submitEvent": "EXECUTE"
1176
1175
  }
1177
1176
  ],
1178
- "type": "stack"
1177
+ "direction": "vertical",
1178
+ "type": "stack",
1179
+ "gap": "md"
1179
1180
  }
1180
- ],
1181
- "type": "card"
1181
+ ]
1182
1182
  }
1183
1183
  ],
1184
1184
  "type": "stack",
@@ -1237,23 +1237,26 @@
1237
1237
  "render-ui",
1238
1238
  "main",
1239
1239
  {
1240
+ "type": "stack",
1241
+ "gap": "lg",
1242
+ "direction": "vertical",
1240
1243
  "children": [
1241
1244
  {
1245
+ "type": "stack",
1242
1246
  "direction": "horizontal",
1243
- "gap": "sm",
1247
+ "align": "center",
1244
1248
  "children": [
1245
1249
  {
1246
1250
  "type": "icon",
1247
1251
  "name": "repeat"
1248
1252
  },
1249
1253
  {
1250
- "type": "typography",
1254
+ "variant": "h2",
1251
1255
  "content": "Tool Execution Loop",
1252
- "variant": "h2"
1256
+ "type": "typography"
1253
1257
  }
1254
1258
  ],
1255
- "type": "stack",
1256
- "align": "center"
1259
+ "gap": "sm"
1257
1260
  },
1258
1261
  {
1259
1262
  "type": "divider"
@@ -1261,8 +1264,8 @@
1261
1264
  {
1262
1265
  "children": [
1263
1266
  {
1267
+ "type": "stack",
1264
1268
  "direction": "vertical",
1265
- "gap": "md",
1266
1269
  "children": [
1267
1270
  {
1268
1271
  "variant": "body",
@@ -1270,24 +1273,21 @@
1270
1273
  "content": "Describe the task to execute with tools"
1271
1274
  },
1272
1275
  {
1273
- "entity": "@entity",
1276
+ "type": "form-section",
1274
1277
  "submitEvent": "EXECUTE",
1278
+ "mode": "edit",
1279
+ "entity": "@entity",
1275
1280
  "fields": [
1276
1281
  "task"
1277
- ],
1278
- "mode": "edit",
1279
- "type": "form-section"
1282
+ ]
1280
1283
  }
1281
1284
  ],
1282
- "type": "stack"
1285
+ "gap": "md"
1283
1286
  }
1284
1287
  ],
1285
1288
  "type": "card"
1286
1289
  }
1287
- ],
1288
- "type": "stack",
1289
- "direction": "vertical",
1290
- "gap": "lg"
1290
+ ]
1291
1291
  }
1292
1292
  ]
1293
1293
  ]