@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
|
@@ -79,7 +79,13 @@
|
|
|
79
79
|
{
|
|
80
80
|
"name": "notificationType",
|
|
81
81
|
"type": "string",
|
|
82
|
-
"default": "info"
|
|
82
|
+
"default": "info",
|
|
83
|
+
"values": [
|
|
84
|
+
"info",
|
|
85
|
+
"success",
|
|
86
|
+
"warning",
|
|
87
|
+
"error"
|
|
88
|
+
]
|
|
83
89
|
}
|
|
84
90
|
]
|
|
85
91
|
},
|
|
@@ -285,8 +291,8 @@
|
|
|
285
291
|
"AgentContextWindow",
|
|
286
292
|
{
|
|
287
293
|
"emit": {
|
|
288
|
-
"
|
|
289
|
-
"
|
|
294
|
+
"success": "AgentContextWindowLoaded",
|
|
295
|
+
"failure": "AgentContextWindowLoadFailed"
|
|
290
296
|
}
|
|
291
297
|
}
|
|
292
298
|
],
|
|
@@ -294,18 +300,15 @@
|
|
|
294
300
|
"render-ui",
|
|
295
301
|
"main",
|
|
296
302
|
{
|
|
297
|
-
"type": "stack",
|
|
298
303
|
"gap": "lg",
|
|
304
|
+
"direction": "vertical",
|
|
305
|
+
"type": "stack",
|
|
299
306
|
"children": [
|
|
300
307
|
{
|
|
301
|
-
"align": "center",
|
|
302
|
-
"direction": "horizontal",
|
|
303
|
-
"gap": "sm",
|
|
304
|
-
"type": "stack",
|
|
305
308
|
"children": [
|
|
306
309
|
{
|
|
307
|
-
"
|
|
308
|
-
"
|
|
310
|
+
"name": "gauge",
|
|
311
|
+
"type": "icon"
|
|
309
312
|
},
|
|
310
313
|
{
|
|
311
314
|
"content": "Token Usage",
|
|
@@ -313,24 +316,27 @@
|
|
|
313
316
|
"variant": "h2"
|
|
314
317
|
},
|
|
315
318
|
{
|
|
316
|
-
"type": "badge",
|
|
317
319
|
"label": "Normal",
|
|
318
|
-
"variant": "default"
|
|
320
|
+
"variant": "default",
|
|
321
|
+
"type": "badge"
|
|
319
322
|
}
|
|
320
|
-
]
|
|
323
|
+
],
|
|
324
|
+
"direction": "horizontal",
|
|
325
|
+
"gap": "sm",
|
|
326
|
+
"type": "stack",
|
|
327
|
+
"align": "center"
|
|
321
328
|
},
|
|
322
329
|
{
|
|
323
330
|
"type": "divider"
|
|
324
331
|
},
|
|
325
332
|
{
|
|
326
|
-
"
|
|
333
|
+
"max": "@entity.max",
|
|
327
334
|
"value": "@entity.current",
|
|
328
|
-
"
|
|
335
|
+
"type": "progress-bar"
|
|
329
336
|
},
|
|
330
337
|
{
|
|
331
|
-
"type": "stack",
|
|
332
338
|
"direction": "horizontal",
|
|
333
|
-
"
|
|
339
|
+
"type": "stack",
|
|
334
340
|
"children": [
|
|
335
341
|
{
|
|
336
342
|
"label": "Tokens Used",
|
|
@@ -338,21 +344,21 @@
|
|
|
338
344
|
"value": "@entity.current"
|
|
339
345
|
},
|
|
340
346
|
{
|
|
341
|
-
"type": "stat-display",
|
|
342
347
|
"value": "@entity.max",
|
|
348
|
+
"type": "stat-display",
|
|
343
349
|
"label": "Max Tokens"
|
|
344
350
|
}
|
|
345
|
-
]
|
|
351
|
+
],
|
|
352
|
+
"gap": "md"
|
|
346
353
|
},
|
|
347
354
|
{
|
|
348
|
-
"type": "button",
|
|
349
355
|
"label": "Reset",
|
|
350
356
|
"action": "RESET",
|
|
357
|
+
"type": "button",
|
|
351
358
|
"icon": "rotate-ccw",
|
|
352
359
|
"variant": "ghost"
|
|
353
360
|
}
|
|
354
|
-
]
|
|
355
|
-
"direction": "vertical"
|
|
361
|
+
]
|
|
356
362
|
}
|
|
357
363
|
]
|
|
358
364
|
]
|
|
@@ -381,38 +387,41 @@
|
|
|
381
387
|
"main",
|
|
382
388
|
{
|
|
383
389
|
"gap": "lg",
|
|
390
|
+
"type": "stack",
|
|
391
|
+
"direction": "vertical",
|
|
384
392
|
"children": [
|
|
385
393
|
{
|
|
386
394
|
"align": "center",
|
|
387
|
-
"type": "stack",
|
|
388
|
-
"gap": "sm",
|
|
389
395
|
"children": [
|
|
390
396
|
{
|
|
391
|
-
"
|
|
392
|
-
"
|
|
397
|
+
"type": "icon",
|
|
398
|
+
"name": "gauge"
|
|
393
399
|
},
|
|
394
400
|
{
|
|
395
|
-
"type": "typography",
|
|
396
401
|
"content": "Token Usage",
|
|
397
|
-
"variant": "h2"
|
|
402
|
+
"variant": "h2",
|
|
403
|
+
"type": "typography"
|
|
398
404
|
},
|
|
399
405
|
{
|
|
400
|
-
"
|
|
406
|
+
"label": "Normal",
|
|
401
407
|
"variant": "default",
|
|
402
|
-
"
|
|
408
|
+
"type": "badge"
|
|
403
409
|
}
|
|
404
410
|
],
|
|
405
|
-
"direction": "horizontal"
|
|
411
|
+
"direction": "horizontal",
|
|
412
|
+
"gap": "sm",
|
|
413
|
+
"type": "stack"
|
|
406
414
|
},
|
|
407
415
|
{
|
|
408
416
|
"type": "divider"
|
|
409
417
|
},
|
|
410
418
|
{
|
|
411
|
-
"max": "@entity.max",
|
|
412
419
|
"value": "@entity.current",
|
|
420
|
+
"max": "@entity.max",
|
|
413
421
|
"type": "progress-bar"
|
|
414
422
|
},
|
|
415
423
|
{
|
|
424
|
+
"direction": "horizontal",
|
|
416
425
|
"gap": "md",
|
|
417
426
|
"children": [
|
|
418
427
|
{
|
|
@@ -421,24 +430,21 @@
|
|
|
421
430
|
"type": "stat-display"
|
|
422
431
|
},
|
|
423
432
|
{
|
|
433
|
+
"type": "stat-display",
|
|
424
434
|
"label": "Max Tokens",
|
|
425
|
-
"value": "@entity.max"
|
|
426
|
-
"type": "stat-display"
|
|
435
|
+
"value": "@entity.max"
|
|
427
436
|
}
|
|
428
437
|
],
|
|
429
|
-
"type": "stack"
|
|
430
|
-
"direction": "horizontal"
|
|
438
|
+
"type": "stack"
|
|
431
439
|
},
|
|
432
440
|
{
|
|
433
|
-
"variant": "ghost",
|
|
434
|
-
"icon": "rotate-ccw",
|
|
435
|
-
"action": "RESET",
|
|
436
441
|
"type": "button",
|
|
437
|
-
"
|
|
442
|
+
"icon": "rotate-ccw",
|
|
443
|
+
"label": "Reset",
|
|
444
|
+
"variant": "ghost",
|
|
445
|
+
"action": "RESET"
|
|
438
446
|
}
|
|
439
|
-
]
|
|
440
|
-
"direction": "vertical",
|
|
441
|
-
"type": "stack"
|
|
447
|
+
]
|
|
442
448
|
}
|
|
443
449
|
]
|
|
444
450
|
]
|
|
@@ -478,28 +484,30 @@
|
|
|
478
484
|
"render-ui",
|
|
479
485
|
"main",
|
|
480
486
|
{
|
|
487
|
+
"direction": "vertical",
|
|
488
|
+
"type": "stack",
|
|
481
489
|
"children": [
|
|
482
490
|
{
|
|
483
|
-
"align": "center",
|
|
484
|
-
"direction": "horizontal",
|
|
485
|
-
"gap": "sm",
|
|
486
|
-
"type": "stack",
|
|
487
491
|
"children": [
|
|
488
492
|
{
|
|
489
493
|
"name": "alert-triangle",
|
|
490
494
|
"type": "icon"
|
|
491
495
|
},
|
|
492
496
|
{
|
|
493
|
-
"variant": "h2",
|
|
494
497
|
"type": "typography",
|
|
495
|
-
"content": "Token Usage"
|
|
498
|
+
"content": "Token Usage",
|
|
499
|
+
"variant": "h2"
|
|
496
500
|
},
|
|
497
501
|
{
|
|
498
502
|
"type": "badge",
|
|
499
|
-
"
|
|
500
|
-
"
|
|
503
|
+
"variant": "warning",
|
|
504
|
+
"label": "Warning"
|
|
501
505
|
}
|
|
502
|
-
]
|
|
506
|
+
],
|
|
507
|
+
"gap": "sm",
|
|
508
|
+
"type": "stack",
|
|
509
|
+
"direction": "horizontal",
|
|
510
|
+
"align": "center"
|
|
503
511
|
},
|
|
504
512
|
{
|
|
505
513
|
"type": "divider"
|
|
@@ -510,52 +518,50 @@
|
|
|
510
518
|
"type": "alert"
|
|
511
519
|
},
|
|
512
520
|
{
|
|
521
|
+
"type": "progress-bar",
|
|
513
522
|
"value": "@entity.current",
|
|
514
|
-
"max": "@entity.max"
|
|
515
|
-
"type": "progress-bar"
|
|
523
|
+
"max": "@entity.max"
|
|
516
524
|
},
|
|
517
525
|
{
|
|
518
|
-
"type": "stack",
|
|
519
526
|
"gap": "md",
|
|
527
|
+
"type": "stack",
|
|
528
|
+
"direction": "horizontal",
|
|
520
529
|
"children": [
|
|
521
530
|
{
|
|
522
|
-
"
|
|
531
|
+
"type": "stat-display",
|
|
523
532
|
"value": "@entity.current",
|
|
524
|
-
"
|
|
533
|
+
"label": "Tokens Used"
|
|
525
534
|
},
|
|
526
535
|
{
|
|
527
536
|
"label": "Max Tokens",
|
|
528
|
-
"
|
|
529
|
-
"
|
|
537
|
+
"type": "stat-display",
|
|
538
|
+
"value": "@entity.max"
|
|
530
539
|
}
|
|
531
|
-
]
|
|
532
|
-
"direction": "horizontal"
|
|
540
|
+
]
|
|
533
541
|
},
|
|
534
542
|
{
|
|
535
|
-
"direction": "horizontal",
|
|
536
543
|
"gap": "sm",
|
|
537
|
-
"type": "stack",
|
|
538
544
|
"children": [
|
|
539
545
|
{
|
|
546
|
+
"action": "COMPACT",
|
|
540
547
|
"type": "button",
|
|
548
|
+
"label": "Compact",
|
|
541
549
|
"icon": "minimize-2",
|
|
542
|
-
"variant": "primary"
|
|
543
|
-
"action": "COMPACT",
|
|
544
|
-
"label": "Compact"
|
|
550
|
+
"variant": "primary"
|
|
545
551
|
},
|
|
546
552
|
{
|
|
547
|
-
"icon": "rotate-ccw",
|
|
548
|
-
"label": "Reset",
|
|
549
553
|
"type": "button",
|
|
550
554
|
"action": "RESET",
|
|
555
|
+
"label": "Reset",
|
|
556
|
+
"icon": "rotate-ccw",
|
|
551
557
|
"variant": "ghost"
|
|
552
558
|
}
|
|
553
|
-
]
|
|
559
|
+
],
|
|
560
|
+
"type": "stack",
|
|
561
|
+
"direction": "horizontal"
|
|
554
562
|
}
|
|
555
563
|
],
|
|
556
|
-
"
|
|
557
|
-
"gap": "lg",
|
|
558
|
-
"type": "stack"
|
|
564
|
+
"gap": "lg"
|
|
559
565
|
}
|
|
560
566
|
]
|
|
561
567
|
]
|
|
@@ -584,83 +590,83 @@
|
|
|
584
590
|
"main",
|
|
585
591
|
{
|
|
586
592
|
"direction": "vertical",
|
|
587
|
-
"type": "stack",
|
|
588
593
|
"gap": "lg",
|
|
589
594
|
"children": [
|
|
590
595
|
{
|
|
596
|
+
"gap": "sm",
|
|
597
|
+
"align": "center",
|
|
598
|
+
"direction": "horizontal",
|
|
599
|
+
"type": "stack",
|
|
591
600
|
"children": [
|
|
592
601
|
{
|
|
593
602
|
"name": "alert-octagon",
|
|
594
603
|
"type": "icon"
|
|
595
604
|
},
|
|
596
605
|
{
|
|
597
|
-
"
|
|
606
|
+
"variant": "h2",
|
|
598
607
|
"type": "typography",
|
|
599
|
-
"
|
|
608
|
+
"content": "Token Usage"
|
|
600
609
|
},
|
|
601
610
|
{
|
|
602
611
|
"label": "Critical",
|
|
603
612
|
"variant": "danger",
|
|
604
613
|
"type": "badge"
|
|
605
614
|
}
|
|
606
|
-
]
|
|
607
|
-
"type": "stack",
|
|
608
|
-
"align": "center",
|
|
609
|
-
"gap": "sm",
|
|
610
|
-
"direction": "horizontal"
|
|
615
|
+
]
|
|
611
616
|
},
|
|
612
617
|
{
|
|
613
618
|
"type": "divider"
|
|
614
619
|
},
|
|
615
620
|
{
|
|
616
|
-
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
617
621
|
"variant": "error",
|
|
622
|
+
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
618
623
|
"type": "alert"
|
|
619
624
|
},
|
|
620
625
|
{
|
|
626
|
+
"max": "@entity.max",
|
|
621
627
|
"type": "progress-bar",
|
|
622
|
-
"value": "@entity.current"
|
|
623
|
-
"max": "@entity.max"
|
|
628
|
+
"value": "@entity.current"
|
|
624
629
|
},
|
|
625
630
|
{
|
|
626
631
|
"gap": "md",
|
|
627
632
|
"direction": "horizontal",
|
|
628
|
-
"type": "stack",
|
|
629
633
|
"children": [
|
|
630
634
|
{
|
|
631
635
|
"label": "Tokens Used",
|
|
632
|
-
"
|
|
633
|
-
"
|
|
636
|
+
"type": "stat-display",
|
|
637
|
+
"value": "@entity.current"
|
|
634
638
|
},
|
|
635
639
|
{
|
|
636
640
|
"type": "stat-display",
|
|
637
|
-
"
|
|
638
|
-
"
|
|
641
|
+
"label": "Max Tokens",
|
|
642
|
+
"value": "@entity.max"
|
|
639
643
|
}
|
|
640
|
-
]
|
|
644
|
+
],
|
|
645
|
+
"type": "stack"
|
|
641
646
|
},
|
|
642
647
|
{
|
|
643
|
-
"direction": "horizontal",
|
|
644
|
-
"gap": "sm",
|
|
645
|
-
"type": "stack",
|
|
646
648
|
"children": [
|
|
647
649
|
{
|
|
648
650
|
"label": "Compact Now",
|
|
649
|
-
"action": "COMPACT",
|
|
650
651
|
"variant": "primary",
|
|
652
|
+
"icon": "minimize-2",
|
|
651
653
|
"type": "button",
|
|
652
|
-
"
|
|
654
|
+
"action": "COMPACT"
|
|
653
655
|
},
|
|
654
656
|
{
|
|
655
|
-
"type": "button",
|
|
656
|
-
"action": "RESET",
|
|
657
657
|
"label": "Reset",
|
|
658
|
+
"action": "RESET",
|
|
658
659
|
"variant": "ghost",
|
|
659
|
-
"icon": "rotate-ccw"
|
|
660
|
+
"icon": "rotate-ccw",
|
|
661
|
+
"type": "button"
|
|
660
662
|
}
|
|
661
|
-
]
|
|
663
|
+
],
|
|
664
|
+
"type": "stack",
|
|
665
|
+
"gap": "sm",
|
|
666
|
+
"direction": "horizontal"
|
|
662
667
|
}
|
|
663
|
-
]
|
|
668
|
+
],
|
|
669
|
+
"type": "stack"
|
|
664
670
|
}
|
|
665
671
|
]
|
|
666
672
|
]
|
|
@@ -685,65 +691,65 @@
|
|
|
685
691
|
"render-ui",
|
|
686
692
|
"main",
|
|
687
693
|
{
|
|
694
|
+
"direction": "vertical",
|
|
695
|
+
"type": "stack",
|
|
696
|
+
"gap": "lg",
|
|
688
697
|
"children": [
|
|
689
698
|
{
|
|
699
|
+
"direction": "horizontal",
|
|
690
700
|
"gap": "sm",
|
|
691
701
|
"align": "center",
|
|
702
|
+
"type": "stack",
|
|
692
703
|
"children": [
|
|
693
704
|
{
|
|
694
|
-
"
|
|
695
|
-
"
|
|
705
|
+
"type": "icon",
|
|
706
|
+
"name": "gauge"
|
|
696
707
|
},
|
|
697
708
|
{
|
|
698
|
-
"variant": "h2",
|
|
699
709
|
"type": "typography",
|
|
700
|
-
"content": "Token Usage"
|
|
710
|
+
"content": "Token Usage",
|
|
711
|
+
"variant": "h2"
|
|
701
712
|
},
|
|
702
713
|
{
|
|
703
|
-
"
|
|
714
|
+
"type": "badge",
|
|
704
715
|
"variant": "default",
|
|
705
|
-
"
|
|
716
|
+
"label": "Normal"
|
|
706
717
|
}
|
|
707
|
-
]
|
|
708
|
-
"type": "stack",
|
|
709
|
-
"direction": "horizontal"
|
|
718
|
+
]
|
|
710
719
|
},
|
|
711
720
|
{
|
|
712
721
|
"type": "divider"
|
|
713
722
|
},
|
|
714
723
|
{
|
|
715
|
-
"value": "@entity.current",
|
|
716
724
|
"max": "@entity.max",
|
|
725
|
+
"value": "@entity.current",
|
|
717
726
|
"type": "progress-bar"
|
|
718
727
|
},
|
|
719
728
|
{
|
|
729
|
+
"type": "stack",
|
|
730
|
+
"direction": "horizontal",
|
|
720
731
|
"children": [
|
|
721
732
|
{
|
|
722
|
-
"
|
|
733
|
+
"value": "@entity.current",
|
|
723
734
|
"label": "Tokens Used",
|
|
724
|
-
"
|
|
735
|
+
"type": "stat-display"
|
|
725
736
|
},
|
|
726
737
|
{
|
|
727
|
-
"label": "Max Tokens",
|
|
728
738
|
"type": "stat-display",
|
|
739
|
+
"label": "Max Tokens",
|
|
729
740
|
"value": "@entity.max"
|
|
730
741
|
}
|
|
731
742
|
],
|
|
732
|
-
"gap": "md"
|
|
733
|
-
"type": "stack",
|
|
734
|
-
"direction": "horizontal"
|
|
743
|
+
"gap": "md"
|
|
735
744
|
},
|
|
736
745
|
{
|
|
737
|
-
"type": "button",
|
|
738
746
|
"variant": "ghost",
|
|
739
|
-
"label": "Reset",
|
|
740
747
|
"icon": "rotate-ccw",
|
|
741
|
-
"
|
|
748
|
+
"type": "button",
|
|
749
|
+
"action": "RESET",
|
|
750
|
+
"label": "Reset"
|
|
742
751
|
}
|
|
743
|
-
]
|
|
744
|
-
"direction": "vertical",
|
|
745
|
-
"type": "stack",
|
|
746
|
-
"gap": "lg"
|
|
752
|
+
]
|
|
747
753
|
}
|
|
748
754
|
]
|
|
749
755
|
]
|
|
@@ -765,16 +771,14 @@
|
|
|
765
771
|
"direction": "vertical",
|
|
766
772
|
"children": [
|
|
767
773
|
{
|
|
768
|
-
"direction": "horizontal",
|
|
769
|
-
"align": "center",
|
|
770
774
|
"children": [
|
|
771
775
|
{
|
|
772
776
|
"type": "icon",
|
|
773
777
|
"name": "gauge"
|
|
774
778
|
},
|
|
775
779
|
{
|
|
776
|
-
"type": "typography",
|
|
777
780
|
"variant": "h2",
|
|
781
|
+
"type": "typography",
|
|
778
782
|
"content": "Token Usage"
|
|
779
783
|
},
|
|
780
784
|
{
|
|
@@ -784,22 +788,24 @@
|
|
|
784
788
|
}
|
|
785
789
|
],
|
|
786
790
|
"type": "stack",
|
|
791
|
+
"direction": "horizontal",
|
|
792
|
+
"align": "center",
|
|
787
793
|
"gap": "sm"
|
|
788
794
|
},
|
|
789
795
|
{
|
|
790
796
|
"type": "divider"
|
|
791
797
|
},
|
|
792
798
|
{
|
|
793
|
-
"max": "@entity.max",
|
|
794
799
|
"type": "progress-bar",
|
|
795
|
-
"value": "@entity.current"
|
|
800
|
+
"value": "@entity.current",
|
|
801
|
+
"max": "@entity.max"
|
|
796
802
|
},
|
|
797
803
|
{
|
|
798
804
|
"children": [
|
|
799
805
|
{
|
|
800
|
-
"
|
|
806
|
+
"label": "Tokens Used",
|
|
801
807
|
"type": "stat-display",
|
|
802
|
-
"
|
|
808
|
+
"value": "@entity.current"
|
|
803
809
|
},
|
|
804
810
|
{
|
|
805
811
|
"type": "stat-display",
|
|
@@ -807,20 +813,20 @@
|
|
|
807
813
|
"value": "@entity.max"
|
|
808
814
|
}
|
|
809
815
|
],
|
|
810
|
-
"direction": "horizontal",
|
|
811
816
|
"type": "stack",
|
|
817
|
+
"direction": "horizontal",
|
|
812
818
|
"gap": "md"
|
|
813
819
|
},
|
|
814
820
|
{
|
|
815
821
|
"icon": "rotate-ccw",
|
|
816
|
-
"variant": "ghost",
|
|
817
822
|
"type": "button",
|
|
818
|
-
"
|
|
819
|
-
"
|
|
823
|
+
"label": "Reset",
|
|
824
|
+
"variant": "ghost",
|
|
825
|
+
"action": "RESET"
|
|
820
826
|
}
|
|
821
827
|
],
|
|
822
|
-
"
|
|
823
|
-
"
|
|
828
|
+
"type": "stack",
|
|
829
|
+
"gap": "lg"
|
|
824
830
|
}
|
|
825
831
|
]
|
|
826
832
|
]
|
|
@@ -860,84 +866,84 @@
|
|
|
860
866
|
"render-ui",
|
|
861
867
|
"main",
|
|
862
868
|
{
|
|
863
|
-
"gap": "lg",
|
|
864
869
|
"children": [
|
|
865
870
|
{
|
|
871
|
+
"gap": "sm",
|
|
866
872
|
"children": [
|
|
867
873
|
{
|
|
868
874
|
"type": "icon",
|
|
869
875
|
"name": "alert-triangle"
|
|
870
876
|
},
|
|
871
877
|
{
|
|
872
|
-
"type": "typography",
|
|
873
878
|
"variant": "h2",
|
|
879
|
+
"type": "typography",
|
|
874
880
|
"content": "Token Usage"
|
|
875
881
|
},
|
|
876
882
|
{
|
|
877
|
-
"label": "Warning",
|
|
878
883
|
"type": "badge",
|
|
879
|
-
"variant": "warning"
|
|
884
|
+
"variant": "warning",
|
|
885
|
+
"label": "Warning"
|
|
880
886
|
}
|
|
881
887
|
],
|
|
882
|
-
"align": "center",
|
|
883
|
-
"type": "stack",
|
|
884
888
|
"direction": "horizontal",
|
|
885
|
-
"
|
|
889
|
+
"type": "stack",
|
|
890
|
+
"align": "center"
|
|
886
891
|
},
|
|
887
892
|
{
|
|
888
893
|
"type": "divider"
|
|
889
894
|
},
|
|
890
895
|
{
|
|
896
|
+
"variant": "warning",
|
|
891
897
|
"message": "Token usage approaching limit. Consider compacting.",
|
|
892
|
-
"type": "alert"
|
|
893
|
-
"variant": "warning"
|
|
898
|
+
"type": "alert"
|
|
894
899
|
},
|
|
895
900
|
{
|
|
896
|
-
"max": "@entity.max",
|
|
897
901
|
"value": "@entity.current",
|
|
902
|
+
"max": "@entity.max",
|
|
898
903
|
"type": "progress-bar"
|
|
899
904
|
},
|
|
900
905
|
{
|
|
906
|
+
"type": "stack",
|
|
901
907
|
"direction": "horizontal",
|
|
902
908
|
"children": [
|
|
903
909
|
{
|
|
904
910
|
"value": "@entity.current",
|
|
905
|
-
"
|
|
906
|
-
"
|
|
911
|
+
"label": "Tokens Used",
|
|
912
|
+
"type": "stat-display"
|
|
907
913
|
},
|
|
908
914
|
{
|
|
909
|
-
"value": "@entity.max",
|
|
910
915
|
"type": "stat-display",
|
|
916
|
+
"value": "@entity.max",
|
|
911
917
|
"label": "Max Tokens"
|
|
912
918
|
}
|
|
913
919
|
],
|
|
914
|
-
"gap": "md"
|
|
915
|
-
"type": "stack"
|
|
920
|
+
"gap": "md"
|
|
916
921
|
},
|
|
917
922
|
{
|
|
918
|
-
"type": "stack",
|
|
919
|
-
"gap": "sm",
|
|
920
|
-
"direction": "horizontal",
|
|
921
923
|
"children": [
|
|
922
924
|
{
|
|
923
|
-
"label": "Compact",
|
|
924
|
-
"variant": "primary",
|
|
925
925
|
"action": "COMPACT",
|
|
926
926
|
"icon": "minimize-2",
|
|
927
|
-
"
|
|
927
|
+
"label": "Compact",
|
|
928
|
+
"type": "button",
|
|
929
|
+
"variant": "primary"
|
|
928
930
|
},
|
|
929
931
|
{
|
|
930
|
-
"type": "button",
|
|
931
932
|
"variant": "ghost",
|
|
932
|
-
"icon": "rotate-ccw",
|
|
933
933
|
"label": "Reset",
|
|
934
|
-
"
|
|
934
|
+
"icon": "rotate-ccw",
|
|
935
|
+
"action": "RESET",
|
|
936
|
+
"type": "button"
|
|
935
937
|
}
|
|
936
|
-
]
|
|
938
|
+
],
|
|
939
|
+
"type": "stack",
|
|
940
|
+
"direction": "horizontal",
|
|
941
|
+
"gap": "sm"
|
|
937
942
|
}
|
|
938
943
|
],
|
|
944
|
+
"direction": "vertical",
|
|
939
945
|
"type": "stack",
|
|
940
|
-
"
|
|
946
|
+
"gap": "lg"
|
|
941
947
|
}
|
|
942
948
|
]
|
|
943
949
|
]
|
|
@@ -969,25 +975,25 @@
|
|
|
969
975
|
"type": "stack",
|
|
970
976
|
"children": [
|
|
971
977
|
{
|
|
972
|
-
"direction": "horizontal",
|
|
973
978
|
"align": "center",
|
|
979
|
+
"type": "stack",
|
|
974
980
|
"children": [
|
|
975
981
|
{
|
|
976
|
-
"
|
|
977
|
-
"
|
|
982
|
+
"name": "alert-octagon",
|
|
983
|
+
"type": "icon"
|
|
978
984
|
},
|
|
979
985
|
{
|
|
980
986
|
"variant": "h2",
|
|
981
|
-
"
|
|
982
|
-
"
|
|
987
|
+
"type": "typography",
|
|
988
|
+
"content": "Token Usage"
|
|
983
989
|
},
|
|
984
990
|
{
|
|
985
|
-
"type": "badge",
|
|
986
991
|
"label": "Critical",
|
|
987
|
-
"variant": "danger"
|
|
992
|
+
"variant": "danger",
|
|
993
|
+
"type": "badge"
|
|
988
994
|
}
|
|
989
995
|
],
|
|
990
|
-
"
|
|
996
|
+
"direction": "horizontal",
|
|
991
997
|
"gap": "sm"
|
|
992
998
|
},
|
|
993
999
|
{
|
|
@@ -995,51 +1001,51 @@
|
|
|
995
1001
|
},
|
|
996
1002
|
{
|
|
997
1003
|
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
998
|
-
"
|
|
999
|
-
"
|
|
1004
|
+
"variant": "error",
|
|
1005
|
+
"type": "alert"
|
|
1000
1006
|
},
|
|
1001
1007
|
{
|
|
1002
|
-
"type": "progress-bar",
|
|
1003
1008
|
"max": "@entity.max",
|
|
1004
|
-
"value": "@entity.current"
|
|
1009
|
+
"value": "@entity.current",
|
|
1010
|
+
"type": "progress-bar"
|
|
1005
1011
|
},
|
|
1006
1012
|
{
|
|
1007
1013
|
"gap": "md",
|
|
1008
1014
|
"direction": "horizontal",
|
|
1009
|
-
"type": "stack",
|
|
1010
1015
|
"children": [
|
|
1011
1016
|
{
|
|
1012
|
-
"type": "stat-display",
|
|
1013
1017
|
"label": "Tokens Used",
|
|
1014
|
-
"value": "@entity.current"
|
|
1018
|
+
"value": "@entity.current",
|
|
1019
|
+
"type": "stat-display"
|
|
1015
1020
|
},
|
|
1016
1021
|
{
|
|
1017
|
-
"
|
|
1022
|
+
"label": "Max Tokens",
|
|
1018
1023
|
"type": "stat-display",
|
|
1019
|
-
"
|
|
1024
|
+
"value": "@entity.max"
|
|
1020
1025
|
}
|
|
1021
|
-
]
|
|
1026
|
+
],
|
|
1027
|
+
"type": "stack"
|
|
1022
1028
|
},
|
|
1023
1029
|
{
|
|
1024
|
-
"gap": "sm",
|
|
1025
|
-
"direction": "horizontal",
|
|
1026
|
-
"type": "stack",
|
|
1027
1030
|
"children": [
|
|
1028
1031
|
{
|
|
1029
|
-
"
|
|
1030
|
-
"label": "Compact Now",
|
|
1032
|
+
"type": "button",
|
|
1031
1033
|
"variant": "primary",
|
|
1034
|
+
"action": "COMPACT",
|
|
1032
1035
|
"icon": "minimize-2",
|
|
1033
|
-
"
|
|
1036
|
+
"label": "Compact Now"
|
|
1034
1037
|
},
|
|
1035
1038
|
{
|
|
1036
|
-
"icon": "rotate-ccw",
|
|
1037
1039
|
"type": "button",
|
|
1038
1040
|
"variant": "ghost",
|
|
1039
1041
|
"label": "Reset",
|
|
1042
|
+
"icon": "rotate-ccw",
|
|
1040
1043
|
"action": "RESET"
|
|
1041
1044
|
}
|
|
1042
|
-
]
|
|
1045
|
+
],
|
|
1046
|
+
"type": "stack",
|
|
1047
|
+
"gap": "sm",
|
|
1048
|
+
"direction": "horizontal"
|
|
1043
1049
|
}
|
|
1044
1050
|
],
|
|
1045
1051
|
"gap": "lg"
|
|
@@ -1070,65 +1076,65 @@
|
|
|
1070
1076
|
"render-ui",
|
|
1071
1077
|
"main",
|
|
1072
1078
|
{
|
|
1073
|
-
"
|
|
1079
|
+
"direction": "vertical",
|
|
1074
1080
|
"children": [
|
|
1075
1081
|
{
|
|
1076
1082
|
"children": [
|
|
1077
1083
|
{
|
|
1078
|
-
"
|
|
1079
|
-
"
|
|
1084
|
+
"name": "gauge",
|
|
1085
|
+
"type": "icon"
|
|
1080
1086
|
},
|
|
1081
1087
|
{
|
|
1082
|
-
"variant": "h2",
|
|
1083
1088
|
"content": "Token Usage",
|
|
1084
|
-
"type": "typography"
|
|
1089
|
+
"type": "typography",
|
|
1090
|
+
"variant": "h2"
|
|
1085
1091
|
},
|
|
1086
1092
|
{
|
|
1087
1093
|
"label": "Normal",
|
|
1088
|
-
"
|
|
1089
|
-
"
|
|
1094
|
+
"type": "badge",
|
|
1095
|
+
"variant": "default"
|
|
1090
1096
|
}
|
|
1091
1097
|
],
|
|
1092
|
-
"
|
|
1093
|
-
"align": "center",
|
|
1098
|
+
"type": "stack",
|
|
1094
1099
|
"direction": "horizontal",
|
|
1095
|
-
"
|
|
1100
|
+
"gap": "sm",
|
|
1101
|
+
"align": "center"
|
|
1096
1102
|
},
|
|
1097
1103
|
{
|
|
1098
1104
|
"type": "divider"
|
|
1099
1105
|
},
|
|
1100
1106
|
{
|
|
1101
|
-
"
|
|
1107
|
+
"type": "progress-bar",
|
|
1102
1108
|
"value": "@entity.current",
|
|
1103
|
-
"
|
|
1109
|
+
"max": "@entity.max"
|
|
1104
1110
|
},
|
|
1105
1111
|
{
|
|
1106
1112
|
"children": [
|
|
1107
1113
|
{
|
|
1108
1114
|
"type": "stat-display",
|
|
1109
|
-
"
|
|
1110
|
-
"
|
|
1115
|
+
"value": "@entity.current",
|
|
1116
|
+
"label": "Tokens Used"
|
|
1111
1117
|
},
|
|
1112
1118
|
{
|
|
1113
|
-
"type": "stat-display",
|
|
1114
1119
|
"label": "Max Tokens",
|
|
1120
|
+
"type": "stat-display",
|
|
1115
1121
|
"value": "@entity.max"
|
|
1116
1122
|
}
|
|
1117
1123
|
],
|
|
1124
|
+
"type": "stack",
|
|
1118
1125
|
"direction": "horizontal",
|
|
1119
|
-
"gap": "md"
|
|
1120
|
-
"type": "stack"
|
|
1126
|
+
"gap": "md"
|
|
1121
1127
|
},
|
|
1122
1128
|
{
|
|
1123
1129
|
"label": "Reset",
|
|
1124
1130
|
"action": "RESET",
|
|
1125
1131
|
"type": "button",
|
|
1126
|
-
"
|
|
1127
|
-
"
|
|
1132
|
+
"variant": "ghost",
|
|
1133
|
+
"icon": "rotate-ccw"
|
|
1128
1134
|
}
|
|
1129
1135
|
],
|
|
1130
|
-
"
|
|
1131
|
-
"
|
|
1136
|
+
"type": "stack",
|
|
1137
|
+
"gap": "lg"
|
|
1132
1138
|
}
|
|
1133
1139
|
]
|
|
1134
1140
|
]
|
|
@@ -1153,13 +1159,9 @@
|
|
|
1153
1159
|
"render-ui",
|
|
1154
1160
|
"main",
|
|
1155
1161
|
{
|
|
1156
|
-
"gap": "lg",
|
|
1157
1162
|
"direction": "vertical",
|
|
1158
|
-
"type": "stack",
|
|
1159
1163
|
"children": [
|
|
1160
1164
|
{
|
|
1161
|
-
"direction": "horizontal",
|
|
1162
|
-
"type": "stack",
|
|
1163
1165
|
"align": "center",
|
|
1164
1166
|
"children": [
|
|
1165
1167
|
{
|
|
@@ -1172,22 +1174,27 @@
|
|
|
1172
1174
|
"type": "typography"
|
|
1173
1175
|
},
|
|
1174
1176
|
{
|
|
1175
|
-
"label": "Normal",
|
|
1176
1177
|
"variant": "default",
|
|
1178
|
+
"label": "Normal",
|
|
1177
1179
|
"type": "badge"
|
|
1178
1180
|
}
|
|
1179
1181
|
],
|
|
1180
|
-
"gap": "sm"
|
|
1182
|
+
"gap": "sm",
|
|
1183
|
+
"direction": "horizontal",
|
|
1184
|
+
"type": "stack"
|
|
1181
1185
|
},
|
|
1182
1186
|
{
|
|
1183
1187
|
"type": "divider"
|
|
1184
1188
|
},
|
|
1185
1189
|
{
|
|
1186
1190
|
"value": "@entity.current",
|
|
1187
|
-
"
|
|
1188
|
-
"
|
|
1191
|
+
"max": "@entity.max",
|
|
1192
|
+
"type": "progress-bar"
|
|
1189
1193
|
},
|
|
1190
1194
|
{
|
|
1195
|
+
"direction": "horizontal",
|
|
1196
|
+
"gap": "md",
|
|
1197
|
+
"type": "stack",
|
|
1191
1198
|
"children": [
|
|
1192
1199
|
{
|
|
1193
1200
|
"type": "stat-display",
|
|
@@ -1195,23 +1202,22 @@
|
|
|
1195
1202
|
"label": "Tokens Used"
|
|
1196
1203
|
},
|
|
1197
1204
|
{
|
|
1198
|
-
"label": "Max Tokens",
|
|
1199
1205
|
"value": "@entity.max",
|
|
1200
|
-
"type": "stat-display"
|
|
1206
|
+
"type": "stat-display",
|
|
1207
|
+
"label": "Max Tokens"
|
|
1201
1208
|
}
|
|
1202
|
-
]
|
|
1203
|
-
"gap": "md",
|
|
1204
|
-
"type": "stack",
|
|
1205
|
-
"direction": "horizontal"
|
|
1209
|
+
]
|
|
1206
1210
|
},
|
|
1207
1211
|
{
|
|
1208
|
-
"label": "Reset",
|
|
1209
|
-
"icon": "rotate-ccw",
|
|
1210
1212
|
"action": "RESET",
|
|
1211
1213
|
"variant": "ghost",
|
|
1212
|
-
"type": "button"
|
|
1214
|
+
"type": "button",
|
|
1215
|
+
"label": "Reset",
|
|
1216
|
+
"icon": "rotate-ccw"
|
|
1213
1217
|
}
|
|
1214
|
-
]
|
|
1218
|
+
],
|
|
1219
|
+
"type": "stack",
|
|
1220
|
+
"gap": "lg"
|
|
1215
1221
|
}
|
|
1216
1222
|
]
|
|
1217
1223
|
]
|
|
@@ -1233,42 +1239,42 @@
|
|
|
1233
1239
|
"direction": "vertical",
|
|
1234
1240
|
"children": [
|
|
1235
1241
|
{
|
|
1236
|
-
"gap": "sm",
|
|
1237
|
-
"align": "center",
|
|
1238
|
-
"direction": "horizontal",
|
|
1239
1242
|
"type": "stack",
|
|
1240
1243
|
"children": [
|
|
1241
1244
|
{
|
|
1242
|
-
"
|
|
1243
|
-
"
|
|
1245
|
+
"type": "icon",
|
|
1246
|
+
"name": "gauge"
|
|
1244
1247
|
},
|
|
1245
1248
|
{
|
|
1246
|
-
"variant": "h2",
|
|
1247
1249
|
"type": "typography",
|
|
1250
|
+
"variant": "h2",
|
|
1248
1251
|
"content": "Token Usage"
|
|
1249
1252
|
},
|
|
1250
1253
|
{
|
|
1254
|
+
"label": "Normal",
|
|
1251
1255
|
"variant": "default",
|
|
1252
|
-
"type": "badge"
|
|
1253
|
-
"label": "Normal"
|
|
1256
|
+
"type": "badge"
|
|
1254
1257
|
}
|
|
1255
|
-
]
|
|
1258
|
+
],
|
|
1259
|
+
"align": "center",
|
|
1260
|
+
"gap": "sm",
|
|
1261
|
+
"direction": "horizontal"
|
|
1256
1262
|
},
|
|
1257
1263
|
{
|
|
1258
1264
|
"type": "divider"
|
|
1259
1265
|
},
|
|
1260
1266
|
{
|
|
1267
|
+
"type": "progress-bar",
|
|
1261
1268
|
"value": "@entity.current",
|
|
1262
|
-
"max": "@entity.max"
|
|
1263
|
-
"type": "progress-bar"
|
|
1269
|
+
"max": "@entity.max"
|
|
1264
1270
|
},
|
|
1265
1271
|
{
|
|
1266
|
-
"
|
|
1272
|
+
"direction": "horizontal",
|
|
1267
1273
|
"children": [
|
|
1268
1274
|
{
|
|
1269
1275
|
"label": "Tokens Used",
|
|
1270
|
-
"
|
|
1271
|
-
"
|
|
1276
|
+
"type": "stat-display",
|
|
1277
|
+
"value": "@entity.current"
|
|
1272
1278
|
},
|
|
1273
1279
|
{
|
|
1274
1280
|
"value": "@entity.max",
|
|
@@ -1277,18 +1283,18 @@
|
|
|
1277
1283
|
}
|
|
1278
1284
|
],
|
|
1279
1285
|
"gap": "md",
|
|
1280
|
-
"
|
|
1286
|
+
"type": "stack"
|
|
1281
1287
|
},
|
|
1282
1288
|
{
|
|
1283
|
-
"variant": "ghost",
|
|
1284
|
-
"type": "button",
|
|
1285
|
-
"label": "Reset",
|
|
1286
1289
|
"icon": "rotate-ccw",
|
|
1287
|
-
"
|
|
1290
|
+
"label": "Reset",
|
|
1291
|
+
"action": "RESET",
|
|
1292
|
+
"variant": "ghost",
|
|
1293
|
+
"type": "button"
|
|
1288
1294
|
}
|
|
1289
1295
|
],
|
|
1290
|
-
"
|
|
1291
|
-
"
|
|
1296
|
+
"type": "stack",
|
|
1297
|
+
"gap": "lg"
|
|
1292
1298
|
}
|
|
1293
1299
|
]
|
|
1294
1300
|
]
|
|
@@ -1316,84 +1322,84 @@
|
|
|
1316
1322
|
"render-ui",
|
|
1317
1323
|
"main",
|
|
1318
1324
|
{
|
|
1319
|
-
"direction": "vertical",
|
|
1320
1325
|
"type": "stack",
|
|
1326
|
+
"direction": "vertical",
|
|
1327
|
+
"gap": "lg",
|
|
1321
1328
|
"children": [
|
|
1322
1329
|
{
|
|
1330
|
+
"gap": "sm",
|
|
1323
1331
|
"direction": "horizontal",
|
|
1324
|
-
"align": "center",
|
|
1325
1332
|
"type": "stack",
|
|
1333
|
+
"align": "center",
|
|
1326
1334
|
"children": [
|
|
1327
1335
|
{
|
|
1328
|
-
"
|
|
1329
|
-
"
|
|
1336
|
+
"type": "icon",
|
|
1337
|
+
"name": "alert-octagon"
|
|
1330
1338
|
},
|
|
1331
1339
|
{
|
|
1340
|
+
"type": "typography",
|
|
1332
1341
|
"content": "Token Usage",
|
|
1333
|
-
"variant": "h2"
|
|
1334
|
-
"type": "typography"
|
|
1342
|
+
"variant": "h2"
|
|
1335
1343
|
},
|
|
1336
1344
|
{
|
|
1337
1345
|
"label": "Critical",
|
|
1338
|
-
"
|
|
1339
|
-
"
|
|
1346
|
+
"variant": "danger",
|
|
1347
|
+
"type": "badge"
|
|
1340
1348
|
}
|
|
1341
|
-
]
|
|
1342
|
-
"gap": "sm"
|
|
1349
|
+
]
|
|
1343
1350
|
},
|
|
1344
1351
|
{
|
|
1345
1352
|
"type": "divider"
|
|
1346
1353
|
},
|
|
1347
1354
|
{
|
|
1348
|
-
"
|
|
1355
|
+
"variant": "error",
|
|
1349
1356
|
"type": "alert",
|
|
1350
|
-
"
|
|
1357
|
+
"message": "Token usage critical. Compact immediately to avoid truncation."
|
|
1351
1358
|
},
|
|
1352
1359
|
{
|
|
1360
|
+
"type": "progress-bar",
|
|
1353
1361
|
"value": "@entity.current",
|
|
1354
|
-
"max": "@entity.max"
|
|
1355
|
-
"type": "progress-bar"
|
|
1362
|
+
"max": "@entity.max"
|
|
1356
1363
|
},
|
|
1357
1364
|
{
|
|
1365
|
+
"type": "stack",
|
|
1366
|
+
"gap": "md",
|
|
1358
1367
|
"children": [
|
|
1359
1368
|
{
|
|
1360
|
-
"type": "stat-display",
|
|
1361
1369
|
"label": "Tokens Used",
|
|
1362
|
-
"value": "@entity.current"
|
|
1370
|
+
"value": "@entity.current",
|
|
1371
|
+
"type": "stat-display"
|
|
1363
1372
|
},
|
|
1364
1373
|
{
|
|
1365
|
-
"label": "Max Tokens",
|
|
1366
1374
|
"type": "stat-display",
|
|
1367
|
-
"value": "@entity.max"
|
|
1375
|
+
"value": "@entity.max",
|
|
1376
|
+
"label": "Max Tokens"
|
|
1368
1377
|
}
|
|
1369
1378
|
],
|
|
1370
|
-
"
|
|
1371
|
-
"direction": "horizontal",
|
|
1372
|
-
"type": "stack"
|
|
1379
|
+
"direction": "horizontal"
|
|
1373
1380
|
},
|
|
1374
1381
|
{
|
|
1382
|
+
"type": "stack",
|
|
1375
1383
|
"children": [
|
|
1376
1384
|
{
|
|
1377
|
-
"
|
|
1385
|
+
"variant": "primary",
|
|
1386
|
+
"icon": "minimize-2",
|
|
1378
1387
|
"label": "Compact Now",
|
|
1379
1388
|
"action": "COMPACT",
|
|
1380
|
-
"
|
|
1381
|
-
"variant": "primary"
|
|
1389
|
+
"type": "button"
|
|
1382
1390
|
},
|
|
1383
1391
|
{
|
|
1384
|
-
"
|
|
1385
|
-
"type": "button",
|
|
1386
|
-
"variant": "ghost",
|
|
1392
|
+
"icon": "rotate-ccw",
|
|
1387
1393
|
"action": "RESET",
|
|
1388
|
-
"
|
|
1394
|
+
"variant": "ghost",
|
|
1395
|
+
"label": "Reset",
|
|
1396
|
+
"type": "button"
|
|
1389
1397
|
}
|
|
1390
1398
|
],
|
|
1391
|
-
"
|
|
1392
|
-
"
|
|
1393
|
-
"gap": "sm"
|
|
1399
|
+
"gap": "sm",
|
|
1400
|
+
"direction": "horizontal"
|
|
1394
1401
|
}
|
|
1395
|
-
]
|
|
1396
|
-
"gap": "lg"
|
|
1402
|
+
]
|
|
1397
1403
|
}
|
|
1398
1404
|
]
|
|
1399
1405
|
]
|
|
@@ -1433,21 +1439,20 @@
|
|
|
1433
1439
|
"render-ui",
|
|
1434
1440
|
"main",
|
|
1435
1441
|
{
|
|
1436
|
-
"gap": "lg",
|
|
1437
1442
|
"type": "stack",
|
|
1438
1443
|
"direction": "vertical",
|
|
1444
|
+
"gap": "lg",
|
|
1439
1445
|
"children": [
|
|
1440
1446
|
{
|
|
1441
|
-
"direction": "horizontal",
|
|
1442
1447
|
"align": "center",
|
|
1443
1448
|
"children": [
|
|
1444
1449
|
{
|
|
1445
|
-
"
|
|
1446
|
-
"
|
|
1450
|
+
"name": "alert-triangle",
|
|
1451
|
+
"type": "icon"
|
|
1447
1452
|
},
|
|
1448
1453
|
{
|
|
1449
|
-
"content": "Token Usage",
|
|
1450
1454
|
"type": "typography",
|
|
1455
|
+
"content": "Token Usage",
|
|
1451
1456
|
"variant": "h2"
|
|
1452
1457
|
},
|
|
1453
1458
|
{
|
|
@@ -1456,6 +1461,7 @@
|
|
|
1456
1461
|
"type": "badge"
|
|
1457
1462
|
}
|
|
1458
1463
|
],
|
|
1464
|
+
"direction": "horizontal",
|
|
1459
1465
|
"type": "stack",
|
|
1460
1466
|
"gap": "sm"
|
|
1461
1467
|
},
|
|
@@ -1473,21 +1479,21 @@
|
|
|
1473
1479
|
"value": "@entity.current"
|
|
1474
1480
|
},
|
|
1475
1481
|
{
|
|
1476
|
-
"type": "stack",
|
|
1477
|
-
"direction": "horizontal",
|
|
1478
1482
|
"gap": "md",
|
|
1479
1483
|
"children": [
|
|
1480
1484
|
{
|
|
1481
|
-
"value": "@entity.current",
|
|
1482
1485
|
"type": "stat-display",
|
|
1486
|
+
"value": "@entity.current",
|
|
1483
1487
|
"label": "Tokens Used"
|
|
1484
1488
|
},
|
|
1485
1489
|
{
|
|
1490
|
+
"label": "Max Tokens",
|
|
1486
1491
|
"value": "@entity.max",
|
|
1487
|
-
"type": "stat-display"
|
|
1488
|
-
"label": "Max Tokens"
|
|
1492
|
+
"type": "stat-display"
|
|
1489
1493
|
}
|
|
1490
|
-
]
|
|
1494
|
+
],
|
|
1495
|
+
"direction": "horizontal",
|
|
1496
|
+
"type": "stack"
|
|
1491
1497
|
},
|
|
1492
1498
|
{
|
|
1493
1499
|
"type": "stack",
|
|
@@ -1495,18 +1501,18 @@
|
|
|
1495
1501
|
"gap": "sm",
|
|
1496
1502
|
"children": [
|
|
1497
1503
|
{
|
|
1498
|
-
"icon": "minimize-2",
|
|
1499
|
-
"variant": "primary",
|
|
1500
1504
|
"label": "Compact",
|
|
1505
|
+
"action": "COMPACT",
|
|
1506
|
+
"variant": "primary",
|
|
1501
1507
|
"type": "button",
|
|
1502
|
-
"
|
|
1508
|
+
"icon": "minimize-2"
|
|
1503
1509
|
},
|
|
1504
1510
|
{
|
|
1505
|
-
"icon": "rotate-ccw",
|
|
1506
|
-
"type": "button",
|
|
1507
1511
|
"label": "Reset",
|
|
1508
1512
|
"action": "RESET",
|
|
1509
|
-
"variant": "ghost"
|
|
1513
|
+
"variant": "ghost",
|
|
1514
|
+
"type": "button",
|
|
1515
|
+
"icon": "rotate-ccw"
|
|
1510
1516
|
}
|
|
1511
1517
|
]
|
|
1512
1518
|
}
|
|
@@ -1538,20 +1544,21 @@
|
|
|
1538
1544
|
"render-ui",
|
|
1539
1545
|
"main",
|
|
1540
1546
|
{
|
|
1541
|
-
"type": "stack",
|
|
1542
1547
|
"gap": "lg",
|
|
1543
|
-
"direction": "vertical",
|
|
1544
1548
|
"children": [
|
|
1545
1549
|
{
|
|
1550
|
+
"align": "center",
|
|
1551
|
+
"gap": "sm",
|
|
1552
|
+
"direction": "horizontal",
|
|
1546
1553
|
"children": [
|
|
1547
1554
|
{
|
|
1548
|
-
"
|
|
1549
|
-
"
|
|
1555
|
+
"type": "icon",
|
|
1556
|
+
"name": "gauge"
|
|
1550
1557
|
},
|
|
1551
1558
|
{
|
|
1552
|
-
"
|
|
1559
|
+
"variant": "h2",
|
|
1553
1560
|
"type": "typography",
|
|
1554
|
-
"
|
|
1561
|
+
"content": "Token Usage"
|
|
1555
1562
|
},
|
|
1556
1563
|
{
|
|
1557
1564
|
"label": "Normal",
|
|
@@ -1559,10 +1566,7 @@
|
|
|
1559
1566
|
"type": "badge"
|
|
1560
1567
|
}
|
|
1561
1568
|
],
|
|
1562
|
-
"
|
|
1563
|
-
"direction": "horizontal",
|
|
1564
|
-
"type": "stack",
|
|
1565
|
-
"align": "center"
|
|
1569
|
+
"type": "stack"
|
|
1566
1570
|
},
|
|
1567
1571
|
{
|
|
1568
1572
|
"type": "divider"
|
|
@@ -1574,7 +1578,6 @@
|
|
|
1574
1578
|
},
|
|
1575
1579
|
{
|
|
1576
1580
|
"gap": "md",
|
|
1577
|
-
"type": "stack",
|
|
1578
1581
|
"children": [
|
|
1579
1582
|
{
|
|
1580
1583
|
"type": "stat-display",
|
|
@@ -1582,21 +1585,24 @@
|
|
|
1582
1585
|
"value": "@entity.current"
|
|
1583
1586
|
},
|
|
1584
1587
|
{
|
|
1585
|
-
"label": "Max Tokens",
|
|
1586
1588
|
"type": "stat-display",
|
|
1589
|
+
"label": "Max Tokens",
|
|
1587
1590
|
"value": "@entity.max"
|
|
1588
1591
|
}
|
|
1589
1592
|
],
|
|
1593
|
+
"type": "stack",
|
|
1590
1594
|
"direction": "horizontal"
|
|
1591
1595
|
},
|
|
1592
1596
|
{
|
|
1597
|
+
"type": "button",
|
|
1593
1598
|
"icon": "rotate-ccw",
|
|
1594
|
-
"action": "RESET",
|
|
1595
1599
|
"label": "Reset",
|
|
1596
|
-
"
|
|
1600
|
+
"action": "RESET",
|
|
1597
1601
|
"variant": "ghost"
|
|
1598
1602
|
}
|
|
1599
|
-
]
|
|
1603
|
+
],
|
|
1604
|
+
"type": "stack",
|
|
1605
|
+
"direction": "vertical"
|
|
1600
1606
|
}
|
|
1601
1607
|
]
|
|
1602
1608
|
]
|
|
@@ -1621,65 +1627,65 @@
|
|
|
1621
1627
|
"render-ui",
|
|
1622
1628
|
"main",
|
|
1623
1629
|
{
|
|
1630
|
+
"gap": "lg",
|
|
1631
|
+
"type": "stack",
|
|
1624
1632
|
"direction": "vertical",
|
|
1625
1633
|
"children": [
|
|
1626
1634
|
{
|
|
1627
|
-
"gap": "sm",
|
|
1628
1635
|
"children": [
|
|
1629
1636
|
{
|
|
1630
|
-
"
|
|
1631
|
-
"
|
|
1637
|
+
"name": "gauge",
|
|
1638
|
+
"type": "icon"
|
|
1632
1639
|
},
|
|
1633
1640
|
{
|
|
1634
1641
|
"variant": "h2",
|
|
1635
|
-
"
|
|
1636
|
-
"
|
|
1642
|
+
"content": "Token Usage",
|
|
1643
|
+
"type": "typography"
|
|
1637
1644
|
},
|
|
1638
1645
|
{
|
|
1639
|
-
"label": "Normal",
|
|
1640
1646
|
"variant": "default",
|
|
1647
|
+
"label": "Normal",
|
|
1641
1648
|
"type": "badge"
|
|
1642
1649
|
}
|
|
1643
1650
|
],
|
|
1651
|
+
"gap": "sm",
|
|
1652
|
+
"direction": "horizontal",
|
|
1644
1653
|
"type": "stack",
|
|
1645
|
-
"align": "center"
|
|
1646
|
-
"direction": "horizontal"
|
|
1654
|
+
"align": "center"
|
|
1647
1655
|
},
|
|
1648
1656
|
{
|
|
1649
1657
|
"type": "divider"
|
|
1650
1658
|
},
|
|
1651
1659
|
{
|
|
1652
|
-
"type": "progress-bar",
|
|
1653
1660
|
"value": "@entity.current",
|
|
1654
|
-
"max": "@entity.max"
|
|
1661
|
+
"max": "@entity.max",
|
|
1662
|
+
"type": "progress-bar"
|
|
1655
1663
|
},
|
|
1656
1664
|
{
|
|
1657
|
-
"gap": "md",
|
|
1658
|
-
"type": "stack",
|
|
1659
|
-
"direction": "horizontal",
|
|
1660
1665
|
"children": [
|
|
1661
1666
|
{
|
|
1662
1667
|
"type": "stat-display",
|
|
1663
|
-
"
|
|
1664
|
-
"
|
|
1668
|
+
"value": "@entity.current",
|
|
1669
|
+
"label": "Tokens Used"
|
|
1665
1670
|
},
|
|
1666
1671
|
{
|
|
1667
|
-
"
|
|
1672
|
+
"type": "stat-display",
|
|
1668
1673
|
"label": "Max Tokens",
|
|
1669
|
-
"
|
|
1674
|
+
"value": "@entity.max"
|
|
1670
1675
|
}
|
|
1671
|
-
]
|
|
1676
|
+
],
|
|
1677
|
+
"type": "stack",
|
|
1678
|
+
"direction": "horizontal",
|
|
1679
|
+
"gap": "md"
|
|
1672
1680
|
},
|
|
1673
1681
|
{
|
|
1674
|
-
"variant": "ghost",
|
|
1675
|
-
"action": "RESET",
|
|
1676
1682
|
"label": "Reset",
|
|
1683
|
+
"variant": "ghost",
|
|
1677
1684
|
"type": "button",
|
|
1685
|
+
"action": "RESET",
|
|
1678
1686
|
"icon": "rotate-ccw"
|
|
1679
1687
|
}
|
|
1680
|
-
]
|
|
1681
|
-
"gap": "lg",
|
|
1682
|
-
"type": "stack"
|
|
1688
|
+
]
|
|
1683
1689
|
}
|
|
1684
1690
|
]
|
|
1685
1691
|
]
|
|
@@ -1699,29 +1705,29 @@
|
|
|
1699
1705
|
"main",
|
|
1700
1706
|
{
|
|
1701
1707
|
"type": "stack",
|
|
1702
|
-
"
|
|
1708
|
+
"gap": "lg",
|
|
1703
1709
|
"children": [
|
|
1704
1710
|
{
|
|
1705
|
-
"direction": "horizontal",
|
|
1706
|
-
"align": "center",
|
|
1707
|
-
"type": "stack",
|
|
1708
1711
|
"gap": "sm",
|
|
1712
|
+
"type": "stack",
|
|
1713
|
+
"direction": "horizontal",
|
|
1709
1714
|
"children": [
|
|
1710
1715
|
{
|
|
1711
|
-
"
|
|
1712
|
-
"
|
|
1716
|
+
"name": "gauge",
|
|
1717
|
+
"type": "icon"
|
|
1713
1718
|
},
|
|
1714
1719
|
{
|
|
1715
|
-
"variant": "h2",
|
|
1716
1720
|
"type": "typography",
|
|
1717
|
-
"content": "Token Usage"
|
|
1721
|
+
"content": "Token Usage",
|
|
1722
|
+
"variant": "h2"
|
|
1718
1723
|
},
|
|
1719
1724
|
{
|
|
1725
|
+
"type": "badge",
|
|
1720
1726
|
"label": "Normal",
|
|
1721
|
-
"variant": "default"
|
|
1722
|
-
"type": "badge"
|
|
1727
|
+
"variant": "default"
|
|
1723
1728
|
}
|
|
1724
|
-
]
|
|
1729
|
+
],
|
|
1730
|
+
"align": "center"
|
|
1725
1731
|
},
|
|
1726
1732
|
{
|
|
1727
1733
|
"type": "divider"
|
|
@@ -1732,31 +1738,31 @@
|
|
|
1732
1738
|
"value": "@entity.current"
|
|
1733
1739
|
},
|
|
1734
1740
|
{
|
|
1735
|
-
"gap": "md",
|
|
1736
1741
|
"direction": "horizontal",
|
|
1737
|
-
"
|
|
1742
|
+
"gap": "md",
|
|
1738
1743
|
"children": [
|
|
1739
1744
|
{
|
|
1740
|
-
"
|
|
1745
|
+
"value": "@entity.current",
|
|
1741
1746
|
"label": "Tokens Used",
|
|
1742
|
-
"
|
|
1747
|
+
"type": "stat-display"
|
|
1743
1748
|
},
|
|
1744
1749
|
{
|
|
1745
1750
|
"value": "@entity.max",
|
|
1746
1751
|
"label": "Max Tokens",
|
|
1747
1752
|
"type": "stat-display"
|
|
1748
1753
|
}
|
|
1749
|
-
]
|
|
1754
|
+
],
|
|
1755
|
+
"type": "stack"
|
|
1750
1756
|
},
|
|
1751
1757
|
{
|
|
1752
|
-
"
|
|
1758
|
+
"icon": "rotate-ccw",
|
|
1753
1759
|
"type": "button",
|
|
1754
1760
|
"label": "Reset",
|
|
1755
|
-
"
|
|
1756
|
-
"
|
|
1761
|
+
"action": "RESET",
|
|
1762
|
+
"variant": "ghost"
|
|
1757
1763
|
}
|
|
1758
1764
|
],
|
|
1759
|
-
"
|
|
1765
|
+
"direction": "vertical"
|
|
1760
1766
|
}
|
|
1761
1767
|
]
|
|
1762
1768
|
]
|
|
@@ -1963,8 +1969,8 @@
|
|
|
1963
1969
|
"AgentContextWindow",
|
|
1964
1970
|
{
|
|
1965
1971
|
"emit": {
|
|
1966
|
-
"
|
|
1967
|
-
"
|
|
1972
|
+
"success": "AgentContextWindowLoaded",
|
|
1973
|
+
"failure": "AgentContextWindowLoadFailed"
|
|
1968
1974
|
}
|
|
1969
1975
|
}
|
|
1970
1976
|
]
|
|
@@ -1989,41 +1995,39 @@
|
|
|
1989
1995
|
"render-ui",
|
|
1990
1996
|
"main",
|
|
1991
1997
|
{
|
|
1992
|
-
"type": "stack",
|
|
1993
|
-
"direction": "vertical",
|
|
1994
1998
|
"children": [
|
|
1995
1999
|
{
|
|
1996
|
-
"
|
|
1997
|
-
"gap": "md",
|
|
2000
|
+
"justify": "between",
|
|
1998
2001
|
"align": "center",
|
|
2002
|
+
"direction": "horizontal",
|
|
1999
2003
|
"children": [
|
|
2000
2004
|
{
|
|
2001
|
-
"type": "stack",
|
|
2002
|
-
"align": "center",
|
|
2003
2005
|
"direction": "horizontal",
|
|
2006
|
+
"type": "stack",
|
|
2007
|
+
"gap": "md",
|
|
2004
2008
|
"children": [
|
|
2005
2009
|
{
|
|
2006
2010
|
"name": "layers",
|
|
2007
2011
|
"type": "icon"
|
|
2008
2012
|
},
|
|
2009
2013
|
{
|
|
2010
|
-
"variant": "h2",
|
|
2011
2014
|
"type": "typography",
|
|
2012
|
-
"content": "Context Window Alert"
|
|
2015
|
+
"content": "Context Window Alert",
|
|
2016
|
+
"variant": "h2"
|
|
2013
2017
|
}
|
|
2014
2018
|
],
|
|
2015
|
-
"
|
|
2019
|
+
"align": "center"
|
|
2016
2020
|
},
|
|
2017
2021
|
{
|
|
2018
|
-
"
|
|
2022
|
+
"label": "Dismiss",
|
|
2019
2023
|
"variant": "ghost",
|
|
2024
|
+
"type": "button",
|
|
2020
2025
|
"icon": "x",
|
|
2021
|
-
"action": "HIDE"
|
|
2022
|
-
"label": "Dismiss"
|
|
2026
|
+
"action": "HIDE"
|
|
2023
2027
|
}
|
|
2024
2028
|
],
|
|
2025
|
-
"
|
|
2026
|
-
"
|
|
2029
|
+
"type": "stack",
|
|
2030
|
+
"gap": "md"
|
|
2027
2031
|
},
|
|
2028
2032
|
{
|
|
2029
2033
|
"type": "divider"
|
|
@@ -2038,11 +2042,13 @@
|
|
|
2038
2042
|
},
|
|
2039
2043
|
{
|
|
2040
2044
|
"type": "alert",
|
|
2041
|
-
"
|
|
2042
|
-
"
|
|
2045
|
+
"variant": "warning",
|
|
2046
|
+
"message": "@entity.message"
|
|
2043
2047
|
}
|
|
2044
2048
|
],
|
|
2045
|
-
"gap": "lg"
|
|
2049
|
+
"gap": "lg",
|
|
2050
|
+
"type": "stack",
|
|
2051
|
+
"direction": "vertical"
|
|
2046
2052
|
}
|
|
2047
2053
|
]
|
|
2048
2054
|
]
|
|
@@ -2068,58 +2074,58 @@
|
|
|
2068
2074
|
{
|
|
2069
2075
|
"children": [
|
|
2070
2076
|
{
|
|
2071
|
-
"type": "stack",
|
|
2072
|
-
"align": "center",
|
|
2073
|
-
"gap": "md",
|
|
2074
|
-
"direction": "horizontal",
|
|
2075
2077
|
"children": [
|
|
2076
2078
|
{
|
|
2079
|
+
"type": "stack",
|
|
2080
|
+
"gap": "md",
|
|
2077
2081
|
"align": "center",
|
|
2078
2082
|
"children": [
|
|
2079
2083
|
{
|
|
2080
|
-
"
|
|
2081
|
-
"
|
|
2084
|
+
"name": "layers",
|
|
2085
|
+
"type": "icon"
|
|
2082
2086
|
},
|
|
2083
2087
|
{
|
|
2084
|
-
"
|
|
2088
|
+
"type": "typography",
|
|
2085
2089
|
"content": "Context Window Alert",
|
|
2086
|
-
"
|
|
2090
|
+
"variant": "h2"
|
|
2087
2091
|
}
|
|
2088
2092
|
],
|
|
2089
|
-
"
|
|
2090
|
-
"direction": "horizontal",
|
|
2091
|
-
"type": "stack"
|
|
2093
|
+
"direction": "horizontal"
|
|
2092
2094
|
},
|
|
2093
2095
|
{
|
|
2094
|
-
"action": "HIDE",
|
|
2095
|
-
"variant": "ghost",
|
|
2096
2096
|
"type": "button",
|
|
2097
|
+
"action": "HIDE",
|
|
2097
2098
|
"icon": "x",
|
|
2098
|
-
"label": "Dismiss"
|
|
2099
|
+
"label": "Dismiss",
|
|
2100
|
+
"variant": "ghost"
|
|
2099
2101
|
}
|
|
2100
2102
|
],
|
|
2101
|
-
"justify": "between"
|
|
2103
|
+
"justify": "between",
|
|
2104
|
+
"align": "center",
|
|
2105
|
+
"direction": "horizontal",
|
|
2106
|
+
"type": "stack",
|
|
2107
|
+
"gap": "md"
|
|
2102
2108
|
},
|
|
2103
2109
|
{
|
|
2104
2110
|
"type": "divider"
|
|
2105
2111
|
},
|
|
2106
2112
|
{
|
|
2107
2113
|
"type": "alert",
|
|
2108
|
-
"
|
|
2109
|
-
"
|
|
2114
|
+
"message": "@entity.message",
|
|
2115
|
+
"variant": "@entity.notificationType"
|
|
2110
2116
|
},
|
|
2111
2117
|
{
|
|
2112
2118
|
"type": "toast-slot"
|
|
2113
2119
|
},
|
|
2114
2120
|
{
|
|
2121
|
+
"message": "@entity.message",
|
|
2115
2122
|
"type": "alert",
|
|
2116
|
-
"variant": "warning"
|
|
2117
|
-
"message": "@entity.message"
|
|
2123
|
+
"variant": "warning"
|
|
2118
2124
|
}
|
|
2119
2125
|
],
|
|
2120
|
-
"
|
|
2126
|
+
"gap": "lg",
|
|
2121
2127
|
"type": "stack",
|
|
2122
|
-
"
|
|
2128
|
+
"direction": "vertical"
|
|
2123
2129
|
}
|
|
2124
2130
|
]
|
|
2125
2131
|
]
|
|
@@ -2366,8 +2372,8 @@
|
|
|
2366
2372
|
"AgentContextWindow",
|
|
2367
2373
|
{
|
|
2368
2374
|
"emit": {
|
|
2369
|
-
"
|
|
2370
|
-
"
|
|
2375
|
+
"failure": "AgentContextWindowLoadFailed",
|
|
2376
|
+
"success": "AgentContextWindowLoaded"
|
|
2371
2377
|
}
|
|
2372
2378
|
}
|
|
2373
2379
|
],
|
|
@@ -2381,10 +2387,10 @@
|
|
|
2381
2387
|
"render-ui",
|
|
2382
2388
|
"main",
|
|
2383
2389
|
{
|
|
2384
|
-
"description": "Context Window is ready",
|
|
2385
2390
|
"type": "empty-state",
|
|
2386
2391
|
"icon": "layers",
|
|
2387
|
-
"title": "Context Window"
|
|
2392
|
+
"title": "Context Window",
|
|
2393
|
+
"description": "Context Window is ready"
|
|
2388
2394
|
}
|
|
2389
2395
|
]
|
|
2390
2396
|
]
|
|
@@ -2699,4 +2705,4 @@
|
|
|
2699
2705
|
]
|
|
2700
2706
|
}
|
|
2701
2707
|
]
|
|
2702
|
-
}
|
|
2708
|
+
}
|