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