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