@almadar/std 7.4.7 → 7.4.8
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.
- package/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -228,65 +228,65 @@
|
|
|
228
228
|
"render-ui",
|
|
229
229
|
"main",
|
|
230
230
|
{
|
|
231
|
+
"type": "stack",
|
|
231
232
|
"gap": "lg",
|
|
232
233
|
"direction": "vertical",
|
|
233
234
|
"children": [
|
|
234
235
|
{
|
|
235
|
-
"direction": "horizontal",
|
|
236
|
-
"align": "center",
|
|
237
236
|
"children": [
|
|
238
237
|
{
|
|
239
|
-
"
|
|
240
|
-
"
|
|
238
|
+
"type": "icon",
|
|
239
|
+
"name": "gauge"
|
|
241
240
|
},
|
|
242
241
|
{
|
|
243
|
-
"content": "Token Usage",
|
|
244
242
|
"variant": "h2",
|
|
245
|
-
"type": "typography"
|
|
243
|
+
"type": "typography",
|
|
244
|
+
"content": "Token Usage"
|
|
246
245
|
},
|
|
247
246
|
{
|
|
248
|
-
"label": "Normal",
|
|
249
247
|
"variant": "default",
|
|
250
|
-
"type": "badge"
|
|
248
|
+
"type": "badge",
|
|
249
|
+
"label": "Normal"
|
|
251
250
|
}
|
|
252
251
|
],
|
|
252
|
+
"type": "stack",
|
|
253
253
|
"gap": "sm",
|
|
254
|
-
"
|
|
254
|
+
"direction": "horizontal",
|
|
255
|
+
"align": "center"
|
|
255
256
|
},
|
|
256
257
|
{
|
|
257
258
|
"type": "divider"
|
|
258
259
|
},
|
|
259
260
|
{
|
|
260
261
|
"max": "@entity.max",
|
|
261
|
-
"
|
|
262
|
-
"
|
|
262
|
+
"type": "progress-bar",
|
|
263
|
+
"value": "@entity.current"
|
|
263
264
|
},
|
|
264
265
|
{
|
|
265
|
-
"direction": "horizontal",
|
|
266
266
|
"type": "stack",
|
|
267
|
+
"direction": "horizontal",
|
|
267
268
|
"gap": "md",
|
|
268
269
|
"children": [
|
|
269
270
|
{
|
|
271
|
+
"type": "stat-display",
|
|
270
272
|
"label": "Tokens Used",
|
|
271
|
-
"value": "@entity.current"
|
|
272
|
-
"type": "stat-display"
|
|
273
|
+
"value": "@entity.current"
|
|
273
274
|
},
|
|
274
275
|
{
|
|
275
|
-
"type": "stat-display",
|
|
276
276
|
"label": "Max Tokens",
|
|
277
|
-
"value": "@entity.max"
|
|
277
|
+
"value": "@entity.max",
|
|
278
|
+
"type": "stat-display"
|
|
278
279
|
}
|
|
279
280
|
]
|
|
280
281
|
},
|
|
281
282
|
{
|
|
282
|
-
"
|
|
283
|
-
"type": "button",
|
|
283
|
+
"icon": "rotate-ccw",
|
|
284
284
|
"label": "Reset",
|
|
285
|
-
"
|
|
286
|
-
"
|
|
285
|
+
"type": "button",
|
|
286
|
+
"action": "RESET",
|
|
287
|
+
"variant": "ghost"
|
|
287
288
|
}
|
|
288
|
-
]
|
|
289
|
-
"type": "stack"
|
|
289
|
+
]
|
|
290
290
|
}
|
|
291
291
|
]
|
|
292
292
|
]
|
|
@@ -315,38 +315,42 @@
|
|
|
315
315
|
"main",
|
|
316
316
|
{
|
|
317
317
|
"direction": "vertical",
|
|
318
|
+
"type": "stack",
|
|
318
319
|
"children": [
|
|
319
320
|
{
|
|
321
|
+
"gap": "sm",
|
|
322
|
+
"type": "stack",
|
|
323
|
+
"direction": "horizontal",
|
|
324
|
+
"align": "center",
|
|
320
325
|
"children": [
|
|
321
326
|
{
|
|
322
|
-
"
|
|
323
|
-
"
|
|
327
|
+
"type": "icon",
|
|
328
|
+
"name": "gauge"
|
|
324
329
|
},
|
|
325
330
|
{
|
|
331
|
+
"content": "Token Usage",
|
|
326
332
|
"type": "typography",
|
|
327
|
-
"variant": "h2"
|
|
328
|
-
"content": "Token Usage"
|
|
333
|
+
"variant": "h2"
|
|
329
334
|
},
|
|
330
335
|
{
|
|
336
|
+
"label": "Normal",
|
|
331
337
|
"type": "badge",
|
|
332
|
-
"variant": "default"
|
|
333
|
-
"label": "Normal"
|
|
338
|
+
"variant": "default"
|
|
334
339
|
}
|
|
335
|
-
]
|
|
336
|
-
"gap": "sm",
|
|
337
|
-
"type": "stack",
|
|
338
|
-
"direction": "horizontal",
|
|
339
|
-
"align": "center"
|
|
340
|
+
]
|
|
340
341
|
},
|
|
341
342
|
{
|
|
342
343
|
"type": "divider"
|
|
343
344
|
},
|
|
344
345
|
{
|
|
346
|
+
"max": "@entity.max",
|
|
345
347
|
"type": "progress-bar",
|
|
346
|
-
"value": "@entity.current"
|
|
347
|
-
"max": "@entity.max"
|
|
348
|
+
"value": "@entity.current"
|
|
348
349
|
},
|
|
349
350
|
{
|
|
351
|
+
"direction": "horizontal",
|
|
352
|
+
"type": "stack",
|
|
353
|
+
"gap": "md",
|
|
350
354
|
"children": [
|
|
351
355
|
{
|
|
352
356
|
"label": "Tokens Used",
|
|
@@ -354,25 +358,21 @@
|
|
|
354
358
|
"value": "@entity.current"
|
|
355
359
|
},
|
|
356
360
|
{
|
|
361
|
+
"type": "stat-display",
|
|
357
362
|
"label": "Max Tokens",
|
|
358
|
-
"value": "@entity.max"
|
|
359
|
-
"type": "stat-display"
|
|
363
|
+
"value": "@entity.max"
|
|
360
364
|
}
|
|
361
|
-
]
|
|
362
|
-
"type": "stack",
|
|
363
|
-
"gap": "md",
|
|
364
|
-
"direction": "horizontal"
|
|
365
|
+
]
|
|
365
366
|
},
|
|
366
367
|
{
|
|
367
|
-
"type": "button",
|
|
368
|
-
"icon": "rotate-ccw",
|
|
369
368
|
"variant": "ghost",
|
|
369
|
+
"type": "button",
|
|
370
|
+
"label": "Reset",
|
|
370
371
|
"action": "RESET",
|
|
371
|
-
"
|
|
372
|
+
"icon": "rotate-ccw"
|
|
372
373
|
}
|
|
373
374
|
],
|
|
374
|
-
"gap": "lg"
|
|
375
|
-
"type": "stack"
|
|
375
|
+
"gap": "lg"
|
|
376
376
|
}
|
|
377
377
|
]
|
|
378
378
|
]
|
|
@@ -412,84 +412,84 @@
|
|
|
412
412
|
"render-ui",
|
|
413
413
|
"main",
|
|
414
414
|
{
|
|
415
|
-
"gap": "lg",
|
|
416
|
-
"type": "stack",
|
|
417
415
|
"children": [
|
|
418
416
|
{
|
|
419
|
-
"align": "center",
|
|
420
417
|
"children": [
|
|
421
418
|
{
|
|
422
|
-
"
|
|
423
|
-
"
|
|
419
|
+
"name": "alert-triangle",
|
|
420
|
+
"type": "icon"
|
|
424
421
|
},
|
|
425
422
|
{
|
|
426
|
-
"type": "typography",
|
|
427
423
|
"content": "Token Usage",
|
|
424
|
+
"type": "typography",
|
|
428
425
|
"variant": "h2"
|
|
429
426
|
},
|
|
430
427
|
{
|
|
431
428
|
"variant": "warning",
|
|
432
|
-
"
|
|
433
|
-
"
|
|
429
|
+
"label": "Warning",
|
|
430
|
+
"type": "badge"
|
|
434
431
|
}
|
|
435
432
|
],
|
|
436
|
-
"
|
|
433
|
+
"direction": "horizontal",
|
|
437
434
|
"gap": "sm",
|
|
438
|
-
"
|
|
435
|
+
"align": "center",
|
|
436
|
+
"type": "stack"
|
|
439
437
|
},
|
|
440
438
|
{
|
|
441
439
|
"type": "divider"
|
|
442
440
|
},
|
|
443
441
|
{
|
|
444
|
-
"type": "alert",
|
|
445
442
|
"variant": "warning",
|
|
443
|
+
"type": "alert",
|
|
446
444
|
"message": "Token usage approaching limit. Consider compacting."
|
|
447
445
|
},
|
|
448
446
|
{
|
|
449
447
|
"max": "@entity.max",
|
|
450
|
-
"
|
|
451
|
-
"
|
|
448
|
+
"type": "progress-bar",
|
|
449
|
+
"value": "@entity.current"
|
|
452
450
|
},
|
|
453
451
|
{
|
|
454
|
-
"gap": "md",
|
|
455
452
|
"type": "stack",
|
|
456
|
-
"direction": "horizontal",
|
|
457
453
|
"children": [
|
|
458
454
|
{
|
|
459
|
-
"
|
|
455
|
+
"label": "Tokens Used",
|
|
460
456
|
"type": "stat-display",
|
|
461
|
-
"
|
|
457
|
+
"value": "@entity.current"
|
|
462
458
|
},
|
|
463
459
|
{
|
|
464
460
|
"label": "Max Tokens",
|
|
465
461
|
"type": "stat-display",
|
|
466
462
|
"value": "@entity.max"
|
|
467
463
|
}
|
|
468
|
-
]
|
|
464
|
+
],
|
|
465
|
+
"gap": "md",
|
|
466
|
+
"direction": "horizontal"
|
|
469
467
|
},
|
|
470
468
|
{
|
|
471
|
-
"gap": "sm",
|
|
472
|
-
"type": "stack",
|
|
473
|
-
"direction": "horizontal",
|
|
474
469
|
"children": [
|
|
475
470
|
{
|
|
476
|
-
"icon": "minimize-2",
|
|
477
|
-
"variant": "primary",
|
|
478
471
|
"action": "COMPACT",
|
|
472
|
+
"variant": "primary",
|
|
479
473
|
"type": "button",
|
|
474
|
+
"icon": "minimize-2",
|
|
480
475
|
"label": "Compact"
|
|
481
476
|
},
|
|
482
477
|
{
|
|
483
|
-
"type": "button",
|
|
484
|
-
"action": "RESET",
|
|
485
|
-
"label": "Reset",
|
|
486
478
|
"icon": "rotate-ccw",
|
|
479
|
+
"label": "Reset",
|
|
480
|
+
"action": "RESET",
|
|
481
|
+
"type": "button",
|
|
487
482
|
"variant": "ghost"
|
|
488
483
|
}
|
|
489
|
-
]
|
|
484
|
+
],
|
|
485
|
+
"gap": "sm",
|
|
486
|
+
"type": "stack",
|
|
487
|
+
"direction": "horizontal"
|
|
490
488
|
}
|
|
491
489
|
],
|
|
492
|
-
"
|
|
490
|
+
"gap": "lg",
|
|
491
|
+
"direction": "vertical",
|
|
492
|
+
"type": "stack"
|
|
493
493
|
}
|
|
494
494
|
]
|
|
495
495
|
]
|
|
@@ -517,19 +517,22 @@
|
|
|
517
517
|
"render-ui",
|
|
518
518
|
"main",
|
|
519
519
|
{
|
|
520
|
-
"gap": "lg",
|
|
521
520
|
"type": "stack",
|
|
521
|
+
"gap": "lg",
|
|
522
|
+
"direction": "vertical",
|
|
522
523
|
"children": [
|
|
523
524
|
{
|
|
525
|
+
"type": "stack",
|
|
526
|
+
"align": "center",
|
|
524
527
|
"children": [
|
|
525
528
|
{
|
|
526
529
|
"name": "alert-octagon",
|
|
527
530
|
"type": "icon"
|
|
528
531
|
},
|
|
529
532
|
{
|
|
530
|
-
"type": "typography",
|
|
531
533
|
"variant": "h2",
|
|
532
|
-
"content": "Token Usage"
|
|
534
|
+
"content": "Token Usage",
|
|
535
|
+
"type": "typography"
|
|
533
536
|
},
|
|
534
537
|
{
|
|
535
538
|
"type": "badge",
|
|
@@ -537,64 +540,61 @@
|
|
|
537
540
|
"label": "Critical"
|
|
538
541
|
}
|
|
539
542
|
],
|
|
540
|
-
"direction": "horizontal",
|
|
541
543
|
"gap": "sm",
|
|
542
|
-
"
|
|
543
|
-
"align": "center"
|
|
544
|
+
"direction": "horizontal"
|
|
544
545
|
},
|
|
545
546
|
{
|
|
546
547
|
"type": "divider"
|
|
547
548
|
},
|
|
548
549
|
{
|
|
549
|
-
"type": "alert",
|
|
550
550
|
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
551
|
+
"type": "alert",
|
|
551
552
|
"variant": "error"
|
|
552
553
|
},
|
|
553
554
|
{
|
|
554
|
-
"
|
|
555
|
+
"value": "@entity.current",
|
|
555
556
|
"type": "progress-bar",
|
|
556
|
-
"
|
|
557
|
+
"max": "@entity.max"
|
|
557
558
|
},
|
|
558
559
|
{
|
|
559
560
|
"type": "stack",
|
|
560
561
|
"gap": "md",
|
|
561
562
|
"children": [
|
|
562
563
|
{
|
|
563
|
-
"value": "@entity.current",
|
|
564
564
|
"type": "stat-display",
|
|
565
|
-
"label": "Tokens Used"
|
|
565
|
+
"label": "Tokens Used",
|
|
566
|
+
"value": "@entity.current"
|
|
566
567
|
},
|
|
567
568
|
{
|
|
569
|
+
"value": "@entity.max",
|
|
568
570
|
"type": "stat-display",
|
|
569
|
-
"label": "Max Tokens"
|
|
570
|
-
"value": "@entity.max"
|
|
571
|
+
"label": "Max Tokens"
|
|
571
572
|
}
|
|
572
573
|
],
|
|
573
574
|
"direction": "horizontal"
|
|
574
575
|
},
|
|
575
576
|
{
|
|
577
|
+
"type": "stack",
|
|
576
578
|
"children": [
|
|
577
579
|
{
|
|
578
|
-
"action": "COMPACT",
|
|
579
580
|
"variant": "primary",
|
|
580
|
-
"icon": "minimize-2",
|
|
581
581
|
"type": "button",
|
|
582
|
+
"icon": "minimize-2",
|
|
583
|
+
"action": "COMPACT",
|
|
582
584
|
"label": "Compact Now"
|
|
583
585
|
},
|
|
584
586
|
{
|
|
585
|
-
"type": "button",
|
|
586
587
|
"label": "Reset",
|
|
587
|
-
"action": "RESET",
|
|
588
588
|
"variant": "ghost",
|
|
589
|
+
"action": "RESET",
|
|
590
|
+
"type": "button",
|
|
589
591
|
"icon": "rotate-ccw"
|
|
590
592
|
}
|
|
591
593
|
],
|
|
592
|
-
"
|
|
593
|
-
"gap": "sm"
|
|
594
|
-
"direction": "horizontal"
|
|
594
|
+
"direction": "horizontal",
|
|
595
|
+
"gap": "sm"
|
|
595
596
|
}
|
|
596
|
-
]
|
|
597
|
-
"direction": "vertical"
|
|
597
|
+
]
|
|
598
598
|
}
|
|
599
599
|
]
|
|
600
600
|
]
|
|
@@ -620,40 +620,41 @@
|
|
|
620
620
|
"main",
|
|
621
621
|
{
|
|
622
622
|
"direction": "vertical",
|
|
623
|
+
"gap": "lg",
|
|
623
624
|
"children": [
|
|
624
625
|
{
|
|
625
|
-
"direction": "horizontal",
|
|
626
|
-
"type": "stack",
|
|
627
626
|
"children": [
|
|
628
627
|
{
|
|
629
|
-
"
|
|
630
|
-
"
|
|
628
|
+
"type": "icon",
|
|
629
|
+
"name": "gauge"
|
|
631
630
|
},
|
|
632
631
|
{
|
|
633
|
-
"type": "typography",
|
|
634
632
|
"content": "Token Usage",
|
|
633
|
+
"type": "typography",
|
|
635
634
|
"variant": "h2"
|
|
636
635
|
},
|
|
637
636
|
{
|
|
638
|
-
"
|
|
637
|
+
"type": "badge",
|
|
639
638
|
"variant": "default",
|
|
640
|
-
"
|
|
639
|
+
"label": "Normal"
|
|
641
640
|
}
|
|
642
641
|
],
|
|
643
|
-
"
|
|
644
|
-
"align": "center"
|
|
642
|
+
"type": "stack",
|
|
643
|
+
"align": "center",
|
|
644
|
+
"direction": "horizontal",
|
|
645
|
+
"gap": "sm"
|
|
645
646
|
},
|
|
646
647
|
{
|
|
647
648
|
"type": "divider"
|
|
648
649
|
},
|
|
649
650
|
{
|
|
650
|
-
"
|
|
651
|
+
"type": "progress-bar",
|
|
651
652
|
"value": "@entity.current",
|
|
652
|
-
"
|
|
653
|
+
"max": "@entity.max"
|
|
653
654
|
},
|
|
654
655
|
{
|
|
655
|
-
"gap": "md",
|
|
656
656
|
"type": "stack",
|
|
657
|
+
"direction": "horizontal",
|
|
657
658
|
"children": [
|
|
658
659
|
{
|
|
659
660
|
"label": "Tokens Used",
|
|
@@ -666,17 +667,16 @@
|
|
|
666
667
|
"type": "stat-display"
|
|
667
668
|
}
|
|
668
669
|
],
|
|
669
|
-
"
|
|
670
|
+
"gap": "md"
|
|
670
671
|
},
|
|
671
672
|
{
|
|
673
|
+
"icon": "rotate-ccw",
|
|
672
674
|
"action": "RESET",
|
|
673
|
-
"type": "button",
|
|
674
675
|
"variant": "ghost",
|
|
675
|
-
"
|
|
676
|
-
"
|
|
676
|
+
"type": "button",
|
|
677
|
+
"label": "Reset"
|
|
677
678
|
}
|
|
678
679
|
],
|
|
679
|
-
"gap": "lg",
|
|
680
680
|
"type": "stack"
|
|
681
681
|
}
|
|
682
682
|
]
|
|
@@ -696,10 +696,11 @@
|
|
|
696
696
|
"render-ui",
|
|
697
697
|
"main",
|
|
698
698
|
{
|
|
699
|
+
"gap": "lg",
|
|
700
|
+
"direction": "vertical",
|
|
701
|
+
"type": "stack",
|
|
699
702
|
"children": [
|
|
700
703
|
{
|
|
701
|
-
"type": "stack",
|
|
702
|
-
"direction": "horizontal",
|
|
703
704
|
"gap": "sm",
|
|
704
705
|
"children": [
|
|
705
706
|
{
|
|
@@ -707,9 +708,9 @@
|
|
|
707
708
|
"type": "icon"
|
|
708
709
|
},
|
|
709
710
|
{
|
|
710
|
-
"content": "Token Usage",
|
|
711
711
|
"variant": "h2",
|
|
712
|
-
"type": "typography"
|
|
712
|
+
"type": "typography",
|
|
713
|
+
"content": "Token Usage"
|
|
713
714
|
},
|
|
714
715
|
{
|
|
715
716
|
"label": "Normal",
|
|
@@ -717,44 +718,43 @@
|
|
|
717
718
|
"variant": "default"
|
|
718
719
|
}
|
|
719
720
|
],
|
|
720
|
-
"
|
|
721
|
+
"type": "stack",
|
|
722
|
+
"align": "center",
|
|
723
|
+
"direction": "horizontal"
|
|
721
724
|
},
|
|
722
725
|
{
|
|
723
726
|
"type": "divider"
|
|
724
727
|
},
|
|
725
728
|
{
|
|
726
|
-
"type": "progress-bar",
|
|
727
729
|
"max": "@entity.max",
|
|
730
|
+
"type": "progress-bar",
|
|
728
731
|
"value": "@entity.current"
|
|
729
732
|
},
|
|
730
733
|
{
|
|
734
|
+
"direction": "horizontal",
|
|
735
|
+
"type": "stack",
|
|
736
|
+
"gap": "md",
|
|
731
737
|
"children": [
|
|
732
738
|
{
|
|
733
|
-
"label": "Tokens Used",
|
|
734
739
|
"value": "@entity.current",
|
|
735
|
-
"type": "stat-display"
|
|
740
|
+
"type": "stat-display",
|
|
741
|
+
"label": "Tokens Used"
|
|
736
742
|
},
|
|
737
743
|
{
|
|
738
744
|
"type": "stat-display",
|
|
739
|
-
"
|
|
740
|
-
"
|
|
745
|
+
"value": "@entity.max",
|
|
746
|
+
"label": "Max Tokens"
|
|
741
747
|
}
|
|
742
|
-
]
|
|
743
|
-
"type": "stack",
|
|
744
|
-
"gap": "md",
|
|
745
|
-
"direction": "horizontal"
|
|
748
|
+
]
|
|
746
749
|
},
|
|
747
750
|
{
|
|
748
751
|
"icon": "rotate-ccw",
|
|
749
|
-
"label": "Reset",
|
|
750
|
-
"action": "RESET",
|
|
751
752
|
"type": "button",
|
|
753
|
+
"action": "RESET",
|
|
754
|
+
"label": "Reset",
|
|
752
755
|
"variant": "ghost"
|
|
753
756
|
}
|
|
754
|
-
]
|
|
755
|
-
"direction": "vertical",
|
|
756
|
-
"gap": "lg",
|
|
757
|
-
"type": "stack"
|
|
757
|
+
]
|
|
758
758
|
}
|
|
759
759
|
]
|
|
760
760
|
]
|
|
@@ -794,26 +794,28 @@
|
|
|
794
794
|
"render-ui",
|
|
795
795
|
"main",
|
|
796
796
|
{
|
|
797
|
+
"direction": "vertical",
|
|
798
|
+
"gap": "lg",
|
|
797
799
|
"children": [
|
|
798
800
|
{
|
|
799
801
|
"align": "center",
|
|
800
|
-
"direction": "horizontal",
|
|
801
802
|
"children": [
|
|
802
803
|
{
|
|
803
|
-
"
|
|
804
|
-
"
|
|
804
|
+
"type": "icon",
|
|
805
|
+
"name": "alert-triangle"
|
|
805
806
|
},
|
|
806
807
|
{
|
|
807
|
-
"type": "typography",
|
|
808
808
|
"content": "Token Usage",
|
|
809
|
-
"variant": "h2"
|
|
809
|
+
"variant": "h2",
|
|
810
|
+
"type": "typography"
|
|
810
811
|
},
|
|
811
812
|
{
|
|
813
|
+
"label": "Warning",
|
|
812
814
|
"variant": "warning",
|
|
813
|
-
"type": "badge"
|
|
814
|
-
"label": "Warning"
|
|
815
|
+
"type": "badge"
|
|
815
816
|
}
|
|
816
817
|
],
|
|
818
|
+
"direction": "horizontal",
|
|
817
819
|
"type": "stack",
|
|
818
820
|
"gap": "sm"
|
|
819
821
|
},
|
|
@@ -822,56 +824,54 @@
|
|
|
822
824
|
},
|
|
823
825
|
{
|
|
824
826
|
"type": "alert",
|
|
825
|
-
"
|
|
826
|
-
"
|
|
827
|
+
"message": "Token usage approaching limit. Consider compacting.",
|
|
828
|
+
"variant": "warning"
|
|
827
829
|
},
|
|
828
830
|
{
|
|
829
|
-
"max": "@entity.max",
|
|
830
831
|
"value": "@entity.current",
|
|
831
|
-
"type": "progress-bar"
|
|
832
|
+
"type": "progress-bar",
|
|
833
|
+
"max": "@entity.max"
|
|
832
834
|
},
|
|
833
835
|
{
|
|
836
|
+
"direction": "horizontal",
|
|
837
|
+
"gap": "md",
|
|
838
|
+
"type": "stack",
|
|
834
839
|
"children": [
|
|
835
840
|
{
|
|
836
841
|
"label": "Tokens Used",
|
|
837
|
-
"
|
|
838
|
-
"
|
|
842
|
+
"type": "stat-display",
|
|
843
|
+
"value": "@entity.current"
|
|
839
844
|
},
|
|
840
845
|
{
|
|
846
|
+
"label": "Max Tokens",
|
|
841
847
|
"value": "@entity.max",
|
|
842
|
-
"type": "stat-display"
|
|
843
|
-
"label": "Max Tokens"
|
|
848
|
+
"type": "stat-display"
|
|
844
849
|
}
|
|
845
|
-
]
|
|
846
|
-
"gap": "md",
|
|
847
|
-
"type": "stack",
|
|
848
|
-
"direction": "horizontal"
|
|
850
|
+
]
|
|
849
851
|
},
|
|
850
852
|
{
|
|
851
|
-
"
|
|
853
|
+
"gap": "sm",
|
|
852
854
|
"children": [
|
|
853
855
|
{
|
|
854
856
|
"variant": "primary",
|
|
855
|
-
"icon": "minimize-2",
|
|
856
857
|
"type": "button",
|
|
858
|
+
"icon": "minimize-2",
|
|
857
859
|
"action": "COMPACT",
|
|
858
860
|
"label": "Compact"
|
|
859
861
|
},
|
|
860
862
|
{
|
|
861
|
-
"action": "RESET",
|
|
862
863
|
"icon": "rotate-ccw",
|
|
863
|
-
"type": "button",
|
|
864
864
|
"variant": "ghost",
|
|
865
|
+
"action": "RESET",
|
|
866
|
+
"type": "button",
|
|
865
867
|
"label": "Reset"
|
|
866
868
|
}
|
|
867
869
|
],
|
|
868
|
-
"
|
|
870
|
+
"direction": "horizontal",
|
|
869
871
|
"type": "stack"
|
|
870
872
|
}
|
|
871
873
|
],
|
|
872
|
-
"type": "stack"
|
|
873
|
-
"direction": "vertical",
|
|
874
|
-
"gap": "lg"
|
|
874
|
+
"type": "stack"
|
|
875
875
|
}
|
|
876
876
|
]
|
|
877
877
|
]
|
|
@@ -899,12 +899,12 @@
|
|
|
899
899
|
"render-ui",
|
|
900
900
|
"main",
|
|
901
901
|
{
|
|
902
|
-
"gap": "lg",
|
|
903
|
-
"direction": "vertical",
|
|
904
902
|
"type": "stack",
|
|
903
|
+
"direction": "vertical",
|
|
904
|
+
"gap": "lg",
|
|
905
905
|
"children": [
|
|
906
906
|
{
|
|
907
|
-
"
|
|
907
|
+
"align": "center",
|
|
908
908
|
"type": "stack",
|
|
909
909
|
"children": [
|
|
910
910
|
{
|
|
@@ -912,45 +912,45 @@
|
|
|
912
912
|
"type": "icon"
|
|
913
913
|
},
|
|
914
914
|
{
|
|
915
|
-
"type": "typography",
|
|
916
915
|
"variant": "h2",
|
|
917
|
-
"content": "Token Usage"
|
|
916
|
+
"content": "Token Usage",
|
|
917
|
+
"type": "typography"
|
|
918
918
|
},
|
|
919
919
|
{
|
|
920
920
|
"label": "Critical",
|
|
921
|
-
"
|
|
922
|
-
"
|
|
921
|
+
"type": "badge",
|
|
922
|
+
"variant": "danger"
|
|
923
923
|
}
|
|
924
924
|
],
|
|
925
925
|
"gap": "sm",
|
|
926
|
-
"
|
|
926
|
+
"direction": "horizontal"
|
|
927
927
|
},
|
|
928
928
|
{
|
|
929
929
|
"type": "divider"
|
|
930
930
|
},
|
|
931
931
|
{
|
|
932
|
-
"
|
|
932
|
+
"variant": "error",
|
|
933
933
|
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
934
|
-
"
|
|
934
|
+
"type": "alert"
|
|
935
935
|
},
|
|
936
936
|
{
|
|
937
937
|
"type": "progress-bar",
|
|
938
|
-
"
|
|
939
|
-
"
|
|
938
|
+
"value": "@entity.current",
|
|
939
|
+
"max": "@entity.max"
|
|
940
940
|
},
|
|
941
941
|
{
|
|
942
942
|
"type": "stack",
|
|
943
943
|
"direction": "horizontal",
|
|
944
944
|
"children": [
|
|
945
945
|
{
|
|
946
|
-
"
|
|
946
|
+
"value": "@entity.current",
|
|
947
947
|
"type": "stat-display",
|
|
948
|
-
"
|
|
948
|
+
"label": "Tokens Used"
|
|
949
949
|
},
|
|
950
950
|
{
|
|
951
951
|
"value": "@entity.max",
|
|
952
|
-
"
|
|
953
|
-
"
|
|
952
|
+
"type": "stat-display",
|
|
953
|
+
"label": "Max Tokens"
|
|
954
954
|
}
|
|
955
955
|
],
|
|
956
956
|
"gap": "md"
|
|
@@ -958,23 +958,23 @@
|
|
|
958
958
|
{
|
|
959
959
|
"children": [
|
|
960
960
|
{
|
|
961
|
-
"icon": "minimize-2",
|
|
962
|
-
"type": "button",
|
|
963
961
|
"variant": "primary",
|
|
964
|
-
"
|
|
965
|
-
"
|
|
962
|
+
"type": "button",
|
|
963
|
+
"icon": "minimize-2",
|
|
964
|
+
"action": "COMPACT",
|
|
965
|
+
"label": "Compact Now"
|
|
966
966
|
},
|
|
967
967
|
{
|
|
968
|
-
"variant": "ghost",
|
|
969
|
-
"icon": "rotate-ccw",
|
|
970
968
|
"action": "RESET",
|
|
969
|
+
"variant": "ghost",
|
|
971
970
|
"type": "button",
|
|
971
|
+
"icon": "rotate-ccw",
|
|
972
972
|
"label": "Reset"
|
|
973
973
|
}
|
|
974
974
|
],
|
|
975
|
-
"type": "stack",
|
|
976
975
|
"gap": "sm",
|
|
977
|
-
"direction": "horizontal"
|
|
976
|
+
"direction": "horizontal",
|
|
977
|
+
"type": "stack"
|
|
978
978
|
}
|
|
979
979
|
]
|
|
980
980
|
}
|
|
@@ -1005,28 +1005,29 @@
|
|
|
1005
1005
|
"main",
|
|
1006
1006
|
{
|
|
1007
1007
|
"direction": "vertical",
|
|
1008
|
+
"type": "stack",
|
|
1008
1009
|
"children": [
|
|
1009
1010
|
{
|
|
1010
|
-
"
|
|
1011
|
-
"type": "stack",
|
|
1012
|
-
"align": "center",
|
|
1011
|
+
"direction": "horizontal",
|
|
1013
1012
|
"children": [
|
|
1014
1013
|
{
|
|
1015
|
-
"
|
|
1016
|
-
"
|
|
1014
|
+
"name": "gauge",
|
|
1015
|
+
"type": "icon"
|
|
1017
1016
|
},
|
|
1018
1017
|
{
|
|
1018
|
+
"variant": "h2",
|
|
1019
1019
|
"type": "typography",
|
|
1020
|
-
"content": "Token Usage"
|
|
1021
|
-
"variant": "h2"
|
|
1020
|
+
"content": "Token Usage"
|
|
1022
1021
|
},
|
|
1023
1022
|
{
|
|
1024
|
-
"variant": "default",
|
|
1025
1023
|
"type": "badge",
|
|
1026
|
-
"label": "Normal"
|
|
1024
|
+
"label": "Normal",
|
|
1025
|
+
"variant": "default"
|
|
1027
1026
|
}
|
|
1028
1027
|
],
|
|
1029
|
-
"
|
|
1028
|
+
"gap": "sm",
|
|
1029
|
+
"align": "center",
|
|
1030
|
+
"type": "stack"
|
|
1030
1031
|
},
|
|
1031
1032
|
{
|
|
1032
1033
|
"type": "divider"
|
|
@@ -1037,32 +1038,31 @@
|
|
|
1037
1038
|
"type": "progress-bar"
|
|
1038
1039
|
},
|
|
1039
1040
|
{
|
|
1040
|
-
"type": "stack",
|
|
1041
|
-
"gap": "md",
|
|
1042
|
-
"direction": "horizontal",
|
|
1043
1041
|
"children": [
|
|
1044
1042
|
{
|
|
1045
|
-
"
|
|
1043
|
+
"label": "Tokens Used",
|
|
1046
1044
|
"value": "@entity.current",
|
|
1047
|
-
"
|
|
1045
|
+
"type": "stat-display"
|
|
1048
1046
|
},
|
|
1049
1047
|
{
|
|
1050
1048
|
"value": "@entity.max",
|
|
1051
1049
|
"label": "Max Tokens",
|
|
1052
1050
|
"type": "stat-display"
|
|
1053
1051
|
}
|
|
1054
|
-
]
|
|
1052
|
+
],
|
|
1053
|
+
"direction": "horizontal",
|
|
1054
|
+
"gap": "md",
|
|
1055
|
+
"type": "stack"
|
|
1055
1056
|
},
|
|
1056
1057
|
{
|
|
1058
|
+
"label": "Reset",
|
|
1057
1059
|
"action": "RESET",
|
|
1058
|
-
"variant": "ghost",
|
|
1059
1060
|
"type": "button",
|
|
1060
|
-
"
|
|
1061
|
+
"variant": "ghost",
|
|
1061
1062
|
"icon": "rotate-ccw"
|
|
1062
1063
|
}
|
|
1063
1064
|
],
|
|
1064
|
-
"gap": "lg"
|
|
1065
|
-
"type": "stack"
|
|
1065
|
+
"gap": "lg"
|
|
1066
1066
|
}
|
|
1067
1067
|
]
|
|
1068
1068
|
]
|
|
@@ -1087,21 +1087,21 @@
|
|
|
1087
1087
|
"render-ui",
|
|
1088
1088
|
"main",
|
|
1089
1089
|
{
|
|
1090
|
-
"type": "stack",
|
|
1091
|
-
"direction": "vertical",
|
|
1092
1090
|
"gap": "lg",
|
|
1093
1091
|
"children": [
|
|
1094
1092
|
{
|
|
1093
|
+
"gap": "sm",
|
|
1095
1094
|
"direction": "horizontal",
|
|
1095
|
+
"type": "stack",
|
|
1096
1096
|
"children": [
|
|
1097
1097
|
{
|
|
1098
1098
|
"type": "icon",
|
|
1099
1099
|
"name": "gauge"
|
|
1100
1100
|
},
|
|
1101
1101
|
{
|
|
1102
|
+
"variant": "h2",
|
|
1102
1103
|
"type": "typography",
|
|
1103
|
-
"content": "Token Usage"
|
|
1104
|
-
"variant": "h2"
|
|
1104
|
+
"content": "Token Usage"
|
|
1105
1105
|
},
|
|
1106
1106
|
{
|
|
1107
1107
|
"type": "badge",
|
|
@@ -1109,17 +1109,15 @@
|
|
|
1109
1109
|
"variant": "default"
|
|
1110
1110
|
}
|
|
1111
1111
|
],
|
|
1112
|
-
"gap": "sm",
|
|
1113
|
-
"type": "stack",
|
|
1114
1112
|
"align": "center"
|
|
1115
1113
|
},
|
|
1116
1114
|
{
|
|
1117
1115
|
"type": "divider"
|
|
1118
1116
|
},
|
|
1119
1117
|
{
|
|
1118
|
+
"value": "@entity.current",
|
|
1120
1119
|
"max": "@entity.max",
|
|
1121
|
-
"type": "progress-bar"
|
|
1122
|
-
"value": "@entity.current"
|
|
1120
|
+
"type": "progress-bar"
|
|
1123
1121
|
},
|
|
1124
1122
|
{
|
|
1125
1123
|
"direction": "horizontal",
|
|
@@ -1128,24 +1126,26 @@
|
|
|
1128
1126
|
"children": [
|
|
1129
1127
|
{
|
|
1130
1128
|
"type": "stat-display",
|
|
1131
|
-
"
|
|
1132
|
-
"
|
|
1129
|
+
"label": "Tokens Used",
|
|
1130
|
+
"value": "@entity.current"
|
|
1133
1131
|
},
|
|
1134
1132
|
{
|
|
1135
1133
|
"label": "Max Tokens",
|
|
1136
|
-
"
|
|
1137
|
-
"
|
|
1134
|
+
"value": "@entity.max",
|
|
1135
|
+
"type": "stat-display"
|
|
1138
1136
|
}
|
|
1139
1137
|
]
|
|
1140
1138
|
},
|
|
1141
1139
|
{
|
|
1142
|
-
"icon": "rotate-ccw",
|
|
1143
1140
|
"action": "RESET",
|
|
1144
1141
|
"variant": "ghost",
|
|
1145
1142
|
"type": "button",
|
|
1143
|
+
"icon": "rotate-ccw",
|
|
1146
1144
|
"label": "Reset"
|
|
1147
1145
|
}
|
|
1148
|
-
]
|
|
1146
|
+
],
|
|
1147
|
+
"direction": "vertical",
|
|
1148
|
+
"type": "stack"
|
|
1149
1149
|
}
|
|
1150
1150
|
]
|
|
1151
1151
|
]
|
|
@@ -1164,13 +1164,14 @@
|
|
|
1164
1164
|
"render-ui",
|
|
1165
1165
|
"main",
|
|
1166
1166
|
{
|
|
1167
|
+
"direction": "vertical",
|
|
1167
1168
|
"type": "stack",
|
|
1168
1169
|
"gap": "lg",
|
|
1169
|
-
"direction": "vertical",
|
|
1170
1170
|
"children": [
|
|
1171
1171
|
{
|
|
1172
|
-
"
|
|
1172
|
+
"direction": "horizontal",
|
|
1173
1173
|
"gap": "sm",
|
|
1174
|
+
"type": "stack",
|
|
1174
1175
|
"children": [
|
|
1175
1176
|
{
|
|
1176
1177
|
"type": "icon",
|
|
@@ -1178,49 +1179,48 @@
|
|
|
1178
1179
|
},
|
|
1179
1180
|
{
|
|
1180
1181
|
"variant": "h2",
|
|
1181
|
-
"
|
|
1182
|
-
"
|
|
1182
|
+
"type": "typography",
|
|
1183
|
+
"content": "Token Usage"
|
|
1183
1184
|
},
|
|
1184
1185
|
{
|
|
1185
|
-
"
|
|
1186
|
+
"label": "Normal",
|
|
1186
1187
|
"type": "badge",
|
|
1187
|
-
"
|
|
1188
|
+
"variant": "default"
|
|
1188
1189
|
}
|
|
1189
1190
|
],
|
|
1190
|
-
"
|
|
1191
|
-
"type": "stack"
|
|
1191
|
+
"align": "center"
|
|
1192
1192
|
},
|
|
1193
1193
|
{
|
|
1194
1194
|
"type": "divider"
|
|
1195
1195
|
},
|
|
1196
1196
|
{
|
|
1197
|
+
"type": "progress-bar",
|
|
1197
1198
|
"value": "@entity.current",
|
|
1198
|
-
"max": "@entity.max"
|
|
1199
|
-
"type": "progress-bar"
|
|
1199
|
+
"max": "@entity.max"
|
|
1200
1200
|
},
|
|
1201
1201
|
{
|
|
1202
|
-
"gap": "md",
|
|
1203
|
-
"type": "stack",
|
|
1204
|
-
"direction": "horizontal",
|
|
1205
1202
|
"children": [
|
|
1206
1203
|
{
|
|
1207
|
-
"type": "stat-display",
|
|
1208
1204
|
"label": "Tokens Used",
|
|
1205
|
+
"type": "stat-display",
|
|
1209
1206
|
"value": "@entity.current"
|
|
1210
1207
|
},
|
|
1211
1208
|
{
|
|
1212
|
-
"label": "Max Tokens",
|
|
1213
1209
|
"value": "@entity.max",
|
|
1210
|
+
"label": "Max Tokens",
|
|
1214
1211
|
"type": "stat-display"
|
|
1215
1212
|
}
|
|
1216
|
-
]
|
|
1213
|
+
],
|
|
1214
|
+
"direction": "horizontal",
|
|
1215
|
+
"type": "stack",
|
|
1216
|
+
"gap": "md"
|
|
1217
1217
|
},
|
|
1218
1218
|
{
|
|
1219
|
-
"action": "RESET",
|
|
1220
|
-
"icon": "rotate-ccw",
|
|
1221
1219
|
"type": "button",
|
|
1220
|
+
"action": "RESET",
|
|
1222
1221
|
"label": "Reset",
|
|
1223
|
-
"variant": "ghost"
|
|
1222
|
+
"variant": "ghost",
|
|
1223
|
+
"icon": "rotate-ccw"
|
|
1224
1224
|
}
|
|
1225
1225
|
]
|
|
1226
1226
|
}
|
|
@@ -1250,9 +1250,7 @@
|
|
|
1250
1250
|
"render-ui",
|
|
1251
1251
|
"main",
|
|
1252
1252
|
{
|
|
1253
|
-
"direction": "vertical",
|
|
1254
1253
|
"type": "stack",
|
|
1255
|
-
"gap": "lg",
|
|
1256
1254
|
"children": [
|
|
1257
1255
|
{
|
|
1258
1256
|
"direction": "horizontal",
|
|
@@ -1264,13 +1262,13 @@
|
|
|
1264
1262
|
"name": "alert-octagon"
|
|
1265
1263
|
},
|
|
1266
1264
|
{
|
|
1267
|
-
"type": "typography",
|
|
1268
1265
|
"variant": "h2",
|
|
1266
|
+
"type": "typography",
|
|
1269
1267
|
"content": "Token Usage"
|
|
1270
1268
|
},
|
|
1271
1269
|
{
|
|
1272
|
-
"type": "badge",
|
|
1273
1270
|
"label": "Critical",
|
|
1271
|
+
"type": "badge",
|
|
1274
1272
|
"variant": "danger"
|
|
1275
1273
|
}
|
|
1276
1274
|
],
|
|
@@ -1280,54 +1278,56 @@
|
|
|
1280
1278
|
"type": "divider"
|
|
1281
1279
|
},
|
|
1282
1280
|
{
|
|
1283
|
-
"
|
|
1281
|
+
"type": "alert",
|
|
1284
1282
|
"variant": "error",
|
|
1285
|
-
"
|
|
1283
|
+
"message": "Token usage critical. Compact immediately to avoid truncation."
|
|
1286
1284
|
},
|
|
1287
1285
|
{
|
|
1288
|
-
"
|
|
1286
|
+
"type": "progress-bar",
|
|
1289
1287
|
"max": "@entity.max",
|
|
1290
|
-
"
|
|
1288
|
+
"value": "@entity.current"
|
|
1291
1289
|
},
|
|
1292
1290
|
{
|
|
1291
|
+
"gap": "md",
|
|
1292
|
+
"direction": "horizontal",
|
|
1293
1293
|
"children": [
|
|
1294
1294
|
{
|
|
1295
|
-
"
|
|
1295
|
+
"type": "stat-display",
|
|
1296
1296
|
"label": "Tokens Used",
|
|
1297
|
-
"
|
|
1297
|
+
"value": "@entity.current"
|
|
1298
1298
|
},
|
|
1299
1299
|
{
|
|
1300
1300
|
"value": "@entity.max",
|
|
1301
|
-
"
|
|
1302
|
-
"
|
|
1301
|
+
"type": "stat-display",
|
|
1302
|
+
"label": "Max Tokens"
|
|
1303
1303
|
}
|
|
1304
1304
|
],
|
|
1305
|
-
"gap": "md",
|
|
1306
|
-
"direction": "horizontal",
|
|
1307
1305
|
"type": "stack"
|
|
1308
1306
|
},
|
|
1309
1307
|
{
|
|
1308
|
+
"direction": "horizontal",
|
|
1309
|
+
"gap": "sm",
|
|
1310
1310
|
"children": [
|
|
1311
1311
|
{
|
|
1312
1312
|
"label": "Compact Now",
|
|
1313
|
+
"action": "COMPACT",
|
|
1313
1314
|
"type": "button",
|
|
1314
1315
|
"variant": "primary",
|
|
1315
|
-
"action": "COMPACT",
|
|
1316
1316
|
"icon": "minimize-2"
|
|
1317
1317
|
},
|
|
1318
1318
|
{
|
|
1319
|
-
"type": "button",
|
|
1320
|
-
"icon": "rotate-ccw",
|
|
1321
1319
|
"variant": "ghost",
|
|
1320
|
+
"icon": "rotate-ccw",
|
|
1321
|
+
"type": "button",
|
|
1322
1322
|
"label": "Reset",
|
|
1323
1323
|
"action": "RESET"
|
|
1324
1324
|
}
|
|
1325
1325
|
],
|
|
1326
|
-
"type": "stack"
|
|
1327
|
-
"gap": "sm",
|
|
1328
|
-
"direction": "horizontal"
|
|
1326
|
+
"type": "stack"
|
|
1329
1327
|
}
|
|
1330
|
-
]
|
|
1328
|
+
],
|
|
1329
|
+
"gap": "lg",
|
|
1330
|
+
"direction": "vertical"
|
|
1331
1331
|
}
|
|
1332
1332
|
]
|
|
1333
1333
|
]
|
|
@@ -1368,81 +1368,81 @@
|
|
|
1368
1368
|
"main",
|
|
1369
1369
|
{
|
|
1370
1370
|
"gap": "lg",
|
|
1371
|
-
"type": "stack",
|
|
1372
1371
|
"direction": "vertical",
|
|
1372
|
+
"type": "stack",
|
|
1373
1373
|
"children": [
|
|
1374
1374
|
{
|
|
1375
|
-
"
|
|
1376
|
-
"direction": "horizontal",
|
|
1377
|
-
"align": "center",
|
|
1375
|
+
"gap": "sm",
|
|
1378
1376
|
"children": [
|
|
1379
1377
|
{
|
|
1380
1378
|
"name": "alert-triangle",
|
|
1381
1379
|
"type": "icon"
|
|
1382
1380
|
},
|
|
1383
1381
|
{
|
|
1384
|
-
"content": "Token Usage",
|
|
1385
1382
|
"type": "typography",
|
|
1383
|
+
"content": "Token Usage",
|
|
1386
1384
|
"variant": "h2"
|
|
1387
1385
|
},
|
|
1388
1386
|
{
|
|
1389
|
-
"
|
|
1387
|
+
"label": "Warning",
|
|
1390
1388
|
"type": "badge",
|
|
1391
|
-
"
|
|
1389
|
+
"variant": "warning"
|
|
1392
1390
|
}
|
|
1393
1391
|
],
|
|
1394
|
-
"
|
|
1392
|
+
"direction": "horizontal",
|
|
1393
|
+
"type": "stack",
|
|
1394
|
+
"align": "center"
|
|
1395
1395
|
},
|
|
1396
1396
|
{
|
|
1397
1397
|
"type": "divider"
|
|
1398
1398
|
},
|
|
1399
1399
|
{
|
|
1400
|
-
"message": "Token usage approaching limit. Consider compacting.",
|
|
1401
1400
|
"type": "alert",
|
|
1401
|
+
"message": "Token usage approaching limit. Consider compacting.",
|
|
1402
1402
|
"variant": "warning"
|
|
1403
1403
|
},
|
|
1404
1404
|
{
|
|
1405
|
-
"value": "@entity.current",
|
|
1406
1405
|
"type": "progress-bar",
|
|
1406
|
+
"value": "@entity.current",
|
|
1407
1407
|
"max": "@entity.max"
|
|
1408
1408
|
},
|
|
1409
1409
|
{
|
|
1410
|
+
"gap": "md",
|
|
1411
|
+
"type": "stack",
|
|
1410
1412
|
"direction": "horizontal",
|
|
1411
1413
|
"children": [
|
|
1412
1414
|
{
|
|
1413
|
-
"type": "stat-display",
|
|
1414
1415
|
"label": "Tokens Used",
|
|
1416
|
+
"type": "stat-display",
|
|
1415
1417
|
"value": "@entity.current"
|
|
1416
1418
|
},
|
|
1417
1419
|
{
|
|
1418
1420
|
"label": "Max Tokens",
|
|
1419
|
-
"
|
|
1420
|
-
"
|
|
1421
|
+
"value": "@entity.max",
|
|
1422
|
+
"type": "stat-display"
|
|
1421
1423
|
}
|
|
1422
|
-
]
|
|
1423
|
-
"gap": "md",
|
|
1424
|
-
"type": "stack"
|
|
1424
|
+
]
|
|
1425
1425
|
},
|
|
1426
1426
|
{
|
|
1427
|
-
"type": "stack",
|
|
1428
|
-
"direction": "horizontal",
|
|
1429
1427
|
"children": [
|
|
1430
1428
|
{
|
|
1431
|
-
"label": "Compact",
|
|
1432
1429
|
"variant": "primary",
|
|
1433
|
-
"
|
|
1430
|
+
"label": "Compact",
|
|
1434
1431
|
"action": "COMPACT",
|
|
1435
|
-
"type": "button"
|
|
1432
|
+
"type": "button",
|
|
1433
|
+
"icon": "minimize-2"
|
|
1436
1434
|
},
|
|
1437
1435
|
{
|
|
1438
1436
|
"type": "button",
|
|
1439
|
-
"
|
|
1437
|
+
"icon": "rotate-ccw",
|
|
1440
1438
|
"variant": "ghost",
|
|
1441
1439
|
"label": "Reset",
|
|
1442
|
-
"
|
|
1440
|
+
"action": "RESET"
|
|
1443
1441
|
}
|
|
1444
1442
|
],
|
|
1445
|
-
"
|
|
1443
|
+
"type": "stack",
|
|
1444
|
+
"gap": "sm",
|
|
1445
|
+
"direction": "horizontal"
|
|
1446
1446
|
}
|
|
1447
1447
|
]
|
|
1448
1448
|
}
|
|
@@ -1472,26 +1472,29 @@
|
|
|
1472
1472
|
"render-ui",
|
|
1473
1473
|
"main",
|
|
1474
1474
|
{
|
|
1475
|
+
"direction": "vertical",
|
|
1476
|
+
"type": "stack",
|
|
1477
|
+
"gap": "lg",
|
|
1475
1478
|
"children": [
|
|
1476
1479
|
{
|
|
1480
|
+
"gap": "sm",
|
|
1477
1481
|
"direction": "horizontal",
|
|
1478
1482
|
"type": "stack",
|
|
1479
|
-
"gap": "sm",
|
|
1480
1483
|
"align": "center",
|
|
1481
1484
|
"children": [
|
|
1482
1485
|
{
|
|
1483
|
-
"
|
|
1484
|
-
"
|
|
1486
|
+
"name": "gauge",
|
|
1487
|
+
"type": "icon"
|
|
1485
1488
|
},
|
|
1486
1489
|
{
|
|
1487
1490
|
"variant": "h2",
|
|
1488
|
-
"
|
|
1489
|
-
"
|
|
1491
|
+
"type": "typography",
|
|
1492
|
+
"content": "Token Usage"
|
|
1490
1493
|
},
|
|
1491
1494
|
{
|
|
1492
|
-
"
|
|
1495
|
+
"variant": "default",
|
|
1493
1496
|
"type": "badge",
|
|
1494
|
-
"
|
|
1497
|
+
"label": "Normal"
|
|
1495
1498
|
}
|
|
1496
1499
|
]
|
|
1497
1500
|
},
|
|
@@ -1499,14 +1502,12 @@
|
|
|
1499
1502
|
"type": "divider"
|
|
1500
1503
|
},
|
|
1501
1504
|
{
|
|
1502
|
-
"
|
|
1505
|
+
"max": "@entity.max",
|
|
1503
1506
|
"value": "@entity.current",
|
|
1504
|
-
"
|
|
1507
|
+
"type": "progress-bar"
|
|
1505
1508
|
},
|
|
1506
1509
|
{
|
|
1507
1510
|
"direction": "horizontal",
|
|
1508
|
-
"type": "stack",
|
|
1509
|
-
"gap": "md",
|
|
1510
1511
|
"children": [
|
|
1511
1512
|
{
|
|
1512
1513
|
"value": "@entity.current",
|
|
@@ -1514,23 +1515,22 @@
|
|
|
1514
1515
|
"label": "Tokens Used"
|
|
1515
1516
|
},
|
|
1516
1517
|
{
|
|
1517
|
-
"label": "Max Tokens",
|
|
1518
1518
|
"value": "@entity.max",
|
|
1519
|
+
"label": "Max Tokens",
|
|
1519
1520
|
"type": "stat-display"
|
|
1520
1521
|
}
|
|
1521
|
-
]
|
|
1522
|
+
],
|
|
1523
|
+
"gap": "md",
|
|
1524
|
+
"type": "stack"
|
|
1522
1525
|
},
|
|
1523
1526
|
{
|
|
1524
|
-
"label": "Reset",
|
|
1525
|
-
"variant": "ghost",
|
|
1526
1527
|
"type": "button",
|
|
1528
|
+
"variant": "ghost",
|
|
1529
|
+
"icon": "rotate-ccw",
|
|
1527
1530
|
"action": "RESET",
|
|
1528
|
-
"
|
|
1531
|
+
"label": "Reset"
|
|
1529
1532
|
}
|
|
1530
|
-
]
|
|
1531
|
-
"gap": "lg",
|
|
1532
|
-
"type": "stack",
|
|
1533
|
-
"direction": "vertical"
|
|
1533
|
+
]
|
|
1534
1534
|
}
|
|
1535
1535
|
]
|
|
1536
1536
|
]
|
|
@@ -1556,30 +1556,29 @@
|
|
|
1556
1556
|
"main",
|
|
1557
1557
|
{
|
|
1558
1558
|
"type": "stack",
|
|
1559
|
-
"gap": "lg",
|
|
1560
1559
|
"direction": "vertical",
|
|
1561
1560
|
"children": [
|
|
1562
1561
|
{
|
|
1562
|
+
"type": "stack",
|
|
1563
1563
|
"direction": "horizontal",
|
|
1564
|
+
"align": "center",
|
|
1565
|
+
"gap": "sm",
|
|
1564
1566
|
"children": [
|
|
1565
1567
|
{
|
|
1566
|
-
"
|
|
1567
|
-
"
|
|
1568
|
+
"name": "gauge",
|
|
1569
|
+
"type": "icon"
|
|
1568
1570
|
},
|
|
1569
1571
|
{
|
|
1570
|
-
"
|
|
1572
|
+
"content": "Token Usage",
|
|
1571
1573
|
"variant": "h2",
|
|
1572
|
-
"
|
|
1574
|
+
"type": "typography"
|
|
1573
1575
|
},
|
|
1574
1576
|
{
|
|
1575
|
-
"
|
|
1577
|
+
"type": "badge",
|
|
1576
1578
|
"label": "Normal",
|
|
1577
|
-
"
|
|
1579
|
+
"variant": "default"
|
|
1578
1580
|
}
|
|
1579
|
-
]
|
|
1580
|
-
"gap": "sm",
|
|
1581
|
-
"type": "stack",
|
|
1582
|
-
"align": "center"
|
|
1581
|
+
]
|
|
1583
1582
|
},
|
|
1584
1583
|
{
|
|
1585
1584
|
"type": "divider"
|
|
@@ -1591,29 +1590,30 @@
|
|
|
1591
1590
|
},
|
|
1592
1591
|
{
|
|
1593
1592
|
"gap": "md",
|
|
1593
|
+
"direction": "horizontal",
|
|
1594
1594
|
"children": [
|
|
1595
1595
|
{
|
|
1596
|
+
"label": "Tokens Used",
|
|
1596
1597
|
"value": "@entity.current",
|
|
1597
|
-
"type": "stat-display"
|
|
1598
|
-
"label": "Tokens Used"
|
|
1598
|
+
"type": "stat-display"
|
|
1599
1599
|
},
|
|
1600
1600
|
{
|
|
1601
|
-
"value": "@entity.max",
|
|
1602
1601
|
"label": "Max Tokens",
|
|
1602
|
+
"value": "@entity.max",
|
|
1603
1603
|
"type": "stat-display"
|
|
1604
1604
|
}
|
|
1605
1605
|
],
|
|
1606
|
-
"direction": "horizontal",
|
|
1607
1606
|
"type": "stack"
|
|
1608
1607
|
},
|
|
1609
1608
|
{
|
|
1609
|
+
"action": "RESET",
|
|
1610
|
+
"icon": "rotate-ccw",
|
|
1610
1611
|
"type": "button",
|
|
1611
1612
|
"variant": "ghost",
|
|
1612
|
-
"label": "Reset"
|
|
1613
|
-
"action": "RESET",
|
|
1614
|
-
"icon": "rotate-ccw"
|
|
1613
|
+
"label": "Reset"
|
|
1615
1614
|
}
|
|
1616
|
-
]
|
|
1615
|
+
],
|
|
1616
|
+
"gap": "lg"
|
|
1617
1617
|
}
|
|
1618
1618
|
]
|
|
1619
1619
|
]
|
|
@@ -1632,13 +1632,9 @@
|
|
|
1632
1632
|
"render-ui",
|
|
1633
1633
|
"main",
|
|
1634
1634
|
{
|
|
1635
|
-
"type": "stack",
|
|
1636
|
-
"gap": "lg",
|
|
1637
1635
|
"direction": "vertical",
|
|
1638
1636
|
"children": [
|
|
1639
1637
|
{
|
|
1640
|
-
"align": "center",
|
|
1641
|
-
"gap": "sm",
|
|
1642
1638
|
"direction": "horizontal",
|
|
1643
1639
|
"children": [
|
|
1644
1640
|
{
|
|
@@ -1646,51 +1642,55 @@
|
|
|
1646
1642
|
"type": "icon"
|
|
1647
1643
|
},
|
|
1648
1644
|
{
|
|
1649
|
-
"content": "Token Usage",
|
|
1650
1645
|
"type": "typography",
|
|
1646
|
+
"content": "Token Usage",
|
|
1651
1647
|
"variant": "h2"
|
|
1652
1648
|
},
|
|
1653
1649
|
{
|
|
1654
|
-
"label": "Normal",
|
|
1655
1650
|
"type": "badge",
|
|
1651
|
+
"label": "Normal",
|
|
1656
1652
|
"variant": "default"
|
|
1657
1653
|
}
|
|
1658
1654
|
],
|
|
1659
|
-
"
|
|
1655
|
+
"align": "center",
|
|
1656
|
+
"type": "stack",
|
|
1657
|
+
"gap": "sm"
|
|
1660
1658
|
},
|
|
1661
1659
|
{
|
|
1662
1660
|
"type": "divider"
|
|
1663
1661
|
},
|
|
1664
1662
|
{
|
|
1665
1663
|
"value": "@entity.current",
|
|
1666
|
-
"
|
|
1667
|
-
"
|
|
1664
|
+
"type": "progress-bar",
|
|
1665
|
+
"max": "@entity.max"
|
|
1668
1666
|
},
|
|
1669
1667
|
{
|
|
1668
|
+
"direction": "horizontal",
|
|
1669
|
+
"type": "stack",
|
|
1670
1670
|
"children": [
|
|
1671
1671
|
{
|
|
1672
1672
|
"type": "stat-display",
|
|
1673
|
-
"
|
|
1674
|
-
"
|
|
1673
|
+
"label": "Tokens Used",
|
|
1674
|
+
"value": "@entity.current"
|
|
1675
1675
|
},
|
|
1676
1676
|
{
|
|
1677
1677
|
"label": "Max Tokens",
|
|
1678
|
-
"
|
|
1679
|
-
"
|
|
1678
|
+
"type": "stat-display",
|
|
1679
|
+
"value": "@entity.max"
|
|
1680
1680
|
}
|
|
1681
1681
|
],
|
|
1682
|
-
"gap": "md"
|
|
1683
|
-
"direction": "horizontal",
|
|
1684
|
-
"type": "stack"
|
|
1682
|
+
"gap": "md"
|
|
1685
1683
|
},
|
|
1686
1684
|
{
|
|
1687
|
-
"
|
|
1688
|
-
"icon": "rotate-ccw",
|
|
1689
|
-
"label": "Reset",
|
|
1685
|
+
"action": "RESET",
|
|
1690
1686
|
"type": "button",
|
|
1691
|
-
"
|
|
1687
|
+
"label": "Reset",
|
|
1688
|
+
"variant": "ghost",
|
|
1689
|
+
"icon": "rotate-ccw"
|
|
1692
1690
|
}
|
|
1693
|
-
]
|
|
1691
|
+
],
|
|
1692
|
+
"type": "stack",
|
|
1693
|
+
"gap": "lg"
|
|
1694
1694
|
}
|
|
1695
1695
|
]
|
|
1696
1696
|
]
|