@almadar/std 14.25.0 → 14.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (431) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  25. package/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  28. package/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  30. package/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  33. package/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  37. package/behaviors/registry/app/atoms/std-donor.orb +440 -153
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  39. package/behaviors/registry/app/atoms/std-driver.orb +477 -492
  40. package/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  42. package/behaviors/registry/app/atoms/std-event.orb +467 -669
  43. package/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  44. package/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  45. package/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  47. package/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  49. package/behaviors/registry/app/atoms/std-lease.orb +508 -184
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  52. package/behaviors/registry/app/atoms/std-matter.orb +482 -336
  53. package/behaviors/registry/app/atoms/std-membership.orb +521 -113
  54. package/behaviors/registry/app/atoms/std-menu.orb +766 -174
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  60. package/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  66. package/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  68. package/behaviors/registry/app/atoms/std-segment.orb +367 -113
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  70. package/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  71. package/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  75. package/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  79. package/behaviors/registry/app/atoms/std-trial.orb +423 -337
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  83. package/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  85. package/behaviors/registry/app/molecules/std-application.orb +168 -253
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  87. package/behaviors/registry/app/molecules/std-cart.orb +82 -76
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  92. package/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  97. package/behaviors/registry/app/organisms/std-cms.orb +315 -315
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  100. package/behaviors/registry/app/organisms/std-crm.orb +265 -265
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  106. package/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  110. package/behaviors/registry/app/organisms/std-forum.orb +150 -150
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  114. package/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  117. package/behaviors/registry/app/organisms/std-listings.orb +147 -147
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  122. package/behaviors/registry/app/organisms/std-notes.orb +112 -112
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  131. package/behaviors/registry/app/organisms/std-survey.orb +129 -129
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  134. package/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  137. package/behaviors/registry/core/atoms/std-browse.orb +58 -58
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  139. package/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  142. package/behaviors/registry/core/atoms/std-display.orb +1 -1
  143. package/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  145. package/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  146. package/behaviors/registry/core/atoms/std-filter.orb +12 -12
  147. package/behaviors/registry/core/atoms/std-flag.orb +95 -95
  148. package/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  153. package/behaviors/registry/core/atoms/std-modal.orb +20 -20
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  155. package/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  156. package/behaviors/registry/core/atoms/std-push.orb +38 -38
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  159. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  162. package/behaviors/registry/core/atoms/std-search.orb +9 -9
  163. package/behaviors/registry/core/atoms/std-selection.orb +77 -77
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  165. package/behaviors/registry/core/atoms/std-stats.orb +104 -104
  166. package/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  168. package/behaviors/registry/core/atoms/std-thread.orb +56 -56
  169. package/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  177. package/behaviors/registry/core/molecules/std-list.orb +71 -71
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  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 +227 -152
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  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 +27 -27
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  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 +56 -56
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  191. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  192. package/behaviors/registry/game/atoms/std-timer.orb +266 -266
  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 +32 -32
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  203. package/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  204. package/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  208. package/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  216. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  217. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  218. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  219. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  220. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  221. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  222. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  223. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  224. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  225. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  226. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  227. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  228. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  229. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  230. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  231. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  232. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  233. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  234. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  235. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  236. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  237. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  238. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  239. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  240. package/dist/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  241. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  242. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  243. package/dist/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  244. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  245. package/dist/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  246. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  247. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  248. package/dist/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  249. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  250. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  251. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  252. package/dist/behaviors/registry/app/atoms/std-donor.orb +440 -153
  253. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  254. package/dist/behaviors/registry/app/atoms/std-driver.orb +477 -492
  255. package/dist/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  256. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  257. package/dist/behaviors/registry/app/atoms/std-event.orb +467 -669
  258. package/dist/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  259. package/dist/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  260. package/dist/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  261. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  262. package/dist/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  263. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  264. package/dist/behaviors/registry/app/atoms/std-lease.orb +508 -184
  265. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  266. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  267. package/dist/behaviors/registry/app/atoms/std-matter.orb +482 -336
  268. package/dist/behaviors/registry/app/atoms/std-membership.orb +521 -113
  269. package/dist/behaviors/registry/app/atoms/std-menu.orb +766 -174
  270. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  271. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  272. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  273. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  274. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  275. package/dist/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  276. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  277. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  278. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  279. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  280. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  281. package/dist/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  282. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  283. package/dist/behaviors/registry/app/atoms/std-segment.orb +367 -113
  284. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  285. package/dist/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  286. package/dist/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  287. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  288. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  289. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  290. package/dist/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  291. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  292. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  293. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  294. package/dist/behaviors/registry/app/atoms/std-trial.orb +423 -337
  295. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  296. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  297. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  298. package/dist/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  299. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  300. package/dist/behaviors/registry/app/molecules/std-application.orb +168 -253
  301. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  302. package/dist/behaviors/registry/app/molecules/std-cart.orb +82 -76
  303. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  304. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  305. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  306. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  307. package/dist/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  308. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  309. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  310. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  311. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  312. package/dist/behaviors/registry/app/organisms/std-cms.orb +315 -315
  313. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  314. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  315. package/dist/behaviors/registry/app/organisms/std-crm.orb +265 -265
  316. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  317. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  318. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  319. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  320. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  321. package/dist/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  322. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  323. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  324. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  325. package/dist/behaviors/registry/app/organisms/std-forum.orb +150 -150
  326. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  327. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  328. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  329. package/dist/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  330. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  331. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  332. package/dist/behaviors/registry/app/organisms/std-listings.orb +147 -147
  333. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  334. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  335. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  336. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  337. package/dist/behaviors/registry/app/organisms/std-notes.orb +112 -112
  338. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  339. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  340. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  341. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  342. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  343. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  344. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  345. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  346. package/dist/behaviors/registry/app/organisms/std-survey.orb +129 -129
  347. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  348. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  349. package/dist/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  350. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  351. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  352. package/dist/behaviors/registry/core/atoms/std-browse.orb +58 -58
  353. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  354. package/dist/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  355. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  356. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  357. package/dist/behaviors/registry/core/atoms/std-display.orb +1 -1
  358. package/dist/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  359. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  360. package/dist/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  361. package/dist/behaviors/registry/core/atoms/std-filter.orb +12 -12
  362. package/dist/behaviors/registry/core/atoms/std-flag.orb +95 -95
  363. package/dist/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  364. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  365. package/dist/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  366. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  367. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  368. package/dist/behaviors/registry/core/atoms/std-modal.orb +20 -20
  369. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  370. package/dist/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  371. package/dist/behaviors/registry/core/atoms/std-push.orb +38 -38
  372. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  373. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  374. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  375. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  376. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  377. package/dist/behaviors/registry/core/atoms/std-search.orb +9 -9
  378. package/dist/behaviors/registry/core/atoms/std-selection.orb +77 -77
  379. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  380. package/dist/behaviors/registry/core/atoms/std-stats.orb +104 -104
  381. package/dist/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  382. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  383. package/dist/behaviors/registry/core/atoms/std-thread.orb +56 -56
  384. package/dist/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  385. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  386. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  387. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  388. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  389. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  390. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  391. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  392. package/dist/behaviors/registry/core/molecules/std-list.orb +71 -71
  393. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  394. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  395. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  396. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  397. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  398. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  399. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  400. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  401. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  402. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  403. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  404. package/dist/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  405. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  406. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  407. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -266
  408. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  409. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  410. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  411. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  412. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  413. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  414. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  415. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  416. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  417. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  418. package/dist/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  419. package/dist/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  420. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  421. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  422. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  423. package/dist/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  424. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  425. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  426. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  427. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  428. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  429. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  430. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  431. package/package.json +1 -1
@@ -333,56 +333,56 @@
333
333
  "main",
334
334
  {
335
335
  "direction": "vertical",
336
+ "type": "stack",
336
337
  "children": [
337
338
  {
339
+ "gap": "sm",
340
+ "align": "center",
338
341
  "type": "stack",
339
342
  "direction": "horizontal",
340
- "align": "center",
341
343
  "children": [
342
344
  {
343
345
  "type": "icon",
344
346
  "name": "repeat"
345
347
  },
346
348
  {
347
- "content": "Tool Execution Loop",
348
349
  "type": "typography",
350
+ "content": "Tool Execution Loop",
349
351
  "variant": "h2"
350
352
  }
351
- ],
352
- "gap": "sm"
353
+ ]
353
354
  },
354
355
  {
355
356
  "type": "divider"
356
357
  },
357
358
  {
358
- "type": "card",
359
359
  "children": [
360
360
  {
361
- "type": "stack",
362
- "direction": "vertical",
363
361
  "gap": "md",
364
362
  "children": [
365
363
  {
366
- "content": "Describe the task to execute with tools",
367
364
  "variant": "body",
368
- "type": "typography"
365
+ "type": "typography",
366
+ "content": "Describe the task to execute with tools"
369
367
  },
370
368
  {
369
+ "entity": "@entity",
371
370
  "type": "form-section",
372
371
  "submitEvent": "EXECUTE",
373
- "mode": "edit",
374
- "entity": "@entity",
375
372
  "fields": [
376
373
  "task"
377
- ]
374
+ ],
375
+ "mode": "edit"
378
376
  }
379
- ]
377
+ ],
378
+ "type": "stack",
379
+ "direction": "vertical"
380
380
  }
381
- ]
381
+ ],
382
+ "type": "card"
382
383
  }
383
384
  ],
384
- "gap": "lg",
385
- "type": "stack"
385
+ "gap": "lg"
386
386
  }
387
387
  ]
388
388
  ]
@@ -423,29 +423,29 @@
423
423
  "render-ui",
424
424
  "main",
425
425
  {
426
- "gap": "lg",
427
426
  "align": "center",
427
+ "gap": "lg",
428
428
  "children": [
429
429
  {
430
430
  "type": "icon",
431
431
  "name": "brain"
432
432
  },
433
433
  {
434
+ "content": "Planning execution...",
434
435
  "variant": "h3",
435
- "type": "typography",
436
- "content": "Planning execution..."
436
+ "type": "typography"
437
437
  },
438
438
  {
439
439
  "type": "spinner"
440
440
  },
441
441
  {
442
+ "variant": "caption",
442
443
  "type": "typography",
443
- "content": "@entity.task",
444
- "variant": "caption"
444
+ "content": "@entity.task"
445
445
  }
446
446
  ],
447
- "direction": "vertical",
448
- "type": "stack"
447
+ "type": "stack",
448
+ "direction": "vertical"
449
449
  }
450
450
  ]
451
451
  ]
@@ -484,36 +484,38 @@
484
484
  "main",
485
485
  {
486
486
  "type": "stack",
487
+ "direction": "vertical",
488
+ "gap": "lg",
487
489
  "children": [
488
490
  {
489
- "align": "center",
490
- "justify": "between",
491
- "gap": "sm",
492
- "type": "stack",
491
+ "direction": "horizontal",
493
492
  "children": [
494
493
  {
495
- "type": "stack",
496
- "align": "center",
497
494
  "children": [
498
495
  {
499
496
  "type": "icon",
500
497
  "name": "tool"
501
498
  },
502
499
  {
500
+ "variant": "h2",
503
501
  "type": "typography",
504
- "content": "Executing Tool",
505
- "variant": "h2"
502
+ "content": "Executing Tool"
506
503
  }
507
504
  ],
508
505
  "gap": "sm",
506
+ "type": "stack",
507
+ "align": "center",
509
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
  ],
516
- "direction": "horizontal"
515
+ "type": "stack",
516
+ "gap": "sm",
517
+ "justify": "between",
518
+ "align": "center"
517
519
  },
518
520
  {
519
521
  "type": "divider"
@@ -522,7 +524,6 @@
522
524
  "type": "card",
523
525
  "children": [
524
526
  {
525
- "type": "stack",
526
527
  "children": [
527
528
  {
528
529
  "variant": "caption",
@@ -530,44 +531,43 @@
530
531
  "content": "Current Tool"
531
532
  },
532
533
  {
533
- "content": "@entity.currentTool",
534
+ "variant": "h4",
534
535
  "type": "typography",
535
- "variant": "h4"
536
+ "content": "@entity.currentTool"
536
537
  },
537
538
  {
538
539
  "type": "spinner"
539
540
  }
540
541
  ],
542
+ "type": "stack",
541
543
  "direction": "vertical",
542
544
  "gap": "sm"
543
545
  }
544
546
  ]
545
547
  },
546
548
  {
549
+ "type": "card",
547
550
  "children": [
548
551
  {
552
+ "type": "stack",
553
+ "direction": "vertical",
549
554
  "children": [
550
555
  {
551
- "type": "typography",
556
+ "variant": "caption",
552
557
  "content": "Plan",
553
- "variant": "caption"
558
+ "type": "typography"
554
559
  },
555
560
  {
561
+ "type": "typography",
556
562
  "variant": "body",
557
- "content": "@entity.plan",
558
- "type": "typography"
563
+ "content": "@entity.plan"
559
564
  }
560
565
  ],
561
- "gap": "sm",
562
- "direction": "vertical",
563
- "type": "stack"
566
+ "gap": "sm"
564
567
  }
565
- ],
566
- "type": "card"
568
+ ]
567
569
  }
568
- ],
569
- "gap": "lg",
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",
594
596
  "gap": "lg",
595
597
  "children": [
596
598
  {
597
- "type": "icon",
598
- "name": "x-circle"
599
+ "name": "x-circle",
600
+ "type": "icon"
599
601
  },
600
602
  {
601
- "type": "typography",
602
603
  "variant": "h2",
603
- "content": "Loop Failed"
604
+ "content": "Loop Failed",
605
+ "type": "typography"
604
606
  },
605
607
  {
608
+ "variant": "error",
606
609
  "message": "@entity.error",
607
- "type": "alert",
608
- "variant": "error"
610
+ "type": "alert"
609
611
  },
610
612
  {
611
- "cols": 2.0,
612
613
  "children": [
613
614
  {
614
- "label": "Iterations Used",
615
615
  "type": "stat-display",
616
+ "label": "Iterations Used",
616
617
  "value": "@entity.iterations",
617
618
  "icon": "repeat"
618
619
  },
619
620
  {
620
621
  "value": "@entity.maxIterations",
621
- "type": "stat-display",
622
622
  "label": "Max Allowed",
623
+ "type": "stat-display",
623
624
  "icon": "shield"
624
625
  }
625
626
  ],
627
+ "cols": 2.0,
626
628
  "type": "simple-grid"
627
629
  },
628
630
  {
629
- "variant": "primary",
630
- "action": "RESET",
631
631
  "label": "Retry",
632
+ "variant": "primary",
632
633
  "icon": "rotate-ccw",
633
- "type": "button"
634
+ "type": "button",
635
+ "action": "RESET"
634
636
  }
635
637
  ],
636
- "align": "center",
637
- "type": "stack",
638
- "direction": "vertical"
638
+ "align": "center"
639
639
  }
640
640
  ]
641
641
  ]
@@ -667,15 +667,17 @@
667
667
  "render-ui",
668
668
  "main",
669
669
  {
670
+ "direction": "vertical",
671
+ "type": "stack",
670
672
  "children": [
671
673
  {
672
674
  "type": "icon",
673
675
  "name": "eye"
674
676
  },
675
677
  {
676
- "content": "Checking result...",
677
678
  "variant": "h3",
678
- "type": "typography"
679
+ "type": "typography",
680
+ "content": "Checking result..."
679
681
  },
680
682
  {
681
683
  "type": "spinner"
@@ -685,10 +687,8 @@
685
687
  "type": "badge"
686
688
  }
687
689
  ],
688
- "direction": "vertical",
689
- "type": "stack",
690
- "gap": "lg",
691
- "align": "center"
690
+ "align": "center",
691
+ "gap": "lg"
692
692
  }
693
693
  ]
694
694
  ]
@@ -712,6 +712,9 @@
712
712
  "render-ui",
713
713
  "main",
714
714
  {
715
+ "direction": "vertical",
716
+ "type": "stack",
717
+ "gap": "lg",
715
718
  "align": "center",
716
719
  "children": [
717
720
  {
@@ -720,43 +723,40 @@
720
723
  },
721
724
  {
722
725
  "content": "Loop Failed",
723
- "variant": "h2",
724
- "type": "typography"
726
+ "type": "typography",
727
+ "variant": "h2"
725
728
  },
726
729
  {
727
730
  "type": "alert",
728
- "message": "@entity.error",
729
- "variant": "error"
731
+ "variant": "error",
732
+ "message": "@entity.error"
730
733
  },
731
734
  {
735
+ "type": "simple-grid",
736
+ "cols": 2.0,
732
737
  "children": [
733
738
  {
734
- "label": "Iterations Used",
735
739
  "value": "@entity.iterations",
740
+ "type": "stat-display",
736
741
  "icon": "repeat",
737
- "type": "stat-display"
742
+ "label": "Iterations Used"
738
743
  },
739
744
  {
740
- "label": "Max Allowed",
741
- "type": "stat-display",
742
745
  "value": "@entity.maxIterations",
743
- "icon": "shield"
746
+ "type": "stat-display",
747
+ "icon": "shield",
748
+ "label": "Max Allowed"
744
749
  }
745
- ],
746
- "cols": 2.0,
747
- "type": "simple-grid"
750
+ ]
748
751
  },
749
752
  {
750
753
  "action": "RESET",
751
754
  "icon": "rotate-ccw",
752
- "type": "button",
753
755
  "label": "Retry",
754
- "variant": "primary"
756
+ "variant": "primary",
757
+ "type": "button"
755
758
  }
756
- ],
757
- "gap": "lg",
758
- "direction": "vertical",
759
- "type": "stack"
759
+ ]
760
760
  }
761
761
  ]
762
762
  ]
@@ -782,73 +782,77 @@
782
782
  {
783
783
  "type": "stack",
784
784
  "direction": "vertical",
785
+ "gap": "lg",
785
786
  "children": [
786
787
  {
787
- "justify": "between",
788
788
  "direction": "horizontal",
789
- "align": "center",
790
789
  "children": [
791
790
  {
792
- "type": "stack",
793
- "direction": "horizontal",
794
- "align": "center",
795
791
  "children": [
796
792
  {
797
- "name": "check-circle",
798
- "type": "icon"
793
+ "type": "icon",
794
+ "name": "check-circle"
799
795
  },
800
796
  {
801
- "type": "typography",
802
797
  "content": "Loop Complete",
803
- "variant": "h2"
798
+ "variant": "h2",
799
+ "type": "typography"
804
800
  }
805
801
  ],
806
- "gap": "sm"
802
+ "gap": "sm",
803
+ "align": "center",
804
+ "direction": "horizontal",
805
+ "type": "stack"
807
806
  },
808
807
  {
809
- "variant": "ghost",
810
808
  "type": "button",
811
- "action": "RESET",
812
809
  "icon": "rotate-ccw",
813
- "label": "New Task"
810
+ "label": "New Task",
811
+ "variant": "ghost",
812
+ "action": "RESET"
814
813
  }
815
814
  ],
816
- "gap": "sm",
817
- "type": "stack"
815
+ "justify": "between",
816
+ "type": "stack",
817
+ "align": "center",
818
+ "gap": "sm"
818
819
  },
819
820
  {
820
821
  "type": "divider"
821
822
  },
822
823
  {
823
- "type": "simple-grid",
824
- "cols": 2.0,
825
824
  "children": [
826
825
  {
827
826
  "type": "stat-display",
828
- "label": "Iterations",
827
+ "icon": "repeat",
829
828
  "value": "@entity.iterations",
830
- "icon": "repeat"
829
+ "label": "Iterations"
831
830
  },
832
831
  {
833
- "icon": "check",
834
- "type": "stat-display",
832
+ "value": "@entity.status",
835
833
  "label": "Status",
836
- "value": "@entity.status"
834
+ "icon": "check",
835
+ "type": "stat-display"
837
836
  }
838
- ]
837
+ ],
838
+ "cols": 2.0,
839
+ "type": "simple-grid"
839
840
  },
840
841
  {
841
842
  "type": "divider"
842
843
  },
843
844
  {
845
+ "type": "card",
844
846
  "children": [
845
847
  {
848
+ "direction": "vertical",
849
+ "gap": "md",
846
850
  "type": "stack",
847
851
  "children": [
848
852
  {
853
+ "content": "Task",
849
854
  "variant": "caption",
850
- "type": "typography",
851
- "content": "Task"
855
+ "type": "typography"
852
856
  },
853
857
  {
854
858
  "variant": "body",
@@ -859,24 +863,20 @@
859
863
  "type": "divider"
860
864
  },
861
865
  {
862
- "type": "typography",
863
866
  "variant": "caption",
867
+ "type": "typography",
864
868
  "content": "Result"
865
869
  },
866
870
  {
871
+ "content": "@entity.result",
867
872
  "type": "typography",
868
- "variant": "body",
869
- "content": "@entity.result"
873
+ "variant": "body"
870
874
  }
871
- ],
872
- "direction": "vertical",
873
- "gap": "md"
875
+ ]
874
876
  }
875
- ],
876
- "type": "card"
877
+ ]
877
878
  }
878
- ],
879
- "gap": "lg"
879
+ ]
880
880
  }
881
881
  ]
882
882
  ]
@@ -927,14 +927,16 @@
927
927
  "render-ui",
928
928
  "main",
929
929
  {
930
+ "gap": "lg",
931
+ "direction": "vertical",
932
+ "type": "stack",
930
933
  "children": [
931
934
  {
932
- "align": "center",
933
- "direction": "horizontal",
934
- "gap": "sm",
935
935
  "justify": "between",
936
936
  "children": [
937
937
  {
938
+ "type": "stack",
939
+ "gap": "sm",
938
940
  "children": [
939
941
  {
940
942
  "name": "tool",
@@ -947,30 +949,28 @@
947
949
  }
948
950
  ],
949
951
  "align": "center",
950
- "direction": "horizontal",
951
- "type": "stack",
952
- "gap": "sm"
952
+ "direction": "horizontal"
953
953
  },
954
954
  {
955
955
  "type": "badge",
956
956
  "label": "@entity.maxIterations"
957
957
  }
958
958
  ],
959
- "type": "stack"
959
+ "direction": "horizontal",
960
+ "type": "stack",
961
+ "align": "center",
962
+ "gap": "sm"
960
963
  },
961
964
  {
962
965
  "type": "divider"
963
966
  },
964
967
  {
965
- "type": "card",
966
968
  "children": [
967
969
  {
968
- "gap": "sm",
969
- "type": "stack",
970
970
  "children": [
971
971
  {
972
- "content": "Current Tool",
973
972
  "type": "typography",
973
+ "content": "Current Tool",
974
974
  "variant": "caption"
975
975
  },
976
976
  {
@@ -982,36 +982,36 @@
982
982
  "type": "spinner"
983
983
  }
984
984
  ],
985
- "direction": "vertical"
985
+ "direction": "vertical",
986
+ "type": "stack",
987
+ "gap": "sm"
986
988
  }
987
- ]
989
+ ],
990
+ "type": "card"
988
991
  },
989
992
  {
990
993
  "children": [
991
994
  {
992
995
  "gap": "sm",
996
+ "type": "stack",
997
+ "direction": "vertical",
993
998
  "children": [
994
999
  {
995
- "content": "Plan",
1000
+ "type": "typography",
996
1001
  "variant": "caption",
997
- "type": "typography"
1002
+ "content": "Plan"
998
1003
  },
999
1004
  {
1000
1005
  "type": "typography",
1001
- "variant": "body",
1002
- "content": "@entity.plan"
1006
+ "content": "@entity.plan",
1007
+ "variant": "body"
1003
1008
  }
1004
- ],
1005
- "direction": "vertical",
1006
- "type": "stack"
1009
+ ]
1007
1010
  }
1008
1011
  ],
1009
1012
  "type": "card"
1010
1013
  }
1011
- ],
1012
- "type": "stack",
1013
- "gap": "lg",
1014
- "direction": "vertical"
1014
+ ]
1015
1015
  }
1016
1016
  ]
1017
1017
  ]
@@ -1035,51 +1035,51 @@
1035
1035
  "render-ui",
1036
1036
  "main",
1037
1037
  {
1038
- "gap": "lg",
1039
- "align": "center",
1040
- "type": "stack",
1041
- "direction": "vertical",
1042
1038
  "children": [
1043
1039
  {
1044
- "name": "x-circle",
1045
- "type": "icon"
1040
+ "type": "icon",
1041
+ "name": "x-circle"
1046
1042
  },
1047
1043
  {
1048
- "content": "Loop Failed",
1044
+ "type": "typography",
1049
1045
  "variant": "h2",
1050
- "type": "typography"
1046
+ "content": "Loop Failed"
1051
1047
  },
1052
1048
  {
1049
+ "type": "alert",
1053
1050
  "variant": "error",
1054
- "message": "@entity.error",
1055
- "type": "alert"
1051
+ "message": "@entity.error"
1056
1052
  },
1057
1053
  {
1058
- "cols": 2.0,
1059
1054
  "children": [
1060
1055
  {
1061
- "label": "Iterations Used",
1056
+ "value": "@entity.iterations",
1062
1057
  "icon": "repeat",
1063
- "type": "stat-display",
1064
- "value": "@entity.iterations"
1058
+ "label": "Iterations Used",
1059
+ "type": "stat-display"
1065
1060
  },
1066
1061
  {
1067
- "icon": "shield",
1068
- "type": "stat-display",
1069
1062
  "label": "Max Allowed",
1063
+ "type": "stat-display",
1064
+ "icon": "shield",
1070
1065
  "value": "@entity.maxIterations"
1071
1066
  }
1072
1067
  ],
1073
- "type": "simple-grid"
1068
+ "type": "simple-grid",
1069
+ "cols": 2.0
1074
1070
  },
1075
1071
  {
1076
- "icon": "rotate-ccw",
1077
- "action": "RESET",
1072
+ "type": "button",
1078
1073
  "label": "Retry",
1079
1074
  "variant": "primary",
1080
- "type": "button"
1075
+ "icon": "rotate-ccw",
1076
+ "action": "RESET"
1081
1077
  }
1082
- ]
1078
+ ],
1079
+ "direction": "vertical",
1080
+ "type": "stack",
1081
+ "gap": "lg",
1082
+ "align": "center"
1083
1083
  }
1084
1084
  ]
1085
1085
  ]
@@ -1133,57 +1133,57 @@
1133
1133
  "render-ui",
1134
1134
  "main",
1135
1135
  {
1136
- "type": "stack",
1137
- "gap": "lg",
1138
1136
  "children": [
1139
1137
  {
1138
+ "direction": "horizontal",
1139
+ "gap": "sm",
1140
1140
  "type": "stack",
1141
1141
  "children": [
1142
1142
  {
1143
- "name": "repeat",
1144
- "type": "icon"
1143
+ "type": "icon",
1144
+ "name": "repeat"
1145
1145
  },
1146
1146
  {
1147
- "type": "typography",
1148
1147
  "content": "Tool Execution Loop",
1149
- "variant": "h2"
1148
+ "variant": "h2",
1149
+ "type": "typography"
1150
1150
  }
1151
1151
  ],
1152
- "align": "center",
1153
- "gap": "sm",
1154
- "direction": "horizontal"
1152
+ "align": "center"
1155
1153
  },
1156
1154
  {
1157
1155
  "type": "divider"
1158
1156
  },
1159
1157
  {
1158
+ "type": "card",
1160
1159
  "children": [
1161
1160
  {
1162
- "gap": "md",
1163
1161
  "children": [
1164
1162
  {
1165
- "content": "Describe the task to execute with tools",
1166
1163
  "variant": "body",
1167
- "type": "typography"
1164
+ "type": "typography",
1165
+ "content": "Describe the task to execute with tools"
1168
1166
  },
1169
1167
  {
1170
- "submitEvent": "EXECUTE",
1168
+ "type": "form-section",
1169
+ "entity": "@entity",
1171
1170
  "fields": [
1172
1171
  "task"
1173
1172
  ],
1174
- "entity": "@entity",
1175
1173
  "mode": "edit",
1176
- "type": "form-section"
1174
+ "submitEvent": "EXECUTE"
1177
1175
  }
1178
1176
  ],
1177
+ "direction": "vertical",
1179
1178
  "type": "stack",
1180
- "direction": "vertical"
1179
+ "gap": "md"
1181
1180
  }
1182
- ],
1183
- "type": "card"
1181
+ ]
1184
1182
  }
1185
1183
  ],
1186
- "direction": "vertical"
1184
+ "type": "stack",
1185
+ "direction": "vertical",
1186
+ "gap": "lg"
1187
1187
  }
1188
1188
  ]
1189
1189
  ]
@@ -1238,56 +1238,56 @@
1238
1238
  "main",
1239
1239
  {
1240
1240
  "type": "stack",
1241
+ "gap": "lg",
1242
+ "direction": "vertical",
1241
1243
  "children": [
1242
1244
  {
1243
1245
  "type": "stack",
1244
- "gap": "sm",
1246
+ "direction": "horizontal",
1247
+ "align": "center",
1245
1248
  "children": [
1246
1249
  {
1247
- "name": "repeat",
1248
- "type": "icon"
1250
+ "type": "icon",
1251
+ "name": "repeat"
1249
1252
  },
1250
1253
  {
1254
+ "variant": "h2",
1251
1255
  "content": "Tool Execution Loop",
1252
- "type": "typography",
1253
- "variant": "h2"
1256
+ "type": "typography"
1254
1257
  }
1255
1258
  ],
1256
- "align": "center",
1257
- "direction": "horizontal"
1259
+ "gap": "sm"
1258
1260
  },
1259
1261
  {
1260
1262
  "type": "divider"
1261
1263
  },
1262
1264
  {
1263
- "type": "card",
1264
1265
  "children": [
1265
1266
  {
1266
- "direction": "vertical",
1267
1267
  "type": "stack",
1268
- "gap": "md",
1268
+ "direction": "vertical",
1269
1269
  "children": [
1270
1270
  {
1271
- "content": "Describe the task to execute with tools",
1272
1271
  "variant": "body",
1273
- "type": "typography"
1272
+ "type": "typography",
1273
+ "content": "Describe the task to execute with tools"
1274
1274
  },
1275
1275
  {
1276
- "entity": "@entity",
1277
- "mode": "edit",
1278
1276
  "type": "form-section",
1277
+ "submitEvent": "EXECUTE",
1278
+ "mode": "edit",
1279
+ "entity": "@entity",
1279
1280
  "fields": [
1280
1281
  "task"
1281
- ],
1282
- "submitEvent": "EXECUTE"
1282
+ ]
1283
1283
  }
1284
- ]
1284
+ ],
1285
+ "gap": "md"
1285
1286
  }
1286
- ]
1287
+ ],
1288
+ "type": "card"
1287
1289
  }
1288
- ],
1289
- "gap": "lg",
1290
- "direction": "vertical"
1290
+ ]
1291
1291
  }
1292
1292
  ]
1293
1293
  ]
@@ -1346,4 +1346,4 @@
1346
1346
  ]
1347
1347
  }
1348
1348
  ]
1349
- }
1349
+ }