@almadar/std 14.24.0 → 14.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (433) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  25. package/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  30. package/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  33. package/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  37. package/behaviors/registry/app/atoms/std-donor.orb +88 -38
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +92 -80
  40. package/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  44. package/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  45. package/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  47. package/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  49. package/behaviors/registry/app/atoms/std-lease.orb +174 -38
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  52. package/behaviors/registry/app/atoms/std-matter.orb +237 -40
  53. package/behaviors/registry/app/atoms/std-membership.orb +93 -37
  54. package/behaviors/registry/app/atoms/std-menu.orb +44 -44
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  60. package/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  66. package/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  68. package/behaviors/registry/app/atoms/std-segment.orb +76 -33
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  70. package/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  71. package/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  75. package/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  79. package/behaviors/registry/app/atoms/std-trial.orb +116 -47
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  83. package/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  85. package/behaviors/registry/app/molecules/std-application.orb +159 -159
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  87. package/behaviors/registry/app/molecules/std-cart.orb +49 -49
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  92. package/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  97. package/behaviors/registry/app/organisms/std-cms.orb +296 -296
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  100. package/behaviors/registry/app/organisms/std-crm.orb +248 -248
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  106. package/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  110. package/behaviors/registry/app/organisms/std-forum.orb +152 -152
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  114. package/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  117. package/behaviors/registry/app/organisms/std-listings.orb +129 -129
  118. package/behaviors/registry/app/organisms/std-lms.orb +381 -381
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  122. package/behaviors/registry/app/organisms/std-notes.orb +301 -90
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  131. package/behaviors/registry/app/organisms/std-survey.orb +123 -123
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  134. package/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +55 -55
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  139. package/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  142. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  143. package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  145. package/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  146. package/behaviors/registry/core/atoms/std-filter.orb +13 -13
  147. package/behaviors/registry/core/atoms/std-flag.orb +90 -90
  148. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  153. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  155. package/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  156. package/behaviors/registry/core/atoms/std-push.orb +35 -35
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  162. package/behaviors/registry/core/atoms/std-search.orb +8 -8
  163. package/behaviors/registry/core/atoms/std-selection.orb +93 -93
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  165. package/behaviors/registry/core/atoms/std-stats.orb +114 -114
  166. package/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  168. package/behaviors/registry/core/atoms/std-thread.orb +46 -46
  169. package/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  170. package/behaviors/registry/core/atoms/std-vote.orb +37 -37
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  177. package/behaviors/registry/core/molecules/std-list.orb +57 -57
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  183. package/behaviors/registry/game/atoms/std-collision.orb +0 -595
  184. package/behaviors/registry/game/atoms/std-combat.orb +0 -524
  185. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  187. package/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  188. package/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  189. package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  191. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  192. package/behaviors/registry/game/atoms/std-timer.orb +269 -269
  193. package/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  194. package/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  195. package/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  196. package/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  197. package/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  198. package/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  199. package/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  200. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  203. package/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  204. package/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  208. package/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  216. package/dist/behaviors/behaviors-registry.json +4 -684
  217. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  218. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  219. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  220. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  221. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  222. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  223. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  224. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  225. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  226. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  227. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  228. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  229. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  230. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  231. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  232. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  233. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  234. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  235. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  236. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  237. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  238. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  239. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  240. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  241. package/dist/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  242. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  243. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  244. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  245. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  246. package/dist/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  247. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  248. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  249. package/dist/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  250. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  251. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  252. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  253. package/dist/behaviors/registry/app/atoms/std-donor.orb +88 -38
  254. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  255. package/dist/behaviors/registry/app/atoms/std-driver.orb +92 -80
  256. package/dist/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  257. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  258. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  259. package/dist/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  260. package/dist/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  261. package/dist/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  262. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  263. package/dist/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  264. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-lease.orb +174 -38
  266. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  267. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  268. package/dist/behaviors/registry/app/atoms/std-matter.orb +237 -40
  269. package/dist/behaviors/registry/app/atoms/std-membership.orb +93 -37
  270. package/dist/behaviors/registry/app/atoms/std-menu.orb +44 -44
  271. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  272. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  273. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  274. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  275. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  276. package/dist/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  277. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  278. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  279. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  280. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  281. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  282. package/dist/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  283. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  284. package/dist/behaviors/registry/app/atoms/std-segment.orb +76 -33
  285. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  286. package/dist/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  287. package/dist/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  288. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  289. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  290. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  291. package/dist/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  292. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  293. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  294. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  295. package/dist/behaviors/registry/app/atoms/std-trial.orb +116 -47
  296. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  297. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  298. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  299. package/dist/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  300. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  301. package/dist/behaviors/registry/app/molecules/std-application.orb +159 -159
  302. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  303. package/dist/behaviors/registry/app/molecules/std-cart.orb +49 -49
  304. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  305. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  306. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  307. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  308. package/dist/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  309. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  310. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  311. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  312. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  313. package/dist/behaviors/registry/app/organisms/std-cms.orb +296 -296
  314. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  315. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  316. package/dist/behaviors/registry/app/organisms/std-crm.orb +248 -248
  317. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  318. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  319. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  320. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  321. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  322. package/dist/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  323. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  324. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  325. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  326. package/dist/behaviors/registry/app/organisms/std-forum.orb +152 -152
  327. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  328. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  329. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  330. package/dist/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  331. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  332. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  333. package/dist/behaviors/registry/app/organisms/std-listings.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-lms.orb +381 -381
  335. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  336. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  337. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  338. package/dist/behaviors/registry/app/organisms/std-notes.orb +301 -90
  339. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  340. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  341. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  342. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  343. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  344. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  345. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  346. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  347. package/dist/behaviors/registry/app/organisms/std-survey.orb +123 -123
  348. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  349. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  350. package/dist/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  351. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  352. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  353. package/dist/behaviors/registry/core/atoms/std-browse.orb +55 -55
  354. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  355. package/dist/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  356. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  357. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  358. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  359. package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  360. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  361. package/dist/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  362. package/dist/behaviors/registry/core/atoms/std-filter.orb +13 -13
  363. package/dist/behaviors/registry/core/atoms/std-flag.orb +90 -90
  364. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  365. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  366. package/dist/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  367. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  368. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  369. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  370. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  371. package/dist/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  372. package/dist/behaviors/registry/core/atoms/std-push.orb +35 -35
  373. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  374. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  375. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  376. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  377. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  378. package/dist/behaviors/registry/core/atoms/std-search.orb +8 -8
  379. package/dist/behaviors/registry/core/atoms/std-selection.orb +93 -93
  380. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  381. package/dist/behaviors/registry/core/atoms/std-stats.orb +114 -114
  382. package/dist/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  383. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  384. package/dist/behaviors/registry/core/atoms/std-thread.orb +46 -46
  385. package/dist/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  386. package/dist/behaviors/registry/core/atoms/std-vote.orb +37 -37
  387. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  388. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  389. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  390. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  391. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  392. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  393. package/dist/behaviors/registry/core/molecules/std-list.orb +57 -57
  394. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  395. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  396. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  397. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  398. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  399. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  400. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  401. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  402. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  403. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  404. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  405. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  406. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  407. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  408. package/dist/behaviors/registry/game/atoms/std-timer.orb +269 -269
  409. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  410. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  411. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  412. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  413. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  414. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  415. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  416. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  417. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  418. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  419. package/dist/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  420. package/dist/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  421. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  422. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  423. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  424. package/dist/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  425. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  426. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  427. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  428. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  429. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  430. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  431. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  432. package/dist/behaviors-registry.json +4 -684
  433. package/package.json +1 -1
@@ -299,8 +299,8 @@
299
299
  "AgentContextWindow",
300
300
  {
301
301
  "emit": {
302
- "success": "AgentContextWindowLoaded",
303
- "failure": "AgentContextWindowLoadFailed"
302
+ "failure": "AgentContextWindowLoadFailed",
303
+ "success": "AgentContextWindowLoaded"
304
304
  }
305
305
  }
306
306
  ],
@@ -308,65 +308,65 @@
308
308
  "render-ui",
309
309
  "main",
310
310
  {
311
+ "type": "stack",
312
+ "direction": "vertical",
311
313
  "gap": "lg",
312
314
  "children": [
313
315
  {
314
- "direction": "horizontal",
316
+ "align": "center",
315
317
  "type": "stack",
318
+ "direction": "horizontal",
319
+ "gap": "sm",
316
320
  "children": [
317
321
  {
318
- "type": "icon",
319
- "name": "gauge"
322
+ "name": "gauge",
323
+ "type": "icon"
320
324
  },
321
325
  {
322
- "type": "typography",
326
+ "variant": "h2",
323
327
  "content": "Token Usage",
324
- "variant": "h2"
328
+ "type": "typography"
325
329
  },
326
330
  {
327
- "variant": "default",
328
331
  "label": "Normal",
332
+ "variant": "default",
329
333
  "type": "badge"
330
334
  }
331
- ],
332
- "align": "center",
333
- "gap": "sm"
335
+ ]
334
336
  },
335
337
  {
336
338
  "type": "divider"
337
339
  },
338
340
  {
339
- "type": "progress-bar",
340
341
  "value": "@entity.current",
342
+ "type": "progress-bar",
341
343
  "max": "@entity.max"
342
344
  },
343
345
  {
344
- "type": "stack",
345
346
  "children": [
346
347
  {
348
+ "value": "@entity.current",
347
349
  "type": "stat-display",
348
- "label": "Tokens Used",
349
- "value": "@entity.current"
350
+ "label": "Tokens Used"
350
351
  },
351
352
  {
353
+ "value": "@entity.max",
352
354
  "type": "stat-display",
353
- "label": "Max Tokens",
354
- "value": "@entity.max"
355
+ "label": "Max Tokens"
355
356
  }
356
357
  ],
357
358
  "direction": "horizontal",
358
- "gap": "md"
359
+ "gap": "md",
360
+ "type": "stack"
359
361
  },
360
362
  {
361
363
  "variant": "ghost",
362
364
  "action": "RESET",
363
365
  "label": "Reset",
364
- "type": "button",
365
- "icon": "rotate-ccw"
366
+ "icon": "rotate-ccw",
367
+ "type": "button"
366
368
  }
367
- ],
368
- "type": "stack",
369
- "direction": "vertical"
369
+ ]
370
370
  }
371
371
  ]
372
372
  ]
@@ -400,54 +400,54 @@
400
400
  "type": "stack",
401
401
  "children": [
402
402
  {
403
- "name": "gauge",
404
- "type": "icon"
403
+ "type": "icon",
404
+ "name": "gauge"
405
405
  },
406
406
  {
407
- "variant": "h2",
408
407
  "type": "typography",
409
- "content": "Token Usage"
408
+ "content": "Token Usage",
409
+ "variant": "h2"
410
410
  },
411
411
  {
412
- "variant": "default",
412
+ "label": "Normal",
413
413
  "type": "badge",
414
- "label": "Normal"
414
+ "variant": "default"
415
415
  }
416
416
  ],
417
- "gap": "sm",
418
- "align": "center"
417
+ "align": "center",
418
+ "gap": "sm"
419
419
  },
420
420
  {
421
421
  "type": "divider"
422
422
  },
423
423
  {
424
424
  "max": "@entity.max",
425
- "value": "@entity.current",
426
- "type": "progress-bar"
425
+ "type": "progress-bar",
426
+ "value": "@entity.current"
427
427
  },
428
428
  {
429
- "type": "stack",
430
- "gap": "md",
431
429
  "direction": "horizontal",
430
+ "gap": "md",
431
+ "type": "stack",
432
432
  "children": [
433
433
  {
434
+ "type": "stat-display",
434
435
  "value": "@entity.current",
435
- "label": "Tokens Used",
436
- "type": "stat-display"
436
+ "label": "Tokens Used"
437
437
  },
438
438
  {
439
439
  "type": "stat-display",
440
- "label": "Max Tokens",
441
- "value": "@entity.max"
440
+ "value": "@entity.max",
441
+ "label": "Max Tokens"
442
442
  }
443
443
  ]
444
444
  },
445
445
  {
446
446
  "icon": "rotate-ccw",
447
- "variant": "ghost",
448
- "action": "RESET",
449
447
  "type": "button",
450
- "label": "Reset"
448
+ "label": "Reset",
449
+ "action": "RESET",
450
+ "variant": "ghost"
451
451
  }
452
452
  ],
453
453
  "type": "stack",
@@ -492,45 +492,46 @@
492
492
  "render-ui",
493
493
  "main",
494
494
  {
495
+ "type": "stack",
496
+ "direction": "vertical",
495
497
  "children": [
496
498
  {
497
499
  "gap": "sm",
498
- "align": "center",
500
+ "type": "stack",
501
+ "direction": "horizontal",
499
502
  "children": [
500
503
  {
501
- "type": "icon",
502
- "name": "alert-triangle"
504
+ "name": "alert-triangle",
505
+ "type": "icon"
503
506
  },
504
507
  {
505
- "variant": "h2",
506
508
  "type": "typography",
507
- "content": "Token Usage"
509
+ "content": "Token Usage",
510
+ "variant": "h2"
508
511
  },
509
512
  {
510
- "type": "badge",
513
+ "variant": "warning",
511
514
  "label": "Warning",
512
- "variant": "warning"
515
+ "type": "badge"
513
516
  }
514
517
  ],
515
- "direction": "horizontal",
516
- "type": "stack"
518
+ "align": "center"
517
519
  },
518
520
  {
519
521
  "type": "divider"
520
522
  },
521
523
  {
522
524
  "type": "alert",
523
- "variant": "warning",
524
- "message": "Token usage approaching limit. Consider compacting."
525
+ "message": "Token usage approaching limit. Consider compacting.",
526
+ "variant": "warning"
525
527
  },
526
528
  {
527
- "type": "progress-bar",
529
+ "max": "@entity.max",
528
530
  "value": "@entity.current",
529
- "max": "@entity.max"
531
+ "type": "progress-bar"
530
532
  },
531
533
  {
532
534
  "type": "stack",
533
- "direction": "horizontal",
534
535
  "children": [
535
536
  {
536
537
  "value": "@entity.current",
@@ -538,38 +539,37 @@
538
539
  "label": "Tokens Used"
539
540
  },
540
541
  {
541
- "value": "@entity.max",
542
542
  "type": "stat-display",
543
+ "value": "@entity.max",
543
544
  "label": "Max Tokens"
544
545
  }
545
546
  ],
546
- "gap": "md"
547
+ "gap": "md",
548
+ "direction": "horizontal"
547
549
  },
548
550
  {
551
+ "type": "stack",
552
+ "direction": "horizontal",
553
+ "gap": "sm",
549
554
  "children": [
550
555
  {
556
+ "action": "COMPACT",
551
557
  "variant": "primary",
552
558
  "icon": "minimize-2",
553
559
  "label": "Compact",
554
- "type": "button",
555
- "action": "COMPACT"
560
+ "type": "button"
556
561
  },
557
562
  {
558
563
  "type": "button",
559
- "icon": "rotate-ccw",
560
- "action": "RESET",
561
564
  "variant": "ghost",
562
- "label": "Reset"
565
+ "label": "Reset",
566
+ "action": "RESET",
567
+ "icon": "rotate-ccw"
563
568
  }
564
- ],
565
- "type": "stack",
566
- "gap": "sm",
567
- "direction": "horizontal"
569
+ ]
568
570
  }
569
571
  ],
570
- "gap": "lg",
571
- "type": "stack",
572
- "direction": "vertical"
572
+ "gap": "lg"
573
573
  }
574
574
  ]
575
575
  ]
@@ -597,84 +597,84 @@
597
597
  "render-ui",
598
598
  "main",
599
599
  {
600
- "direction": "vertical",
600
+ "type": "stack",
601
+ "gap": "lg",
601
602
  "children": [
602
603
  {
604
+ "direction": "horizontal",
603
605
  "align": "center",
606
+ "type": "stack",
604
607
  "children": [
605
608
  {
606
- "type": "icon",
607
- "name": "alert-octagon"
609
+ "name": "alert-octagon",
610
+ "type": "icon"
608
611
  },
609
612
  {
610
- "variant": "h2",
611
613
  "content": "Token Usage",
614
+ "variant": "h2",
612
615
  "type": "typography"
613
616
  },
614
617
  {
615
618
  "label": "Critical",
616
- "type": "badge",
617
- "variant": "danger"
619
+ "variant": "danger",
620
+ "type": "badge"
618
621
  }
619
622
  ],
620
- "direction": "horizontal",
621
- "gap": "sm",
622
- "type": "stack"
623
+ "gap": "sm"
623
624
  },
624
625
  {
625
626
  "type": "divider"
626
627
  },
627
628
  {
628
- "variant": "error",
629
629
  "type": "alert",
630
- "message": "Token usage critical. Compact immediately to avoid truncation."
630
+ "message": "Token usage critical. Compact immediately to avoid truncation.",
631
+ "variant": "error"
631
632
  },
632
633
  {
633
- "max": "@entity.max",
634
+ "type": "progress-bar",
634
635
  "value": "@entity.current",
635
- "type": "progress-bar"
636
+ "max": "@entity.max"
636
637
  },
637
638
  {
639
+ "type": "stack",
640
+ "direction": "horizontal",
641
+ "gap": "md",
638
642
  "children": [
639
643
  {
640
- "value": "@entity.current",
641
644
  "type": "stat-display",
642
- "label": "Tokens Used"
645
+ "label": "Tokens Used",
646
+ "value": "@entity.current"
643
647
  },
644
648
  {
645
649
  "label": "Max Tokens",
646
650
  "value": "@entity.max",
647
651
  "type": "stat-display"
648
652
  }
649
- ],
650
- "gap": "md",
651
- "type": "stack",
652
- "direction": "horizontal"
653
+ ]
653
654
  },
654
655
  {
655
- "direction": "horizontal",
656
- "gap": "sm",
657
656
  "type": "stack",
657
+ "gap": "sm",
658
658
  "children": [
659
659
  {
660
- "icon": "minimize-2",
660
+ "action": "COMPACT",
661
661
  "label": "Compact Now",
662
+ "icon": "minimize-2",
662
663
  "type": "button",
663
- "variant": "primary",
664
- "action": "COMPACT"
664
+ "variant": "primary"
665
665
  },
666
666
  {
667
667
  "type": "button",
668
- "label": "Reset",
669
668
  "action": "RESET",
669
+ "icon": "rotate-ccw",
670
670
  "variant": "ghost",
671
- "icon": "rotate-ccw"
671
+ "label": "Reset"
672
672
  }
673
- ]
673
+ ],
674
+ "direction": "horizontal"
674
675
  }
675
676
  ],
676
- "gap": "lg",
677
- "type": "stack"
677
+ "direction": "vertical"
678
678
  }
679
679
  ]
680
680
  ]
@@ -699,65 +699,65 @@
699
699
  "render-ui",
700
700
  "main",
701
701
  {
702
- "type": "stack",
703
702
  "gap": "lg",
704
703
  "children": [
705
704
  {
705
+ "type": "stack",
706
+ "gap": "sm",
707
+ "direction": "horizontal",
706
708
  "children": [
707
709
  {
708
- "type": "icon",
709
- "name": "gauge"
710
+ "name": "gauge",
711
+ "type": "icon"
710
712
  },
711
713
  {
714
+ "type": "typography",
712
715
  "content": "Token Usage",
713
- "variant": "h2",
714
- "type": "typography"
716
+ "variant": "h2"
715
717
  },
716
718
  {
717
- "type": "badge",
719
+ "label": "Normal",
718
720
  "variant": "default",
719
- "label": "Normal"
721
+ "type": "badge"
720
722
  }
721
723
  ],
722
- "align": "center",
723
- "direction": "horizontal",
724
- "gap": "sm",
725
- "type": "stack"
724
+ "align": "center"
726
725
  },
727
726
  {
728
727
  "type": "divider"
729
728
  },
730
729
  {
730
+ "type": "progress-bar",
731
731
  "value": "@entity.current",
732
- "max": "@entity.max",
733
- "type": "progress-bar"
732
+ "max": "@entity.max"
734
733
  },
735
734
  {
735
+ "type": "stack",
736
+ "direction": "horizontal",
737
+ "gap": "md",
736
738
  "children": [
737
739
  {
738
- "value": "@entity.current",
740
+ "label": "Tokens Used",
739
741
  "type": "stat-display",
740
- "label": "Tokens Used"
742
+ "value": "@entity.current"
741
743
  },
742
744
  {
743
745
  "type": "stat-display",
744
746
  "label": "Max Tokens",
745
747
  "value": "@entity.max"
746
748
  }
747
- ],
748
- "gap": "md",
749
- "type": "stack",
750
- "direction": "horizontal"
749
+ ]
751
750
  },
752
751
  {
753
- "icon": "rotate-ccw",
754
- "type": "button",
755
752
  "label": "Reset",
753
+ "icon": "rotate-ccw",
756
754
  "action": "RESET",
755
+ "type": "button",
757
756
  "variant": "ghost"
758
757
  }
759
758
  ],
760
- "direction": "vertical"
759
+ "direction": "vertical",
760
+ "type": "stack"
761
761
  }
762
762
  ]
763
763
  ]
@@ -776,29 +776,28 @@
776
776
  "render-ui",
777
777
  "main",
778
778
  {
779
- "gap": "lg",
780
- "type": "stack",
781
779
  "direction": "vertical",
780
+ "type": "stack",
782
781
  "children": [
783
782
  {
783
+ "type": "stack",
784
784
  "align": "center",
785
785
  "direction": "horizontal",
786
786
  "gap": "sm",
787
- "type": "stack",
788
787
  "children": [
789
788
  {
790
789
  "type": "icon",
791
790
  "name": "gauge"
792
791
  },
793
792
  {
794
- "content": "Token Usage",
795
793
  "variant": "h2",
796
- "type": "typography"
794
+ "type": "typography",
795
+ "content": "Token Usage"
797
796
  },
798
797
  {
799
- "variant": "default",
800
798
  "type": "badge",
801
- "label": "Normal"
799
+ "label": "Normal",
800
+ "variant": "default"
802
801
  }
803
802
  ]
804
803
  },
@@ -806,35 +805,36 @@
806
805
  "type": "divider"
807
806
  },
808
807
  {
809
- "max": "@entity.max",
808
+ "value": "@entity.current",
810
809
  "type": "progress-bar",
811
- "value": "@entity.current"
810
+ "max": "@entity.max"
812
811
  },
813
812
  {
814
813
  "type": "stack",
815
814
  "direction": "horizontal",
816
- "gap": "md",
817
815
  "children": [
818
816
  {
817
+ "value": "@entity.current",
819
818
  "type": "stat-display",
820
- "label": "Tokens Used",
821
- "value": "@entity.current"
819
+ "label": "Tokens Used"
822
820
  },
823
821
  {
824
- "value": "@entity.max",
825
822
  "type": "stat-display",
826
- "label": "Max Tokens"
823
+ "label": "Max Tokens",
824
+ "value": "@entity.max"
827
825
  }
828
- ]
826
+ ],
827
+ "gap": "md"
829
828
  },
830
829
  {
831
- "type": "button",
832
- "icon": "rotate-ccw",
833
830
  "variant": "ghost",
831
+ "type": "button",
834
832
  "label": "Reset",
835
- "action": "RESET"
833
+ "action": "RESET",
834
+ "icon": "rotate-ccw"
836
835
  }
837
- ]
836
+ ],
837
+ "gap": "lg"
838
838
  }
839
839
  ]
840
840
  ]
@@ -874,29 +874,28 @@
874
874
  "render-ui",
875
875
  "main",
876
876
  {
877
- "type": "stack",
878
877
  "children": [
879
878
  {
880
- "gap": "sm",
881
- "direction": "horizontal",
882
879
  "align": "center",
883
- "type": "stack",
884
880
  "children": [
885
881
  {
886
- "type": "icon",
887
- "name": "alert-triangle"
882
+ "name": "alert-triangle",
883
+ "type": "icon"
888
884
  },
889
885
  {
886
+ "variant": "h2",
890
887
  "type": "typography",
891
- "content": "Token Usage",
892
- "variant": "h2"
888
+ "content": "Token Usage"
893
889
  },
894
890
  {
895
- "type": "badge",
896
891
  "label": "Warning",
892
+ "type": "badge",
897
893
  "variant": "warning"
898
894
  }
899
- ]
895
+ ],
896
+ "type": "stack",
897
+ "direction": "horizontal",
898
+ "gap": "sm"
900
899
  },
901
900
  {
902
901
  "type": "divider"
@@ -907,50 +906,51 @@
907
906
  "variant": "warning"
908
907
  },
909
908
  {
909
+ "max": "@entity.max",
910
910
  "type": "progress-bar",
911
- "value": "@entity.current",
912
- "max": "@entity.max"
911
+ "value": "@entity.current"
913
912
  },
914
913
  {
915
914
  "children": [
916
915
  {
917
- "value": "@entity.current",
918
916
  "type": "stat-display",
917
+ "value": "@entity.current",
919
918
  "label": "Tokens Used"
920
919
  },
921
920
  {
922
- "type": "stat-display",
921
+ "value": "@entity.max",
923
922
  "label": "Max Tokens",
924
- "value": "@entity.max"
923
+ "type": "stat-display"
925
924
  }
926
925
  ],
927
- "type": "stack",
928
926
  "gap": "md",
927
+ "type": "stack",
929
928
  "direction": "horizontal"
930
929
  },
931
930
  {
932
931
  "direction": "horizontal",
933
- "gap": "sm",
934
932
  "type": "stack",
935
933
  "children": [
936
934
  {
937
- "label": "Compact",
938
935
  "action": "COMPACT",
936
+ "variant": "primary",
939
937
  "type": "button",
940
- "icon": "minimize-2",
941
- "variant": "primary"
938
+ "label": "Compact",
939
+ "icon": "minimize-2"
942
940
  },
943
941
  {
942
+ "label": "Reset",
943
+ "type": "button",
944
944
  "action": "RESET",
945
945
  "variant": "ghost",
946
- "type": "button",
947
- "label": "Reset",
948
946
  "icon": "rotate-ccw"
949
947
  }
950
- ]
948
+ ],
949
+ "gap": "sm"
951
950
  }
952
951
  ],
953
952
  "direction": "vertical",
953
+ "type": "stack",
954
954
  "gap": "lg"
955
955
  }
956
956
  ]
@@ -980,12 +980,14 @@
980
980
  "main",
981
981
  {
982
982
  "gap": "lg",
983
+ "type": "stack",
983
984
  "children": [
984
985
  {
986
+ "type": "stack",
985
987
  "children": [
986
988
  {
987
- "type": "icon",
988
- "name": "alert-octagon"
989
+ "name": "alert-octagon",
990
+ "type": "icon"
989
991
  },
990
992
  {
991
993
  "type": "typography",
@@ -993,69 +995,67 @@
993
995
  "variant": "h2"
994
996
  },
995
997
  {
996
- "variant": "danger",
998
+ "label": "Critical",
997
999
  "type": "badge",
998
- "label": "Critical"
1000
+ "variant": "danger"
999
1001
  }
1000
1002
  ],
1001
- "align": "center",
1002
- "type": "stack",
1003
1003
  "direction": "horizontal",
1004
- "gap": "sm"
1004
+ "gap": "sm",
1005
+ "align": "center"
1005
1006
  },
1006
1007
  {
1007
1008
  "type": "divider"
1008
1009
  },
1009
1010
  {
1010
- "variant": "error",
1011
1011
  "type": "alert",
1012
- "message": "Token usage critical. Compact immediately to avoid truncation."
1012
+ "message": "Token usage critical. Compact immediately to avoid truncation.",
1013
+ "variant": "error"
1013
1014
  },
1014
1015
  {
1016
+ "type": "progress-bar",
1015
1017
  "value": "@entity.current",
1016
- "max": "@entity.max",
1017
- "type": "progress-bar"
1018
+ "max": "@entity.max"
1018
1019
  },
1019
1020
  {
1021
+ "gap": "md",
1020
1022
  "type": "stack",
1023
+ "direction": "horizontal",
1021
1024
  "children": [
1022
1025
  {
1023
- "value": "@entity.current",
1024
1026
  "label": "Tokens Used",
1025
- "type": "stat-display"
1027
+ "type": "stat-display",
1028
+ "value": "@entity.current"
1026
1029
  },
1027
1030
  {
1028
- "label": "Max Tokens",
1031
+ "type": "stat-display",
1029
1032
  "value": "@entity.max",
1030
- "type": "stat-display"
1033
+ "label": "Max Tokens"
1031
1034
  }
1032
- ],
1033
- "direction": "horizontal",
1034
- "gap": "md"
1035
+ ]
1035
1036
  },
1036
1037
  {
1037
- "type": "stack",
1038
1038
  "direction": "horizontal",
1039
- "gap": "sm",
1040
1039
  "children": [
1041
1040
  {
1042
- "label": "Compact Now",
1043
- "action": "COMPACT",
1044
1041
  "type": "button",
1042
+ "label": "Compact Now",
1045
1043
  "variant": "primary",
1046
- "icon": "minimize-2"
1044
+ "icon": "minimize-2",
1045
+ "action": "COMPACT"
1047
1046
  },
1048
1047
  {
1049
- "variant": "ghost",
1048
+ "type": "button",
1050
1049
  "icon": "rotate-ccw",
1051
1050
  "action": "RESET",
1052
- "type": "button",
1053
- "label": "Reset"
1051
+ "label": "Reset",
1052
+ "variant": "ghost"
1054
1053
  }
1055
- ]
1054
+ ],
1055
+ "type": "stack",
1056
+ "gap": "sm"
1056
1057
  }
1057
1058
  ],
1058
- "type": "stack",
1059
1059
  "direction": "vertical"
1060
1060
  }
1061
1061
  ]
@@ -1084,18 +1084,22 @@
1084
1084
  "render-ui",
1085
1085
  "main",
1086
1086
  {
1087
+ "direction": "vertical",
1088
+ "gap": "lg",
1087
1089
  "type": "stack",
1088
1090
  "children": [
1089
1091
  {
1092
+ "direction": "horizontal",
1093
+ "align": "center",
1090
1094
  "children": [
1091
1095
  {
1092
1096
  "type": "icon",
1093
1097
  "name": "gauge"
1094
1098
  },
1095
1099
  {
1096
- "variant": "h2",
1100
+ "content": "Token Usage",
1097
1101
  "type": "typography",
1098
- "content": "Token Usage"
1102
+ "variant": "h2"
1099
1103
  },
1100
1104
  {
1101
1105
  "variant": "default",
@@ -1103,46 +1107,42 @@
1103
1107
  "type": "badge"
1104
1108
  }
1105
1109
  ],
1106
- "gap": "sm",
1107
- "direction": "horizontal",
1108
- "align": "center",
1109
- "type": "stack"
1110
+ "type": "stack",
1111
+ "gap": "sm"
1110
1112
  },
1111
1113
  {
1112
1114
  "type": "divider"
1113
1115
  },
1114
1116
  {
1115
- "value": "@entity.current",
1116
1117
  "type": "progress-bar",
1118
+ "value": "@entity.current",
1117
1119
  "max": "@entity.max"
1118
1120
  },
1119
1121
  {
1120
- "gap": "md",
1121
1122
  "direction": "horizontal",
1122
1123
  "type": "stack",
1123
1124
  "children": [
1124
1125
  {
1125
- "type": "stat-display",
1126
1126
  "label": "Tokens Used",
1127
+ "type": "stat-display",
1127
1128
  "value": "@entity.current"
1128
1129
  },
1129
1130
  {
1130
- "value": "@entity.max",
1131
1131
  "type": "stat-display",
1132
- "label": "Max Tokens"
1132
+ "label": "Max Tokens",
1133
+ "value": "@entity.max"
1133
1134
  }
1134
- ]
1135
+ ],
1136
+ "gap": "md"
1135
1137
  },
1136
1138
  {
1137
- "label": "Reset",
1138
- "variant": "ghost",
1139
1139
  "type": "button",
1140
+ "variant": "ghost",
1140
1141
  "icon": "rotate-ccw",
1141
- "action": "RESET"
1142
+ "action": "RESET",
1143
+ "label": "Reset"
1142
1144
  }
1143
- ],
1144
- "gap": "lg",
1145
- "direction": "vertical"
1145
+ ]
1146
1146
  }
1147
1147
  ]
1148
1148
  ]
@@ -1167,13 +1167,11 @@
1167
1167
  "render-ui",
1168
1168
  "main",
1169
1169
  {
1170
- "type": "stack",
1171
- "direction": "vertical",
1172
1170
  "gap": "lg",
1171
+ "direction": "vertical",
1172
+ "type": "stack",
1173
1173
  "children": [
1174
1174
  {
1175
- "gap": "sm",
1176
- "align": "center",
1177
1175
  "direction": "horizontal",
1178
1176
  "type": "stack",
1179
1177
  "children": [
@@ -1191,39 +1189,41 @@
1191
1189
  "type": "badge",
1192
1190
  "label": "Normal"
1193
1191
  }
1194
- ]
1192
+ ],
1193
+ "align": "center",
1194
+ "gap": "sm"
1195
1195
  },
1196
1196
  {
1197
1197
  "type": "divider"
1198
1198
  },
1199
1199
  {
1200
- "type": "progress-bar",
1200
+ "value": "@entity.current",
1201
1201
  "max": "@entity.max",
1202
- "value": "@entity.current"
1202
+ "type": "progress-bar"
1203
1203
  },
1204
1204
  {
1205
1205
  "type": "stack",
1206
+ "gap": "md",
1207
+ "direction": "horizontal",
1206
1208
  "children": [
1207
1209
  {
1208
- "value": "@entity.current",
1209
1210
  "type": "stat-display",
1210
- "label": "Tokens Used"
1211
+ "label": "Tokens Used",
1212
+ "value": "@entity.current"
1211
1213
  },
1212
1214
  {
1213
1215
  "type": "stat-display",
1214
- "value": "@entity.max",
1215
- "label": "Max Tokens"
1216
+ "label": "Max Tokens",
1217
+ "value": "@entity.max"
1216
1218
  }
1217
- ],
1218
- "direction": "horizontal",
1219
- "gap": "md"
1219
+ ]
1220
1220
  },
1221
1221
  {
1222
- "action": "RESET",
1223
1222
  "label": "Reset",
1224
- "icon": "rotate-ccw",
1225
1223
  "type": "button",
1226
- "variant": "ghost"
1224
+ "variant": "ghost",
1225
+ "icon": "rotate-ccw",
1226
+ "action": "RESET"
1227
1227
  }
1228
1228
  ]
1229
1229
  }
@@ -1244,65 +1244,65 @@
1244
1244
  "render-ui",
1245
1245
  "main",
1246
1246
  {
1247
+ "gap": "lg",
1247
1248
  "type": "stack",
1248
1249
  "direction": "vertical",
1249
1250
  "children": [
1250
1251
  {
1252
+ "type": "stack",
1253
+ "align": "center",
1254
+ "gap": "sm",
1251
1255
  "children": [
1252
1256
  {
1253
- "name": "gauge",
1254
- "type": "icon"
1257
+ "type": "icon",
1258
+ "name": "gauge"
1255
1259
  },
1256
1260
  {
1257
- "variant": "h2",
1258
1261
  "type": "typography",
1259
- "content": "Token Usage"
1262
+ "content": "Token Usage",
1263
+ "variant": "h2"
1260
1264
  },
1261
1265
  {
1262
- "type": "badge",
1263
1266
  "label": "Normal",
1264
- "variant": "default"
1267
+ "variant": "default",
1268
+ "type": "badge"
1265
1269
  }
1266
1270
  ],
1267
- "type": "stack",
1268
- "direction": "horizontal",
1269
- "align": "center",
1270
- "gap": "sm"
1271
+ "direction": "horizontal"
1271
1272
  },
1272
1273
  {
1273
1274
  "type": "divider"
1274
1275
  },
1275
1276
  {
1276
- "max": "@entity.max",
1277
1277
  "type": "progress-bar",
1278
- "value": "@entity.current"
1278
+ "value": "@entity.current",
1279
+ "max": "@entity.max"
1279
1280
  },
1280
1281
  {
1281
1282
  "gap": "md",
1283
+ "type": "stack",
1284
+ "direction": "horizontal",
1282
1285
  "children": [
1283
1286
  {
1287
+ "label": "Tokens Used",
1284
1288
  "type": "stat-display",
1285
- "value": "@entity.current",
1286
- "label": "Tokens Used"
1289
+ "value": "@entity.current"
1287
1290
  },
1288
1291
  {
1289
- "value": "@entity.max",
1290
1292
  "type": "stat-display",
1291
- "label": "Max Tokens"
1293
+ "label": "Max Tokens",
1294
+ "value": "@entity.max"
1292
1295
  }
1293
- ],
1294
- "type": "stack",
1295
- "direction": "horizontal"
1296
+ ]
1296
1297
  },
1297
1298
  {
1298
- "icon": "rotate-ccw",
1299
1299
  "action": "RESET",
1300
- "type": "button",
1301
1300
  "variant": "ghost",
1302
- "label": "Reset"
1301
+ "icon": "rotate-ccw",
1302
+ "label": "Reset",
1303
+ "type": "button"
1303
1304
  }
1304
- ],
1305
- "gap": "lg"
1305
+ ]
1306
1306
  }
1307
1307
  ]
1308
1308
  ]
@@ -1330,51 +1330,53 @@
1330
1330
  "render-ui",
1331
1331
  "main",
1332
1332
  {
1333
+ "type": "stack",
1333
1334
  "direction": "vertical",
1334
1335
  "gap": "lg",
1335
- "type": "stack",
1336
1336
  "children": [
1337
1337
  {
1338
1338
  "type": "stack",
1339
1339
  "direction": "horizontal",
1340
1340
  "children": [
1341
1341
  {
1342
- "name": "alert-octagon",
1343
- "type": "icon"
1342
+ "type": "icon",
1343
+ "name": "alert-octagon"
1344
1344
  },
1345
1345
  {
1346
- "variant": "h2",
1347
1346
  "type": "typography",
1348
- "content": "Token Usage"
1347
+ "content": "Token Usage",
1348
+ "variant": "h2"
1349
1349
  },
1350
1350
  {
1351
- "type": "badge",
1352
1351
  "variant": "danger",
1353
- "label": "Critical"
1352
+ "label": "Critical",
1353
+ "type": "badge"
1354
1354
  }
1355
1355
  ],
1356
- "gap": "sm",
1357
- "align": "center"
1356
+ "align": "center",
1357
+ "gap": "sm"
1358
1358
  },
1359
1359
  {
1360
1360
  "type": "divider"
1361
1361
  },
1362
1362
  {
1363
+ "type": "alert",
1363
1364
  "variant": "error",
1364
- "message": "Token usage critical. Compact immediately to avoid truncation.",
1365
- "type": "alert"
1365
+ "message": "Token usage critical. Compact immediately to avoid truncation."
1366
1366
  },
1367
1367
  {
1368
- "max": "@entity.max",
1369
1368
  "type": "progress-bar",
1370
- "value": "@entity.current"
1369
+ "value": "@entity.current",
1370
+ "max": "@entity.max"
1371
1371
  },
1372
1372
  {
1373
+ "type": "stack",
1374
+ "direction": "horizontal",
1373
1375
  "children": [
1374
1376
  {
1375
- "type": "stat-display",
1376
1377
  "label": "Tokens Used",
1377
- "value": "@entity.current"
1378
+ "value": "@entity.current",
1379
+ "type": "stat-display"
1378
1380
  },
1379
1381
  {
1380
1382
  "value": "@entity.max",
@@ -1382,30 +1384,28 @@
1382
1384
  "type": "stat-display"
1383
1385
  }
1384
1386
  ],
1385
- "direction": "horizontal",
1386
- "gap": "md",
1387
- "type": "stack"
1387
+ "gap": "md"
1388
1388
  },
1389
1389
  {
1390
- "direction": "horizontal",
1391
- "type": "stack",
1392
- "gap": "sm",
1393
1390
  "children": [
1394
1391
  {
1395
- "action": "COMPACT",
1396
1392
  "icon": "minimize-2",
1397
- "label": "Compact Now",
1393
+ "variant": "primary",
1398
1394
  "type": "button",
1399
- "variant": "primary"
1395
+ "label": "Compact Now",
1396
+ "action": "COMPACT"
1400
1397
  },
1401
1398
  {
1402
- "type": "button",
1399
+ "action": "RESET",
1403
1400
  "label": "Reset",
1404
- "icon": "rotate-ccw",
1405
1401
  "variant": "ghost",
1406
- "action": "RESET"
1402
+ "type": "button",
1403
+ "icon": "rotate-ccw"
1407
1404
  }
1408
- ]
1405
+ ],
1406
+ "gap": "sm",
1407
+ "direction": "horizontal",
1408
+ "type": "stack"
1409
1409
  }
1410
1410
  ]
1411
1411
  }
@@ -1448,51 +1448,52 @@
1448
1448
  "main",
1449
1449
  {
1450
1450
  "gap": "lg",
1451
+ "direction": "vertical",
1451
1452
  "children": [
1452
1453
  {
1453
- "type": "stack",
1454
- "align": "center",
1454
+ "direction": "horizontal",
1455
+ "gap": "sm",
1455
1456
  "children": [
1456
1457
  {
1457
- "type": "icon",
1458
- "name": "alert-triangle"
1458
+ "name": "alert-triangle",
1459
+ "type": "icon"
1459
1460
  },
1460
1461
  {
1461
- "content": "Token Usage",
1462
+ "variant": "h2",
1462
1463
  "type": "typography",
1463
- "variant": "h2"
1464
+ "content": "Token Usage"
1464
1465
  },
1465
1466
  {
1466
- "type": "badge",
1467
1467
  "label": "Warning",
1468
- "variant": "warning"
1468
+ "variant": "warning",
1469
+ "type": "badge"
1469
1470
  }
1470
1471
  ],
1471
- "direction": "horizontal",
1472
- "gap": "sm"
1472
+ "type": "stack",
1473
+ "align": "center"
1473
1474
  },
1474
1475
  {
1475
1476
  "type": "divider"
1476
1477
  },
1477
1478
  {
1479
+ "message": "Token usage approaching limit. Consider compacting.",
1478
1480
  "variant": "warning",
1479
- "type": "alert",
1480
- "message": "Token usage approaching limit. Consider compacting."
1481
+ "type": "alert"
1481
1482
  },
1482
1483
  {
1484
+ "type": "progress-bar",
1483
1485
  "max": "@entity.max",
1484
- "value": "@entity.current",
1485
- "type": "progress-bar"
1486
+ "value": "@entity.current"
1486
1487
  },
1487
1488
  {
1489
+ "direction": "horizontal",
1488
1490
  "type": "stack",
1489
1491
  "gap": "md",
1490
- "direction": "horizontal",
1491
1492
  "children": [
1492
1493
  {
1494
+ "label": "Tokens Used",
1493
1495
  "value": "@entity.current",
1494
- "type": "stat-display",
1495
- "label": "Tokens Used"
1496
+ "type": "stat-display"
1496
1497
  },
1497
1498
  {
1498
1499
  "label": "Max Tokens",
@@ -1502,29 +1503,28 @@
1502
1503
  ]
1503
1504
  },
1504
1505
  {
1506
+ "direction": "horizontal",
1505
1507
  "gap": "sm",
1506
1508
  "type": "stack",
1507
- "direction": "horizontal",
1508
1509
  "children": [
1509
1510
  {
1510
- "icon": "minimize-2",
1511
+ "action": "COMPACT",
1511
1512
  "type": "button",
1512
- "variant": "primary",
1513
1513
  "label": "Compact",
1514
- "action": "COMPACT"
1514
+ "variant": "primary",
1515
+ "icon": "minimize-2"
1515
1516
  },
1516
1517
  {
1517
1518
  "icon": "rotate-ccw",
1518
- "variant": "ghost",
1519
- "type": "button",
1520
1519
  "label": "Reset",
1521
- "action": "RESET"
1520
+ "action": "RESET",
1521
+ "type": "button",
1522
+ "variant": "ghost"
1522
1523
  }
1523
1524
  ]
1524
1525
  }
1525
1526
  ],
1526
- "type": "stack",
1527
- "direction": "vertical"
1527
+ "type": "stack"
1528
1528
  }
1529
1529
  ]
1530
1530
  ]
@@ -1552,29 +1552,31 @@
1552
1552
  "render-ui",
1553
1553
  "main",
1554
1554
  {
1555
+ "type": "stack",
1556
+ "direction": "vertical",
1555
1557
  "gap": "lg",
1556
1558
  "children": [
1557
1559
  {
1560
+ "type": "stack",
1561
+ "gap": "sm",
1562
+ "align": "center",
1563
+ "direction": "horizontal",
1558
1564
  "children": [
1559
1565
  {
1560
1566
  "name": "gauge",
1561
1567
  "type": "icon"
1562
1568
  },
1563
1569
  {
1570
+ "type": "typography",
1564
1571
  "content": "Token Usage",
1565
- "variant": "h2",
1566
- "type": "typography"
1572
+ "variant": "h2"
1567
1573
  },
1568
1574
  {
1575
+ "label": "Normal",
1569
1576
  "variant": "default",
1570
- "type": "badge",
1571
- "label": "Normal"
1577
+ "type": "badge"
1572
1578
  }
1573
- ],
1574
- "align": "center",
1575
- "type": "stack",
1576
- "gap": "sm",
1577
- "direction": "horizontal"
1579
+ ]
1578
1580
  },
1579
1581
  {
1580
1582
  "type": "divider"
@@ -1590,27 +1592,25 @@
1590
1592
  "gap": "md",
1591
1593
  "children": [
1592
1594
  {
1595
+ "label": "Tokens Used",
1593
1596
  "value": "@entity.current",
1594
- "type": "stat-display",
1595
- "label": "Tokens Used"
1597
+ "type": "stat-display"
1596
1598
  },
1597
1599
  {
1598
- "value": "@entity.max",
1600
+ "label": "Max Tokens",
1599
1601
  "type": "stat-display",
1600
- "label": "Max Tokens"
1602
+ "value": "@entity.max"
1601
1603
  }
1602
1604
  ]
1603
1605
  },
1604
1606
  {
1605
- "action": "RESET",
1606
1607
  "variant": "ghost",
1607
1608
  "type": "button",
1609
+ "action": "RESET",
1608
1610
  "label": "Reset",
1609
1611
  "icon": "rotate-ccw"
1610
1612
  }
1611
- ],
1612
- "type": "stack",
1613
- "direction": "vertical"
1613
+ ]
1614
1614
  }
1615
1615
  ]
1616
1616
  ]
@@ -1635,9 +1635,14 @@
1635
1635
  "render-ui",
1636
1636
  "main",
1637
1637
  {
1638
+ "type": "stack",
1639
+ "direction": "vertical",
1640
+ "gap": "lg",
1638
1641
  "children": [
1639
1642
  {
1643
+ "direction": "horizontal",
1640
1644
  "gap": "sm",
1645
+ "align": "center",
1641
1646
  "children": [
1642
1647
  {
1643
1648
  "type": "icon",
@@ -1649,51 +1654,46 @@
1649
1654
  "variant": "h2"
1650
1655
  },
1651
1656
  {
1657
+ "variant": "default",
1652
1658
  "type": "badge",
1653
- "label": "Normal",
1654
- "variant": "default"
1659
+ "label": "Normal"
1655
1660
  }
1656
1661
  ],
1657
- "align": "center",
1658
- "type": "stack",
1659
- "direction": "horizontal"
1662
+ "type": "stack"
1660
1663
  },
1661
1664
  {
1662
1665
  "type": "divider"
1663
1666
  },
1664
1667
  {
1665
- "value": "@entity.current",
1666
1668
  "type": "progress-bar",
1669
+ "value": "@entity.current",
1667
1670
  "max": "@entity.max"
1668
1671
  },
1669
1672
  {
1673
+ "type": "stack",
1674
+ "direction": "horizontal",
1670
1675
  "gap": "md",
1671
1676
  "children": [
1672
1677
  {
1673
1678
  "value": "@entity.current",
1674
- "type": "stat-display",
1675
- "label": "Tokens Used"
1679
+ "label": "Tokens Used",
1680
+ "type": "stat-display"
1676
1681
  },
1677
1682
  {
1678
- "label": "Max Tokens",
1683
+ "value": "@entity.max",
1679
1684
  "type": "stat-display",
1680
- "value": "@entity.max"
1685
+ "label": "Max Tokens"
1681
1686
  }
1682
- ],
1683
- "type": "stack",
1684
- "direction": "horizontal"
1687
+ ]
1685
1688
  },
1686
1689
  {
1687
1690
  "variant": "ghost",
1688
1691
  "icon": "rotate-ccw",
1689
1692
  "action": "RESET",
1690
- "label": "Reset",
1691
- "type": "button"
1693
+ "type": "button",
1694
+ "label": "Reset"
1692
1695
  }
1693
- ],
1694
- "type": "stack",
1695
- "gap": "lg",
1696
- "direction": "vertical"
1696
+ ]
1697
1697
  }
1698
1698
  ]
1699
1699
  ]
@@ -1712,65 +1712,65 @@
1712
1712
  "render-ui",
1713
1713
  "main",
1714
1714
  {
1715
+ "gap": "lg",
1715
1716
  "direction": "vertical",
1717
+ "type": "stack",
1716
1718
  "children": [
1717
1719
  {
1718
- "gap": "sm",
1719
- "type": "stack",
1720
1720
  "direction": "horizontal",
1721
- "align": "center",
1722
1721
  "children": [
1723
1722
  {
1724
- "type": "icon",
1725
- "name": "gauge"
1723
+ "name": "gauge",
1724
+ "type": "icon"
1726
1725
  },
1727
1726
  {
1728
- "variant": "h2",
1729
1727
  "type": "typography",
1730
- "content": "Token Usage"
1728
+ "content": "Token Usage",
1729
+ "variant": "h2"
1731
1730
  },
1732
1731
  {
1733
1732
  "type": "badge",
1734
- "label": "Normal",
1735
- "variant": "default"
1733
+ "variant": "default",
1734
+ "label": "Normal"
1736
1735
  }
1737
- ]
1736
+ ],
1737
+ "type": "stack",
1738
+ "align": "center",
1739
+ "gap": "sm"
1738
1740
  },
1739
1741
  {
1740
1742
  "type": "divider"
1741
1743
  },
1742
1744
  {
1745
+ "value": "@entity.current",
1743
1746
  "max": "@entity.max",
1744
- "type": "progress-bar",
1745
- "value": "@entity.current"
1747
+ "type": "progress-bar"
1746
1748
  },
1747
1749
  {
1750
+ "direction": "horizontal",
1751
+ "gap": "md",
1748
1752
  "type": "stack",
1749
1753
  "children": [
1750
1754
  {
1755
+ "value": "@entity.current",
1751
1756
  "label": "Tokens Used",
1752
- "type": "stat-display",
1753
- "value": "@entity.current"
1757
+ "type": "stat-display"
1754
1758
  },
1755
1759
  {
1756
- "type": "stat-display",
1757
1760
  "value": "@entity.max",
1761
+ "type": "stat-display",
1758
1762
  "label": "Max Tokens"
1759
1763
  }
1760
- ],
1761
- "gap": "md",
1762
- "direction": "horizontal"
1764
+ ]
1763
1765
  },
1764
1766
  {
1765
1767
  "type": "button",
1766
1768
  "action": "RESET",
1767
1769
  "variant": "ghost",
1768
- "label": "Reset",
1769
- "icon": "rotate-ccw"
1770
+ "icon": "rotate-ccw",
1771
+ "label": "Reset"
1770
1772
  }
1771
- ],
1772
- "gap": "lg",
1773
- "type": "stack"
1773
+ ]
1774
1774
  }
1775
1775
  ]
1776
1776
  ]
@@ -2008,53 +2008,53 @@
2008
2008
  "gap": "lg",
2009
2009
  "children": [
2010
2010
  {
2011
- "type": "stack",
2012
- "justify": "between",
2013
2011
  "children": [
2014
2012
  {
2015
- "type": "stack",
2016
- "align": "center",
2017
2013
  "children": [
2018
2014
  {
2019
2015
  "name": "layers",
2020
2016
  "type": "icon"
2021
2017
  },
2022
2018
  {
2023
- "content": "Context Window Alert",
2024
2019
  "type": "typography",
2025
- "variant": "h2"
2020
+ "variant": "h2",
2021
+ "content": "Context Window Alert"
2026
2022
  }
2027
2023
  ],
2024
+ "direction": "horizontal",
2028
2025
  "gap": "md",
2029
- "direction": "horizontal"
2026
+ "align": "center",
2027
+ "type": "stack"
2030
2028
  },
2031
2029
  {
2032
- "variant": "ghost",
2033
- "icon": "x",
2034
2030
  "action": "HIDE",
2031
+ "icon": "x",
2035
2032
  "label": "Dismiss",
2033
+ "variant": "ghost",
2036
2034
  "type": "button"
2037
2035
  }
2038
2036
  ],
2039
- "align": "center",
2037
+ "gap": "md",
2040
2038
  "direction": "horizontal",
2041
- "gap": "md"
2039
+ "type": "stack",
2040
+ "justify": "between",
2041
+ "align": "center"
2042
2042
  },
2043
2043
  {
2044
2044
  "type": "divider"
2045
2045
  },
2046
2046
  {
2047
+ "variant": "@entity.notificationType",
2047
2048
  "message": "@entity.message",
2048
- "type": "alert",
2049
- "variant": "@entity.notificationType"
2049
+ "type": "alert"
2050
2050
  },
2051
2051
  {
2052
2052
  "type": "toast-slot"
2053
2053
  },
2054
2054
  {
2055
- "message": "@entity.message",
2055
+ "type": "alert",
2056
2056
  "variant": "warning",
2057
- "type": "alert"
2057
+ "message": "@entity.message"
2058
2058
  }
2059
2059
  ]
2060
2060
  }
@@ -2080,58 +2080,58 @@
2080
2080
  "render-ui",
2081
2081
  "main",
2082
2082
  {
2083
+ "type": "stack",
2083
2084
  "children": [
2084
2085
  {
2085
- "type": "stack",
2086
- "gap": "md",
2087
- "justify": "between",
2088
2086
  "children": [
2089
2087
  {
2090
- "gap": "md",
2091
- "direction": "horizontal",
2092
- "type": "stack",
2093
- "align": "center",
2094
2088
  "children": [
2095
2089
  {
2096
- "type": "icon",
2097
- "name": "layers"
2090
+ "name": "layers",
2091
+ "type": "icon"
2098
2092
  },
2099
2093
  {
2094
+ "variant": "h2",
2100
2095
  "content": "Context Window Alert",
2101
- "type": "typography",
2102
- "variant": "h2"
2096
+ "type": "typography"
2103
2097
  }
2104
- ]
2098
+ ],
2099
+ "gap": "md",
2100
+ "type": "stack",
2101
+ "direction": "horizontal",
2102
+ "align": "center"
2105
2103
  },
2106
2104
  {
2105
+ "type": "button",
2107
2106
  "label": "Dismiss",
2108
- "variant": "ghost",
2109
2107
  "action": "HIDE",
2110
- "icon": "x",
2111
- "type": "button"
2108
+ "variant": "ghost",
2109
+ "icon": "x"
2112
2110
  }
2113
2111
  ],
2114
2112
  "direction": "horizontal",
2115
- "align": "center"
2113
+ "type": "stack",
2114
+ "align": "center",
2115
+ "justify": "between",
2116
+ "gap": "md"
2116
2117
  },
2117
2118
  {
2118
2119
  "type": "divider"
2119
2120
  },
2120
2121
  {
2121
2122
  "type": "alert",
2122
- "variant": "@entity.notificationType",
2123
- "message": "@entity.message"
2123
+ "message": "@entity.message",
2124
+ "variant": "@entity.notificationType"
2124
2125
  },
2125
2126
  {
2126
2127
  "type": "toast-slot"
2127
2128
  },
2128
2129
  {
2129
2130
  "message": "@entity.message",
2130
- "variant": "warning",
2131
- "type": "alert"
2131
+ "type": "alert",
2132
+ "variant": "warning"
2132
2133
  }
2133
2134
  ],
2134
- "type": "stack",
2135
2135
  "direction": "vertical",
2136
2136
  "gap": "lg"
2137
2137
  }
@@ -2416,10 +2416,10 @@
2416
2416
  "render-ui",
2417
2417
  "main",
2418
2418
  {
2419
- "icon": "layers",
2420
- "title": "Context Window",
2421
2419
  "type": "empty-state",
2422
- "description": "Context Window is ready"
2420
+ "title": "Context Window",
2421
+ "description": "Context Window is ready",
2422
+ "icon": "layers"
2423
2423
  }
2424
2424
  ]
2425
2425
  ]
@@ -2534,8 +2534,8 @@
2534
2534
  "emit",
2535
2535
  "SHOW",
2536
2536
  {
2537
- "message": "Token usage approaching limit",
2538
- "notificationType": "warning"
2537
+ "notificationType": "warning",
2538
+ "message": "Token usage approaching limit"
2539
2539
  }
2540
2540
  ]
2541
2541
  ]
@@ -2574,8 +2574,8 @@
2574
2574
  "emit",
2575
2575
  "UPDATE",
2576
2576
  {
2577
- "current": "@entity.tokenCount",
2578
- "max": "@entity.maxTokens"
2577
+ "max": "@entity.maxTokens",
2578
+ "current": "@entity.tokenCount"
2579
2579
  }
2580
2580
  ],
2581
2581
  [
@@ -2629,8 +2629,8 @@
2629
2629
  "emit",
2630
2630
  "UPDATE",
2631
2631
  {
2632
- "max": "@entity.maxTokens",
2633
- "current": "@entity.tokenCount"
2632
+ "current": "@entity.tokenCount",
2633
+ "max": "@entity.maxTokens"
2634
2634
  }
2635
2635
  ]
2636
2636
  ]