@almadar/std 10.0.0 → 11.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 +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -394,8 +394,8 @@
|
|
|
394
394
|
"Assistant",
|
|
395
395
|
{
|
|
396
396
|
"emit": {
|
|
397
|
-
"
|
|
398
|
-
"
|
|
397
|
+
"failure": "AssistantLoadFailed",
|
|
398
|
+
"success": "AssistantLoaded"
|
|
399
399
|
}
|
|
400
400
|
}
|
|
401
401
|
],
|
|
@@ -403,22 +403,22 @@
|
|
|
403
403
|
"render-ui",
|
|
404
404
|
"main",
|
|
405
405
|
{
|
|
406
|
-
"direction": "vertical",
|
|
407
|
-
"type": "stack",
|
|
408
|
-
"gap": "md",
|
|
409
|
-
"className": "py-12",
|
|
410
406
|
"align": "center",
|
|
407
|
+
"type": "stack",
|
|
411
408
|
"children": [
|
|
412
409
|
{
|
|
413
410
|
"type": "spinner"
|
|
414
411
|
},
|
|
415
412
|
{
|
|
416
|
-
"content": "Loading assistant…",
|
|
417
413
|
"type": "typography",
|
|
414
|
+
"content": "Loading assistant…",
|
|
418
415
|
"color": "muted",
|
|
419
416
|
"variant": "caption"
|
|
420
417
|
}
|
|
421
|
-
]
|
|
418
|
+
],
|
|
419
|
+
"direction": "vertical",
|
|
420
|
+
"gap": "md",
|
|
421
|
+
"className": "py-12"
|
|
422
422
|
}
|
|
423
423
|
]
|
|
424
424
|
]
|
|
@@ -432,114 +432,114 @@
|
|
|
432
432
|
"render-ui",
|
|
433
433
|
"main",
|
|
434
434
|
{
|
|
435
|
-
"type": "dashboard-layout",
|
|
436
435
|
"children": [
|
|
437
436
|
{
|
|
438
|
-
"direction": "vertical",
|
|
439
437
|
"gap": "lg",
|
|
438
|
+
"type": "stack",
|
|
439
|
+
"direction": "vertical",
|
|
440
440
|
"children": [
|
|
441
441
|
{
|
|
442
442
|
"justify": "between",
|
|
443
443
|
"align": "center",
|
|
444
|
+
"type": "stack",
|
|
445
|
+
"gap": "sm",
|
|
444
446
|
"children": [
|
|
445
447
|
{
|
|
446
448
|
"direction": "horizontal",
|
|
447
|
-
"type": "stack",
|
|
448
449
|
"children": [
|
|
449
450
|
{
|
|
450
451
|
"type": "icon",
|
|
451
452
|
"name": "message-circle"
|
|
452
453
|
},
|
|
453
454
|
{
|
|
454
|
-
"content": "Assistant Thread",
|
|
455
455
|
"variant": "h2",
|
|
456
|
+
"content": "Assistant Thread",
|
|
456
457
|
"type": "typography"
|
|
457
458
|
}
|
|
458
459
|
],
|
|
460
|
+
"type": "stack",
|
|
459
461
|
"gap": "sm",
|
|
460
462
|
"align": "center"
|
|
461
463
|
},
|
|
462
464
|
{
|
|
463
|
-
"action": "COMPOSE",
|
|
464
|
-
"label": "New Message",
|
|
465
465
|
"icon": "plus",
|
|
466
|
+
"action": "COMPOSE",
|
|
466
467
|
"type": "button",
|
|
468
|
+
"label": "New Message",
|
|
467
469
|
"variant": "primary"
|
|
468
470
|
}
|
|
469
471
|
],
|
|
470
|
-
"direction": "horizontal"
|
|
471
|
-
"type": "stack",
|
|
472
|
-
"gap": "sm"
|
|
472
|
+
"direction": "horizontal"
|
|
473
473
|
},
|
|
474
474
|
{
|
|
475
475
|
"type": "divider"
|
|
476
476
|
},
|
|
477
477
|
{
|
|
478
|
-
"type": "data-list",
|
|
479
478
|
"entity": "@payload.data",
|
|
479
|
+
"type": "data-list",
|
|
480
480
|
"fields": [],
|
|
481
481
|
"renderItem": [
|
|
482
482
|
"fn",
|
|
483
483
|
"item",
|
|
484
484
|
{
|
|
485
|
-
"type": "stack",
|
|
486
485
|
"gap": "xs",
|
|
486
|
+
"direction": "vertical",
|
|
487
|
+
"type": "stack",
|
|
487
488
|
"children": [
|
|
488
489
|
{
|
|
489
|
-
"gap": "sm",
|
|
490
|
-
"type": "stack",
|
|
491
|
-
"direction": "horizontal",
|
|
492
|
-
"align": "center",
|
|
493
490
|
"children": [
|
|
494
491
|
{
|
|
495
|
-
"
|
|
496
|
-
"
|
|
492
|
+
"label": "@item.role",
|
|
493
|
+
"type": "badge"
|
|
497
494
|
},
|
|
498
495
|
{
|
|
499
|
-
"
|
|
496
|
+
"label": "@item.status",
|
|
500
497
|
"type": "badge",
|
|
501
|
-
"
|
|
498
|
+
"variant": "secondary"
|
|
502
499
|
},
|
|
503
500
|
{
|
|
504
|
-
"
|
|
505
|
-
"color": "muted",
|
|
501
|
+
"variant": "caption",
|
|
506
502
|
"content": "@item.timestamp",
|
|
507
|
-
"
|
|
503
|
+
"type": "typography",
|
|
504
|
+
"color": "muted"
|
|
508
505
|
}
|
|
509
|
-
]
|
|
506
|
+
],
|
|
507
|
+
"type": "stack",
|
|
508
|
+
"align": "center",
|
|
509
|
+
"direction": "horizontal",
|
|
510
|
+
"gap": "sm"
|
|
510
511
|
},
|
|
511
512
|
{
|
|
512
|
-
"
|
|
513
|
+
"type": "typography",
|
|
513
514
|
"content": "@item.content",
|
|
514
|
-
"
|
|
515
|
+
"variant": "body"
|
|
515
516
|
}
|
|
516
|
-
]
|
|
517
|
-
"direction": "vertical"
|
|
517
|
+
]
|
|
518
518
|
}
|
|
519
519
|
]
|
|
520
520
|
}
|
|
521
|
-
]
|
|
522
|
-
"type": "stack"
|
|
521
|
+
]
|
|
523
522
|
}
|
|
524
523
|
],
|
|
524
|
+
"type": "dashboard-layout",
|
|
525
|
+
"appName": "Agent Assistant",
|
|
525
526
|
"navItems": [
|
|
526
527
|
{
|
|
527
|
-
"label": "Chat",
|
|
528
528
|
"icon": "message-circle",
|
|
529
|
+
"label": "Chat",
|
|
529
530
|
"href": "/chat"
|
|
530
531
|
},
|
|
531
532
|
{
|
|
533
|
+
"icon": "brain",
|
|
532
534
|
"href": "/memory",
|
|
533
|
-
"label": "Memory"
|
|
534
|
-
"icon": "brain"
|
|
535
|
+
"label": "Memory"
|
|
535
536
|
},
|
|
536
537
|
{
|
|
538
|
+
"href": "/settings",
|
|
537
539
|
"label": "Settings",
|
|
538
|
-
"icon": "settings"
|
|
539
|
-
"href": "/settings"
|
|
540
|
+
"icon": "settings"
|
|
540
541
|
}
|
|
541
|
-
]
|
|
542
|
-
"appName": "Agent Assistant"
|
|
542
|
+
]
|
|
543
543
|
}
|
|
544
544
|
]
|
|
545
545
|
]
|
|
@@ -555,31 +555,31 @@
|
|
|
555
555
|
{
|
|
556
556
|
"direction": "vertical",
|
|
557
557
|
"gap": "md",
|
|
558
|
-
"className": "py-12",
|
|
559
558
|
"type": "stack",
|
|
560
559
|
"align": "center",
|
|
560
|
+
"className": "py-12",
|
|
561
561
|
"children": [
|
|
562
562
|
{
|
|
563
|
+
"type": "icon",
|
|
563
564
|
"color": "destructive",
|
|
564
|
-
"name": "alert-triangle"
|
|
565
|
-
"type": "icon"
|
|
565
|
+
"name": "alert-triangle"
|
|
566
566
|
},
|
|
567
567
|
{
|
|
568
|
-
"
|
|
568
|
+
"content": "Failed to load assistant",
|
|
569
569
|
"variant": "h3",
|
|
570
|
-
"
|
|
570
|
+
"type": "typography"
|
|
571
571
|
},
|
|
572
572
|
{
|
|
573
|
-
"variant": "body",
|
|
574
|
-
"content": "@payload.error",
|
|
575
573
|
"type": "typography",
|
|
576
|
-
"
|
|
574
|
+
"variant": "body",
|
|
575
|
+
"color": "muted",
|
|
576
|
+
"content": "@payload.error"
|
|
577
577
|
},
|
|
578
578
|
{
|
|
579
|
-
"action": "INIT",
|
|
580
|
-
"variant": "primary",
|
|
581
579
|
"type": "button",
|
|
580
|
+
"action": "INIT",
|
|
582
581
|
"label": "Retry",
|
|
582
|
+
"variant": "primary",
|
|
583
583
|
"icon": "rotate-ccw"
|
|
584
584
|
}
|
|
585
585
|
]
|
|
@@ -596,38 +596,38 @@
|
|
|
596
596
|
"render-ui",
|
|
597
597
|
"main",
|
|
598
598
|
{
|
|
599
|
+
"direction": "vertical",
|
|
599
600
|
"gap": "lg",
|
|
600
601
|
"type": "stack",
|
|
601
|
-
"direction": "vertical",
|
|
602
602
|
"children": [
|
|
603
603
|
{
|
|
604
|
-
"direction": "horizontal",
|
|
605
|
-
"type": "stack",
|
|
606
604
|
"gap": "sm",
|
|
607
|
-
"
|
|
605
|
+
"direction": "horizontal",
|
|
608
606
|
"children": [
|
|
609
607
|
{
|
|
610
608
|
"type": "icon",
|
|
611
609
|
"name": "message-circle"
|
|
612
610
|
},
|
|
613
611
|
{
|
|
614
|
-
"
|
|
612
|
+
"content": "Assistant Thread",
|
|
615
613
|
"type": "typography",
|
|
616
|
-
"
|
|
614
|
+
"variant": "h2"
|
|
617
615
|
}
|
|
618
|
-
]
|
|
616
|
+
],
|
|
617
|
+
"align": "center",
|
|
618
|
+
"type": "stack"
|
|
619
619
|
},
|
|
620
620
|
{
|
|
621
621
|
"type": "divider"
|
|
622
622
|
},
|
|
623
623
|
{
|
|
624
|
-
"
|
|
624
|
+
"type": "form-section",
|
|
625
|
+
"submitEvent": "SEND",
|
|
625
626
|
"cancelEvent": "CANCEL_COMPOSE",
|
|
626
627
|
"fields": [
|
|
627
628
|
"content"
|
|
628
629
|
],
|
|
629
|
-
"
|
|
630
|
-
"submitEvent": "SEND"
|
|
630
|
+
"mode": "create"
|
|
631
631
|
}
|
|
632
632
|
]
|
|
633
633
|
}
|
|
@@ -655,8 +655,8 @@
|
|
|
655
655
|
"Assistant",
|
|
656
656
|
{
|
|
657
657
|
"emit": {
|
|
658
|
-
"
|
|
659
|
-
"
|
|
658
|
+
"failure": "AssistantLoadFailed",
|
|
659
|
+
"success": "AssistantLoaded"
|
|
660
660
|
}
|
|
661
661
|
}
|
|
662
662
|
],
|
|
@@ -679,23 +679,24 @@
|
|
|
679
679
|
"create",
|
|
680
680
|
"Assistant",
|
|
681
681
|
{
|
|
682
|
-
"
|
|
682
|
+
"content": "@payload.content",
|
|
683
683
|
"timestamp": "@now",
|
|
684
|
-
"
|
|
685
|
-
"
|
|
684
|
+
"status": "sent",
|
|
685
|
+
"role": "user"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"emit": {
|
|
689
|
+
"success": "SEND_MESSAGE"
|
|
690
|
+
}
|
|
686
691
|
}
|
|
687
692
|
],
|
|
688
|
-
[
|
|
689
|
-
"emit",
|
|
690
|
-
"SEND_MESSAGE"
|
|
691
|
-
],
|
|
692
693
|
[
|
|
693
694
|
"fetch",
|
|
694
695
|
"Assistant",
|
|
695
696
|
{
|
|
696
697
|
"emit": {
|
|
697
|
-
"
|
|
698
|
-
"
|
|
698
|
+
"success": "AssistantLoaded",
|
|
699
|
+
"failure": "AssistantLoadFailed"
|
|
699
700
|
}
|
|
700
701
|
}
|
|
701
702
|
],
|
|
@@ -718,8 +719,8 @@
|
|
|
718
719
|
"Assistant",
|
|
719
720
|
{
|
|
720
721
|
"emit": {
|
|
721
|
-
"
|
|
722
|
-
"
|
|
722
|
+
"success": "AssistantLoaded",
|
|
723
|
+
"failure": "AssistantLoadFailed"
|
|
723
724
|
}
|
|
724
725
|
}
|
|
725
726
|
],
|
|
@@ -753,8 +754,8 @@
|
|
|
753
754
|
"Assistant",
|
|
754
755
|
{
|
|
755
756
|
"emit": {
|
|
756
|
-
"
|
|
757
|
-
"
|
|
757
|
+
"failure": "AssistantLoadFailed",
|
|
758
|
+
"success": "AssistantLoaded"
|
|
758
759
|
}
|
|
759
760
|
}
|
|
760
761
|
],
|
|
@@ -903,33 +904,33 @@
|
|
|
903
904
|
"render-ui",
|
|
904
905
|
"main",
|
|
905
906
|
{
|
|
906
|
-
"type": "dashboard-layout",
|
|
907
|
-
"children": [
|
|
908
|
-
{
|
|
909
|
-
"type": "empty-state",
|
|
910
|
-
"title": "Conversation",
|
|
911
|
-
"icon": "message-circle",
|
|
912
|
-
"description": "Conversation is ready"
|
|
913
|
-
}
|
|
914
|
-
],
|
|
915
907
|
"navItems": [
|
|
916
908
|
{
|
|
917
|
-
"label": "Chat",
|
|
918
909
|
"href": "/chat",
|
|
919
|
-
"icon": "message-circle"
|
|
910
|
+
"icon": "message-circle",
|
|
911
|
+
"label": "Chat"
|
|
920
912
|
},
|
|
921
913
|
{
|
|
922
|
-
"
|
|
914
|
+
"icon": "brain",
|
|
923
915
|
"href": "/memory",
|
|
924
|
-
"
|
|
916
|
+
"label": "Memory"
|
|
925
917
|
},
|
|
926
918
|
{
|
|
927
|
-
"
|
|
919
|
+
"href": "/settings",
|
|
928
920
|
"label": "Settings",
|
|
929
|
-
"
|
|
921
|
+
"icon": "settings"
|
|
930
922
|
}
|
|
931
923
|
],
|
|
932
|
-
"appName": "Agent Assistant"
|
|
924
|
+
"appName": "Agent Assistant",
|
|
925
|
+
"children": [
|
|
926
|
+
{
|
|
927
|
+
"description": "Conversation is ready",
|
|
928
|
+
"icon": "message-circle",
|
|
929
|
+
"type": "empty-state",
|
|
930
|
+
"title": "Conversation"
|
|
931
|
+
}
|
|
932
|
+
],
|
|
933
|
+
"type": "dashboard-layout"
|
|
933
934
|
}
|
|
934
935
|
]
|
|
935
936
|
]
|
|
@@ -1239,8 +1240,8 @@
|
|
|
1239
1240
|
"Memory",
|
|
1240
1241
|
{
|
|
1241
1242
|
"emit": {
|
|
1242
|
-
"
|
|
1243
|
-
"
|
|
1243
|
+
"success": "MemoryLoaded",
|
|
1244
|
+
"failure": "MemoryLoadFailed"
|
|
1244
1245
|
}
|
|
1245
1246
|
}
|
|
1246
1247
|
],
|
|
@@ -1248,22 +1249,22 @@
|
|
|
1248
1249
|
"render-ui",
|
|
1249
1250
|
"main",
|
|
1250
1251
|
{
|
|
1251
|
-
"
|
|
1252
|
-
"
|
|
1252
|
+
"type": "stack",
|
|
1253
|
+
"gap": "md",
|
|
1254
|
+
"direction": "vertical",
|
|
1253
1255
|
"children": [
|
|
1254
1256
|
{
|
|
1255
1257
|
"type": "spinner"
|
|
1256
1258
|
},
|
|
1257
1259
|
{
|
|
1260
|
+
"variant": "caption",
|
|
1258
1261
|
"content": "Loading…",
|
|
1259
|
-
"type": "typography",
|
|
1260
1262
|
"color": "muted",
|
|
1261
|
-
"
|
|
1263
|
+
"type": "typography"
|
|
1262
1264
|
}
|
|
1263
1265
|
],
|
|
1264
|
-
"
|
|
1265
|
-
"
|
|
1266
|
-
"gap": "md"
|
|
1266
|
+
"align": "center",
|
|
1267
|
+
"className": "py-12"
|
|
1267
1268
|
}
|
|
1268
1269
|
]
|
|
1269
1270
|
]
|
|
@@ -1280,76 +1281,77 @@
|
|
|
1280
1281
|
"appName": "Agent Assistant",
|
|
1281
1282
|
"children": [
|
|
1282
1283
|
{
|
|
1284
|
+
"direction": "vertical",
|
|
1285
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
1286
|
+
"type": "stack",
|
|
1283
1287
|
"children": [
|
|
1284
1288
|
{
|
|
1285
|
-
"justify": "between",
|
|
1286
1289
|
"align": "center",
|
|
1287
1290
|
"children": [
|
|
1288
1291
|
{
|
|
1289
|
-
"direction": "horizontal",
|
|
1290
|
-
"align": "center",
|
|
1291
|
-
"type": "stack",
|
|
1292
|
-
"gap": "sm",
|
|
1293
1292
|
"children": [
|
|
1294
1293
|
{
|
|
1295
|
-
"
|
|
1296
|
-
"
|
|
1294
|
+
"name": "brain",
|
|
1295
|
+
"type": "icon"
|
|
1297
1296
|
},
|
|
1298
1297
|
{
|
|
1299
1298
|
"type": "typography",
|
|
1300
1299
|
"content": "Memory Manager",
|
|
1301
1300
|
"variant": "h2"
|
|
1302
1301
|
}
|
|
1303
|
-
]
|
|
1302
|
+
],
|
|
1303
|
+
"gap": "sm",
|
|
1304
|
+
"direction": "horizontal",
|
|
1305
|
+
"type": "stack",
|
|
1306
|
+
"align": "center"
|
|
1304
1307
|
},
|
|
1305
1308
|
{
|
|
1309
|
+
"direction": "horizontal",
|
|
1306
1310
|
"type": "stack",
|
|
1307
1311
|
"children": [
|
|
1308
1312
|
{
|
|
1309
|
-
"label": "Memorize",
|
|
1310
1313
|
"action": "MEMORIZE",
|
|
1311
|
-
"variant": "primary",
|
|
1312
1314
|
"icon": "plus",
|
|
1313
|
-
"type": "button"
|
|
1315
|
+
"type": "button",
|
|
1316
|
+
"label": "Memorize",
|
|
1317
|
+
"variant": "primary"
|
|
1314
1318
|
},
|
|
1315
1319
|
{
|
|
1316
|
-
"type": "button",
|
|
1317
1320
|
"variant": "secondary",
|
|
1318
|
-
"
|
|
1321
|
+
"type": "button",
|
|
1319
1322
|
"icon": "search",
|
|
1323
|
+
"label": "Recall",
|
|
1320
1324
|
"action": "RECALL"
|
|
1321
1325
|
},
|
|
1322
1326
|
{
|
|
1327
|
+
"icon": "clock",
|
|
1323
1328
|
"type": "button",
|
|
1324
1329
|
"label": "Decay All",
|
|
1325
1330
|
"action": "DECAY",
|
|
1326
|
-
"icon": "clock",
|
|
1327
1331
|
"variant": "ghost"
|
|
1328
1332
|
}
|
|
1329
1333
|
],
|
|
1330
|
-
"direction": "horizontal",
|
|
1331
1334
|
"gap": "sm"
|
|
1332
1335
|
}
|
|
1333
1336
|
],
|
|
1334
1337
|
"type": "stack",
|
|
1335
1338
|
"direction": "horizontal",
|
|
1336
|
-
"gap": "md"
|
|
1339
|
+
"gap": "md",
|
|
1340
|
+
"justify": "between"
|
|
1337
1341
|
},
|
|
1338
1342
|
{
|
|
1339
1343
|
"type": "divider"
|
|
1340
1344
|
},
|
|
1341
1345
|
{
|
|
1342
|
-
"entity": "@payload.data",
|
|
1343
|
-
"type": "data-grid",
|
|
1344
1346
|
"itemActions": [
|
|
1345
1347
|
{
|
|
1348
|
+
"label": "Pin",
|
|
1346
1349
|
"event": "PIN",
|
|
1347
|
-
"variant": "ghost"
|
|
1348
|
-
"label": "Pin"
|
|
1350
|
+
"variant": "ghost"
|
|
1349
1351
|
},
|
|
1350
1352
|
{
|
|
1351
|
-
"event": "REINFORCE",
|
|
1352
1353
|
"label": "Reinforce",
|
|
1354
|
+
"event": "REINFORCE",
|
|
1353
1355
|
"variant": "ghost"
|
|
1354
1356
|
},
|
|
1355
1357
|
{
|
|
@@ -1358,47 +1360,45 @@
|
|
|
1358
1360
|
"variant": "danger"
|
|
1359
1361
|
}
|
|
1360
1362
|
],
|
|
1363
|
+
"entity": "@payload.data",
|
|
1361
1364
|
"fields": [
|
|
1362
1365
|
{
|
|
1363
1366
|
"icon": "brain",
|
|
1364
|
-
"name": "content",
|
|
1365
1367
|
"label": "Content",
|
|
1368
|
+
"name": "content",
|
|
1366
1369
|
"variant": "h4"
|
|
1367
1370
|
},
|
|
1368
1371
|
{
|
|
1369
|
-
"variant": "badge",
|
|
1370
1372
|
"name": "category",
|
|
1371
1373
|
"label": "Category",
|
|
1374
|
+
"variant": "badge",
|
|
1372
1375
|
"colorMap": {
|
|
1373
|
-
"
|
|
1376
|
+
"draft": "warning",
|
|
1374
1377
|
"active": "success",
|
|
1375
|
-
"scheduled": "warning",
|
|
1376
|
-
"inactive": "neutral",
|
|
1377
|
-
"failed": "destructive",
|
|
1378
|
-
"completed": "success",
|
|
1379
1378
|
"done": "success",
|
|
1380
|
-
"
|
|
1379
|
+
"error": "destructive",
|
|
1380
|
+
"cancelled": "destructive",
|
|
1381
1381
|
"pending": "warning",
|
|
1382
1382
|
"archived": "neutral",
|
|
1383
|
+
"completed": "success",
|
|
1384
|
+
"failed": "destructive",
|
|
1383
1385
|
"disabled": "neutral",
|
|
1384
|
-
"
|
|
1386
|
+
"scheduled": "warning",
|
|
1387
|
+
"inactive": "neutral"
|
|
1385
1388
|
}
|
|
1386
1389
|
},
|
|
1387
1390
|
{
|
|
1388
1391
|
"name": "strength",
|
|
1389
|
-
"
|
|
1390
|
-
"
|
|
1392
|
+
"label": "Strength",
|
|
1393
|
+
"variant": "caption"
|
|
1391
1394
|
}
|
|
1392
|
-
]
|
|
1395
|
+
],
|
|
1396
|
+
"type": "data-grid"
|
|
1393
1397
|
}
|
|
1394
1398
|
],
|
|
1395
|
-
"
|
|
1396
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
1397
|
-
"gap": "lg",
|
|
1398
|
-
"type": "stack"
|
|
1399
|
+
"gap": "lg"
|
|
1399
1400
|
}
|
|
1400
1401
|
],
|
|
1401
|
-
"type": "dashboard-layout",
|
|
1402
1402
|
"navItems": [
|
|
1403
1403
|
{
|
|
1404
1404
|
"label": "Chat",
|
|
@@ -1406,16 +1406,17 @@
|
|
|
1406
1406
|
"icon": "message-circle"
|
|
1407
1407
|
},
|
|
1408
1408
|
{
|
|
1409
|
+
"icon": "brain",
|
|
1409
1410
|
"label": "Memory",
|
|
1410
|
-
"href": "/memory"
|
|
1411
|
-
"icon": "brain"
|
|
1411
|
+
"href": "/memory"
|
|
1412
1412
|
},
|
|
1413
1413
|
{
|
|
1414
|
-
"
|
|
1414
|
+
"label": "Settings",
|
|
1415
1415
|
"href": "/settings",
|
|
1416
|
-
"
|
|
1416
|
+
"icon": "settings"
|
|
1417
1417
|
}
|
|
1418
|
-
]
|
|
1418
|
+
],
|
|
1419
|
+
"type": "dashboard-layout"
|
|
1419
1420
|
}
|
|
1420
1421
|
]
|
|
1421
1422
|
]
|
|
@@ -1429,7 +1430,9 @@
|
|
|
1429
1430
|
"render-ui",
|
|
1430
1431
|
"main",
|
|
1431
1432
|
{
|
|
1433
|
+
"gap": "md",
|
|
1432
1434
|
"align": "center",
|
|
1435
|
+
"direction": "vertical",
|
|
1433
1436
|
"children": [
|
|
1434
1437
|
{
|
|
1435
1438
|
"type": "icon",
|
|
@@ -1437,28 +1440,26 @@
|
|
|
1437
1440
|
"color": "destructive"
|
|
1438
1441
|
},
|
|
1439
1442
|
{
|
|
1440
|
-
"content": "Failed to load memory",
|
|
1441
1443
|
"variant": "h3",
|
|
1442
|
-
"type": "typography"
|
|
1444
|
+
"type": "typography",
|
|
1445
|
+
"content": "Failed to load memory"
|
|
1443
1446
|
},
|
|
1444
1447
|
{
|
|
1448
|
+
"content": "@payload.error",
|
|
1445
1449
|
"color": "muted",
|
|
1446
1450
|
"variant": "body",
|
|
1447
|
-
"content": "@payload.error",
|
|
1448
1451
|
"type": "typography"
|
|
1449
1452
|
},
|
|
1450
1453
|
{
|
|
1451
|
-
"action": "INIT",
|
|
1452
|
-
"variant": "primary",
|
|
1453
1454
|
"type": "button",
|
|
1454
1455
|
"label": "Retry",
|
|
1456
|
+
"action": "INIT",
|
|
1457
|
+
"variant": "primary",
|
|
1455
1458
|
"icon": "rotate-ccw"
|
|
1456
1459
|
}
|
|
1457
1460
|
],
|
|
1458
|
-
"
|
|
1459
|
-
"className": "py-12"
|
|
1460
|
-
"direction": "vertical",
|
|
1461
|
-
"type": "stack"
|
|
1461
|
+
"type": "stack",
|
|
1462
|
+
"className": "py-12"
|
|
1462
1463
|
}
|
|
1463
1464
|
]
|
|
1464
1465
|
]
|
|
@@ -1619,13 +1620,19 @@
|
|
|
1619
1620
|
"event": "INIT",
|
|
1620
1621
|
"effects": [
|
|
1621
1622
|
[
|
|
1622
|
-
"
|
|
1623
|
-
"Memory"
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1623
|
+
"fetch",
|
|
1624
|
+
"Memory",
|
|
1625
|
+
{
|
|
1626
|
+
"emit": {
|
|
1627
|
+
"failure": "MemoryLoadFailed",
|
|
1628
|
+
"success": "MemoryLoaded"
|
|
1629
|
+
}
|
|
1630
|
+
}
|
|
1631
|
+
]
|
|
1632
|
+
]
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"from": "closed",
|
|
1629
1636
|
"to": "open",
|
|
1630
1637
|
"event": "MEMORIZE",
|
|
1631
1638
|
"effects": [
|
|
@@ -1634,21 +1641,20 @@
|
|
|
1634
1641
|
"modal",
|
|
1635
1642
|
{
|
|
1636
1643
|
"type": "stack",
|
|
1637
|
-
"gap": "md",
|
|
1638
1644
|
"children": [
|
|
1639
1645
|
{
|
|
1640
|
-
"type": "stack",
|
|
1641
1646
|
"direction": "horizontal",
|
|
1642
1647
|
"gap": "sm",
|
|
1648
|
+
"type": "stack",
|
|
1643
1649
|
"children": [
|
|
1644
1650
|
{
|
|
1645
1651
|
"name": "plus-circle",
|
|
1646
1652
|
"type": "icon"
|
|
1647
1653
|
},
|
|
1648
1654
|
{
|
|
1649
|
-
"
|
|
1655
|
+
"variant": "h3",
|
|
1650
1656
|
"type": "typography",
|
|
1651
|
-
"
|
|
1657
|
+
"content": "Memorize"
|
|
1652
1658
|
}
|
|
1653
1659
|
]
|
|
1654
1660
|
},
|
|
@@ -1656,8 +1662,8 @@
|
|
|
1656
1662
|
"type": "divider"
|
|
1657
1663
|
},
|
|
1658
1664
|
{
|
|
1659
|
-
"cancelEvent": "CLOSE",
|
|
1660
1665
|
"type": "form-section",
|
|
1666
|
+
"cancelEvent": "CLOSE",
|
|
1661
1667
|
"fields": [
|
|
1662
1668
|
"content",
|
|
1663
1669
|
"category",
|
|
@@ -1667,7 +1673,8 @@
|
|
|
1667
1673
|
"submitEvent": "SAVE"
|
|
1668
1674
|
}
|
|
1669
1675
|
],
|
|
1670
|
-
"direction": "vertical"
|
|
1676
|
+
"direction": "vertical",
|
|
1677
|
+
"gap": "md"
|
|
1671
1678
|
}
|
|
1672
1679
|
]
|
|
1673
1680
|
]
|
|
@@ -1989,8 +1996,8 @@
|
|
|
1989
1996
|
"Memory",
|
|
1990
1997
|
{
|
|
1991
1998
|
"emit": {
|
|
1992
|
-
"
|
|
1993
|
-
"
|
|
1999
|
+
"success": "MemoryLoaded",
|
|
2000
|
+
"failure": "MemoryLoadFailed"
|
|
1994
2001
|
}
|
|
1995
2002
|
}
|
|
1996
2003
|
],
|
|
@@ -1998,31 +2005,31 @@
|
|
|
1998
2005
|
"render-ui",
|
|
1999
2006
|
"main",
|
|
2000
2007
|
{
|
|
2001
|
-
"type": "dashboard-layout",
|
|
2002
2008
|
"appName": "Agent Assistant",
|
|
2009
|
+
"type": "dashboard-layout",
|
|
2003
2010
|
"children": [
|
|
2004
2011
|
{
|
|
2005
|
-
"description": "Memory is ready",
|
|
2006
|
-
"title": "Memory",
|
|
2007
2012
|
"icon": "brain",
|
|
2008
|
-
"type": "empty-state"
|
|
2013
|
+
"type": "empty-state",
|
|
2014
|
+
"title": "Memory",
|
|
2015
|
+
"description": "Memory is ready"
|
|
2009
2016
|
}
|
|
2010
2017
|
],
|
|
2011
2018
|
"navItems": [
|
|
2012
2019
|
{
|
|
2013
2020
|
"label": "Chat",
|
|
2014
|
-
"
|
|
2015
|
-
"
|
|
2021
|
+
"icon": "message-circle",
|
|
2022
|
+
"href": "/chat"
|
|
2016
2023
|
},
|
|
2017
2024
|
{
|
|
2018
|
-
"
|
|
2025
|
+
"icon": "brain",
|
|
2019
2026
|
"href": "/memory",
|
|
2020
|
-
"
|
|
2027
|
+
"label": "Memory"
|
|
2021
2028
|
},
|
|
2022
2029
|
{
|
|
2023
|
-
"
|
|
2030
|
+
"label": "Settings",
|
|
2024
2031
|
"href": "/settings",
|
|
2025
|
-
"
|
|
2032
|
+
"icon": "settings"
|
|
2026
2033
|
}
|
|
2027
2034
|
]
|
|
2028
2035
|
}
|
|
@@ -2077,8 +2084,8 @@
|
|
|
2077
2084
|
"Memory",
|
|
2078
2085
|
{
|
|
2079
2086
|
"emit": {
|
|
2080
|
-
"
|
|
2081
|
-
"
|
|
2087
|
+
"success": "MemoryLoaded",
|
|
2088
|
+
"failure": "MemoryLoadFailed"
|
|
2082
2089
|
}
|
|
2083
2090
|
}
|
|
2084
2091
|
]
|
|
@@ -2344,8 +2351,8 @@
|
|
|
2344
2351
|
"AssistantContext",
|
|
2345
2352
|
{
|
|
2346
2353
|
"emit": {
|
|
2347
|
-
"
|
|
2348
|
-
"
|
|
2354
|
+
"failure": "AssistantContextLoadFailed",
|
|
2355
|
+
"success": "AssistantContextLoaded"
|
|
2349
2356
|
}
|
|
2350
2357
|
}
|
|
2351
2358
|
],
|
|
@@ -2353,88 +2360,88 @@
|
|
|
2353
2360
|
"render-ui",
|
|
2354
2361
|
"main",
|
|
2355
2362
|
{
|
|
2356
|
-
"appName": "Agent Assistant",
|
|
2357
|
-
"navItems": [
|
|
2358
|
-
{
|
|
2359
|
-
"icon": "message-circle",
|
|
2360
|
-
"label": "Chat",
|
|
2361
|
-
"href": "/chat"
|
|
2362
|
-
},
|
|
2363
|
-
{
|
|
2364
|
-
"label": "Memory",
|
|
2365
|
-
"icon": "brain",
|
|
2366
|
-
"href": "/memory"
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"icon": "settings",
|
|
2370
|
-
"href": "/settings",
|
|
2371
|
-
"label": "Settings"
|
|
2372
|
-
}
|
|
2373
|
-
],
|
|
2374
2363
|
"children": [
|
|
2375
2364
|
{
|
|
2365
|
+
"type": "stack",
|
|
2366
|
+
"direction": "vertical",
|
|
2376
2367
|
"gap": "lg",
|
|
2377
2368
|
"children": [
|
|
2378
2369
|
{
|
|
2379
|
-
"align": "center",
|
|
2380
|
-
"direction": "horizontal",
|
|
2381
|
-
"gap": "sm",
|
|
2382
2370
|
"type": "stack",
|
|
2371
|
+
"gap": "sm",
|
|
2372
|
+
"direction": "horizontal",
|
|
2383
2373
|
"children": [
|
|
2384
2374
|
{
|
|
2385
2375
|
"type": "icon",
|
|
2386
2376
|
"name": "gauge"
|
|
2387
2377
|
},
|
|
2388
2378
|
{
|
|
2389
|
-
"
|
|
2379
|
+
"variant": "h2",
|
|
2390
2380
|
"type": "typography",
|
|
2391
|
-
"
|
|
2381
|
+
"content": "Token Usage"
|
|
2392
2382
|
},
|
|
2393
2383
|
{
|
|
2394
2384
|
"label": "Normal",
|
|
2395
|
-
"
|
|
2396
|
-
"
|
|
2385
|
+
"type": "badge",
|
|
2386
|
+
"variant": "default"
|
|
2397
2387
|
}
|
|
2398
|
-
]
|
|
2388
|
+
],
|
|
2389
|
+
"align": "center"
|
|
2399
2390
|
},
|
|
2400
2391
|
{
|
|
2401
2392
|
"type": "divider"
|
|
2402
2393
|
},
|
|
2403
2394
|
{
|
|
2404
2395
|
"type": "progress-bar",
|
|
2405
|
-
"
|
|
2406
|
-
"
|
|
2396
|
+
"value": "@entity.current",
|
|
2397
|
+
"max": "@entity.max"
|
|
2407
2398
|
},
|
|
2408
2399
|
{
|
|
2409
|
-
"gap": "md",
|
|
2410
|
-
"direction": "horizontal",
|
|
2411
2400
|
"type": "stack",
|
|
2401
|
+
"direction": "horizontal",
|
|
2402
|
+
"gap": "md",
|
|
2412
2403
|
"children": [
|
|
2413
2404
|
{
|
|
2414
|
-
"
|
|
2405
|
+
"value": "@entity.current",
|
|
2415
2406
|
"label": "Tokens Used",
|
|
2416
|
-
"
|
|
2407
|
+
"type": "stat-display"
|
|
2417
2408
|
},
|
|
2418
2409
|
{
|
|
2419
|
-
"
|
|
2410
|
+
"type": "stat-display",
|
|
2420
2411
|
"value": "@entity.max",
|
|
2421
|
-
"
|
|
2412
|
+
"label": "Max Tokens"
|
|
2422
2413
|
}
|
|
2423
2414
|
]
|
|
2424
2415
|
},
|
|
2425
2416
|
{
|
|
2426
|
-
"variant": "ghost",
|
|
2427
2417
|
"type": "button",
|
|
2428
|
-
"action": "RESET",
|
|
2429
2418
|
"label": "Reset",
|
|
2430
|
-
"
|
|
2419
|
+
"variant": "ghost",
|
|
2420
|
+
"icon": "rotate-ccw",
|
|
2421
|
+
"action": "RESET"
|
|
2431
2422
|
}
|
|
2432
|
-
]
|
|
2433
|
-
"direction": "vertical",
|
|
2434
|
-
"type": "stack"
|
|
2423
|
+
]
|
|
2435
2424
|
}
|
|
2436
2425
|
],
|
|
2437
|
-
"type": "dashboard-layout"
|
|
2426
|
+
"type": "dashboard-layout",
|
|
2427
|
+
"navItems": [
|
|
2428
|
+
{
|
|
2429
|
+
"href": "/chat",
|
|
2430
|
+
"icon": "message-circle",
|
|
2431
|
+
"label": "Chat"
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"icon": "brain",
|
|
2435
|
+
"label": "Memory",
|
|
2436
|
+
"href": "/memory"
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"href": "/settings",
|
|
2440
|
+
"icon": "settings",
|
|
2441
|
+
"label": "Settings"
|
|
2442
|
+
}
|
|
2443
|
+
],
|
|
2444
|
+
"appName": "Agent Assistant"
|
|
2438
2445
|
}
|
|
2439
2446
|
]
|
|
2440
2447
|
]
|
|
@@ -2466,17 +2473,18 @@
|
|
|
2466
2473
|
"appName": "Agent Assistant",
|
|
2467
2474
|
"children": [
|
|
2468
2475
|
{
|
|
2476
|
+
"gap": "lg",
|
|
2469
2477
|
"type": "stack",
|
|
2470
|
-
"direction": "vertical",
|
|
2471
2478
|
"children": [
|
|
2472
2479
|
{
|
|
2473
|
-
"gap": "sm",
|
|
2474
2480
|
"align": "center",
|
|
2481
|
+
"direction": "horizontal",
|
|
2475
2482
|
"type": "stack",
|
|
2483
|
+
"gap": "sm",
|
|
2476
2484
|
"children": [
|
|
2477
2485
|
{
|
|
2478
|
-
"
|
|
2479
|
-
"
|
|
2486
|
+
"name": "gauge",
|
|
2487
|
+
"type": "icon"
|
|
2480
2488
|
},
|
|
2481
2489
|
{
|
|
2482
2490
|
"type": "typography",
|
|
@@ -2488,8 +2496,7 @@
|
|
|
2488
2496
|
"label": "Normal",
|
|
2489
2497
|
"variant": "default"
|
|
2490
2498
|
}
|
|
2491
|
-
]
|
|
2492
|
-
"direction": "horizontal"
|
|
2499
|
+
]
|
|
2493
2500
|
},
|
|
2494
2501
|
{
|
|
2495
2502
|
"type": "divider"
|
|
@@ -2500,31 +2507,31 @@
|
|
|
2500
2507
|
"value": "@entity.current"
|
|
2501
2508
|
},
|
|
2502
2509
|
{
|
|
2510
|
+
"direction": "horizontal",
|
|
2503
2511
|
"type": "stack",
|
|
2504
2512
|
"children": [
|
|
2505
2513
|
{
|
|
2514
|
+
"type": "stat-display",
|
|
2506
2515
|
"value": "@entity.current",
|
|
2507
|
-
"label": "Tokens Used"
|
|
2508
|
-
"type": "stat-display"
|
|
2516
|
+
"label": "Tokens Used"
|
|
2509
2517
|
},
|
|
2510
2518
|
{
|
|
2511
|
-
"type": "stat-display",
|
|
2512
2519
|
"label": "Max Tokens",
|
|
2513
|
-
"value": "@entity.max"
|
|
2520
|
+
"value": "@entity.max",
|
|
2521
|
+
"type": "stat-display"
|
|
2514
2522
|
}
|
|
2515
2523
|
],
|
|
2516
|
-
"gap": "md"
|
|
2517
|
-
"direction": "horizontal"
|
|
2524
|
+
"gap": "md"
|
|
2518
2525
|
},
|
|
2519
2526
|
{
|
|
2520
|
-
"
|
|
2527
|
+
"type": "button",
|
|
2521
2528
|
"icon": "rotate-ccw",
|
|
2522
|
-
"
|
|
2529
|
+
"variant": "ghost",
|
|
2523
2530
|
"action": "RESET",
|
|
2524
|
-
"
|
|
2531
|
+
"label": "Reset"
|
|
2525
2532
|
}
|
|
2526
2533
|
],
|
|
2527
|
-
"
|
|
2534
|
+
"direction": "vertical"
|
|
2528
2535
|
}
|
|
2529
2536
|
],
|
|
2530
2537
|
"navItems": [
|
|
@@ -2534,14 +2541,14 @@
|
|
|
2534
2541
|
"href": "/chat"
|
|
2535
2542
|
},
|
|
2536
2543
|
{
|
|
2544
|
+
"href": "/memory",
|
|
2537
2545
|
"icon": "brain",
|
|
2538
|
-
"label": "Memory"
|
|
2539
|
-
"href": "/memory"
|
|
2546
|
+
"label": "Memory"
|
|
2540
2547
|
},
|
|
2541
2548
|
{
|
|
2542
|
-
"icon": "settings",
|
|
2543
2549
|
"href": "/settings",
|
|
2544
|
-
"label": "Settings"
|
|
2550
|
+
"label": "Settings",
|
|
2551
|
+
"icon": "settings"
|
|
2545
2552
|
}
|
|
2546
2553
|
]
|
|
2547
2554
|
}
|
|
@@ -2583,11 +2590,13 @@
|
|
|
2583
2590
|
"render-ui",
|
|
2584
2591
|
"main",
|
|
2585
2592
|
{
|
|
2593
|
+
"type": "dashboard-layout",
|
|
2594
|
+
"appName": "Agent Assistant",
|
|
2586
2595
|
"navItems": [
|
|
2587
2596
|
{
|
|
2588
2597
|
"href": "/chat",
|
|
2589
|
-
"
|
|
2590
|
-
"
|
|
2598
|
+
"label": "Chat",
|
|
2599
|
+
"icon": "message-circle"
|
|
2591
2600
|
},
|
|
2592
2601
|
{
|
|
2593
2602
|
"label": "Memory",
|
|
@@ -2595,46 +2604,45 @@
|
|
|
2595
2604
|
"href": "/memory"
|
|
2596
2605
|
},
|
|
2597
2606
|
{
|
|
2598
|
-
"icon": "settings",
|
|
2599
2607
|
"href": "/settings",
|
|
2600
|
-
"label": "Settings"
|
|
2608
|
+
"label": "Settings",
|
|
2609
|
+
"icon": "settings"
|
|
2601
2610
|
}
|
|
2602
2611
|
],
|
|
2603
|
-
"appName": "Agent Assistant",
|
|
2604
2612
|
"children": [
|
|
2605
2613
|
{
|
|
2606
|
-
"type": "stack",
|
|
2607
2614
|
"direction": "vertical",
|
|
2615
|
+
"type": "stack",
|
|
2608
2616
|
"children": [
|
|
2609
2617
|
{
|
|
2618
|
+
"type": "stack",
|
|
2619
|
+
"direction": "horizontal",
|
|
2610
2620
|
"gap": "sm",
|
|
2621
|
+
"align": "center",
|
|
2611
2622
|
"children": [
|
|
2612
2623
|
{
|
|
2613
|
-
"
|
|
2614
|
-
"
|
|
2624
|
+
"type": "icon",
|
|
2625
|
+
"name": "alert-triangle"
|
|
2615
2626
|
},
|
|
2616
2627
|
{
|
|
2617
|
-
"type": "typography",
|
|
2618
2628
|
"content": "Token Usage",
|
|
2629
|
+
"type": "typography",
|
|
2619
2630
|
"variant": "h2"
|
|
2620
2631
|
},
|
|
2621
2632
|
{
|
|
2622
2633
|
"label": "Warning",
|
|
2623
|
-
"
|
|
2624
|
-
"
|
|
2634
|
+
"type": "badge",
|
|
2635
|
+
"variant": "warning"
|
|
2625
2636
|
}
|
|
2626
|
-
]
|
|
2627
|
-
"direction": "horizontal",
|
|
2628
|
-
"align": "center",
|
|
2629
|
-
"type": "stack"
|
|
2637
|
+
]
|
|
2630
2638
|
},
|
|
2631
2639
|
{
|
|
2632
2640
|
"type": "divider"
|
|
2633
2641
|
},
|
|
2634
2642
|
{
|
|
2635
|
-
"message": "Token usage approaching limit. Consider compacting.",
|
|
2636
2643
|
"type": "alert",
|
|
2637
|
-
"variant": "warning"
|
|
2644
|
+
"variant": "warning",
|
|
2645
|
+
"message": "Token usage approaching limit. Consider compacting."
|
|
2638
2646
|
},
|
|
2639
2647
|
{
|
|
2640
2648
|
"type": "progress-bar",
|
|
@@ -2642,48 +2650,47 @@
|
|
|
2642
2650
|
"max": "@entity.max"
|
|
2643
2651
|
},
|
|
2644
2652
|
{
|
|
2645
|
-
"gap": "md",
|
|
2646
|
-
"direction": "horizontal",
|
|
2647
2653
|
"type": "stack",
|
|
2654
|
+
"direction": "horizontal",
|
|
2648
2655
|
"children": [
|
|
2649
2656
|
{
|
|
2650
2657
|
"label": "Tokens Used",
|
|
2651
|
-
"
|
|
2652
|
-
"
|
|
2658
|
+
"value": "@entity.current",
|
|
2659
|
+
"type": "stat-display"
|
|
2653
2660
|
},
|
|
2654
2661
|
{
|
|
2662
|
+
"label": "Max Tokens",
|
|
2655
2663
|
"value": "@entity.max",
|
|
2656
|
-
"type": "stat-display"
|
|
2657
|
-
"label": "Max Tokens"
|
|
2664
|
+
"type": "stat-display"
|
|
2658
2665
|
}
|
|
2659
|
-
]
|
|
2666
|
+
],
|
|
2667
|
+
"gap": "md"
|
|
2660
2668
|
},
|
|
2661
2669
|
{
|
|
2662
|
-
"
|
|
2663
|
-
"gap": "sm",
|
|
2670
|
+
"direction": "horizontal",
|
|
2664
2671
|
"children": [
|
|
2665
2672
|
{
|
|
2666
|
-
"type": "button",
|
|
2667
|
-
"label": "Compact",
|
|
2668
2673
|
"action": "COMPACT",
|
|
2674
|
+
"variant": "primary",
|
|
2675
|
+
"label": "Compact",
|
|
2669
2676
|
"icon": "minimize-2",
|
|
2670
|
-
"
|
|
2677
|
+
"type": "button"
|
|
2671
2678
|
},
|
|
2672
2679
|
{
|
|
2673
2680
|
"variant": "ghost",
|
|
2681
|
+
"action": "RESET",
|
|
2674
2682
|
"icon": "rotate-ccw",
|
|
2675
2683
|
"label": "Reset",
|
|
2676
|
-
"type": "button"
|
|
2677
|
-
"action": "RESET"
|
|
2684
|
+
"type": "button"
|
|
2678
2685
|
}
|
|
2679
2686
|
],
|
|
2680
|
-
"
|
|
2687
|
+
"gap": "sm",
|
|
2688
|
+
"type": "stack"
|
|
2681
2689
|
}
|
|
2682
2690
|
],
|
|
2683
2691
|
"gap": "lg"
|
|
2684
2692
|
}
|
|
2685
|
-
]
|
|
2686
|
-
"type": "dashboard-layout"
|
|
2693
|
+
]
|
|
2687
2694
|
}
|
|
2688
2695
|
]
|
|
2689
2696
|
]
|
|
@@ -2713,8 +2720,8 @@
|
|
|
2713
2720
|
{
|
|
2714
2721
|
"navItems": [
|
|
2715
2722
|
{
|
|
2716
|
-
"label": "Chat",
|
|
2717
2723
|
"icon": "message-circle",
|
|
2724
|
+
"label": "Chat",
|
|
2718
2725
|
"href": "/chat"
|
|
2719
2726
|
},
|
|
2720
2727
|
{
|
|
@@ -2723,38 +2730,37 @@
|
|
|
2723
2730
|
"label": "Memory"
|
|
2724
2731
|
},
|
|
2725
2732
|
{
|
|
2733
|
+
"icon": "settings",
|
|
2726
2734
|
"label": "Settings",
|
|
2727
|
-
"href": "/settings"
|
|
2728
|
-
"icon": "settings"
|
|
2735
|
+
"href": "/settings"
|
|
2729
2736
|
}
|
|
2730
2737
|
],
|
|
2731
2738
|
"type": "dashboard-layout",
|
|
2732
|
-
"appName": "Agent Assistant",
|
|
2733
2739
|
"children": [
|
|
2734
2740
|
{
|
|
2735
|
-
"
|
|
2741
|
+
"direction": "vertical",
|
|
2736
2742
|
"children": [
|
|
2737
2743
|
{
|
|
2744
|
+
"align": "center",
|
|
2738
2745
|
"children": [
|
|
2739
2746
|
{
|
|
2740
|
-
"
|
|
2741
|
-
"
|
|
2747
|
+
"name": "alert-octagon",
|
|
2748
|
+
"type": "icon"
|
|
2742
2749
|
},
|
|
2743
2750
|
{
|
|
2744
2751
|
"type": "typography",
|
|
2745
|
-
"
|
|
2746
|
-
"
|
|
2752
|
+
"variant": "h2",
|
|
2753
|
+
"content": "Token Usage"
|
|
2747
2754
|
},
|
|
2748
2755
|
{
|
|
2749
|
-
"type": "badge",
|
|
2750
2756
|
"label": "Critical",
|
|
2751
|
-
"variant": "danger"
|
|
2757
|
+
"variant": "danger",
|
|
2758
|
+
"type": "badge"
|
|
2752
2759
|
}
|
|
2753
2760
|
],
|
|
2754
|
-
"gap": "sm",
|
|
2755
2761
|
"type": "stack",
|
|
2756
2762
|
"direction": "horizontal",
|
|
2757
|
-
"
|
|
2763
|
+
"gap": "sm"
|
|
2758
2764
|
},
|
|
2759
2765
|
{
|
|
2760
2766
|
"type": "divider"
|
|
@@ -2770,48 +2776,49 @@
|
|
|
2770
2776
|
"max": "@entity.max"
|
|
2771
2777
|
},
|
|
2772
2778
|
{
|
|
2773
|
-
"direction": "horizontal",
|
|
2774
|
-
"gap": "md",
|
|
2775
2779
|
"type": "stack",
|
|
2780
|
+
"direction": "horizontal",
|
|
2776
2781
|
"children": [
|
|
2777
2782
|
{
|
|
2778
2783
|
"type": "stat-display",
|
|
2779
|
-
"
|
|
2780
|
-
"
|
|
2784
|
+
"value": "@entity.current",
|
|
2785
|
+
"label": "Tokens Used"
|
|
2781
2786
|
},
|
|
2782
2787
|
{
|
|
2783
|
-
"
|
|
2788
|
+
"value": "@entity.max",
|
|
2784
2789
|
"type": "stat-display",
|
|
2785
|
-
"
|
|
2790
|
+
"label": "Max Tokens"
|
|
2786
2791
|
}
|
|
2787
|
-
]
|
|
2792
|
+
],
|
|
2793
|
+
"gap": "md"
|
|
2788
2794
|
},
|
|
2789
2795
|
{
|
|
2790
|
-
"
|
|
2796
|
+
"direction": "horizontal",
|
|
2791
2797
|
"gap": "sm",
|
|
2798
|
+
"type": "stack",
|
|
2792
2799
|
"children": [
|
|
2793
2800
|
{
|
|
2794
|
-
"variant": "primary",
|
|
2795
|
-
"icon": "minimize-2",
|
|
2796
|
-
"action": "COMPACT",
|
|
2797
2801
|
"type": "button",
|
|
2798
|
-
"label": "Compact Now"
|
|
2802
|
+
"label": "Compact Now",
|
|
2803
|
+
"action": "COMPACT",
|
|
2804
|
+
"variant": "primary",
|
|
2805
|
+
"icon": "minimize-2"
|
|
2799
2806
|
},
|
|
2800
2807
|
{
|
|
2801
|
-
"label": "Reset",
|
|
2802
|
-
"type": "button",
|
|
2803
2808
|
"variant": "ghost",
|
|
2809
|
+
"action": "RESET",
|
|
2804
2810
|
"icon": "rotate-ccw",
|
|
2805
|
-
"
|
|
2811
|
+
"type": "button",
|
|
2812
|
+
"label": "Reset"
|
|
2806
2813
|
}
|
|
2807
|
-
]
|
|
2808
|
-
"direction": "horizontal"
|
|
2814
|
+
]
|
|
2809
2815
|
}
|
|
2810
2816
|
],
|
|
2811
2817
|
"type": "stack",
|
|
2812
|
-
"
|
|
2818
|
+
"gap": "lg"
|
|
2813
2819
|
}
|
|
2814
|
-
]
|
|
2820
|
+
],
|
|
2821
|
+
"appName": "Agent Assistant"
|
|
2815
2822
|
}
|
|
2816
2823
|
]
|
|
2817
2824
|
]
|
|
@@ -2836,31 +2843,17 @@
|
|
|
2836
2843
|
"render-ui",
|
|
2837
2844
|
"main",
|
|
2838
2845
|
{
|
|
2839
|
-
"
|
|
2840
|
-
{
|
|
2841
|
-
"icon": "message-circle",
|
|
2842
|
-
"label": "Chat",
|
|
2843
|
-
"href": "/chat"
|
|
2844
|
-
},
|
|
2845
|
-
{
|
|
2846
|
-
"href": "/memory",
|
|
2847
|
-
"label": "Memory",
|
|
2848
|
-
"icon": "brain"
|
|
2849
|
-
},
|
|
2850
|
-
{
|
|
2851
|
-
"href": "/settings",
|
|
2852
|
-
"label": "Settings",
|
|
2853
|
-
"icon": "settings"
|
|
2854
|
-
}
|
|
2855
|
-
],
|
|
2846
|
+
"type": "dashboard-layout",
|
|
2856
2847
|
"children": [
|
|
2857
2848
|
{
|
|
2849
|
+
"gap": "lg",
|
|
2858
2850
|
"type": "stack",
|
|
2859
2851
|
"direction": "vertical",
|
|
2860
|
-
"gap": "lg",
|
|
2861
2852
|
"children": [
|
|
2862
2853
|
{
|
|
2863
2854
|
"gap": "sm",
|
|
2855
|
+
"type": "stack",
|
|
2856
|
+
"direction": "horizontal",
|
|
2864
2857
|
"align": "center",
|
|
2865
2858
|
"children": [
|
|
2866
2859
|
{
|
|
@@ -2869,27 +2862,27 @@
|
|
|
2869
2862
|
},
|
|
2870
2863
|
{
|
|
2871
2864
|
"variant": "h2",
|
|
2872
|
-
"
|
|
2873
|
-
"
|
|
2865
|
+
"type": "typography",
|
|
2866
|
+
"content": "Token Usage"
|
|
2874
2867
|
},
|
|
2875
2868
|
{
|
|
2869
|
+
"label": "Normal",
|
|
2876
2870
|
"variant": "default",
|
|
2877
|
-
"type": "badge"
|
|
2878
|
-
"label": "Normal"
|
|
2871
|
+
"type": "badge"
|
|
2879
2872
|
}
|
|
2880
|
-
]
|
|
2881
|
-
"direction": "horizontal",
|
|
2882
|
-
"type": "stack"
|
|
2873
|
+
]
|
|
2883
2874
|
},
|
|
2884
2875
|
{
|
|
2885
2876
|
"type": "divider"
|
|
2886
2877
|
},
|
|
2887
2878
|
{
|
|
2888
|
-
"max": "@entity.max",
|
|
2889
2879
|
"type": "progress-bar",
|
|
2890
|
-
"value": "@entity.current"
|
|
2880
|
+
"value": "@entity.current",
|
|
2881
|
+
"max": "@entity.max"
|
|
2891
2882
|
},
|
|
2892
2883
|
{
|
|
2884
|
+
"gap": "md",
|
|
2885
|
+
"type": "stack",
|
|
2893
2886
|
"children": [
|
|
2894
2887
|
{
|
|
2895
2888
|
"label": "Tokens Used",
|
|
@@ -2897,27 +2890,41 @@
|
|
|
2897
2890
|
"value": "@entity.current"
|
|
2898
2891
|
},
|
|
2899
2892
|
{
|
|
2900
|
-
"
|
|
2893
|
+
"label": "Max Tokens",
|
|
2901
2894
|
"type": "stat-display",
|
|
2902
|
-
"
|
|
2895
|
+
"value": "@entity.max"
|
|
2903
2896
|
}
|
|
2904
2897
|
],
|
|
2905
|
-
"direction": "horizontal"
|
|
2906
|
-
"gap": "md",
|
|
2907
|
-
"type": "stack"
|
|
2898
|
+
"direction": "horizontal"
|
|
2908
2899
|
},
|
|
2909
2900
|
{
|
|
2910
|
-
"
|
|
2911
|
-
"label": "Reset",
|
|
2901
|
+
"icon": "rotate-ccw",
|
|
2912
2902
|
"action": "RESET",
|
|
2913
|
-
"
|
|
2914
|
-
"
|
|
2903
|
+
"label": "Reset",
|
|
2904
|
+
"type": "button",
|
|
2905
|
+
"variant": "ghost"
|
|
2915
2906
|
}
|
|
2916
2907
|
]
|
|
2917
2908
|
}
|
|
2918
2909
|
],
|
|
2919
|
-
"
|
|
2920
|
-
|
|
2910
|
+
"navItems": [
|
|
2911
|
+
{
|
|
2912
|
+
"icon": "message-circle",
|
|
2913
|
+
"label": "Chat",
|
|
2914
|
+
"href": "/chat"
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"href": "/memory",
|
|
2918
|
+
"icon": "brain",
|
|
2919
|
+
"label": "Memory"
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"href": "/settings",
|
|
2923
|
+
"icon": "settings",
|
|
2924
|
+
"label": "Settings"
|
|
2925
|
+
}
|
|
2926
|
+
],
|
|
2927
|
+
"appName": "Agent Assistant"
|
|
2921
2928
|
}
|
|
2922
2929
|
]
|
|
2923
2930
|
]
|
|
@@ -2937,37 +2944,19 @@
|
|
|
2937
2944
|
"main",
|
|
2938
2945
|
{
|
|
2939
2946
|
"appName": "Agent Assistant",
|
|
2940
|
-
"type": "dashboard-layout",
|
|
2941
|
-
"navItems": [
|
|
2942
|
-
{
|
|
2943
|
-
"href": "/chat",
|
|
2944
|
-
"icon": "message-circle",
|
|
2945
|
-
"label": "Chat"
|
|
2946
|
-
},
|
|
2947
|
-
{
|
|
2948
|
-
"label": "Memory",
|
|
2949
|
-
"icon": "brain",
|
|
2950
|
-
"href": "/memory"
|
|
2951
|
-
},
|
|
2952
|
-
{
|
|
2953
|
-
"icon": "settings",
|
|
2954
|
-
"label": "Settings",
|
|
2955
|
-
"href": "/settings"
|
|
2956
|
-
}
|
|
2957
|
-
],
|
|
2958
2947
|
"children": [
|
|
2959
2948
|
{
|
|
2960
2949
|
"type": "stack",
|
|
2950
|
+
"gap": "lg",
|
|
2961
2951
|
"children": [
|
|
2962
2952
|
{
|
|
2953
|
+
"direction": "horizontal",
|
|
2963
2954
|
"gap": "sm",
|
|
2964
2955
|
"align": "center",
|
|
2965
|
-
"type": "stack",
|
|
2966
|
-
"direction": "horizontal",
|
|
2967
2956
|
"children": [
|
|
2968
2957
|
{
|
|
2969
|
-
"
|
|
2970
|
-
"
|
|
2958
|
+
"type": "icon",
|
|
2959
|
+
"name": "gauge"
|
|
2971
2960
|
},
|
|
2972
2961
|
{
|
|
2973
2962
|
"variant": "h2",
|
|
@@ -2975,48 +2964,66 @@
|
|
|
2975
2964
|
"content": "Token Usage"
|
|
2976
2965
|
},
|
|
2977
2966
|
{
|
|
2978
|
-
"
|
|
2967
|
+
"variant": "default",
|
|
2979
2968
|
"type": "badge",
|
|
2980
|
-
"
|
|
2969
|
+
"label": "Normal"
|
|
2981
2970
|
}
|
|
2982
|
-
]
|
|
2971
|
+
],
|
|
2972
|
+
"type": "stack"
|
|
2983
2973
|
},
|
|
2984
2974
|
{
|
|
2985
2975
|
"type": "divider"
|
|
2986
2976
|
},
|
|
2987
2977
|
{
|
|
2988
|
-
"max": "@entity.max",
|
|
2989
2978
|
"type": "progress-bar",
|
|
2990
|
-
"value": "@entity.current"
|
|
2979
|
+
"value": "@entity.current",
|
|
2980
|
+
"max": "@entity.max"
|
|
2991
2981
|
},
|
|
2992
2982
|
{
|
|
2983
|
+
"gap": "md",
|
|
2984
|
+
"type": "stack",
|
|
2993
2985
|
"children": [
|
|
2994
2986
|
{
|
|
2987
|
+
"type": "stat-display",
|
|
2995
2988
|
"label": "Tokens Used",
|
|
2996
|
-
"value": "@entity.current"
|
|
2997
|
-
"type": "stat-display"
|
|
2989
|
+
"value": "@entity.current"
|
|
2998
2990
|
},
|
|
2999
2991
|
{
|
|
3000
2992
|
"label": "Max Tokens",
|
|
3001
|
-
"
|
|
3002
|
-
"
|
|
2993
|
+
"value": "@entity.max",
|
|
2994
|
+
"type": "stat-display"
|
|
3003
2995
|
}
|
|
3004
2996
|
],
|
|
3005
|
-
"
|
|
3006
|
-
"direction": "horizontal",
|
|
3007
|
-
"gap": "md"
|
|
2997
|
+
"direction": "horizontal"
|
|
3008
2998
|
},
|
|
3009
2999
|
{
|
|
3000
|
+
"variant": "ghost",
|
|
3010
3001
|
"label": "Reset",
|
|
3002
|
+
"type": "button",
|
|
3011
3003
|
"action": "RESET",
|
|
3012
|
-
"
|
|
3013
|
-
"icon": "rotate-ccw",
|
|
3014
|
-
"type": "button"
|
|
3004
|
+
"icon": "rotate-ccw"
|
|
3015
3005
|
}
|
|
3016
3006
|
],
|
|
3017
|
-
"gap": "lg",
|
|
3018
3007
|
"direction": "vertical"
|
|
3019
3008
|
}
|
|
3009
|
+
],
|
|
3010
|
+
"type": "dashboard-layout",
|
|
3011
|
+
"navItems": [
|
|
3012
|
+
{
|
|
3013
|
+
"href": "/chat",
|
|
3014
|
+
"icon": "message-circle",
|
|
3015
|
+
"label": "Chat"
|
|
3016
|
+
},
|
|
3017
|
+
{
|
|
3018
|
+
"label": "Memory",
|
|
3019
|
+
"href": "/memory",
|
|
3020
|
+
"icon": "brain"
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"label": "Settings",
|
|
3024
|
+
"icon": "settings",
|
|
3025
|
+
"href": "/settings"
|
|
3026
|
+
}
|
|
3020
3027
|
]
|
|
3021
3028
|
}
|
|
3022
3029
|
]
|
|
@@ -3057,45 +3064,32 @@
|
|
|
3057
3064
|
"render-ui",
|
|
3058
3065
|
"main",
|
|
3059
3066
|
{
|
|
3060
|
-
"
|
|
3061
|
-
{
|
|
3062
|
-
"icon": "message-circle",
|
|
3063
|
-
"label": "Chat",
|
|
3064
|
-
"href": "/chat"
|
|
3065
|
-
},
|
|
3066
|
-
{
|
|
3067
|
-
"href": "/memory",
|
|
3068
|
-
"icon": "brain",
|
|
3069
|
-
"label": "Memory"
|
|
3070
|
-
},
|
|
3071
|
-
{
|
|
3072
|
-
"href": "/settings",
|
|
3073
|
-
"label": "Settings",
|
|
3074
|
-
"icon": "settings"
|
|
3075
|
-
}
|
|
3076
|
-
],
|
|
3067
|
+
"appName": "Agent Assistant",
|
|
3077
3068
|
"children": [
|
|
3078
3069
|
{
|
|
3070
|
+
"gap": "lg",
|
|
3071
|
+
"direction": "vertical",
|
|
3072
|
+
"type": "stack",
|
|
3079
3073
|
"children": [
|
|
3080
3074
|
{
|
|
3075
|
+
"direction": "horizontal",
|
|
3076
|
+
"type": "stack",
|
|
3081
3077
|
"children": [
|
|
3082
3078
|
{
|
|
3083
|
-
"
|
|
3084
|
-
"
|
|
3079
|
+
"name": "alert-triangle",
|
|
3080
|
+
"type": "icon"
|
|
3085
3081
|
},
|
|
3086
3082
|
{
|
|
3087
|
-
"
|
|
3083
|
+
"content": "Token Usage",
|
|
3088
3084
|
"type": "typography",
|
|
3089
|
-
"
|
|
3085
|
+
"variant": "h2"
|
|
3090
3086
|
},
|
|
3091
3087
|
{
|
|
3092
|
-
"
|
|
3088
|
+
"variant": "warning",
|
|
3093
3089
|
"label": "Warning",
|
|
3094
|
-
"
|
|
3090
|
+
"type": "badge"
|
|
3095
3091
|
}
|
|
3096
3092
|
],
|
|
3097
|
-
"type": "stack",
|
|
3098
|
-
"direction": "horizontal",
|
|
3099
3093
|
"gap": "sm",
|
|
3100
3094
|
"align": "center"
|
|
3101
3095
|
},
|
|
@@ -3103,61 +3097,74 @@
|
|
|
3103
3097
|
"type": "divider"
|
|
3104
3098
|
},
|
|
3105
3099
|
{
|
|
3106
|
-
"variant": "warning",
|
|
3107
3100
|
"message": "Token usage approaching limit. Consider compacting.",
|
|
3101
|
+
"variant": "warning",
|
|
3108
3102
|
"type": "alert"
|
|
3109
3103
|
},
|
|
3110
3104
|
{
|
|
3111
3105
|
"value": "@entity.current",
|
|
3112
|
-
"
|
|
3113
|
-
"
|
|
3106
|
+
"max": "@entity.max",
|
|
3107
|
+
"type": "progress-bar"
|
|
3114
3108
|
},
|
|
3115
3109
|
{
|
|
3116
3110
|
"gap": "md",
|
|
3117
|
-
"direction": "horizontal",
|
|
3118
3111
|
"type": "stack",
|
|
3119
3112
|
"children": [
|
|
3120
3113
|
{
|
|
3121
|
-
"label": "Tokens Used",
|
|
3122
3114
|
"value": "@entity.current",
|
|
3123
|
-
"type": "stat-display"
|
|
3115
|
+
"type": "stat-display",
|
|
3116
|
+
"label": "Tokens Used"
|
|
3124
3117
|
},
|
|
3125
3118
|
{
|
|
3126
3119
|
"label": "Max Tokens",
|
|
3127
3120
|
"value": "@entity.max",
|
|
3128
3121
|
"type": "stat-display"
|
|
3129
3122
|
}
|
|
3130
|
-
]
|
|
3123
|
+
],
|
|
3124
|
+
"direction": "horizontal"
|
|
3131
3125
|
},
|
|
3132
3126
|
{
|
|
3133
|
-
"gap": "sm",
|
|
3134
3127
|
"children": [
|
|
3135
3128
|
{
|
|
3136
|
-
"action": "COMPACT",
|
|
3137
3129
|
"variant": "primary",
|
|
3138
|
-
"type": "button",
|
|
3139
3130
|
"icon": "minimize-2",
|
|
3140
|
-
"label": "Compact"
|
|
3131
|
+
"label": "Compact",
|
|
3132
|
+
"type": "button",
|
|
3133
|
+
"action": "COMPACT"
|
|
3141
3134
|
},
|
|
3142
3135
|
{
|
|
3143
|
-
"action": "RESET",
|
|
3144
|
-
"variant": "ghost",
|
|
3145
3136
|
"label": "Reset",
|
|
3137
|
+
"variant": "ghost",
|
|
3138
|
+
"icon": "rotate-ccw",
|
|
3146
3139
|
"type": "button",
|
|
3147
|
-
"
|
|
3140
|
+
"action": "RESET"
|
|
3148
3141
|
}
|
|
3149
3142
|
],
|
|
3150
|
-
"
|
|
3151
|
-
"
|
|
3143
|
+
"direction": "horizontal",
|
|
3144
|
+
"gap": "sm",
|
|
3145
|
+
"type": "stack"
|
|
3152
3146
|
}
|
|
3153
|
-
]
|
|
3154
|
-
"direction": "vertical",
|
|
3155
|
-
"type": "stack",
|
|
3156
|
-
"gap": "lg"
|
|
3147
|
+
]
|
|
3157
3148
|
}
|
|
3158
3149
|
],
|
|
3159
3150
|
"type": "dashboard-layout",
|
|
3160
|
-
"
|
|
3151
|
+
"navItems": [
|
|
3152
|
+
{
|
|
3153
|
+
"icon": "message-circle",
|
|
3154
|
+
"href": "/chat",
|
|
3155
|
+
"label": "Chat"
|
|
3156
|
+
},
|
|
3157
|
+
{
|
|
3158
|
+
"href": "/memory",
|
|
3159
|
+
"label": "Memory",
|
|
3160
|
+
"icon": "brain"
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
"label": "Settings",
|
|
3164
|
+
"href": "/settings",
|
|
3165
|
+
"icon": "settings"
|
|
3166
|
+
}
|
|
3167
|
+
]
|
|
3161
3168
|
}
|
|
3162
3169
|
]
|
|
3163
3170
|
]
|
|
@@ -3185,106 +3192,106 @@
|
|
|
3185
3192
|
"render-ui",
|
|
3186
3193
|
"main",
|
|
3187
3194
|
{
|
|
3188
|
-
"appName": "Agent Assistant",
|
|
3189
3195
|
"children": [
|
|
3190
3196
|
{
|
|
3191
|
-
"gap": "lg",
|
|
3192
3197
|
"children": [
|
|
3193
3198
|
{
|
|
3199
|
+
"direction": "horizontal",
|
|
3200
|
+
"type": "stack",
|
|
3201
|
+
"gap": "sm",
|
|
3202
|
+
"align": "center",
|
|
3194
3203
|
"children": [
|
|
3195
3204
|
{
|
|
3196
|
-
"
|
|
3197
|
-
"
|
|
3205
|
+
"name": "alert-octagon",
|
|
3206
|
+
"type": "icon"
|
|
3198
3207
|
},
|
|
3199
3208
|
{
|
|
3200
3209
|
"type": "typography",
|
|
3201
|
-
"
|
|
3202
|
-
"
|
|
3210
|
+
"variant": "h2",
|
|
3211
|
+
"content": "Token Usage"
|
|
3203
3212
|
},
|
|
3204
3213
|
{
|
|
3205
3214
|
"type": "badge",
|
|
3206
3215
|
"variant": "danger",
|
|
3207
3216
|
"label": "Critical"
|
|
3208
3217
|
}
|
|
3209
|
-
]
|
|
3210
|
-
"gap": "sm",
|
|
3211
|
-
"align": "center",
|
|
3212
|
-
"direction": "horizontal",
|
|
3213
|
-
"type": "stack"
|
|
3218
|
+
]
|
|
3214
3219
|
},
|
|
3215
3220
|
{
|
|
3216
3221
|
"type": "divider"
|
|
3217
3222
|
},
|
|
3218
3223
|
{
|
|
3219
|
-
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
3220
3224
|
"type": "alert",
|
|
3225
|
+
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
3221
3226
|
"variant": "error"
|
|
3222
3227
|
},
|
|
3223
3228
|
{
|
|
3224
|
-
"max": "@entity.max",
|
|
3225
3229
|
"type": "progress-bar",
|
|
3226
|
-
"value": "@entity.current"
|
|
3230
|
+
"value": "@entity.current",
|
|
3231
|
+
"max": "@entity.max"
|
|
3227
3232
|
},
|
|
3228
3233
|
{
|
|
3234
|
+
"direction": "horizontal",
|
|
3229
3235
|
"children": [
|
|
3230
3236
|
{
|
|
3231
|
-
"type": "stat-display",
|
|
3232
3237
|
"value": "@entity.current",
|
|
3238
|
+
"type": "stat-display",
|
|
3233
3239
|
"label": "Tokens Used"
|
|
3234
3240
|
},
|
|
3235
3241
|
{
|
|
3236
|
-
"value": "@entity.max",
|
|
3237
3242
|
"type": "stat-display",
|
|
3238
|
-
"label": "Max Tokens"
|
|
3243
|
+
"label": "Max Tokens",
|
|
3244
|
+
"value": "@entity.max"
|
|
3239
3245
|
}
|
|
3240
3246
|
],
|
|
3241
|
-
"type": "stack",
|
|
3242
3247
|
"gap": "md",
|
|
3243
|
-
"
|
|
3248
|
+
"type": "stack"
|
|
3244
3249
|
},
|
|
3245
3250
|
{
|
|
3246
3251
|
"direction": "horizontal",
|
|
3252
|
+
"type": "stack",
|
|
3253
|
+
"gap": "sm",
|
|
3247
3254
|
"children": [
|
|
3248
3255
|
{
|
|
3249
3256
|
"type": "button",
|
|
3250
|
-
"action": "COMPACT",
|
|
3251
|
-
"label": "Compact Now",
|
|
3252
3257
|
"icon": "minimize-2",
|
|
3253
|
-
"
|
|
3258
|
+
"label": "Compact Now",
|
|
3259
|
+
"variant": "primary",
|
|
3260
|
+
"action": "COMPACT"
|
|
3254
3261
|
},
|
|
3255
3262
|
{
|
|
3256
|
-
"type": "button",
|
|
3257
|
-
"variant": "ghost",
|
|
3258
|
-
"icon": "rotate-ccw",
|
|
3259
3263
|
"label": "Reset",
|
|
3260
|
-
"
|
|
3264
|
+
"icon": "rotate-ccw",
|
|
3265
|
+
"type": "button",
|
|
3266
|
+
"action": "RESET",
|
|
3267
|
+
"variant": "ghost"
|
|
3261
3268
|
}
|
|
3262
|
-
]
|
|
3263
|
-
"type": "stack",
|
|
3264
|
-
"gap": "sm"
|
|
3269
|
+
]
|
|
3265
3270
|
}
|
|
3266
3271
|
],
|
|
3267
3272
|
"type": "stack",
|
|
3268
|
-
"direction": "vertical"
|
|
3273
|
+
"direction": "vertical",
|
|
3274
|
+
"gap": "lg"
|
|
3269
3275
|
}
|
|
3270
3276
|
],
|
|
3271
3277
|
"navItems": [
|
|
3272
3278
|
{
|
|
3273
|
-
"href": "/chat",
|
|
3274
3279
|
"icon": "message-circle",
|
|
3275
|
-
"label": "Chat"
|
|
3280
|
+
"label": "Chat",
|
|
3281
|
+
"href": "/chat"
|
|
3276
3282
|
},
|
|
3277
3283
|
{
|
|
3278
|
-
"icon": "brain",
|
|
3279
3284
|
"label": "Memory",
|
|
3285
|
+
"icon": "brain",
|
|
3280
3286
|
"href": "/memory"
|
|
3281
3287
|
},
|
|
3282
3288
|
{
|
|
3283
|
-
"
|
|
3289
|
+
"icon": "settings",
|
|
3284
3290
|
"label": "Settings",
|
|
3285
|
-
"
|
|
3291
|
+
"href": "/settings"
|
|
3286
3292
|
}
|
|
3287
3293
|
],
|
|
3294
|
+
"appName": "Agent Assistant",
|
|
3288
3295
|
"type": "dashboard-layout"
|
|
3289
3296
|
}
|
|
3290
3297
|
]
|
|
@@ -3313,47 +3320,46 @@
|
|
|
3313
3320
|
"render-ui",
|
|
3314
3321
|
"main",
|
|
3315
3322
|
{
|
|
3316
|
-
"type": "dashboard-layout",
|
|
3317
3323
|
"appName": "Agent Assistant",
|
|
3324
|
+
"type": "dashboard-layout",
|
|
3318
3325
|
"navItems": [
|
|
3319
3326
|
{
|
|
3320
|
-
"label": "Chat",
|
|
3321
3327
|
"icon": "message-circle",
|
|
3328
|
+
"label": "Chat",
|
|
3322
3329
|
"href": "/chat"
|
|
3323
3330
|
},
|
|
3324
3331
|
{
|
|
3325
|
-
"label": "Memory",
|
|
3326
3332
|
"href": "/memory",
|
|
3327
|
-
"icon": "brain"
|
|
3333
|
+
"icon": "brain",
|
|
3334
|
+
"label": "Memory"
|
|
3328
3335
|
},
|
|
3329
3336
|
{
|
|
3330
|
-
"icon": "settings",
|
|
3331
3337
|
"href": "/settings",
|
|
3332
|
-
"label": "Settings"
|
|
3338
|
+
"label": "Settings",
|
|
3339
|
+
"icon": "settings"
|
|
3333
3340
|
}
|
|
3334
3341
|
],
|
|
3335
3342
|
"children": [
|
|
3336
3343
|
{
|
|
3337
3344
|
"gap": "lg",
|
|
3338
|
-
"type": "stack",
|
|
3339
3345
|
"direction": "vertical",
|
|
3340
3346
|
"children": [
|
|
3341
3347
|
{
|
|
3342
3348
|
"gap": "sm",
|
|
3343
3349
|
"children": [
|
|
3344
3350
|
{
|
|
3345
|
-
"
|
|
3346
|
-
"
|
|
3351
|
+
"type": "icon",
|
|
3352
|
+
"name": "gauge"
|
|
3347
3353
|
},
|
|
3348
3354
|
{
|
|
3355
|
+
"content": "Token Usage",
|
|
3349
3356
|
"variant": "h2",
|
|
3350
|
-
"type": "typography"
|
|
3351
|
-
"content": "Token Usage"
|
|
3357
|
+
"type": "typography"
|
|
3352
3358
|
},
|
|
3353
3359
|
{
|
|
3360
|
+
"type": "badge",
|
|
3354
3361
|
"variant": "default",
|
|
3355
|
-
"label": "Normal"
|
|
3356
|
-
"type": "badge"
|
|
3362
|
+
"label": "Normal"
|
|
3357
3363
|
}
|
|
3358
3364
|
],
|
|
3359
3365
|
"align": "center",
|
|
@@ -3364,35 +3370,36 @@
|
|
|
3364
3370
|
"type": "divider"
|
|
3365
3371
|
},
|
|
3366
3372
|
{
|
|
3367
|
-
"
|
|
3373
|
+
"max": "@entity.max",
|
|
3368
3374
|
"value": "@entity.current",
|
|
3369
|
-
"
|
|
3375
|
+
"type": "progress-bar"
|
|
3370
3376
|
},
|
|
3371
3377
|
{
|
|
3372
|
-
"gap": "md",
|
|
3373
3378
|
"children": [
|
|
3374
3379
|
{
|
|
3375
3380
|
"label": "Tokens Used",
|
|
3376
|
-
"
|
|
3377
|
-
"
|
|
3381
|
+
"type": "stat-display",
|
|
3382
|
+
"value": "@entity.current"
|
|
3378
3383
|
},
|
|
3379
3384
|
{
|
|
3380
|
-
"value": "@entity.max",
|
|
3381
3385
|
"type": "stat-display",
|
|
3382
|
-
"label": "Max Tokens"
|
|
3386
|
+
"label": "Max Tokens",
|
|
3387
|
+
"value": "@entity.max"
|
|
3383
3388
|
}
|
|
3384
3389
|
],
|
|
3385
|
-
"
|
|
3386
|
-
"type": "stack"
|
|
3390
|
+
"gap": "md",
|
|
3391
|
+
"type": "stack",
|
|
3392
|
+
"direction": "horizontal"
|
|
3387
3393
|
},
|
|
3388
3394
|
{
|
|
3389
|
-
"action": "RESET",
|
|
3390
|
-
"variant": "ghost",
|
|
3391
3395
|
"icon": "rotate-ccw",
|
|
3392
3396
|
"label": "Reset",
|
|
3397
|
+
"variant": "ghost",
|
|
3398
|
+
"action": "RESET",
|
|
3393
3399
|
"type": "button"
|
|
3394
3400
|
}
|
|
3395
|
-
]
|
|
3401
|
+
],
|
|
3402
|
+
"type": "stack"
|
|
3396
3403
|
}
|
|
3397
3404
|
]
|
|
3398
3405
|
}
|
|
@@ -3422,8 +3429,8 @@
|
|
|
3422
3429
|
"appName": "Agent Assistant",
|
|
3423
3430
|
"navItems": [
|
|
3424
3431
|
{
|
|
3425
|
-
"href": "/chat",
|
|
3426
3432
|
"label": "Chat",
|
|
3433
|
+
"href": "/chat",
|
|
3427
3434
|
"icon": "message-circle"
|
|
3428
3435
|
},
|
|
3429
3436
|
{
|
|
@@ -3437,34 +3444,32 @@
|
|
|
3437
3444
|
"icon": "settings"
|
|
3438
3445
|
}
|
|
3439
3446
|
],
|
|
3440
|
-
"type": "dashboard-layout",
|
|
3441
3447
|
"children": [
|
|
3442
3448
|
{
|
|
3443
3449
|
"gap": "lg",
|
|
3444
|
-
"type": "stack",
|
|
3445
3450
|
"direction": "vertical",
|
|
3446
3451
|
"children": [
|
|
3447
3452
|
{
|
|
3448
|
-
"direction": "horizontal",
|
|
3449
|
-
"align": "center",
|
|
3450
|
-
"gap": "sm",
|
|
3451
3453
|
"children": [
|
|
3452
3454
|
{
|
|
3453
3455
|
"type": "icon",
|
|
3454
3456
|
"name": "gauge"
|
|
3455
3457
|
},
|
|
3456
3458
|
{
|
|
3457
|
-
"
|
|
3459
|
+
"type": "typography",
|
|
3458
3460
|
"content": "Token Usage",
|
|
3459
|
-
"
|
|
3461
|
+
"variant": "h2"
|
|
3460
3462
|
},
|
|
3461
3463
|
{
|
|
3464
|
+
"variant": "default",
|
|
3462
3465
|
"label": "Normal",
|
|
3463
|
-
"type": "badge"
|
|
3464
|
-
"variant": "default"
|
|
3466
|
+
"type": "badge"
|
|
3465
3467
|
}
|
|
3466
3468
|
],
|
|
3467
|
-
"type": "stack"
|
|
3469
|
+
"type": "stack",
|
|
3470
|
+
"align": "center",
|
|
3471
|
+
"direction": "horizontal",
|
|
3472
|
+
"gap": "sm"
|
|
3468
3473
|
},
|
|
3469
3474
|
{
|
|
3470
3475
|
"type": "divider"
|
|
@@ -3475,8 +3480,9 @@
|
|
|
3475
3480
|
"type": "progress-bar"
|
|
3476
3481
|
},
|
|
3477
3482
|
{
|
|
3478
|
-
"gap": "md",
|
|
3479
3483
|
"type": "stack",
|
|
3484
|
+
"gap": "md",
|
|
3485
|
+
"direction": "horizontal",
|
|
3480
3486
|
"children": [
|
|
3481
3487
|
{
|
|
3482
3488
|
"value": "@entity.current",
|
|
@@ -3484,23 +3490,24 @@
|
|
|
3484
3490
|
"label": "Tokens Used"
|
|
3485
3491
|
},
|
|
3486
3492
|
{
|
|
3493
|
+
"label": "Max Tokens",
|
|
3487
3494
|
"value": "@entity.max",
|
|
3488
|
-
"type": "stat-display"
|
|
3489
|
-
"label": "Max Tokens"
|
|
3495
|
+
"type": "stat-display"
|
|
3490
3496
|
}
|
|
3491
|
-
]
|
|
3492
|
-
"direction": "horizontal"
|
|
3497
|
+
]
|
|
3493
3498
|
},
|
|
3494
3499
|
{
|
|
3500
|
+
"icon": "rotate-ccw",
|
|
3501
|
+
"action": "RESET",
|
|
3495
3502
|
"type": "button",
|
|
3496
3503
|
"label": "Reset",
|
|
3497
|
-
"variant": "ghost"
|
|
3498
|
-
"icon": "rotate-ccw",
|
|
3499
|
-
"action": "RESET"
|
|
3504
|
+
"variant": "ghost"
|
|
3500
3505
|
}
|
|
3501
|
-
]
|
|
3506
|
+
],
|
|
3507
|
+
"type": "stack"
|
|
3502
3508
|
}
|
|
3503
|
-
]
|
|
3509
|
+
],
|
|
3510
|
+
"type": "dashboard-layout"
|
|
3504
3511
|
}
|
|
3505
3512
|
]
|
|
3506
3513
|
]
|
|
@@ -3508,79 +3515,60 @@
|
|
|
3508
3515
|
{
|
|
3509
3516
|
"from": "warning",
|
|
3510
3517
|
"to": "normal",
|
|
3511
|
-
"event": "RESET",
|
|
3512
|
-
"effects": [
|
|
3513
|
-
[
|
|
3514
|
-
"set",
|
|
3515
|
-
"@entity.current",
|
|
3516
|
-
0.0
|
|
3517
|
-
],
|
|
3518
|
-
[
|
|
3519
|
-
"render-ui",
|
|
3520
|
-
"main",
|
|
3521
|
-
{
|
|
3522
|
-
"
|
|
3523
|
-
"appName": "Agent Assistant",
|
|
3524
|
-
"navItems": [
|
|
3525
|
-
{
|
|
3526
|
-
"href": "/chat",
|
|
3527
|
-
"label": "Chat",
|
|
3528
|
-
"icon": "message-circle"
|
|
3529
|
-
},
|
|
3530
|
-
{
|
|
3531
|
-
"icon": "brain",
|
|
3532
|
-
"label": "Memory",
|
|
3533
|
-
"href": "/memory"
|
|
3534
|
-
},
|
|
3535
|
-
{
|
|
3536
|
-
"href": "/settings",
|
|
3537
|
-
"label": "Settings",
|
|
3538
|
-
"icon": "settings"
|
|
3539
|
-
}
|
|
3540
|
-
],
|
|
3518
|
+
"event": "RESET",
|
|
3519
|
+
"effects": [
|
|
3520
|
+
[
|
|
3521
|
+
"set",
|
|
3522
|
+
"@entity.current",
|
|
3523
|
+
0.0
|
|
3524
|
+
],
|
|
3525
|
+
[
|
|
3526
|
+
"render-ui",
|
|
3527
|
+
"main",
|
|
3528
|
+
{
|
|
3529
|
+
"appName": "Agent Assistant",
|
|
3541
3530
|
"children": [
|
|
3542
3531
|
{
|
|
3543
|
-
"type": "stack",
|
|
3544
3532
|
"children": [
|
|
3545
3533
|
{
|
|
3546
|
-
"gap": "sm",
|
|
3547
|
-
"align": "center",
|
|
3548
3534
|
"children": [
|
|
3549
3535
|
{
|
|
3550
|
-
"
|
|
3551
|
-
"
|
|
3536
|
+
"type": "icon",
|
|
3537
|
+
"name": "gauge"
|
|
3552
3538
|
},
|
|
3553
3539
|
{
|
|
3554
3540
|
"type": "typography",
|
|
3555
|
-
"
|
|
3556
|
-
"
|
|
3541
|
+
"variant": "h2",
|
|
3542
|
+
"content": "Token Usage"
|
|
3557
3543
|
},
|
|
3558
3544
|
{
|
|
3559
|
-
"
|
|
3545
|
+
"type": "badge",
|
|
3560
3546
|
"label": "Normal",
|
|
3561
|
-
"
|
|
3547
|
+
"variant": "default"
|
|
3562
3548
|
}
|
|
3563
3549
|
],
|
|
3550
|
+
"gap": "sm",
|
|
3564
3551
|
"type": "stack",
|
|
3565
|
-
"direction": "horizontal"
|
|
3552
|
+
"direction": "horizontal",
|
|
3553
|
+
"align": "center"
|
|
3566
3554
|
},
|
|
3567
3555
|
{
|
|
3568
3556
|
"type": "divider"
|
|
3569
3557
|
},
|
|
3570
3558
|
{
|
|
3571
|
-
"type": "progress-bar",
|
|
3572
3559
|
"max": "@entity.max",
|
|
3560
|
+
"type": "progress-bar",
|
|
3573
3561
|
"value": "@entity.current"
|
|
3574
3562
|
},
|
|
3575
3563
|
{
|
|
3576
|
-
"gap": "md",
|
|
3577
3564
|
"type": "stack",
|
|
3578
3565
|
"direction": "horizontal",
|
|
3566
|
+
"gap": "md",
|
|
3579
3567
|
"children": [
|
|
3580
3568
|
{
|
|
3581
|
-
"label": "Tokens Used",
|
|
3582
3569
|
"value": "@entity.current",
|
|
3583
|
-
"type": "stat-display"
|
|
3570
|
+
"type": "stat-display",
|
|
3571
|
+
"label": "Tokens Used"
|
|
3584
3572
|
},
|
|
3585
3573
|
{
|
|
3586
3574
|
"label": "Max Tokens",
|
|
@@ -3590,16 +3578,35 @@
|
|
|
3590
3578
|
]
|
|
3591
3579
|
},
|
|
3592
3580
|
{
|
|
3593
|
-
"icon": "rotate-ccw",
|
|
3594
|
-
"type": "button",
|
|
3595
3581
|
"label": "Reset",
|
|
3596
3582
|
"action": "RESET",
|
|
3597
|
-
"variant": "ghost"
|
|
3583
|
+
"variant": "ghost",
|
|
3584
|
+
"type": "button",
|
|
3585
|
+
"icon": "rotate-ccw"
|
|
3598
3586
|
}
|
|
3599
3587
|
],
|
|
3600
3588
|
"direction": "vertical",
|
|
3589
|
+
"type": "stack",
|
|
3601
3590
|
"gap": "lg"
|
|
3602
3591
|
}
|
|
3592
|
+
],
|
|
3593
|
+
"type": "dashboard-layout",
|
|
3594
|
+
"navItems": [
|
|
3595
|
+
{
|
|
3596
|
+
"icon": "message-circle",
|
|
3597
|
+
"href": "/chat",
|
|
3598
|
+
"label": "Chat"
|
|
3599
|
+
},
|
|
3600
|
+
{
|
|
3601
|
+
"label": "Memory",
|
|
3602
|
+
"href": "/memory",
|
|
3603
|
+
"icon": "brain"
|
|
3604
|
+
},
|
|
3605
|
+
{
|
|
3606
|
+
"label": "Settings",
|
|
3607
|
+
"icon": "settings",
|
|
3608
|
+
"href": "/settings"
|
|
3609
|
+
}
|
|
3603
3610
|
]
|
|
3604
3611
|
}
|
|
3605
3612
|
]
|
|
@@ -3628,107 +3635,107 @@
|
|
|
3628
3635
|
"render-ui",
|
|
3629
3636
|
"main",
|
|
3630
3637
|
{
|
|
3631
|
-
"
|
|
3638
|
+
"navItems": [
|
|
3639
|
+
{
|
|
3640
|
+
"label": "Chat",
|
|
3641
|
+
"href": "/chat",
|
|
3642
|
+
"icon": "message-circle"
|
|
3643
|
+
},
|
|
3644
|
+
{
|
|
3645
|
+
"href": "/memory",
|
|
3646
|
+
"icon": "brain",
|
|
3647
|
+
"label": "Memory"
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
"href": "/settings",
|
|
3651
|
+
"icon": "settings",
|
|
3652
|
+
"label": "Settings"
|
|
3653
|
+
}
|
|
3654
|
+
],
|
|
3632
3655
|
"appName": "Agent Assistant",
|
|
3633
3656
|
"children": [
|
|
3634
3657
|
{
|
|
3658
|
+
"gap": "lg",
|
|
3635
3659
|
"direction": "vertical",
|
|
3636
3660
|
"children": [
|
|
3637
3661
|
{
|
|
3638
|
-
"type": "stack",
|
|
3639
|
-
"direction": "horizontal",
|
|
3640
|
-
"gap": "sm",
|
|
3641
3662
|
"align": "center",
|
|
3663
|
+
"gap": "sm",
|
|
3642
3664
|
"children": [
|
|
3643
3665
|
{
|
|
3644
|
-
"
|
|
3645
|
-
"
|
|
3666
|
+
"type": "icon",
|
|
3667
|
+
"name": "alert-octagon"
|
|
3646
3668
|
},
|
|
3647
3669
|
{
|
|
3648
3670
|
"type": "typography",
|
|
3649
|
-
"
|
|
3650
|
-
"
|
|
3671
|
+
"content": "Token Usage",
|
|
3672
|
+
"variant": "h2"
|
|
3651
3673
|
},
|
|
3652
3674
|
{
|
|
3675
|
+
"variant": "danger",
|
|
3653
3676
|
"type": "badge",
|
|
3654
|
-
"label": "Critical"
|
|
3655
|
-
"variant": "danger"
|
|
3677
|
+
"label": "Critical"
|
|
3656
3678
|
}
|
|
3657
|
-
]
|
|
3679
|
+
],
|
|
3680
|
+
"direction": "horizontal",
|
|
3681
|
+
"type": "stack"
|
|
3658
3682
|
},
|
|
3659
3683
|
{
|
|
3660
3684
|
"type": "divider"
|
|
3661
3685
|
},
|
|
3662
3686
|
{
|
|
3663
3687
|
"type": "alert",
|
|
3664
|
-
"
|
|
3665
|
-
"
|
|
3688
|
+
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
3689
|
+
"variant": "error"
|
|
3666
3690
|
},
|
|
3667
3691
|
{
|
|
3668
|
-
"
|
|
3692
|
+
"type": "progress-bar",
|
|
3669
3693
|
"value": "@entity.current",
|
|
3670
|
-
"
|
|
3694
|
+
"max": "@entity.max"
|
|
3671
3695
|
},
|
|
3672
3696
|
{
|
|
3697
|
+
"direction": "horizontal",
|
|
3698
|
+
"gap": "md",
|
|
3699
|
+
"type": "stack",
|
|
3673
3700
|
"children": [
|
|
3674
3701
|
{
|
|
3675
|
-
"label": "Tokens Used",
|
|
3676
3702
|
"type": "stat-display",
|
|
3703
|
+
"label": "Tokens Used",
|
|
3677
3704
|
"value": "@entity.current"
|
|
3678
3705
|
},
|
|
3679
3706
|
{
|
|
3680
3707
|
"label": "Max Tokens",
|
|
3681
|
-
"
|
|
3682
|
-
"
|
|
3708
|
+
"type": "stat-display",
|
|
3709
|
+
"value": "@entity.max"
|
|
3683
3710
|
}
|
|
3684
|
-
]
|
|
3685
|
-
"gap": "md",
|
|
3686
|
-
"direction": "horizontal",
|
|
3687
|
-
"type": "stack"
|
|
3711
|
+
]
|
|
3688
3712
|
},
|
|
3689
3713
|
{
|
|
3690
|
-
"direction": "horizontal",
|
|
3691
|
-
"type": "stack",
|
|
3692
3714
|
"gap": "sm",
|
|
3715
|
+
"direction": "horizontal",
|
|
3693
3716
|
"children": [
|
|
3694
3717
|
{
|
|
3695
|
-
"action": "COMPACT",
|
|
3696
3718
|
"type": "button",
|
|
3697
|
-
"
|
|
3719
|
+
"icon": "minimize-2",
|
|
3720
|
+
"action": "COMPACT",
|
|
3698
3721
|
"variant": "primary",
|
|
3699
|
-
"
|
|
3722
|
+
"label": "Compact Now"
|
|
3700
3723
|
},
|
|
3701
3724
|
{
|
|
3702
|
-
"icon": "rotate-ccw",
|
|
3703
3725
|
"label": "Reset",
|
|
3704
|
-
"
|
|
3726
|
+
"icon": "rotate-ccw",
|
|
3705
3727
|
"action": "RESET",
|
|
3728
|
+
"type": "button",
|
|
3706
3729
|
"variant": "ghost"
|
|
3707
3730
|
}
|
|
3708
|
-
]
|
|
3731
|
+
],
|
|
3732
|
+
"type": "stack"
|
|
3709
3733
|
}
|
|
3710
3734
|
],
|
|
3711
|
-
"type": "stack"
|
|
3712
|
-
"gap": "lg"
|
|
3735
|
+
"type": "stack"
|
|
3713
3736
|
}
|
|
3714
3737
|
],
|
|
3715
|
-
"
|
|
3716
|
-
{
|
|
3717
|
-
"icon": "message-circle",
|
|
3718
|
-
"href": "/chat",
|
|
3719
|
-
"label": "Chat"
|
|
3720
|
-
},
|
|
3721
|
-
{
|
|
3722
|
-
"icon": "brain",
|
|
3723
|
-
"href": "/memory",
|
|
3724
|
-
"label": "Memory"
|
|
3725
|
-
},
|
|
3726
|
-
{
|
|
3727
|
-
"icon": "settings",
|
|
3728
|
-
"label": "Settings",
|
|
3729
|
-
"href": "/settings"
|
|
3730
|
-
}
|
|
3731
|
-
]
|
|
3738
|
+
"type": "dashboard-layout"
|
|
3732
3739
|
}
|
|
3733
3740
|
]
|
|
3734
3741
|
]
|
|
@@ -3768,32 +3775,34 @@
|
|
|
3768
3775
|
"render-ui",
|
|
3769
3776
|
"main",
|
|
3770
3777
|
{
|
|
3778
|
+
"type": "dashboard-layout",
|
|
3771
3779
|
"navItems": [
|
|
3772
3780
|
{
|
|
3773
|
-
"label": "Chat",
|
|
3774
3781
|
"icon": "message-circle",
|
|
3782
|
+
"label": "Chat",
|
|
3775
3783
|
"href": "/chat"
|
|
3776
3784
|
},
|
|
3777
3785
|
{
|
|
3778
3786
|
"href": "/memory",
|
|
3779
|
-
"
|
|
3780
|
-
"
|
|
3787
|
+
"label": "Memory",
|
|
3788
|
+
"icon": "brain"
|
|
3781
3789
|
},
|
|
3782
3790
|
{
|
|
3783
3791
|
"href": "/settings",
|
|
3784
|
-
"
|
|
3785
|
-
"
|
|
3792
|
+
"icon": "settings",
|
|
3793
|
+
"label": "Settings"
|
|
3786
3794
|
}
|
|
3787
3795
|
],
|
|
3788
|
-
"
|
|
3796
|
+
"appName": "Agent Assistant",
|
|
3789
3797
|
"children": [
|
|
3790
3798
|
{
|
|
3799
|
+
"direction": "vertical",
|
|
3791
3800
|
"children": [
|
|
3792
3801
|
{
|
|
3802
|
+
"align": "center",
|
|
3803
|
+
"gap": "sm",
|
|
3793
3804
|
"type": "stack",
|
|
3794
3805
|
"direction": "horizontal",
|
|
3795
|
-
"gap": "sm",
|
|
3796
|
-
"align": "center",
|
|
3797
3806
|
"children": [
|
|
3798
3807
|
{
|
|
3799
3808
|
"type": "icon",
|
|
@@ -3801,13 +3810,13 @@
|
|
|
3801
3810
|
},
|
|
3802
3811
|
{
|
|
3803
3812
|
"type": "typography",
|
|
3804
|
-
"
|
|
3805
|
-
"
|
|
3813
|
+
"content": "Token Usage",
|
|
3814
|
+
"variant": "h2"
|
|
3806
3815
|
},
|
|
3807
3816
|
{
|
|
3808
3817
|
"type": "badge",
|
|
3809
|
-
"
|
|
3810
|
-
"
|
|
3818
|
+
"label": "Warning",
|
|
3819
|
+
"variant": "warning"
|
|
3811
3820
|
}
|
|
3812
3821
|
]
|
|
3813
3822
|
},
|
|
@@ -3815,60 +3824,58 @@
|
|
|
3815
3824
|
"type": "divider"
|
|
3816
3825
|
},
|
|
3817
3826
|
{
|
|
3818
|
-
"type": "alert",
|
|
3819
3827
|
"variant": "warning",
|
|
3820
|
-
"message": "Token usage approaching limit. Consider compacting."
|
|
3828
|
+
"message": "Token usage approaching limit. Consider compacting.",
|
|
3829
|
+
"type": "alert"
|
|
3821
3830
|
},
|
|
3822
3831
|
{
|
|
3823
|
-
"value": "@entity.current",
|
|
3824
3832
|
"max": "@entity.max",
|
|
3825
|
-
"type": "progress-bar"
|
|
3833
|
+
"type": "progress-bar",
|
|
3834
|
+
"value": "@entity.current"
|
|
3826
3835
|
},
|
|
3827
3836
|
{
|
|
3837
|
+
"gap": "md",
|
|
3828
3838
|
"direction": "horizontal",
|
|
3829
3839
|
"type": "stack",
|
|
3830
|
-
"gap": "md",
|
|
3831
3840
|
"children": [
|
|
3832
3841
|
{
|
|
3833
|
-
"label": "Tokens Used",
|
|
3834
3842
|
"value": "@entity.current",
|
|
3835
|
-
"type": "stat-display"
|
|
3843
|
+
"type": "stat-display",
|
|
3844
|
+
"label": "Tokens Used"
|
|
3836
3845
|
},
|
|
3837
3846
|
{
|
|
3838
|
-
"type": "stat-display",
|
|
3839
3847
|
"label": "Max Tokens",
|
|
3840
|
-
"value": "@entity.max"
|
|
3848
|
+
"value": "@entity.max",
|
|
3849
|
+
"type": "stat-display"
|
|
3841
3850
|
}
|
|
3842
3851
|
]
|
|
3843
3852
|
},
|
|
3844
3853
|
{
|
|
3854
|
+
"direction": "horizontal",
|
|
3855
|
+
"type": "stack",
|
|
3856
|
+
"gap": "sm",
|
|
3845
3857
|
"children": [
|
|
3846
3858
|
{
|
|
3859
|
+
"icon": "minimize-2",
|
|
3847
3860
|
"label": "Compact",
|
|
3848
|
-
"action": "COMPACT",
|
|
3849
3861
|
"variant": "primary",
|
|
3850
|
-
"
|
|
3851
|
-
"
|
|
3862
|
+
"action": "COMPACT",
|
|
3863
|
+
"type": "button"
|
|
3852
3864
|
},
|
|
3853
3865
|
{
|
|
3854
|
-
"
|
|
3866
|
+
"variant": "ghost",
|
|
3855
3867
|
"label": "Reset",
|
|
3868
|
+
"icon": "rotate-ccw",
|
|
3856
3869
|
"type": "button",
|
|
3857
|
-
"action": "RESET"
|
|
3858
|
-
"variant": "ghost"
|
|
3870
|
+
"action": "RESET"
|
|
3859
3871
|
}
|
|
3860
|
-
]
|
|
3861
|
-
"gap": "sm",
|
|
3862
|
-
"type": "stack",
|
|
3863
|
-
"direction": "horizontal"
|
|
3872
|
+
]
|
|
3864
3873
|
}
|
|
3865
3874
|
],
|
|
3866
|
-
"
|
|
3867
|
-
"gap": "lg"
|
|
3868
|
-
"type": "stack"
|
|
3875
|
+
"type": "stack",
|
|
3876
|
+
"gap": "lg"
|
|
3869
3877
|
}
|
|
3870
|
-
]
|
|
3871
|
-
"appName": "Agent Assistant"
|
|
3878
|
+
]
|
|
3872
3879
|
}
|
|
3873
3880
|
]
|
|
3874
3881
|
]
|
|
@@ -3904,56 +3911,52 @@
|
|
|
3904
3911
|
},
|
|
3905
3912
|
{
|
|
3906
3913
|
"href": "/memory",
|
|
3907
|
-
"
|
|
3908
|
-
"
|
|
3914
|
+
"icon": "brain",
|
|
3915
|
+
"label": "Memory"
|
|
3909
3916
|
},
|
|
3910
3917
|
{
|
|
3918
|
+
"icon": "settings",
|
|
3911
3919
|
"href": "/settings",
|
|
3912
|
-
"label": "Settings"
|
|
3913
|
-
"icon": "settings"
|
|
3920
|
+
"label": "Settings"
|
|
3914
3921
|
}
|
|
3915
3922
|
],
|
|
3916
|
-
"type": "dashboard-layout",
|
|
3917
3923
|
"appName": "Agent Assistant",
|
|
3918
3924
|
"children": [
|
|
3919
3925
|
{
|
|
3920
3926
|
"direction": "vertical",
|
|
3921
|
-
"
|
|
3927
|
+
"type": "stack",
|
|
3922
3928
|
"children": [
|
|
3923
3929
|
{
|
|
3924
3930
|
"direction": "horizontal",
|
|
3925
|
-
"gap": "sm",
|
|
3926
3931
|
"children": [
|
|
3927
3932
|
{
|
|
3928
3933
|
"name": "gauge",
|
|
3929
3934
|
"type": "icon"
|
|
3930
3935
|
},
|
|
3931
3936
|
{
|
|
3937
|
+
"variant": "h2",
|
|
3932
3938
|
"type": "typography",
|
|
3933
|
-
"content": "Token Usage"
|
|
3934
|
-
"variant": "h2"
|
|
3939
|
+
"content": "Token Usage"
|
|
3935
3940
|
},
|
|
3936
3941
|
{
|
|
3937
|
-
"
|
|
3942
|
+
"label": "Normal",
|
|
3938
3943
|
"type": "badge",
|
|
3939
|
-
"
|
|
3944
|
+
"variant": "default"
|
|
3940
3945
|
}
|
|
3941
3946
|
],
|
|
3942
3947
|
"type": "stack",
|
|
3943
|
-
"align": "center"
|
|
3948
|
+
"align": "center",
|
|
3949
|
+
"gap": "sm"
|
|
3944
3950
|
},
|
|
3945
3951
|
{
|
|
3946
3952
|
"type": "divider"
|
|
3947
3953
|
},
|
|
3948
3954
|
{
|
|
3949
|
-
"max": "@entity.max",
|
|
3950
3955
|
"type": "progress-bar",
|
|
3951
|
-
"value": "@entity.current"
|
|
3956
|
+
"value": "@entity.current",
|
|
3957
|
+
"max": "@entity.max"
|
|
3952
3958
|
},
|
|
3953
3959
|
{
|
|
3954
|
-
"gap": "md",
|
|
3955
|
-
"direction": "horizontal",
|
|
3956
|
-
"type": "stack",
|
|
3957
3960
|
"children": [
|
|
3958
3961
|
{
|
|
3959
3962
|
"value": "@entity.current",
|
|
@@ -3961,23 +3964,27 @@
|
|
|
3961
3964
|
"label": "Tokens Used"
|
|
3962
3965
|
},
|
|
3963
3966
|
{
|
|
3964
|
-
"type": "stat-display",
|
|
3965
3967
|
"label": "Max Tokens",
|
|
3966
|
-
"value": "@entity.max"
|
|
3968
|
+
"value": "@entity.max",
|
|
3969
|
+
"type": "stat-display"
|
|
3967
3970
|
}
|
|
3968
|
-
]
|
|
3971
|
+
],
|
|
3972
|
+
"gap": "md",
|
|
3973
|
+
"type": "stack",
|
|
3974
|
+
"direction": "horizontal"
|
|
3969
3975
|
},
|
|
3970
3976
|
{
|
|
3977
|
+
"label": "Reset",
|
|
3978
|
+
"action": "RESET",
|
|
3971
3979
|
"type": "button",
|
|
3972
3980
|
"icon": "rotate-ccw",
|
|
3973
|
-
"variant": "ghost"
|
|
3974
|
-
"action": "RESET",
|
|
3975
|
-
"label": "Reset"
|
|
3981
|
+
"variant": "ghost"
|
|
3976
3982
|
}
|
|
3977
3983
|
],
|
|
3978
|
-
"
|
|
3984
|
+
"gap": "lg"
|
|
3979
3985
|
}
|
|
3980
|
-
]
|
|
3986
|
+
],
|
|
3987
|
+
"type": "dashboard-layout"
|
|
3981
3988
|
}
|
|
3982
3989
|
]
|
|
3983
3990
|
]
|
|
@@ -4002,15 +4009,16 @@
|
|
|
4002
4009
|
"render-ui",
|
|
4003
4010
|
"main",
|
|
4004
4011
|
{
|
|
4012
|
+
"appName": "Agent Assistant",
|
|
4013
|
+
"type": "dashboard-layout",
|
|
4005
4014
|
"children": [
|
|
4006
4015
|
{
|
|
4007
4016
|
"type": "stack",
|
|
4017
|
+
"gap": "lg",
|
|
4008
4018
|
"children": [
|
|
4009
4019
|
{
|
|
4010
4020
|
"align": "center",
|
|
4011
|
-
"direction": "horizontal",
|
|
4012
4021
|
"type": "stack",
|
|
4013
|
-
"gap": "sm",
|
|
4014
4022
|
"children": [
|
|
4015
4023
|
{
|
|
4016
4024
|
"type": "icon",
|
|
@@ -4018,15 +4026,17 @@
|
|
|
4018
4026
|
},
|
|
4019
4027
|
{
|
|
4020
4028
|
"variant": "h2",
|
|
4021
|
-
"
|
|
4022
|
-
"
|
|
4029
|
+
"type": "typography",
|
|
4030
|
+
"content": "Token Usage"
|
|
4023
4031
|
},
|
|
4024
4032
|
{
|
|
4025
|
-
"
|
|
4033
|
+
"variant": "default",
|
|
4026
4034
|
"type": "badge",
|
|
4027
|
-
"
|
|
4035
|
+
"label": "Normal"
|
|
4028
4036
|
}
|
|
4029
|
-
]
|
|
4037
|
+
],
|
|
4038
|
+
"direction": "horizontal",
|
|
4039
|
+
"gap": "sm"
|
|
4030
4040
|
},
|
|
4031
4041
|
{
|
|
4032
4042
|
"type": "divider"
|
|
@@ -4037,53 +4047,50 @@
|
|
|
4037
4047
|
"max": "@entity.max"
|
|
4038
4048
|
},
|
|
4039
4049
|
{
|
|
4040
|
-
"type": "stack",
|
|
4041
|
-
"direction": "horizontal",
|
|
4042
|
-
"gap": "md",
|
|
4043
4050
|
"children": [
|
|
4044
4051
|
{
|
|
4045
|
-
"type": "stat-display",
|
|
4046
4052
|
"value": "@entity.current",
|
|
4047
|
-
"label": "Tokens Used"
|
|
4053
|
+
"label": "Tokens Used",
|
|
4054
|
+
"type": "stat-display"
|
|
4048
4055
|
},
|
|
4049
4056
|
{
|
|
4050
|
-
"type": "stat-display",
|
|
4051
4057
|
"label": "Max Tokens",
|
|
4052
|
-
"value": "@entity.max"
|
|
4058
|
+
"value": "@entity.max",
|
|
4059
|
+
"type": "stat-display"
|
|
4053
4060
|
}
|
|
4054
|
-
]
|
|
4061
|
+
],
|
|
4062
|
+
"gap": "md",
|
|
4063
|
+
"type": "stack",
|
|
4064
|
+
"direction": "horizontal"
|
|
4055
4065
|
},
|
|
4056
4066
|
{
|
|
4057
|
-
"icon": "rotate-ccw",
|
|
4058
|
-
"variant": "ghost",
|
|
4059
4067
|
"action": "RESET",
|
|
4068
|
+
"variant": "ghost",
|
|
4060
4069
|
"label": "Reset",
|
|
4061
|
-
"type": "button"
|
|
4070
|
+
"type": "button",
|
|
4071
|
+
"icon": "rotate-ccw"
|
|
4062
4072
|
}
|
|
4063
4073
|
],
|
|
4064
|
-
"gap": "lg",
|
|
4065
4074
|
"direction": "vertical"
|
|
4066
4075
|
}
|
|
4067
4076
|
],
|
|
4068
4077
|
"navItems": [
|
|
4069
4078
|
{
|
|
4070
|
-
"href": "/chat",
|
|
4071
4079
|
"label": "Chat",
|
|
4080
|
+
"href": "/chat",
|
|
4072
4081
|
"icon": "message-circle"
|
|
4073
4082
|
},
|
|
4074
4083
|
{
|
|
4084
|
+
"href": "/memory",
|
|
4075
4085
|
"icon": "brain",
|
|
4076
|
-
"label": "Memory"
|
|
4077
|
-
"href": "/memory"
|
|
4086
|
+
"label": "Memory"
|
|
4078
4087
|
},
|
|
4079
4088
|
{
|
|
4080
4089
|
"icon": "settings",
|
|
4081
|
-
"
|
|
4082
|
-
"
|
|
4090
|
+
"href": "/settings",
|
|
4091
|
+
"label": "Settings"
|
|
4083
4092
|
}
|
|
4084
|
-
]
|
|
4085
|
-
"type": "dashboard-layout",
|
|
4086
|
-
"appName": "Agent Assistant"
|
|
4093
|
+
]
|
|
4087
4094
|
}
|
|
4088
4095
|
]
|
|
4089
4096
|
]
|
|
@@ -4102,86 +4109,86 @@
|
|
|
4102
4109
|
"render-ui",
|
|
4103
4110
|
"main",
|
|
4104
4111
|
{
|
|
4105
|
-
"appName": "Agent Assistant",
|
|
4106
|
-
"navItems": [
|
|
4107
|
-
{
|
|
4108
|
-
"href": "/chat",
|
|
4109
|
-
"icon": "message-circle",
|
|
4110
|
-
"label": "Chat"
|
|
4111
|
-
},
|
|
4112
|
-
{
|
|
4113
|
-
"icon": "brain",
|
|
4114
|
-
"label": "Memory",
|
|
4115
|
-
"href": "/memory"
|
|
4116
|
-
},
|
|
4117
|
-
{
|
|
4118
|
-
"href": "/settings",
|
|
4119
|
-
"icon": "settings",
|
|
4120
|
-
"label": "Settings"
|
|
4121
|
-
}
|
|
4122
|
-
],
|
|
4123
4112
|
"type": "dashboard-layout",
|
|
4113
|
+
"appName": "Agent Assistant",
|
|
4124
4114
|
"children": [
|
|
4125
4115
|
{
|
|
4116
|
+
"direction": "vertical",
|
|
4117
|
+
"type": "stack",
|
|
4126
4118
|
"gap": "lg",
|
|
4127
4119
|
"children": [
|
|
4128
4120
|
{
|
|
4121
|
+
"direction": "horizontal",
|
|
4122
|
+
"gap": "sm",
|
|
4129
4123
|
"children": [
|
|
4130
4124
|
{
|
|
4131
|
-
"
|
|
4132
|
-
"
|
|
4125
|
+
"name": "gauge",
|
|
4126
|
+
"type": "icon"
|
|
4133
4127
|
},
|
|
4134
4128
|
{
|
|
4135
|
-
"type": "typography",
|
|
4136
4129
|
"content": "Token Usage",
|
|
4137
|
-
"variant": "h2"
|
|
4130
|
+
"variant": "h2",
|
|
4131
|
+
"type": "typography"
|
|
4138
4132
|
},
|
|
4139
4133
|
{
|
|
4134
|
+
"variant": "default",
|
|
4140
4135
|
"type": "badge",
|
|
4141
|
-
"label": "Normal"
|
|
4142
|
-
"variant": "default"
|
|
4136
|
+
"label": "Normal"
|
|
4143
4137
|
}
|
|
4144
4138
|
],
|
|
4145
|
-
"
|
|
4146
|
-
"
|
|
4147
|
-
"type": "stack",
|
|
4148
|
-
"align": "center"
|
|
4139
|
+
"align": "center",
|
|
4140
|
+
"type": "stack"
|
|
4149
4141
|
},
|
|
4150
4142
|
{
|
|
4151
4143
|
"type": "divider"
|
|
4152
4144
|
},
|
|
4153
4145
|
{
|
|
4154
|
-
"
|
|
4146
|
+
"value": "@entity.current",
|
|
4155
4147
|
"type": "progress-bar",
|
|
4156
|
-
"
|
|
4148
|
+
"max": "@entity.max"
|
|
4157
4149
|
},
|
|
4158
4150
|
{
|
|
4159
4151
|
"direction": "horizontal",
|
|
4160
|
-
"gap": "md",
|
|
4161
4152
|
"children": [
|
|
4162
4153
|
{
|
|
4163
|
-
"type": "stat-display",
|
|
4164
4154
|
"label": "Tokens Used",
|
|
4155
|
+
"type": "stat-display",
|
|
4165
4156
|
"value": "@entity.current"
|
|
4166
4157
|
},
|
|
4167
4158
|
{
|
|
4168
4159
|
"value": "@entity.max",
|
|
4169
|
-
"
|
|
4170
|
-
"
|
|
4160
|
+
"type": "stat-display",
|
|
4161
|
+
"label": "Max Tokens"
|
|
4171
4162
|
}
|
|
4172
4163
|
],
|
|
4173
|
-
"type": "stack"
|
|
4164
|
+
"type": "stack",
|
|
4165
|
+
"gap": "md"
|
|
4174
4166
|
},
|
|
4175
4167
|
{
|
|
4168
|
+
"variant": "ghost",
|
|
4176
4169
|
"action": "RESET",
|
|
4177
|
-
"icon": "rotate-ccw",
|
|
4178
4170
|
"type": "button",
|
|
4179
4171
|
"label": "Reset",
|
|
4180
|
-
"
|
|
4172
|
+
"icon": "rotate-ccw"
|
|
4181
4173
|
}
|
|
4182
|
-
]
|
|
4183
|
-
|
|
4184
|
-
|
|
4174
|
+
]
|
|
4175
|
+
}
|
|
4176
|
+
],
|
|
4177
|
+
"navItems": [
|
|
4178
|
+
{
|
|
4179
|
+
"icon": "message-circle",
|
|
4180
|
+
"label": "Chat",
|
|
4181
|
+
"href": "/chat"
|
|
4182
|
+
},
|
|
4183
|
+
{
|
|
4184
|
+
"label": "Memory",
|
|
4185
|
+
"href": "/memory",
|
|
4186
|
+
"icon": "brain"
|
|
4187
|
+
},
|
|
4188
|
+
{
|
|
4189
|
+
"href": "/settings",
|
|
4190
|
+
"icon": "settings",
|
|
4191
|
+
"label": "Settings"
|
|
4185
4192
|
}
|
|
4186
4193
|
]
|
|
4187
4194
|
}
|
|
@@ -4319,34 +4326,22 @@
|
|
|
4319
4326
|
"render-ui",
|
|
4320
4327
|
"main",
|
|
4321
4328
|
{
|
|
4322
|
-
"type": "dashboard-layout",
|
|
4323
|
-
"appName": "Agent Assistant",
|
|
4324
|
-
"navItems": [
|
|
4325
|
-
{
|
|
4326
|
-
"icon": "message-circle",
|
|
4327
|
-
"href": "/chat",
|
|
4328
|
-
"label": "Chat"
|
|
4329
|
-
},
|
|
4330
|
-
{
|
|
4331
|
-
"href": "/memory",
|
|
4332
|
-
"icon": "brain",
|
|
4333
|
-
"label": "Memory"
|
|
4334
|
-
},
|
|
4335
|
-
{
|
|
4336
|
-
"href": "/settings",
|
|
4337
|
-
"label": "Settings",
|
|
4338
|
-
"icon": "settings"
|
|
4339
|
-
}
|
|
4340
|
-
],
|
|
4341
4329
|
"children": [
|
|
4342
4330
|
{
|
|
4331
|
+
"type": "stack",
|
|
4332
|
+
"direction": "vertical",
|
|
4343
4333
|
"children": [
|
|
4344
4334
|
{
|
|
4345
|
-
"direction": "horizontal",
|
|
4346
4335
|
"align": "center",
|
|
4347
|
-
"
|
|
4336
|
+
"gap": "md",
|
|
4337
|
+
"type": "stack",
|
|
4338
|
+
"direction": "horizontal",
|
|
4348
4339
|
"children": [
|
|
4349
4340
|
{
|
|
4341
|
+
"type": "stack",
|
|
4342
|
+
"align": "center",
|
|
4343
|
+
"direction": "horizontal",
|
|
4344
|
+
"gap": "md",
|
|
4350
4345
|
"children": [
|
|
4351
4346
|
{
|
|
4352
4347
|
"type": "icon",
|
|
@@ -4354,25 +4349,20 @@
|
|
|
4354
4349
|
},
|
|
4355
4350
|
{
|
|
4356
4351
|
"content": "Context Window Alert",
|
|
4357
|
-
"
|
|
4358
|
-
"
|
|
4352
|
+
"type": "typography",
|
|
4353
|
+
"variant": "h2"
|
|
4359
4354
|
}
|
|
4360
|
-
]
|
|
4361
|
-
"type": "stack",
|
|
4362
|
-
"direction": "horizontal",
|
|
4363
|
-
"gap": "md",
|
|
4364
|
-
"align": "center"
|
|
4355
|
+
]
|
|
4365
4356
|
},
|
|
4366
4357
|
{
|
|
4367
|
-
"action": "HIDE",
|
|
4368
|
-
"label": "Dismiss",
|
|
4369
4358
|
"type": "button",
|
|
4359
|
+
"label": "Dismiss",
|
|
4360
|
+
"action": "HIDE",
|
|
4370
4361
|
"icon": "x",
|
|
4371
4362
|
"variant": "ghost"
|
|
4372
4363
|
}
|
|
4373
4364
|
],
|
|
4374
|
-
"
|
|
4375
|
-
"type": "stack"
|
|
4365
|
+
"justify": "between"
|
|
4376
4366
|
},
|
|
4377
4367
|
{
|
|
4378
4368
|
"type": "divider"
|
|
@@ -4386,14 +4376,31 @@
|
|
|
4386
4376
|
"type": "toast-slot"
|
|
4387
4377
|
},
|
|
4388
4378
|
{
|
|
4389
|
-
"
|
|
4379
|
+
"type": "alert",
|
|
4390
4380
|
"message": "@entity.message",
|
|
4391
|
-
"
|
|
4381
|
+
"variant": "warning"
|
|
4392
4382
|
}
|
|
4393
4383
|
],
|
|
4394
|
-
"gap": "lg"
|
|
4395
|
-
|
|
4396
|
-
|
|
4384
|
+
"gap": "lg"
|
|
4385
|
+
}
|
|
4386
|
+
],
|
|
4387
|
+
"appName": "Agent Assistant",
|
|
4388
|
+
"type": "dashboard-layout",
|
|
4389
|
+
"navItems": [
|
|
4390
|
+
{
|
|
4391
|
+
"icon": "message-circle",
|
|
4392
|
+
"href": "/chat",
|
|
4393
|
+
"label": "Chat"
|
|
4394
|
+
},
|
|
4395
|
+
{
|
|
4396
|
+
"href": "/memory",
|
|
4397
|
+
"icon": "brain",
|
|
4398
|
+
"label": "Memory"
|
|
4399
|
+
},
|
|
4400
|
+
{
|
|
4401
|
+
"label": "Settings",
|
|
4402
|
+
"href": "/settings",
|
|
4403
|
+
"icon": "settings"
|
|
4397
4404
|
}
|
|
4398
4405
|
]
|
|
4399
4406
|
}
|
|
@@ -4419,58 +4426,41 @@
|
|
|
4419
4426
|
"render-ui",
|
|
4420
4427
|
"main",
|
|
4421
4428
|
{
|
|
4422
|
-
"
|
|
4423
|
-
"navItems": [
|
|
4424
|
-
{
|
|
4425
|
-
"icon": "message-circle",
|
|
4426
|
-
"label": "Chat",
|
|
4427
|
-
"href": "/chat"
|
|
4428
|
-
},
|
|
4429
|
-
{
|
|
4430
|
-
"label": "Memory",
|
|
4431
|
-
"href": "/memory",
|
|
4432
|
-
"icon": "brain"
|
|
4433
|
-
},
|
|
4434
|
-
{
|
|
4435
|
-
"href": "/settings",
|
|
4436
|
-
"label": "Settings",
|
|
4437
|
-
"icon": "settings"
|
|
4438
|
-
}
|
|
4439
|
-
],
|
|
4429
|
+
"type": "dashboard-layout",
|
|
4440
4430
|
"children": [
|
|
4441
4431
|
{
|
|
4442
4432
|
"children": [
|
|
4443
4433
|
{
|
|
4444
|
-
"
|
|
4434
|
+
"direction": "horizontal",
|
|
4435
|
+
"type": "stack",
|
|
4436
|
+
"justify": "between",
|
|
4445
4437
|
"children": [
|
|
4446
4438
|
{
|
|
4447
|
-
"gap": "md",
|
|
4448
4439
|
"type": "stack",
|
|
4440
|
+
"direction": "horizontal",
|
|
4441
|
+
"align": "center",
|
|
4442
|
+
"gap": "md",
|
|
4449
4443
|
"children": [
|
|
4450
4444
|
{
|
|
4451
4445
|
"type": "icon",
|
|
4452
4446
|
"name": "layers"
|
|
4453
4447
|
},
|
|
4454
4448
|
{
|
|
4455
|
-
"variant": "h2",
|
|
4456
4449
|
"type": "typography",
|
|
4450
|
+
"variant": "h2",
|
|
4457
4451
|
"content": "Context Window Alert"
|
|
4458
4452
|
}
|
|
4459
|
-
]
|
|
4460
|
-
"align": "center",
|
|
4461
|
-
"direction": "horizontal"
|
|
4453
|
+
]
|
|
4462
4454
|
},
|
|
4463
4455
|
{
|
|
4464
4456
|
"action": "HIDE",
|
|
4457
|
+
"label": "Dismiss",
|
|
4465
4458
|
"type": "button",
|
|
4466
4459
|
"variant": "ghost",
|
|
4467
|
-
"icon": "x"
|
|
4468
|
-
"label": "Dismiss"
|
|
4460
|
+
"icon": "x"
|
|
4469
4461
|
}
|
|
4470
4462
|
],
|
|
4471
|
-
"
|
|
4472
|
-
"type": "stack",
|
|
4473
|
-
"justify": "between",
|
|
4463
|
+
"align": "center",
|
|
4474
4464
|
"gap": "md"
|
|
4475
4465
|
},
|
|
4476
4466
|
{
|
|
@@ -4485,17 +4475,34 @@
|
|
|
4485
4475
|
"type": "toast-slot"
|
|
4486
4476
|
},
|
|
4487
4477
|
{
|
|
4488
|
-
"
|
|
4478
|
+
"type": "alert",
|
|
4489
4479
|
"message": "@entity.message",
|
|
4490
|
-
"
|
|
4480
|
+
"variant": "warning"
|
|
4491
4481
|
}
|
|
4492
4482
|
],
|
|
4483
|
+
"gap": "lg",
|
|
4493
4484
|
"direction": "vertical",
|
|
4494
|
-
"type": "stack"
|
|
4495
|
-
"gap": "lg"
|
|
4485
|
+
"type": "stack"
|
|
4496
4486
|
}
|
|
4497
4487
|
],
|
|
4498
|
-
"
|
|
4488
|
+
"navItems": [
|
|
4489
|
+
{
|
|
4490
|
+
"icon": "message-circle",
|
|
4491
|
+
"label": "Chat",
|
|
4492
|
+
"href": "/chat"
|
|
4493
|
+
},
|
|
4494
|
+
{
|
|
4495
|
+
"icon": "brain",
|
|
4496
|
+
"label": "Memory",
|
|
4497
|
+
"href": "/memory"
|
|
4498
|
+
},
|
|
4499
|
+
{
|
|
4500
|
+
"href": "/settings",
|
|
4501
|
+
"icon": "settings",
|
|
4502
|
+
"label": "Settings"
|
|
4503
|
+
}
|
|
4504
|
+
],
|
|
4505
|
+
"appName": "Agent Assistant"
|
|
4499
4506
|
}
|
|
4500
4507
|
]
|
|
4501
4508
|
]
|
|
@@ -4662,7 +4669,6 @@
|
|
|
4662
4669
|
"render-ui",
|
|
4663
4670
|
"main",
|
|
4664
4671
|
{
|
|
4665
|
-
"type": "dashboard-layout",
|
|
4666
4672
|
"navItems": [
|
|
4667
4673
|
{
|
|
4668
4674
|
"label": "Chat",
|
|
@@ -4675,11 +4681,13 @@
|
|
|
4675
4681
|
"label": "Memory"
|
|
4676
4682
|
},
|
|
4677
4683
|
{
|
|
4678
|
-
"icon": "settings",
|
|
4679
4684
|
"label": "Settings",
|
|
4680
|
-
"href": "/settings"
|
|
4685
|
+
"href": "/settings",
|
|
4686
|
+
"icon": "settings"
|
|
4681
4687
|
}
|
|
4682
4688
|
],
|
|
4689
|
+
"type": "dashboard-layout",
|
|
4690
|
+
"appName": "Agent Assistant",
|
|
4683
4691
|
"children": [
|
|
4684
4692
|
{
|
|
4685
4693
|
"type": "empty-state",
|
|
@@ -4687,8 +4695,7 @@
|
|
|
4687
4695
|
"title": "Context Window",
|
|
4688
4696
|
"description": "Context Window is ready"
|
|
4689
4697
|
}
|
|
4690
|
-
]
|
|
4691
|
-
"appName": "Agent Assistant"
|
|
4698
|
+
]
|
|
4692
4699
|
}
|
|
4693
4700
|
]
|
|
4694
4701
|
]
|
|
@@ -4839,8 +4846,8 @@
|
|
|
4839
4846
|
"emit",
|
|
4840
4847
|
"SHOW",
|
|
4841
4848
|
{
|
|
4842
|
-
"
|
|
4843
|
-
"
|
|
4849
|
+
"message": "Token usage at limit",
|
|
4850
|
+
"notificationType": "error"
|
|
4844
4851
|
}
|
|
4845
4852
|
]
|
|
4846
4853
|
]
|
|
@@ -5218,81 +5225,87 @@
|
|
|
5218
5225
|
"event": "INIT",
|
|
5219
5226
|
"effects": [
|
|
5220
5227
|
[
|
|
5221
|
-
"
|
|
5222
|
-
"ProviderConfig"
|
|
5228
|
+
"fetch",
|
|
5229
|
+
"ProviderConfig",
|
|
5230
|
+
{
|
|
5231
|
+
"emit": {
|
|
5232
|
+
"failure": "ProviderConfigLoadFailed",
|
|
5233
|
+
"success": "ProviderConfigLoaded"
|
|
5234
|
+
}
|
|
5235
|
+
}
|
|
5223
5236
|
],
|
|
5224
5237
|
[
|
|
5225
5238
|
"render-ui",
|
|
5226
5239
|
"main",
|
|
5227
5240
|
{
|
|
5228
|
-
"type": "dashboard-layout",
|
|
5229
5241
|
"navItems": [
|
|
5230
5242
|
{
|
|
5231
|
-
"
|
|
5243
|
+
"label": "Chat",
|
|
5232
5244
|
"icon": "message-circle",
|
|
5233
|
-
"
|
|
5245
|
+
"href": "/chat"
|
|
5234
5246
|
},
|
|
5235
5247
|
{
|
|
5236
|
-
"label": "Memory",
|
|
5237
5248
|
"href": "/memory",
|
|
5238
|
-
"icon": "brain"
|
|
5249
|
+
"icon": "brain",
|
|
5250
|
+
"label": "Memory"
|
|
5239
5251
|
},
|
|
5240
5252
|
{
|
|
5241
|
-
"href": "/settings",
|
|
5242
5253
|
"icon": "settings",
|
|
5243
|
-
"label": "Settings"
|
|
5254
|
+
"label": "Settings",
|
|
5255
|
+
"href": "/settings"
|
|
5244
5256
|
}
|
|
5245
5257
|
],
|
|
5258
|
+
"appName": "Agent Assistant",
|
|
5259
|
+
"type": "dashboard-layout",
|
|
5246
5260
|
"children": [
|
|
5247
5261
|
{
|
|
5248
|
-
"
|
|
5262
|
+
"direction": "vertical",
|
|
5249
5263
|
"type": "stack",
|
|
5264
|
+
"gap": "lg",
|
|
5250
5265
|
"children": [
|
|
5251
5266
|
{
|
|
5252
|
-
"direction": "horizontal",
|
|
5253
|
-
"justify": "between",
|
|
5254
|
-
"type": "stack",
|
|
5255
|
-
"gap": "md",
|
|
5256
5267
|
"children": [
|
|
5257
5268
|
{
|
|
5258
5269
|
"children": [
|
|
5259
5270
|
{
|
|
5260
|
-
"
|
|
5261
|
-
"
|
|
5271
|
+
"name": "repeat",
|
|
5272
|
+
"type": "icon"
|
|
5262
5273
|
},
|
|
5263
5274
|
{
|
|
5264
5275
|
"type": "typography",
|
|
5265
|
-
"
|
|
5266
|
-
"
|
|
5276
|
+
"variant": "h2",
|
|
5277
|
+
"content": "Switch Provider"
|
|
5267
5278
|
}
|
|
5268
5279
|
],
|
|
5269
|
-
"direction": "horizontal",
|
|
5270
5280
|
"type": "stack",
|
|
5281
|
+
"direction": "horizontal",
|
|
5271
5282
|
"gap": "md"
|
|
5272
5283
|
},
|
|
5273
5284
|
{
|
|
5274
|
-
"icon": "repeat",
|
|
5275
5285
|
"type": "button",
|
|
5276
|
-
"label": "Open",
|
|
5277
5286
|
"action": "SWITCH",
|
|
5278
|
-
"
|
|
5287
|
+
"label": "Open",
|
|
5288
|
+
"variant": "primary",
|
|
5289
|
+
"icon": "repeat"
|
|
5279
5290
|
}
|
|
5280
|
-
]
|
|
5291
|
+
],
|
|
5292
|
+
"justify": "between",
|
|
5293
|
+
"type": "stack",
|
|
5294
|
+
"direction": "horizontal",
|
|
5295
|
+
"gap": "md"
|
|
5281
5296
|
},
|
|
5282
5297
|
{
|
|
5283
5298
|
"type": "divider"
|
|
5284
5299
|
},
|
|
5285
5300
|
{
|
|
5286
5301
|
"title": "Nothing open",
|
|
5287
|
-
"icon": "repeat",
|
|
5288
5302
|
"description": "Click Open to view details in a modal overlay.",
|
|
5289
|
-
"type": "empty-state"
|
|
5303
|
+
"type": "empty-state",
|
|
5304
|
+
"icon": "repeat"
|
|
5290
5305
|
}
|
|
5291
|
-
]
|
|
5292
|
-
"direction": "vertical"
|
|
5306
|
+
]
|
|
5293
5307
|
}
|
|
5294
|
-
]
|
|
5295
|
-
"appName": "Agent Assistant"
|
|
5308
|
+
]
|
|
5296
5309
|
}
|
|
5297
5310
|
]
|
|
5298
5311
|
]
|
|
@@ -5316,10 +5329,14 @@
|
|
|
5316
5329
|
"render-ui",
|
|
5317
5330
|
"modal",
|
|
5318
5331
|
{
|
|
5332
|
+
"gap": "md",
|
|
5333
|
+
"type": "stack",
|
|
5319
5334
|
"direction": "vertical",
|
|
5320
5335
|
"children": [
|
|
5321
5336
|
{
|
|
5337
|
+
"type": "stack",
|
|
5322
5338
|
"gap": "sm",
|
|
5339
|
+
"direction": "horizontal",
|
|
5323
5340
|
"children": [
|
|
5324
5341
|
{
|
|
5325
5342
|
"type": "icon",
|
|
@@ -5330,47 +5347,43 @@
|
|
|
5330
5347
|
"type": "typography",
|
|
5331
5348
|
"content": "Switch Provider"
|
|
5332
5349
|
}
|
|
5333
|
-
]
|
|
5334
|
-
"type": "stack",
|
|
5335
|
-
"direction": "horizontal"
|
|
5350
|
+
]
|
|
5336
5351
|
},
|
|
5337
5352
|
{
|
|
5338
5353
|
"type": "divider"
|
|
5339
5354
|
},
|
|
5340
5355
|
{
|
|
5341
|
-
"
|
|
5342
|
-
"direction": "horizontal",
|
|
5356
|
+
"gap": "md",
|
|
5343
5357
|
"children": [
|
|
5344
5358
|
{
|
|
5345
5359
|
"variant": "caption",
|
|
5346
|
-
"
|
|
5347
|
-
"
|
|
5360
|
+
"content": "Current:",
|
|
5361
|
+
"type": "typography"
|
|
5348
5362
|
},
|
|
5349
5363
|
{
|
|
5350
|
-
"
|
|
5351
|
-
"
|
|
5364
|
+
"label": "@entity.currentProvider",
|
|
5365
|
+
"type": "badge"
|
|
5352
5366
|
},
|
|
5353
5367
|
{
|
|
5354
|
-
"
|
|
5355
|
-
"
|
|
5368
|
+
"label": "@entity.currentModel",
|
|
5369
|
+
"type": "badge"
|
|
5356
5370
|
}
|
|
5357
5371
|
],
|
|
5358
|
-
"
|
|
5372
|
+
"type": "stack",
|
|
5373
|
+
"direction": "horizontal"
|
|
5359
5374
|
},
|
|
5360
5375
|
{
|
|
5361
|
-
"
|
|
5376
|
+
"submitEvent": "SAVE",
|
|
5362
5377
|
"mode": "edit",
|
|
5378
|
+
"entity": "@entity",
|
|
5363
5379
|
"cancelEvent": "CLOSE",
|
|
5364
|
-
"type": "form-section",
|
|
5365
|
-
"submitEvent": "SAVE",
|
|
5366
5380
|
"fields": [
|
|
5367
5381
|
"currentProvider",
|
|
5368
5382
|
"currentModel"
|
|
5369
|
-
]
|
|
5383
|
+
],
|
|
5384
|
+
"type": "form-section"
|
|
5370
5385
|
}
|
|
5371
|
-
]
|
|
5372
|
-
"type": "stack",
|
|
5373
|
-
"gap": "md"
|
|
5386
|
+
]
|
|
5374
5387
|
}
|
|
5375
5388
|
]
|
|
5376
5389
|
]
|
|
@@ -5391,8 +5404,14 @@
|
|
|
5391
5404
|
"info"
|
|
5392
5405
|
],
|
|
5393
5406
|
[
|
|
5394
|
-
"
|
|
5395
|
-
"ProviderConfig"
|
|
5407
|
+
"fetch",
|
|
5408
|
+
"ProviderConfig",
|
|
5409
|
+
{
|
|
5410
|
+
"emit": {
|
|
5411
|
+
"failure": "ProviderConfigLoadFailed",
|
|
5412
|
+
"success": "ProviderConfigLoaded"
|
|
5413
|
+
}
|
|
5414
|
+
}
|
|
5396
5415
|
],
|
|
5397
5416
|
[
|
|
5398
5417
|
"render-ui",
|
|
@@ -5401,71 +5420,71 @@
|
|
|
5401
5420
|
"appName": "Agent Assistant",
|
|
5402
5421
|
"navItems": [
|
|
5403
5422
|
{
|
|
5404
|
-
"
|
|
5423
|
+
"label": "Chat",
|
|
5405
5424
|
"href": "/chat",
|
|
5406
|
-
"
|
|
5425
|
+
"icon": "message-circle"
|
|
5407
5426
|
},
|
|
5408
5427
|
{
|
|
5409
|
-
"icon": "brain",
|
|
5410
5428
|
"href": "/memory",
|
|
5411
|
-
"label": "Memory"
|
|
5429
|
+
"label": "Memory",
|
|
5430
|
+
"icon": "brain"
|
|
5412
5431
|
},
|
|
5413
5432
|
{
|
|
5414
5433
|
"href": "/settings",
|
|
5415
|
-
"
|
|
5416
|
-
"
|
|
5434
|
+
"label": "Settings",
|
|
5435
|
+
"icon": "settings"
|
|
5417
5436
|
}
|
|
5418
5437
|
],
|
|
5438
|
+
"type": "dashboard-layout",
|
|
5419
5439
|
"children": [
|
|
5420
5440
|
{
|
|
5441
|
+
"gap": "lg",
|
|
5421
5442
|
"type": "stack",
|
|
5422
|
-
"direction": "vertical",
|
|
5423
5443
|
"children": [
|
|
5424
5444
|
{
|
|
5425
5445
|
"gap": "md",
|
|
5426
|
-
"
|
|
5446
|
+
"direction": "horizontal",
|
|
5427
5447
|
"children": [
|
|
5428
5448
|
{
|
|
5429
|
-
"type": "stack",
|
|
5430
5449
|
"gap": "md",
|
|
5450
|
+
"type": "stack",
|
|
5431
5451
|
"direction": "horizontal",
|
|
5432
5452
|
"children": [
|
|
5433
5453
|
{
|
|
5434
|
-
"
|
|
5435
|
-
"
|
|
5454
|
+
"type": "icon",
|
|
5455
|
+
"name": "repeat"
|
|
5436
5456
|
},
|
|
5437
5457
|
{
|
|
5458
|
+
"content": "Switch Provider",
|
|
5438
5459
|
"variant": "h2",
|
|
5439
|
-
"type": "typography"
|
|
5440
|
-
"content": "Switch Provider"
|
|
5460
|
+
"type": "typography"
|
|
5441
5461
|
}
|
|
5442
5462
|
]
|
|
5443
5463
|
},
|
|
5444
5464
|
{
|
|
5465
|
+
"action": "SWITCH",
|
|
5445
5466
|
"variant": "primary",
|
|
5446
|
-
"icon": "repeat",
|
|
5447
5467
|
"label": "Open",
|
|
5448
|
-
"
|
|
5449
|
-
"
|
|
5468
|
+
"icon": "repeat",
|
|
5469
|
+
"type": "button"
|
|
5450
5470
|
}
|
|
5451
5471
|
],
|
|
5452
|
-
"
|
|
5453
|
-
"
|
|
5472
|
+
"type": "stack",
|
|
5473
|
+
"justify": "between"
|
|
5454
5474
|
},
|
|
5455
5475
|
{
|
|
5456
5476
|
"type": "divider"
|
|
5457
5477
|
},
|
|
5458
5478
|
{
|
|
5459
|
-
"type": "empty-state",
|
|
5460
5479
|
"icon": "repeat",
|
|
5461
5480
|
"description": "Click Open to view details in a modal overlay.",
|
|
5481
|
+
"type": "empty-state",
|
|
5462
5482
|
"title": "Nothing open"
|
|
5463
5483
|
}
|
|
5464
5484
|
],
|
|
5465
|
-
"
|
|
5485
|
+
"direction": "vertical"
|
|
5466
5486
|
}
|
|
5467
|
-
]
|
|
5468
|
-
"type": "dashboard-layout"
|
|
5487
|
+
]
|
|
5469
5488
|
}
|
|
5470
5489
|
]
|
|
5471
5490
|
]
|
|
@@ -5497,81 +5516,87 @@
|
|
|
5497
5516
|
"SWITCHED"
|
|
5498
5517
|
],
|
|
5499
5518
|
[
|
|
5500
|
-
"
|
|
5501
|
-
"ProviderConfig"
|
|
5519
|
+
"fetch",
|
|
5520
|
+
"ProviderConfig",
|
|
5521
|
+
{
|
|
5522
|
+
"emit": {
|
|
5523
|
+
"success": "ProviderConfigLoaded",
|
|
5524
|
+
"failure": "ProviderConfigLoadFailed"
|
|
5525
|
+
}
|
|
5526
|
+
}
|
|
5502
5527
|
],
|
|
5503
5528
|
[
|
|
5504
5529
|
"render-ui",
|
|
5505
5530
|
"main",
|
|
5506
5531
|
{
|
|
5507
5532
|
"type": "dashboard-layout",
|
|
5508
|
-
"appName": "Agent Assistant",
|
|
5509
5533
|
"children": [
|
|
5510
5534
|
{
|
|
5511
|
-
"gap": "lg",
|
|
5512
5535
|
"type": "stack",
|
|
5513
5536
|
"children": [
|
|
5514
5537
|
{
|
|
5538
|
+
"direction": "horizontal",
|
|
5539
|
+
"gap": "md",
|
|
5540
|
+
"type": "stack",
|
|
5515
5541
|
"justify": "between",
|
|
5516
5542
|
"children": [
|
|
5517
5543
|
{
|
|
5518
|
-
"direction": "horizontal",
|
|
5519
5544
|
"children": [
|
|
5520
5545
|
{
|
|
5521
|
-
"
|
|
5522
|
-
"
|
|
5546
|
+
"name": "repeat",
|
|
5547
|
+
"type": "icon"
|
|
5523
5548
|
},
|
|
5524
5549
|
{
|
|
5550
|
+
"variant": "h2",
|
|
5525
5551
|
"type": "typography",
|
|
5526
|
-
"content": "Switch Provider"
|
|
5527
|
-
"variant": "h2"
|
|
5552
|
+
"content": "Switch Provider"
|
|
5528
5553
|
}
|
|
5529
5554
|
],
|
|
5555
|
+
"gap": "md",
|
|
5530
5556
|
"type": "stack",
|
|
5531
|
-
"
|
|
5557
|
+
"direction": "horizontal"
|
|
5532
5558
|
},
|
|
5533
5559
|
{
|
|
5534
|
-
"action": "SWITCH",
|
|
5535
|
-
"variant": "primary",
|
|
5536
5560
|
"icon": "repeat",
|
|
5537
5561
|
"label": "Open",
|
|
5538
|
-
"type": "button"
|
|
5562
|
+
"type": "button",
|
|
5563
|
+
"action": "SWITCH",
|
|
5564
|
+
"variant": "primary"
|
|
5539
5565
|
}
|
|
5540
|
-
]
|
|
5541
|
-
"direction": "horizontal",
|
|
5542
|
-
"gap": "md",
|
|
5543
|
-
"type": "stack"
|
|
5566
|
+
]
|
|
5544
5567
|
},
|
|
5545
5568
|
{
|
|
5546
5569
|
"type": "divider"
|
|
5547
5570
|
},
|
|
5548
5571
|
{
|
|
5572
|
+
"type": "empty-state",
|
|
5549
5573
|
"title": "Nothing open",
|
|
5550
5574
|
"description": "Click Open to view details in a modal overlay.",
|
|
5551
|
-
"type": "empty-state",
|
|
5552
5575
|
"icon": "repeat"
|
|
5553
5576
|
}
|
|
5554
5577
|
],
|
|
5578
|
+
"gap": "lg",
|
|
5555
5579
|
"direction": "vertical"
|
|
5556
5580
|
}
|
|
5557
5581
|
],
|
|
5558
5582
|
"navItems": [
|
|
5559
5583
|
{
|
|
5560
|
-
"
|
|
5584
|
+
"icon": "message-circle",
|
|
5561
5585
|
"href": "/chat",
|
|
5562
|
-
"
|
|
5586
|
+
"label": "Chat"
|
|
5563
5587
|
},
|
|
5564
5588
|
{
|
|
5565
5589
|
"href": "/memory",
|
|
5566
|
-
"
|
|
5567
|
-
"
|
|
5590
|
+
"icon": "brain",
|
|
5591
|
+
"label": "Memory"
|
|
5568
5592
|
},
|
|
5569
5593
|
{
|
|
5570
|
-
"label": "Settings",
|
|
5571
5594
|
"href": "/settings",
|
|
5572
|
-
"icon": "settings"
|
|
5595
|
+
"icon": "settings",
|
|
5596
|
+
"label": "Settings"
|
|
5573
5597
|
}
|
|
5574
|
-
]
|
|
5598
|
+
],
|
|
5599
|
+
"appName": "Agent Assistant"
|
|
5575
5600
|
}
|
|
5576
5601
|
]
|
|
5577
5602
|
]
|
|
@@ -5707,49 +5732,54 @@
|
|
|
5707
5732
|
"render-ui",
|
|
5708
5733
|
"main",
|
|
5709
5734
|
{
|
|
5735
|
+
"appName": "Agent Assistant",
|
|
5736
|
+
"type": "dashboard-layout",
|
|
5710
5737
|
"children": [
|
|
5711
5738
|
{
|
|
5739
|
+
"type": "stack",
|
|
5740
|
+
"gap": "lg",
|
|
5741
|
+
"direction": "vertical",
|
|
5712
5742
|
"children": [
|
|
5713
5743
|
{
|
|
5714
5744
|
"direction": "horizontal",
|
|
5715
|
-
"gap": "md",
|
|
5716
5745
|
"type": "stack",
|
|
5717
5746
|
"children": [
|
|
5718
5747
|
{
|
|
5748
|
+
"gap": "md",
|
|
5719
5749
|
"align": "center",
|
|
5750
|
+
"type": "stack",
|
|
5720
5751
|
"children": [
|
|
5721
5752
|
{
|
|
5722
5753
|
"type": "icon",
|
|
5723
5754
|
"name": "server"
|
|
5724
5755
|
},
|
|
5725
5756
|
{
|
|
5726
|
-
"type": "typography",
|
|
5727
5757
|
"content": "Provider Status",
|
|
5728
|
-
"variant": "h2"
|
|
5758
|
+
"variant": "h2",
|
|
5759
|
+
"type": "typography"
|
|
5729
5760
|
}
|
|
5730
5761
|
],
|
|
5731
|
-
"direction": "horizontal"
|
|
5732
|
-
"type": "stack",
|
|
5733
|
-
"gap": "md"
|
|
5762
|
+
"direction": "horizontal"
|
|
5734
5763
|
},
|
|
5735
5764
|
{
|
|
5736
5765
|
"action": "HIDE",
|
|
5737
5766
|
"variant": "ghost",
|
|
5738
|
-
"icon": "x",
|
|
5739
5767
|
"label": "Dismiss",
|
|
5768
|
+
"icon": "x",
|
|
5740
5769
|
"type": "button"
|
|
5741
5770
|
}
|
|
5742
5771
|
],
|
|
5743
5772
|
"justify": "between",
|
|
5744
|
-
"align": "center"
|
|
5773
|
+
"align": "center",
|
|
5774
|
+
"gap": "md"
|
|
5745
5775
|
},
|
|
5746
5776
|
{
|
|
5747
5777
|
"type": "divider"
|
|
5748
5778
|
},
|
|
5749
5779
|
{
|
|
5750
5780
|
"variant": "@entity.notificationType",
|
|
5751
|
-
"
|
|
5752
|
-
"
|
|
5781
|
+
"type": "alert",
|
|
5782
|
+
"message": "@entity.message"
|
|
5753
5783
|
},
|
|
5754
5784
|
{
|
|
5755
5785
|
"type": "toast-slot"
|
|
@@ -5759,31 +5789,26 @@
|
|
|
5759
5789
|
"variant": "warning",
|
|
5760
5790
|
"message": "@entity.message"
|
|
5761
5791
|
}
|
|
5762
|
-
]
|
|
5763
|
-
"gap": "lg",
|
|
5764
|
-
"type": "stack",
|
|
5765
|
-
"direction": "vertical"
|
|
5792
|
+
]
|
|
5766
5793
|
}
|
|
5767
5794
|
],
|
|
5768
|
-
"appName": "Agent Assistant",
|
|
5769
5795
|
"navItems": [
|
|
5770
5796
|
{
|
|
5771
|
-
"href": "/chat",
|
|
5772
5797
|
"label": "Chat",
|
|
5798
|
+
"href": "/chat",
|
|
5773
5799
|
"icon": "message-circle"
|
|
5774
5800
|
},
|
|
5775
5801
|
{
|
|
5776
|
-
"
|
|
5802
|
+
"href": "/memory",
|
|
5777
5803
|
"label": "Memory",
|
|
5778
|
-
"
|
|
5804
|
+
"icon": "brain"
|
|
5779
5805
|
},
|
|
5780
5806
|
{
|
|
5781
5807
|
"icon": "settings",
|
|
5782
5808
|
"label": "Settings",
|
|
5783
5809
|
"href": "/settings"
|
|
5784
5810
|
}
|
|
5785
|
-
]
|
|
5786
|
-
"type": "dashboard-layout"
|
|
5811
|
+
]
|
|
5787
5812
|
}
|
|
5788
5813
|
]
|
|
5789
5814
|
]
|
|
@@ -5808,44 +5833,40 @@
|
|
|
5808
5833
|
"main",
|
|
5809
5834
|
{
|
|
5810
5835
|
"type": "dashboard-layout",
|
|
5811
|
-
"appName": "Agent Assistant",
|
|
5812
5836
|
"children": [
|
|
5813
5837
|
{
|
|
5814
|
-
"type": "stack",
|
|
5815
|
-
"gap": "lg",
|
|
5816
|
-
"direction": "vertical",
|
|
5817
5838
|
"children": [
|
|
5818
5839
|
{
|
|
5819
|
-
"type": "stack",
|
|
5820
|
-
"direction": "horizontal",
|
|
5821
5840
|
"justify": "between",
|
|
5841
|
+
"direction": "horizontal",
|
|
5842
|
+
"gap": "md",
|
|
5822
5843
|
"children": [
|
|
5823
5844
|
{
|
|
5845
|
+
"align": "center",
|
|
5846
|
+
"gap": "md",
|
|
5824
5847
|
"direction": "horizontal",
|
|
5825
5848
|
"children": [
|
|
5826
5849
|
{
|
|
5827
|
-
"
|
|
5828
|
-
"
|
|
5850
|
+
"name": "server",
|
|
5851
|
+
"type": "icon"
|
|
5829
5852
|
},
|
|
5830
5853
|
{
|
|
5831
|
-
"type": "typography",
|
|
5832
5854
|
"content": "Provider Status",
|
|
5855
|
+
"type": "typography",
|
|
5833
5856
|
"variant": "h2"
|
|
5834
5857
|
}
|
|
5835
5858
|
],
|
|
5836
|
-
"align": "center",
|
|
5837
|
-
"gap": "md",
|
|
5838
5859
|
"type": "stack"
|
|
5839
5860
|
},
|
|
5840
5861
|
{
|
|
5841
5862
|
"type": "button",
|
|
5842
|
-
"
|
|
5843
|
-
"action": "HIDE",
|
|
5863
|
+
"icon": "x",
|
|
5844
5864
|
"label": "Dismiss",
|
|
5845
|
-
"
|
|
5865
|
+
"variant": "ghost",
|
|
5866
|
+
"action": "HIDE"
|
|
5846
5867
|
}
|
|
5847
5868
|
],
|
|
5848
|
-
"
|
|
5869
|
+
"type": "stack",
|
|
5849
5870
|
"align": "center"
|
|
5850
5871
|
},
|
|
5851
5872
|
{
|
|
@@ -5861,12 +5882,16 @@
|
|
|
5861
5882
|
},
|
|
5862
5883
|
{
|
|
5863
5884
|
"type": "alert",
|
|
5864
|
-
"
|
|
5865
|
-
"
|
|
5885
|
+
"variant": "warning",
|
|
5886
|
+
"message": "@entity.message"
|
|
5866
5887
|
}
|
|
5867
|
-
]
|
|
5888
|
+
],
|
|
5889
|
+
"direction": "vertical",
|
|
5890
|
+
"type": "stack",
|
|
5891
|
+
"gap": "lg"
|
|
5868
5892
|
}
|
|
5869
5893
|
],
|
|
5894
|
+
"appName": "Agent Assistant",
|
|
5870
5895
|
"navItems": [
|
|
5871
5896
|
{
|
|
5872
5897
|
"label": "Chat",
|
|
@@ -5874,9 +5899,9 @@
|
|
|
5874
5899
|
"icon": "message-circle"
|
|
5875
5900
|
},
|
|
5876
5901
|
{
|
|
5877
|
-
"label": "Memory",
|
|
5878
5902
|
"href": "/memory",
|
|
5879
|
-
"icon": "brain"
|
|
5903
|
+
"icon": "brain",
|
|
5904
|
+
"label": "Memory"
|
|
5880
5905
|
},
|
|
5881
5906
|
{
|
|
5882
5907
|
"href": "/settings",
|
|
@@ -6037,8 +6062,8 @@
|
|
|
6037
6062
|
"ProviderConfig",
|
|
6038
6063
|
{
|
|
6039
6064
|
"emit": {
|
|
6040
|
-
"
|
|
6041
|
-
"
|
|
6065
|
+
"failure": "ProviderConfigLoadFailed",
|
|
6066
|
+
"success": "ProviderConfigLoaded"
|
|
6042
6067
|
}
|
|
6043
6068
|
}
|
|
6044
6069
|
],
|
|
@@ -6052,6 +6077,8 @@
|
|
|
6052
6077
|
"render-ui",
|
|
6053
6078
|
"main",
|
|
6054
6079
|
{
|
|
6080
|
+
"type": "dashboard-layout",
|
|
6081
|
+
"appName": "Agent Assistant",
|
|
6055
6082
|
"navItems": [
|
|
6056
6083
|
{
|
|
6057
6084
|
"label": "Chat",
|
|
@@ -6059,26 +6086,24 @@
|
|
|
6059
6086
|
"href": "/chat"
|
|
6060
6087
|
},
|
|
6061
6088
|
{
|
|
6062
|
-
"icon": "brain",
|
|
6063
6089
|
"label": "Memory",
|
|
6064
|
-
"href": "/memory"
|
|
6090
|
+
"href": "/memory",
|
|
6091
|
+
"icon": "brain"
|
|
6065
6092
|
},
|
|
6066
6093
|
{
|
|
6067
|
-
"label": "Settings",
|
|
6068
6094
|
"href": "/settings",
|
|
6095
|
+
"label": "Settings",
|
|
6069
6096
|
"icon": "settings"
|
|
6070
6097
|
}
|
|
6071
6098
|
],
|
|
6072
|
-
"appName": "Agent Assistant",
|
|
6073
6099
|
"children": [
|
|
6074
6100
|
{
|
|
6075
|
-
"description": "Provider is ready",
|
|
6076
6101
|
"title": "Provider",
|
|
6077
|
-
"
|
|
6078
|
-
"type": "empty-state"
|
|
6102
|
+
"description": "Provider is ready",
|
|
6103
|
+
"type": "empty-state",
|
|
6104
|
+
"icon": "repeat"
|
|
6079
6105
|
}
|
|
6080
|
-
]
|
|
6081
|
-
"type": "dashboard-layout"
|
|
6106
|
+
]
|
|
6082
6107
|
}
|
|
6083
6108
|
]
|
|
6084
6109
|
]
|
|
@@ -6360,22 +6385,22 @@
|
|
|
6360
6385
|
"render-ui",
|
|
6361
6386
|
"main",
|
|
6362
6387
|
{
|
|
6363
|
-
"className": "py-12",
|
|
6364
6388
|
"children": [
|
|
6365
6389
|
{
|
|
6366
6390
|
"type": "spinner"
|
|
6367
6391
|
},
|
|
6368
6392
|
{
|
|
6369
|
-
"type": "typography",
|
|
6370
6393
|
"variant": "caption",
|
|
6371
6394
|
"content": "Loading…",
|
|
6395
|
+
"type": "typography",
|
|
6372
6396
|
"color": "muted"
|
|
6373
6397
|
}
|
|
6374
6398
|
],
|
|
6375
|
-
"direction": "vertical",
|
|
6376
|
-
"align": "center",
|
|
6377
6399
|
"gap": "md",
|
|
6378
|
-
"
|
|
6400
|
+
"direction": "vertical",
|
|
6401
|
+
"className": "py-12",
|
|
6402
|
+
"type": "stack",
|
|
6403
|
+
"align": "center"
|
|
6379
6404
|
}
|
|
6380
6405
|
]
|
|
6381
6406
|
]
|
|
@@ -6389,86 +6414,87 @@
|
|
|
6389
6414
|
"render-ui",
|
|
6390
6415
|
"main",
|
|
6391
6416
|
{
|
|
6392
|
-
"type": "dashboard-layout",
|
|
6393
6417
|
"children": [
|
|
6394
6418
|
{
|
|
6419
|
+
"gap": "lg",
|
|
6395
6420
|
"children": [
|
|
6396
6421
|
{
|
|
6397
|
-
"direction": "horizontal",
|
|
6398
6422
|
"type": "stack",
|
|
6399
|
-
"align": "center",
|
|
6400
6423
|
"gap": "sm",
|
|
6424
|
+
"direction": "horizontal",
|
|
6401
6425
|
"children": [
|
|
6402
6426
|
{
|
|
6403
6427
|
"type": "icon",
|
|
6404
6428
|
"name": "message-circle"
|
|
6405
6429
|
},
|
|
6406
6430
|
{
|
|
6407
|
-
"
|
|
6431
|
+
"content": "Assistant",
|
|
6408
6432
|
"variant": "h2",
|
|
6409
|
-
"
|
|
6433
|
+
"type": "typography"
|
|
6410
6434
|
}
|
|
6411
|
-
]
|
|
6435
|
+
],
|
|
6436
|
+
"align": "center"
|
|
6412
6437
|
},
|
|
6413
6438
|
{
|
|
6414
6439
|
"type": "divider"
|
|
6415
6440
|
},
|
|
6416
6441
|
{
|
|
6417
|
-
"type": "tabs",
|
|
6418
6442
|
"defaultActiveTab": "chat",
|
|
6443
|
+
"onTabChange": "SELECT_TAB",
|
|
6444
|
+
"type": "tabs",
|
|
6419
6445
|
"tabs": [
|
|
6420
6446
|
{
|
|
6421
|
-
"
|
|
6422
|
-
"
|
|
6447
|
+
"label": "Chat",
|
|
6448
|
+
"value": "chat"
|
|
6423
6449
|
},
|
|
6424
6450
|
{
|
|
6425
|
-
"
|
|
6426
|
-
"
|
|
6451
|
+
"value": "memory",
|
|
6452
|
+
"label": "Memory"
|
|
6427
6453
|
},
|
|
6428
6454
|
{
|
|
6429
6455
|
"label": "Settings",
|
|
6430
6456
|
"value": "settings"
|
|
6431
6457
|
}
|
|
6432
|
-
]
|
|
6433
|
-
"onTabChange": "SELECT_TAB"
|
|
6458
|
+
]
|
|
6434
6459
|
},
|
|
6435
6460
|
{
|
|
6436
6461
|
"type": "divider"
|
|
6437
6462
|
},
|
|
6438
6463
|
{
|
|
6464
|
+
"type": "data-grid",
|
|
6439
6465
|
"fields": [],
|
|
6466
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
6467
|
+
"entity": "@payload.data",
|
|
6440
6468
|
"renderItem": [
|
|
6441
6469
|
"fn",
|
|
6442
6470
|
"item",
|
|
6443
6471
|
{
|
|
6444
|
-
"type": "stack",
|
|
6445
|
-
"gap": "sm",
|
|
6446
6472
|
"children": [
|
|
6447
6473
|
{
|
|
6448
|
-
"content": "@item.messages",
|
|
6449
6474
|
"variant": "h4",
|
|
6475
|
+
"content": "@item.messages",
|
|
6450
6476
|
"type": "typography"
|
|
6451
6477
|
},
|
|
6452
6478
|
{
|
|
6453
6479
|
"color": "muted",
|
|
6454
6480
|
"content": "@item.currentMessage",
|
|
6455
|
-
"
|
|
6456
|
-
"
|
|
6481
|
+
"type": "typography",
|
|
6482
|
+
"variant": "caption"
|
|
6457
6483
|
}
|
|
6458
6484
|
],
|
|
6459
|
-
"direction": "vertical"
|
|
6485
|
+
"direction": "vertical",
|
|
6486
|
+
"gap": "sm",
|
|
6487
|
+
"type": "stack"
|
|
6460
6488
|
}
|
|
6461
|
-
]
|
|
6462
|
-
"type": "data-grid",
|
|
6463
|
-
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
6464
|
-
"entity": "@payload.data"
|
|
6489
|
+
]
|
|
6465
6490
|
}
|
|
6466
6491
|
],
|
|
6467
|
-
"
|
|
6468
|
-
"type": "stack"
|
|
6469
|
-
"direction": "vertical"
|
|
6492
|
+
"direction": "vertical",
|
|
6493
|
+
"type": "stack"
|
|
6470
6494
|
}
|
|
6471
6495
|
],
|
|
6496
|
+
"type": "dashboard-layout",
|
|
6497
|
+
"appName": "Agent Assistant",
|
|
6472
6498
|
"navItems": [
|
|
6473
6499
|
{
|
|
6474
6500
|
"label": "Chat",
|
|
@@ -6476,17 +6502,16 @@
|
|
|
6476
6502
|
"icon": "message-circle"
|
|
6477
6503
|
},
|
|
6478
6504
|
{
|
|
6479
|
-
"label": "Memory",
|
|
6480
6505
|
"icon": "brain",
|
|
6506
|
+
"label": "Memory",
|
|
6481
6507
|
"href": "/memory"
|
|
6482
6508
|
},
|
|
6483
6509
|
{
|
|
6484
|
-
"icon": "settings",
|
|
6485
6510
|
"label": "Settings",
|
|
6486
|
-
"href": "/settings"
|
|
6511
|
+
"href": "/settings",
|
|
6512
|
+
"icon": "settings"
|
|
6487
6513
|
}
|
|
6488
|
-
]
|
|
6489
|
-
"appName": "Agent Assistant"
|
|
6514
|
+
]
|
|
6490
6515
|
}
|
|
6491
6516
|
]
|
|
6492
6517
|
]
|
|
@@ -6502,20 +6527,20 @@
|
|
|
6502
6527
|
{
|
|
6503
6528
|
"children": [
|
|
6504
6529
|
{
|
|
6505
|
-
"
|
|
6530
|
+
"name": "alert-triangle",
|
|
6506
6531
|
"color": "destructive",
|
|
6507
|
-
"
|
|
6532
|
+
"type": "icon"
|
|
6508
6533
|
},
|
|
6509
6534
|
{
|
|
6510
|
-
"content": "Failed to load",
|
|
6511
6535
|
"type": "typography",
|
|
6512
|
-
"variant": "h3"
|
|
6536
|
+
"variant": "h3",
|
|
6537
|
+
"content": "Failed to load"
|
|
6513
6538
|
},
|
|
6514
6539
|
{
|
|
6515
|
-
"variant": "body",
|
|
6516
6540
|
"content": "@payload.error",
|
|
6517
|
-
"
|
|
6518
|
-
"
|
|
6541
|
+
"type": "typography",
|
|
6542
|
+
"variant": "body",
|
|
6543
|
+
"color": "muted"
|
|
6519
6544
|
},
|
|
6520
6545
|
{
|
|
6521
6546
|
"action": "INIT",
|
|
@@ -6526,9 +6551,9 @@
|
|
|
6526
6551
|
}
|
|
6527
6552
|
],
|
|
6528
6553
|
"gap": "md",
|
|
6554
|
+
"className": "py-12",
|
|
6529
6555
|
"type": "stack",
|
|
6530
6556
|
"direction": "vertical",
|
|
6531
|
-
"className": "py-12",
|
|
6532
6557
|
"align": "center"
|
|
6533
6558
|
}
|
|
6534
6559
|
]
|
|
@@ -6710,8 +6735,8 @@
|
|
|
6710
6735
|
"MemorySidebar",
|
|
6711
6736
|
{
|
|
6712
6737
|
"emit": {
|
|
6713
|
-
"
|
|
6714
|
-
"
|
|
6738
|
+
"failure": "MemorySidebarLoadFailed",
|
|
6739
|
+
"success": "MemorySidebarLoaded"
|
|
6715
6740
|
}
|
|
6716
6741
|
}
|
|
6717
6742
|
],
|
|
@@ -6719,122 +6744,122 @@
|
|
|
6719
6744
|
"render-ui",
|
|
6720
6745
|
"drawer",
|
|
6721
6746
|
{
|
|
6747
|
+
"gap": "none",
|
|
6748
|
+
"direction": "vertical",
|
|
6722
6749
|
"children": [
|
|
6723
6750
|
{
|
|
6751
|
+
"type": "drawer",
|
|
6752
|
+
"title": "Memory Recall",
|
|
6753
|
+
"isOpen": true,
|
|
6724
6754
|
"children": [
|
|
6725
6755
|
{
|
|
6726
|
-
"gap": "md",
|
|
6727
6756
|
"children": [
|
|
6728
6757
|
{
|
|
6729
6758
|
"direction": "horizontal",
|
|
6730
|
-
"type": "stack",
|
|
6731
|
-
"gap": "md",
|
|
6732
|
-
"justify": "between",
|
|
6733
6759
|
"children": [
|
|
6734
6760
|
{
|
|
6735
6761
|
"variant": "caption",
|
|
6736
|
-
"
|
|
6737
|
-
"
|
|
6762
|
+
"content": "Content",
|
|
6763
|
+
"type": "typography"
|
|
6738
6764
|
},
|
|
6739
6765
|
{
|
|
6766
|
+
"variant": "body",
|
|
6740
6767
|
"content": "@entity.content",
|
|
6741
|
-
"type": "typography"
|
|
6742
|
-
"variant": "body"
|
|
6768
|
+
"type": "typography"
|
|
6743
6769
|
}
|
|
6744
|
-
]
|
|
6770
|
+
],
|
|
6771
|
+
"justify": "between",
|
|
6772
|
+
"gap": "md",
|
|
6773
|
+
"type": "stack"
|
|
6745
6774
|
},
|
|
6746
6775
|
{
|
|
6747
|
-
"type": "stack",
|
|
6748
|
-
"gap": "md",
|
|
6749
6776
|
"justify": "between",
|
|
6750
|
-
"direction": "horizontal",
|
|
6751
6777
|
"children": [
|
|
6752
6778
|
{
|
|
6753
|
-
"type": "typography",
|
|
6754
6779
|
"variant": "caption",
|
|
6755
|
-
"content": "Query"
|
|
6780
|
+
"content": "Query",
|
|
6781
|
+
"type": "typography"
|
|
6756
6782
|
},
|
|
6757
6783
|
{
|
|
6758
|
-
"variant": "body",
|
|
6759
6784
|
"content": "@entity.query",
|
|
6785
|
+
"variant": "body",
|
|
6760
6786
|
"type": "typography"
|
|
6761
6787
|
}
|
|
6762
|
-
]
|
|
6788
|
+
],
|
|
6789
|
+
"direction": "horizontal",
|
|
6790
|
+
"gap": "md",
|
|
6791
|
+
"type": "stack"
|
|
6763
6792
|
},
|
|
6764
6793
|
{
|
|
6765
|
-
"justify": "between",
|
|
6766
|
-
"direction": "horizontal",
|
|
6767
6794
|
"children": [
|
|
6768
6795
|
{
|
|
6769
|
-
"type": "typography",
|
|
6770
6796
|
"content": "Strength",
|
|
6797
|
+
"type": "typography",
|
|
6771
6798
|
"variant": "caption"
|
|
6772
6799
|
},
|
|
6773
6800
|
{
|
|
6774
|
-
"variant": "body",
|
|
6775
6801
|
"type": "typography",
|
|
6802
|
+
"variant": "body",
|
|
6776
6803
|
"content": "@entity.strength"
|
|
6777
6804
|
}
|
|
6778
6805
|
],
|
|
6779
6806
|
"type": "stack",
|
|
6780
|
-
"
|
|
6807
|
+
"justify": "between",
|
|
6808
|
+
"gap": "md",
|
|
6809
|
+
"direction": "horizontal"
|
|
6781
6810
|
},
|
|
6782
6811
|
{
|
|
6783
6812
|
"type": "divider"
|
|
6784
6813
|
},
|
|
6785
6814
|
{
|
|
6815
|
+
"gap": "sm",
|
|
6816
|
+
"direction": "horizontal",
|
|
6817
|
+
"justify": "end",
|
|
6818
|
+
"type": "stack",
|
|
6786
6819
|
"children": [
|
|
6787
6820
|
{
|
|
6788
|
-
"
|
|
6789
|
-
"label": "Close",
|
|
6821
|
+
"variant": "ghost",
|
|
6790
6822
|
"action": "CLOSE",
|
|
6791
|
-
"
|
|
6823
|
+
"type": "button",
|
|
6824
|
+
"label": "Close"
|
|
6792
6825
|
}
|
|
6793
|
-
]
|
|
6794
|
-
"type": "stack",
|
|
6795
|
-
"gap": "sm",
|
|
6796
|
-
"direction": "horizontal",
|
|
6797
|
-
"justify": "end"
|
|
6826
|
+
]
|
|
6798
6827
|
}
|
|
6799
6828
|
],
|
|
6800
6829
|
"type": "stack",
|
|
6801
|
-
"direction": "vertical"
|
|
6830
|
+
"direction": "vertical",
|
|
6831
|
+
"gap": "md"
|
|
6802
6832
|
}
|
|
6803
|
-
]
|
|
6804
|
-
"isOpen": true,
|
|
6805
|
-
"title": "Memory Recall",
|
|
6806
|
-
"type": "drawer"
|
|
6833
|
+
]
|
|
6807
6834
|
},
|
|
6808
6835
|
{
|
|
6809
|
-
"title": "Memory Recall",
|
|
6810
|
-
"position": "right",
|
|
6811
|
-
"type": "side-panel",
|
|
6812
6836
|
"onClose": "CLOSE",
|
|
6813
6837
|
"children": [
|
|
6814
6838
|
{
|
|
6839
|
+
"type": "stack",
|
|
6815
6840
|
"children": [
|
|
6816
6841
|
{
|
|
6817
6842
|
"gap": "md",
|
|
6843
|
+
"type": "stack",
|
|
6844
|
+
"justify": "between",
|
|
6845
|
+
"direction": "horizontal",
|
|
6818
6846
|
"children": [
|
|
6819
6847
|
{
|
|
6848
|
+
"content": "Content",
|
|
6820
6849
|
"type": "typography",
|
|
6821
|
-
"variant": "caption"
|
|
6822
|
-
"content": "Content"
|
|
6850
|
+
"variant": "caption"
|
|
6823
6851
|
},
|
|
6824
6852
|
{
|
|
6825
6853
|
"variant": "body",
|
|
6826
6854
|
"content": "@entity.content",
|
|
6827
6855
|
"type": "typography"
|
|
6828
6856
|
}
|
|
6829
|
-
]
|
|
6830
|
-
"type": "stack",
|
|
6831
|
-
"justify": "between",
|
|
6832
|
-
"direction": "horizontal"
|
|
6857
|
+
]
|
|
6833
6858
|
},
|
|
6834
6859
|
{
|
|
6835
|
-
"direction": "horizontal",
|
|
6836
|
-
"gap": "md",
|
|
6837
6860
|
"type": "stack",
|
|
6861
|
+
"justify": "between",
|
|
6862
|
+
"direction": "horizontal",
|
|
6838
6863
|
"children": [
|
|
6839
6864
|
{
|
|
6840
6865
|
"type": "typography",
|
|
@@ -6842,43 +6867,43 @@
|
|
|
6842
6867
|
"content": "Query"
|
|
6843
6868
|
},
|
|
6844
6869
|
{
|
|
6845
|
-
"content": "@entity.query",
|
|
6846
6870
|
"type": "typography",
|
|
6847
|
-
"variant": "body"
|
|
6871
|
+
"variant": "body",
|
|
6872
|
+
"content": "@entity.query"
|
|
6848
6873
|
}
|
|
6849
6874
|
],
|
|
6850
|
-
"
|
|
6875
|
+
"gap": "md"
|
|
6851
6876
|
},
|
|
6852
6877
|
{
|
|
6853
|
-
"gap": "md",
|
|
6854
6878
|
"type": "stack",
|
|
6879
|
+
"gap": "md",
|
|
6855
6880
|
"justify": "between",
|
|
6856
6881
|
"children": [
|
|
6857
6882
|
{
|
|
6858
|
-
"
|
|
6883
|
+
"type": "typography",
|
|
6859
6884
|
"variant": "caption",
|
|
6860
|
-
"
|
|
6885
|
+
"content": "Strength"
|
|
6861
6886
|
},
|
|
6862
6887
|
{
|
|
6888
|
+
"content": "@entity.strength",
|
|
6863
6889
|
"variant": "body",
|
|
6864
|
-
"type": "typography"
|
|
6865
|
-
"content": "@entity.strength"
|
|
6890
|
+
"type": "typography"
|
|
6866
6891
|
}
|
|
6867
6892
|
],
|
|
6868
6893
|
"direction": "horizontal"
|
|
6869
6894
|
}
|
|
6870
6895
|
],
|
|
6871
6896
|
"direction": "vertical",
|
|
6872
|
-
"gap": "md"
|
|
6873
|
-
"type": "stack"
|
|
6897
|
+
"gap": "md"
|
|
6874
6898
|
}
|
|
6875
6899
|
],
|
|
6876
|
-
"
|
|
6900
|
+
"type": "side-panel",
|
|
6901
|
+
"title": "Memory Recall",
|
|
6902
|
+
"isOpen": true,
|
|
6903
|
+
"position": "right"
|
|
6877
6904
|
}
|
|
6878
6905
|
],
|
|
6879
|
-
"type": "stack"
|
|
6880
|
-
"direction": "vertical",
|
|
6881
|
-
"gap": "none"
|
|
6906
|
+
"type": "stack"
|
|
6882
6907
|
}
|
|
6883
6908
|
]
|
|
6884
6909
|
]
|
|
@@ -6898,8 +6923,8 @@
|
|
|
6898
6923
|
"MemorySidebar",
|
|
6899
6924
|
{
|
|
6900
6925
|
"emit": {
|
|
6901
|
-
"
|
|
6902
|
-
"
|
|
6926
|
+
"success": "MemorySidebarLoaded",
|
|
6927
|
+
"failure": "MemorySidebarLoadFailed"
|
|
6903
6928
|
}
|
|
6904
6929
|
}
|
|
6905
6930
|
]
|