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