@almadar/std 8.4.2 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1240 -1226
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +50 -60
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1072 -1072
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1240 -1226
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +50 -60
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1072 -1072
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
- package/package.json +1 -1
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"event": "AgentContextWindowLoaded",
|
|
100
100
|
"description": "Fired when AgentContextWindow finishes loading",
|
|
101
101
|
"scope": "internal",
|
|
102
|
-
"
|
|
102
|
+
"payloadSchema": [
|
|
103
103
|
{
|
|
104
104
|
"name": "id",
|
|
105
105
|
"type": "string"
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"event": "AgentContextWindowLoadFailed",
|
|
163
163
|
"description": "Fired when AgentContextWindow fails to load",
|
|
164
164
|
"scope": "internal",
|
|
165
|
-
"
|
|
165
|
+
"payloadSchema": [
|
|
166
166
|
{
|
|
167
167
|
"name": "message",
|
|
168
168
|
"type": "string"
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
{
|
|
192
192
|
"key": "UPDATE",
|
|
193
193
|
"name": "Update",
|
|
194
|
-
"
|
|
194
|
+
"payloadSchema": [
|
|
195
195
|
{
|
|
196
196
|
"name": "current",
|
|
197
197
|
"type": "number",
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
{
|
|
211
211
|
"key": "AgentContextWindowLoaded",
|
|
212
212
|
"name": "AgentContextWindow loaded",
|
|
213
|
-
"
|
|
213
|
+
"payloadSchema": [
|
|
214
214
|
{
|
|
215
215
|
"name": "id",
|
|
216
216
|
"type": "string"
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
{
|
|
273
273
|
"key": "AgentContextWindowLoadFailed",
|
|
274
274
|
"name": "AgentContextWindow load failed",
|
|
275
|
-
"
|
|
275
|
+
"payloadSchema": [
|
|
276
276
|
{
|
|
277
277
|
"name": "message",
|
|
278
278
|
"type": "string"
|
|
@@ -300,14 +300,13 @@
|
|
|
300
300
|
"render-ui",
|
|
301
301
|
"main",
|
|
302
302
|
{
|
|
303
|
-
"type": "stack",
|
|
304
303
|
"direction": "vertical",
|
|
305
|
-
"
|
|
304
|
+
"type": "stack",
|
|
306
305
|
"children": [
|
|
307
306
|
{
|
|
308
|
-
"direction": "horizontal",
|
|
309
|
-
"type": "stack",
|
|
310
307
|
"align": "center",
|
|
308
|
+
"type": "stack",
|
|
309
|
+
"direction": "horizontal",
|
|
311
310
|
"children": [
|
|
312
311
|
{
|
|
313
312
|
"type": "icon",
|
|
@@ -315,13 +314,13 @@
|
|
|
315
314
|
},
|
|
316
315
|
{
|
|
317
316
|
"variant": "h2",
|
|
318
|
-
"
|
|
319
|
-
"
|
|
317
|
+
"content": "Token Usage",
|
|
318
|
+
"type": "typography"
|
|
320
319
|
},
|
|
321
320
|
{
|
|
322
321
|
"type": "badge",
|
|
323
|
-
"
|
|
324
|
-
"
|
|
322
|
+
"label": "Normal",
|
|
323
|
+
"variant": "default"
|
|
325
324
|
}
|
|
326
325
|
],
|
|
327
326
|
"gap": "sm"
|
|
@@ -331,34 +330,35 @@
|
|
|
331
330
|
},
|
|
332
331
|
{
|
|
333
332
|
"type": "progress-bar",
|
|
334
|
-
"
|
|
335
|
-
"
|
|
333
|
+
"value": "@entity.current",
|
|
334
|
+
"max": "@entity.max"
|
|
336
335
|
},
|
|
337
336
|
{
|
|
337
|
+
"gap": "md",
|
|
338
338
|
"direction": "horizontal",
|
|
339
339
|
"type": "stack",
|
|
340
340
|
"children": [
|
|
341
341
|
{
|
|
342
342
|
"type": "stat-display",
|
|
343
|
-
"
|
|
344
|
-
"
|
|
343
|
+
"value": "@entity.current",
|
|
344
|
+
"label": "Tokens Used"
|
|
345
345
|
},
|
|
346
346
|
{
|
|
347
|
-
"type": "stat-display",
|
|
348
347
|
"label": "Max Tokens",
|
|
349
|
-
"value": "@entity.max"
|
|
348
|
+
"value": "@entity.max",
|
|
349
|
+
"type": "stat-display"
|
|
350
350
|
}
|
|
351
|
-
]
|
|
352
|
-
"gap": "md"
|
|
351
|
+
]
|
|
353
352
|
},
|
|
354
353
|
{
|
|
354
|
+
"action": "RESET",
|
|
355
355
|
"icon": "rotate-ccw",
|
|
356
356
|
"type": "button",
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"label": "Reset"
|
|
357
|
+
"label": "Reset",
|
|
358
|
+
"variant": "ghost"
|
|
360
359
|
}
|
|
361
|
-
]
|
|
360
|
+
],
|
|
361
|
+
"gap": "lg"
|
|
362
362
|
}
|
|
363
363
|
]
|
|
364
364
|
]
|
|
@@ -386,65 +386,65 @@
|
|
|
386
386
|
"render-ui",
|
|
387
387
|
"main",
|
|
388
388
|
{
|
|
389
|
+
"direction": "vertical",
|
|
390
|
+
"type": "stack",
|
|
391
|
+
"gap": "lg",
|
|
389
392
|
"children": [
|
|
390
393
|
{
|
|
394
|
+
"gap": "sm",
|
|
395
|
+
"type": "stack",
|
|
396
|
+
"direction": "horizontal",
|
|
397
|
+
"align": "center",
|
|
391
398
|
"children": [
|
|
392
399
|
{
|
|
393
|
-
"
|
|
394
|
-
"
|
|
400
|
+
"type": "icon",
|
|
401
|
+
"name": "gauge"
|
|
395
402
|
},
|
|
396
403
|
{
|
|
397
|
-
"
|
|
404
|
+
"content": "Token Usage",
|
|
398
405
|
"variant": "h2",
|
|
399
|
-
"
|
|
406
|
+
"type": "typography"
|
|
400
407
|
},
|
|
401
408
|
{
|
|
402
|
-
"
|
|
409
|
+
"variant": "default",
|
|
403
410
|
"type": "badge",
|
|
404
|
-
"
|
|
411
|
+
"label": "Normal"
|
|
405
412
|
}
|
|
406
|
-
]
|
|
407
|
-
"gap": "sm",
|
|
408
|
-
"direction": "horizontal",
|
|
409
|
-
"type": "stack",
|
|
410
|
-
"align": "center"
|
|
413
|
+
]
|
|
411
414
|
},
|
|
412
415
|
{
|
|
413
416
|
"type": "divider"
|
|
414
417
|
},
|
|
415
418
|
{
|
|
419
|
+
"value": "@entity.current",
|
|
416
420
|
"max": "@entity.max",
|
|
417
|
-
"type": "progress-bar"
|
|
418
|
-
"value": "@entity.current"
|
|
421
|
+
"type": "progress-bar"
|
|
419
422
|
},
|
|
420
423
|
{
|
|
421
424
|
"type": "stack",
|
|
425
|
+
"direction": "horizontal",
|
|
426
|
+
"gap": "md",
|
|
422
427
|
"children": [
|
|
423
428
|
{
|
|
429
|
+
"type": "stat-display",
|
|
424
430
|
"value": "@entity.current",
|
|
425
|
-
"label": "Tokens Used"
|
|
426
|
-
"type": "stat-display"
|
|
431
|
+
"label": "Tokens Used"
|
|
427
432
|
},
|
|
428
433
|
{
|
|
429
434
|
"type": "stat-display",
|
|
430
435
|
"label": "Max Tokens",
|
|
431
436
|
"value": "@entity.max"
|
|
432
437
|
}
|
|
433
|
-
]
|
|
434
|
-
"gap": "md",
|
|
435
|
-
"direction": "horizontal"
|
|
438
|
+
]
|
|
436
439
|
},
|
|
437
440
|
{
|
|
438
|
-
"variant": "ghost",
|
|
439
|
-
"icon": "rotate-ccw",
|
|
440
441
|
"action": "RESET",
|
|
442
|
+
"icon": "rotate-ccw",
|
|
443
|
+
"label": "Reset",
|
|
441
444
|
"type": "button",
|
|
442
|
-
"
|
|
445
|
+
"variant": "ghost"
|
|
443
446
|
}
|
|
444
|
-
]
|
|
445
|
-
"direction": "vertical",
|
|
446
|
-
"type": "stack",
|
|
447
|
-
"gap": "lg"
|
|
447
|
+
]
|
|
448
448
|
}
|
|
449
449
|
]
|
|
450
450
|
]
|
|
@@ -484,22 +484,18 @@
|
|
|
484
484
|
"render-ui",
|
|
485
485
|
"main",
|
|
486
486
|
{
|
|
487
|
-
"direction": "vertical",
|
|
488
|
-
"gap": "lg",
|
|
489
487
|
"type": "stack",
|
|
490
488
|
"children": [
|
|
491
489
|
{
|
|
492
|
-
"type": "stack",
|
|
493
|
-
"align": "center",
|
|
494
490
|
"children": [
|
|
495
491
|
{
|
|
496
|
-
"
|
|
497
|
-
"
|
|
492
|
+
"name": "alert-triangle",
|
|
493
|
+
"type": "icon"
|
|
498
494
|
},
|
|
499
495
|
{
|
|
500
|
-
"
|
|
496
|
+
"type": "typography",
|
|
501
497
|
"content": "Token Usage",
|
|
502
|
-
"
|
|
498
|
+
"variant": "h2"
|
|
503
499
|
},
|
|
504
500
|
{
|
|
505
501
|
"label": "Warning",
|
|
@@ -508,7 +504,9 @@
|
|
|
508
504
|
}
|
|
509
505
|
],
|
|
510
506
|
"direction": "horizontal",
|
|
511
|
-
"
|
|
507
|
+
"type": "stack",
|
|
508
|
+
"gap": "sm",
|
|
509
|
+
"align": "center"
|
|
512
510
|
},
|
|
513
511
|
{
|
|
514
512
|
"type": "divider"
|
|
@@ -524,44 +522,46 @@
|
|
|
524
522
|
"max": "@entity.max"
|
|
525
523
|
},
|
|
526
524
|
{
|
|
525
|
+
"direction": "horizontal",
|
|
526
|
+
"type": "stack",
|
|
527
|
+
"gap": "md",
|
|
527
528
|
"children": [
|
|
528
529
|
{
|
|
530
|
+
"value": "@entity.current",
|
|
529
531
|
"type": "stat-display",
|
|
530
|
-
"label": "Tokens Used"
|
|
531
|
-
"value": "@entity.current"
|
|
532
|
+
"label": "Tokens Used"
|
|
532
533
|
},
|
|
533
534
|
{
|
|
534
535
|
"type": "stat-display",
|
|
535
|
-
"
|
|
536
|
-
"
|
|
536
|
+
"label": "Max Tokens",
|
|
537
|
+
"value": "@entity.max"
|
|
537
538
|
}
|
|
538
|
-
]
|
|
539
|
-
"type": "stack",
|
|
540
|
-
"gap": "md",
|
|
541
|
-
"direction": "horizontal"
|
|
539
|
+
]
|
|
542
540
|
},
|
|
543
541
|
{
|
|
542
|
+
"type": "stack",
|
|
544
543
|
"children": [
|
|
545
544
|
{
|
|
546
|
-
"
|
|
547
|
-
"type": "button",
|
|
545
|
+
"label": "Compact",
|
|
548
546
|
"icon": "minimize-2",
|
|
547
|
+
"type": "button",
|
|
549
548
|
"variant": "primary",
|
|
550
|
-
"
|
|
549
|
+
"action": "COMPACT"
|
|
551
550
|
},
|
|
552
551
|
{
|
|
552
|
+
"action": "RESET",
|
|
553
553
|
"label": "Reset",
|
|
554
554
|
"type": "button",
|
|
555
|
-
"action": "RESET",
|
|
556
555
|
"variant": "ghost",
|
|
557
556
|
"icon": "rotate-ccw"
|
|
558
557
|
}
|
|
559
558
|
],
|
|
560
|
-
"
|
|
561
|
-
"direction": "horizontal"
|
|
562
|
-
"gap": "sm"
|
|
559
|
+
"gap": "sm",
|
|
560
|
+
"direction": "horizontal"
|
|
563
561
|
}
|
|
564
|
-
]
|
|
562
|
+
],
|
|
563
|
+
"direction": "vertical",
|
|
564
|
+
"gap": "lg"
|
|
565
565
|
}
|
|
566
566
|
]
|
|
567
567
|
]
|
|
@@ -589,50 +589,52 @@
|
|
|
589
589
|
"render-ui",
|
|
590
590
|
"main",
|
|
591
591
|
{
|
|
592
|
-
"
|
|
592
|
+
"type": "stack",
|
|
593
|
+
"gap": "lg",
|
|
593
594
|
"children": [
|
|
594
595
|
{
|
|
596
|
+
"type": "stack",
|
|
597
|
+
"direction": "horizontal",
|
|
595
598
|
"align": "center",
|
|
596
|
-
"gap": "sm",
|
|
597
599
|
"children": [
|
|
598
600
|
{
|
|
599
601
|
"name": "alert-octagon",
|
|
600
602
|
"type": "icon"
|
|
601
603
|
},
|
|
602
604
|
{
|
|
605
|
+
"type": "typography",
|
|
603
606
|
"content": "Token Usage",
|
|
604
|
-
"variant": "h2"
|
|
605
|
-
"type": "typography"
|
|
607
|
+
"variant": "h2"
|
|
606
608
|
},
|
|
607
609
|
{
|
|
608
|
-
"label": "Critical",
|
|
609
610
|
"variant": "danger",
|
|
610
|
-
"type": "badge"
|
|
611
|
+
"type": "badge",
|
|
612
|
+
"label": "Critical"
|
|
611
613
|
}
|
|
612
614
|
],
|
|
613
|
-
"
|
|
614
|
-
"direction": "horizontal"
|
|
615
|
+
"gap": "sm"
|
|
615
616
|
},
|
|
616
617
|
{
|
|
617
618
|
"type": "divider"
|
|
618
619
|
},
|
|
619
620
|
{
|
|
620
|
-
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
621
621
|
"type": "alert",
|
|
622
|
-
"variant": "error"
|
|
622
|
+
"variant": "error",
|
|
623
|
+
"message": "Token usage critical. Compact immediately to avoid truncation."
|
|
623
624
|
},
|
|
624
625
|
{
|
|
625
|
-
"
|
|
626
|
+
"max": "@entity.max",
|
|
626
627
|
"type": "progress-bar",
|
|
627
|
-
"
|
|
628
|
+
"value": "@entity.current"
|
|
628
629
|
},
|
|
629
630
|
{
|
|
630
|
-
"
|
|
631
|
+
"type": "stack",
|
|
632
|
+
"direction": "horizontal",
|
|
631
633
|
"children": [
|
|
632
634
|
{
|
|
633
|
-
"type": "stat-display",
|
|
634
635
|
"label": "Tokens Used",
|
|
635
|
-
"value": "@entity.current"
|
|
636
|
+
"value": "@entity.current",
|
|
637
|
+
"type": "stat-display"
|
|
636
638
|
},
|
|
637
639
|
{
|
|
638
640
|
"type": "stat-display",
|
|
@@ -640,33 +642,31 @@
|
|
|
640
642
|
"label": "Max Tokens"
|
|
641
643
|
}
|
|
642
644
|
],
|
|
643
|
-
"
|
|
644
|
-
"type": "stack"
|
|
645
|
+
"gap": "md"
|
|
645
646
|
},
|
|
646
647
|
{
|
|
647
648
|
"type": "stack",
|
|
649
|
+
"gap": "sm",
|
|
648
650
|
"direction": "horizontal",
|
|
649
651
|
"children": [
|
|
650
652
|
{
|
|
653
|
+
"label": "Compact Now",
|
|
654
|
+
"action": "COMPACT",
|
|
651
655
|
"icon": "minimize-2",
|
|
652
656
|
"type": "button",
|
|
653
|
-
"action": "COMPACT",
|
|
654
|
-
"label": "Compact Now",
|
|
655
657
|
"variant": "primary"
|
|
656
658
|
},
|
|
657
659
|
{
|
|
658
|
-
"
|
|
660
|
+
"label": "Reset",
|
|
659
661
|
"variant": "ghost",
|
|
662
|
+
"icon": "rotate-ccw",
|
|
660
663
|
"type": "button",
|
|
661
|
-
"
|
|
662
|
-
"icon": "rotate-ccw"
|
|
664
|
+
"action": "RESET"
|
|
663
665
|
}
|
|
664
|
-
]
|
|
665
|
-
"gap": "sm"
|
|
666
|
+
]
|
|
666
667
|
}
|
|
667
668
|
],
|
|
668
|
-
"
|
|
669
|
-
"gap": "lg"
|
|
669
|
+
"direction": "vertical"
|
|
670
670
|
}
|
|
671
671
|
]
|
|
672
672
|
]
|
|
@@ -691,41 +691,43 @@
|
|
|
691
691
|
"render-ui",
|
|
692
692
|
"main",
|
|
693
693
|
{
|
|
694
|
-
"type": "stack",
|
|
695
694
|
"direction": "vertical",
|
|
696
|
-
"
|
|
695
|
+
"type": "stack",
|
|
697
696
|
"children": [
|
|
698
697
|
{
|
|
699
|
-
"
|
|
700
|
-
"type": "stack",
|
|
701
|
-
"direction": "horizontal",
|
|
698
|
+
"align": "center",
|
|
702
699
|
"children": [
|
|
703
700
|
{
|
|
704
|
-
"
|
|
705
|
-
"
|
|
701
|
+
"type": "icon",
|
|
702
|
+
"name": "gauge"
|
|
706
703
|
},
|
|
707
704
|
{
|
|
708
|
-
"variant": "h2",
|
|
709
705
|
"type": "typography",
|
|
710
|
-
"content": "Token Usage"
|
|
706
|
+
"content": "Token Usage",
|
|
707
|
+
"variant": "h2"
|
|
711
708
|
},
|
|
712
709
|
{
|
|
713
710
|
"label": "Normal",
|
|
714
|
-
"
|
|
715
|
-
"
|
|
711
|
+
"type": "badge",
|
|
712
|
+
"variant": "default"
|
|
716
713
|
}
|
|
717
714
|
],
|
|
718
|
-
"
|
|
715
|
+
"gap": "sm",
|
|
716
|
+
"type": "stack",
|
|
717
|
+
"direction": "horizontal"
|
|
719
718
|
},
|
|
720
719
|
{
|
|
721
720
|
"type": "divider"
|
|
722
721
|
},
|
|
723
722
|
{
|
|
724
|
-
"
|
|
723
|
+
"type": "progress-bar",
|
|
725
724
|
"max": "@entity.max",
|
|
726
|
-
"
|
|
725
|
+
"value": "@entity.current"
|
|
727
726
|
},
|
|
728
727
|
{
|
|
728
|
+
"gap": "md",
|
|
729
|
+
"direction": "horizontal",
|
|
730
|
+
"type": "stack",
|
|
729
731
|
"children": [
|
|
730
732
|
{
|
|
731
733
|
"type": "stat-display",
|
|
@@ -734,22 +736,20 @@
|
|
|
734
736
|
},
|
|
735
737
|
{
|
|
736
738
|
"value": "@entity.max",
|
|
737
|
-
"
|
|
738
|
-
"
|
|
739
|
+
"label": "Max Tokens",
|
|
740
|
+
"type": "stat-display"
|
|
739
741
|
}
|
|
740
|
-
]
|
|
741
|
-
"direction": "horizontal",
|
|
742
|
-
"gap": "md",
|
|
743
|
-
"type": "stack"
|
|
742
|
+
]
|
|
744
743
|
},
|
|
745
744
|
{
|
|
746
745
|
"action": "RESET",
|
|
746
|
+
"variant": "ghost",
|
|
747
747
|
"type": "button",
|
|
748
|
-
"icon": "rotate-ccw",
|
|
749
748
|
"label": "Reset",
|
|
750
|
-
"
|
|
749
|
+
"icon": "rotate-ccw"
|
|
751
750
|
}
|
|
752
|
-
]
|
|
751
|
+
],
|
|
752
|
+
"gap": "lg"
|
|
753
753
|
}
|
|
754
754
|
]
|
|
755
755
|
]
|
|
@@ -768,23 +768,20 @@
|
|
|
768
768
|
"render-ui",
|
|
769
769
|
"main",
|
|
770
770
|
{
|
|
771
|
-
"direction": "vertical",
|
|
772
|
-
"type": "stack",
|
|
773
|
-
"gap": "lg",
|
|
774
771
|
"children": [
|
|
775
772
|
{
|
|
776
773
|
"direction": "horizontal",
|
|
777
774
|
"gap": "sm",
|
|
778
|
-
"
|
|
775
|
+
"type": "stack",
|
|
779
776
|
"children": [
|
|
780
777
|
{
|
|
781
778
|
"type": "icon",
|
|
782
779
|
"name": "gauge"
|
|
783
780
|
},
|
|
784
781
|
{
|
|
785
|
-
"
|
|
782
|
+
"variant": "h2",
|
|
786
783
|
"type": "typography",
|
|
787
|
-
"
|
|
784
|
+
"content": "Token Usage"
|
|
788
785
|
},
|
|
789
786
|
{
|
|
790
787
|
"variant": "default",
|
|
@@ -792,7 +789,7 @@
|
|
|
792
789
|
"label": "Normal"
|
|
793
790
|
}
|
|
794
791
|
],
|
|
795
|
-
"
|
|
792
|
+
"align": "center"
|
|
796
793
|
},
|
|
797
794
|
{
|
|
798
795
|
"type": "divider"
|
|
@@ -803,12 +800,13 @@
|
|
|
803
800
|
"max": "@entity.max"
|
|
804
801
|
},
|
|
805
802
|
{
|
|
803
|
+
"type": "stack",
|
|
806
804
|
"direction": "horizontal",
|
|
807
805
|
"children": [
|
|
808
806
|
{
|
|
807
|
+
"label": "Tokens Used",
|
|
809
808
|
"value": "@entity.current",
|
|
810
|
-
"type": "stat-display"
|
|
811
|
-
"label": "Tokens Used"
|
|
809
|
+
"type": "stat-display"
|
|
812
810
|
},
|
|
813
811
|
{
|
|
814
812
|
"type": "stat-display",
|
|
@@ -816,17 +814,19 @@
|
|
|
816
814
|
"value": "@entity.max"
|
|
817
815
|
}
|
|
818
816
|
],
|
|
819
|
-
"type": "stack",
|
|
820
817
|
"gap": "md"
|
|
821
818
|
},
|
|
822
819
|
{
|
|
823
|
-
"
|
|
820
|
+
"label": "Reset",
|
|
824
821
|
"action": "RESET",
|
|
822
|
+
"type": "button",
|
|
825
823
|
"variant": "ghost",
|
|
826
|
-
"label": "Reset",
|
|
827
824
|
"icon": "rotate-ccw"
|
|
828
825
|
}
|
|
829
|
-
]
|
|
826
|
+
],
|
|
827
|
+
"direction": "vertical",
|
|
828
|
+
"gap": "lg",
|
|
829
|
+
"type": "stack"
|
|
830
830
|
}
|
|
831
831
|
]
|
|
832
832
|
]
|
|
@@ -866,13 +866,10 @@
|
|
|
866
866
|
"render-ui",
|
|
867
867
|
"main",
|
|
868
868
|
{
|
|
869
|
-
"
|
|
869
|
+
"direction": "vertical",
|
|
870
870
|
"gap": "lg",
|
|
871
871
|
"children": [
|
|
872
872
|
{
|
|
873
|
-
"type": "stack",
|
|
874
|
-
"direction": "horizontal",
|
|
875
|
-
"align": "center",
|
|
876
873
|
"children": [
|
|
877
874
|
{
|
|
878
875
|
"name": "alert-triangle",
|
|
@@ -880,16 +877,19 @@
|
|
|
880
877
|
},
|
|
881
878
|
{
|
|
882
879
|
"variant": "h2",
|
|
883
|
-
"
|
|
884
|
-
"
|
|
880
|
+
"content": "Token Usage",
|
|
881
|
+
"type": "typography"
|
|
885
882
|
},
|
|
886
883
|
{
|
|
887
|
-
"label": "Warning",
|
|
888
884
|
"type": "badge",
|
|
889
|
-
"variant": "warning"
|
|
885
|
+
"variant": "warning",
|
|
886
|
+
"label": "Warning"
|
|
890
887
|
}
|
|
891
888
|
],
|
|
892
|
-
"gap": "sm"
|
|
889
|
+
"gap": "sm",
|
|
890
|
+
"type": "stack",
|
|
891
|
+
"direction": "horizontal",
|
|
892
|
+
"align": "center"
|
|
893
893
|
},
|
|
894
894
|
{
|
|
895
895
|
"type": "divider"
|
|
@@ -900,50 +900,50 @@
|
|
|
900
900
|
"variant": "warning"
|
|
901
901
|
},
|
|
902
902
|
{
|
|
903
|
+
"type": "progress-bar",
|
|
903
904
|
"value": "@entity.current",
|
|
904
|
-
"max": "@entity.max"
|
|
905
|
-
"type": "progress-bar"
|
|
905
|
+
"max": "@entity.max"
|
|
906
906
|
},
|
|
907
907
|
{
|
|
908
|
-
"gap": "md",
|
|
909
908
|
"direction": "horizontal",
|
|
909
|
+
"type": "stack",
|
|
910
|
+
"gap": "md",
|
|
910
911
|
"children": [
|
|
911
912
|
{
|
|
913
|
+
"label": "Tokens Used",
|
|
912
914
|
"type": "stat-display",
|
|
913
|
-
"value": "@entity.current"
|
|
914
|
-
"label": "Tokens Used"
|
|
915
|
+
"value": "@entity.current"
|
|
915
916
|
},
|
|
916
917
|
{
|
|
918
|
+
"type": "stat-display",
|
|
917
919
|
"label": "Max Tokens",
|
|
918
|
-
"value": "@entity.max"
|
|
919
|
-
"type": "stat-display"
|
|
920
|
+
"value": "@entity.max"
|
|
920
921
|
}
|
|
921
|
-
]
|
|
922
|
-
"type": "stack"
|
|
922
|
+
]
|
|
923
923
|
},
|
|
924
924
|
{
|
|
925
|
+
"direction": "horizontal",
|
|
926
|
+
"gap": "sm",
|
|
927
|
+
"type": "stack",
|
|
925
928
|
"children": [
|
|
926
929
|
{
|
|
927
|
-
"type": "button",
|
|
928
930
|
"label": "Compact",
|
|
931
|
+
"icon": "minimize-2",
|
|
929
932
|
"action": "COMPACT",
|
|
930
933
|
"variant": "primary",
|
|
931
|
-
"
|
|
934
|
+
"type": "button"
|
|
932
935
|
},
|
|
933
936
|
{
|
|
934
|
-
"variant": "ghost",
|
|
935
|
-
"action": "RESET",
|
|
936
937
|
"label": "Reset",
|
|
938
|
+
"icon": "rotate-ccw",
|
|
937
939
|
"type": "button",
|
|
938
|
-
"
|
|
940
|
+
"action": "RESET",
|
|
941
|
+
"variant": "ghost"
|
|
939
942
|
}
|
|
940
|
-
]
|
|
941
|
-
"direction": "horizontal",
|
|
942
|
-
"type": "stack",
|
|
943
|
-
"gap": "sm"
|
|
943
|
+
]
|
|
944
944
|
}
|
|
945
945
|
],
|
|
946
|
-
"
|
|
946
|
+
"type": "stack"
|
|
947
947
|
}
|
|
948
948
|
]
|
|
949
949
|
]
|
|
@@ -971,15 +971,11 @@
|
|
|
971
971
|
"render-ui",
|
|
972
972
|
"main",
|
|
973
973
|
{
|
|
974
|
-
"type": "stack",
|
|
975
|
-
"gap": "lg",
|
|
976
|
-
"direction": "vertical",
|
|
977
974
|
"children": [
|
|
978
975
|
{
|
|
979
|
-
"
|
|
976
|
+
"direction": "horizontal",
|
|
980
977
|
"align": "center",
|
|
981
978
|
"gap": "sm",
|
|
982
|
-
"direction": "horizontal",
|
|
983
979
|
"children": [
|
|
984
980
|
{
|
|
985
981
|
"type": "icon",
|
|
@@ -991,64 +987,68 @@
|
|
|
991
987
|
"type": "typography"
|
|
992
988
|
},
|
|
993
989
|
{
|
|
994
|
-
"type": "badge",
|
|
995
990
|
"variant": "danger",
|
|
996
|
-
"label": "Critical"
|
|
991
|
+
"label": "Critical",
|
|
992
|
+
"type": "badge"
|
|
997
993
|
}
|
|
998
|
-
]
|
|
994
|
+
],
|
|
995
|
+
"type": "stack"
|
|
999
996
|
},
|
|
1000
997
|
{
|
|
1001
998
|
"type": "divider"
|
|
1002
999
|
},
|
|
1003
1000
|
{
|
|
1004
|
-
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
1005
1001
|
"variant": "error",
|
|
1006
|
-
"type": "alert"
|
|
1002
|
+
"type": "alert",
|
|
1003
|
+
"message": "Token usage critical. Compact immediately to avoid truncation."
|
|
1007
1004
|
},
|
|
1008
1005
|
{
|
|
1009
|
-
"
|
|
1006
|
+
"value": "@entity.current",
|
|
1010
1007
|
"max": "@entity.max",
|
|
1011
|
-
"
|
|
1008
|
+
"type": "progress-bar"
|
|
1012
1009
|
},
|
|
1013
1010
|
{
|
|
1011
|
+
"direction": "horizontal",
|
|
1012
|
+
"gap": "md",
|
|
1014
1013
|
"type": "stack",
|
|
1015
1014
|
"children": [
|
|
1016
1015
|
{
|
|
1017
1016
|
"type": "stat-display",
|
|
1018
|
-
"
|
|
1019
|
-
"
|
|
1017
|
+
"label": "Tokens Used",
|
|
1018
|
+
"value": "@entity.current"
|
|
1020
1019
|
},
|
|
1021
1020
|
{
|
|
1022
1021
|
"type": "stat-display",
|
|
1023
1022
|
"label": "Max Tokens",
|
|
1024
1023
|
"value": "@entity.max"
|
|
1025
1024
|
}
|
|
1026
|
-
]
|
|
1027
|
-
"direction": "horizontal",
|
|
1028
|
-
"gap": "md"
|
|
1025
|
+
]
|
|
1029
1026
|
},
|
|
1030
1027
|
{
|
|
1031
1028
|
"type": "stack",
|
|
1032
1029
|
"gap": "sm",
|
|
1030
|
+
"direction": "horizontal",
|
|
1033
1031
|
"children": [
|
|
1034
1032
|
{
|
|
1033
|
+
"label": "Compact Now",
|
|
1035
1034
|
"type": "button",
|
|
1036
1035
|
"icon": "minimize-2",
|
|
1037
1036
|
"action": "COMPACT",
|
|
1038
|
-
"variant": "primary"
|
|
1039
|
-
"label": "Compact Now"
|
|
1037
|
+
"variant": "primary"
|
|
1040
1038
|
},
|
|
1041
1039
|
{
|
|
1042
|
-
"icon": "rotate-ccw",
|
|
1043
1040
|
"label": "Reset",
|
|
1044
|
-
"action": "RESET",
|
|
1045
1041
|
"variant": "ghost",
|
|
1046
|
-
"type": "button"
|
|
1042
|
+
"type": "button",
|
|
1043
|
+
"action": "RESET",
|
|
1044
|
+
"icon": "rotate-ccw"
|
|
1047
1045
|
}
|
|
1048
|
-
]
|
|
1049
|
-
"direction": "horizontal"
|
|
1046
|
+
]
|
|
1050
1047
|
}
|
|
1051
|
-
]
|
|
1048
|
+
],
|
|
1049
|
+
"gap": "lg",
|
|
1050
|
+
"direction": "vertical",
|
|
1051
|
+
"type": "stack"
|
|
1052
1052
|
}
|
|
1053
1053
|
]
|
|
1054
1054
|
]
|
|
@@ -1076,65 +1076,65 @@
|
|
|
1076
1076
|
"render-ui",
|
|
1077
1077
|
"main",
|
|
1078
1078
|
{
|
|
1079
|
+
"gap": "lg",
|
|
1079
1080
|
"direction": "vertical",
|
|
1080
1081
|
"children": [
|
|
1081
1082
|
{
|
|
1083
|
+
"gap": "sm",
|
|
1082
1084
|
"align": "center",
|
|
1083
1085
|
"direction": "horizontal",
|
|
1086
|
+
"type": "stack",
|
|
1084
1087
|
"children": [
|
|
1085
1088
|
{
|
|
1086
|
-
"
|
|
1087
|
-
"
|
|
1089
|
+
"name": "gauge",
|
|
1090
|
+
"type": "icon"
|
|
1088
1091
|
},
|
|
1089
1092
|
{
|
|
1090
|
-
"content": "Token Usage",
|
|
1091
1093
|
"type": "typography",
|
|
1092
|
-
"variant": "h2"
|
|
1094
|
+
"variant": "h2",
|
|
1095
|
+
"content": "Token Usage"
|
|
1093
1096
|
},
|
|
1094
1097
|
{
|
|
1095
|
-
"
|
|
1098
|
+
"type": "badge",
|
|
1096
1099
|
"label": "Normal",
|
|
1097
|
-
"
|
|
1100
|
+
"variant": "default"
|
|
1098
1101
|
}
|
|
1099
|
-
]
|
|
1100
|
-
"gap": "sm",
|
|
1101
|
-
"type": "stack"
|
|
1102
|
+
]
|
|
1102
1103
|
},
|
|
1103
1104
|
{
|
|
1104
1105
|
"type": "divider"
|
|
1105
1106
|
},
|
|
1106
1107
|
{
|
|
1107
|
-
"
|
|
1108
|
+
"max": "@entity.max",
|
|
1108
1109
|
"type": "progress-bar",
|
|
1109
|
-
"
|
|
1110
|
+
"value": "@entity.current"
|
|
1110
1111
|
},
|
|
1111
1112
|
{
|
|
1112
1113
|
"gap": "md",
|
|
1113
|
-
"
|
|
1114
|
+
"direction": "horizontal",
|
|
1114
1115
|
"children": [
|
|
1115
1116
|
{
|
|
1116
1117
|
"value": "@entity.current",
|
|
1117
|
-
"
|
|
1118
|
-
"
|
|
1118
|
+
"type": "stat-display",
|
|
1119
|
+
"label": "Tokens Used"
|
|
1119
1120
|
},
|
|
1120
1121
|
{
|
|
1121
|
-
"
|
|
1122
|
+
"label": "Max Tokens",
|
|
1122
1123
|
"type": "stat-display",
|
|
1123
|
-
"
|
|
1124
|
+
"value": "@entity.max"
|
|
1124
1125
|
}
|
|
1125
1126
|
],
|
|
1126
|
-
"
|
|
1127
|
+
"type": "stack"
|
|
1127
1128
|
},
|
|
1128
1129
|
{
|
|
1130
|
+
"variant": "ghost",
|
|
1129
1131
|
"type": "button",
|
|
1132
|
+
"action": "RESET",
|
|
1130
1133
|
"icon": "rotate-ccw",
|
|
1131
|
-
"
|
|
1132
|
-
"label": "Reset",
|
|
1133
|
-
"action": "RESET"
|
|
1134
|
+
"label": "Reset"
|
|
1134
1135
|
}
|
|
1135
1136
|
],
|
|
1136
|
-
"type": "stack"
|
|
1137
|
-
"gap": "lg"
|
|
1137
|
+
"type": "stack"
|
|
1138
1138
|
}
|
|
1139
1139
|
]
|
|
1140
1140
|
]
|
|
@@ -1160,11 +1160,11 @@
|
|
|
1160
1160
|
"main",
|
|
1161
1161
|
{
|
|
1162
1162
|
"gap": "lg",
|
|
1163
|
-
"direction": "vertical",
|
|
1164
|
-
"type": "stack",
|
|
1165
1163
|
"children": [
|
|
1166
1164
|
{
|
|
1167
1165
|
"direction": "horizontal",
|
|
1166
|
+
"align": "center",
|
|
1167
|
+
"gap": "sm",
|
|
1168
1168
|
"children": [
|
|
1169
1169
|
{
|
|
1170
1170
|
"type": "icon",
|
|
@@ -1176,29 +1176,27 @@
|
|
|
1176
1176
|
"type": "typography"
|
|
1177
1177
|
},
|
|
1178
1178
|
{
|
|
1179
|
-
"label": "Normal",
|
|
1180
1179
|
"variant": "default",
|
|
1181
|
-
"type": "badge"
|
|
1180
|
+
"type": "badge",
|
|
1181
|
+
"label": "Normal"
|
|
1182
1182
|
}
|
|
1183
1183
|
],
|
|
1184
|
-
"
|
|
1185
|
-
"type": "stack",
|
|
1186
|
-
"align": "center"
|
|
1184
|
+
"type": "stack"
|
|
1187
1185
|
},
|
|
1188
1186
|
{
|
|
1189
1187
|
"type": "divider"
|
|
1190
1188
|
},
|
|
1191
1189
|
{
|
|
1192
|
-
"max": "@entity.max",
|
|
1193
1190
|
"value": "@entity.current",
|
|
1194
|
-
"type": "progress-bar"
|
|
1191
|
+
"type": "progress-bar",
|
|
1192
|
+
"max": "@entity.max"
|
|
1195
1193
|
},
|
|
1196
1194
|
{
|
|
1197
1195
|
"children": [
|
|
1198
1196
|
{
|
|
1199
|
-
"
|
|
1197
|
+
"type": "stat-display",
|
|
1200
1198
|
"label": "Tokens Used",
|
|
1201
|
-
"
|
|
1199
|
+
"value": "@entity.current"
|
|
1202
1200
|
},
|
|
1203
1201
|
{
|
|
1204
1202
|
"value": "@entity.max",
|
|
@@ -1206,18 +1204,20 @@
|
|
|
1206
1204
|
"label": "Max Tokens"
|
|
1207
1205
|
}
|
|
1208
1206
|
],
|
|
1209
|
-
"type": "stack",
|
|
1210
1207
|
"gap": "md",
|
|
1208
|
+
"type": "stack",
|
|
1211
1209
|
"direction": "horizontal"
|
|
1212
1210
|
},
|
|
1213
1211
|
{
|
|
1214
1212
|
"type": "button",
|
|
1215
|
-
"
|
|
1216
|
-
"action": "RESET",
|
|
1213
|
+
"variant": "ghost",
|
|
1217
1214
|
"icon": "rotate-ccw",
|
|
1218
|
-
"
|
|
1215
|
+
"label": "Reset",
|
|
1216
|
+
"action": "RESET"
|
|
1219
1217
|
}
|
|
1220
|
-
]
|
|
1218
|
+
],
|
|
1219
|
+
"type": "stack",
|
|
1220
|
+
"direction": "vertical"
|
|
1221
1221
|
}
|
|
1222
1222
|
]
|
|
1223
1223
|
]
|
|
@@ -1236,28 +1236,29 @@
|
|
|
1236
1236
|
"render-ui",
|
|
1237
1237
|
"main",
|
|
1238
1238
|
{
|
|
1239
|
+
"gap": "lg",
|
|
1239
1240
|
"children": [
|
|
1240
1241
|
{
|
|
1241
|
-
"align": "center",
|
|
1242
|
-
"direction": "horizontal",
|
|
1243
|
-
"type": "stack",
|
|
1244
|
-
"gap": "sm",
|
|
1245
1242
|
"children": [
|
|
1246
1243
|
{
|
|
1247
1244
|
"type": "icon",
|
|
1248
1245
|
"name": "gauge"
|
|
1249
1246
|
},
|
|
1250
1247
|
{
|
|
1248
|
+
"variant": "h2",
|
|
1251
1249
|
"type": "typography",
|
|
1252
|
-
"content": "Token Usage"
|
|
1253
|
-
"variant": "h2"
|
|
1250
|
+
"content": "Token Usage"
|
|
1254
1251
|
},
|
|
1255
1252
|
{
|
|
1256
1253
|
"variant": "default",
|
|
1257
|
-
"
|
|
1258
|
-
"
|
|
1254
|
+
"type": "badge",
|
|
1255
|
+
"label": "Normal"
|
|
1259
1256
|
}
|
|
1260
|
-
]
|
|
1257
|
+
],
|
|
1258
|
+
"type": "stack",
|
|
1259
|
+
"direction": "horizontal",
|
|
1260
|
+
"gap": "sm",
|
|
1261
|
+
"align": "center"
|
|
1261
1262
|
},
|
|
1262
1263
|
{
|
|
1263
1264
|
"type": "divider"
|
|
@@ -1268,31 +1269,30 @@
|
|
|
1268
1269
|
"max": "@entity.max"
|
|
1269
1270
|
},
|
|
1270
1271
|
{
|
|
1271
|
-
"gap": "md",
|
|
1272
|
-
"direction": "horizontal",
|
|
1273
|
-
"type": "stack",
|
|
1274
1272
|
"children": [
|
|
1275
1273
|
{
|
|
1276
1274
|
"type": "stat-display",
|
|
1277
|
-
"
|
|
1278
|
-
"
|
|
1275
|
+
"label": "Tokens Used",
|
|
1276
|
+
"value": "@entity.current"
|
|
1279
1277
|
},
|
|
1280
1278
|
{
|
|
1281
|
-
"value": "@entity.max",
|
|
1282
1279
|
"type": "stat-display",
|
|
1280
|
+
"value": "@entity.max",
|
|
1283
1281
|
"label": "Max Tokens"
|
|
1284
1282
|
}
|
|
1285
|
-
]
|
|
1283
|
+
],
|
|
1284
|
+
"gap": "md",
|
|
1285
|
+
"direction": "horizontal",
|
|
1286
|
+
"type": "stack"
|
|
1286
1287
|
},
|
|
1287
1288
|
{
|
|
1288
|
-
"
|
|
1289
|
-
"icon": "rotate-ccw",
|
|
1289
|
+
"label": "Reset",
|
|
1290
1290
|
"action": "RESET",
|
|
1291
|
+
"variant": "ghost",
|
|
1291
1292
|
"type": "button",
|
|
1292
|
-
"
|
|
1293
|
+
"icon": "rotate-ccw"
|
|
1293
1294
|
}
|
|
1294
1295
|
],
|
|
1295
|
-
"gap": "lg",
|
|
1296
1296
|
"type": "stack",
|
|
1297
1297
|
"direction": "vertical"
|
|
1298
1298
|
}
|
|
@@ -1322,84 +1322,84 @@
|
|
|
1322
1322
|
"render-ui",
|
|
1323
1323
|
"main",
|
|
1324
1324
|
{
|
|
1325
|
+
"gap": "lg",
|
|
1326
|
+
"type": "stack",
|
|
1325
1327
|
"children": [
|
|
1326
1328
|
{
|
|
1327
1329
|
"align": "center",
|
|
1328
1330
|
"type": "stack",
|
|
1331
|
+
"gap": "sm",
|
|
1329
1332
|
"children": [
|
|
1330
1333
|
{
|
|
1331
1334
|
"name": "alert-octagon",
|
|
1332
1335
|
"type": "icon"
|
|
1333
1336
|
},
|
|
1334
1337
|
{
|
|
1338
|
+
"variant": "h2",
|
|
1335
1339
|
"type": "typography",
|
|
1336
|
-
"content": "Token Usage"
|
|
1337
|
-
"variant": "h2"
|
|
1340
|
+
"content": "Token Usage"
|
|
1338
1341
|
},
|
|
1339
1342
|
{
|
|
1340
1343
|
"type": "badge",
|
|
1341
|
-
"
|
|
1342
|
-
"
|
|
1344
|
+
"variant": "danger",
|
|
1345
|
+
"label": "Critical"
|
|
1343
1346
|
}
|
|
1344
1347
|
],
|
|
1345
|
-
"gap": "sm",
|
|
1346
1348
|
"direction": "horizontal"
|
|
1347
1349
|
},
|
|
1348
1350
|
{
|
|
1349
1351
|
"type": "divider"
|
|
1350
1352
|
},
|
|
1351
1353
|
{
|
|
1352
|
-
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
1353
1354
|
"type": "alert",
|
|
1355
|
+
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
1354
1356
|
"variant": "error"
|
|
1355
1357
|
},
|
|
1356
1358
|
{
|
|
1357
1359
|
"value": "@entity.current",
|
|
1358
|
-
"
|
|
1359
|
-
"
|
|
1360
|
+
"type": "progress-bar",
|
|
1361
|
+
"max": "@entity.max"
|
|
1360
1362
|
},
|
|
1361
1363
|
{
|
|
1364
|
+
"direction": "horizontal",
|
|
1362
1365
|
"type": "stack",
|
|
1366
|
+
"gap": "md",
|
|
1363
1367
|
"children": [
|
|
1364
1368
|
{
|
|
1365
|
-
"label": "Tokens Used",
|
|
1366
1369
|
"value": "@entity.current",
|
|
1367
|
-
"type": "stat-display"
|
|
1370
|
+
"type": "stat-display",
|
|
1371
|
+
"label": "Tokens Used"
|
|
1368
1372
|
},
|
|
1369
1373
|
{
|
|
1370
1374
|
"label": "Max Tokens",
|
|
1371
|
-
"
|
|
1372
|
-
"
|
|
1375
|
+
"value": "@entity.max",
|
|
1376
|
+
"type": "stat-display"
|
|
1373
1377
|
}
|
|
1374
|
-
]
|
|
1375
|
-
"direction": "horizontal",
|
|
1376
|
-
"gap": "md"
|
|
1378
|
+
]
|
|
1377
1379
|
},
|
|
1378
1380
|
{
|
|
1381
|
+
"type": "stack",
|
|
1379
1382
|
"gap": "sm",
|
|
1380
1383
|
"children": [
|
|
1381
|
-
{
|
|
1382
|
-
"label": "Compact Now",
|
|
1383
|
-
"icon": "minimize-2",
|
|
1384
|
+
{
|
|
1384
1385
|
"type": "button",
|
|
1386
|
+
"variant": "primary",
|
|
1385
1387
|
"action": "COMPACT",
|
|
1386
|
-
"
|
|
1388
|
+
"icon": "minimize-2",
|
|
1389
|
+
"label": "Compact Now"
|
|
1387
1390
|
},
|
|
1388
1391
|
{
|
|
1389
|
-
"
|
|
1390
|
-
"type": "button",
|
|
1391
|
-
"action": "RESET",
|
|
1392
|
+
"icon": "rotate-ccw",
|
|
1392
1393
|
"variant": "ghost",
|
|
1393
|
-
"
|
|
1394
|
+
"type": "button",
|
|
1395
|
+
"label": "Reset",
|
|
1396
|
+
"action": "RESET"
|
|
1394
1397
|
}
|
|
1395
1398
|
],
|
|
1396
|
-
"type": "stack",
|
|
1397
1399
|
"direction": "horizontal"
|
|
1398
1400
|
}
|
|
1399
1401
|
],
|
|
1400
|
-
"
|
|
1401
|
-
"direction": "vertical",
|
|
1402
|
-
"type": "stack"
|
|
1402
|
+
"direction": "vertical"
|
|
1403
1403
|
}
|
|
1404
1404
|
]
|
|
1405
1405
|
]
|
|
@@ -1441,9 +1441,10 @@
|
|
|
1441
1441
|
{
|
|
1442
1442
|
"type": "stack",
|
|
1443
1443
|
"direction": "vertical",
|
|
1444
|
-
"gap": "lg",
|
|
1445
1444
|
"children": [
|
|
1446
1445
|
{
|
|
1446
|
+
"direction": "horizontal",
|
|
1447
|
+
"align": "center",
|
|
1447
1448
|
"children": [
|
|
1448
1449
|
{
|
|
1449
1450
|
"type": "icon",
|
|
@@ -1456,34 +1457,32 @@
|
|
|
1456
1457
|
},
|
|
1457
1458
|
{
|
|
1458
1459
|
"type": "badge",
|
|
1459
|
-
"
|
|
1460
|
-
"
|
|
1460
|
+
"variant": "warning",
|
|
1461
|
+
"label": "Warning"
|
|
1461
1462
|
}
|
|
1462
1463
|
],
|
|
1463
|
-
"direction": "horizontal",
|
|
1464
|
-
"gap": "sm",
|
|
1465
1464
|
"type": "stack",
|
|
1466
|
-
"
|
|
1465
|
+
"gap": "sm"
|
|
1467
1466
|
},
|
|
1468
1467
|
{
|
|
1469
1468
|
"type": "divider"
|
|
1470
1469
|
},
|
|
1471
1470
|
{
|
|
1472
1471
|
"type": "alert",
|
|
1473
|
-
"
|
|
1474
|
-
"
|
|
1472
|
+
"message": "Token usage approaching limit. Consider compacting.",
|
|
1473
|
+
"variant": "warning"
|
|
1475
1474
|
},
|
|
1476
1475
|
{
|
|
1476
|
+
"type": "progress-bar",
|
|
1477
1477
|
"max": "@entity.max",
|
|
1478
|
-
"value": "@entity.current"
|
|
1479
|
-
"type": "progress-bar"
|
|
1478
|
+
"value": "@entity.current"
|
|
1480
1479
|
},
|
|
1481
1480
|
{
|
|
1482
1481
|
"children": [
|
|
1483
1482
|
{
|
|
1484
1483
|
"type": "stat-display",
|
|
1485
|
-
"
|
|
1486
|
-
"
|
|
1484
|
+
"label": "Tokens Used",
|
|
1485
|
+
"value": "@entity.current"
|
|
1487
1486
|
},
|
|
1488
1487
|
{
|
|
1489
1488
|
"type": "stat-display",
|
|
@@ -1491,32 +1490,33 @@
|
|
|
1491
1490
|
"value": "@entity.max"
|
|
1492
1491
|
}
|
|
1493
1492
|
],
|
|
1494
|
-
"direction": "horizontal",
|
|
1495
1493
|
"type": "stack",
|
|
1494
|
+
"direction": "horizontal",
|
|
1496
1495
|
"gap": "md"
|
|
1497
1496
|
},
|
|
1498
1497
|
{
|
|
1499
|
-
"gap": "sm",
|
|
1500
|
-
"type": "stack",
|
|
1501
|
-
"direction": "horizontal",
|
|
1502
1498
|
"children": [
|
|
1503
1499
|
{
|
|
1500
|
+
"action": "COMPACT",
|
|
1504
1501
|
"type": "button",
|
|
1502
|
+
"label": "Compact",
|
|
1505
1503
|
"icon": "minimize-2",
|
|
1506
|
-
"
|
|
1507
|
-
"variant": "primary",
|
|
1508
|
-
"label": "Compact"
|
|
1504
|
+
"variant": "primary"
|
|
1509
1505
|
},
|
|
1510
1506
|
{
|
|
1511
|
-
"
|
|
1507
|
+
"variant": "ghost",
|
|
1512
1508
|
"action": "RESET",
|
|
1513
|
-
"
|
|
1509
|
+
"icon": "rotate-ccw",
|
|
1514
1510
|
"label": "Reset",
|
|
1515
|
-
"
|
|
1511
|
+
"type": "button"
|
|
1516
1512
|
}
|
|
1517
|
-
]
|
|
1513
|
+
],
|
|
1514
|
+
"type": "stack",
|
|
1515
|
+
"gap": "sm",
|
|
1516
|
+
"direction": "horizontal"
|
|
1518
1517
|
}
|
|
1519
|
-
]
|
|
1518
|
+
],
|
|
1519
|
+
"gap": "lg"
|
|
1520
1520
|
}
|
|
1521
1521
|
]
|
|
1522
1522
|
]
|
|
@@ -1544,27 +1544,29 @@
|
|
|
1544
1544
|
"render-ui",
|
|
1545
1545
|
"main",
|
|
1546
1546
|
{
|
|
1547
|
+
"type": "stack",
|
|
1548
|
+
"gap": "lg",
|
|
1547
1549
|
"direction": "vertical",
|
|
1548
1550
|
"children": [
|
|
1549
1551
|
{
|
|
1550
1552
|
"type": "stack",
|
|
1551
|
-
"align": "center",
|
|
1552
|
-
"gap": "sm",
|
|
1553
1553
|
"direction": "horizontal",
|
|
1554
|
+
"gap": "sm",
|
|
1555
|
+
"align": "center",
|
|
1554
1556
|
"children": [
|
|
1555
1557
|
{
|
|
1556
|
-
"
|
|
1557
|
-
"
|
|
1558
|
+
"type": "icon",
|
|
1559
|
+
"name": "gauge"
|
|
1558
1560
|
},
|
|
1559
1561
|
{
|
|
1560
|
-
"variant": "h2",
|
|
1561
1562
|
"type": "typography",
|
|
1562
|
-
"content": "Token Usage"
|
|
1563
|
+
"content": "Token Usage",
|
|
1564
|
+
"variant": "h2"
|
|
1563
1565
|
},
|
|
1564
1566
|
{
|
|
1565
1567
|
"variant": "default",
|
|
1566
|
-
"
|
|
1567
|
-
"
|
|
1568
|
+
"label": "Normal",
|
|
1569
|
+
"type": "badge"
|
|
1568
1570
|
}
|
|
1569
1571
|
]
|
|
1570
1572
|
},
|
|
@@ -1572,12 +1574,12 @@
|
|
|
1572
1574
|
"type": "divider"
|
|
1573
1575
|
},
|
|
1574
1576
|
{
|
|
1577
|
+
"type": "progress-bar",
|
|
1575
1578
|
"value": "@entity.current",
|
|
1576
|
-
"max": "@entity.max"
|
|
1577
|
-
"type": "progress-bar"
|
|
1579
|
+
"max": "@entity.max"
|
|
1578
1580
|
},
|
|
1579
1581
|
{
|
|
1580
|
-
"
|
|
1582
|
+
"type": "stack",
|
|
1581
1583
|
"children": [
|
|
1582
1584
|
{
|
|
1583
1585
|
"value": "@entity.current",
|
|
@@ -1585,24 +1587,22 @@
|
|
|
1585
1587
|
"label": "Tokens Used"
|
|
1586
1588
|
},
|
|
1587
1589
|
{
|
|
1588
|
-
"type": "stat-display",
|
|
1589
1590
|
"label": "Max Tokens",
|
|
1591
|
+
"type": "stat-display",
|
|
1590
1592
|
"value": "@entity.max"
|
|
1591
1593
|
}
|
|
1592
1594
|
],
|
|
1593
|
-
"
|
|
1594
|
-
"
|
|
1595
|
+
"direction": "horizontal",
|
|
1596
|
+
"gap": "md"
|
|
1595
1597
|
},
|
|
1596
1598
|
{
|
|
1597
|
-
"
|
|
1599
|
+
"label": "Reset",
|
|
1600
|
+
"variant": "ghost",
|
|
1598
1601
|
"icon": "rotate-ccw",
|
|
1599
1602
|
"action": "RESET",
|
|
1600
|
-
"
|
|
1601
|
-
"label": "Reset"
|
|
1603
|
+
"type": "button"
|
|
1602
1604
|
}
|
|
1603
|
-
]
|
|
1604
|
-
"type": "stack",
|
|
1605
|
-
"gap": "lg"
|
|
1605
|
+
]
|
|
1606
1606
|
}
|
|
1607
1607
|
]
|
|
1608
1608
|
]
|
|
@@ -1628,11 +1628,13 @@
|
|
|
1628
1628
|
"main",
|
|
1629
1629
|
{
|
|
1630
1630
|
"direction": "vertical",
|
|
1631
|
-
"gap": "lg",
|
|
1632
1631
|
"type": "stack",
|
|
1632
|
+
"gap": "lg",
|
|
1633
1633
|
"children": [
|
|
1634
1634
|
{
|
|
1635
1635
|
"gap": "sm",
|
|
1636
|
+
"direction": "horizontal",
|
|
1637
|
+
"align": "center",
|
|
1636
1638
|
"children": [
|
|
1637
1639
|
{
|
|
1638
1640
|
"name": "gauge",
|
|
@@ -1640,50 +1642,48 @@
|
|
|
1640
1642
|
},
|
|
1641
1643
|
{
|
|
1642
1644
|
"type": "typography",
|
|
1643
|
-
"
|
|
1644
|
-
"
|
|
1645
|
+
"content": "Token Usage",
|
|
1646
|
+
"variant": "h2"
|
|
1645
1647
|
},
|
|
1646
1648
|
{
|
|
1647
1649
|
"variant": "default",
|
|
1648
|
-
"
|
|
1649
|
-
"
|
|
1650
|
+
"type": "badge",
|
|
1651
|
+
"label": "Normal"
|
|
1650
1652
|
}
|
|
1651
1653
|
],
|
|
1652
|
-
"
|
|
1653
|
-
"type": "stack",
|
|
1654
|
-
"align": "center"
|
|
1654
|
+
"type": "stack"
|
|
1655
1655
|
},
|
|
1656
1656
|
{
|
|
1657
1657
|
"type": "divider"
|
|
1658
1658
|
},
|
|
1659
1659
|
{
|
|
1660
|
-
"type": "progress-bar",
|
|
1661
1660
|
"value": "@entity.current",
|
|
1661
|
+
"type": "progress-bar",
|
|
1662
1662
|
"max": "@entity.max"
|
|
1663
1663
|
},
|
|
1664
1664
|
{
|
|
1665
|
-
"gap": "md",
|
|
1666
1665
|
"type": "stack",
|
|
1666
|
+
"direction": "horizontal",
|
|
1667
1667
|
"children": [
|
|
1668
1668
|
{
|
|
1669
|
+
"value": "@entity.current",
|
|
1669
1670
|
"type": "stat-display",
|
|
1670
|
-
"label": "Tokens Used"
|
|
1671
|
-
"value": "@entity.current"
|
|
1671
|
+
"label": "Tokens Used"
|
|
1672
1672
|
},
|
|
1673
1673
|
{
|
|
1674
|
+
"value": "@entity.max",
|
|
1674
1675
|
"label": "Max Tokens",
|
|
1675
|
-
"type": "stat-display"
|
|
1676
|
-
"value": "@entity.max"
|
|
1676
|
+
"type": "stat-display"
|
|
1677
1677
|
}
|
|
1678
1678
|
],
|
|
1679
|
-
"
|
|
1679
|
+
"gap": "md"
|
|
1680
1680
|
},
|
|
1681
1681
|
{
|
|
1682
|
-
"variant": "ghost",
|
|
1683
|
-
"label": "Reset",
|
|
1684
1682
|
"action": "RESET",
|
|
1685
1683
|
"type": "button",
|
|
1686
|
-
"
|
|
1684
|
+
"label": "Reset",
|
|
1685
|
+
"icon": "rotate-ccw",
|
|
1686
|
+
"variant": "ghost"
|
|
1687
1687
|
}
|
|
1688
1688
|
]
|
|
1689
1689
|
}
|
|
@@ -1706,63 +1706,63 @@
|
|
|
1706
1706
|
{
|
|
1707
1707
|
"gap": "lg",
|
|
1708
1708
|
"type": "stack",
|
|
1709
|
+
"direction": "vertical",
|
|
1709
1710
|
"children": [
|
|
1710
1711
|
{
|
|
1712
|
+
"direction": "horizontal",
|
|
1713
|
+
"type": "stack",
|
|
1714
|
+
"align": "center",
|
|
1711
1715
|
"gap": "sm",
|
|
1712
1716
|
"children": [
|
|
1713
1717
|
{
|
|
1714
|
-
"
|
|
1715
|
-
"
|
|
1718
|
+
"name": "gauge",
|
|
1719
|
+
"type": "icon"
|
|
1716
1720
|
},
|
|
1717
1721
|
{
|
|
1718
1722
|
"content": "Token Usage",
|
|
1719
|
-
"
|
|
1720
|
-
"
|
|
1723
|
+
"variant": "h2",
|
|
1724
|
+
"type": "typography"
|
|
1721
1725
|
},
|
|
1722
1726
|
{
|
|
1723
1727
|
"label": "Normal",
|
|
1724
1728
|
"variant": "default",
|
|
1725
1729
|
"type": "badge"
|
|
1726
1730
|
}
|
|
1727
|
-
]
|
|
1728
|
-
"type": "stack",
|
|
1729
|
-
"direction": "horizontal",
|
|
1730
|
-
"align": "center"
|
|
1731
|
+
]
|
|
1731
1732
|
},
|
|
1732
1733
|
{
|
|
1733
1734
|
"type": "divider"
|
|
1734
1735
|
},
|
|
1735
1736
|
{
|
|
1736
|
-
"value": "@entity.current",
|
|
1737
1737
|
"type": "progress-bar",
|
|
1738
|
+
"value": "@entity.current",
|
|
1738
1739
|
"max": "@entity.max"
|
|
1739
1740
|
},
|
|
1740
1741
|
{
|
|
1742
|
+
"direction": "horizontal",
|
|
1741
1743
|
"type": "stack",
|
|
1742
1744
|
"gap": "md",
|
|
1743
1745
|
"children": [
|
|
1744
1746
|
{
|
|
1745
|
-
"label": "Tokens Used",
|
|
1746
1747
|
"value": "@entity.current",
|
|
1747
|
-
"type": "stat-display"
|
|
1748
|
+
"type": "stat-display",
|
|
1749
|
+
"label": "Tokens Used"
|
|
1748
1750
|
},
|
|
1749
1751
|
{
|
|
1750
|
-
"value": "@entity.max",
|
|
1751
1752
|
"type": "stat-display",
|
|
1753
|
+
"value": "@entity.max",
|
|
1752
1754
|
"label": "Max Tokens"
|
|
1753
1755
|
}
|
|
1754
|
-
]
|
|
1755
|
-
"direction": "horizontal"
|
|
1756
|
+
]
|
|
1756
1757
|
},
|
|
1757
1758
|
{
|
|
1758
|
-
"variant": "ghost",
|
|
1759
|
-
"icon": "rotate-ccw",
|
|
1760
1759
|
"type": "button",
|
|
1760
|
+
"action": "RESET",
|
|
1761
|
+
"icon": "rotate-ccw",
|
|
1761
1762
|
"label": "Reset",
|
|
1762
|
-
"
|
|
1763
|
+
"variant": "ghost"
|
|
1763
1764
|
}
|
|
1764
|
-
]
|
|
1765
|
-
"direction": "vertical"
|
|
1765
|
+
]
|
|
1766
1766
|
}
|
|
1767
1767
|
]
|
|
1768
1768
|
]
|
|
@@ -1780,7 +1780,7 @@
|
|
|
1780
1780
|
"event": "AgentContextWindowLoaded",
|
|
1781
1781
|
"description": "Fired when AgentContextWindow finishes loading",
|
|
1782
1782
|
"scope": "internal",
|
|
1783
|
-
"
|
|
1783
|
+
"payloadSchema": [
|
|
1784
1784
|
{
|
|
1785
1785
|
"name": "id",
|
|
1786
1786
|
"type": "string"
|
|
@@ -1843,7 +1843,7 @@
|
|
|
1843
1843
|
"event": "AgentContextWindowLoadFailed",
|
|
1844
1844
|
"description": "Fired when AgentContextWindow fails to load",
|
|
1845
1845
|
"scope": "internal",
|
|
1846
|
-
"
|
|
1846
|
+
"payloadSchema": [
|
|
1847
1847
|
{
|
|
1848
1848
|
"name": "message",
|
|
1849
1849
|
"type": "string"
|
|
@@ -1869,7 +1869,7 @@
|
|
|
1869
1869
|
{
|
|
1870
1870
|
"key": "SHOW",
|
|
1871
1871
|
"name": "Show",
|
|
1872
|
-
"
|
|
1872
|
+
"payloadSchema": [
|
|
1873
1873
|
{
|
|
1874
1874
|
"name": "message",
|
|
1875
1875
|
"type": "string",
|
|
@@ -1888,7 +1888,7 @@
|
|
|
1888
1888
|
{
|
|
1889
1889
|
"key": "AgentContextWindowLoaded",
|
|
1890
1890
|
"name": "AgentContextWindow loaded",
|
|
1891
|
-
"
|
|
1891
|
+
"payloadSchema": [
|
|
1892
1892
|
{
|
|
1893
1893
|
"name": "id",
|
|
1894
1894
|
"type": "string"
|
|
@@ -1950,7 +1950,7 @@
|
|
|
1950
1950
|
{
|
|
1951
1951
|
"key": "AgentContextWindowLoadFailed",
|
|
1952
1952
|
"name": "AgentContextWindow load failed",
|
|
1953
|
-
"
|
|
1953
|
+
"payloadSchema": [
|
|
1954
1954
|
{
|
|
1955
1955
|
"name": "message",
|
|
1956
1956
|
"type": "string"
|
|
@@ -1969,8 +1969,8 @@
|
|
|
1969
1969
|
"AgentContextWindow",
|
|
1970
1970
|
{
|
|
1971
1971
|
"emit": {
|
|
1972
|
-
"
|
|
1973
|
-
"
|
|
1972
|
+
"failure": "AgentContextWindowLoadFailed",
|
|
1973
|
+
"success": "AgentContextWindowLoaded"
|
|
1974
1974
|
}
|
|
1975
1975
|
}
|
|
1976
1976
|
]
|
|
@@ -1995,60 +1995,60 @@
|
|
|
1995
1995
|
"render-ui",
|
|
1996
1996
|
"main",
|
|
1997
1997
|
{
|
|
1998
|
+
"type": "stack",
|
|
1998
1999
|
"children": [
|
|
1999
2000
|
{
|
|
2000
|
-
"type": "stack",
|
|
2001
|
-
"justify": "between",
|
|
2002
|
-
"gap": "md",
|
|
2003
2001
|
"children": [
|
|
2004
2002
|
{
|
|
2005
|
-
"
|
|
2003
|
+
"align": "center",
|
|
2006
2004
|
"children": [
|
|
2007
2005
|
{
|
|
2008
|
-
"
|
|
2009
|
-
"
|
|
2006
|
+
"type": "icon",
|
|
2007
|
+
"name": "layers"
|
|
2010
2008
|
},
|
|
2011
2009
|
{
|
|
2010
|
+
"content": "Context Window Alert",
|
|
2012
2011
|
"type": "typography",
|
|
2013
|
-
"variant": "h2"
|
|
2014
|
-
"content": "Context Window Alert"
|
|
2012
|
+
"variant": "h2"
|
|
2015
2013
|
}
|
|
2016
2014
|
],
|
|
2017
|
-
"align": "center",
|
|
2018
2015
|
"type": "stack",
|
|
2016
|
+
"direction": "horizontal",
|
|
2019
2017
|
"gap": "md"
|
|
2020
2018
|
},
|
|
2021
2019
|
{
|
|
2022
|
-
"label": "Dismiss",
|
|
2023
|
-
"type": "button",
|
|
2024
2020
|
"variant": "ghost",
|
|
2025
2021
|
"icon": "x",
|
|
2022
|
+
"label": "Dismiss",
|
|
2023
|
+
"type": "button",
|
|
2026
2024
|
"action": "HIDE"
|
|
2027
2025
|
}
|
|
2028
2026
|
],
|
|
2029
|
-
"
|
|
2030
|
-
"
|
|
2027
|
+
"direction": "horizontal",
|
|
2028
|
+
"type": "stack",
|
|
2029
|
+
"gap": "md",
|
|
2030
|
+
"justify": "between",
|
|
2031
|
+
"align": "center"
|
|
2031
2032
|
},
|
|
2032
2033
|
{
|
|
2033
2034
|
"type": "divider"
|
|
2034
2035
|
},
|
|
2035
2036
|
{
|
|
2036
|
-
"message": "@entity.message",
|
|
2037
2037
|
"type": "alert",
|
|
2038
|
-
"variant": "@entity.notificationType"
|
|
2038
|
+
"variant": "@entity.notificationType",
|
|
2039
|
+
"message": "@entity.message"
|
|
2039
2040
|
},
|
|
2040
2041
|
{
|
|
2041
2042
|
"type": "toast-slot"
|
|
2042
2043
|
},
|
|
2043
2044
|
{
|
|
2044
|
-
"
|
|
2045
|
+
"message": "@entity.message",
|
|
2045
2046
|
"type": "alert",
|
|
2046
|
-
"
|
|
2047
|
+
"variant": "warning"
|
|
2047
2048
|
}
|
|
2048
2049
|
],
|
|
2049
|
-
"gap": "lg",
|
|
2050
2050
|
"direction": "vertical",
|
|
2051
|
-
"
|
|
2051
|
+
"gap": "lg"
|
|
2052
2052
|
}
|
|
2053
2053
|
]
|
|
2054
2054
|
]
|
|
@@ -2072,60 +2072,60 @@
|
|
|
2072
2072
|
"render-ui",
|
|
2073
2073
|
"main",
|
|
2074
2074
|
{
|
|
2075
|
+
"type": "stack",
|
|
2076
|
+
"direction": "vertical",
|
|
2075
2077
|
"children": [
|
|
2076
2078
|
{
|
|
2077
|
-
"
|
|
2079
|
+
"direction": "horizontal",
|
|
2078
2080
|
"justify": "between",
|
|
2081
|
+
"type": "stack",
|
|
2082
|
+
"gap": "md",
|
|
2079
2083
|
"align": "center",
|
|
2080
2084
|
"children": [
|
|
2081
2085
|
{
|
|
2086
|
+
"gap": "md",
|
|
2082
2087
|
"direction": "horizontal",
|
|
2088
|
+
"align": "center",
|
|
2089
|
+
"type": "stack",
|
|
2083
2090
|
"children": [
|
|
2084
2091
|
{
|
|
2085
2092
|
"name": "layers",
|
|
2086
2093
|
"type": "icon"
|
|
2087
2094
|
},
|
|
2088
2095
|
{
|
|
2089
|
-
"content": "Context Window Alert",
|
|
2090
2096
|
"variant": "h2",
|
|
2097
|
+
"content": "Context Window Alert",
|
|
2091
2098
|
"type": "typography"
|
|
2092
2099
|
}
|
|
2093
|
-
]
|
|
2094
|
-
"type": "stack",
|
|
2095
|
-
"align": "center",
|
|
2096
|
-
"gap": "md"
|
|
2100
|
+
]
|
|
2097
2101
|
},
|
|
2098
2102
|
{
|
|
2099
|
-
"action": "HIDE",
|
|
2100
2103
|
"type": "button",
|
|
2101
|
-
"label": "Dismiss",
|
|
2102
2104
|
"variant": "ghost",
|
|
2103
|
-
"icon": "x"
|
|
2105
|
+
"icon": "x",
|
|
2106
|
+
"label": "Dismiss",
|
|
2107
|
+
"action": "HIDE"
|
|
2104
2108
|
}
|
|
2105
|
-
]
|
|
2106
|
-
"direction": "horizontal",
|
|
2107
|
-
"type": "stack"
|
|
2109
|
+
]
|
|
2108
2110
|
},
|
|
2109
2111
|
{
|
|
2110
2112
|
"type": "divider"
|
|
2111
2113
|
},
|
|
2112
2114
|
{
|
|
2113
|
-
"
|
|
2115
|
+
"variant": "@entity.notificationType",
|
|
2114
2116
|
"type": "alert",
|
|
2115
|
-
"
|
|
2117
|
+
"message": "@entity.message"
|
|
2116
2118
|
},
|
|
2117
2119
|
{
|
|
2118
2120
|
"type": "toast-slot"
|
|
2119
2121
|
},
|
|
2120
2122
|
{
|
|
2121
2123
|
"message": "@entity.message",
|
|
2122
|
-
"
|
|
2123
|
-
"
|
|
2124
|
+
"type": "alert",
|
|
2125
|
+
"variant": "warning"
|
|
2124
2126
|
}
|
|
2125
2127
|
],
|
|
2126
|
-
"
|
|
2127
|
-
"gap": "lg",
|
|
2128
|
-
"direction": "vertical"
|
|
2128
|
+
"gap": "lg"
|
|
2129
2129
|
}
|
|
2130
2130
|
]
|
|
2131
2131
|
]
|
|
@@ -2154,7 +2154,7 @@
|
|
|
2154
2154
|
{
|
|
2155
2155
|
"event": "SHOW",
|
|
2156
2156
|
"scope": "internal",
|
|
2157
|
-
"
|
|
2157
|
+
"payloadSchema": [
|
|
2158
2158
|
{
|
|
2159
2159
|
"name": "message",
|
|
2160
2160
|
"type": "string",
|
|
@@ -2169,7 +2169,7 @@
|
|
|
2169
2169
|
{
|
|
2170
2170
|
"event": "UPDATE",
|
|
2171
2171
|
"scope": "internal",
|
|
2172
|
-
"
|
|
2172
|
+
"payloadSchema": [
|
|
2173
2173
|
{
|
|
2174
2174
|
"name": "current",
|
|
2175
2175
|
"type": "number"
|
|
@@ -2184,7 +2184,7 @@
|
|
|
2184
2184
|
"event": "AgentContextWindowLoaded",
|
|
2185
2185
|
"description": "Fired when AgentContextWindow finishes loading",
|
|
2186
2186
|
"scope": "internal",
|
|
2187
|
-
"
|
|
2187
|
+
"payloadSchema": [
|
|
2188
2188
|
{
|
|
2189
2189
|
"name": "id",
|
|
2190
2190
|
"type": "string"
|
|
@@ -2247,7 +2247,7 @@
|
|
|
2247
2247
|
"event": "AgentContextWindowLoadFailed",
|
|
2248
2248
|
"description": "Fired when AgentContextWindow fails to load",
|
|
2249
2249
|
"scope": "internal",
|
|
2250
|
-
"
|
|
2250
|
+
"payloadSchema": [
|
|
2251
2251
|
{
|
|
2252
2252
|
"name": "message",
|
|
2253
2253
|
"type": "string"
|
|
@@ -2292,7 +2292,7 @@
|
|
|
2292
2292
|
{
|
|
2293
2293
|
"key": "AgentContextWindowLoaded",
|
|
2294
2294
|
"name": "AgentContextWindow loaded",
|
|
2295
|
-
"
|
|
2295
|
+
"payloadSchema": [
|
|
2296
2296
|
{
|
|
2297
2297
|
"name": "id",
|
|
2298
2298
|
"type": "string"
|
|
@@ -2354,7 +2354,7 @@
|
|
|
2354
2354
|
{
|
|
2355
2355
|
"key": "AgentContextWindowLoadFailed",
|
|
2356
2356
|
"name": "AgentContextWindow load failed",
|
|
2357
|
-
"
|
|
2357
|
+
"payloadSchema": [
|
|
2358
2358
|
{
|
|
2359
2359
|
"name": "message",
|
|
2360
2360
|
"type": "string"
|
|
@@ -2373,8 +2373,8 @@
|
|
|
2373
2373
|
"AgentContextWindow",
|
|
2374
2374
|
{
|
|
2375
2375
|
"emit": {
|
|
2376
|
-
"
|
|
2377
|
-
"
|
|
2376
|
+
"failure": "AgentContextWindowLoadFailed",
|
|
2377
|
+
"success": "AgentContextWindowLoaded"
|
|
2378
2378
|
}
|
|
2379
2379
|
}
|
|
2380
2380
|
],
|
|
@@ -2388,9 +2388,9 @@
|
|
|
2388
2388
|
"render-ui",
|
|
2389
2389
|
"main",
|
|
2390
2390
|
{
|
|
2391
|
+
"icon": "layers",
|
|
2391
2392
|
"type": "empty-state",
|
|
2392
2393
|
"title": "Context Window",
|
|
2393
|
-
"icon": "layers",
|
|
2394
2394
|
"description": "Context Window is ready"
|
|
2395
2395
|
}
|
|
2396
2396
|
]
|
|
@@ -2438,8 +2438,8 @@
|
|
|
2438
2438
|
"emit",
|
|
2439
2439
|
"UPDATE",
|
|
2440
2440
|
{
|
|
2441
|
-
"
|
|
2442
|
-
"
|
|
2441
|
+
"current": "@entity.tokenCount",
|
|
2442
|
+
"max": "@entity.maxTokens"
|
|
2443
2443
|
}
|
|
2444
2444
|
]
|
|
2445
2445
|
]
|
|
@@ -2554,8 +2554,8 @@
|
|
|
2554
2554
|
"emit",
|
|
2555
2555
|
"SHOW",
|
|
2556
2556
|
{
|
|
2557
|
-
"
|
|
2558
|
-
"
|
|
2557
|
+
"notificationType": "error",
|
|
2558
|
+
"message": "Token usage at limit. Compact required."
|
|
2559
2559
|
}
|
|
2560
2560
|
]
|
|
2561
2561
|
]
|
|
@@ -2661,8 +2661,8 @@
|
|
|
2661
2661
|
"emit",
|
|
2662
2662
|
"UPDATE",
|
|
2663
2663
|
{
|
|
2664
|
-
"
|
|
2665
|
-
"
|
|
2664
|
+
"current": "@entity.tokenCount",
|
|
2665
|
+
"max": "@entity.maxTokens"
|
|
2666
2666
|
}
|
|
2667
2667
|
]
|
|
2668
2668
|
]
|
|
@@ -2708,8 +2708,8 @@
|
|
|
2708
2708
|
"emit",
|
|
2709
2709
|
"UPDATE",
|
|
2710
2710
|
{
|
|
2711
|
-
"
|
|
2712
|
-
"
|
|
2711
|
+
"max": "@entity.maxTokens",
|
|
2712
|
+
"current": "@entity.tokenCount"
|
|
2713
2713
|
}
|
|
2714
2714
|
]
|
|
2715
2715
|
]
|
|
@@ -2738,4 +2738,4 @@
|
|
|
2738
2738
|
]
|
|
2739
2739
|
}
|
|
2740
2740
|
]
|
|
2741
|
-
}
|
|
2741
|
+
}
|