@almadar/std 14.24.0 → 14.25.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 (411) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
  25. package/behaviors/registry/app/atoms/std-applicant.orb +43 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
  30. package/behaviors/registry/app/atoms/std-checkin.orb +57 -57
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
  33. package/behaviors/registry/app/atoms/std-class-session.orb +104 -47
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
  37. package/behaviors/registry/app/atoms/std-donor.orb +107 -34
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +98 -86
  40. package/behaviors/registry/app/atoms/std-dunning.orb +181 -45
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +285 -75
  44. package/behaviors/registry/app/atoms/std-help-article.orb +217 -75
  45. package/behaviors/registry/app/atoms/std-help-category.orb +129 -88
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
  47. package/behaviors/registry/app/atoms/std-invoice.orb +130 -112
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
  49. package/behaviors/registry/app/atoms/std-lease.orb +172 -44
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
  52. package/behaviors/registry/app/atoms/std-matter.orb +265 -46
  53. package/behaviors/registry/app/atoms/std-membership.orb +116 -58
  54. package/behaviors/registry/app/atoms/std-menu.orb +55 -55
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
  60. package/behaviors/registry/app/atoms/std-receipt.orb +42 -42
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
  66. package/behaviors/registry/app/atoms/std-rfi.orb +175 -120
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
  68. package/behaviors/registry/app/atoms/std-segment.orb +90 -39
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
  70. package/behaviors/registry/app/atoms/std-submittal.orb +245 -106
  71. package/behaviors/registry/app/atoms/std-table-map.orb +41 -41
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
  75. package/behaviors/registry/app/atoms/std-tenant.orb +88 -38
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
  79. package/behaviors/registry/app/atoms/std-trial.orb +137 -61
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
  83. package/behaviors/registry/app/atoms/std-work-order.orb +50 -50
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
  85. package/behaviors/registry/app/molecules/std-application.orb +137 -137
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
  87. package/behaviors/registry/app/molecules/std-cart.orb +51 -51
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
  92. package/behaviors/registry/app/organisms/std-accounting.orb +103 -103
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
  97. package/behaviors/registry/app/organisms/std-cms.orb +252 -252
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
  100. package/behaviors/registry/app/organisms/std-crm.orb +274 -274
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
  106. package/behaviors/registry/app/organisms/std-field-service.orb +171 -171
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
  110. package/behaviors/registry/app/organisms/std-forum.orb +142 -142
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
  114. package/behaviors/registry/app/organisms/std-inventory.orb +899 -97
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
  117. package/behaviors/registry/app/organisms/std-listings.orb +151 -151
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
  122. package/behaviors/registry/app/organisms/std-notes.orb +289 -78
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
  131. package/behaviors/registry/app/organisms/std-survey.orb +138 -138
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
  134. package/behaviors/registry/app/organisms/std-wiki.orb +130 -130
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +60 -60
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
  139. package/behaviors/registry/core/atoms/std-calendar.orb +53 -53
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
  142. package/behaviors/registry/core/atoms/std-display.orb +3 -3
  143. package/behaviors/registry/core/atoms/std-drawer.orb +13 -13
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
  145. package/behaviors/registry/core/atoms/std-file-store.orb +171 -36
  146. package/behaviors/registry/core/atoms/std-filter.orb +9 -9
  147. package/behaviors/registry/core/atoms/std-flag.orb +87 -87
  148. package/behaviors/registry/core/atoms/std-gallery.orb +44 -44
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
  150. package/behaviors/registry/core/atoms/std-graphs.orb +34 -34
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
  153. package/behaviors/registry/core/atoms/std-modal.orb +17 -17
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
  155. package/behaviors/registry/core/atoms/std-pagination.orb +12 -12
  156. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
  162. package/behaviors/registry/core/atoms/std-search.orb +5 -5
  163. package/behaviors/registry/core/atoms/std-selection.orb +106 -106
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
  165. package/behaviors/registry/core/atoms/std-stats.orb +140 -140
  166. package/behaviors/registry/core/atoms/std-tabs.orb +34 -34
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
  168. package/behaviors/registry/core/atoms/std-thread.orb +50 -50
  169. package/behaviors/registry/core/atoms/std-version-history.orb +70 -70
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
  177. package/behaviors/registry/core/molecules/std-list.orb +55 -55
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
  183. package/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
  184. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
  185. package/behaviors/registry/game/atoms/std-overworld.orb +62 -62
  186. package/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
  187. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  188. package/behaviors/registry/game/atoms/std-timer.orb +292 -292
  189. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
  190. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
  191. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
  192. package/behaviors/registry/service/atoms/std-service-email.orb +60 -60
  193. package/behaviors/registry/service/atoms/std-service-github.orb +61 -61
  194. package/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
  195. package/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
  196. package/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
  197. package/behaviors/registry/service/atoms/std-service-print.orb +113 -113
  198. package/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
  199. package/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
  200. package/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
  201. package/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
  202. package/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
  203. package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
  204. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
  205. package/dist/behaviors/behaviors-registry.json +4 -684
  206. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
  207. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
  208. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
  209. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  210. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
  211. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
  212. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
  213. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
  214. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
  215. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
  216. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
  217. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
  218. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
  219. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
  220. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
  221. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
  222. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  223. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
  224. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
  225. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
  226. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
  227. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
  228. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
  229. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
  230. package/dist/behaviors/registry/app/atoms/std-applicant.orb +43 -43
  231. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
  232. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
  233. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  234. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
  235. package/dist/behaviors/registry/app/atoms/std-checkin.orb +57 -57
  236. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
  237. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
  238. package/dist/behaviors/registry/app/atoms/std-class-session.orb +104 -47
  239. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
  240. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
  241. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
  242. package/dist/behaviors/registry/app/atoms/std-donor.orb +107 -34
  243. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  244. package/dist/behaviors/registry/app/atoms/std-driver.orb +98 -86
  245. package/dist/behaviors/registry/app/atoms/std-dunning.orb +181 -45
  246. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
  247. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  248. package/dist/behaviors/registry/app/atoms/std-health-score.orb +285 -75
  249. package/dist/behaviors/registry/app/atoms/std-help-article.orb +217 -75
  250. package/dist/behaviors/registry/app/atoms/std-help-category.orb +129 -88
  251. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
  252. package/dist/behaviors/registry/app/atoms/std-invoice.orb +130 -112
  253. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
  254. package/dist/behaviors/registry/app/atoms/std-lease.orb +172 -44
  255. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
  256. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
  257. package/dist/behaviors/registry/app/atoms/std-matter.orb +265 -46
  258. package/dist/behaviors/registry/app/atoms/std-membership.orb +116 -58
  259. package/dist/behaviors/registry/app/atoms/std-menu.orb +55 -55
  260. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
  261. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
  262. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
  263. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
  264. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-receipt.orb +42 -42
  266. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
  267. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
  268. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
  269. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
  270. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
  271. package/dist/behaviors/registry/app/atoms/std-rfi.orb +175 -120
  272. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
  273. package/dist/behaviors/registry/app/atoms/std-segment.orb +90 -39
  274. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
  275. package/dist/behaviors/registry/app/atoms/std-submittal.orb +245 -106
  276. package/dist/behaviors/registry/app/atoms/std-table-map.orb +41 -41
  277. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
  278. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
  279. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
  280. package/dist/behaviors/registry/app/atoms/std-tenant.orb +88 -38
  281. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
  282. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
  283. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
  284. package/dist/behaviors/registry/app/atoms/std-trial.orb +137 -61
  285. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
  286. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
  287. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
  288. package/dist/behaviors/registry/app/atoms/std-work-order.orb +50 -50
  289. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
  290. package/dist/behaviors/registry/app/molecules/std-application.orb +137 -137
  291. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
  292. package/dist/behaviors/registry/app/molecules/std-cart.orb +51 -51
  293. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
  294. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
  295. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
  296. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
  297. package/dist/behaviors/registry/app/organisms/std-accounting.orb +103 -103
  298. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
  299. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
  300. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
  301. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
  302. package/dist/behaviors/registry/app/organisms/std-cms.orb +252 -252
  303. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
  304. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
  305. package/dist/behaviors/registry/app/organisms/std-crm.orb +274 -274
  306. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
  307. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
  308. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
  309. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
  310. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
  311. package/dist/behaviors/registry/app/organisms/std-field-service.orb +171 -171
  312. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
  313. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
  314. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
  315. package/dist/behaviors/registry/app/organisms/std-forum.orb +142 -142
  316. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
  317. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
  318. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
  319. package/dist/behaviors/registry/app/organisms/std-inventory.orb +899 -97
  320. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
  321. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
  322. package/dist/behaviors/registry/app/organisms/std-listings.orb +151 -151
  323. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  324. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
  325. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
  326. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
  327. package/dist/behaviors/registry/app/organisms/std-notes.orb +289 -78
  328. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
  329. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
  330. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
  331. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
  332. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
  333. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
  335. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
  336. package/dist/behaviors/registry/app/organisms/std-survey.orb +138 -138
  337. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
  338. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
  339. package/dist/behaviors/registry/app/organisms/std-wiki.orb +130 -130
  340. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
  341. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  342. package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
  343. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
  344. package/dist/behaviors/registry/core/atoms/std-calendar.orb +53 -53
  345. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
  346. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
  347. package/dist/behaviors/registry/core/atoms/std-display.orb +3 -3
  348. package/dist/behaviors/registry/core/atoms/std-drawer.orb +13 -13
  349. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
  350. package/dist/behaviors/registry/core/atoms/std-file-store.orb +171 -36
  351. package/dist/behaviors/registry/core/atoms/std-filter.orb +9 -9
  352. package/dist/behaviors/registry/core/atoms/std-flag.orb +87 -87
  353. package/dist/behaviors/registry/core/atoms/std-gallery.orb +44 -44
  354. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
  355. package/dist/behaviors/registry/core/atoms/std-graphs.orb +34 -34
  356. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
  357. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
  358. package/dist/behaviors/registry/core/atoms/std-modal.orb +17 -17
  359. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
  360. package/dist/behaviors/registry/core/atoms/std-pagination.orb +12 -12
  361. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  362. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  363. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
  364. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  365. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
  366. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
  367. package/dist/behaviors/registry/core/atoms/std-search.orb +5 -5
  368. package/dist/behaviors/registry/core/atoms/std-selection.orb +106 -106
  369. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
  370. package/dist/behaviors/registry/core/atoms/std-stats.orb +140 -140
  371. package/dist/behaviors/registry/core/atoms/std-tabs.orb +34 -34
  372. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
  373. package/dist/behaviors/registry/core/atoms/std-thread.orb +50 -50
  374. package/dist/behaviors/registry/core/atoms/std-version-history.orb +70 -70
  375. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  376. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
  377. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
  378. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
  379. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
  380. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
  381. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
  382. package/dist/behaviors/registry/core/molecules/std-list.orb +55 -55
  383. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
  384. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
  385. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
  386. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
  387. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
  388. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
  389. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
  390. package/dist/behaviors/registry/game/atoms/std-overworld.orb +62 -62
  391. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
  392. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  393. package/dist/behaviors/registry/game/atoms/std-timer.orb +292 -292
  394. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
  395. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
  396. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
  397. package/dist/behaviors/registry/service/atoms/std-service-email.orb +60 -60
  398. package/dist/behaviors/registry/service/atoms/std-service-github.orb +61 -61
  399. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
  400. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
  401. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
  402. package/dist/behaviors/registry/service/atoms/std-service-print.orb +113 -113
  403. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
  404. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
  405. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
  406. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
  407. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
  408. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
  409. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
  410. package/dist/behaviors-registry.json +4 -684
  411. package/package.json +1 -1
@@ -224,8 +224,8 @@
224
224
  "AgentTokenGauge",
225
225
  {
226
226
  "emit": {
227
- "success": "AgentTokenGaugeLoaded",
228
- "failure": "AgentTokenGaugeLoadFailed"
227
+ "failure": "AgentTokenGaugeLoadFailed",
228
+ "success": "AgentTokenGaugeLoaded"
229
229
  }
230
230
  }
231
231
  ],
@@ -233,11 +233,12 @@
233
233
  "render-ui",
234
234
  "main",
235
235
  {
236
- "direction": "vertical",
236
+ "type": "stack",
237
237
  "children": [
238
238
  {
239
+ "align": "center",
239
240
  "direction": "horizontal",
240
- "gap": "sm",
241
+ "type": "stack",
241
242
  "children": [
242
243
  {
243
244
  "type": "icon",
@@ -245,27 +246,29 @@
245
246
  },
246
247
  {
247
248
  "content": "Token Usage",
248
- "variant": "h2",
249
- "type": "typography"
249
+ "type": "typography",
250
+ "variant": "h2"
250
251
  },
251
252
  {
252
- "label": "Normal",
253
253
  "variant": "default",
254
- "type": "badge"
254
+ "type": "badge",
255
+ "label": "Normal"
255
256
  }
256
257
  ],
257
- "type": "stack",
258
- "align": "center"
258
+ "gap": "sm"
259
259
  },
260
260
  {
261
261
  "type": "divider"
262
262
  },
263
263
  {
264
264
  "value": "@entity.current",
265
- "type": "progress-bar",
266
- "max": "@entity.max"
265
+ "max": "@entity.max",
266
+ "type": "progress-bar"
267
267
  },
268
268
  {
269
+ "gap": "md",
270
+ "type": "stack",
271
+ "direction": "horizontal",
269
272
  "children": [
270
273
  {
271
274
  "type": "stat-display",
@@ -273,25 +276,22 @@
273
276
  "value": "@entity.current"
274
277
  },
275
278
  {
279
+ "type": "stat-display",
276
280
  "label": "Max Tokens",
277
- "value": "@entity.max",
278
- "type": "stat-display"
281
+ "value": "@entity.max"
279
282
  }
280
- ],
281
- "type": "stack",
282
- "direction": "horizontal",
283
- "gap": "md"
283
+ ]
284
284
  },
285
285
  {
286
- "type": "button",
287
- "label": "Reset",
288
286
  "variant": "ghost",
287
+ "icon": "rotate-ccw",
289
288
  "action": "RESET",
290
- "icon": "rotate-ccw"
289
+ "type": "button",
290
+ "label": "Reset"
291
291
  }
292
292
  ],
293
- "gap": "lg",
294
- "type": "stack"
293
+ "direction": "vertical",
294
+ "gap": "lg"
295
295
  }
296
296
  ]
297
297
  ]
@@ -319,11 +319,12 @@
319
319
  "render-ui",
320
320
  "main",
321
321
  {
322
+ "type": "stack",
323
+ "direction": "vertical",
324
+ "gap": "lg",
322
325
  "children": [
323
326
  {
324
- "type": "stack",
325
- "align": "center",
326
- "direction": "horizontal",
327
+ "gap": "sm",
327
328
  "children": [
328
329
  {
329
330
  "type": "icon",
@@ -335,49 +336,48 @@
335
336
  "type": "typography"
336
337
  },
337
338
  {
338
- "type": "badge",
339
+ "variant": "default",
339
340
  "label": "Normal",
340
- "variant": "default"
341
+ "type": "badge"
341
342
  }
342
343
  ],
343
- "gap": "sm"
344
+ "type": "stack",
345
+ "direction": "horizontal",
346
+ "align": "center"
344
347
  },
345
348
  {
346
349
  "type": "divider"
347
350
  },
348
351
  {
349
- "type": "progress-bar",
350
352
  "value": "@entity.current",
351
- "max": "@entity.max"
353
+ "max": "@entity.max",
354
+ "type": "progress-bar"
352
355
  },
353
356
  {
357
+ "type": "stack",
358
+ "gap": "md",
354
359
  "children": [
355
360
  {
361
+ "value": "@entity.current",
356
362
  "label": "Tokens Used",
357
- "type": "stat-display",
358
- "value": "@entity.current"
363
+ "type": "stat-display"
359
364
  },
360
365
  {
361
366
  "value": "@entity.max",
362
- "type": "stat-display",
363
- "label": "Max Tokens"
367
+ "label": "Max Tokens",
368
+ "type": "stat-display"
364
369
  }
365
370
  ],
366
- "direction": "horizontal",
367
- "type": "stack",
368
- "gap": "md"
371
+ "direction": "horizontal"
369
372
  },
370
373
  {
374
+ "type": "button",
371
375
  "variant": "ghost",
372
- "action": "RESET",
373
- "icon": "rotate-ccw",
374
376
  "label": "Reset",
375
- "type": "button"
377
+ "action": "RESET",
378
+ "icon": "rotate-ccw"
376
379
  }
377
- ],
378
- "gap": "lg",
379
- "type": "stack",
380
- "direction": "vertical"
380
+ ]
381
381
  }
382
382
  ]
383
383
  ]
@@ -417,39 +417,36 @@
417
417
  "render-ui",
418
418
  "main",
419
419
  {
420
- "direction": "vertical",
421
- "type": "stack",
422
- "gap": "lg",
423
420
  "children": [
424
421
  {
425
422
  "align": "center",
426
- "type": "stack",
427
423
  "direction": "horizontal",
424
+ "type": "stack",
425
+ "gap": "sm",
428
426
  "children": [
429
427
  {
430
428
  "name": "alert-triangle",
431
429
  "type": "icon"
432
430
  },
433
431
  {
434
- "content": "Token Usage",
435
432
  "variant": "h2",
436
- "type": "typography"
433
+ "type": "typography",
434
+ "content": "Token Usage"
437
435
  },
438
436
  {
439
- "variant": "warning",
440
437
  "type": "badge",
441
- "label": "Warning"
438
+ "label": "Warning",
439
+ "variant": "warning"
442
440
  }
443
- ],
444
- "gap": "sm"
441
+ ]
445
442
  },
446
443
  {
447
444
  "type": "divider"
448
445
  },
449
446
  {
450
- "variant": "warning",
451
447
  "message": "Token usage approaching limit. Consider compacting.",
452
- "type": "alert"
448
+ "type": "alert",
449
+ "variant": "warning"
453
450
  },
454
451
  {
455
452
  "max": "@entity.max",
@@ -457,44 +454,47 @@
457
454
  "value": "@entity.current"
458
455
  },
459
456
  {
460
- "type": "stack",
461
457
  "direction": "horizontal",
462
- "gap": "md",
463
458
  "children": [
464
459
  {
460
+ "label": "Tokens Used",
465
461
  "value": "@entity.current",
466
- "type": "stat-display",
467
- "label": "Tokens Used"
462
+ "type": "stat-display"
468
463
  },
469
464
  {
470
- "label": "Max Tokens",
465
+ "value": "@entity.max",
471
466
  "type": "stat-display",
472
- "value": "@entity.max"
467
+ "label": "Max Tokens"
473
468
  }
474
- ]
469
+ ],
470
+ "gap": "md",
471
+ "type": "stack"
475
472
  },
476
473
  {
474
+ "direction": "horizontal",
475
+ "type": "stack",
476
+ "gap": "sm",
477
477
  "children": [
478
478
  {
479
- "type": "button",
480
- "icon": "minimize-2",
481
- "action": "COMPACT",
482
479
  "label": "Compact",
483
- "variant": "primary"
480
+ "action": "COMPACT",
481
+ "variant": "primary",
482
+ "icon": "minimize-2",
483
+ "type": "button"
484
484
  },
485
485
  {
486
486
  "label": "Reset",
487
- "action": "RESET",
487
+ "variant": "ghost",
488
488
  "type": "button",
489
489
  "icon": "rotate-ccw",
490
- "variant": "ghost"
490
+ "action": "RESET"
491
491
  }
492
- ],
493
- "gap": "sm",
494
- "type": "stack",
495
- "direction": "horizontal"
492
+ ]
496
493
  }
497
- ]
494
+ ],
495
+ "direction": "vertical",
496
+ "gap": "lg",
497
+ "type": "stack"
498
498
  }
499
499
  ]
500
500
  ]
@@ -522,51 +522,51 @@
522
522
  "render-ui",
523
523
  "main",
524
524
  {
525
+ "gap": "lg",
525
526
  "type": "stack",
527
+ "direction": "vertical",
526
528
  "children": [
527
529
  {
528
- "type": "stack",
530
+ "gap": "sm",
531
+ "direction": "horizontal",
529
532
  "align": "center",
533
+ "type": "stack",
530
534
  "children": [
531
535
  {
532
- "type": "icon",
533
- "name": "alert-octagon"
536
+ "name": "alert-octagon",
537
+ "type": "icon"
534
538
  },
535
539
  {
536
- "variant": "h2",
537
540
  "content": "Token Usage",
541
+ "variant": "h2",
538
542
  "type": "typography"
539
543
  },
540
544
  {
541
545
  "label": "Critical",
542
- "type": "badge",
543
- "variant": "danger"
546
+ "variant": "danger",
547
+ "type": "badge"
544
548
  }
545
- ],
546
- "gap": "sm",
547
- "direction": "horizontal"
549
+ ]
548
550
  },
549
551
  {
550
552
  "type": "divider"
551
553
  },
552
554
  {
553
- "variant": "error",
555
+ "type": "alert",
554
556
  "message": "Token usage critical. Compact immediately to avoid truncation.",
555
- "type": "alert"
557
+ "variant": "error"
556
558
  },
557
559
  {
558
- "type": "progress-bar",
560
+ "value": "@entity.current",
559
561
  "max": "@entity.max",
560
- "value": "@entity.current"
562
+ "type": "progress-bar"
561
563
  },
562
564
  {
563
- "direction": "horizontal",
564
- "gap": "md",
565
565
  "children": [
566
566
  {
567
+ "label": "Tokens Used",
567
568
  "value": "@entity.current",
568
- "type": "stat-display",
569
- "label": "Tokens Used"
569
+ "type": "stat-display"
570
570
  },
571
571
  {
572
572
  "type": "stat-display",
@@ -574,32 +574,32 @@
574
574
  "label": "Max Tokens"
575
575
  }
576
576
  ],
577
- "type": "stack"
577
+ "gap": "md",
578
+ "type": "stack",
579
+ "direction": "horizontal"
578
580
  },
579
581
  {
580
- "direction": "horizontal",
581
- "gap": "sm",
582
+ "type": "stack",
582
583
  "children": [
583
584
  {
584
585
  "type": "button",
585
- "label": "Compact Now",
586
586
  "action": "COMPACT",
587
587
  "icon": "minimize-2",
588
+ "label": "Compact Now",
588
589
  "variant": "primary"
589
590
  },
590
591
  {
591
- "action": "RESET",
592
- "type": "button",
593
592
  "variant": "ghost",
593
+ "icon": "rotate-ccw",
594
+ "action": "RESET",
594
595
  "label": "Reset",
595
- "icon": "rotate-ccw"
596
+ "type": "button"
596
597
  }
597
598
  ],
598
- "type": "stack"
599
+ "gap": "sm",
600
+ "direction": "horizontal"
599
601
  }
600
- ],
601
- "direction": "vertical",
602
- "gap": "lg"
602
+ ]
603
603
  }
604
604
  ]
605
605
  ]
@@ -624,14 +624,14 @@
624
624
  "render-ui",
625
625
  "main",
626
626
  {
627
- "gap": "lg",
628
- "direction": "vertical",
629
627
  "type": "stack",
628
+ "direction": "vertical",
629
+ "gap": "lg",
630
630
  "children": [
631
631
  {
632
+ "direction": "horizontal",
632
633
  "gap": "sm",
633
634
  "align": "center",
634
- "type": "stack",
635
635
  "children": [
636
636
  {
637
637
  "type": "icon",
@@ -643,43 +643,43 @@
643
643
  "type": "typography"
644
644
  },
645
645
  {
646
+ "label": "Normal",
646
647
  "variant": "default",
647
- "type": "badge",
648
- "label": "Normal"
648
+ "type": "badge"
649
649
  }
650
650
  ],
651
- "direction": "horizontal"
651
+ "type": "stack"
652
652
  },
653
653
  {
654
654
  "type": "divider"
655
655
  },
656
656
  {
657
+ "type": "progress-bar",
657
658
  "max": "@entity.max",
658
- "value": "@entity.current",
659
- "type": "progress-bar"
659
+ "value": "@entity.current"
660
660
  },
661
661
  {
662
- "type": "stack",
663
662
  "children": [
664
663
  {
665
- "type": "stat-display",
666
664
  "label": "Tokens Used",
667
- "value": "@entity.current"
665
+ "value": "@entity.current",
666
+ "type": "stat-display"
668
667
  },
669
668
  {
670
- "type": "stat-display",
671
669
  "value": "@entity.max",
672
- "label": "Max Tokens"
670
+ "label": "Max Tokens",
671
+ "type": "stat-display"
673
672
  }
674
673
  ],
675
674
  "direction": "horizontal",
675
+ "type": "stack",
676
676
  "gap": "md"
677
677
  },
678
678
  {
679
- "action": "RESET",
680
- "label": "Reset",
681
679
  "type": "button",
680
+ "label": "Reset",
682
681
  "variant": "ghost",
682
+ "action": "RESET",
683
683
  "icon": "rotate-ccw"
684
684
  }
685
685
  ]
@@ -701,65 +701,65 @@
701
701
  "render-ui",
702
702
  "main",
703
703
  {
704
- "direction": "vertical",
704
+ "type": "stack",
705
705
  "gap": "lg",
706
+ "direction": "vertical",
706
707
  "children": [
707
708
  {
708
- "gap": "sm",
709
709
  "direction": "horizontal",
710
+ "gap": "sm",
711
+ "type": "stack",
712
+ "align": "center",
710
713
  "children": [
711
714
  {
712
- "type": "icon",
713
- "name": "gauge"
715
+ "name": "gauge",
716
+ "type": "icon"
714
717
  },
715
718
  {
716
- "content": "Token Usage",
719
+ "variant": "h2",
717
720
  "type": "typography",
718
- "variant": "h2"
721
+ "content": "Token Usage"
719
722
  },
720
723
  {
721
724
  "type": "badge",
722
- "label": "Normal",
723
- "variant": "default"
725
+ "variant": "default",
726
+ "label": "Normal"
724
727
  }
725
- ],
726
- "type": "stack",
727
- "align": "center"
728
+ ]
728
729
  },
729
730
  {
730
731
  "type": "divider"
731
732
  },
732
733
  {
733
- "max": "@entity.max",
734
734
  "type": "progress-bar",
735
- "value": "@entity.current"
735
+ "value": "@entity.current",
736
+ "max": "@entity.max"
736
737
  },
737
738
  {
739
+ "direction": "horizontal",
738
740
  "gap": "md",
739
741
  "type": "stack",
740
- "direction": "horizontal",
741
742
  "children": [
742
743
  {
743
- "type": "stat-display",
744
+ "label": "Tokens Used",
744
745
  "value": "@entity.current",
745
- "label": "Tokens Used"
746
+ "type": "stat-display"
746
747
  },
747
748
  {
748
- "value": "@entity.max",
749
749
  "type": "stat-display",
750
- "label": "Max Tokens"
750
+ "label": "Max Tokens",
751
+ "value": "@entity.max"
751
752
  }
752
753
  ]
753
754
  },
754
755
  {
755
- "action": "RESET",
756
- "label": "Reset",
756
+ "type": "button",
757
757
  "variant": "ghost",
758
758
  "icon": "rotate-ccw",
759
- "type": "button"
759
+ "action": "RESET",
760
+ "label": "Reset"
760
761
  }
761
- ],
762
- "type": "stack"
762
+ ]
763
763
  }
764
764
  ]
765
765
  ]
@@ -799,20 +799,21 @@
799
799
  "render-ui",
800
800
  "main",
801
801
  {
802
- "direction": "vertical",
803
802
  "type": "stack",
804
- "gap": "lg",
803
+ "direction": "vertical",
805
804
  "children": [
806
805
  {
806
+ "gap": "sm",
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
  {
814
+ "content": "Token Usage",
813
815
  "type": "typography",
814
- "variant": "h2",
815
- "content": "Token Usage"
816
+ "variant": "h2"
816
817
  },
817
818
  {
818
819
  "type": "badge",
@@ -821,62 +822,61 @@
821
822
  }
822
823
  ],
823
824
  "type": "stack",
824
- "gap": "sm",
825
- "direction": "horizontal",
826
825
  "align": "center"
827
826
  },
828
827
  {
829
828
  "type": "divider"
830
829
  },
831
830
  {
831
+ "variant": "warning",
832
832
  "type": "alert",
833
- "message": "Token usage approaching limit. Consider compacting.",
834
- "variant": "warning"
833
+ "message": "Token usage approaching limit. Consider compacting."
835
834
  },
836
835
  {
837
836
  "max": "@entity.max",
838
- "type": "progress-bar",
839
- "value": "@entity.current"
837
+ "value": "@entity.current",
838
+ "type": "progress-bar"
840
839
  },
841
840
  {
842
841
  "type": "stack",
843
- "direction": "horizontal",
844
- "gap": "md",
845
842
  "children": [
846
843
  {
844
+ "value": "@entity.current",
847
845
  "type": "stat-display",
848
- "label": "Tokens Used",
849
- "value": "@entity.current"
846
+ "label": "Tokens Used"
850
847
  },
851
848
  {
849
+ "value": "@entity.max",
852
850
  "type": "stat-display",
853
- "label": "Max Tokens",
854
- "value": "@entity.max"
851
+ "label": "Max Tokens"
855
852
  }
856
- ]
853
+ ],
854
+ "gap": "md",
855
+ "direction": "horizontal"
857
856
  },
858
857
  {
859
- "gap": "sm",
860
858
  "direction": "horizontal",
859
+ "type": "stack",
861
860
  "children": [
862
861
  {
863
- "variant": "primary",
862
+ "icon": "minimize-2",
864
863
  "action": "COMPACT",
865
- "label": "Compact",
866
864
  "type": "button",
867
- "icon": "minimize-2"
865
+ "variant": "primary",
866
+ "label": "Compact"
868
867
  },
869
868
  {
870
869
  "type": "button",
871
- "icon": "rotate-ccw",
872
- "action": "RESET",
870
+ "label": "Reset",
873
871
  "variant": "ghost",
874
- "label": "Reset"
872
+ "icon": "rotate-ccw",
873
+ "action": "RESET"
875
874
  }
876
875
  ],
877
- "type": "stack"
876
+ "gap": "sm"
878
877
  }
879
- ]
878
+ ],
879
+ "gap": "lg"
880
880
  }
881
881
  ]
882
882
  ]
@@ -904,84 +904,84 @@
904
904
  "render-ui",
905
905
  "main",
906
906
  {
907
+ "type": "stack",
908
+ "gap": "lg",
909
+ "direction": "vertical",
907
910
  "children": [
908
911
  {
909
- "type": "stack",
910
912
  "gap": "sm",
913
+ "direction": "horizontal",
911
914
  "children": [
912
915
  {
913
- "name": "alert-octagon",
914
- "type": "icon"
916
+ "type": "icon",
917
+ "name": "alert-octagon"
915
918
  },
916
919
  {
917
920
  "variant": "h2",
918
- "type": "typography",
919
- "content": "Token Usage"
921
+ "content": "Token Usage",
922
+ "type": "typography"
920
923
  },
921
924
  {
922
- "label": "Critical",
925
+ "variant": "danger",
923
926
  "type": "badge",
924
- "variant": "danger"
927
+ "label": "Critical"
925
928
  }
926
929
  ],
927
930
  "align": "center",
928
- "direction": "horizontal"
931
+ "type": "stack"
929
932
  },
930
933
  {
931
934
  "type": "divider"
932
935
  },
933
936
  {
934
- "variant": "error",
937
+ "message": "Token usage critical. Compact immediately to avoid truncation.",
935
938
  "type": "alert",
936
- "message": "Token usage critical. Compact immediately to avoid truncation."
939
+ "variant": "error"
937
940
  },
938
941
  {
939
- "value": "@entity.current",
940
942
  "max": "@entity.max",
943
+ "value": "@entity.current",
941
944
  "type": "progress-bar"
942
945
  },
943
946
  {
947
+ "gap": "md",
948
+ "type": "stack",
949
+ "direction": "horizontal",
944
950
  "children": [
945
951
  {
946
- "label": "Tokens Used",
947
952
  "type": "stat-display",
953
+ "label": "Tokens Used",
948
954
  "value": "@entity.current"
949
955
  },
950
956
  {
951
- "value": "@entity.max",
957
+ "label": "Max Tokens",
952
958
  "type": "stat-display",
953
- "label": "Max Tokens"
959
+ "value": "@entity.max"
954
960
  }
955
- ],
956
- "type": "stack",
957
- "direction": "horizontal",
958
- "gap": "md"
961
+ ]
959
962
  },
960
963
  {
961
964
  "type": "stack",
965
+ "gap": "sm",
966
+ "direction": "horizontal",
962
967
  "children": [
963
968
  {
964
969
  "label": "Compact Now",
965
- "variant": "primary",
966
970
  "action": "COMPACT",
971
+ "icon": "minimize-2",
967
972
  "type": "button",
968
- "icon": "minimize-2"
973
+ "variant": "primary"
969
974
  },
970
975
  {
971
- "type": "button",
976
+ "variant": "ghost",
972
977
  "label": "Reset",
978
+ "type": "button",
973
979
  "action": "RESET",
974
- "variant": "ghost",
975
980
  "icon": "rotate-ccw"
976
981
  }
977
- ],
978
- "direction": "horizontal",
979
- "gap": "sm"
982
+ ]
980
983
  }
981
- ],
982
- "gap": "lg",
983
- "direction": "vertical",
984
- "type": "stack"
984
+ ]
985
985
  }
986
986
  ]
987
987
  ]
@@ -1009,65 +1009,65 @@
1009
1009
  "render-ui",
1010
1010
  "main",
1011
1011
  {
1012
- "direction": "vertical",
1013
1012
  "type": "stack",
1013
+ "direction": "vertical",
1014
+ "gap": "lg",
1014
1015
  "children": [
1015
1016
  {
1017
+ "direction": "horizontal",
1016
1018
  "gap": "sm",
1017
- "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
- "variant": "h2"
1026
+ "variant": "h2",
1027
+ "type": "typography"
1027
1028
  },
1028
1029
  {
1029
- "variant": "default",
1030
1030
  "type": "badge",
1031
+ "variant": "default",
1031
1032
  "label": "Normal"
1032
1033
  }
1033
1034
  ],
1034
- "direction": "horizontal",
1035
- "type": "stack"
1035
+ "type": "stack",
1036
+ "align": "center"
1036
1037
  },
1037
1038
  {
1038
1039
  "type": "divider"
1039
1040
  },
1040
1041
  {
1041
- "type": "progress-bar",
1042
1042
  "value": "@entity.current",
1043
- "max": "@entity.max"
1043
+ "max": "@entity.max",
1044
+ "type": "progress-bar"
1044
1045
  },
1045
1046
  {
1047
+ "direction": "horizontal",
1046
1048
  "gap": "md",
1047
1049
  "type": "stack",
1048
- "direction": "horizontal",
1049
1050
  "children": [
1050
1051
  {
1051
- "type": "stat-display",
1052
1052
  "label": "Tokens Used",
1053
- "value": "@entity.current"
1053
+ "value": "@entity.current",
1054
+ "type": "stat-display"
1054
1055
  },
1055
1056
  {
1056
- "value": "@entity.max",
1057
1057
  "type": "stat-display",
1058
- "label": "Max Tokens"
1058
+ "label": "Max Tokens",
1059
+ "value": "@entity.max"
1059
1060
  }
1060
1061
  ]
1061
1062
  },
1062
1063
  {
1063
- "icon": "rotate-ccw",
1064
- "label": "Reset",
1065
1064
  "variant": "ghost",
1066
1065
  "action": "RESET",
1067
- "type": "button"
1066
+ "type": "button",
1067
+ "label": "Reset",
1068
+ "icon": "rotate-ccw"
1068
1069
  }
1069
- ],
1070
- "gap": "lg"
1070
+ ]
1071
1071
  }
1072
1072
  ]
1073
1073
  ]
@@ -1092,12 +1092,10 @@
1092
1092
  "render-ui",
1093
1093
  "main",
1094
1094
  {
1095
- "direction": "vertical",
1096
1095
  "gap": "lg",
1097
- "type": "stack",
1098
1096
  "children": [
1099
1097
  {
1100
- "type": "stack",
1098
+ "direction": "horizontal",
1101
1099
  "children": [
1102
1100
  {
1103
1101
  "type": "icon",
@@ -1109,12 +1107,12 @@
1109
1107
  "type": "typography"
1110
1108
  },
1111
1109
  {
1112
- "type": "badge",
1110
+ "variant": "default",
1113
1111
  "label": "Normal",
1114
- "variant": "default"
1112
+ "type": "badge"
1115
1113
  }
1116
1114
  ],
1117
- "direction": "horizontal",
1115
+ "type": "stack",
1118
1116
  "gap": "sm",
1119
1117
  "align": "center"
1120
1118
  },
@@ -1123,15 +1121,15 @@
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
  {
1130
1128
  "children": [
1131
1129
  {
1132
- "value": "@entity.current",
1133
1130
  "type": "stat-display",
1134
- "label": "Tokens Used"
1131
+ "label": "Tokens Used",
1132
+ "value": "@entity.current"
1135
1133
  },
1136
1134
  {
1137
1135
  "label": "Max Tokens",
@@ -1144,13 +1142,15 @@
1144
1142
  "type": "stack"
1145
1143
  },
1146
1144
  {
1147
- "type": "button",
1148
- "label": "Reset",
1149
1145
  "icon": "rotate-ccw",
1150
1146
  "action": "RESET",
1151
- "variant": "ghost"
1147
+ "variant": "ghost",
1148
+ "label": "Reset",
1149
+ "type": "button"
1152
1150
  }
1153
- ]
1151
+ ],
1152
+ "type": "stack",
1153
+ "direction": "vertical"
1154
1154
  }
1155
1155
  ]
1156
1156
  ]
@@ -1169,10 +1169,13 @@
1169
1169
  "render-ui",
1170
1170
  "main",
1171
1171
  {
1172
- "type": "stack",
1172
+ "gap": "lg",
1173
1173
  "children": [
1174
1174
  {
1175
+ "direction": "horizontal",
1176
+ "align": "center",
1175
1177
  "type": "stack",
1178
+ "gap": "sm",
1176
1179
  "children": [
1177
1180
  {
1178
1181
  "type": "icon",
@@ -1180,54 +1183,51 @@
1180
1183
  },
1181
1184
  {
1182
1185
  "content": "Token Usage",
1183
- "type": "typography",
1184
- "variant": "h2"
1186
+ "variant": "h2",
1187
+ "type": "typography"
1185
1188
  },
1186
1189
  {
1187
- "type": "badge",
1188
1190
  "label": "Normal",
1189
- "variant": "default"
1191
+ "variant": "default",
1192
+ "type": "badge"
1190
1193
  }
1191
- ],
1192
- "direction": "horizontal",
1193
- "gap": "sm",
1194
- "align": "center"
1194
+ ]
1195
1195
  },
1196
1196
  {
1197
1197
  "type": "divider"
1198
1198
  },
1199
1199
  {
1200
+ "max": "@entity.max",
1200
1201
  "type": "progress-bar",
1201
- "value": "@entity.current",
1202
- "max": "@entity.max"
1202
+ "value": "@entity.current"
1203
1203
  },
1204
1204
  {
1205
- "direction": "horizontal",
1205
+ "type": "stack",
1206
1206
  "children": [
1207
1207
  {
1208
+ "label": "Tokens Used",
1208
1209
  "value": "@entity.current",
1209
- "type": "stat-display",
1210
- "label": "Tokens Used"
1210
+ "type": "stat-display"
1211
1211
  },
1212
1212
  {
1213
- "type": "stat-display",
1213
+ "label": "Max Tokens",
1214
1214
  "value": "@entity.max",
1215
- "label": "Max Tokens"
1215
+ "type": "stat-display"
1216
1216
  }
1217
1217
  ],
1218
- "type": "stack",
1219
- "gap": "md"
1218
+ "gap": "md",
1219
+ "direction": "horizontal"
1220
1220
  },
1221
1221
  {
1222
+ "type": "button",
1222
1223
  "variant": "ghost",
1223
- "icon": "rotate-ccw",
1224
+ "label": "Reset",
1224
1225
  "action": "RESET",
1225
- "type": "button",
1226
- "label": "Reset"
1226
+ "icon": "rotate-ccw"
1227
1227
  }
1228
1228
  ],
1229
1229
  "direction": "vertical",
1230
- "gap": "lg"
1230
+ "type": "stack"
1231
1231
  }
1232
1232
  ]
1233
1233
  ]
@@ -1255,20 +1255,20 @@
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
- "type": "stack",
1262
- "direction": "horizontal",
1263
1263
  "children": [
1264
1264
  {
1265
1265
  "type": "icon",
1266
1266
  "name": "alert-octagon"
1267
1267
  },
1268
1268
  {
1269
+ "variant": "h2",
1269
1270
  "type": "typography",
1270
- "content": "Token Usage",
1271
- "variant": "h2"
1271
+ "content": "Token Usage"
1272
1272
  },
1273
1273
  {
1274
1274
  "type": "badge",
@@ -1276,14 +1276,17 @@
1276
1276
  "variant": "danger"
1277
1277
  }
1278
1278
  ],
1279
- "gap": "sm"
1279
+ "type": "stack",
1280
+ "align": "center",
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
  {
@@ -1293,46 +1296,43 @@
1293
1296
  },
1294
1297
  {
1295
1298
  "type": "stack",
1299
+ "gap": "md",
1300
+ "direction": "horizontal",
1296
1301
  "children": [
1297
1302
  {
1298
- "label": "Tokens Used",
1299
1303
  "type": "stat-display",
1300
- "value": "@entity.current"
1304
+ "value": "@entity.current",
1305
+ "label": "Tokens Used"
1301
1306
  },
1302
1307
  {
1303
1308
  "label": "Max Tokens",
1304
- "value": "@entity.max",
1305
- "type": "stat-display"
1309
+ "type": "stat-display",
1310
+ "value": "@entity.max"
1306
1311
  }
1307
- ],
1308
- "direction": "horizontal",
1309
- "gap": "md"
1312
+ ]
1310
1313
  },
1311
1314
  {
1312
- "gap": "sm",
1313
- "type": "stack",
1314
- "direction": "horizontal",
1315
1315
  "children": [
1316
1316
  {
1317
- "action": "COMPACT",
1318
1317
  "icon": "minimize-2",
1318
+ "label": "Compact Now",
1319
+ "action": "COMPACT",
1319
1320
  "type": "button",
1320
- "variant": "primary",
1321
- "label": "Compact Now"
1321
+ "variant": "primary"
1322
1322
  },
1323
1323
  {
1324
1324
  "label": "Reset",
1325
+ "type": "button",
1325
1326
  "variant": "ghost",
1326
1327
  "action": "RESET",
1327
- "icon": "rotate-ccw",
1328
- "type": "button"
1328
+ "icon": "rotate-ccw"
1329
1329
  }
1330
- ]
1330
+ ],
1331
+ "type": "stack",
1332
+ "direction": "horizontal",
1333
+ "gap": "sm"
1331
1334
  }
1332
- ],
1333
- "direction": "vertical",
1334
- "gap": "lg",
1335
- "type": "stack"
1335
+ ]
1336
1336
  }
1337
1337
  ]
1338
1338
  ]
@@ -1372,16 +1372,17 @@
1372
1372
  "render-ui",
1373
1373
  "main",
1374
1374
  {
1375
+ "gap": "lg",
1375
1376
  "children": [
1376
1377
  {
1377
- "direction": "horizontal",
1378
1378
  "type": "stack",
1379
- "align": "center",
1380
1379
  "gap": "sm",
1380
+ "align": "center",
1381
+ "direction": "horizontal",
1381
1382
  "children": [
1382
1383
  {
1383
- "type": "icon",
1384
- "name": "alert-triangle"
1384
+ "name": "alert-triangle",
1385
+ "type": "icon"
1385
1386
  },
1386
1387
  {
1387
1388
  "content": "Token Usage",
@@ -1389,9 +1390,9 @@
1389
1390
  "type": "typography"
1390
1391
  },
1391
1392
  {
1393
+ "variant": "warning",
1392
1394
  "label": "Warning",
1393
- "type": "badge",
1394
- "variant": "warning"
1395
+ "type": "badge"
1395
1396
  }
1396
1397
  ]
1397
1398
  },
@@ -1399,18 +1400,17 @@
1399
1400
  "type": "divider"
1400
1401
  },
1401
1402
  {
1402
- "type": "alert",
1403
1403
  "message": "Token usage approaching limit. Consider compacting.",
1404
- "variant": "warning"
1404
+ "variant": "warning",
1405
+ "type": "alert"
1405
1406
  },
1406
1407
  {
1407
- "max": "@entity.max",
1408
1408
  "value": "@entity.current",
1409
+ "max": "@entity.max",
1409
1410
  "type": "progress-bar"
1410
1411
  },
1411
1412
  {
1412
- "gap": "md",
1413
- "type": "stack",
1413
+ "direction": "horizontal",
1414
1414
  "children": [
1415
1415
  {
1416
1416
  "type": "stat-display",
@@ -1418,38 +1418,38 @@
1418
1418
  "value": "@entity.current"
1419
1419
  },
1420
1420
  {
1421
- "type": "stat-display",
1422
1421
  "value": "@entity.max",
1422
+ "type": "stat-display",
1423
1423
  "label": "Max Tokens"
1424
1424
  }
1425
1425
  ],
1426
- "direction": "horizontal"
1426
+ "type": "stack",
1427
+ "gap": "md"
1427
1428
  },
1428
1429
  {
1429
1430
  "type": "stack",
1430
1431
  "children": [
1431
1432
  {
1432
1433
  "icon": "minimize-2",
1433
- "label": "Compact",
1434
- "variant": "primary",
1434
+ "action": "COMPACT",
1435
1435
  "type": "button",
1436
- "action": "COMPACT"
1436
+ "label": "Compact",
1437
+ "variant": "primary"
1437
1438
  },
1438
1439
  {
1439
- "icon": "rotate-ccw",
1440
- "type": "button",
1440
+ "variant": "ghost",
1441
1441
  "label": "Reset",
1442
+ "type": "button",
1442
1443
  "action": "RESET",
1443
- "variant": "ghost"
1444
+ "icon": "rotate-ccw"
1444
1445
  }
1445
1446
  ],
1446
- "direction": "horizontal",
1447
- "gap": "sm"
1447
+ "gap": "sm",
1448
+ "direction": "horizontal"
1448
1449
  }
1449
1450
  ],
1450
1451
  "type": "stack",
1451
- "direction": "vertical",
1452
- "gap": "lg"
1452
+ "direction": "vertical"
1453
1453
  }
1454
1454
  ]
1455
1455
  ]
@@ -1478,13 +1478,10 @@
1478
1478
  "main",
1479
1479
  {
1480
1480
  "type": "stack",
1481
- "direction": "vertical",
1482
- "gap": "lg",
1483
1481
  "children": [
1484
1482
  {
1485
- "direction": "horizontal",
1486
- "gap": "sm",
1487
1483
  "type": "stack",
1484
+ "gap": "sm",
1488
1485
  "align": "center",
1489
1486
  "children": [
1490
1487
  {
@@ -1492,50 +1489,53 @@
1492
1489
  "type": "icon"
1493
1490
  },
1494
1491
  {
1495
- "content": "Token Usage",
1496
1492
  "variant": "h2",
1497
- "type": "typography"
1493
+ "type": "typography",
1494
+ "content": "Token Usage"
1498
1495
  },
1499
1496
  {
1500
- "label": "Normal",
1501
1497
  "type": "badge",
1498
+ "label": "Normal",
1502
1499
  "variant": "default"
1503
1500
  }
1504
- ]
1501
+ ],
1502
+ "direction": "horizontal"
1505
1503
  },
1506
1504
  {
1507
1505
  "type": "divider"
1508
1506
  },
1509
1507
  {
1510
- "value": "@entity.current",
1511
1508
  "max": "@entity.max",
1512
- "type": "progress-bar"
1509
+ "type": "progress-bar",
1510
+ "value": "@entity.current"
1513
1511
  },
1514
1512
  {
1515
- "direction": "horizontal",
1516
- "type": "stack",
1517
- "gap": "md",
1518
1513
  "children": [
1519
1514
  {
1520
1515
  "label": "Tokens Used",
1521
- "value": "@entity.current",
1522
- "type": "stat-display"
1516
+ "type": "stat-display",
1517
+ "value": "@entity.current"
1523
1518
  },
1524
1519
  {
1525
1520
  "type": "stat-display",
1526
1521
  "label": "Max Tokens",
1527
1522
  "value": "@entity.max"
1528
1523
  }
1529
- ]
1524
+ ],
1525
+ "type": "stack",
1526
+ "direction": "horizontal",
1527
+ "gap": "md"
1530
1528
  },
1531
1529
  {
1532
- "action": "RESET",
1533
- "variant": "ghost",
1534
- "icon": "rotate-ccw",
1535
1530
  "type": "button",
1536
- "label": "Reset"
1531
+ "icon": "rotate-ccw",
1532
+ "label": "Reset",
1533
+ "action": "RESET",
1534
+ "variant": "ghost"
1537
1535
  }
1538
- ]
1536
+ ],
1537
+ "direction": "vertical",
1538
+ "gap": "lg"
1539
1539
  }
1540
1540
  ]
1541
1541
  ]
@@ -1560,29 +1560,30 @@
1560
1560
  "render-ui",
1561
1561
  "main",
1562
1562
  {
1563
- "type": "stack",
1563
+ "direction": "vertical",
1564
+ "gap": "lg",
1564
1565
  "children": [
1565
1566
  {
1566
- "type": "stack",
1567
- "gap": "sm",
1568
- "align": "center",
1569
1567
  "direction": "horizontal",
1570
1568
  "children": [
1571
1569
  {
1572
- "type": "icon",
1573
- "name": "gauge"
1570
+ "name": "gauge",
1571
+ "type": "icon"
1574
1572
  },
1575
1573
  {
1574
+ "variant": "h2",
1576
1575
  "type": "typography",
1577
- "content": "Token Usage",
1578
- "variant": "h2"
1576
+ "content": "Token Usage"
1579
1577
  },
1580
1578
  {
1579
+ "type": "badge",
1581
1580
  "label": "Normal",
1582
- "variant": "default",
1583
- "type": "badge"
1581
+ "variant": "default"
1584
1582
  }
1585
- ]
1583
+ ],
1584
+ "gap": "sm",
1585
+ "type": "stack",
1586
+ "align": "center"
1586
1587
  },
1587
1588
  {
1588
1589
  "type": "divider"
@@ -1598,27 +1599,26 @@
1598
1599
  "gap": "md",
1599
1600
  "children": [
1600
1601
  {
1601
- "type": "stat-display",
1602
1602
  "label": "Tokens Used",
1603
- "value": "@entity.current"
1603
+ "value": "@entity.current",
1604
+ "type": "stat-display"
1604
1605
  },
1605
1606
  {
1606
- "label": "Max Tokens",
1607
+ "value": "@entity.max",
1607
1608
  "type": "stat-display",
1608
- "value": "@entity.max"
1609
+ "label": "Max Tokens"
1609
1610
  }
1610
1611
  ]
1611
1612
  },
1612
1613
  {
1613
- "variant": "ghost",
1614
1614
  "icon": "rotate-ccw",
1615
- "type": "button",
1616
1615
  "action": "RESET",
1617
- "label": "Reset"
1616
+ "label": "Reset",
1617
+ "variant": "ghost",
1618
+ "type": "button"
1618
1619
  }
1619
1620
  ],
1620
- "direction": "vertical",
1621
- "gap": "lg"
1621
+ "type": "stack"
1622
1622
  }
1623
1623
  ]
1624
1624
  ]
@@ -1637,11 +1637,11 @@
1637
1637
  "render-ui",
1638
1638
  "main",
1639
1639
  {
1640
+ "type": "stack",
1641
+ "gap": "lg",
1642
+ "direction": "vertical",
1640
1643
  "children": [
1641
1644
  {
1642
- "align": "center",
1643
- "gap": "sm",
1644
- "direction": "horizontal",
1645
1645
  "type": "stack",
1646
1646
  "children": [
1647
1647
  {
@@ -1649,31 +1649,34 @@
1649
1649
  "type": "icon"
1650
1650
  },
1651
1651
  {
1652
- "variant": "h2",
1653
1652
  "type": "typography",
1654
- "content": "Token Usage"
1653
+ "content": "Token Usage",
1654
+ "variant": "h2"
1655
1655
  },
1656
1656
  {
1657
- "variant": "default",
1658
1657
  "label": "Normal",
1659
- "type": "badge"
1658
+ "type": "badge",
1659
+ "variant": "default"
1660
1660
  }
1661
- ]
1661
+ ],
1662
+ "align": "center",
1663
+ "direction": "horizontal",
1664
+ "gap": "sm"
1662
1665
  },
1663
1666
  {
1664
1667
  "type": "divider"
1665
1668
  },
1666
1669
  {
1667
1670
  "value": "@entity.current",
1668
- "type": "progress-bar",
1669
- "max": "@entity.max"
1671
+ "max": "@entity.max",
1672
+ "type": "progress-bar"
1670
1673
  },
1671
1674
  {
1672
1675
  "direction": "horizontal",
1673
1676
  "children": [
1674
1677
  {
1675
- "label": "Tokens Used",
1676
1678
  "value": "@entity.current",
1679
+ "label": "Tokens Used",
1677
1680
  "type": "stat-display"
1678
1681
  },
1679
1682
  {
@@ -1682,20 +1685,17 @@
1682
1685
  "label": "Max Tokens"
1683
1686
  }
1684
1687
  ],
1685
- "gap": "md",
1686
- "type": "stack"
1688
+ "type": "stack",
1689
+ "gap": "md"
1687
1690
  },
1688
1691
  {
1689
- "action": "RESET",
1690
- "label": "Reset",
1692
+ "icon": "rotate-ccw",
1691
1693
  "type": "button",
1692
- "variant": "ghost",
1693
- "icon": "rotate-ccw"
1694
+ "label": "Reset",
1695
+ "action": "RESET",
1696
+ "variant": "ghost"
1694
1697
  }
1695
- ],
1696
- "direction": "vertical",
1697
- "type": "stack",
1698
- "gap": "lg"
1698
+ ]
1699
1699
  }
1700
1700
  ]
1701
1701
  ]
@@ -1718,4 +1718,4 @@
1718
1718
  ]
1719
1719
  }
1720
1720
  ]
1721
- }
1721
+ }