@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
@@ -233,43 +233,43 @@
233
233
  "render-ui",
234
234
  "main",
235
235
  {
236
- "direction": "vertical",
236
+ "type": "stack",
237
237
  "children": [
238
238
  {
239
- "direction": "horizontal",
240
- "gap": "sm",
239
+ "type": "stack",
241
240
  "children": [
242
241
  {
243
242
  "type": "icon",
244
243
  "name": "gauge"
245
244
  },
246
245
  {
247
- "content": "Token Usage",
246
+ "type": "typography",
248
247
  "variant": "h2",
249
- "type": "typography"
248
+ "content": "Token Usage"
250
249
  },
251
250
  {
252
- "label": "Normal",
253
251
  "variant": "default",
254
- "type": "badge"
252
+ "type": "badge",
253
+ "label": "Normal"
255
254
  }
256
255
  ],
257
- "type": "stack",
258
- "align": "center"
256
+ "align": "center",
257
+ "direction": "horizontal",
258
+ "gap": "sm"
259
259
  },
260
260
  {
261
261
  "type": "divider"
262
262
  },
263
263
  {
264
- "value": "@entity.current",
264
+ "max": "@entity.max",
265
265
  "type": "progress-bar",
266
- "max": "@entity.max"
266
+ "value": "@entity.current"
267
267
  },
268
268
  {
269
269
  "children": [
270
270
  {
271
- "type": "stat-display",
272
271
  "label": "Tokens Used",
272
+ "type": "stat-display",
273
273
  "value": "@entity.current"
274
274
  },
275
275
  {
@@ -278,20 +278,20 @@
278
278
  "type": "stat-display"
279
279
  }
280
280
  ],
281
- "type": "stack",
282
281
  "direction": "horizontal",
282
+ "type": "stack",
283
283
  "gap": "md"
284
284
  },
285
285
  {
286
- "type": "button",
287
286
  "label": "Reset",
288
- "variant": "ghost",
289
287
  "action": "RESET",
288
+ "type": "button",
289
+ "variant": "ghost",
290
290
  "icon": "rotate-ccw"
291
291
  }
292
292
  ],
293
- "gap": "lg",
294
- "type": "stack"
293
+ "direction": "vertical",
294
+ "gap": "lg"
295
295
  }
296
296
  ]
297
297
  ]
@@ -319,15 +319,17 @@
319
319
  "render-ui",
320
320
  "main",
321
321
  {
322
+ "direction": "vertical",
323
+ "type": "stack",
324
+ "gap": "lg",
322
325
  "children": [
323
326
  {
327
+ "gap": "sm",
324
328
  "type": "stack",
325
- "align": "center",
326
- "direction": "horizontal",
327
329
  "children": [
328
330
  {
329
- "type": "icon",
330
- "name": "gauge"
331
+ "name": "gauge",
332
+ "type": "icon"
331
333
  },
332
334
  {
333
335
  "content": "Token Usage",
@@ -335,12 +337,13 @@
335
337
  "type": "typography"
336
338
  },
337
339
  {
338
- "type": "badge",
340
+ "variant": "default",
339
341
  "label": "Normal",
340
- "variant": "default"
342
+ "type": "badge"
341
343
  }
342
344
  ],
343
- "gap": "sm"
345
+ "direction": "horizontal",
346
+ "align": "center"
344
347
  },
345
348
  {
346
349
  "type": "divider"
@@ -351,33 +354,30 @@
351
354
  "max": "@entity.max"
352
355
  },
353
356
  {
357
+ "gap": "md",
358
+ "type": "stack",
359
+ "direction": "horizontal",
354
360
  "children": [
355
361
  {
356
- "label": "Tokens Used",
357
362
  "type": "stat-display",
363
+ "label": "Tokens Used",
358
364
  "value": "@entity.current"
359
365
  },
360
366
  {
361
- "value": "@entity.max",
362
367
  "type": "stat-display",
363
- "label": "Max Tokens"
368
+ "label": "Max Tokens",
369
+ "value": "@entity.max"
364
370
  }
365
- ],
366
- "direction": "horizontal",
367
- "type": "stack",
368
- "gap": "md"
371
+ ]
369
372
  },
370
373
  {
371
- "variant": "ghost",
372
374
  "action": "RESET",
373
- "icon": "rotate-ccw",
375
+ "type": "button",
374
376
  "label": "Reset",
375
- "type": "button"
377
+ "variant": "ghost",
378
+ "icon": "rotate-ccw"
376
379
  }
377
- ],
378
- "gap": "lg",
379
- "type": "stack",
380
- "direction": "vertical"
380
+ ]
381
381
  }
382
382
  ]
383
383
  ]
@@ -417,84 +417,84 @@
417
417
  "render-ui",
418
418
  "main",
419
419
  {
420
- "direction": "vertical",
421
420
  "type": "stack",
422
421
  "gap": "lg",
423
422
  "children": [
424
423
  {
425
- "align": "center",
426
424
  "type": "stack",
427
- "direction": "horizontal",
425
+ "gap": "sm",
428
426
  "children": [
429
427
  {
430
- "name": "alert-triangle",
431
- "type": "icon"
428
+ "type": "icon",
429
+ "name": "alert-triangle"
432
430
  },
433
431
  {
432
+ "type": "typography",
434
433
  "content": "Token Usage",
435
- "variant": "h2",
436
- "type": "typography"
434
+ "variant": "h2"
437
435
  },
438
436
  {
437
+ "label": "Warning",
439
438
  "variant": "warning",
440
- "type": "badge",
441
- "label": "Warning"
439
+ "type": "badge"
442
440
  }
443
441
  ],
444
- "gap": "sm"
442
+ "align": "center",
443
+ "direction": "horizontal"
445
444
  },
446
445
  {
447
446
  "type": "divider"
448
447
  },
449
448
  {
450
449
  "variant": "warning",
451
- "message": "Token usage approaching limit. Consider compacting.",
452
- "type": "alert"
450
+ "type": "alert",
451
+ "message": "Token usage approaching limit. Consider compacting."
453
452
  },
454
453
  {
455
- "max": "@entity.max",
456
454
  "type": "progress-bar",
457
- "value": "@entity.current"
455
+ "value": "@entity.current",
456
+ "max": "@entity.max"
458
457
  },
459
458
  {
460
459
  "type": "stack",
461
- "direction": "horizontal",
462
460
  "gap": "md",
461
+ "direction": "horizontal",
463
462
  "children": [
464
463
  {
464
+ "label": "Tokens Used",
465
465
  "value": "@entity.current",
466
- "type": "stat-display",
467
- "label": "Tokens Used"
466
+ "type": "stat-display"
468
467
  },
469
468
  {
470
- "label": "Max Tokens",
471
469
  "type": "stat-display",
470
+ "label": "Max Tokens",
472
471
  "value": "@entity.max"
473
472
  }
474
473
  ]
475
474
  },
476
475
  {
476
+ "type": "stack",
477
+ "direction": "horizontal",
478
+ "gap": "sm",
477
479
  "children": [
478
480
  {
479
- "type": "button",
481
+ "variant": "primary",
480
482
  "icon": "minimize-2",
481
- "action": "COMPACT",
482
483
  "label": "Compact",
483
- "variant": "primary"
484
+ "action": "COMPACT",
485
+ "type": "button"
484
486
  },
485
487
  {
486
488
  "label": "Reset",
487
- "action": "RESET",
488
489
  "type": "button",
489
- "icon": "rotate-ccw",
490
- "variant": "ghost"
490
+ "action": "RESET",
491
+ "variant": "ghost",
492
+ "icon": "rotate-ccw"
491
493
  }
492
- ],
493
- "gap": "sm",
494
- "type": "stack",
495
- "direction": "horizontal"
494
+ ]
496
495
  }
497
- ]
496
+ ],
497
+ "direction": "vertical"
498
498
  }
499
499
  ]
500
500
  ]
@@ -522,29 +522,30 @@
522
522
  "render-ui",
523
523
  "main",
524
524
  {
525
+ "direction": "vertical",
525
526
  "type": "stack",
526
527
  "children": [
527
528
  {
528
- "type": "stack",
529
529
  "align": "center",
530
+ "type": "stack",
531
+ "direction": "horizontal",
530
532
  "children": [
531
533
  {
532
534
  "type": "icon",
533
535
  "name": "alert-octagon"
534
536
  },
535
537
  {
536
- "variant": "h2",
538
+ "type": "typography",
537
539
  "content": "Token Usage",
538
- "type": "typography"
540
+ "variant": "h2"
539
541
  },
540
542
  {
541
- "label": "Critical",
542
543
  "type": "badge",
544
+ "label": "Critical",
543
545
  "variant": "danger"
544
546
  }
545
547
  ],
546
- "gap": "sm",
547
- "direction": "horizontal"
548
+ "gap": "sm"
548
549
  },
549
550
  {
550
551
  "type": "divider"
@@ -555,50 +556,49 @@
555
556
  "type": "alert"
556
557
  },
557
558
  {
558
- "type": "progress-bar",
559
559
  "max": "@entity.max",
560
+ "type": "progress-bar",
560
561
  "value": "@entity.current"
561
562
  },
562
563
  {
564
+ "type": "stack",
563
565
  "direction": "horizontal",
564
566
  "gap": "md",
565
567
  "children": [
566
568
  {
567
- "value": "@entity.current",
568
569
  "type": "stat-display",
570
+ "value": "@entity.current",
569
571
  "label": "Tokens Used"
570
572
  },
571
573
  {
572
- "type": "stat-display",
574
+ "label": "Max Tokens",
573
575
  "value": "@entity.max",
574
- "label": "Max Tokens"
576
+ "type": "stat-display"
575
577
  }
576
- ],
577
- "type": "stack"
578
+ ]
578
579
  },
579
580
  {
581
+ "type": "stack",
580
582
  "direction": "horizontal",
581
- "gap": "sm",
582
583
  "children": [
583
584
  {
584
585
  "type": "button",
585
- "label": "Compact Now",
586
- "action": "COMPACT",
587
586
  "icon": "minimize-2",
588
- "variant": "primary"
587
+ "variant": "primary",
588
+ "action": "COMPACT",
589
+ "label": "Compact Now"
589
590
  },
590
591
  {
592
+ "label": "Reset",
591
593
  "action": "RESET",
592
- "type": "button",
593
594
  "variant": "ghost",
594
- "label": "Reset",
595
- "icon": "rotate-ccw"
595
+ "icon": "rotate-ccw",
596
+ "type": "button"
596
597
  }
597
598
  ],
598
- "type": "stack"
599
+ "gap": "sm"
599
600
  }
600
601
  ],
601
- "direction": "vertical",
602
602
  "gap": "lg"
603
603
  }
604
604
  ]
@@ -624,13 +624,12 @@
624
624
  "render-ui",
625
625
  "main",
626
626
  {
627
+ "type": "stack",
627
628
  "gap": "lg",
628
629
  "direction": "vertical",
629
- "type": "stack",
630
630
  "children": [
631
631
  {
632
632
  "gap": "sm",
633
- "align": "center",
634
633
  "type": "stack",
635
634
  "children": [
636
635
  {
@@ -638,9 +637,9 @@
638
637
  "name": "gauge"
639
638
  },
640
639
  {
641
- "variant": "h2",
640
+ "type": "typography",
642
641
  "content": "Token Usage",
643
- "type": "typography"
642
+ "variant": "h2"
644
643
  },
645
644
  {
646
645
  "variant": "default",
@@ -648,18 +647,19 @@
648
647
  "label": "Normal"
649
648
  }
650
649
  ],
650
+ "align": "center",
651
651
  "direction": "horizontal"
652
652
  },
653
653
  {
654
654
  "type": "divider"
655
655
  },
656
656
  {
657
- "max": "@entity.max",
657
+ "type": "progress-bar",
658
658
  "value": "@entity.current",
659
- "type": "progress-bar"
659
+ "max": "@entity.max"
660
660
  },
661
661
  {
662
- "type": "stack",
662
+ "gap": "md",
663
663
  "children": [
664
664
  {
665
665
  "type": "stat-display",
@@ -667,20 +667,20 @@
667
667
  "value": "@entity.current"
668
668
  },
669
669
  {
670
- "type": "stat-display",
671
670
  "value": "@entity.max",
671
+ "type": "stat-display",
672
672
  "label": "Max Tokens"
673
673
  }
674
674
  ],
675
675
  "direction": "horizontal",
676
- "gap": "md"
676
+ "type": "stack"
677
677
  },
678
678
  {
679
- "action": "RESET",
680
- "label": "Reset",
681
679
  "type": "button",
680
+ "label": "Reset",
682
681
  "variant": "ghost",
683
- "icon": "rotate-ccw"
682
+ "icon": "rotate-ccw",
683
+ "action": "RESET"
684
684
  }
685
685
  ]
686
686
  }
@@ -701,30 +701,28 @@
701
701
  "render-ui",
702
702
  "main",
703
703
  {
704
- "direction": "vertical",
705
- "gap": "lg",
706
704
  "children": [
707
705
  {
708
- "gap": "sm",
706
+ "type": "stack",
709
707
  "direction": "horizontal",
708
+ "align": "center",
709
+ "gap": "sm",
710
710
  "children": [
711
711
  {
712
712
  "type": "icon",
713
713
  "name": "gauge"
714
714
  },
715
715
  {
716
- "content": "Token Usage",
716
+ "variant": "h2",
717
717
  "type": "typography",
718
- "variant": "h2"
718
+ "content": "Token Usage"
719
719
  },
720
720
  {
721
- "type": "badge",
722
721
  "label": "Normal",
723
- "variant": "default"
722
+ "variant": "default",
723
+ "type": "badge"
724
724
  }
725
- ],
726
- "type": "stack",
727
- "align": "center"
725
+ ]
728
726
  },
729
727
  {
730
728
  "type": "divider"
@@ -735,31 +733,33 @@
735
733
  "value": "@entity.current"
736
734
  },
737
735
  {
738
- "gap": "md",
739
- "type": "stack",
740
- "direction": "horizontal",
741
736
  "children": [
742
737
  {
743
- "type": "stat-display",
738
+ "label": "Tokens Used",
744
739
  "value": "@entity.current",
745
- "label": "Tokens Used"
740
+ "type": "stat-display"
746
741
  },
747
742
  {
748
743
  "value": "@entity.max",
749
- "type": "stat-display",
750
- "label": "Max Tokens"
744
+ "label": "Max Tokens",
745
+ "type": "stat-display"
751
746
  }
752
- ]
747
+ ],
748
+ "gap": "md",
749
+ "type": "stack",
750
+ "direction": "horizontal"
753
751
  },
754
752
  {
755
- "action": "RESET",
753
+ "type": "button",
756
754
  "label": "Reset",
757
755
  "variant": "ghost",
758
- "icon": "rotate-ccw",
759
- "type": "button"
756
+ "action": "RESET",
757
+ "icon": "rotate-ccw"
760
758
  }
761
759
  ],
762
- "type": "stack"
760
+ "type": "stack",
761
+ "direction": "vertical",
762
+ "gap": "lg"
763
763
  }
764
764
  ]
765
765
  ]
@@ -799,31 +799,31 @@
799
799
  "render-ui",
800
800
  "main",
801
801
  {
802
+ "gap": "lg",
802
803
  "direction": "vertical",
803
804
  "type": "stack",
804
- "gap": "lg",
805
805
  "children": [
806
806
  {
807
+ "direction": "horizontal",
807
808
  "children": [
808
809
  {
809
- "name": "alert-triangle",
810
- "type": "icon"
810
+ "type": "icon",
811
+ "name": "alert-triangle"
811
812
  },
812
813
  {
813
814
  "type": "typography",
814
- "variant": "h2",
815
- "content": "Token Usage"
815
+ "content": "Token Usage",
816
+ "variant": "h2"
816
817
  },
817
818
  {
819
+ "variant": "warning",
818
820
  "type": "badge",
819
- "label": "Warning",
820
- "variant": "warning"
821
+ "label": "Warning"
821
822
  }
822
823
  ],
823
- "type": "stack",
824
+ "align": "center",
824
825
  "gap": "sm",
825
- "direction": "horizontal",
826
- "align": "center"
826
+ "type": "stack"
827
827
  },
828
828
  {
829
829
  "type": "divider"
@@ -834,47 +834,47 @@
834
834
  "variant": "warning"
835
835
  },
836
836
  {
837
- "max": "@entity.max",
838
837
  "type": "progress-bar",
838
+ "max": "@entity.max",
839
839
  "value": "@entity.current"
840
840
  },
841
841
  {
842
842
  "type": "stack",
843
843
  "direction": "horizontal",
844
- "gap": "md",
845
844
  "children": [
846
845
  {
847
- "type": "stat-display",
846
+ "value": "@entity.current",
848
847
  "label": "Tokens Used",
849
- "value": "@entity.current"
848
+ "type": "stat-display"
850
849
  },
851
850
  {
851
+ "value": "@entity.max",
852
852
  "type": "stat-display",
853
- "label": "Max Tokens",
854
- "value": "@entity.max"
853
+ "label": "Max Tokens"
855
854
  }
856
- ]
855
+ ],
856
+ "gap": "md"
857
857
  },
858
858
  {
859
- "gap": "sm",
860
859
  "direction": "horizontal",
861
860
  "children": [
862
861
  {
863
- "variant": "primary",
862
+ "icon": "minimize-2",
864
863
  "action": "COMPACT",
864
+ "variant": "primary",
865
865
  "label": "Compact",
866
- "type": "button",
867
- "icon": "minimize-2"
866
+ "type": "button"
868
867
  },
869
868
  {
870
869
  "type": "button",
871
- "icon": "rotate-ccw",
872
- "action": "RESET",
873
870
  "variant": "ghost",
874
- "label": "Reset"
871
+ "label": "Reset",
872
+ "icon": "rotate-ccw",
873
+ "action": "RESET"
875
874
  }
876
875
  ],
877
- "type": "stack"
876
+ "type": "stack",
877
+ "gap": "sm"
878
878
  }
879
879
  ]
880
880
  }
@@ -904,14 +904,14 @@
904
904
  "render-ui",
905
905
  "main",
906
906
  {
907
+ "gap": "lg",
908
+ "type": "stack",
907
909
  "children": [
908
910
  {
909
- "type": "stack",
910
- "gap": "sm",
911
911
  "children": [
912
912
  {
913
- "name": "alert-octagon",
914
- "type": "icon"
913
+ "type": "icon",
914
+ "name": "alert-octagon"
915
915
  },
916
916
  {
917
917
  "variant": "h2",
@@ -919,69 +919,69 @@
919
919
  "content": "Token Usage"
920
920
  },
921
921
  {
922
+ "variant": "danger",
922
923
  "label": "Critical",
923
- "type": "badge",
924
- "variant": "danger"
924
+ "type": "badge"
925
925
  }
926
926
  ],
927
+ "direction": "horizontal",
928
+ "gap": "sm",
927
929
  "align": "center",
928
- "direction": "horizontal"
930
+ "type": "stack"
929
931
  },
930
932
  {
931
933
  "type": "divider"
932
934
  },
933
935
  {
936
+ "message": "Token usage critical. Compact immediately to avoid truncation.",
934
937
  "variant": "error",
935
- "type": "alert",
936
- "message": "Token usage critical. Compact immediately to avoid truncation."
938
+ "type": "alert"
937
939
  },
938
940
  {
939
941
  "value": "@entity.current",
940
- "max": "@entity.max",
941
- "type": "progress-bar"
942
+ "type": "progress-bar",
943
+ "max": "@entity.max"
942
944
  },
943
945
  {
946
+ "type": "stack",
947
+ "gap": "md",
944
948
  "children": [
945
949
  {
946
- "label": "Tokens Used",
947
950
  "type": "stat-display",
951
+ "label": "Tokens Used",
948
952
  "value": "@entity.current"
949
953
  },
950
954
  {
955
+ "label": "Max Tokens",
951
956
  "value": "@entity.max",
952
- "type": "stat-display",
953
- "label": "Max Tokens"
957
+ "type": "stat-display"
954
958
  }
955
959
  ],
956
- "type": "stack",
957
- "direction": "horizontal",
958
- "gap": "md"
960
+ "direction": "horizontal"
959
961
  },
960
962
  {
961
963
  "type": "stack",
964
+ "gap": "sm",
965
+ "direction": "horizontal",
962
966
  "children": [
963
967
  {
964
- "label": "Compact Now",
968
+ "icon": "minimize-2",
965
969
  "variant": "primary",
966
970
  "action": "COMPACT",
967
971
  "type": "button",
968
- "icon": "minimize-2"
972
+ "label": "Compact Now"
969
973
  },
970
974
  {
971
- "type": "button",
972
975
  "label": "Reset",
976
+ "type": "button",
973
977
  "action": "RESET",
974
978
  "variant": "ghost",
975
979
  "icon": "rotate-ccw"
976
980
  }
977
- ],
978
- "direction": "horizontal",
979
- "gap": "sm"
981
+ ]
980
982
  }
981
983
  ],
982
- "gap": "lg",
983
- "direction": "vertical",
984
- "type": "stack"
984
+ "direction": "vertical"
985
985
  }
986
986
  ]
987
987
  ]
@@ -1009,43 +1009,40 @@
1009
1009
  "render-ui",
1010
1010
  "main",
1011
1011
  {
1012
- "direction": "vertical",
1013
- "type": "stack",
1012
+ "gap": "lg",
1014
1013
  "children": [
1015
1014
  {
1016
1015
  "gap": "sm",
1016
+ "direction": "horizontal",
1017
+ "type": "stack",
1017
1018
  "align": "center",
1018
1019
  "children": [
1019
1020
  {
1020
- "type": "icon",
1021
- "name": "gauge"
1021
+ "name": "gauge",
1022
+ "type": "icon"
1022
1023
  },
1023
1024
  {
1024
- "type": "typography",
1025
1025
  "content": "Token Usage",
1026
+ "type": "typography",
1026
1027
  "variant": "h2"
1027
1028
  },
1028
1029
  {
1030
+ "label": "Normal",
1029
1031
  "variant": "default",
1030
- "type": "badge",
1031
- "label": "Normal"
1032
+ "type": "badge"
1032
1033
  }
1033
- ],
1034
- "direction": "horizontal",
1035
- "type": "stack"
1034
+ ]
1036
1035
  },
1037
1036
  {
1038
1037
  "type": "divider"
1039
1038
  },
1040
1039
  {
1040
+ "max": "@entity.max",
1041
1041
  "type": "progress-bar",
1042
- "value": "@entity.current",
1043
- "max": "@entity.max"
1042
+ "value": "@entity.current"
1044
1043
  },
1045
1044
  {
1046
1045
  "gap": "md",
1047
- "type": "stack",
1048
- "direction": "horizontal",
1049
1046
  "children": [
1050
1047
  {
1051
1048
  "type": "stat-display",
@@ -1053,21 +1050,24 @@
1053
1050
  "value": "@entity.current"
1054
1051
  },
1055
1052
  {
1056
- "value": "@entity.max",
1057
1053
  "type": "stat-display",
1058
- "label": "Max Tokens"
1054
+ "label": "Max Tokens",
1055
+ "value": "@entity.max"
1059
1056
  }
1060
- ]
1057
+ ],
1058
+ "type": "stack",
1059
+ "direction": "horizontal"
1061
1060
  },
1062
1061
  {
1063
- "icon": "rotate-ccw",
1064
1062
  "label": "Reset",
1065
- "variant": "ghost",
1066
1063
  "action": "RESET",
1067
- "type": "button"
1064
+ "variant": "ghost",
1065
+ "type": "button",
1066
+ "icon": "rotate-ccw"
1068
1067
  }
1069
1068
  ],
1070
- "gap": "lg"
1069
+ "direction": "vertical",
1070
+ "type": "stack"
1071
1071
  }
1072
1072
  ]
1073
1073
  ]
@@ -1093,64 +1093,64 @@
1093
1093
  "main",
1094
1094
  {
1095
1095
  "direction": "vertical",
1096
- "gap": "lg",
1097
- "type": "stack",
1098
1096
  "children": [
1099
1097
  {
1100
1098
  "type": "stack",
1099
+ "gap": "sm",
1100
+ "align": "center",
1101
1101
  "children": [
1102
1102
  {
1103
1103
  "type": "icon",
1104
1104
  "name": "gauge"
1105
1105
  },
1106
1106
  {
1107
+ "type": "typography",
1107
1108
  "content": "Token Usage",
1108
- "variant": "h2",
1109
- "type": "typography"
1109
+ "variant": "h2"
1110
1110
  },
1111
1111
  {
1112
- "type": "badge",
1112
+ "variant": "default",
1113
1113
  "label": "Normal",
1114
- "variant": "default"
1114
+ "type": "badge"
1115
1115
  }
1116
1116
  ],
1117
- "direction": "horizontal",
1118
- "gap": "sm",
1119
- "align": "center"
1117
+ "direction": "horizontal"
1120
1118
  },
1121
1119
  {
1122
1120
  "type": "divider"
1123
1121
  },
1124
1122
  {
1125
1123
  "value": "@entity.current",
1126
- "max": "@entity.max",
1127
- "type": "progress-bar"
1124
+ "type": "progress-bar",
1125
+ "max": "@entity.max"
1128
1126
  },
1129
1127
  {
1128
+ "direction": "horizontal",
1130
1129
  "children": [
1131
1130
  {
1132
1131
  "value": "@entity.current",
1133
- "type": "stat-display",
1134
- "label": "Tokens Used"
1132
+ "label": "Tokens Used",
1133
+ "type": "stat-display"
1135
1134
  },
1136
1135
  {
1136
+ "type": "stat-display",
1137
1137
  "label": "Max Tokens",
1138
- "value": "@entity.max",
1139
- "type": "stat-display"
1138
+ "value": "@entity.max"
1140
1139
  }
1141
1140
  ],
1142
- "direction": "horizontal",
1143
- "gap": "md",
1144
- "type": "stack"
1141
+ "type": "stack",
1142
+ "gap": "md"
1145
1143
  },
1146
1144
  {
1147
- "type": "button",
1148
1145
  "label": "Reset",
1149
1146
  "icon": "rotate-ccw",
1150
1147
  "action": "RESET",
1148
+ "type": "button",
1151
1149
  "variant": "ghost"
1152
1150
  }
1153
- ]
1151
+ ],
1152
+ "gap": "lg",
1153
+ "type": "stack"
1154
1154
  }
1155
1155
  ]
1156
1156
  ]
@@ -1169,10 +1169,12 @@
1169
1169
  "render-ui",
1170
1170
  "main",
1171
1171
  {
1172
- "type": "stack",
1173
1172
  "children": [
1174
1173
  {
1175
1174
  "type": "stack",
1175
+ "align": "center",
1176
+ "gap": "sm",
1177
+ "direction": "horizontal",
1176
1178
  "children": [
1177
1179
  {
1178
1180
  "type": "icon",
@@ -1180,52 +1182,50 @@
1180
1182
  },
1181
1183
  {
1182
1184
  "content": "Token Usage",
1183
- "type": "typography",
1184
- "variant": "h2"
1185
+ "variant": "h2",
1186
+ "type": "typography"
1185
1187
  },
1186
1188
  {
1187
1189
  "type": "badge",
1188
1190
  "label": "Normal",
1189
1191
  "variant": "default"
1190
1192
  }
1191
- ],
1192
- "direction": "horizontal",
1193
- "gap": "sm",
1194
- "align": "center"
1193
+ ]
1195
1194
  },
1196
1195
  {
1197
1196
  "type": "divider"
1198
1197
  },
1199
1198
  {
1200
- "type": "progress-bar",
1201
1199
  "value": "@entity.current",
1200
+ "type": "progress-bar",
1202
1201
  "max": "@entity.max"
1203
1202
  },
1204
1203
  {
1205
- "direction": "horizontal",
1204
+ "type": "stack",
1206
1205
  "children": [
1207
1206
  {
1208
- "value": "@entity.current",
1209
1207
  "type": "stat-display",
1210
- "label": "Tokens Used"
1208
+ "label": "Tokens Used",
1209
+ "value": "@entity.current"
1211
1210
  },
1212
1211
  {
1213
- "type": "stat-display",
1214
1212
  "value": "@entity.max",
1213
+ "type": "stat-display",
1215
1214
  "label": "Max Tokens"
1216
1215
  }
1217
1216
  ],
1218
- "type": "stack",
1219
- "gap": "md"
1217
+ "gap": "md",
1218
+ "direction": "horizontal"
1220
1219
  },
1221
1220
  {
1222
- "variant": "ghost",
1223
- "icon": "rotate-ccw",
1224
- "action": "RESET",
1225
1221
  "type": "button",
1226
- "label": "Reset"
1222
+ "label": "Reset",
1223
+ "action": "RESET",
1224
+ "variant": "ghost",
1225
+ "icon": "rotate-ccw"
1227
1226
  }
1228
1227
  ],
1228
+ "type": "stack",
1229
1229
  "direction": "vertical",
1230
1230
  "gap": "lg"
1231
1231
  }
@@ -1255,44 +1255,47 @@
1255
1255
  "render-ui",
1256
1256
  "main",
1257
1257
  {
1258
+ "type": "stack",
1259
+ "direction": "vertical",
1260
+ "gap": "lg",
1258
1261
  "children": [
1259
1262
  {
1260
- "align": "center",
1261
1263
  "type": "stack",
1262
- "direction": "horizontal",
1264
+ "align": "center",
1263
1265
  "children": [
1264
1266
  {
1265
1267
  "type": "icon",
1266
1268
  "name": "alert-octagon"
1267
1269
  },
1268
1270
  {
1269
- "type": "typography",
1270
1271
  "content": "Token Usage",
1271
- "variant": "h2"
1272
+ "variant": "h2",
1273
+ "type": "typography"
1272
1274
  },
1273
1275
  {
1274
- "type": "badge",
1275
1276
  "label": "Critical",
1276
- "variant": "danger"
1277
+ "variant": "danger",
1278
+ "type": "badge"
1277
1279
  }
1278
1280
  ],
1279
- "gap": "sm"
1281
+ "gap": "sm",
1282
+ "direction": "horizontal"
1280
1283
  },
1281
1284
  {
1282
1285
  "type": "divider"
1283
1286
  },
1284
1287
  {
1285
- "type": "alert",
1286
1288
  "variant": "error",
1289
+ "type": "alert",
1287
1290
  "message": "Token usage critical. Compact immediately to avoid truncation."
1288
1291
  },
1289
1292
  {
1290
- "max": "@entity.max",
1293
+ "value": "@entity.current",
1291
1294
  "type": "progress-bar",
1292
- "value": "@entity.current"
1295
+ "max": "@entity.max"
1293
1296
  },
1294
1297
  {
1295
- "type": "stack",
1298
+ "direction": "horizontal",
1296
1299
  "children": [
1297
1300
  {
1298
1301
  "label": "Tokens Used",
@@ -1305,34 +1308,31 @@
1305
1308
  "type": "stat-display"
1306
1309
  }
1307
1310
  ],
1308
- "direction": "horizontal",
1311
+ "type": "stack",
1309
1312
  "gap": "md"
1310
1313
  },
1311
1314
  {
1312
- "gap": "sm",
1313
1315
  "type": "stack",
1316
+ "gap": "sm",
1314
1317
  "direction": "horizontal",
1315
1318
  "children": [
1316
1319
  {
1317
- "action": "COMPACT",
1318
- "icon": "minimize-2",
1319
1320
  "type": "button",
1320
1321
  "variant": "primary",
1321
- "label": "Compact Now"
1322
+ "action": "COMPACT",
1323
+ "label": "Compact Now",
1324
+ "icon": "minimize-2"
1322
1325
  },
1323
1326
  {
1324
- "label": "Reset",
1325
- "variant": "ghost",
1327
+ "type": "button",
1326
1328
  "action": "RESET",
1329
+ "label": "Reset",
1327
1330
  "icon": "rotate-ccw",
1328
- "type": "button"
1331
+ "variant": "ghost"
1329
1332
  }
1330
1333
  ]
1331
1334
  }
1332
- ],
1333
- "direction": "vertical",
1334
- "gap": "lg",
1335
- "type": "stack"
1335
+ ]
1336
1336
  }
1337
1337
  ]
1338
1338
  ]
@@ -1372,25 +1372,27 @@
1372
1372
  "render-ui",
1373
1373
  "main",
1374
1374
  {
1375
+ "direction": "vertical",
1376
+ "gap": "lg",
1375
1377
  "children": [
1376
1378
  {
1377
1379
  "direction": "horizontal",
1380
+ "gap": "sm",
1378
1381
  "type": "stack",
1379
1382
  "align": "center",
1380
- "gap": "sm",
1381
1383
  "children": [
1382
1384
  {
1383
- "type": "icon",
1384
- "name": "alert-triangle"
1385
+ "name": "alert-triangle",
1386
+ "type": "icon"
1385
1387
  },
1386
1388
  {
1387
1389
  "content": "Token Usage",
1388
- "variant": "h2",
1389
- "type": "typography"
1390
+ "type": "typography",
1391
+ "variant": "h2"
1390
1392
  },
1391
1393
  {
1392
- "label": "Warning",
1393
1394
  "type": "badge",
1395
+ "label": "Warning",
1394
1396
  "variant": "warning"
1395
1397
  }
1396
1398
  ]
@@ -1399,57 +1401,55 @@
1399
1401
  "type": "divider"
1400
1402
  },
1401
1403
  {
1402
- "type": "alert",
1403
1404
  "message": "Token usage approaching limit. Consider compacting.",
1405
+ "type": "alert",
1404
1406
  "variant": "warning"
1405
1407
  },
1406
1408
  {
1407
1409
  "max": "@entity.max",
1408
- "value": "@entity.current",
1409
- "type": "progress-bar"
1410
+ "type": "progress-bar",
1411
+ "value": "@entity.current"
1410
1412
  },
1411
1413
  {
1412
1414
  "gap": "md",
1413
1415
  "type": "stack",
1416
+ "direction": "horizontal",
1414
1417
  "children": [
1415
1418
  {
1416
- "type": "stat-display",
1417
1419
  "label": "Tokens Used",
1418
- "value": "@entity.current"
1420
+ "value": "@entity.current",
1421
+ "type": "stat-display"
1419
1422
  },
1420
1423
  {
1424
+ "label": "Max Tokens",
1421
1425
  "type": "stat-display",
1422
- "value": "@entity.max",
1423
- "label": "Max Tokens"
1426
+ "value": "@entity.max"
1424
1427
  }
1425
- ],
1426
- "direction": "horizontal"
1428
+ ]
1427
1429
  },
1428
1430
  {
1429
- "type": "stack",
1431
+ "direction": "horizontal",
1432
+ "gap": "sm",
1430
1433
  "children": [
1431
1434
  {
1435
+ "type": "button",
1432
1436
  "icon": "minimize-2",
1433
1437
  "label": "Compact",
1434
- "variant": "primary",
1435
- "type": "button",
1436
- "action": "COMPACT"
1438
+ "action": "COMPACT",
1439
+ "variant": "primary"
1437
1440
  },
1438
1441
  {
1442
+ "variant": "ghost",
1439
1443
  "icon": "rotate-ccw",
1440
- "type": "button",
1441
1444
  "label": "Reset",
1442
1445
  "action": "RESET",
1443
- "variant": "ghost"
1446
+ "type": "button"
1444
1447
  }
1445
1448
  ],
1446
- "direction": "horizontal",
1447
- "gap": "sm"
1449
+ "type": "stack"
1448
1450
  }
1449
1451
  ],
1450
- "type": "stack",
1451
- "direction": "vertical",
1452
- "gap": "lg"
1452
+ "type": "stack"
1453
1453
  }
1454
1454
  ]
1455
1455
  ]
@@ -1477,63 +1477,63 @@
1477
1477
  "render-ui",
1478
1478
  "main",
1479
1479
  {
1480
- "type": "stack",
1481
1480
  "direction": "vertical",
1482
1481
  "gap": "lg",
1482
+ "type": "stack",
1483
1483
  "children": [
1484
1484
  {
1485
- "direction": "horizontal",
1486
1485
  "gap": "sm",
1487
1486
  "type": "stack",
1488
1487
  "align": "center",
1489
1488
  "children": [
1490
1489
  {
1491
- "name": "gauge",
1492
- "type": "icon"
1490
+ "type": "icon",
1491
+ "name": "gauge"
1493
1492
  },
1494
1493
  {
1494
+ "type": "typography",
1495
1495
  "content": "Token Usage",
1496
- "variant": "h2",
1497
- "type": "typography"
1496
+ "variant": "h2"
1498
1497
  },
1499
1498
  {
1500
- "label": "Normal",
1501
1499
  "type": "badge",
1502
- "variant": "default"
1500
+ "variant": "default",
1501
+ "label": "Normal"
1503
1502
  }
1504
- ]
1503
+ ],
1504
+ "direction": "horizontal"
1505
1505
  },
1506
1506
  {
1507
1507
  "type": "divider"
1508
1508
  },
1509
1509
  {
1510
- "value": "@entity.current",
1511
1510
  "max": "@entity.max",
1512
- "type": "progress-bar"
1511
+ "type": "progress-bar",
1512
+ "value": "@entity.current"
1513
1513
  },
1514
1514
  {
1515
1515
  "direction": "horizontal",
1516
- "type": "stack",
1517
- "gap": "md",
1518
1516
  "children": [
1519
1517
  {
1520
- "label": "Tokens Used",
1518
+ "type": "stat-display",
1521
1519
  "value": "@entity.current",
1522
- "type": "stat-display"
1520
+ "label": "Tokens Used"
1523
1521
  },
1524
1522
  {
1525
1523
  "type": "stat-display",
1526
- "label": "Max Tokens",
1527
- "value": "@entity.max"
1524
+ "value": "@entity.max",
1525
+ "label": "Max Tokens"
1528
1526
  }
1529
- ]
1527
+ ],
1528
+ "type": "stack",
1529
+ "gap": "md"
1530
1530
  },
1531
1531
  {
1532
- "action": "RESET",
1533
1532
  "variant": "ghost",
1534
- "icon": "rotate-ccw",
1533
+ "action": "RESET",
1534
+ "label": "Reset",
1535
1535
  "type": "button",
1536
- "label": "Reset"
1536
+ "icon": "rotate-ccw"
1537
1537
  }
1538
1538
  ]
1539
1539
  }
@@ -1560,63 +1560,63 @@
1560
1560
  "render-ui",
1561
1561
  "main",
1562
1562
  {
1563
- "type": "stack",
1564
1563
  "children": [
1565
1564
  {
1566
- "type": "stack",
1567
- "gap": "sm",
1568
1565
  "align": "center",
1569
- "direction": "horizontal",
1570
1566
  "children": [
1571
1567
  {
1572
- "type": "icon",
1573
- "name": "gauge"
1568
+ "name": "gauge",
1569
+ "type": "icon"
1574
1570
  },
1575
1571
  {
1576
1572
  "type": "typography",
1577
- "content": "Token Usage",
1578
- "variant": "h2"
1573
+ "variant": "h2",
1574
+ "content": "Token Usage"
1579
1575
  },
1580
1576
  {
1581
1577
  "label": "Normal",
1582
- "variant": "default",
1583
- "type": "badge"
1578
+ "type": "badge",
1579
+ "variant": "default"
1584
1580
  }
1585
- ]
1581
+ ],
1582
+ "type": "stack",
1583
+ "gap": "sm",
1584
+ "direction": "horizontal"
1586
1585
  },
1587
1586
  {
1588
1587
  "type": "divider"
1589
1588
  },
1590
1589
  {
1591
- "max": "@entity.max",
1592
1590
  "type": "progress-bar",
1593
- "value": "@entity.current"
1591
+ "value": "@entity.current",
1592
+ "max": "@entity.max"
1594
1593
  },
1595
1594
  {
1596
- "direction": "horizontal",
1597
1595
  "type": "stack",
1598
1596
  "gap": "md",
1597
+ "direction": "horizontal",
1599
1598
  "children": [
1600
1599
  {
1601
- "type": "stat-display",
1600
+ "value": "@entity.current",
1602
1601
  "label": "Tokens Used",
1603
- "value": "@entity.current"
1602
+ "type": "stat-display"
1604
1603
  },
1605
1604
  {
1606
1605
  "label": "Max Tokens",
1607
- "type": "stat-display",
1608
- "value": "@entity.max"
1606
+ "value": "@entity.max",
1607
+ "type": "stat-display"
1609
1608
  }
1610
1609
  ]
1611
1610
  },
1612
1611
  {
1613
1612
  "variant": "ghost",
1613
+ "action": "RESET",
1614
1614
  "icon": "rotate-ccw",
1615
1615
  "type": "button",
1616
- "action": "RESET",
1617
1616
  "label": "Reset"
1618
1617
  }
1619
1618
  ],
1619
+ "type": "stack",
1620
1620
  "direction": "vertical",
1621
1621
  "gap": "lg"
1622
1622
  }
@@ -1637,11 +1637,9 @@
1637
1637
  "render-ui",
1638
1638
  "main",
1639
1639
  {
1640
+ "gap": "lg",
1640
1641
  "children": [
1641
1642
  {
1642
- "align": "center",
1643
- "gap": "sm",
1644
- "direction": "horizontal",
1645
1643
  "type": "stack",
1646
1644
  "children": [
1647
1645
  {
@@ -1654,27 +1652,30 @@
1654
1652
  "content": "Token Usage"
1655
1653
  },
1656
1654
  {
1657
- "variant": "default",
1658
1655
  "label": "Normal",
1659
- "type": "badge"
1656
+ "type": "badge",
1657
+ "variant": "default"
1660
1658
  }
1661
- ]
1659
+ ],
1660
+ "gap": "sm",
1661
+ "direction": "horizontal",
1662
+ "align": "center"
1662
1663
  },
1663
1664
  {
1664
1665
  "type": "divider"
1665
1666
  },
1666
1667
  {
1667
- "value": "@entity.current",
1668
+ "max": "@entity.max",
1668
1669
  "type": "progress-bar",
1669
- "max": "@entity.max"
1670
+ "value": "@entity.current"
1670
1671
  },
1671
1672
  {
1672
- "direction": "horizontal",
1673
+ "gap": "md",
1673
1674
  "children": [
1674
1675
  {
1676
+ "type": "stat-display",
1675
1677
  "label": "Tokens Used",
1676
- "value": "@entity.current",
1677
- "type": "stat-display"
1678
+ "value": "@entity.current"
1678
1679
  },
1679
1680
  {
1680
1681
  "type": "stat-display",
@@ -1682,20 +1683,19 @@
1682
1683
  "label": "Max Tokens"
1683
1684
  }
1684
1685
  ],
1685
- "gap": "md",
1686
- "type": "stack"
1686
+ "type": "stack",
1687
+ "direction": "horizontal"
1687
1688
  },
1688
1689
  {
1689
- "action": "RESET",
1690
1690
  "label": "Reset",
1691
1691
  "type": "button",
1692
- "variant": "ghost",
1693
- "icon": "rotate-ccw"
1692
+ "icon": "rotate-ccw",
1693
+ "action": "RESET",
1694
+ "variant": "ghost"
1694
1695
  }
1695
1696
  ],
1696
1697
  "direction": "vertical",
1697
- "type": "stack",
1698
- "gap": "lg"
1698
+ "type": "stack"
1699
1699
  }
1700
1700
  ]
1701
1701
  ]