@almadar/std 13.7.0 → 13.8.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 +69 -69
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors/behaviors-registry.json +2913 -322
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors-registry.json +2913 -322
- package/package.json +1 -1
|
@@ -396,8 +396,8 @@
|
|
|
396
396
|
"Assistant",
|
|
397
397
|
{
|
|
398
398
|
"emit": {
|
|
399
|
-
"
|
|
400
|
-
"
|
|
399
|
+
"success": "AssistantLoaded",
|
|
400
|
+
"failure": "AssistantLoadFailed"
|
|
401
401
|
}
|
|
402
402
|
}
|
|
403
403
|
],
|
|
@@ -405,22 +405,22 @@
|
|
|
405
405
|
"render-ui",
|
|
406
406
|
"main",
|
|
407
407
|
{
|
|
408
|
-
"gap": "md",
|
|
409
408
|
"align": "center",
|
|
409
|
+
"className": "py-12",
|
|
410
|
+
"type": "stack",
|
|
411
|
+
"gap": "md",
|
|
410
412
|
"children": [
|
|
411
413
|
{
|
|
412
414
|
"type": "spinner"
|
|
413
415
|
},
|
|
414
416
|
{
|
|
415
|
-
"content": "Loading assistant…",
|
|
416
|
-
"color": "muted",
|
|
417
417
|
"variant": "caption",
|
|
418
|
-
"type": "typography"
|
|
418
|
+
"type": "typography",
|
|
419
|
+
"color": "muted",
|
|
420
|
+
"content": "Loading assistant…"
|
|
419
421
|
}
|
|
420
422
|
],
|
|
421
|
-
"direction": "vertical"
|
|
422
|
-
"type": "stack",
|
|
423
|
-
"className": "py-12"
|
|
423
|
+
"direction": "vertical"
|
|
424
424
|
}
|
|
425
425
|
]
|
|
426
426
|
]
|
|
@@ -434,13 +434,36 @@
|
|
|
434
434
|
"render-ui",
|
|
435
435
|
"main",
|
|
436
436
|
{
|
|
437
|
+
"type": "dashboard-layout",
|
|
438
|
+
"navItems": [
|
|
439
|
+
{
|
|
440
|
+
"label": "Chat",
|
|
441
|
+
"href": "/chat",
|
|
442
|
+
"icon": "message-circle"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"label": "Memory",
|
|
446
|
+
"href": "/memory",
|
|
447
|
+
"icon": "brain"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"href": "/settings",
|
|
451
|
+
"label": "Settings",
|
|
452
|
+
"icon": "settings"
|
|
453
|
+
}
|
|
454
|
+
],
|
|
437
455
|
"children": [
|
|
438
456
|
{
|
|
457
|
+
"gap": "lg",
|
|
458
|
+
"direction": "vertical",
|
|
439
459
|
"children": [
|
|
440
460
|
{
|
|
441
461
|
"align": "center",
|
|
442
462
|
"children": [
|
|
443
463
|
{
|
|
464
|
+
"type": "stack",
|
|
465
|
+
"direction": "horizontal",
|
|
466
|
+
"align": "center",
|
|
444
467
|
"gap": "sm",
|
|
445
468
|
"children": [
|
|
446
469
|
{
|
|
@@ -448,62 +471,59 @@
|
|
|
448
471
|
"type": "icon"
|
|
449
472
|
},
|
|
450
473
|
{
|
|
451
|
-
"variant": "h2",
|
|
452
474
|
"type": "typography",
|
|
475
|
+
"variant": "h2",
|
|
453
476
|
"content": "Assistant Thread"
|
|
454
477
|
}
|
|
455
|
-
]
|
|
456
|
-
"type": "stack",
|
|
457
|
-
"align": "center",
|
|
458
|
-
"direction": "horizontal"
|
|
478
|
+
]
|
|
459
479
|
},
|
|
460
480
|
{
|
|
461
481
|
"type": "button",
|
|
462
482
|
"label": "New Message",
|
|
463
483
|
"action": "COMPOSE",
|
|
464
|
-
"
|
|
465
|
-
"
|
|
484
|
+
"icon": "plus",
|
|
485
|
+
"variant": "primary"
|
|
466
486
|
}
|
|
467
487
|
],
|
|
488
|
+
"justify": "between",
|
|
468
489
|
"gap": "sm",
|
|
469
|
-
"direction": "horizontal",
|
|
470
490
|
"type": "stack",
|
|
471
|
-
"
|
|
491
|
+
"direction": "horizontal"
|
|
472
492
|
},
|
|
473
493
|
{
|
|
474
494
|
"type": "divider"
|
|
475
495
|
},
|
|
476
496
|
{
|
|
477
497
|
"type": "data-list",
|
|
478
|
-
"fields": [],
|
|
479
498
|
"entity": "@payload.data",
|
|
499
|
+
"fields": [],
|
|
480
500
|
"renderItem": [
|
|
481
501
|
"fn",
|
|
482
502
|
"item",
|
|
483
503
|
{
|
|
484
504
|
"children": [
|
|
485
505
|
{
|
|
486
|
-
"direction": "horizontal",
|
|
487
|
-
"type": "stack",
|
|
488
|
-
"gap": "sm",
|
|
489
506
|
"children": [
|
|
490
507
|
{
|
|
491
|
-
"
|
|
492
|
-
"
|
|
508
|
+
"label": "@item.role",
|
|
509
|
+
"type": "badge"
|
|
493
510
|
},
|
|
494
511
|
{
|
|
495
|
-
"variant": "secondary",
|
|
496
512
|
"type": "badge",
|
|
513
|
+
"variant": "secondary",
|
|
497
514
|
"label": "@item.status"
|
|
498
515
|
},
|
|
499
516
|
{
|
|
500
|
-
"
|
|
517
|
+
"type": "typography",
|
|
501
518
|
"variant": "caption",
|
|
502
519
|
"color": "muted",
|
|
503
|
-
"
|
|
520
|
+
"content": "@item.timestamp"
|
|
504
521
|
}
|
|
505
522
|
],
|
|
506
|
-
"
|
|
523
|
+
"gap": "sm",
|
|
524
|
+
"direction": "horizontal",
|
|
525
|
+
"align": "center",
|
|
526
|
+
"type": "stack"
|
|
507
527
|
},
|
|
508
528
|
{
|
|
509
529
|
"content": "@item.content",
|
|
@@ -512,36 +532,16 @@
|
|
|
512
532
|
}
|
|
513
533
|
],
|
|
514
534
|
"type": "stack",
|
|
515
|
-
"
|
|
516
|
-
"
|
|
535
|
+
"direction": "vertical",
|
|
536
|
+
"gap": "xs"
|
|
517
537
|
}
|
|
518
538
|
]
|
|
519
539
|
}
|
|
520
540
|
],
|
|
521
|
-
"direction": "vertical",
|
|
522
|
-
"gap": "lg",
|
|
523
541
|
"type": "stack"
|
|
524
542
|
}
|
|
525
543
|
],
|
|
526
|
-
"
|
|
527
|
-
{
|
|
528
|
-
"label": "Chat",
|
|
529
|
-
"href": "/chat",
|
|
530
|
-
"icon": "message-circle"
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"label": "Memory",
|
|
534
|
-
"href": "/memory",
|
|
535
|
-
"icon": "brain"
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"icon": "settings",
|
|
539
|
-
"label": "Settings",
|
|
540
|
-
"href": "/settings"
|
|
541
|
-
}
|
|
542
|
-
],
|
|
543
|
-
"appName": "Agent Assistant",
|
|
544
|
-
"type": "dashboard-layout"
|
|
544
|
+
"appName": "Agent Assistant"
|
|
545
545
|
}
|
|
546
546
|
]
|
|
547
547
|
]
|
|
@@ -555,6 +555,9 @@
|
|
|
555
555
|
"render-ui",
|
|
556
556
|
"main",
|
|
557
557
|
{
|
|
558
|
+
"type": "stack",
|
|
559
|
+
"direction": "vertical",
|
|
560
|
+
"className": "py-12",
|
|
558
561
|
"children": [
|
|
559
562
|
{
|
|
560
563
|
"color": "destructive",
|
|
@@ -562,29 +565,26 @@
|
|
|
562
565
|
"name": "alert-triangle"
|
|
563
566
|
},
|
|
564
567
|
{
|
|
565
|
-
"variant": "h3",
|
|
566
568
|
"content": "Failed to load assistant",
|
|
567
|
-
"type": "typography"
|
|
569
|
+
"type": "typography",
|
|
570
|
+
"variant": "h3"
|
|
568
571
|
},
|
|
569
572
|
{
|
|
570
|
-
"
|
|
571
|
-
"variant": "body",
|
|
573
|
+
"type": "typography",
|
|
572
574
|
"color": "muted",
|
|
573
|
-
"
|
|
575
|
+
"variant": "body",
|
|
576
|
+
"content": "@payload.error"
|
|
574
577
|
},
|
|
575
578
|
{
|
|
576
|
-
"variant": "primary",
|
|
577
579
|
"icon": "rotate-ccw",
|
|
578
|
-
"label": "Retry",
|
|
579
580
|
"action": "INIT",
|
|
580
|
-
"
|
|
581
|
+
"label": "Retry",
|
|
582
|
+
"type": "button",
|
|
583
|
+
"variant": "primary"
|
|
581
584
|
}
|
|
582
585
|
],
|
|
583
|
-
"align": "center",
|
|
584
|
-
"type": "stack",
|
|
585
|
-
"direction": "vertical",
|
|
586
586
|
"gap": "md",
|
|
587
|
-
"
|
|
587
|
+
"align": "center"
|
|
588
588
|
}
|
|
589
589
|
]
|
|
590
590
|
]
|
|
@@ -598,13 +598,9 @@
|
|
|
598
598
|
"render-ui",
|
|
599
599
|
"main",
|
|
600
600
|
{
|
|
601
|
-
"gap": "lg",
|
|
602
|
-
"type": "stack",
|
|
603
|
-
"direction": "vertical",
|
|
604
601
|
"children": [
|
|
605
602
|
{
|
|
606
603
|
"type": "stack",
|
|
607
|
-
"gap": "sm",
|
|
608
604
|
"direction": "horizontal",
|
|
609
605
|
"children": [
|
|
610
606
|
{
|
|
@@ -617,21 +613,25 @@
|
|
|
617
613
|
"variant": "h2"
|
|
618
614
|
}
|
|
619
615
|
],
|
|
616
|
+
"gap": "sm",
|
|
620
617
|
"align": "center"
|
|
621
618
|
},
|
|
622
619
|
{
|
|
623
620
|
"type": "divider"
|
|
624
621
|
},
|
|
625
622
|
{
|
|
626
|
-
"
|
|
623
|
+
"submitEvent": "SEND",
|
|
627
624
|
"type": "form-section",
|
|
628
625
|
"fields": [
|
|
629
626
|
"content"
|
|
630
627
|
],
|
|
631
|
-
"
|
|
632
|
-
"
|
|
628
|
+
"cancelEvent": "CANCEL_COMPOSE",
|
|
629
|
+
"mode": "create"
|
|
633
630
|
}
|
|
634
|
-
]
|
|
631
|
+
],
|
|
632
|
+
"direction": "vertical",
|
|
633
|
+
"type": "stack",
|
|
634
|
+
"gap": "lg"
|
|
635
635
|
}
|
|
636
636
|
]
|
|
637
637
|
]
|
|
@@ -647,8 +647,8 @@
|
|
|
647
647
|
"Assistant",
|
|
648
648
|
{
|
|
649
649
|
"emit": {
|
|
650
|
-
"
|
|
651
|
-
"
|
|
650
|
+
"failure": "AssistantDeleteFailed",
|
|
651
|
+
"success": "AssistantDeleted"
|
|
652
652
|
}
|
|
653
653
|
}
|
|
654
654
|
],
|
|
@@ -657,8 +657,8 @@
|
|
|
657
657
|
"Assistant",
|
|
658
658
|
{
|
|
659
659
|
"emit": {
|
|
660
|
-
"
|
|
661
|
-
"
|
|
660
|
+
"failure": "AssistantLoadFailed",
|
|
661
|
+
"success": "AssistantLoaded"
|
|
662
662
|
}
|
|
663
663
|
}
|
|
664
664
|
],
|
|
@@ -681,10 +681,10 @@
|
|
|
681
681
|
"create",
|
|
682
682
|
"Assistant",
|
|
683
683
|
{
|
|
684
|
-
"content": "@payload.content",
|
|
685
|
-
"status": "sent",
|
|
686
684
|
"role": "user",
|
|
687
|
-
"
|
|
685
|
+
"status": "sent",
|
|
686
|
+
"timestamp": "@now",
|
|
687
|
+
"content": "@payload.content"
|
|
688
688
|
},
|
|
689
689
|
{
|
|
690
690
|
"emit": {
|
|
@@ -721,8 +721,8 @@
|
|
|
721
721
|
"Assistant",
|
|
722
722
|
{
|
|
723
723
|
"emit": {
|
|
724
|
-
"
|
|
725
|
-
"
|
|
724
|
+
"success": "AssistantLoaded",
|
|
725
|
+
"failure": "AssistantLoadFailed"
|
|
726
726
|
}
|
|
727
727
|
}
|
|
728
728
|
],
|
|
@@ -746,8 +746,8 @@
|
|
|
746
746
|
"Assistant",
|
|
747
747
|
{
|
|
748
748
|
"emit": {
|
|
749
|
-
"
|
|
750
|
-
"
|
|
749
|
+
"failure": "AssistantDeleteFailed",
|
|
750
|
+
"success": "AssistantDeleted"
|
|
751
751
|
}
|
|
752
752
|
}
|
|
753
753
|
],
|
|
@@ -897,8 +897,8 @@
|
|
|
897
897
|
"Assistant",
|
|
898
898
|
{
|
|
899
899
|
"emit": {
|
|
900
|
-
"
|
|
901
|
-
"
|
|
900
|
+
"failure": "AssistantLoadFailed",
|
|
901
|
+
"success": "AssistantLoaded"
|
|
902
902
|
}
|
|
903
903
|
}
|
|
904
904
|
],
|
|
@@ -906,31 +906,31 @@
|
|
|
906
906
|
"render-ui",
|
|
907
907
|
"main",
|
|
908
908
|
{
|
|
909
|
-
"type": "dashboard-layout",
|
|
910
|
-
"appName": "Agent Assistant",
|
|
911
909
|
"navItems": [
|
|
912
910
|
{
|
|
913
|
-
"
|
|
911
|
+
"icon": "message-circle",
|
|
914
912
|
"href": "/chat",
|
|
915
|
-
"
|
|
913
|
+
"label": "Chat"
|
|
916
914
|
},
|
|
917
915
|
{
|
|
916
|
+
"icon": "brain",
|
|
918
917
|
"label": "Memory",
|
|
919
|
-
"href": "/memory"
|
|
920
|
-
"icon": "brain"
|
|
918
|
+
"href": "/memory"
|
|
921
919
|
},
|
|
922
920
|
{
|
|
923
|
-
"icon": "settings",
|
|
924
921
|
"href": "/settings",
|
|
925
|
-
"label": "Settings"
|
|
922
|
+
"label": "Settings",
|
|
923
|
+
"icon": "settings"
|
|
926
924
|
}
|
|
927
925
|
],
|
|
926
|
+
"type": "dashboard-layout",
|
|
927
|
+
"appName": "Agent Assistant",
|
|
928
928
|
"children": [
|
|
929
929
|
{
|
|
930
|
-
"icon": "message-circle",
|
|
931
930
|
"description": "Conversation is ready",
|
|
932
931
|
"type": "empty-state",
|
|
933
|
-
"title": "Conversation"
|
|
932
|
+
"title": "Conversation",
|
|
933
|
+
"icon": "message-circle"
|
|
934
934
|
}
|
|
935
935
|
]
|
|
936
936
|
}
|
|
@@ -1404,8 +1404,8 @@
|
|
|
1404
1404
|
"Memory",
|
|
1405
1405
|
{
|
|
1406
1406
|
"emit": {
|
|
1407
|
-
"
|
|
1408
|
-
"
|
|
1407
|
+
"failure": "MemoryLoadFailed",
|
|
1408
|
+
"success": "MemoryLoaded"
|
|
1409
1409
|
}
|
|
1410
1410
|
}
|
|
1411
1411
|
],
|
|
@@ -1413,22 +1413,22 @@
|
|
|
1413
1413
|
"render-ui",
|
|
1414
1414
|
"main",
|
|
1415
1415
|
{
|
|
1416
|
+
"direction": "vertical",
|
|
1417
|
+
"className": "py-12",
|
|
1418
|
+
"align": "center",
|
|
1416
1419
|
"type": "stack",
|
|
1417
1420
|
"children": [
|
|
1418
1421
|
{
|
|
1419
1422
|
"type": "spinner"
|
|
1420
1423
|
},
|
|
1421
1424
|
{
|
|
1422
|
-
"
|
|
1423
|
-
"type": "typography",
|
|
1425
|
+
"variant": "caption",
|
|
1424
1426
|
"color": "muted",
|
|
1425
|
-
"
|
|
1427
|
+
"content": "Loading…",
|
|
1428
|
+
"type": "typography"
|
|
1426
1429
|
}
|
|
1427
1430
|
],
|
|
1428
|
-
"gap": "md"
|
|
1429
|
-
"direction": "vertical",
|
|
1430
|
-
"align": "center",
|
|
1431
|
-
"className": "py-12"
|
|
1431
|
+
"gap": "md"
|
|
1432
1432
|
}
|
|
1433
1433
|
]
|
|
1434
1434
|
]
|
|
@@ -1442,35 +1442,20 @@
|
|
|
1442
1442
|
"render-ui",
|
|
1443
1443
|
"main",
|
|
1444
1444
|
{
|
|
1445
|
-
"
|
|
1446
|
-
{
|
|
1447
|
-
"icon": "message-circle",
|
|
1448
|
-
"href": "/chat",
|
|
1449
|
-
"label": "Chat"
|
|
1450
|
-
},
|
|
1451
|
-
{
|
|
1452
|
-
"href": "/memory",
|
|
1453
|
-
"icon": "brain",
|
|
1454
|
-
"label": "Memory"
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"href": "/settings",
|
|
1458
|
-
"icon": "settings",
|
|
1459
|
-
"label": "Settings"
|
|
1460
|
-
}
|
|
1461
|
-
],
|
|
1445
|
+
"appName": "Agent Assistant",
|
|
1462
1446
|
"children": [
|
|
1463
1447
|
{
|
|
1464
|
-
"direction": "vertical",
|
|
1465
1448
|
"gap": "lg",
|
|
1466
1449
|
"type": "stack",
|
|
1450
|
+
"direction": "vertical",
|
|
1467
1451
|
"children": [
|
|
1468
1452
|
{
|
|
1469
|
-
"
|
|
1453
|
+
"direction": "horizontal",
|
|
1470
1454
|
"gap": "md",
|
|
1471
|
-
"align": "center",
|
|
1472
1455
|
"children": [
|
|
1473
1456
|
{
|
|
1457
|
+
"type": "stack",
|
|
1458
|
+
"align": "center",
|
|
1474
1459
|
"children": [
|
|
1475
1460
|
{
|
|
1476
1461
|
"type": "icon",
|
|
@@ -1483,95 +1468,94 @@
|
|
|
1483
1468
|
}
|
|
1484
1469
|
],
|
|
1485
1470
|
"direction": "horizontal",
|
|
1486
|
-
"gap": "sm"
|
|
1487
|
-
"type": "stack",
|
|
1488
|
-
"align": "center"
|
|
1471
|
+
"gap": "sm"
|
|
1489
1472
|
},
|
|
1490
1473
|
{
|
|
1491
|
-
"type": "stack",
|
|
1492
|
-
"gap": "sm",
|
|
1493
1474
|
"children": [
|
|
1494
1475
|
{
|
|
1495
1476
|
"type": "button",
|
|
1496
|
-
"variant": "primary",
|
|
1497
|
-
"label": "Memorize",
|
|
1498
1477
|
"icon": "plus",
|
|
1499
|
-
"action": "MEMORIZE"
|
|
1478
|
+
"action": "MEMORIZE",
|
|
1479
|
+
"variant": "primary",
|
|
1480
|
+
"label": "Memorize"
|
|
1500
1481
|
},
|
|
1501
1482
|
{
|
|
1483
|
+
"variant": "secondary",
|
|
1502
1484
|
"type": "button",
|
|
1503
|
-
"action": "RECALL",
|
|
1504
1485
|
"label": "Recall",
|
|
1505
|
-
"
|
|
1506
|
-
"
|
|
1486
|
+
"icon": "search",
|
|
1487
|
+
"action": "RECALL"
|
|
1507
1488
|
},
|
|
1508
1489
|
{
|
|
1509
|
-
"variant": "ghost",
|
|
1510
|
-
"icon": "clock",
|
|
1511
|
-
"label": "Decay All",
|
|
1512
1490
|
"action": "DECAY",
|
|
1513
|
-
"
|
|
1491
|
+
"label": "Decay All",
|
|
1492
|
+
"type": "button",
|
|
1493
|
+
"variant": "ghost",
|
|
1494
|
+
"icon": "clock"
|
|
1514
1495
|
}
|
|
1515
1496
|
],
|
|
1516
|
-
"
|
|
1497
|
+
"type": "stack",
|
|
1498
|
+
"direction": "horizontal",
|
|
1499
|
+
"gap": "sm"
|
|
1517
1500
|
}
|
|
1518
1501
|
],
|
|
1519
|
-
"
|
|
1520
|
-
"
|
|
1502
|
+
"align": "center",
|
|
1503
|
+
"justify": "between",
|
|
1504
|
+
"type": "stack"
|
|
1521
1505
|
},
|
|
1522
1506
|
{
|
|
1523
1507
|
"type": "divider"
|
|
1524
1508
|
},
|
|
1525
1509
|
{
|
|
1526
|
-
"type": "data-grid",
|
|
1527
|
-
"entity": "@payload.data",
|
|
1528
1510
|
"fields": [
|
|
1529
1511
|
{
|
|
1512
|
+
"variant": "h4",
|
|
1530
1513
|
"name": "content",
|
|
1531
1514
|
"icon": "brain",
|
|
1532
|
-
"label": "Content"
|
|
1533
|
-
"variant": "h4"
|
|
1515
|
+
"label": "Content"
|
|
1534
1516
|
},
|
|
1535
1517
|
{
|
|
1518
|
+
"variant": "badge",
|
|
1536
1519
|
"label": "Category",
|
|
1537
1520
|
"colorMap": {
|
|
1538
|
-
"
|
|
1539
|
-
"
|
|
1540
|
-
"
|
|
1541
|
-
"scheduled": "warning",
|
|
1521
|
+
"cancelled": "destructive",
|
|
1522
|
+
"completed": "success",
|
|
1523
|
+
"archived": "neutral",
|
|
1542
1524
|
"error": "destructive",
|
|
1543
1525
|
"done": "success",
|
|
1544
|
-
"
|
|
1526
|
+
"active": "success",
|
|
1527
|
+
"scheduled": "warning",
|
|
1528
|
+
"disabled": "neutral",
|
|
1529
|
+
"inactive": "neutral",
|
|
1545
1530
|
"failed": "destructive",
|
|
1546
|
-
"
|
|
1547
|
-
"
|
|
1548
|
-
"draft": "warning",
|
|
1549
|
-
"active": "success"
|
|
1531
|
+
"pending": "warning",
|
|
1532
|
+
"draft": "warning"
|
|
1550
1533
|
},
|
|
1551
|
-
"variant": "badge",
|
|
1552
1534
|
"name": "category"
|
|
1553
1535
|
},
|
|
1554
1536
|
{
|
|
1555
|
-
"variant": "caption",
|
|
1556
1537
|
"label": "Strength",
|
|
1557
|
-
"name": "strength"
|
|
1538
|
+
"name": "strength",
|
|
1539
|
+
"variant": "caption"
|
|
1558
1540
|
}
|
|
1559
1541
|
],
|
|
1542
|
+
"type": "data-grid",
|
|
1543
|
+
"entity": "@payload.data",
|
|
1560
1544
|
"itemActions": [
|
|
1561
1545
|
{
|
|
1546
|
+
"variant": "ghost",
|
|
1562
1547
|
"label": "Pin",
|
|
1563
|
-
"event": "PIN"
|
|
1564
|
-
"variant": "ghost"
|
|
1548
|
+
"event": "PIN"
|
|
1565
1549
|
},
|
|
1566
1550
|
{
|
|
1567
1551
|
"variant": "ghost",
|
|
1568
|
-
"
|
|
1569
|
-
"
|
|
1552
|
+
"event": "REINFORCE",
|
|
1553
|
+
"label": "Reinforce"
|
|
1570
1554
|
},
|
|
1571
1555
|
{
|
|
1572
1556
|
"variant": "danger",
|
|
1573
|
-
"
|
|
1574
|
-
"
|
|
1557
|
+
"label": "Forget",
|
|
1558
|
+
"event": "FORGET"
|
|
1575
1559
|
}
|
|
1576
1560
|
]
|
|
1577
1561
|
}
|
|
@@ -1579,8 +1563,24 @@
|
|
|
1579
1563
|
"className": "max-w-5xl mx-auto w-full"
|
|
1580
1564
|
}
|
|
1581
1565
|
],
|
|
1582
|
-
"
|
|
1583
|
-
"
|
|
1566
|
+
"type": "dashboard-layout",
|
|
1567
|
+
"navItems": [
|
|
1568
|
+
{
|
|
1569
|
+
"href": "/chat",
|
|
1570
|
+
"icon": "message-circle",
|
|
1571
|
+
"label": "Chat"
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"icon": "brain",
|
|
1575
|
+
"href": "/memory",
|
|
1576
|
+
"label": "Memory"
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"label": "Settings",
|
|
1580
|
+
"href": "/settings",
|
|
1581
|
+
"icon": "settings"
|
|
1582
|
+
}
|
|
1583
|
+
]
|
|
1584
1584
|
}
|
|
1585
1585
|
]
|
|
1586
1586
|
]
|
|
@@ -1594,7 +1594,11 @@
|
|
|
1594
1594
|
"render-ui",
|
|
1595
1595
|
"main",
|
|
1596
1596
|
{
|
|
1597
|
+
"type": "stack",
|
|
1598
|
+
"align": "center",
|
|
1599
|
+
"gap": "md",
|
|
1597
1600
|
"direction": "vertical",
|
|
1601
|
+
"className": "py-12",
|
|
1598
1602
|
"children": [
|
|
1599
1603
|
{
|
|
1600
1604
|
"name": "alert-triangle",
|
|
@@ -1602,28 +1606,24 @@
|
|
|
1602
1606
|
"type": "icon"
|
|
1603
1607
|
},
|
|
1604
1608
|
{
|
|
1609
|
+
"content": "Failed to load memory",
|
|
1605
1610
|
"type": "typography",
|
|
1606
|
-
"variant": "h3"
|
|
1607
|
-
"content": "Failed to load memory"
|
|
1611
|
+
"variant": "h3"
|
|
1608
1612
|
},
|
|
1609
1613
|
{
|
|
1610
|
-
"content": "@payload.error",
|
|
1611
|
-
"color": "muted",
|
|
1612
1614
|
"variant": "body",
|
|
1613
|
-
"
|
|
1615
|
+
"content": "@payload.error",
|
|
1616
|
+
"type": "typography",
|
|
1617
|
+
"color": "muted"
|
|
1614
1618
|
},
|
|
1615
1619
|
{
|
|
1616
1620
|
"label": "Retry",
|
|
1617
1621
|
"variant": "primary",
|
|
1618
1622
|
"icon": "rotate-ccw",
|
|
1619
|
-
"
|
|
1620
|
-
"
|
|
1623
|
+
"type": "button",
|
|
1624
|
+
"action": "INIT"
|
|
1621
1625
|
}
|
|
1622
|
-
]
|
|
1623
|
-
"className": "py-12",
|
|
1624
|
-
"align": "center",
|
|
1625
|
-
"type": "stack",
|
|
1626
|
-
"gap": "md"
|
|
1626
|
+
]
|
|
1627
1627
|
}
|
|
1628
1628
|
]
|
|
1629
1629
|
]
|
|
@@ -1798,8 +1798,8 @@
|
|
|
1798
1798
|
"Memory",
|
|
1799
1799
|
{
|
|
1800
1800
|
"emit": {
|
|
1801
|
-
"
|
|
1802
|
-
"
|
|
1801
|
+
"success": "MemoryLoaded",
|
|
1802
|
+
"failure": "MemoryLoadFailed"
|
|
1803
1803
|
}
|
|
1804
1804
|
}
|
|
1805
1805
|
]
|
|
@@ -1814,41 +1814,41 @@
|
|
|
1814
1814
|
"render-ui",
|
|
1815
1815
|
"modal",
|
|
1816
1816
|
{
|
|
1817
|
-
"direction": "vertical",
|
|
1818
|
-
"gap": "md",
|
|
1819
1817
|
"children": [
|
|
1820
1818
|
{
|
|
1821
|
-
"
|
|
1819
|
+
"direction": "horizontal",
|
|
1820
|
+
"type": "stack",
|
|
1822
1821
|
"children": [
|
|
1823
1822
|
{
|
|
1824
|
-
"
|
|
1825
|
-
"
|
|
1823
|
+
"type": "icon",
|
|
1824
|
+
"name": "plus-circle"
|
|
1826
1825
|
},
|
|
1827
1826
|
{
|
|
1828
|
-
"
|
|
1827
|
+
"variant": "h3",
|
|
1829
1828
|
"content": "Memorize",
|
|
1830
|
-
"
|
|
1829
|
+
"type": "typography"
|
|
1831
1830
|
}
|
|
1832
1831
|
],
|
|
1833
|
-
"
|
|
1834
|
-
"direction": "horizontal"
|
|
1832
|
+
"gap": "sm"
|
|
1835
1833
|
},
|
|
1836
1834
|
{
|
|
1837
1835
|
"type": "divider"
|
|
1838
1836
|
},
|
|
1839
1837
|
{
|
|
1840
|
-
"
|
|
1838
|
+
"submitEvent": "SAVE",
|
|
1841
1839
|
"fields": [
|
|
1842
1840
|
"content",
|
|
1843
1841
|
"category",
|
|
1844
1842
|
"scope"
|
|
1845
1843
|
],
|
|
1846
|
-
"
|
|
1847
|
-
"
|
|
1848
|
-
"
|
|
1844
|
+
"type": "form-section",
|
|
1845
|
+
"mode": "create",
|
|
1846
|
+
"cancelEvent": "CLOSE"
|
|
1849
1847
|
}
|
|
1850
1848
|
],
|
|
1851
|
-
"type": "stack"
|
|
1849
|
+
"type": "stack",
|
|
1850
|
+
"gap": "md",
|
|
1851
|
+
"direction": "vertical"
|
|
1852
1852
|
}
|
|
1853
1853
|
]
|
|
1854
1854
|
]
|
|
@@ -1889,8 +1889,8 @@
|
|
|
1889
1889
|
"@payload.data",
|
|
1890
1890
|
{
|
|
1891
1891
|
"emit": {
|
|
1892
|
-
"
|
|
1893
|
-
"
|
|
1892
|
+
"success": "MemorySaved",
|
|
1893
|
+
"failure": "MemorySaveFailed"
|
|
1894
1894
|
}
|
|
1895
1895
|
}
|
|
1896
1896
|
],
|
|
@@ -2223,29 +2223,29 @@
|
|
|
2223
2223
|
{
|
|
2224
2224
|
"navItems": [
|
|
2225
2225
|
{
|
|
2226
|
-
"
|
|
2226
|
+
"label": "Chat",
|
|
2227
2227
|
"icon": "message-circle",
|
|
2228
|
-
"
|
|
2228
|
+
"href": "/chat"
|
|
2229
2229
|
},
|
|
2230
2230
|
{
|
|
2231
|
-
"label": "Memory",
|
|
2232
2231
|
"icon": "brain",
|
|
2233
|
-
"href": "/memory"
|
|
2232
|
+
"href": "/memory",
|
|
2233
|
+
"label": "Memory"
|
|
2234
2234
|
},
|
|
2235
2235
|
{
|
|
2236
2236
|
"label": "Settings",
|
|
2237
|
-
"
|
|
2238
|
-
"
|
|
2237
|
+
"icon": "settings",
|
|
2238
|
+
"href": "/settings"
|
|
2239
2239
|
}
|
|
2240
2240
|
],
|
|
2241
2241
|
"type": "dashboard-layout",
|
|
2242
2242
|
"appName": "Agent Assistant",
|
|
2243
2243
|
"children": [
|
|
2244
2244
|
{
|
|
2245
|
-
"icon": "brain",
|
|
2246
2245
|
"title": "Memory",
|
|
2247
|
-
"
|
|
2248
|
-
"
|
|
2246
|
+
"type": "empty-state",
|
|
2247
|
+
"icon": "brain",
|
|
2248
|
+
"description": "Memory is ready"
|
|
2249
2249
|
}
|
|
2250
2250
|
]
|
|
2251
2251
|
}
|
|
@@ -2269,8 +2269,8 @@
|
|
|
2269
2269
|
"@payload.data",
|
|
2270
2270
|
{
|
|
2271
2271
|
"emit": {
|
|
2272
|
-
"
|
|
2273
|
-
"
|
|
2272
|
+
"success": "MemorySaved",
|
|
2273
|
+
"failure": "MemorySaveFailed"
|
|
2274
2274
|
}
|
|
2275
2275
|
}
|
|
2276
2276
|
]
|
|
@@ -2300,8 +2300,8 @@
|
|
|
2300
2300
|
"Memory",
|
|
2301
2301
|
{
|
|
2302
2302
|
"emit": {
|
|
2303
|
-
"
|
|
2304
|
-
"
|
|
2303
|
+
"failure": "MemoryLoadFailed",
|
|
2304
|
+
"success": "MemoryLoaded"
|
|
2305
2305
|
}
|
|
2306
2306
|
}
|
|
2307
2307
|
]
|
|
@@ -2522,7 +2522,7 @@
|
|
|
2522
2522
|
"payloadSchema": [
|
|
2523
2523
|
{
|
|
2524
2524
|
"name": "current",
|
|
2525
|
-
"type": "
|
|
2525
|
+
"type": "number"
|
|
2526
2526
|
}
|
|
2527
2527
|
]
|
|
2528
2528
|
},
|
|
@@ -2565,13 +2565,18 @@
|
|
|
2565
2565
|
"to": "normal",
|
|
2566
2566
|
"event": "INIT",
|
|
2567
2567
|
"effects": [
|
|
2568
|
+
[
|
|
2569
|
+
"set",
|
|
2570
|
+
"@entity.max",
|
|
2571
|
+
0.0
|
|
2572
|
+
],
|
|
2568
2573
|
[
|
|
2569
2574
|
"fetch",
|
|
2570
2575
|
"AssistantContext",
|
|
2571
2576
|
{
|
|
2572
2577
|
"emit": {
|
|
2573
|
-
"
|
|
2574
|
-
"
|
|
2578
|
+
"failure": "AssistantContextLoadFailed",
|
|
2579
|
+
"success": "AssistantContextLoaded"
|
|
2575
2580
|
}
|
|
2576
2581
|
}
|
|
2577
2582
|
],
|
|
@@ -2580,43 +2585,43 @@
|
|
|
2580
2585
|
"main",
|
|
2581
2586
|
{
|
|
2582
2587
|
"type": "dashboard-layout",
|
|
2583
|
-
"appName": "Agent Assistant",
|
|
2584
2588
|
"children": [
|
|
2585
2589
|
{
|
|
2590
|
+
"gap": "lg",
|
|
2591
|
+
"type": "stack",
|
|
2592
|
+
"direction": "vertical",
|
|
2586
2593
|
"children": [
|
|
2587
2594
|
{
|
|
2588
|
-
"type": "stack",
|
|
2589
|
-
"direction": "horizontal",
|
|
2590
|
-
"align": "center",
|
|
2591
|
-
"gap": "sm",
|
|
2592
2595
|
"children": [
|
|
2593
2596
|
{
|
|
2594
|
-
"
|
|
2595
|
-
"
|
|
2597
|
+
"name": "gauge",
|
|
2598
|
+
"type": "icon"
|
|
2596
2599
|
},
|
|
2597
2600
|
{
|
|
2598
|
-
"content": "Token Usage",
|
|
2599
2601
|
"variant": "h2",
|
|
2600
|
-
"type": "typography"
|
|
2602
|
+
"type": "typography",
|
|
2603
|
+
"content": "Token Usage"
|
|
2601
2604
|
},
|
|
2602
2605
|
{
|
|
2603
2606
|
"type": "badge",
|
|
2604
|
-
"
|
|
2605
|
-
"
|
|
2607
|
+
"label": "Normal",
|
|
2608
|
+
"variant": "default"
|
|
2606
2609
|
}
|
|
2607
|
-
]
|
|
2610
|
+
],
|
|
2611
|
+
"gap": "sm",
|
|
2612
|
+
"direction": "horizontal",
|
|
2613
|
+
"type": "stack",
|
|
2614
|
+
"align": "center"
|
|
2608
2615
|
},
|
|
2609
2616
|
{
|
|
2610
2617
|
"type": "divider"
|
|
2611
2618
|
},
|
|
2612
2619
|
{
|
|
2613
2620
|
"value": "@entity.current",
|
|
2614
|
-
"
|
|
2615
|
-
"
|
|
2621
|
+
"max": "@entity.max",
|
|
2622
|
+
"type": "progress-bar"
|
|
2616
2623
|
},
|
|
2617
2624
|
{
|
|
2618
|
-
"gap": "md",
|
|
2619
|
-
"type": "stack",
|
|
2620
2625
|
"direction": "horizontal",
|
|
2621
2626
|
"children": [
|
|
2622
2627
|
{
|
|
@@ -2626,29 +2631,29 @@
|
|
|
2626
2631
|
},
|
|
2627
2632
|
{
|
|
2628
2633
|
"label": "Max Tokens",
|
|
2629
|
-
"
|
|
2630
|
-
"
|
|
2634
|
+
"type": "stat-display",
|
|
2635
|
+
"value": "@entity.max"
|
|
2631
2636
|
}
|
|
2632
|
-
]
|
|
2637
|
+
],
|
|
2638
|
+
"type": "stack",
|
|
2639
|
+
"gap": "md"
|
|
2633
2640
|
},
|
|
2634
2641
|
{
|
|
2635
2642
|
"variant": "ghost",
|
|
2636
|
-
"
|
|
2643
|
+
"label": "Reset",
|
|
2637
2644
|
"action": "RESET",
|
|
2638
2645
|
"type": "button",
|
|
2639
|
-
"
|
|
2646
|
+
"icon": "rotate-ccw"
|
|
2640
2647
|
}
|
|
2641
|
-
]
|
|
2642
|
-
"type": "stack",
|
|
2643
|
-
"direction": "vertical",
|
|
2644
|
-
"gap": "lg"
|
|
2648
|
+
]
|
|
2645
2649
|
}
|
|
2646
2650
|
],
|
|
2651
|
+
"appName": "Agent Assistant",
|
|
2647
2652
|
"navItems": [
|
|
2648
2653
|
{
|
|
2649
2654
|
"label": "Chat",
|
|
2650
|
-
"
|
|
2651
|
-
"
|
|
2655
|
+
"icon": "message-circle",
|
|
2656
|
+
"href": "/chat"
|
|
2652
2657
|
},
|
|
2653
2658
|
{
|
|
2654
2659
|
"icon": "brain",
|
|
@@ -2688,16 +2693,31 @@
|
|
|
2688
2693
|
"render-ui",
|
|
2689
2694
|
"main",
|
|
2690
2695
|
{
|
|
2696
|
+
"navItems": [
|
|
2697
|
+
{
|
|
2698
|
+
"icon": "message-circle",
|
|
2699
|
+
"href": "/chat",
|
|
2700
|
+
"label": "Chat"
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
"icon": "brain",
|
|
2704
|
+
"label": "Memory",
|
|
2705
|
+
"href": "/memory"
|
|
2706
|
+
},
|
|
2707
|
+
{
|
|
2708
|
+
"icon": "settings",
|
|
2709
|
+
"href": "/settings",
|
|
2710
|
+
"label": "Settings"
|
|
2711
|
+
}
|
|
2712
|
+
],
|
|
2713
|
+
"type": "dashboard-layout",
|
|
2714
|
+
"appName": "Agent Assistant",
|
|
2691
2715
|
"children": [
|
|
2692
2716
|
{
|
|
2693
|
-
"type": "stack",
|
|
2694
|
-
"direction": "vertical",
|
|
2695
|
-
"gap": "lg",
|
|
2696
2717
|
"children": [
|
|
2697
2718
|
{
|
|
2698
|
-
"direction": "horizontal",
|
|
2699
|
-
"gap": "sm",
|
|
2700
2719
|
"type": "stack",
|
|
2720
|
+
"align": "center",
|
|
2701
2721
|
"children": [
|
|
2702
2722
|
{
|
|
2703
2723
|
"name": "gauge",
|
|
@@ -2709,65 +2729,50 @@
|
|
|
2709
2729
|
"type": "typography"
|
|
2710
2730
|
},
|
|
2711
2731
|
{
|
|
2712
|
-
"label": "Normal",
|
|
2713
2732
|
"variant": "default",
|
|
2714
|
-
"type": "badge"
|
|
2733
|
+
"type": "badge",
|
|
2734
|
+
"label": "Normal"
|
|
2715
2735
|
}
|
|
2716
2736
|
],
|
|
2717
|
-
"
|
|
2737
|
+
"gap": "sm",
|
|
2738
|
+
"direction": "horizontal"
|
|
2718
2739
|
},
|
|
2719
2740
|
{
|
|
2720
2741
|
"type": "divider"
|
|
2721
2742
|
},
|
|
2722
2743
|
{
|
|
2744
|
+
"value": "@entity.current",
|
|
2723
2745
|
"max": "@entity.max",
|
|
2724
|
-
"type": "progress-bar"
|
|
2725
|
-
"value": "@entity.current"
|
|
2746
|
+
"type": "progress-bar"
|
|
2726
2747
|
},
|
|
2727
2748
|
{
|
|
2728
|
-
"gap": "md",
|
|
2729
|
-
"direction": "horizontal",
|
|
2730
2749
|
"children": [
|
|
2731
2750
|
{
|
|
2732
2751
|
"label": "Tokens Used",
|
|
2733
|
-
"
|
|
2734
|
-
"
|
|
2752
|
+
"type": "stat-display",
|
|
2753
|
+
"value": "@entity.current"
|
|
2735
2754
|
},
|
|
2736
2755
|
{
|
|
2737
|
-
"type": "stat-display",
|
|
2738
2756
|
"label": "Max Tokens",
|
|
2739
|
-
"value": "@entity.max"
|
|
2757
|
+
"value": "@entity.max",
|
|
2758
|
+
"type": "stat-display"
|
|
2740
2759
|
}
|
|
2741
2760
|
],
|
|
2742
|
-
"
|
|
2761
|
+
"direction": "horizontal",
|
|
2762
|
+
"type": "stack",
|
|
2763
|
+
"gap": "md"
|
|
2743
2764
|
},
|
|
2744
2765
|
{
|
|
2745
|
-
"type": "button",
|
|
2746
2766
|
"variant": "ghost",
|
|
2747
|
-
"
|
|
2767
|
+
"type": "button",
|
|
2748
2768
|
"action": "RESET",
|
|
2769
|
+
"icon": "rotate-ccw",
|
|
2749
2770
|
"label": "Reset"
|
|
2750
2771
|
}
|
|
2751
|
-
]
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
"appName": "Agent Assistant",
|
|
2756
|
-
"navItems": [
|
|
2757
|
-
{
|
|
2758
|
-
"icon": "message-circle",
|
|
2759
|
-
"label": "Chat",
|
|
2760
|
-
"href": "/chat"
|
|
2761
|
-
},
|
|
2762
|
-
{
|
|
2763
|
-
"label": "Memory",
|
|
2764
|
-
"href": "/memory",
|
|
2765
|
-
"icon": "brain"
|
|
2766
|
-
},
|
|
2767
|
-
{
|
|
2768
|
-
"label": "Settings",
|
|
2769
|
-
"icon": "settings",
|
|
2770
|
-
"href": "/settings"
|
|
2772
|
+
],
|
|
2773
|
+
"gap": "lg",
|
|
2774
|
+
"type": "stack",
|
|
2775
|
+
"direction": "vertical"
|
|
2771
2776
|
}
|
|
2772
2777
|
]
|
|
2773
2778
|
}
|
|
@@ -2809,105 +2814,105 @@
|
|
|
2809
2814
|
"render-ui",
|
|
2810
2815
|
"main",
|
|
2811
2816
|
{
|
|
2812
|
-
"type": "dashboard-layout",
|
|
2813
|
-
"appName": "Agent Assistant",
|
|
2814
|
-
"navItems": [
|
|
2815
|
-
{
|
|
2816
|
-
"label": "Chat",
|
|
2817
|
-
"href": "/chat",
|
|
2818
|
-
"icon": "message-circle"
|
|
2819
|
-
},
|
|
2820
|
-
{
|
|
2821
|
-
"label": "Memory",
|
|
2822
|
-
"icon": "brain",
|
|
2823
|
-
"href": "/memory"
|
|
2824
|
-
},
|
|
2825
|
-
{
|
|
2826
|
-
"icon": "settings",
|
|
2827
|
-
"label": "Settings",
|
|
2828
|
-
"href": "/settings"
|
|
2829
|
-
}
|
|
2830
|
-
],
|
|
2831
2817
|
"children": [
|
|
2832
2818
|
{
|
|
2819
|
+
"type": "stack",
|
|
2820
|
+
"direction": "vertical",
|
|
2821
|
+
"gap": "lg",
|
|
2833
2822
|
"children": [
|
|
2834
2823
|
{
|
|
2824
|
+
"align": "center",
|
|
2835
2825
|
"direction": "horizontal",
|
|
2836
|
-
"type": "stack",
|
|
2837
2826
|
"gap": "sm",
|
|
2838
|
-
"align": "center",
|
|
2839
2827
|
"children": [
|
|
2840
2828
|
{
|
|
2841
2829
|
"type": "icon",
|
|
2842
2830
|
"name": "alert-triangle"
|
|
2843
2831
|
},
|
|
2844
2832
|
{
|
|
2845
|
-
"
|
|
2833
|
+
"content": "Token Usage",
|
|
2846
2834
|
"type": "typography",
|
|
2847
|
-
"
|
|
2835
|
+
"variant": "h2"
|
|
2848
2836
|
},
|
|
2849
2837
|
{
|
|
2850
2838
|
"variant": "warning",
|
|
2851
|
-
"
|
|
2852
|
-
"
|
|
2839
|
+
"type": "badge",
|
|
2840
|
+
"label": "Warning"
|
|
2853
2841
|
}
|
|
2854
|
-
]
|
|
2842
|
+
],
|
|
2843
|
+
"type": "stack"
|
|
2855
2844
|
},
|
|
2856
2845
|
{
|
|
2857
2846
|
"type": "divider"
|
|
2858
2847
|
},
|
|
2859
2848
|
{
|
|
2860
|
-
"
|
|
2849
|
+
"variant": "warning",
|
|
2861
2850
|
"type": "alert",
|
|
2862
|
-
"
|
|
2851
|
+
"message": "Token usage approaching limit. Consider compacting."
|
|
2863
2852
|
},
|
|
2864
2853
|
{
|
|
2865
2854
|
"value": "@entity.current",
|
|
2866
|
-
"
|
|
2867
|
-
"
|
|
2855
|
+
"type": "progress-bar",
|
|
2856
|
+
"max": "@entity.max"
|
|
2868
2857
|
},
|
|
2869
2858
|
{
|
|
2870
2859
|
"direction": "horizontal",
|
|
2860
|
+
"gap": "md",
|
|
2861
|
+
"type": "stack",
|
|
2871
2862
|
"children": [
|
|
2872
2863
|
{
|
|
2864
|
+
"value": "@entity.current",
|
|
2873
2865
|
"label": "Tokens Used",
|
|
2874
|
-
"type": "stat-display"
|
|
2875
|
-
"value": "@entity.current"
|
|
2866
|
+
"type": "stat-display"
|
|
2876
2867
|
},
|
|
2877
2868
|
{
|
|
2878
|
-
"label": "Max Tokens",
|
|
2879
2869
|
"value": "@entity.max",
|
|
2880
|
-
"type": "stat-display"
|
|
2870
|
+
"type": "stat-display",
|
|
2871
|
+
"label": "Max Tokens"
|
|
2881
2872
|
}
|
|
2882
|
-
]
|
|
2883
|
-
"gap": "md",
|
|
2884
|
-
"type": "stack"
|
|
2873
|
+
]
|
|
2885
2874
|
},
|
|
2886
2875
|
{
|
|
2887
|
-
"
|
|
2876
|
+
"gap": "sm",
|
|
2877
|
+
"type": "stack",
|
|
2878
|
+
"children": [
|
|
2888
2879
|
{
|
|
2889
2880
|
"type": "button",
|
|
2890
|
-
"label": "Compact",
|
|
2891
|
-
"variant": "primary",
|
|
2892
2881
|
"action": "COMPACT",
|
|
2882
|
+
"variant": "primary",
|
|
2883
|
+
"label": "Compact",
|
|
2893
2884
|
"icon": "minimize-2"
|
|
2894
2885
|
},
|
|
2895
2886
|
{
|
|
2896
|
-
"
|
|
2887
|
+
"label": "Reset",
|
|
2897
2888
|
"variant": "ghost",
|
|
2898
|
-
"
|
|
2889
|
+
"action": "RESET",
|
|
2899
2890
|
"type": "button",
|
|
2900
|
-
"
|
|
2891
|
+
"icon": "rotate-ccw"
|
|
2901
2892
|
}
|
|
2902
2893
|
],
|
|
2903
|
-
"
|
|
2904
|
-
"direction": "horizontal",
|
|
2905
|
-
"type": "stack"
|
|
2894
|
+
"direction": "horizontal"
|
|
2906
2895
|
}
|
|
2907
|
-
]
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2896
|
+
]
|
|
2897
|
+
}
|
|
2898
|
+
],
|
|
2899
|
+
"appName": "Agent Assistant",
|
|
2900
|
+
"type": "dashboard-layout",
|
|
2901
|
+
"navItems": [
|
|
2902
|
+
{
|
|
2903
|
+
"icon": "message-circle",
|
|
2904
|
+
"label": "Chat",
|
|
2905
|
+
"href": "/chat"
|
|
2906
|
+
},
|
|
2907
|
+
{
|
|
2908
|
+
"icon": "brain",
|
|
2909
|
+
"label": "Memory",
|
|
2910
|
+
"href": "/memory"
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"label": "Settings",
|
|
2914
|
+
"href": "/settings",
|
|
2915
|
+
"icon": "settings"
|
|
2911
2916
|
}
|
|
2912
2917
|
]
|
|
2913
2918
|
}
|
|
@@ -2937,32 +2942,52 @@
|
|
|
2937
2942
|
"render-ui",
|
|
2938
2943
|
"main",
|
|
2939
2944
|
{
|
|
2945
|
+
"navItems": [
|
|
2946
|
+
{
|
|
2947
|
+
"icon": "message-circle",
|
|
2948
|
+
"href": "/chat",
|
|
2949
|
+
"label": "Chat"
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"label": "Memory",
|
|
2953
|
+
"href": "/memory",
|
|
2954
|
+
"icon": "brain"
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
"icon": "settings",
|
|
2958
|
+
"href": "/settings",
|
|
2959
|
+
"label": "Settings"
|
|
2960
|
+
}
|
|
2961
|
+
],
|
|
2962
|
+
"appName": "Agent Assistant",
|
|
2963
|
+
"type": "dashboard-layout",
|
|
2940
2964
|
"children": [
|
|
2941
2965
|
{
|
|
2942
|
-
"direction": "vertical",
|
|
2943
2966
|
"gap": "lg",
|
|
2967
|
+
"direction": "vertical",
|
|
2968
|
+
"type": "stack",
|
|
2944
2969
|
"children": [
|
|
2945
2970
|
{
|
|
2946
|
-
"
|
|
2947
|
-
"align": "center",
|
|
2971
|
+
"type": "stack",
|
|
2948
2972
|
"children": [
|
|
2949
2973
|
{
|
|
2950
|
-
"
|
|
2951
|
-
"
|
|
2974
|
+
"name": "alert-octagon",
|
|
2975
|
+
"type": "icon"
|
|
2952
2976
|
},
|
|
2953
2977
|
{
|
|
2954
2978
|
"content": "Token Usage",
|
|
2955
|
-
"
|
|
2956
|
-
"
|
|
2979
|
+
"variant": "h2",
|
|
2980
|
+
"type": "typography"
|
|
2957
2981
|
},
|
|
2958
2982
|
{
|
|
2959
|
-
"label": "Critical",
|
|
2960
2983
|
"type": "badge",
|
|
2984
|
+
"label": "Critical",
|
|
2961
2985
|
"variant": "danger"
|
|
2962
2986
|
}
|
|
2963
2987
|
],
|
|
2988
|
+
"align": "center",
|
|
2964
2989
|
"direction": "horizontal",
|
|
2965
|
-
"
|
|
2990
|
+
"gap": "sm"
|
|
2966
2991
|
},
|
|
2967
2992
|
{
|
|
2968
2993
|
"type": "divider"
|
|
@@ -2973,71 +2998,51 @@
|
|
|
2973
2998
|
"message": "Token usage critical. Compact immediately to avoid truncation."
|
|
2974
2999
|
},
|
|
2975
3000
|
{
|
|
2976
|
-
"type": "progress-bar",
|
|
2977
3001
|
"max": "@entity.max",
|
|
3002
|
+
"type": "progress-bar",
|
|
2978
3003
|
"value": "@entity.current"
|
|
2979
3004
|
},
|
|
2980
3005
|
{
|
|
3006
|
+
"gap": "md",
|
|
3007
|
+
"direction": "horizontal",
|
|
3008
|
+
"type": "stack",
|
|
2981
3009
|
"children": [
|
|
2982
3010
|
{
|
|
2983
|
-
"label": "Tokens Used",
|
|
2984
3011
|
"value": "@entity.current",
|
|
2985
|
-
"type": "stat-display"
|
|
3012
|
+
"type": "stat-display",
|
|
3013
|
+
"label": "Tokens Used"
|
|
2986
3014
|
},
|
|
2987
3015
|
{
|
|
2988
3016
|
"type": "stat-display",
|
|
2989
3017
|
"label": "Max Tokens",
|
|
2990
3018
|
"value": "@entity.max"
|
|
2991
3019
|
}
|
|
2992
|
-
]
|
|
2993
|
-
"type": "stack",
|
|
2994
|
-
"direction": "horizontal",
|
|
2995
|
-
"gap": "md"
|
|
3020
|
+
]
|
|
2996
3021
|
},
|
|
2997
3022
|
{
|
|
2998
|
-
"type": "stack",
|
|
2999
3023
|
"gap": "sm",
|
|
3024
|
+
"type": "stack",
|
|
3025
|
+
"direction": "horizontal",
|
|
3000
3026
|
"children": [
|
|
3001
3027
|
{
|
|
3028
|
+
"type": "button",
|
|
3002
3029
|
"variant": "primary",
|
|
3003
3030
|
"icon": "minimize-2",
|
|
3004
3031
|
"action": "COMPACT",
|
|
3005
|
-
"type": "button",
|
|
3006
3032
|
"label": "Compact Now"
|
|
3007
3033
|
},
|
|
3008
3034
|
{
|
|
3009
|
-
"
|
|
3035
|
+
"action": "RESET",
|
|
3010
3036
|
"label": "Reset",
|
|
3011
3037
|
"icon": "rotate-ccw",
|
|
3012
|
-
"
|
|
3038
|
+
"variant": "ghost",
|
|
3013
3039
|
"type": "button"
|
|
3014
3040
|
}
|
|
3015
|
-
]
|
|
3016
|
-
"direction": "horizontal"
|
|
3041
|
+
]
|
|
3017
3042
|
}
|
|
3018
|
-
]
|
|
3019
|
-
"type": "stack"
|
|
3020
|
-
}
|
|
3021
|
-
],
|
|
3022
|
-
"appName": "Agent Assistant",
|
|
3023
|
-
"navItems": [
|
|
3024
|
-
{
|
|
3025
|
-
"label": "Chat",
|
|
3026
|
-
"icon": "message-circle",
|
|
3027
|
-
"href": "/chat"
|
|
3028
|
-
},
|
|
3029
|
-
{
|
|
3030
|
-
"icon": "brain",
|
|
3031
|
-
"href": "/memory",
|
|
3032
|
-
"label": "Memory"
|
|
3033
|
-
},
|
|
3034
|
-
{
|
|
3035
|
-
"href": "/settings",
|
|
3036
|
-
"icon": "settings",
|
|
3037
|
-
"label": "Settings"
|
|
3043
|
+
]
|
|
3038
3044
|
}
|
|
3039
|
-
]
|
|
3040
|
-
"type": "dashboard-layout"
|
|
3045
|
+
]
|
|
3041
3046
|
}
|
|
3042
3047
|
]
|
|
3043
3048
|
]
|
|
@@ -3065,14 +3070,12 @@
|
|
|
3065
3070
|
"appName": "Agent Assistant",
|
|
3066
3071
|
"children": [
|
|
3067
3072
|
{
|
|
3068
|
-
"gap": "lg",
|
|
3069
3073
|
"type": "stack",
|
|
3070
3074
|
"direction": "vertical",
|
|
3071
3075
|
"children": [
|
|
3072
3076
|
{
|
|
3073
|
-
"gap": "sm",
|
|
3074
3077
|
"type": "stack",
|
|
3075
|
-
"
|
|
3078
|
+
"gap": "sm",
|
|
3076
3079
|
"align": "center",
|
|
3077
3080
|
"children": [
|
|
3078
3081
|
{
|
|
@@ -3081,15 +3084,16 @@
|
|
|
3081
3084
|
},
|
|
3082
3085
|
{
|
|
3083
3086
|
"variant": "h2",
|
|
3084
|
-
"
|
|
3085
|
-
"
|
|
3087
|
+
"content": "Token Usage",
|
|
3088
|
+
"type": "typography"
|
|
3086
3089
|
},
|
|
3087
3090
|
{
|
|
3088
3091
|
"variant": "default",
|
|
3089
3092
|
"type": "badge",
|
|
3090
3093
|
"label": "Normal"
|
|
3091
3094
|
}
|
|
3092
|
-
]
|
|
3095
|
+
],
|
|
3096
|
+
"direction": "horizontal"
|
|
3093
3097
|
},
|
|
3094
3098
|
{
|
|
3095
3099
|
"type": "divider"
|
|
@@ -3100,50 +3104,51 @@
|
|
|
3100
3104
|
"max": "@entity.max"
|
|
3101
3105
|
},
|
|
3102
3106
|
{
|
|
3103
|
-
"gap": "md",
|
|
3104
3107
|
"direction": "horizontal",
|
|
3108
|
+
"gap": "md",
|
|
3105
3109
|
"type": "stack",
|
|
3106
3110
|
"children": [
|
|
3107
3111
|
{
|
|
3108
|
-
"type": "stat-display",
|
|
3109
3112
|
"value": "@entity.current",
|
|
3110
|
-
"label": "Tokens Used"
|
|
3113
|
+
"label": "Tokens Used",
|
|
3114
|
+
"type": "stat-display"
|
|
3111
3115
|
},
|
|
3112
3116
|
{
|
|
3113
|
-
"type": "stat-display",
|
|
3114
3117
|
"label": "Max Tokens",
|
|
3118
|
+
"type": "stat-display",
|
|
3115
3119
|
"value": "@entity.max"
|
|
3116
3120
|
}
|
|
3117
3121
|
]
|
|
3118
3122
|
},
|
|
3119
3123
|
{
|
|
3120
|
-
"type": "button",
|
|
3121
|
-
"icon": "rotate-ccw",
|
|
3122
3124
|
"action": "RESET",
|
|
3123
3125
|
"variant": "ghost",
|
|
3124
|
-
"
|
|
3126
|
+
"type": "button",
|
|
3127
|
+
"label": "Reset",
|
|
3128
|
+
"icon": "rotate-ccw"
|
|
3125
3129
|
}
|
|
3126
|
-
]
|
|
3130
|
+
],
|
|
3131
|
+
"gap": "lg"
|
|
3127
3132
|
}
|
|
3128
3133
|
],
|
|
3134
|
+
"type": "dashboard-layout",
|
|
3129
3135
|
"navItems": [
|
|
3130
3136
|
{
|
|
3137
|
+
"icon": "message-circle",
|
|
3131
3138
|
"label": "Chat",
|
|
3132
|
-
"href": "/chat"
|
|
3133
|
-
"icon": "message-circle"
|
|
3139
|
+
"href": "/chat"
|
|
3134
3140
|
},
|
|
3135
3141
|
{
|
|
3136
|
-
"
|
|
3142
|
+
"icon": "brain",
|
|
3137
3143
|
"href": "/memory",
|
|
3138
|
-
"
|
|
3144
|
+
"label": "Memory"
|
|
3139
3145
|
},
|
|
3140
3146
|
{
|
|
3141
|
-
"
|
|
3147
|
+
"href": "/settings",
|
|
3142
3148
|
"icon": "settings",
|
|
3143
|
-
"
|
|
3149
|
+
"label": "Settings"
|
|
3144
3150
|
}
|
|
3145
|
-
]
|
|
3146
|
-
"type": "dashboard-layout"
|
|
3151
|
+
]
|
|
3147
3152
|
}
|
|
3148
3153
|
]
|
|
3149
3154
|
]
|
|
@@ -3162,88 +3167,88 @@
|
|
|
3162
3167
|
"render-ui",
|
|
3163
3168
|
"main",
|
|
3164
3169
|
{
|
|
3165
|
-
"navItems": [
|
|
3166
|
-
{
|
|
3167
|
-
"label": "Chat",
|
|
3168
|
-
"icon": "message-circle",
|
|
3169
|
-
"href": "/chat"
|
|
3170
|
-
},
|
|
3171
|
-
{
|
|
3172
|
-
"href": "/memory",
|
|
3173
|
-
"icon": "brain",
|
|
3174
|
-
"label": "Memory"
|
|
3175
|
-
},
|
|
3176
|
-
{
|
|
3177
|
-
"href": "/settings",
|
|
3178
|
-
"label": "Settings",
|
|
3179
|
-
"icon": "settings"
|
|
3180
|
-
}
|
|
3181
|
-
],
|
|
3182
3170
|
"appName": "Agent Assistant",
|
|
3171
|
+
"type": "dashboard-layout",
|
|
3183
3172
|
"children": [
|
|
3184
3173
|
{
|
|
3185
|
-
"type": "stack",
|
|
3186
|
-
"direction": "vertical",
|
|
3187
|
-
"gap": "lg",
|
|
3188
3174
|
"children": [
|
|
3189
3175
|
{
|
|
3190
3176
|
"direction": "horizontal",
|
|
3191
|
-
"type": "stack",
|
|
3192
3177
|
"gap": "sm",
|
|
3193
3178
|
"children": [
|
|
3194
3179
|
{
|
|
3195
|
-
"
|
|
3196
|
-
"
|
|
3180
|
+
"name": "gauge",
|
|
3181
|
+
"type": "icon"
|
|
3197
3182
|
},
|
|
3198
3183
|
{
|
|
3199
|
-
"
|
|
3184
|
+
"variant": "h2",
|
|
3200
3185
|
"content": "Token Usage",
|
|
3201
|
-
"
|
|
3186
|
+
"type": "typography"
|
|
3202
3187
|
},
|
|
3203
3188
|
{
|
|
3204
3189
|
"variant": "default",
|
|
3205
|
-
"
|
|
3206
|
-
"
|
|
3190
|
+
"label": "Normal",
|
|
3191
|
+
"type": "badge"
|
|
3207
3192
|
}
|
|
3208
3193
|
],
|
|
3209
|
-
"align": "center"
|
|
3194
|
+
"align": "center",
|
|
3195
|
+
"type": "stack"
|
|
3210
3196
|
},
|
|
3211
3197
|
{
|
|
3212
3198
|
"type": "divider"
|
|
3213
3199
|
},
|
|
3214
3200
|
{
|
|
3201
|
+
"type": "progress-bar",
|
|
3215
3202
|
"value": "@entity.current",
|
|
3216
|
-
"max": "@entity.max"
|
|
3217
|
-
"type": "progress-bar"
|
|
3203
|
+
"max": "@entity.max"
|
|
3218
3204
|
},
|
|
3219
3205
|
{
|
|
3206
|
+
"type": "stack",
|
|
3220
3207
|
"children": [
|
|
3221
3208
|
{
|
|
3222
|
-
"
|
|
3209
|
+
"type": "stat-display",
|
|
3223
3210
|
"label": "Tokens Used",
|
|
3224
|
-
"
|
|
3211
|
+
"value": "@entity.current"
|
|
3225
3212
|
},
|
|
3226
3213
|
{
|
|
3227
|
-
"
|
|
3214
|
+
"value": "@entity.max",
|
|
3228
3215
|
"label": "Max Tokens",
|
|
3229
|
-
"
|
|
3216
|
+
"type": "stat-display"
|
|
3230
3217
|
}
|
|
3231
3218
|
],
|
|
3232
3219
|
"direction": "horizontal",
|
|
3233
|
-
"type": "stack",
|
|
3234
3220
|
"gap": "md"
|
|
3235
3221
|
},
|
|
3236
3222
|
{
|
|
3237
|
-
"icon": "rotate-ccw",
|
|
3238
3223
|
"label": "Reset",
|
|
3239
|
-
"type": "button",
|
|
3240
3224
|
"action": "RESET",
|
|
3241
|
-
"variant": "ghost"
|
|
3225
|
+
"variant": "ghost",
|
|
3226
|
+
"type": "button",
|
|
3227
|
+
"icon": "rotate-ccw"
|
|
3242
3228
|
}
|
|
3243
|
-
]
|
|
3229
|
+
],
|
|
3230
|
+
"type": "stack",
|
|
3231
|
+
"gap": "lg",
|
|
3232
|
+
"direction": "vertical"
|
|
3244
3233
|
}
|
|
3245
3234
|
],
|
|
3246
|
-
"
|
|
3235
|
+
"navItems": [
|
|
3236
|
+
{
|
|
3237
|
+
"label": "Chat",
|
|
3238
|
+
"href": "/chat",
|
|
3239
|
+
"icon": "message-circle"
|
|
3240
|
+
},
|
|
3241
|
+
{
|
|
3242
|
+
"label": "Memory",
|
|
3243
|
+
"icon": "brain",
|
|
3244
|
+
"href": "/memory"
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"href": "/settings",
|
|
3248
|
+
"label": "Settings",
|
|
3249
|
+
"icon": "settings"
|
|
3250
|
+
}
|
|
3251
|
+
]
|
|
3247
3252
|
}
|
|
3248
3253
|
]
|
|
3249
3254
|
]
|
|
@@ -3283,33 +3288,29 @@
|
|
|
3283
3288
|
"render-ui",
|
|
3284
3289
|
"main",
|
|
3285
3290
|
{
|
|
3286
|
-
"type": "dashboard-layout",
|
|
3287
3291
|
"children": [
|
|
3288
3292
|
{
|
|
3289
|
-
"type": "stack",
|
|
3290
|
-
"direction": "vertical",
|
|
3291
|
-
"gap": "lg",
|
|
3292
3293
|
"children": [
|
|
3293
3294
|
{
|
|
3294
|
-
"
|
|
3295
|
-
|
|
3295
|
+
"direction": "horizontal",
|
|
3296
|
+
"type": "stack",
|
|
3297
|
+
"gap": "sm",
|
|
3298
|
+
"children": [
|
|
3299
|
+
{
|
|
3296
3300
|
"type": "icon",
|
|
3297
3301
|
"name": "alert-triangle"
|
|
3298
3302
|
},
|
|
3299
3303
|
{
|
|
3300
3304
|
"variant": "h2",
|
|
3301
|
-
"
|
|
3302
|
-
"
|
|
3305
|
+
"type": "typography",
|
|
3306
|
+
"content": "Token Usage"
|
|
3303
3307
|
},
|
|
3304
3308
|
{
|
|
3305
|
-
"type": "badge",
|
|
3306
3309
|
"variant": "warning",
|
|
3307
|
-
"label": "Warning"
|
|
3310
|
+
"label": "Warning",
|
|
3311
|
+
"type": "badge"
|
|
3308
3312
|
}
|
|
3309
3313
|
],
|
|
3310
|
-
"type": "stack",
|
|
3311
|
-
"direction": "horizontal",
|
|
3312
|
-
"gap": "sm",
|
|
3313
3314
|
"align": "center"
|
|
3314
3315
|
},
|
|
3315
3316
|
{
|
|
@@ -3321,67 +3322,71 @@
|
|
|
3321
3322
|
"type": "alert"
|
|
3322
3323
|
},
|
|
3323
3324
|
{
|
|
3325
|
+
"type": "progress-bar",
|
|
3324
3326
|
"value": "@entity.current",
|
|
3325
|
-
"max": "@entity.max"
|
|
3326
|
-
"type": "progress-bar"
|
|
3327
|
+
"max": "@entity.max"
|
|
3327
3328
|
},
|
|
3328
3329
|
{
|
|
3330
|
+
"type": "stack",
|
|
3329
3331
|
"children": [
|
|
3330
3332
|
{
|
|
3331
|
-
"type": "stat-display",
|
|
3332
3333
|
"value": "@entity.current",
|
|
3334
|
+
"type": "stat-display",
|
|
3333
3335
|
"label": "Tokens Used"
|
|
3334
3336
|
},
|
|
3335
3337
|
{
|
|
3338
|
+
"type": "stat-display",
|
|
3336
3339
|
"label": "Max Tokens",
|
|
3337
|
-
"value": "@entity.max"
|
|
3338
|
-
"type": "stat-display"
|
|
3340
|
+
"value": "@entity.max"
|
|
3339
3341
|
}
|
|
3340
3342
|
],
|
|
3341
|
-
"direction": "horizontal",
|
|
3342
3343
|
"gap": "md",
|
|
3343
|
-
"
|
|
3344
|
+
"direction": "horizontal"
|
|
3344
3345
|
},
|
|
3345
3346
|
{
|
|
3346
3347
|
"type": "stack",
|
|
3347
|
-
"direction": "horizontal",
|
|
3348
3348
|
"gap": "sm",
|
|
3349
|
+
"direction": "horizontal",
|
|
3349
3350
|
"children": [
|
|
3350
3351
|
{
|
|
3351
|
-
"
|
|
3352
|
+
"action": "COMPACT",
|
|
3352
3353
|
"icon": "minimize-2",
|
|
3353
|
-
"type": "button",
|
|
3354
3354
|
"label": "Compact",
|
|
3355
|
-
"
|
|
3355
|
+
"type": "button",
|
|
3356
|
+
"variant": "primary"
|
|
3356
3357
|
},
|
|
3357
3358
|
{
|
|
3358
|
-
"
|
|
3359
|
+
"type": "button",
|
|
3360
|
+
"variant": "ghost",
|
|
3359
3361
|
"action": "RESET",
|
|
3360
3362
|
"label": "Reset",
|
|
3361
|
-
"
|
|
3362
|
-
"type": "button"
|
|
3363
|
+
"icon": "rotate-ccw"
|
|
3363
3364
|
}
|
|
3364
3365
|
]
|
|
3365
3366
|
}
|
|
3366
|
-
]
|
|
3367
|
+
],
|
|
3368
|
+
"direction": "vertical",
|
|
3369
|
+
"type": "stack",
|
|
3370
|
+
"gap": "lg"
|
|
3367
3371
|
}
|
|
3368
3372
|
],
|
|
3369
3373
|
"appName": "Agent Assistant",
|
|
3374
|
+
"type": "dashboard-layout",
|
|
3370
3375
|
"navItems": [
|
|
3371
3376
|
{
|
|
3372
|
-
"icon": "message-circle",
|
|
3373
3377
|
"label": "Chat",
|
|
3374
|
-
"href": "/chat"
|
|
3378
|
+
"href": "/chat",
|
|
3379
|
+
"icon": "message-circle"
|
|
3375
3380
|
},
|
|
3376
3381
|
{
|
|
3377
3382
|
"icon": "brain",
|
|
3378
|
-
"
|
|
3379
|
-
"
|
|
3383
|
+
"href": "/memory",
|
|
3384
|
+
"label": "Memory"
|
|
3380
3385
|
},
|
|
3381
3386
|
{
|
|
3382
|
-
"label": "Settings",
|
|
3383
3387
|
"href": "/settings",
|
|
3384
|
-
"icon": "settings"
|
|
3388
|
+
"icon": "settings",
|
|
3389
|
+
"label": "Settings"
|
|
3385
3390
|
}
|
|
3386
3391
|
]
|
|
3387
3392
|
}
|
|
@@ -3411,24 +3416,42 @@
|
|
|
3411
3416
|
"render-ui",
|
|
3412
3417
|
"main",
|
|
3413
3418
|
{
|
|
3419
|
+
"appName": "Agent Assistant",
|
|
3420
|
+
"navItems": [
|
|
3421
|
+
{
|
|
3422
|
+
"label": "Chat",
|
|
3423
|
+
"href": "/chat",
|
|
3424
|
+
"icon": "message-circle"
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"icon": "brain",
|
|
3428
|
+
"href": "/memory",
|
|
3429
|
+
"label": "Memory"
|
|
3430
|
+
},
|
|
3431
|
+
{
|
|
3432
|
+
"label": "Settings",
|
|
3433
|
+
"href": "/settings",
|
|
3434
|
+
"icon": "settings"
|
|
3435
|
+
}
|
|
3436
|
+
],
|
|
3437
|
+
"type": "dashboard-layout",
|
|
3414
3438
|
"children": [
|
|
3415
3439
|
{
|
|
3416
3440
|
"gap": "lg",
|
|
3417
3441
|
"direction": "vertical",
|
|
3442
|
+
"type": "stack",
|
|
3418
3443
|
"children": [
|
|
3419
3444
|
{
|
|
3420
3445
|
"direction": "horizontal",
|
|
3421
|
-
"gap": "sm",
|
|
3422
|
-
"type": "stack",
|
|
3423
3446
|
"children": [
|
|
3424
3447
|
{
|
|
3425
|
-
"
|
|
3426
|
-
"
|
|
3448
|
+
"type": "icon",
|
|
3449
|
+
"name": "alert-octagon"
|
|
3427
3450
|
},
|
|
3428
3451
|
{
|
|
3429
|
-
"
|
|
3452
|
+
"content": "Token Usage",
|
|
3430
3453
|
"variant": "h2",
|
|
3431
|
-
"
|
|
3454
|
+
"type": "typography"
|
|
3432
3455
|
},
|
|
3433
3456
|
{
|
|
3434
3457
|
"type": "badge",
|
|
@@ -3436,7 +3459,9 @@
|
|
|
3436
3459
|
"variant": "danger"
|
|
3437
3460
|
}
|
|
3438
3461
|
],
|
|
3439
|
-
"
|
|
3462
|
+
"type": "stack",
|
|
3463
|
+
"align": "center",
|
|
3464
|
+
"gap": "sm"
|
|
3440
3465
|
},
|
|
3441
3466
|
{
|
|
3442
3467
|
"type": "divider"
|
|
@@ -3447,16 +3472,18 @@
|
|
|
3447
3472
|
"message": "Token usage critical. Compact immediately to avoid truncation."
|
|
3448
3473
|
},
|
|
3449
3474
|
{
|
|
3450
|
-
"value": "@entity.current",
|
|
3451
3475
|
"max": "@entity.max",
|
|
3452
|
-
"type": "progress-bar"
|
|
3476
|
+
"type": "progress-bar",
|
|
3477
|
+
"value": "@entity.current"
|
|
3453
3478
|
},
|
|
3454
3479
|
{
|
|
3480
|
+
"direction": "horizontal",
|
|
3481
|
+
"gap": "md",
|
|
3455
3482
|
"children": [
|
|
3456
3483
|
{
|
|
3484
|
+
"value": "@entity.current",
|
|
3457
3485
|
"type": "stat-display",
|
|
3458
|
-
"label": "Tokens Used"
|
|
3459
|
-
"value": "@entity.current"
|
|
3486
|
+
"label": "Tokens Used"
|
|
3460
3487
|
},
|
|
3461
3488
|
{
|
|
3462
3489
|
"label": "Max Tokens",
|
|
@@ -3464,54 +3491,32 @@
|
|
|
3464
3491
|
"value": "@entity.max"
|
|
3465
3492
|
}
|
|
3466
3493
|
],
|
|
3467
|
-
"
|
|
3468
|
-
"type": "stack",
|
|
3469
|
-
"gap": "md"
|
|
3494
|
+
"type": "stack"
|
|
3470
3495
|
},
|
|
3471
3496
|
{
|
|
3472
|
-
"gap": "sm",
|
|
3473
|
-
"type": "stack",
|
|
3474
3497
|
"direction": "horizontal",
|
|
3498
|
+
"type": "stack",
|
|
3499
|
+
"gap": "sm",
|
|
3475
3500
|
"children": [
|
|
3476
3501
|
{
|
|
3477
3502
|
"label": "Compact Now",
|
|
3478
3503
|
"type": "button",
|
|
3479
3504
|
"action": "COMPACT",
|
|
3480
|
-
"
|
|
3481
|
-
"
|
|
3505
|
+
"variant": "primary",
|
|
3506
|
+
"icon": "minimize-2"
|
|
3482
3507
|
},
|
|
3483
3508
|
{
|
|
3509
|
+
"variant": "ghost",
|
|
3484
3510
|
"icon": "rotate-ccw",
|
|
3485
|
-
"action": "RESET",
|
|
3486
3511
|
"type": "button",
|
|
3487
|
-
"
|
|
3488
|
-
"
|
|
3512
|
+
"action": "RESET",
|
|
3513
|
+
"label": "Reset"
|
|
3489
3514
|
}
|
|
3490
3515
|
]
|
|
3491
3516
|
}
|
|
3492
|
-
]
|
|
3493
|
-
"type": "stack"
|
|
3494
|
-
}
|
|
3495
|
-
],
|
|
3496
|
-
"type": "dashboard-layout",
|
|
3497
|
-
"navItems": [
|
|
3498
|
-
{
|
|
3499
|
-
"label": "Chat",
|
|
3500
|
-
"href": "/chat",
|
|
3501
|
-
"icon": "message-circle"
|
|
3502
|
-
},
|
|
3503
|
-
{
|
|
3504
|
-
"label": "Memory",
|
|
3505
|
-
"icon": "brain",
|
|
3506
|
-
"href": "/memory"
|
|
3507
|
-
},
|
|
3508
|
-
{
|
|
3509
|
-
"label": "Settings",
|
|
3510
|
-
"href": "/settings",
|
|
3511
|
-
"icon": "settings"
|
|
3517
|
+
]
|
|
3512
3518
|
}
|
|
3513
|
-
]
|
|
3514
|
-
"appName": "Agent Assistant"
|
|
3519
|
+
]
|
|
3515
3520
|
}
|
|
3516
3521
|
]
|
|
3517
3522
|
]
|
|
@@ -3539,44 +3544,43 @@
|
|
|
3539
3544
|
"render-ui",
|
|
3540
3545
|
"main",
|
|
3541
3546
|
{
|
|
3542
|
-
"
|
|
3547
|
+
"type": "dashboard-layout",
|
|
3543
3548
|
"children": [
|
|
3544
3549
|
{
|
|
3545
|
-
"type": "stack",
|
|
3546
3550
|
"direction": "vertical",
|
|
3547
|
-
"gap": "lg",
|
|
3548
3551
|
"children": [
|
|
3549
3552
|
{
|
|
3553
|
+
"align": "center",
|
|
3550
3554
|
"gap": "sm",
|
|
3551
3555
|
"children": [
|
|
3552
3556
|
{
|
|
3553
|
-
"
|
|
3554
|
-
"
|
|
3557
|
+
"name": "gauge",
|
|
3558
|
+
"type": "icon"
|
|
3555
3559
|
},
|
|
3556
3560
|
{
|
|
3557
|
-
"
|
|
3561
|
+
"type": "typography",
|
|
3558
3562
|
"content": "Token Usage",
|
|
3559
|
-
"
|
|
3563
|
+
"variant": "h2"
|
|
3560
3564
|
},
|
|
3561
3565
|
{
|
|
3562
|
-
"label": "Normal",
|
|
3563
3566
|
"variant": "default",
|
|
3564
|
-
"type": "badge"
|
|
3567
|
+
"type": "badge",
|
|
3568
|
+
"label": "Normal"
|
|
3565
3569
|
}
|
|
3566
3570
|
],
|
|
3567
3571
|
"type": "stack",
|
|
3568
|
-
"direction": "horizontal"
|
|
3569
|
-
"align": "center"
|
|
3572
|
+
"direction": "horizontal"
|
|
3570
3573
|
},
|
|
3571
3574
|
{
|
|
3572
3575
|
"type": "divider"
|
|
3573
3576
|
},
|
|
3574
3577
|
{
|
|
3575
|
-
"
|
|
3578
|
+
"type": "progress-bar",
|
|
3576
3579
|
"value": "@entity.current",
|
|
3577
|
-
"
|
|
3580
|
+
"max": "@entity.max"
|
|
3578
3581
|
},
|
|
3579
3582
|
{
|
|
3583
|
+
"type": "stack",
|
|
3580
3584
|
"children": [
|
|
3581
3585
|
{
|
|
3582
3586
|
"value": "@entity.current",
|
|
@@ -3584,43 +3588,44 @@
|
|
|
3584
3588
|
"label": "Tokens Used"
|
|
3585
3589
|
},
|
|
3586
3590
|
{
|
|
3587
|
-
"value": "@entity.max",
|
|
3588
3591
|
"type": "stat-display",
|
|
3589
|
-
"label": "Max Tokens"
|
|
3592
|
+
"label": "Max Tokens",
|
|
3593
|
+
"value": "@entity.max"
|
|
3590
3594
|
}
|
|
3591
3595
|
],
|
|
3592
|
-
"
|
|
3593
|
-
"gap": "md"
|
|
3594
|
-
"direction": "horizontal"
|
|
3596
|
+
"direction": "horizontal",
|
|
3597
|
+
"gap": "md"
|
|
3595
3598
|
},
|
|
3596
3599
|
{
|
|
3597
|
-
"
|
|
3600
|
+
"variant": "ghost",
|
|
3598
3601
|
"type": "button",
|
|
3599
|
-
"
|
|
3602
|
+
"label": "Reset",
|
|
3600
3603
|
"icon": "rotate-ccw",
|
|
3601
|
-
"
|
|
3604
|
+
"action": "RESET"
|
|
3602
3605
|
}
|
|
3603
|
-
]
|
|
3606
|
+
],
|
|
3607
|
+
"type": "stack",
|
|
3608
|
+
"gap": "lg"
|
|
3604
3609
|
}
|
|
3605
3610
|
],
|
|
3611
|
+
"appName": "Agent Assistant",
|
|
3606
3612
|
"navItems": [
|
|
3607
3613
|
{
|
|
3608
3614
|
"label": "Chat",
|
|
3609
|
-
"
|
|
3610
|
-
"
|
|
3615
|
+
"icon": "message-circle",
|
|
3616
|
+
"href": "/chat"
|
|
3611
3617
|
},
|
|
3612
3618
|
{
|
|
3613
|
-
"icon": "brain",
|
|
3614
3619
|
"href": "/memory",
|
|
3620
|
+
"icon": "brain",
|
|
3615
3621
|
"label": "Memory"
|
|
3616
3622
|
},
|
|
3617
3623
|
{
|
|
3618
|
-
"
|
|
3624
|
+
"href": "/settings",
|
|
3619
3625
|
"label": "Settings",
|
|
3620
|
-
"
|
|
3626
|
+
"icon": "settings"
|
|
3621
3627
|
}
|
|
3622
|
-
]
|
|
3623
|
-
"type": "dashboard-layout"
|
|
3628
|
+
]
|
|
3624
3629
|
}
|
|
3625
3630
|
]
|
|
3626
3631
|
]
|
|
@@ -3646,31 +3651,33 @@
|
|
|
3646
3651
|
"main",
|
|
3647
3652
|
{
|
|
3648
3653
|
"appName": "Agent Assistant",
|
|
3649
|
-
"type": "dashboard-layout",
|
|
3650
3654
|
"children": [
|
|
3651
3655
|
{
|
|
3656
|
+
"type": "stack",
|
|
3657
|
+
"gap": "lg",
|
|
3658
|
+
"direction": "vertical",
|
|
3652
3659
|
"children": [
|
|
3653
3660
|
{
|
|
3654
|
-
"align": "center",
|
|
3655
|
-
"direction": "horizontal",
|
|
3656
|
-
"gap": "sm",
|
|
3657
3661
|
"children": [
|
|
3658
3662
|
{
|
|
3659
|
-
"
|
|
3660
|
-
"
|
|
3663
|
+
"name": "gauge",
|
|
3664
|
+
"type": "icon"
|
|
3661
3665
|
},
|
|
3662
3666
|
{
|
|
3667
|
+
"type": "typography",
|
|
3663
3668
|
"content": "Token Usage",
|
|
3664
|
-
"variant": "h2"
|
|
3665
|
-
"type": "typography"
|
|
3669
|
+
"variant": "h2"
|
|
3666
3670
|
},
|
|
3667
3671
|
{
|
|
3668
3672
|
"label": "Normal",
|
|
3669
|
-
"
|
|
3670
|
-
"
|
|
3673
|
+
"variant": "default",
|
|
3674
|
+
"type": "badge"
|
|
3671
3675
|
}
|
|
3672
3676
|
],
|
|
3673
|
-
"
|
|
3677
|
+
"gap": "sm",
|
|
3678
|
+
"type": "stack",
|
|
3679
|
+
"direction": "horizontal",
|
|
3680
|
+
"align": "center"
|
|
3674
3681
|
},
|
|
3675
3682
|
{
|
|
3676
3683
|
"type": "divider"
|
|
@@ -3681,49 +3688,47 @@
|
|
|
3681
3688
|
"value": "@entity.current"
|
|
3682
3689
|
},
|
|
3683
3690
|
{
|
|
3684
|
-
"
|
|
3691
|
+
"direction": "horizontal",
|
|
3685
3692
|
"children": [
|
|
3686
3693
|
{
|
|
3687
|
-
"label": "Tokens Used",
|
|
3688
3694
|
"value": "@entity.current",
|
|
3695
|
+
"label": "Tokens Used",
|
|
3689
3696
|
"type": "stat-display"
|
|
3690
3697
|
},
|
|
3691
3698
|
{
|
|
3692
3699
|
"label": "Max Tokens",
|
|
3693
|
-
"
|
|
3694
|
-
"
|
|
3700
|
+
"type": "stat-display",
|
|
3701
|
+
"value": "@entity.max"
|
|
3695
3702
|
}
|
|
3696
3703
|
],
|
|
3697
|
-
"
|
|
3698
|
-
"
|
|
3704
|
+
"gap": "md",
|
|
3705
|
+
"type": "stack"
|
|
3699
3706
|
},
|
|
3700
3707
|
{
|
|
3701
|
-
"
|
|
3708
|
+
"type": "button",
|
|
3702
3709
|
"label": "Reset",
|
|
3710
|
+
"variant": "ghost",
|
|
3703
3711
|
"action": "RESET",
|
|
3704
|
-
"
|
|
3705
|
-
"variant": "ghost"
|
|
3712
|
+
"icon": "rotate-ccw"
|
|
3706
3713
|
}
|
|
3707
|
-
]
|
|
3708
|
-
"gap": "lg",
|
|
3709
|
-
"type": "stack",
|
|
3710
|
-
"direction": "vertical"
|
|
3714
|
+
]
|
|
3711
3715
|
}
|
|
3712
3716
|
],
|
|
3717
|
+
"type": "dashboard-layout",
|
|
3713
3718
|
"navItems": [
|
|
3714
3719
|
{
|
|
3720
|
+
"label": "Chat",
|
|
3715
3721
|
"icon": "message-circle",
|
|
3716
|
-
"href": "/chat"
|
|
3717
|
-
"label": "Chat"
|
|
3722
|
+
"href": "/chat"
|
|
3718
3723
|
},
|
|
3719
3724
|
{
|
|
3720
|
-
"href": "/memory",
|
|
3721
3725
|
"label": "Memory",
|
|
3726
|
+
"href": "/memory",
|
|
3722
3727
|
"icon": "brain"
|
|
3723
3728
|
},
|
|
3724
3729
|
{
|
|
3725
|
-
"label": "Settings",
|
|
3726
3730
|
"href": "/settings",
|
|
3731
|
+
"label": "Settings",
|
|
3727
3732
|
"icon": "settings"
|
|
3728
3733
|
}
|
|
3729
3734
|
]
|
|
@@ -3745,25 +3750,40 @@
|
|
|
3745
3750
|
"render-ui",
|
|
3746
3751
|
"main",
|
|
3747
3752
|
{
|
|
3753
|
+
"navItems": [
|
|
3754
|
+
{
|
|
3755
|
+
"label": "Chat",
|
|
3756
|
+
"icon": "message-circle",
|
|
3757
|
+
"href": "/chat"
|
|
3758
|
+
},
|
|
3759
|
+
{
|
|
3760
|
+
"href": "/memory",
|
|
3761
|
+
"icon": "brain",
|
|
3762
|
+
"label": "Memory"
|
|
3763
|
+
},
|
|
3764
|
+
{
|
|
3765
|
+
"icon": "settings",
|
|
3766
|
+
"label": "Settings",
|
|
3767
|
+
"href": "/settings"
|
|
3768
|
+
}
|
|
3769
|
+
],
|
|
3748
3770
|
"type": "dashboard-layout",
|
|
3749
|
-
"appName": "Agent Assistant",
|
|
3750
3771
|
"children": [
|
|
3751
3772
|
{
|
|
3752
3773
|
"type": "stack",
|
|
3753
|
-
"direction": "vertical",
|
|
3754
|
-
"gap": "lg",
|
|
3755
3774
|
"children": [
|
|
3756
3775
|
{
|
|
3757
3776
|
"direction": "horizontal",
|
|
3777
|
+
"gap": "sm",
|
|
3758
3778
|
"children": [
|
|
3759
3779
|
{
|
|
3760
|
-
"
|
|
3761
|
-
"
|
|
3780
|
+
"type": "icon",
|
|
3781
|
+
"name": "gauge"
|
|
3762
3782
|
},
|
|
3763
3783
|
{
|
|
3784
|
+
"type": "typography",
|
|
3764
3785
|
"content": "Token Usage",
|
|
3765
|
-
"variant": "h2"
|
|
3766
|
-
"type": "typography"
|
|
3786
|
+
"variant": "h2"
|
|
3767
3787
|
},
|
|
3768
3788
|
{
|
|
3769
3789
|
"label": "Normal",
|
|
@@ -3772,18 +3792,19 @@
|
|
|
3772
3792
|
}
|
|
3773
3793
|
],
|
|
3774
3794
|
"type": "stack",
|
|
3775
|
-
"align": "center"
|
|
3776
|
-
"gap": "sm"
|
|
3795
|
+
"align": "center"
|
|
3777
3796
|
},
|
|
3778
3797
|
{
|
|
3779
3798
|
"type": "divider"
|
|
3780
3799
|
},
|
|
3781
3800
|
{
|
|
3801
|
+
"max": "@entity.max",
|
|
3782
3802
|
"type": "progress-bar",
|
|
3783
|
-
"value": "@entity.current"
|
|
3784
|
-
"max": "@entity.max"
|
|
3803
|
+
"value": "@entity.current"
|
|
3785
3804
|
},
|
|
3786
3805
|
{
|
|
3806
|
+
"gap": "md",
|
|
3807
|
+
"type": "stack",
|
|
3787
3808
|
"children": [
|
|
3788
3809
|
{
|
|
3789
3810
|
"label": "Tokens Used",
|
|
@@ -3791,42 +3812,26 @@
|
|
|
3791
3812
|
"type": "stat-display"
|
|
3792
3813
|
},
|
|
3793
3814
|
{
|
|
3794
|
-
"value": "@entity.max",
|
|
3795
3815
|
"label": "Max Tokens",
|
|
3816
|
+
"value": "@entity.max",
|
|
3796
3817
|
"type": "stat-display"
|
|
3797
3818
|
}
|
|
3798
3819
|
],
|
|
3799
|
-
"gap": "md",
|
|
3800
|
-
"type": "stack",
|
|
3801
3820
|
"direction": "horizontal"
|
|
3802
3821
|
},
|
|
3803
3822
|
{
|
|
3823
|
+
"type": "button",
|
|
3804
3824
|
"action": "RESET",
|
|
3825
|
+
"label": "Reset",
|
|
3805
3826
|
"icon": "rotate-ccw",
|
|
3806
|
-
"
|
|
3807
|
-
"variant": "ghost",
|
|
3808
|
-
"label": "Reset"
|
|
3827
|
+
"variant": "ghost"
|
|
3809
3828
|
}
|
|
3810
|
-
]
|
|
3829
|
+
],
|
|
3830
|
+
"direction": "vertical",
|
|
3831
|
+
"gap": "lg"
|
|
3811
3832
|
}
|
|
3812
3833
|
],
|
|
3813
|
-
"
|
|
3814
|
-
{
|
|
3815
|
-
"label": "Chat",
|
|
3816
|
-
"href": "/chat",
|
|
3817
|
-
"icon": "message-circle"
|
|
3818
|
-
},
|
|
3819
|
-
{
|
|
3820
|
-
"label": "Memory",
|
|
3821
|
-
"href": "/memory",
|
|
3822
|
-
"icon": "brain"
|
|
3823
|
-
},
|
|
3824
|
-
{
|
|
3825
|
-
"href": "/settings",
|
|
3826
|
-
"label": "Settings",
|
|
3827
|
-
"icon": "settings"
|
|
3828
|
-
}
|
|
3829
|
-
]
|
|
3834
|
+
"appName": "Agent Assistant"
|
|
3830
3835
|
}
|
|
3831
3836
|
]
|
|
3832
3837
|
]
|
|
@@ -3854,7 +3859,6 @@
|
|
|
3854
3859
|
"render-ui",
|
|
3855
3860
|
"main",
|
|
3856
3861
|
{
|
|
3857
|
-
"type": "dashboard-layout",
|
|
3858
3862
|
"appName": "Agent Assistant",
|
|
3859
3863
|
"children": [
|
|
3860
3864
|
{
|
|
@@ -3862,9 +3866,6 @@
|
|
|
3862
3866
|
"gap": "lg",
|
|
3863
3867
|
"children": [
|
|
3864
3868
|
{
|
|
3865
|
-
"gap": "sm",
|
|
3866
|
-
"direction": "horizontal",
|
|
3867
|
-
"type": "stack",
|
|
3868
3869
|
"align": "center",
|
|
3869
3870
|
"children": [
|
|
3870
3871
|
{
|
|
@@ -3877,24 +3878,27 @@
|
|
|
3877
3878
|
"variant": "h2"
|
|
3878
3879
|
},
|
|
3879
3880
|
{
|
|
3880
|
-
"variant": "danger",
|
|
3881
3881
|
"type": "badge",
|
|
3882
|
-
"label": "Critical"
|
|
3882
|
+
"label": "Critical",
|
|
3883
|
+
"variant": "danger"
|
|
3883
3884
|
}
|
|
3884
|
-
]
|
|
3885
|
+
],
|
|
3886
|
+
"direction": "horizontal",
|
|
3887
|
+
"gap": "sm",
|
|
3888
|
+
"type": "stack"
|
|
3885
3889
|
},
|
|
3886
3890
|
{
|
|
3887
3891
|
"type": "divider"
|
|
3888
3892
|
},
|
|
3889
3893
|
{
|
|
3890
|
-
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
3891
3894
|
"variant": "error",
|
|
3895
|
+
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
3892
3896
|
"type": "alert"
|
|
3893
3897
|
},
|
|
3894
3898
|
{
|
|
3895
|
-
"value": "@entity.current",
|
|
3896
3899
|
"max": "@entity.max",
|
|
3897
|
-
"type": "progress-bar"
|
|
3900
|
+
"type": "progress-bar",
|
|
3901
|
+
"value": "@entity.current"
|
|
3898
3902
|
},
|
|
3899
3903
|
{
|
|
3900
3904
|
"children": [
|
|
@@ -3904,35 +3908,35 @@
|
|
|
3904
3908
|
"value": "@entity.current"
|
|
3905
3909
|
},
|
|
3906
3910
|
{
|
|
3907
|
-
"type": "stat-display",
|
|
3908
3911
|
"label": "Max Tokens",
|
|
3909
|
-
"value": "@entity.max"
|
|
3912
|
+
"value": "@entity.max",
|
|
3913
|
+
"type": "stat-display"
|
|
3910
3914
|
}
|
|
3911
3915
|
],
|
|
3912
|
-
"
|
|
3916
|
+
"direction": "horizontal",
|
|
3913
3917
|
"type": "stack",
|
|
3914
|
-
"
|
|
3918
|
+
"gap": "md"
|
|
3915
3919
|
},
|
|
3916
3920
|
{
|
|
3921
|
+
"type": "stack",
|
|
3922
|
+
"gap": "sm",
|
|
3917
3923
|
"direction": "horizontal",
|
|
3918
3924
|
"children": [
|
|
3919
3925
|
{
|
|
3920
|
-
"label": "Compact Now",
|
|
3921
|
-
"variant": "primary",
|
|
3922
3926
|
"icon": "minimize-2",
|
|
3927
|
+
"label": "Compact Now",
|
|
3928
|
+
"action": "COMPACT",
|
|
3923
3929
|
"type": "button",
|
|
3924
|
-
"
|
|
3930
|
+
"variant": "primary"
|
|
3925
3931
|
},
|
|
3926
3932
|
{
|
|
3927
|
-
"icon": "rotate-ccw",
|
|
3928
|
-
"action": "RESET",
|
|
3929
3933
|
"type": "button",
|
|
3930
|
-
"
|
|
3931
|
-
"variant": "ghost"
|
|
3934
|
+
"action": "RESET",
|
|
3935
|
+
"variant": "ghost",
|
|
3936
|
+
"icon": "rotate-ccw",
|
|
3937
|
+
"label": "Reset"
|
|
3932
3938
|
}
|
|
3933
|
-
]
|
|
3934
|
-
"gap": "sm",
|
|
3935
|
-
"type": "stack"
|
|
3939
|
+
]
|
|
3936
3940
|
}
|
|
3937
3941
|
],
|
|
3938
3942
|
"type": "stack"
|
|
@@ -3941,20 +3945,21 @@
|
|
|
3941
3945
|
"navItems": [
|
|
3942
3946
|
{
|
|
3943
3947
|
"label": "Chat",
|
|
3944
|
-
"
|
|
3945
|
-
"
|
|
3948
|
+
"href": "/chat",
|
|
3949
|
+
"icon": "message-circle"
|
|
3946
3950
|
},
|
|
3947
3951
|
{
|
|
3948
|
-
"label": "Memory",
|
|
3949
3952
|
"href": "/memory",
|
|
3953
|
+
"label": "Memory",
|
|
3950
3954
|
"icon": "brain"
|
|
3951
3955
|
},
|
|
3952
3956
|
{
|
|
3957
|
+
"href": "/settings",
|
|
3953
3958
|
"label": "Settings",
|
|
3954
|
-
"icon": "settings"
|
|
3955
|
-
"href": "/settings"
|
|
3959
|
+
"icon": "settings"
|
|
3956
3960
|
}
|
|
3957
|
-
]
|
|
3961
|
+
],
|
|
3962
|
+
"type": "dashboard-layout"
|
|
3958
3963
|
}
|
|
3959
3964
|
]
|
|
3960
3965
|
]
|
|
@@ -3994,29 +3999,34 @@
|
|
|
3994
3999
|
"render-ui",
|
|
3995
4000
|
"main",
|
|
3996
4001
|
{
|
|
3997
|
-
"type": "dashboard-layout",
|
|
3998
|
-
"appName": "Agent Assistant",
|
|
3999
4002
|
"navItems": [
|
|
4000
4003
|
{
|
|
4001
|
-
"
|
|
4004
|
+
"label": "Chat",
|
|
4002
4005
|
"icon": "message-circle",
|
|
4003
|
-
"
|
|
4006
|
+
"href": "/chat"
|
|
4004
4007
|
},
|
|
4005
4008
|
{
|
|
4006
4009
|
"href": "/memory",
|
|
4007
|
-
"
|
|
4008
|
-
"
|
|
4010
|
+
"label": "Memory",
|
|
4011
|
+
"icon": "brain"
|
|
4009
4012
|
},
|
|
4010
4013
|
{
|
|
4011
4014
|
"label": "Settings",
|
|
4012
|
-
"
|
|
4013
|
-
"
|
|
4015
|
+
"href": "/settings",
|
|
4016
|
+
"icon": "settings"
|
|
4014
4017
|
}
|
|
4015
4018
|
],
|
|
4019
|
+
"type": "dashboard-layout",
|
|
4020
|
+
"appName": "Agent Assistant",
|
|
4016
4021
|
"children": [
|
|
4017
4022
|
{
|
|
4023
|
+
"direction": "vertical",
|
|
4018
4024
|
"children": [
|
|
4019
4025
|
{
|
|
4026
|
+
"type": "stack",
|
|
4027
|
+
"gap": "sm",
|
|
4028
|
+
"align": "center",
|
|
4029
|
+
"direction": "horizontal",
|
|
4020
4030
|
"children": [
|
|
4021
4031
|
{
|
|
4022
4032
|
"name": "alert-triangle",
|
|
@@ -4024,19 +4034,15 @@
|
|
|
4024
4034
|
},
|
|
4025
4035
|
{
|
|
4026
4036
|
"variant": "h2",
|
|
4027
|
-
"
|
|
4028
|
-
"
|
|
4037
|
+
"content": "Token Usage",
|
|
4038
|
+
"type": "typography"
|
|
4029
4039
|
},
|
|
4030
4040
|
{
|
|
4031
|
-
"label": "Warning",
|
|
4032
4041
|
"variant": "warning",
|
|
4042
|
+
"label": "Warning",
|
|
4033
4043
|
"type": "badge"
|
|
4034
4044
|
}
|
|
4035
|
-
]
|
|
4036
|
-
"type": "stack",
|
|
4037
|
-
"gap": "sm",
|
|
4038
|
-
"align": "center",
|
|
4039
|
-
"direction": "horizontal"
|
|
4045
|
+
]
|
|
4040
4046
|
},
|
|
4041
4047
|
{
|
|
4042
4048
|
"type": "divider"
|
|
@@ -4047,28 +4053,30 @@
|
|
|
4047
4053
|
"message": "Token usage approaching limit. Consider compacting."
|
|
4048
4054
|
},
|
|
4049
4055
|
{
|
|
4050
|
-
"max": "@entity.max",
|
|
4051
4056
|
"value": "@entity.current",
|
|
4052
|
-
"type": "progress-bar"
|
|
4057
|
+
"type": "progress-bar",
|
|
4058
|
+
"max": "@entity.max"
|
|
4053
4059
|
},
|
|
4054
4060
|
{
|
|
4055
|
-
"direction": "horizontal",
|
|
4056
|
-
"type": "stack",
|
|
4057
4061
|
"gap": "md",
|
|
4058
4062
|
"children": [
|
|
4059
4063
|
{
|
|
4060
|
-
"
|
|
4064
|
+
"value": "@entity.current",
|
|
4061
4065
|
"label": "Tokens Used",
|
|
4062
|
-
"
|
|
4066
|
+
"type": "stat-display"
|
|
4063
4067
|
},
|
|
4064
4068
|
{
|
|
4065
|
-
"type": "stat-display",
|
|
4066
4069
|
"value": "@entity.max",
|
|
4070
|
+
"type": "stat-display",
|
|
4067
4071
|
"label": "Max Tokens"
|
|
4068
4072
|
}
|
|
4069
|
-
]
|
|
4073
|
+
],
|
|
4074
|
+
"type": "stack",
|
|
4075
|
+
"direction": "horizontal"
|
|
4070
4076
|
},
|
|
4071
4077
|
{
|
|
4078
|
+
"type": "stack",
|
|
4079
|
+
"gap": "sm",
|
|
4072
4080
|
"children": [
|
|
4073
4081
|
{
|
|
4074
4082
|
"label": "Compact",
|
|
@@ -4078,20 +4086,17 @@
|
|
|
4078
4086
|
"action": "COMPACT"
|
|
4079
4087
|
},
|
|
4080
4088
|
{
|
|
4081
|
-
"
|
|
4082
|
-
"icon": "rotate-ccw",
|
|
4089
|
+
"type": "button",
|
|
4083
4090
|
"label": "Reset",
|
|
4084
|
-
"
|
|
4085
|
-
"
|
|
4091
|
+
"icon": "rotate-ccw",
|
|
4092
|
+
"action": "RESET",
|
|
4093
|
+
"variant": "ghost"
|
|
4086
4094
|
}
|
|
4087
4095
|
],
|
|
4088
|
-
"type": "stack",
|
|
4089
|
-
"gap": "sm",
|
|
4090
4096
|
"direction": "horizontal"
|
|
4091
4097
|
}
|
|
4092
4098
|
],
|
|
4093
4099
|
"type": "stack",
|
|
4094
|
-
"direction": "vertical",
|
|
4095
4100
|
"gap": "lg"
|
|
4096
4101
|
}
|
|
4097
4102
|
]
|
|
@@ -4122,88 +4127,88 @@
|
|
|
4122
4127
|
"render-ui",
|
|
4123
4128
|
"main",
|
|
4124
4129
|
{
|
|
4125
|
-
"navItems": [
|
|
4126
|
-
{
|
|
4127
|
-
"icon": "message-circle",
|
|
4128
|
-
"label": "Chat",
|
|
4129
|
-
"href": "/chat"
|
|
4130
|
-
},
|
|
4131
|
-
{
|
|
4132
|
-
"href": "/memory",
|
|
4133
|
-
"label": "Memory",
|
|
4134
|
-
"icon": "brain"
|
|
4135
|
-
},
|
|
4136
|
-
{
|
|
4137
|
-
"href": "/settings",
|
|
4138
|
-
"label": "Settings",
|
|
4139
|
-
"icon": "settings"
|
|
4140
|
-
}
|
|
4141
|
-
],
|
|
4142
4130
|
"appName": "Agent Assistant",
|
|
4131
|
+
"type": "dashboard-layout",
|
|
4143
4132
|
"children": [
|
|
4144
4133
|
{
|
|
4134
|
+
"gap": "lg",
|
|
4135
|
+
"direction": "vertical",
|
|
4136
|
+
"type": "stack",
|
|
4145
4137
|
"children": [
|
|
4146
4138
|
{
|
|
4139
|
+
"type": "stack",
|
|
4147
4140
|
"align": "center",
|
|
4148
|
-
"gap": "sm",
|
|
4149
4141
|
"children": [
|
|
4150
4142
|
{
|
|
4151
|
-
"
|
|
4152
|
-
"
|
|
4143
|
+
"name": "gauge",
|
|
4144
|
+
"type": "icon"
|
|
4153
4145
|
},
|
|
4154
4146
|
{
|
|
4155
|
-
"type": "typography",
|
|
4156
4147
|
"variant": "h2",
|
|
4148
|
+
"type": "typography",
|
|
4157
4149
|
"content": "Token Usage"
|
|
4158
4150
|
},
|
|
4159
4151
|
{
|
|
4160
4152
|
"variant": "default",
|
|
4161
|
-
"
|
|
4162
|
-
"
|
|
4153
|
+
"label": "Normal",
|
|
4154
|
+
"type": "badge"
|
|
4163
4155
|
}
|
|
4164
4156
|
],
|
|
4165
|
-
"
|
|
4166
|
-
"
|
|
4157
|
+
"direction": "horizontal",
|
|
4158
|
+
"gap": "sm"
|
|
4167
4159
|
},
|
|
4168
4160
|
{
|
|
4169
4161
|
"type": "divider"
|
|
4170
4162
|
},
|
|
4171
4163
|
{
|
|
4172
|
-
"max": "@entity.max",
|
|
4173
4164
|
"type": "progress-bar",
|
|
4165
|
+
"max": "@entity.max",
|
|
4174
4166
|
"value": "@entity.current"
|
|
4175
4167
|
},
|
|
4176
4168
|
{
|
|
4177
|
-
"
|
|
4178
|
-
"direction": "horizontal",
|
|
4169
|
+
"gap": "md",
|
|
4179
4170
|
"children": [
|
|
4180
4171
|
{
|
|
4181
4172
|
"label": "Tokens Used",
|
|
4182
|
-
"
|
|
4183
|
-
"
|
|
4173
|
+
"type": "stat-display",
|
|
4174
|
+
"value": "@entity.current"
|
|
4184
4175
|
},
|
|
4185
4176
|
{
|
|
4186
|
-
"
|
|
4177
|
+
"value": "@entity.max",
|
|
4187
4178
|
"label": "Max Tokens",
|
|
4188
|
-
"
|
|
4179
|
+
"type": "stat-display"
|
|
4189
4180
|
}
|
|
4190
4181
|
],
|
|
4191
|
-
"
|
|
4182
|
+
"type": "stack",
|
|
4183
|
+
"direction": "horizontal"
|
|
4192
4184
|
},
|
|
4193
4185
|
{
|
|
4186
|
+
"type": "button",
|
|
4187
|
+
"label": "Reset",
|
|
4194
4188
|
"icon": "rotate-ccw",
|
|
4195
4189
|
"variant": "ghost",
|
|
4196
|
-
"action": "RESET"
|
|
4197
|
-
"type": "button",
|
|
4198
|
-
"label": "Reset"
|
|
4190
|
+
"action": "RESET"
|
|
4199
4191
|
}
|
|
4200
|
-
]
|
|
4201
|
-
"direction": "vertical",
|
|
4202
|
-
"type": "stack",
|
|
4203
|
-
"gap": "lg"
|
|
4192
|
+
]
|
|
4204
4193
|
}
|
|
4205
4194
|
],
|
|
4206
|
-
"
|
|
4195
|
+
"navItems": [
|
|
4196
|
+
{
|
|
4197
|
+
"icon": "message-circle",
|
|
4198
|
+
"label": "Chat",
|
|
4199
|
+
"href": "/chat"
|
|
4200
|
+
},
|
|
4201
|
+
{
|
|
4202
|
+
"label": "Memory",
|
|
4203
|
+
"href": "/memory",
|
|
4204
|
+
"icon": "brain"
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"label": "Settings",
|
|
4208
|
+
"href": "/settings",
|
|
4209
|
+
"icon": "settings"
|
|
4210
|
+
}
|
|
4211
|
+
]
|
|
4207
4212
|
}
|
|
4208
4213
|
]
|
|
4209
4214
|
]
|
|
@@ -4228,88 +4233,88 @@
|
|
|
4228
4233
|
"render-ui",
|
|
4229
4234
|
"main",
|
|
4230
4235
|
{
|
|
4231
|
-
"type": "dashboard-layout",
|
|
4232
|
-
"navItems": [
|
|
4233
|
-
{
|
|
4234
|
-
"label": "Chat",
|
|
4235
|
-
"href": "/chat",
|
|
4236
|
-
"icon": "message-circle"
|
|
4237
|
-
},
|
|
4238
|
-
{
|
|
4239
|
-
"href": "/memory",
|
|
4240
|
-
"label": "Memory",
|
|
4241
|
-
"icon": "brain"
|
|
4242
|
-
},
|
|
4243
|
-
{
|
|
4244
|
-
"label": "Settings",
|
|
4245
|
-
"href": "/settings",
|
|
4246
|
-
"icon": "settings"
|
|
4247
|
-
}
|
|
4248
|
-
],
|
|
4249
|
-
"appName": "Agent Assistant",
|
|
4250
4236
|
"children": [
|
|
4251
4237
|
{
|
|
4238
|
+
"type": "stack",
|
|
4252
4239
|
"gap": "lg",
|
|
4240
|
+
"direction": "vertical",
|
|
4253
4241
|
"children": [
|
|
4254
4242
|
{
|
|
4255
|
-
"gap": "sm",
|
|
4256
|
-
"type": "stack",
|
|
4257
|
-
"direction": "horizontal",
|
|
4258
|
-
"align": "center",
|
|
4259
4243
|
"children": [
|
|
4260
4244
|
{
|
|
4261
4245
|
"name": "gauge",
|
|
4262
4246
|
"type": "icon"
|
|
4263
4247
|
},
|
|
4264
4248
|
{
|
|
4265
|
-
"variant": "h2",
|
|
4266
4249
|
"content": "Token Usage",
|
|
4267
|
-
"type": "typography"
|
|
4250
|
+
"type": "typography",
|
|
4251
|
+
"variant": "h2"
|
|
4268
4252
|
},
|
|
4269
4253
|
{
|
|
4270
4254
|
"label": "Normal",
|
|
4271
|
-
"
|
|
4272
|
-
"
|
|
4255
|
+
"variant": "default",
|
|
4256
|
+
"type": "badge"
|
|
4273
4257
|
}
|
|
4274
|
-
]
|
|
4258
|
+
],
|
|
4259
|
+
"type": "stack",
|
|
4260
|
+
"direction": "horizontal",
|
|
4261
|
+
"align": "center",
|
|
4262
|
+
"gap": "sm"
|
|
4275
4263
|
},
|
|
4276
4264
|
{
|
|
4277
4265
|
"type": "divider"
|
|
4278
4266
|
},
|
|
4279
4267
|
{
|
|
4268
|
+
"max": "@entity.max",
|
|
4280
4269
|
"type": "progress-bar",
|
|
4281
|
-
"value": "@entity.current"
|
|
4282
|
-
"max": "@entity.max"
|
|
4270
|
+
"value": "@entity.current"
|
|
4283
4271
|
},
|
|
4284
4272
|
{
|
|
4285
4273
|
"direction": "horizontal",
|
|
4274
|
+
"type": "stack",
|
|
4275
|
+
"gap": "md",
|
|
4286
4276
|
"children": [
|
|
4287
4277
|
{
|
|
4278
|
+
"type": "stat-display",
|
|
4288
4279
|
"label": "Tokens Used",
|
|
4289
|
-
"value": "@entity.current"
|
|
4290
|
-
"type": "stat-display"
|
|
4280
|
+
"value": "@entity.current"
|
|
4291
4281
|
},
|
|
4292
4282
|
{
|
|
4293
4283
|
"label": "Max Tokens",
|
|
4294
|
-
"
|
|
4295
|
-
"
|
|
4284
|
+
"type": "stat-display",
|
|
4285
|
+
"value": "@entity.max"
|
|
4296
4286
|
}
|
|
4297
|
-
]
|
|
4298
|
-
"type": "stack",
|
|
4299
|
-
"gap": "md"
|
|
4287
|
+
]
|
|
4300
4288
|
},
|
|
4301
4289
|
{
|
|
4302
|
-
"action": "RESET",
|
|
4303
|
-
"type": "button",
|
|
4304
4290
|
"icon": "rotate-ccw",
|
|
4291
|
+
"type": "button",
|
|
4292
|
+
"action": "RESET",
|
|
4305
4293
|
"variant": "ghost",
|
|
4306
4294
|
"label": "Reset"
|
|
4307
4295
|
}
|
|
4308
|
-
]
|
|
4309
|
-
"type": "stack",
|
|
4310
|
-
"direction": "vertical"
|
|
4296
|
+
]
|
|
4311
4297
|
}
|
|
4312
|
-
]
|
|
4298
|
+
],
|
|
4299
|
+
"navItems": [
|
|
4300
|
+
{
|
|
4301
|
+
"icon": "message-circle",
|
|
4302
|
+
"href": "/chat",
|
|
4303
|
+
"label": "Chat"
|
|
4304
|
+
},
|
|
4305
|
+
{
|
|
4306
|
+
"icon": "brain",
|
|
4307
|
+
"label": "Memory",
|
|
4308
|
+
"href": "/memory"
|
|
4309
|
+
},
|
|
4310
|
+
{
|
|
4311
|
+
"label": "Settings",
|
|
4312
|
+
"href": "/settings",
|
|
4313
|
+
"icon": "settings"
|
|
4314
|
+
}
|
|
4315
|
+
],
|
|
4316
|
+
"appName": "Agent Assistant",
|
|
4317
|
+
"type": "dashboard-layout"
|
|
4313
4318
|
}
|
|
4314
4319
|
]
|
|
4315
4320
|
]
|
|
@@ -4329,11 +4334,12 @@
|
|
|
4329
4334
|
"main",
|
|
4330
4335
|
{
|
|
4331
4336
|
"type": "dashboard-layout",
|
|
4337
|
+
"appName": "Agent Assistant",
|
|
4332
4338
|
"navItems": [
|
|
4333
4339
|
{
|
|
4334
|
-
"
|
|
4340
|
+
"icon": "message-circle",
|
|
4335
4341
|
"href": "/chat",
|
|
4336
|
-
"
|
|
4342
|
+
"label": "Chat"
|
|
4337
4343
|
},
|
|
4338
4344
|
{
|
|
4339
4345
|
"icon": "brain",
|
|
@@ -4341,32 +4347,31 @@
|
|
|
4341
4347
|
"href": "/memory"
|
|
4342
4348
|
},
|
|
4343
4349
|
{
|
|
4344
|
-
"
|
|
4350
|
+
"icon": "settings",
|
|
4345
4351
|
"label": "Settings",
|
|
4346
|
-
"
|
|
4352
|
+
"href": "/settings"
|
|
4347
4353
|
}
|
|
4348
4354
|
],
|
|
4349
|
-
"appName": "Agent Assistant",
|
|
4350
4355
|
"children": [
|
|
4351
4356
|
{
|
|
4352
4357
|
"children": [
|
|
4353
4358
|
{
|
|
4354
|
-
"direction": "horizontal",
|
|
4355
4359
|
"align": "center",
|
|
4360
|
+
"direction": "horizontal",
|
|
4356
4361
|
"children": [
|
|
4357
4362
|
{
|
|
4358
4363
|
"name": "gauge",
|
|
4359
4364
|
"type": "icon"
|
|
4360
4365
|
},
|
|
4361
4366
|
{
|
|
4362
|
-
"variant": "h2",
|
|
4363
4367
|
"type": "typography",
|
|
4368
|
+
"variant": "h2",
|
|
4364
4369
|
"content": "Token Usage"
|
|
4365
4370
|
},
|
|
4366
4371
|
{
|
|
4372
|
+
"type": "badge",
|
|
4367
4373
|
"label": "Normal",
|
|
4368
|
-
"variant": "default"
|
|
4369
|
-
"type": "badge"
|
|
4374
|
+
"variant": "default"
|
|
4370
4375
|
}
|
|
4371
4376
|
],
|
|
4372
4377
|
"gap": "sm",
|
|
@@ -4376,17 +4381,18 @@
|
|
|
4376
4381
|
"type": "divider"
|
|
4377
4382
|
},
|
|
4378
4383
|
{
|
|
4384
|
+
"value": "@entity.current",
|
|
4379
4385
|
"type": "progress-bar",
|
|
4380
|
-
"max": "@entity.max"
|
|
4381
|
-
"value": "@entity.current"
|
|
4386
|
+
"max": "@entity.max"
|
|
4382
4387
|
},
|
|
4383
4388
|
{
|
|
4384
|
-
"
|
|
4389
|
+
"type": "stack",
|
|
4390
|
+
"gap": "md",
|
|
4385
4391
|
"children": [
|
|
4386
4392
|
{
|
|
4387
|
-
"label": "Tokens Used",
|
|
4388
4393
|
"value": "@entity.current",
|
|
4389
|
-
"type": "stat-display"
|
|
4394
|
+
"type": "stat-display",
|
|
4395
|
+
"label": "Tokens Used"
|
|
4390
4396
|
},
|
|
4391
4397
|
{
|
|
4392
4398
|
"value": "@entity.max",
|
|
@@ -4394,20 +4400,19 @@
|
|
|
4394
4400
|
"type": "stat-display"
|
|
4395
4401
|
}
|
|
4396
4402
|
],
|
|
4397
|
-
"
|
|
4398
|
-
"gap": "md"
|
|
4403
|
+
"direction": "horizontal"
|
|
4399
4404
|
},
|
|
4400
4405
|
{
|
|
4401
4406
|
"label": "Reset",
|
|
4402
|
-
"icon": "rotate-ccw",
|
|
4403
|
-
"variant": "ghost",
|
|
4404
4407
|
"type": "button",
|
|
4405
|
-
"action": "RESET"
|
|
4408
|
+
"action": "RESET",
|
|
4409
|
+
"variant": "ghost",
|
|
4410
|
+
"icon": "rotate-ccw"
|
|
4406
4411
|
}
|
|
4407
4412
|
],
|
|
4408
|
-
"
|
|
4413
|
+
"gap": "lg",
|
|
4409
4414
|
"type": "stack",
|
|
4410
|
-
"
|
|
4415
|
+
"direction": "vertical"
|
|
4411
4416
|
}
|
|
4412
4417
|
]
|
|
4413
4418
|
}
|
|
@@ -4545,35 +4550,49 @@
|
|
|
4545
4550
|
"render-ui",
|
|
4546
4551
|
"main",
|
|
4547
4552
|
{
|
|
4553
|
+
"navItems": [
|
|
4554
|
+
{
|
|
4555
|
+
"icon": "message-circle",
|
|
4556
|
+
"label": "Chat",
|
|
4557
|
+
"href": "/chat"
|
|
4558
|
+
},
|
|
4559
|
+
{
|
|
4560
|
+
"label": "Memory",
|
|
4561
|
+
"href": "/memory",
|
|
4562
|
+
"icon": "brain"
|
|
4563
|
+
},
|
|
4564
|
+
{
|
|
4565
|
+
"label": "Settings",
|
|
4566
|
+
"icon": "settings",
|
|
4567
|
+
"href": "/settings"
|
|
4568
|
+
}
|
|
4569
|
+
],
|
|
4570
|
+
"appName": "Agent Assistant",
|
|
4571
|
+
"type": "dashboard-layout",
|
|
4548
4572
|
"children": [
|
|
4549
4573
|
{
|
|
4550
|
-
"direction": "vertical",
|
|
4551
|
-
"gap": "lg",
|
|
4552
4574
|
"type": "stack",
|
|
4553
4575
|
"children": [
|
|
4554
4576
|
{
|
|
4555
4577
|
"justify": "between",
|
|
4556
|
-
"direction": "horizontal",
|
|
4557
|
-
"gap": "md",
|
|
4558
|
-
"type": "stack",
|
|
4559
4578
|
"align": "center",
|
|
4560
4579
|
"children": [
|
|
4561
4580
|
{
|
|
4562
4581
|
"type": "stack",
|
|
4582
|
+
"align": "center",
|
|
4583
|
+
"direction": "horizontal",
|
|
4563
4584
|
"gap": "md",
|
|
4564
4585
|
"children": [
|
|
4565
4586
|
{
|
|
4566
|
-
"
|
|
4567
|
-
"
|
|
4587
|
+
"name": "layers",
|
|
4588
|
+
"type": "icon"
|
|
4568
4589
|
},
|
|
4569
4590
|
{
|
|
4570
|
-
"
|
|
4591
|
+
"content": "Context Window Alert",
|
|
4571
4592
|
"type": "typography",
|
|
4572
|
-
"
|
|
4593
|
+
"variant": "h2"
|
|
4573
4594
|
}
|
|
4574
|
-
]
|
|
4575
|
-
"direction": "horizontal",
|
|
4576
|
-
"align": "center"
|
|
4595
|
+
]
|
|
4577
4596
|
},
|
|
4578
4597
|
{
|
|
4579
4598
|
"variant": "ghost",
|
|
@@ -4582,46 +4601,32 @@
|
|
|
4582
4601
|
"label": "Dismiss",
|
|
4583
4602
|
"action": "HIDE"
|
|
4584
4603
|
}
|
|
4585
|
-
]
|
|
4604
|
+
],
|
|
4605
|
+
"type": "stack",
|
|
4606
|
+
"direction": "horizontal",
|
|
4607
|
+
"gap": "md"
|
|
4586
4608
|
},
|
|
4587
4609
|
{
|
|
4588
4610
|
"type": "divider"
|
|
4589
4611
|
},
|
|
4590
4612
|
{
|
|
4591
4613
|
"type": "alert",
|
|
4592
|
-
"
|
|
4593
|
-
"
|
|
4614
|
+
"message": "@entity.message",
|
|
4615
|
+
"variant": "@entity.notificationType"
|
|
4594
4616
|
},
|
|
4595
4617
|
{
|
|
4596
4618
|
"type": "toast-slot"
|
|
4597
4619
|
},
|
|
4598
4620
|
{
|
|
4621
|
+
"type": "alert",
|
|
4599
4622
|
"variant": "warning",
|
|
4600
|
-
"message": "@entity.message"
|
|
4601
|
-
"type": "alert"
|
|
4623
|
+
"message": "@entity.message"
|
|
4602
4624
|
}
|
|
4603
|
-
]
|
|
4604
|
-
|
|
4605
|
-
|
|
4606
|
-
"navItems": [
|
|
4607
|
-
{
|
|
4608
|
-
"icon": "message-circle",
|
|
4609
|
-
"label": "Chat",
|
|
4610
|
-
"href": "/chat"
|
|
4611
|
-
},
|
|
4612
|
-
{
|
|
4613
|
-
"label": "Memory",
|
|
4614
|
-
"href": "/memory",
|
|
4615
|
-
"icon": "brain"
|
|
4616
|
-
},
|
|
4617
|
-
{
|
|
4618
|
-
"label": "Settings",
|
|
4619
|
-
"href": "/settings",
|
|
4620
|
-
"icon": "settings"
|
|
4625
|
+
],
|
|
4626
|
+
"gap": "lg",
|
|
4627
|
+
"direction": "vertical"
|
|
4621
4628
|
}
|
|
4622
|
-
]
|
|
4623
|
-
"type": "dashboard-layout",
|
|
4624
|
-
"appName": "Agent Assistant"
|
|
4629
|
+
]
|
|
4625
4630
|
}
|
|
4626
4631
|
]
|
|
4627
4632
|
]
|
|
@@ -4645,33 +4650,20 @@
|
|
|
4645
4650
|
"render-ui",
|
|
4646
4651
|
"main",
|
|
4647
4652
|
{
|
|
4648
|
-
"navItems": [
|
|
4649
|
-
{
|
|
4650
|
-
"label": "Chat",
|
|
4651
|
-
"href": "/chat",
|
|
4652
|
-
"icon": "message-circle"
|
|
4653
|
-
},
|
|
4654
|
-
{
|
|
4655
|
-
"icon": "brain",
|
|
4656
|
-
"label": "Memory",
|
|
4657
|
-
"href": "/memory"
|
|
4658
|
-
},
|
|
4659
|
-
{
|
|
4660
|
-
"icon": "settings",
|
|
4661
|
-
"label": "Settings",
|
|
4662
|
-
"href": "/settings"
|
|
4663
|
-
}
|
|
4664
|
-
],
|
|
4665
|
-
"appName": "Agent Assistant",
|
|
4666
4653
|
"children": [
|
|
4667
4654
|
{
|
|
4655
|
+
"gap": "lg",
|
|
4656
|
+
"type": "stack",
|
|
4657
|
+
"direction": "vertical",
|
|
4668
4658
|
"children": [
|
|
4669
4659
|
{
|
|
4670
|
-
"
|
|
4660
|
+
"align": "center",
|
|
4671
4661
|
"type": "stack",
|
|
4672
|
-
"
|
|
4662
|
+
"direction": "horizontal",
|
|
4673
4663
|
"children": [
|
|
4674
4664
|
{
|
|
4665
|
+
"direction": "horizontal",
|
|
4666
|
+
"align": "center",
|
|
4675
4667
|
"type": "stack",
|
|
4676
4668
|
"children": [
|
|
4677
4669
|
{
|
|
@@ -4684,28 +4676,26 @@
|
|
|
4684
4676
|
"type": "typography"
|
|
4685
4677
|
}
|
|
4686
4678
|
],
|
|
4687
|
-
"
|
|
4688
|
-
"gap": "md",
|
|
4689
|
-
"align": "center"
|
|
4679
|
+
"gap": "md"
|
|
4690
4680
|
},
|
|
4691
4681
|
{
|
|
4692
|
-
"icon": "x",
|
|
4693
4682
|
"type": "button",
|
|
4683
|
+
"variant": "ghost",
|
|
4684
|
+
"icon": "x",
|
|
4694
4685
|
"label": "Dismiss",
|
|
4695
|
-
"action": "HIDE"
|
|
4696
|
-
"variant": "ghost"
|
|
4686
|
+
"action": "HIDE"
|
|
4697
4687
|
}
|
|
4698
4688
|
],
|
|
4699
|
-
"
|
|
4700
|
-
"
|
|
4689
|
+
"gap": "md",
|
|
4690
|
+
"justify": "between"
|
|
4701
4691
|
},
|
|
4702
4692
|
{
|
|
4703
4693
|
"type": "divider"
|
|
4704
4694
|
},
|
|
4705
4695
|
{
|
|
4706
|
-
"
|
|
4696
|
+
"variant": "@entity.notificationType",
|
|
4707
4697
|
"type": "alert",
|
|
4708
|
-
"
|
|
4698
|
+
"message": "@entity.message"
|
|
4709
4699
|
},
|
|
4710
4700
|
{
|
|
4711
4701
|
"type": "toast-slot"
|
|
@@ -4715,12 +4705,27 @@
|
|
|
4715
4705
|
"message": "@entity.message",
|
|
4716
4706
|
"variant": "warning"
|
|
4717
4707
|
}
|
|
4718
|
-
]
|
|
4719
|
-
|
|
4720
|
-
|
|
4721
|
-
|
|
4708
|
+
]
|
|
4709
|
+
}
|
|
4710
|
+
],
|
|
4711
|
+
"navItems": [
|
|
4712
|
+
{
|
|
4713
|
+
"label": "Chat",
|
|
4714
|
+
"icon": "message-circle",
|
|
4715
|
+
"href": "/chat"
|
|
4716
|
+
},
|
|
4717
|
+
{
|
|
4718
|
+
"href": "/memory",
|
|
4719
|
+
"label": "Memory",
|
|
4720
|
+
"icon": "brain"
|
|
4721
|
+
},
|
|
4722
|
+
{
|
|
4723
|
+
"icon": "settings",
|
|
4724
|
+
"label": "Settings",
|
|
4725
|
+
"href": "/settings"
|
|
4722
4726
|
}
|
|
4723
4727
|
],
|
|
4728
|
+
"appName": "Agent Assistant",
|
|
4724
4729
|
"type": "dashboard-layout"
|
|
4725
4730
|
}
|
|
4726
4731
|
]
|
|
@@ -4878,13 +4883,23 @@
|
|
|
4878
4883
|
"to": "normal",
|
|
4879
4884
|
"event": "INIT",
|
|
4880
4885
|
"effects": [
|
|
4886
|
+
[
|
|
4887
|
+
"set",
|
|
4888
|
+
"@entity.maxTokens",
|
|
4889
|
+
0.0
|
|
4890
|
+
],
|
|
4891
|
+
[
|
|
4892
|
+
"set",
|
|
4893
|
+
"@entity.tokenCount",
|
|
4894
|
+
0.0
|
|
4895
|
+
],
|
|
4881
4896
|
[
|
|
4882
4897
|
"fetch",
|
|
4883
4898
|
"AssistantContext",
|
|
4884
4899
|
{
|
|
4885
4900
|
"emit": {
|
|
4886
|
-
"
|
|
4887
|
-
"
|
|
4901
|
+
"failure": "AssistantContextLoadFailed",
|
|
4902
|
+
"success": "AssistantContextLoaded"
|
|
4888
4903
|
}
|
|
4889
4904
|
}
|
|
4890
4905
|
],
|
|
@@ -4899,30 +4914,30 @@
|
|
|
4899
4914
|
"main",
|
|
4900
4915
|
{
|
|
4901
4916
|
"type": "dashboard-layout",
|
|
4917
|
+
"children": [
|
|
4918
|
+
{
|
|
4919
|
+
"type": "empty-state",
|
|
4920
|
+
"icon": "layers",
|
|
4921
|
+
"title": "Context Window",
|
|
4922
|
+
"description": "Context Window is ready"
|
|
4923
|
+
}
|
|
4924
|
+
],
|
|
4925
|
+
"appName": "Agent Assistant",
|
|
4902
4926
|
"navItems": [
|
|
4903
4927
|
{
|
|
4904
|
-
"href": "/chat",
|
|
4905
4928
|
"label": "Chat",
|
|
4929
|
+
"href": "/chat",
|
|
4906
4930
|
"icon": "message-circle"
|
|
4907
4931
|
},
|
|
4908
4932
|
{
|
|
4909
4933
|
"href": "/memory",
|
|
4910
|
-
"
|
|
4911
|
-
"
|
|
4934
|
+
"icon": "brain",
|
|
4935
|
+
"label": "Memory"
|
|
4912
4936
|
},
|
|
4913
4937
|
{
|
|
4914
4938
|
"label": "Settings",
|
|
4915
|
-
"
|
|
4916
|
-
"
|
|
4917
|
-
}
|
|
4918
|
-
],
|
|
4919
|
-
"appName": "Agent Assistant",
|
|
4920
|
-
"children": [
|
|
4921
|
-
{
|
|
4922
|
-
"icon": "layers",
|
|
4923
|
-
"type": "empty-state",
|
|
4924
|
-
"title": "Context Window",
|
|
4925
|
-
"description": "Context Window is ready"
|
|
4939
|
+
"icon": "settings",
|
|
4940
|
+
"href": "/settings"
|
|
4926
4941
|
}
|
|
4927
4942
|
]
|
|
4928
4943
|
}
|
|
@@ -5075,8 +5090,8 @@
|
|
|
5075
5090
|
"emit",
|
|
5076
5091
|
"SHOW",
|
|
5077
5092
|
{
|
|
5078
|
-
"
|
|
5079
|
-
"
|
|
5093
|
+
"notificationType": "error",
|
|
5094
|
+
"message": "Token usage at limit"
|
|
5080
5095
|
}
|
|
5081
5096
|
]
|
|
5082
5097
|
]
|
|
@@ -5453,6 +5468,16 @@
|
|
|
5453
5468
|
"to": "closed",
|
|
5454
5469
|
"event": "INIT",
|
|
5455
5470
|
"effects": [
|
|
5471
|
+
[
|
|
5472
|
+
"set",
|
|
5473
|
+
"@entity.currentModel",
|
|
5474
|
+
""
|
|
5475
|
+
],
|
|
5476
|
+
[
|
|
5477
|
+
"set",
|
|
5478
|
+
"@entity.currentProvider",
|
|
5479
|
+
""
|
|
5480
|
+
],
|
|
5456
5481
|
[
|
|
5457
5482
|
"fetch",
|
|
5458
5483
|
"ProviderConfig",
|
|
@@ -5467,72 +5492,72 @@
|
|
|
5467
5492
|
"render-ui",
|
|
5468
5493
|
"main",
|
|
5469
5494
|
{
|
|
5495
|
+
"type": "dashboard-layout",
|
|
5496
|
+
"appName": "Agent Assistant",
|
|
5497
|
+
"navItems": [
|
|
5498
|
+
{
|
|
5499
|
+
"href": "/chat",
|
|
5500
|
+
"label": "Chat",
|
|
5501
|
+
"icon": "message-circle"
|
|
5502
|
+
},
|
|
5503
|
+
{
|
|
5504
|
+
"label": "Memory",
|
|
5505
|
+
"icon": "brain",
|
|
5506
|
+
"href": "/memory"
|
|
5507
|
+
},
|
|
5508
|
+
{
|
|
5509
|
+
"icon": "settings",
|
|
5510
|
+
"label": "Settings",
|
|
5511
|
+
"href": "/settings"
|
|
5512
|
+
}
|
|
5513
|
+
],
|
|
5470
5514
|
"children": [
|
|
5471
5515
|
{
|
|
5472
|
-
"
|
|
5516
|
+
"gap": "lg",
|
|
5473
5517
|
"children": [
|
|
5474
5518
|
{
|
|
5519
|
+
"gap": "md",
|
|
5520
|
+
"type": "stack",
|
|
5475
5521
|
"children": [
|
|
5476
5522
|
{
|
|
5523
|
+
"gap": "md",
|
|
5524
|
+
"type": "stack",
|
|
5477
5525
|
"direction": "horizontal",
|
|
5478
5526
|
"children": [
|
|
5479
5527
|
{
|
|
5480
|
-
"
|
|
5481
|
-
"
|
|
5528
|
+
"name": "repeat",
|
|
5529
|
+
"type": "icon"
|
|
5482
5530
|
},
|
|
5483
5531
|
{
|
|
5484
|
-
"content": "Switch Provider",
|
|
5485
5532
|
"type": "typography",
|
|
5533
|
+
"content": "Switch Provider",
|
|
5486
5534
|
"variant": "h2"
|
|
5487
5535
|
}
|
|
5488
|
-
]
|
|
5489
|
-
"type": "stack",
|
|
5490
|
-
"gap": "md"
|
|
5536
|
+
]
|
|
5491
5537
|
},
|
|
5492
5538
|
{
|
|
5493
|
-
"
|
|
5494
|
-
"label": "Open",
|
|
5539
|
+
"action": "SWITCH",
|
|
5495
5540
|
"type": "button",
|
|
5541
|
+
"label": "Open",
|
|
5496
5542
|
"icon": "repeat",
|
|
5497
|
-
"
|
|
5543
|
+
"variant": "primary"
|
|
5498
5544
|
}
|
|
5499
5545
|
],
|
|
5500
5546
|
"direction": "horizontal",
|
|
5501
|
-
"
|
|
5502
|
-
"justify": "between",
|
|
5503
|
-
"type": "stack"
|
|
5547
|
+
"justify": "between"
|
|
5504
5548
|
},
|
|
5505
5549
|
{
|
|
5506
5550
|
"type": "divider"
|
|
5507
5551
|
},
|
|
5508
5552
|
{
|
|
5553
|
+
"type": "empty-state",
|
|
5509
5554
|
"icon": "repeat",
|
|
5510
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
5511
5555
|
"title": "Nothing open",
|
|
5512
|
-
"
|
|
5556
|
+
"description": "Click Open to view details in a modal overlay."
|
|
5513
5557
|
}
|
|
5514
5558
|
],
|
|
5515
|
-
"
|
|
5516
|
-
"
|
|
5517
|
-
}
|
|
5518
|
-
],
|
|
5519
|
-
"appName": "Agent Assistant",
|
|
5520
|
-
"type": "dashboard-layout",
|
|
5521
|
-
"navItems": [
|
|
5522
|
-
{
|
|
5523
|
-
"icon": "message-circle",
|
|
5524
|
-
"href": "/chat",
|
|
5525
|
-
"label": "Chat"
|
|
5526
|
-
},
|
|
5527
|
-
{
|
|
5528
|
-
"href": "/memory",
|
|
5529
|
-
"icon": "brain",
|
|
5530
|
-
"label": "Memory"
|
|
5531
|
-
},
|
|
5532
|
-
{
|
|
5533
|
-
"icon": "settings",
|
|
5534
|
-
"label": "Settings",
|
|
5535
|
-
"href": "/settings"
|
|
5559
|
+
"type": "stack",
|
|
5560
|
+
"direction": "vertical"
|
|
5536
5561
|
}
|
|
5537
5562
|
]
|
|
5538
5563
|
}
|
|
@@ -5558,35 +5583,36 @@
|
|
|
5558
5583
|
"render-ui",
|
|
5559
5584
|
"modal",
|
|
5560
5585
|
{
|
|
5561
|
-
"gap": "md",
|
|
5562
|
-
"type": "stack",
|
|
5563
5586
|
"direction": "vertical",
|
|
5564
5587
|
"children": [
|
|
5565
5588
|
{
|
|
5566
|
-
"direction": "horizontal",
|
|
5567
5589
|
"type": "stack",
|
|
5568
5590
|
"gap": "sm",
|
|
5569
5591
|
"children": [
|
|
5570
5592
|
{
|
|
5571
|
-
"
|
|
5572
|
-
"
|
|
5593
|
+
"type": "icon",
|
|
5594
|
+
"name": "repeat"
|
|
5573
5595
|
},
|
|
5574
5596
|
{
|
|
5597
|
+
"variant": "h3",
|
|
5575
5598
|
"type": "typography",
|
|
5576
|
-
"content": "Switch Provider"
|
|
5577
|
-
"variant": "h3"
|
|
5599
|
+
"content": "Switch Provider"
|
|
5578
5600
|
}
|
|
5579
|
-
]
|
|
5601
|
+
],
|
|
5602
|
+
"direction": "horizontal"
|
|
5580
5603
|
},
|
|
5581
5604
|
{
|
|
5582
5605
|
"type": "divider"
|
|
5583
5606
|
},
|
|
5584
5607
|
{
|
|
5608
|
+
"direction": "horizontal",
|
|
5609
|
+
"type": "stack",
|
|
5610
|
+
"gap": "md",
|
|
5585
5611
|
"children": [
|
|
5586
5612
|
{
|
|
5587
|
-
"content": "Current:",
|
|
5588
5613
|
"type": "typography",
|
|
5589
|
-
"variant": "caption"
|
|
5614
|
+
"variant": "caption",
|
|
5615
|
+
"content": "Current:"
|
|
5590
5616
|
},
|
|
5591
5617
|
{
|
|
5592
5618
|
"label": "@entity.currentProvider",
|
|
@@ -5596,23 +5622,22 @@
|
|
|
5596
5622
|
"label": "@entity.currentModel",
|
|
5597
5623
|
"type": "badge"
|
|
5598
5624
|
}
|
|
5599
|
-
]
|
|
5600
|
-
"type": "stack",
|
|
5601
|
-
"direction": "horizontal",
|
|
5602
|
-
"gap": "md"
|
|
5625
|
+
]
|
|
5603
5626
|
},
|
|
5604
5627
|
{
|
|
5605
|
-
"
|
|
5606
|
-
"mode": "edit",
|
|
5628
|
+
"cancelEvent": "CLOSE",
|
|
5607
5629
|
"submitEvent": "SAVE",
|
|
5608
|
-
"entity": "@entity",
|
|
5609
5630
|
"fields": [
|
|
5610
5631
|
"currentProvider",
|
|
5611
5632
|
"currentModel"
|
|
5612
5633
|
],
|
|
5613
|
-
"
|
|
5634
|
+
"mode": "edit",
|
|
5635
|
+
"type": "form-section",
|
|
5636
|
+
"entity": "@entity"
|
|
5614
5637
|
}
|
|
5615
|
-
]
|
|
5638
|
+
],
|
|
5639
|
+
"type": "stack",
|
|
5640
|
+
"gap": "md"
|
|
5616
5641
|
}
|
|
5617
5642
|
]
|
|
5618
5643
|
]
|
|
@@ -5637,8 +5662,8 @@
|
|
|
5637
5662
|
"ProviderConfig",
|
|
5638
5663
|
{
|
|
5639
5664
|
"emit": {
|
|
5640
|
-
"
|
|
5641
|
-
"
|
|
5665
|
+
"failure": "ProviderConfigLoadFailed",
|
|
5666
|
+
"success": "ProviderConfigLoaded"
|
|
5642
5667
|
}
|
|
5643
5668
|
}
|
|
5644
5669
|
],
|
|
@@ -5648,72 +5673,72 @@
|
|
|
5648
5673
|
{
|
|
5649
5674
|
"children": [
|
|
5650
5675
|
{
|
|
5651
|
-
"gap": "lg",
|
|
5652
|
-
"type": "stack",
|
|
5653
5676
|
"direction": "vertical",
|
|
5654
5677
|
"children": [
|
|
5655
5678
|
{
|
|
5679
|
+
"type": "stack",
|
|
5656
5680
|
"children": [
|
|
5657
5681
|
{
|
|
5658
|
-
"gap": "md",
|
|
5659
|
-
"type": "stack",
|
|
5660
5682
|
"children": [
|
|
5661
5683
|
{
|
|
5662
5684
|
"name": "repeat",
|
|
5663
5685
|
"type": "icon"
|
|
5664
5686
|
},
|
|
5665
5687
|
{
|
|
5666
|
-
"type": "typography",
|
|
5667
5688
|
"variant": "h2",
|
|
5689
|
+
"type": "typography",
|
|
5668
5690
|
"content": "Switch Provider"
|
|
5669
5691
|
}
|
|
5670
5692
|
],
|
|
5693
|
+
"gap": "md",
|
|
5694
|
+
"type": "stack",
|
|
5671
5695
|
"direction": "horizontal"
|
|
5672
5696
|
},
|
|
5673
5697
|
{
|
|
5674
|
-
"
|
|
5698
|
+
"action": "SWITCH",
|
|
5675
5699
|
"type": "button",
|
|
5676
5700
|
"variant": "primary",
|
|
5677
5701
|
"icon": "repeat",
|
|
5678
|
-
"
|
|
5702
|
+
"label": "Open"
|
|
5679
5703
|
}
|
|
5680
5704
|
],
|
|
5681
5705
|
"gap": "md",
|
|
5682
|
-
"
|
|
5683
|
-
"justify": "between"
|
|
5684
|
-
"direction": "horizontal"
|
|
5706
|
+
"direction": "horizontal",
|
|
5707
|
+
"justify": "between"
|
|
5685
5708
|
},
|
|
5686
5709
|
{
|
|
5687
5710
|
"type": "divider"
|
|
5688
5711
|
},
|
|
5689
5712
|
{
|
|
5713
|
+
"type": "empty-state",
|
|
5690
5714
|
"icon": "repeat",
|
|
5691
|
-
"title": "Nothing open",
|
|
5692
5715
|
"description": "Click Open to view details in a modal overlay.",
|
|
5693
|
-
"
|
|
5716
|
+
"title": "Nothing open"
|
|
5694
5717
|
}
|
|
5695
|
-
]
|
|
5718
|
+
],
|
|
5719
|
+
"gap": "lg",
|
|
5720
|
+
"type": "stack"
|
|
5696
5721
|
}
|
|
5697
5722
|
],
|
|
5698
|
-
"appName": "Agent Assistant",
|
|
5699
5723
|
"type": "dashboard-layout",
|
|
5700
5724
|
"navItems": [
|
|
5701
5725
|
{
|
|
5702
|
-
"href": "/chat",
|
|
5703
5726
|
"icon": "message-circle",
|
|
5704
|
-
"label": "Chat"
|
|
5727
|
+
"label": "Chat",
|
|
5728
|
+
"href": "/chat"
|
|
5705
5729
|
},
|
|
5706
5730
|
{
|
|
5707
|
-
"icon": "brain",
|
|
5708
5731
|
"label": "Memory",
|
|
5709
|
-
"href": "/memory"
|
|
5732
|
+
"href": "/memory",
|
|
5733
|
+
"icon": "brain"
|
|
5710
5734
|
},
|
|
5711
5735
|
{
|
|
5712
5736
|
"icon": "settings",
|
|
5713
5737
|
"href": "/settings",
|
|
5714
5738
|
"label": "Settings"
|
|
5715
5739
|
}
|
|
5716
|
-
]
|
|
5740
|
+
],
|
|
5741
|
+
"appName": "Agent Assistant"
|
|
5717
5742
|
}
|
|
5718
5743
|
]
|
|
5719
5744
|
]
|
|
@@ -5749,8 +5774,8 @@
|
|
|
5749
5774
|
"ProviderConfig",
|
|
5750
5775
|
{
|
|
5751
5776
|
"emit": {
|
|
5752
|
-
"
|
|
5753
|
-
"
|
|
5777
|
+
"failure": "ProviderConfigLoadFailed",
|
|
5778
|
+
"success": "ProviderConfigLoaded"
|
|
5754
5779
|
}
|
|
5755
5780
|
}
|
|
5756
5781
|
],
|
|
@@ -5758,74 +5783,74 @@
|
|
|
5758
5783
|
"render-ui",
|
|
5759
5784
|
"main",
|
|
5760
5785
|
{
|
|
5786
|
+
"type": "dashboard-layout",
|
|
5787
|
+
"appName": "Agent Assistant",
|
|
5788
|
+
"navItems": [
|
|
5789
|
+
{
|
|
5790
|
+
"label": "Chat",
|
|
5791
|
+
"href": "/chat",
|
|
5792
|
+
"icon": "message-circle"
|
|
5793
|
+
},
|
|
5794
|
+
{
|
|
5795
|
+
"label": "Memory",
|
|
5796
|
+
"href": "/memory",
|
|
5797
|
+
"icon": "brain"
|
|
5798
|
+
},
|
|
5799
|
+
{
|
|
5800
|
+
"href": "/settings",
|
|
5801
|
+
"label": "Settings",
|
|
5802
|
+
"icon": "settings"
|
|
5803
|
+
}
|
|
5804
|
+
],
|
|
5761
5805
|
"children": [
|
|
5762
5806
|
{
|
|
5807
|
+
"type": "stack",
|
|
5808
|
+
"gap": "lg",
|
|
5809
|
+
"direction": "vertical",
|
|
5763
5810
|
"children": [
|
|
5764
5811
|
{
|
|
5765
|
-
"type": "stack",
|
|
5766
5812
|
"direction": "horizontal",
|
|
5767
5813
|
"gap": "md",
|
|
5768
5814
|
"justify": "between",
|
|
5769
5815
|
"children": [
|
|
5770
5816
|
{
|
|
5817
|
+
"gap": "md",
|
|
5818
|
+
"type": "stack",
|
|
5771
5819
|
"direction": "horizontal",
|
|
5772
5820
|
"children": [
|
|
5773
5821
|
{
|
|
5774
|
-
"
|
|
5775
|
-
"
|
|
5822
|
+
"name": "repeat",
|
|
5823
|
+
"type": "icon"
|
|
5776
5824
|
},
|
|
5777
5825
|
{
|
|
5778
5826
|
"type": "typography",
|
|
5779
5827
|
"content": "Switch Provider",
|
|
5780
5828
|
"variant": "h2"
|
|
5781
5829
|
}
|
|
5782
|
-
]
|
|
5783
|
-
"gap": "md",
|
|
5784
|
-
"type": "stack"
|
|
5830
|
+
]
|
|
5785
5831
|
},
|
|
5786
5832
|
{
|
|
5787
|
-
"label": "Open",
|
|
5788
|
-
"type": "button",
|
|
5789
5833
|
"icon": "repeat",
|
|
5790
5834
|
"variant": "primary",
|
|
5791
|
-
"
|
|
5835
|
+
"label": "Open",
|
|
5836
|
+
"action": "SWITCH",
|
|
5837
|
+
"type": "button"
|
|
5792
5838
|
}
|
|
5793
|
-
]
|
|
5839
|
+
],
|
|
5840
|
+
"type": "stack"
|
|
5794
5841
|
},
|
|
5795
5842
|
{
|
|
5796
5843
|
"type": "divider"
|
|
5797
5844
|
},
|
|
5798
5845
|
{
|
|
5799
|
-
"icon": "repeat",
|
|
5800
|
-
"title": "Nothing open",
|
|
5801
5846
|
"description": "Click Open to view details in a modal overlay.",
|
|
5802
|
-
"
|
|
5847
|
+
"title": "Nothing open",
|
|
5848
|
+
"type": "empty-state",
|
|
5849
|
+
"icon": "repeat"
|
|
5803
5850
|
}
|
|
5804
|
-
]
|
|
5805
|
-
"gap": "lg",
|
|
5806
|
-
"direction": "vertical",
|
|
5807
|
-
"type": "stack"
|
|
5808
|
-
}
|
|
5809
|
-
],
|
|
5810
|
-
"navItems": [
|
|
5811
|
-
{
|
|
5812
|
-
"label": "Chat",
|
|
5813
|
-
"icon": "message-circle",
|
|
5814
|
-
"href": "/chat"
|
|
5815
|
-
},
|
|
5816
|
-
{
|
|
5817
|
-
"icon": "brain",
|
|
5818
|
-
"href": "/memory",
|
|
5819
|
-
"label": "Memory"
|
|
5820
|
-
},
|
|
5821
|
-
{
|
|
5822
|
-
"label": "Settings",
|
|
5823
|
-
"icon": "settings",
|
|
5824
|
-
"href": "/settings"
|
|
5851
|
+
]
|
|
5825
5852
|
}
|
|
5826
|
-
]
|
|
5827
|
-
"appName": "Agent Assistant",
|
|
5828
|
-
"type": "dashboard-layout"
|
|
5853
|
+
]
|
|
5829
5854
|
}
|
|
5830
5855
|
]
|
|
5831
5856
|
]
|
|
@@ -5935,8 +5960,8 @@
|
|
|
5935
5960
|
"ProviderConfig",
|
|
5936
5961
|
{
|
|
5937
5962
|
"emit": {
|
|
5938
|
-
"
|
|
5939
|
-
"
|
|
5963
|
+
"success": "ProviderConfigLoaded",
|
|
5964
|
+
"failure": "ProviderConfigLoadFailed"
|
|
5940
5965
|
}
|
|
5941
5966
|
}
|
|
5942
5967
|
]
|
|
@@ -5961,70 +5986,70 @@
|
|
|
5961
5986
|
"render-ui",
|
|
5962
5987
|
"main",
|
|
5963
5988
|
{
|
|
5964
|
-
"
|
|
5989
|
+
"type": "dashboard-layout",
|
|
5965
5990
|
"children": [
|
|
5966
5991
|
{
|
|
5967
|
-
"type": "stack",
|
|
5968
5992
|
"children": [
|
|
5969
5993
|
{
|
|
5970
|
-
"gap": "md",
|
|
5971
|
-
"direction": "horizontal",
|
|
5972
|
-
"align": "center",
|
|
5973
5994
|
"children": [
|
|
5974
5995
|
{
|
|
5975
5996
|
"type": "stack",
|
|
5997
|
+
"direction": "horizontal",
|
|
5976
5998
|
"gap": "md",
|
|
5977
5999
|
"align": "center",
|
|
5978
|
-
"direction": "horizontal",
|
|
5979
6000
|
"children": [
|
|
5980
6001
|
{
|
|
5981
6002
|
"type": "icon",
|
|
5982
6003
|
"name": "server"
|
|
5983
6004
|
},
|
|
5984
6005
|
{
|
|
6006
|
+
"type": "typography",
|
|
5985
6007
|
"content": "Provider Status",
|
|
5986
|
-
"variant": "h2"
|
|
5987
|
-
"type": "typography"
|
|
6008
|
+
"variant": "h2"
|
|
5988
6009
|
}
|
|
5989
6010
|
]
|
|
5990
6011
|
},
|
|
5991
6012
|
{
|
|
6013
|
+
"type": "button",
|
|
5992
6014
|
"variant": "ghost",
|
|
5993
|
-
"label": "Dismiss",
|
|
5994
6015
|
"action": "HIDE",
|
|
5995
|
-
"
|
|
6016
|
+
"label": "Dismiss",
|
|
5996
6017
|
"icon": "x"
|
|
5997
6018
|
}
|
|
5998
6019
|
],
|
|
6020
|
+
"align": "center",
|
|
5999
6021
|
"type": "stack",
|
|
6022
|
+
"direction": "horizontal",
|
|
6023
|
+
"gap": "md",
|
|
6000
6024
|
"justify": "between"
|
|
6001
6025
|
},
|
|
6002
6026
|
{
|
|
6003
6027
|
"type": "divider"
|
|
6004
6028
|
},
|
|
6005
6029
|
{
|
|
6030
|
+
"message": "@entity.message",
|
|
6006
6031
|
"type": "alert",
|
|
6007
|
-
"variant": "@entity.notificationType"
|
|
6008
|
-
"message": "@entity.message"
|
|
6032
|
+
"variant": "@entity.notificationType"
|
|
6009
6033
|
},
|
|
6010
6034
|
{
|
|
6011
6035
|
"type": "toast-slot"
|
|
6012
6036
|
},
|
|
6013
6037
|
{
|
|
6014
|
-
"message": "@entity.message",
|
|
6015
6038
|
"type": "alert",
|
|
6016
|
-
"variant": "warning"
|
|
6039
|
+
"variant": "warning",
|
|
6040
|
+
"message": "@entity.message"
|
|
6017
6041
|
}
|
|
6018
6042
|
],
|
|
6043
|
+
"type": "stack",
|
|
6019
6044
|
"direction": "vertical",
|
|
6020
6045
|
"gap": "lg"
|
|
6021
6046
|
}
|
|
6022
6047
|
],
|
|
6023
|
-
"
|
|
6048
|
+
"appName": "Agent Assistant",
|
|
6024
6049
|
"navItems": [
|
|
6025
6050
|
{
|
|
6026
|
-
"href": "/chat",
|
|
6027
6051
|
"icon": "message-circle",
|
|
6052
|
+
"href": "/chat",
|
|
6028
6053
|
"label": "Chat"
|
|
6029
6054
|
},
|
|
6030
6055
|
{
|
|
@@ -6061,83 +6086,83 @@
|
|
|
6061
6086
|
"render-ui",
|
|
6062
6087
|
"main",
|
|
6063
6088
|
{
|
|
6064
|
-
"navItems": [
|
|
6065
|
-
{
|
|
6066
|
-
"label": "Chat",
|
|
6067
|
-
"href": "/chat",
|
|
6068
|
-
"icon": "message-circle"
|
|
6069
|
-
},
|
|
6070
|
-
{
|
|
6071
|
-
"icon": "brain",
|
|
6072
|
-
"href": "/memory",
|
|
6073
|
-
"label": "Memory"
|
|
6074
|
-
},
|
|
6075
|
-
{
|
|
6076
|
-
"label": "Settings",
|
|
6077
|
-
"href": "/settings",
|
|
6078
|
-
"icon": "settings"
|
|
6079
|
-
}
|
|
6080
|
-
],
|
|
6081
|
-
"type": "dashboard-layout",
|
|
6082
6089
|
"children": [
|
|
6083
6090
|
{
|
|
6091
|
+
"direction": "vertical",
|
|
6092
|
+
"gap": "lg",
|
|
6084
6093
|
"type": "stack",
|
|
6085
6094
|
"children": [
|
|
6086
6095
|
{
|
|
6096
|
+
"type": "stack",
|
|
6097
|
+
"justify": "between",
|
|
6098
|
+
"gap": "md",
|
|
6099
|
+
"direction": "horizontal",
|
|
6100
|
+
"align": "center",
|
|
6087
6101
|
"children": [
|
|
6088
6102
|
{
|
|
6089
|
-
"align": "center",
|
|
6090
6103
|
"children": [
|
|
6091
6104
|
{
|
|
6092
6105
|
"type": "icon",
|
|
6093
6106
|
"name": "server"
|
|
6094
6107
|
},
|
|
6095
6108
|
{
|
|
6096
|
-
"content": "Provider Status",
|
|
6097
6109
|
"type": "typography",
|
|
6110
|
+
"content": "Provider Status",
|
|
6098
6111
|
"variant": "h2"
|
|
6099
6112
|
}
|
|
6100
6113
|
],
|
|
6101
|
-
"
|
|
6114
|
+
"gap": "md",
|
|
6102
6115
|
"direction": "horizontal",
|
|
6103
|
-
"
|
|
6116
|
+
"type": "stack",
|
|
6117
|
+
"align": "center"
|
|
6104
6118
|
},
|
|
6105
6119
|
{
|
|
6106
6120
|
"type": "button",
|
|
6107
|
-
"icon": "x",
|
|
6108
|
-
"variant": "ghost",
|
|
6109
6121
|
"label": "Dismiss",
|
|
6110
|
-
"action": "HIDE"
|
|
6111
|
-
|
|
6112
|
-
|
|
6113
|
-
|
|
6114
|
-
|
|
6115
|
-
"direction": "horizontal",
|
|
6116
|
-
"gap": "md",
|
|
6117
|
-
"type": "stack"
|
|
6122
|
+
"action": "HIDE",
|
|
6123
|
+
"variant": "ghost",
|
|
6124
|
+
"icon": "x"
|
|
6125
|
+
}
|
|
6126
|
+
]
|
|
6118
6127
|
},
|
|
6119
6128
|
{
|
|
6120
6129
|
"type": "divider"
|
|
6121
6130
|
},
|
|
6122
6131
|
{
|
|
6123
|
-
"variant": "@entity.notificationType",
|
|
6124
6132
|
"message": "@entity.message",
|
|
6125
|
-
"type": "alert"
|
|
6133
|
+
"type": "alert",
|
|
6134
|
+
"variant": "@entity.notificationType"
|
|
6126
6135
|
},
|
|
6127
6136
|
{
|
|
6128
6137
|
"type": "toast-slot"
|
|
6129
6138
|
},
|
|
6130
6139
|
{
|
|
6131
6140
|
"message": "@entity.message",
|
|
6132
|
-
"
|
|
6133
|
-
"
|
|
6141
|
+
"variant": "warning",
|
|
6142
|
+
"type": "alert"
|
|
6134
6143
|
}
|
|
6135
|
-
]
|
|
6136
|
-
"gap": "lg",
|
|
6137
|
-
"direction": "vertical"
|
|
6144
|
+
]
|
|
6138
6145
|
}
|
|
6139
6146
|
],
|
|
6140
|
-
"
|
|
6147
|
+
"type": "dashboard-layout",
|
|
6148
|
+
"appName": "Agent Assistant",
|
|
6149
|
+
"navItems": [
|
|
6150
|
+
{
|
|
6151
|
+
"label": "Chat",
|
|
6152
|
+
"icon": "message-circle",
|
|
6153
|
+
"href": "/chat"
|
|
6154
|
+
},
|
|
6155
|
+
{
|
|
6156
|
+
"icon": "brain",
|
|
6157
|
+
"href": "/memory",
|
|
6158
|
+
"label": "Memory"
|
|
6159
|
+
},
|
|
6160
|
+
{
|
|
6161
|
+
"label": "Settings",
|
|
6162
|
+
"href": "/settings",
|
|
6163
|
+
"icon": "settings"
|
|
6164
|
+
}
|
|
6165
|
+
]
|
|
6141
6166
|
}
|
|
6142
6167
|
]
|
|
6143
6168
|
]
|
|
@@ -6286,6 +6311,11 @@
|
|
|
6286
6311
|
"to": "active",
|
|
6287
6312
|
"event": "INIT",
|
|
6288
6313
|
"effects": [
|
|
6314
|
+
[
|
|
6315
|
+
"set",
|
|
6316
|
+
"@entity.fallbackProvider",
|
|
6317
|
+
""
|
|
6318
|
+
],
|
|
6289
6319
|
[
|
|
6290
6320
|
"fetch",
|
|
6291
6321
|
"ProviderConfig",
|
|
@@ -6306,15 +6336,7 @@
|
|
|
6306
6336
|
"render-ui",
|
|
6307
6337
|
"main",
|
|
6308
6338
|
{
|
|
6309
|
-
"
|
|
6310
|
-
"children": [
|
|
6311
|
-
{
|
|
6312
|
-
"description": "Provider is ready",
|
|
6313
|
-
"type": "empty-state",
|
|
6314
|
-
"icon": "repeat",
|
|
6315
|
-
"title": "Provider"
|
|
6316
|
-
}
|
|
6317
|
-
],
|
|
6339
|
+
"appName": "Agent Assistant",
|
|
6318
6340
|
"navItems": [
|
|
6319
6341
|
{
|
|
6320
6342
|
"href": "/chat",
|
|
@@ -6322,17 +6344,25 @@
|
|
|
6322
6344
|
"icon": "message-circle"
|
|
6323
6345
|
},
|
|
6324
6346
|
{
|
|
6325
|
-
"label": "Memory",
|
|
6326
6347
|
"href": "/memory",
|
|
6348
|
+
"label": "Memory",
|
|
6327
6349
|
"icon": "brain"
|
|
6328
6350
|
},
|
|
6329
6351
|
{
|
|
6330
|
-
"
|
|
6352
|
+
"icon": "settings",
|
|
6331
6353
|
"label": "Settings",
|
|
6332
|
-
"
|
|
6354
|
+
"href": "/settings"
|
|
6333
6355
|
}
|
|
6334
6356
|
],
|
|
6335
|
-
"
|
|
6357
|
+
"type": "dashboard-layout",
|
|
6358
|
+
"children": [
|
|
6359
|
+
{
|
|
6360
|
+
"icon": "repeat",
|
|
6361
|
+
"description": "Provider is ready",
|
|
6362
|
+
"type": "empty-state",
|
|
6363
|
+
"title": "Provider"
|
|
6364
|
+
}
|
|
6365
|
+
]
|
|
6336
6366
|
}
|
|
6337
6367
|
]
|
|
6338
6368
|
]
|
|
@@ -6433,8 +6463,8 @@
|
|
|
6433
6463
|
"emit",
|
|
6434
6464
|
"SHOW",
|
|
6435
6465
|
{
|
|
6436
|
-
"
|
|
6437
|
-
"
|
|
6466
|
+
"notificationType": "info",
|
|
6467
|
+
"message": "Provider switched"
|
|
6438
6468
|
}
|
|
6439
6469
|
]
|
|
6440
6470
|
]
|
|
@@ -6520,6 +6550,15 @@
|
|
|
6520
6550
|
"category": "interaction",
|
|
6521
6551
|
"linkedEntity": "AssistantNav",
|
|
6522
6552
|
"emits": [
|
|
6553
|
+
{
|
|
6554
|
+
"event": "SELECT_TAB",
|
|
6555
|
+
"payloadSchema": [
|
|
6556
|
+
{
|
|
6557
|
+
"name": "tabId",
|
|
6558
|
+
"type": "string"
|
|
6559
|
+
}
|
|
6560
|
+
]
|
|
6561
|
+
},
|
|
6523
6562
|
{
|
|
6524
6563
|
"event": "AssistantNavLoaded",
|
|
6525
6564
|
"description": "Fired when AssistantNav finishes loading",
|
|
@@ -6588,7 +6627,7 @@
|
|
|
6588
6627
|
"name": "Select Tab",
|
|
6589
6628
|
"payloadSchema": [
|
|
6590
6629
|
{
|
|
6591
|
-
"name": "
|
|
6630
|
+
"name": "tabId",
|
|
6592
6631
|
"type": "string"
|
|
6593
6632
|
}
|
|
6594
6633
|
]
|
|
@@ -6614,22 +6653,22 @@
|
|
|
6614
6653
|
"render-ui",
|
|
6615
6654
|
"main",
|
|
6616
6655
|
{
|
|
6656
|
+
"className": "py-12",
|
|
6657
|
+
"type": "stack",
|
|
6658
|
+
"direction": "vertical",
|
|
6659
|
+
"align": "center",
|
|
6660
|
+
"gap": "md",
|
|
6617
6661
|
"children": [
|
|
6618
6662
|
{
|
|
6619
6663
|
"type": "spinner"
|
|
6620
6664
|
},
|
|
6621
6665
|
{
|
|
6622
|
-
"content": "Loading…",
|
|
6623
6666
|
"variant": "caption",
|
|
6624
6667
|
"type": "typography",
|
|
6625
|
-
"color": "muted"
|
|
6668
|
+
"color": "muted",
|
|
6669
|
+
"content": "Loading…"
|
|
6626
6670
|
}
|
|
6627
|
-
]
|
|
6628
|
-
"direction": "vertical",
|
|
6629
|
-
"type": "stack",
|
|
6630
|
-
"align": "center",
|
|
6631
|
-
"gap": "md",
|
|
6632
|
-
"className": "py-12"
|
|
6671
|
+
]
|
|
6633
6672
|
}
|
|
6634
6673
|
]
|
|
6635
6674
|
]
|
|
@@ -6645,8 +6684,6 @@
|
|
|
6645
6684
|
{
|
|
6646
6685
|
"children": [
|
|
6647
6686
|
{
|
|
6648
|
-
"gap": "lg",
|
|
6649
|
-
"type": "stack",
|
|
6650
6687
|
"children": [
|
|
6651
6688
|
{
|
|
6652
6689
|
"children": [
|
|
@@ -6660,87 +6697,89 @@
|
|
|
6660
6697
|
"variant": "h2"
|
|
6661
6698
|
}
|
|
6662
6699
|
],
|
|
6663
|
-
"
|
|
6700
|
+
"align": "center",
|
|
6664
6701
|
"gap": "sm",
|
|
6665
6702
|
"direction": "horizontal",
|
|
6666
|
-
"
|
|
6703
|
+
"type": "stack"
|
|
6667
6704
|
},
|
|
6668
6705
|
{
|
|
6669
6706
|
"type": "divider"
|
|
6670
6707
|
},
|
|
6671
6708
|
{
|
|
6709
|
+
"defaultActiveTab": "chat",
|
|
6672
6710
|
"tabs": [
|
|
6673
6711
|
{
|
|
6674
6712
|
"label": "Chat",
|
|
6675
6713
|
"value": "chat"
|
|
6676
6714
|
},
|
|
6677
6715
|
{
|
|
6678
|
-
"
|
|
6679
|
-
"
|
|
6716
|
+
"value": "memory",
|
|
6717
|
+
"label": "Memory"
|
|
6680
6718
|
},
|
|
6681
6719
|
{
|
|
6682
|
-
"
|
|
6683
|
-
"
|
|
6720
|
+
"label": "Settings",
|
|
6721
|
+
"value": "settings"
|
|
6684
6722
|
}
|
|
6685
6723
|
],
|
|
6686
|
-
"
|
|
6687
|
-
"
|
|
6688
|
-
"type": "tabs"
|
|
6724
|
+
"type": "tabs",
|
|
6725
|
+
"tabChangeEvent": "SELECT_TAB"
|
|
6689
6726
|
},
|
|
6690
6727
|
{
|
|
6691
6728
|
"type": "divider"
|
|
6692
6729
|
},
|
|
6693
6730
|
{
|
|
6694
|
-
"fields": [],
|
|
6695
|
-
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
6696
6731
|
"type": "data-grid",
|
|
6697
|
-
"
|
|
6732
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
6698
6733
|
"renderItem": [
|
|
6699
6734
|
"fn",
|
|
6700
6735
|
"item",
|
|
6701
6736
|
{
|
|
6702
|
-
"
|
|
6737
|
+
"direction": "vertical",
|
|
6703
6738
|
"children": [
|
|
6704
6739
|
{
|
|
6705
|
-
"content": "@item.messages",
|
|
6706
6740
|
"type": "typography",
|
|
6707
|
-
"variant": "h4"
|
|
6741
|
+
"variant": "h4",
|
|
6742
|
+
"content": "@item.messages"
|
|
6708
6743
|
},
|
|
6709
6744
|
{
|
|
6710
|
-
"color": "muted",
|
|
6711
6745
|
"type": "typography",
|
|
6712
|
-
"
|
|
6713
|
-
"
|
|
6746
|
+
"variant": "caption",
|
|
6747
|
+
"color": "muted",
|
|
6748
|
+
"content": "@item.currentMessage"
|
|
6714
6749
|
}
|
|
6715
6750
|
],
|
|
6716
|
-
"
|
|
6717
|
-
"
|
|
6751
|
+
"type": "stack",
|
|
6752
|
+
"gap": "sm"
|
|
6718
6753
|
}
|
|
6719
|
-
]
|
|
6754
|
+
],
|
|
6755
|
+
"entity": "@payload.data",
|
|
6756
|
+
"fields": []
|
|
6720
6757
|
}
|
|
6721
6758
|
],
|
|
6722
|
-
"direction": "vertical"
|
|
6759
|
+
"direction": "vertical",
|
|
6760
|
+
"type": "stack",
|
|
6761
|
+
"gap": "lg"
|
|
6723
6762
|
}
|
|
6724
6763
|
],
|
|
6725
|
-
"type": "dashboard-layout",
|
|
6726
|
-
"appName": "Agent Assistant",
|
|
6727
6764
|
"navItems": [
|
|
6728
6765
|
{
|
|
6766
|
+
"label": "Chat",
|
|
6729
6767
|
"href": "/chat",
|
|
6730
|
-
"icon": "message-circle"
|
|
6731
|
-
"label": "Chat"
|
|
6768
|
+
"icon": "message-circle"
|
|
6732
6769
|
},
|
|
6733
6770
|
{
|
|
6734
6771
|
"icon": "brain",
|
|
6735
|
-
"
|
|
6736
|
-
"
|
|
6772
|
+
"label": "Memory",
|
|
6773
|
+
"href": "/memory"
|
|
6737
6774
|
},
|
|
6738
6775
|
{
|
|
6739
6776
|
"href": "/settings",
|
|
6740
6777
|
"icon": "settings",
|
|
6741
6778
|
"label": "Settings"
|
|
6742
6779
|
}
|
|
6743
|
-
]
|
|
6780
|
+
],
|
|
6781
|
+
"type": "dashboard-layout",
|
|
6782
|
+
"appName": "Agent Assistant"
|
|
6744
6783
|
}
|
|
6745
6784
|
]
|
|
6746
6785
|
]
|
|
@@ -6754,11 +6793,16 @@
|
|
|
6754
6793
|
"render-ui",
|
|
6755
6794
|
"main",
|
|
6756
6795
|
{
|
|
6796
|
+
"gap": "md",
|
|
6797
|
+
"type": "stack",
|
|
6798
|
+
"className": "py-12",
|
|
6799
|
+
"direction": "vertical",
|
|
6800
|
+
"align": "center",
|
|
6757
6801
|
"children": [
|
|
6758
6802
|
{
|
|
6759
|
-
"color": "destructive",
|
|
6760
6803
|
"type": "icon",
|
|
6761
|
-
"name": "alert-triangle"
|
|
6804
|
+
"name": "alert-triangle",
|
|
6805
|
+
"color": "destructive"
|
|
6762
6806
|
},
|
|
6763
6807
|
{
|
|
6764
6808
|
"type": "typography",
|
|
@@ -6766,24 +6810,19 @@
|
|
|
6766
6810
|
"content": "Failed to load"
|
|
6767
6811
|
},
|
|
6768
6812
|
{
|
|
6769
|
-
"color": "muted",
|
|
6770
6813
|
"type": "typography",
|
|
6771
6814
|
"variant": "body",
|
|
6815
|
+
"color": "muted",
|
|
6772
6816
|
"content": "@payload.error"
|
|
6773
6817
|
},
|
|
6774
6818
|
{
|
|
6775
|
-
"label": "Retry",
|
|
6776
6819
|
"variant": "primary",
|
|
6777
|
-
"
|
|
6820
|
+
"label": "Retry",
|
|
6821
|
+
"action": "INIT",
|
|
6778
6822
|
"icon": "rotate-ccw",
|
|
6779
|
-
"
|
|
6823
|
+
"type": "button"
|
|
6780
6824
|
}
|
|
6781
|
-
]
|
|
6782
|
-
"direction": "vertical",
|
|
6783
|
-
"type": "stack",
|
|
6784
|
-
"gap": "md",
|
|
6785
|
-
"align": "center",
|
|
6786
|
-
"className": "py-12"
|
|
6825
|
+
]
|
|
6787
6826
|
}
|
|
6788
6827
|
]
|
|
6789
6828
|
]
|
|
@@ -6942,6 +6981,21 @@
|
|
|
6942
6981
|
"to": "closed",
|
|
6943
6982
|
"event": "INIT",
|
|
6944
6983
|
"effects": [
|
|
6984
|
+
[
|
|
6985
|
+
"set",
|
|
6986
|
+
"@entity.content",
|
|
6987
|
+
""
|
|
6988
|
+
],
|
|
6989
|
+
[
|
|
6990
|
+
"set",
|
|
6991
|
+
"@entity.query",
|
|
6992
|
+
""
|
|
6993
|
+
],
|
|
6994
|
+
[
|
|
6995
|
+
"set",
|
|
6996
|
+
"@entity.strength",
|
|
6997
|
+
0.0
|
|
6998
|
+
],
|
|
6945
6999
|
[
|
|
6946
7000
|
"fetch",
|
|
6947
7001
|
"MemorySidebar",
|
|
@@ -6964,8 +7018,8 @@
|
|
|
6964
7018
|
"MemorySidebar",
|
|
6965
7019
|
{
|
|
6966
7020
|
"emit": {
|
|
6967
|
-
"
|
|
6968
|
-
"
|
|
7021
|
+
"failure": "MemorySidebarLoadFailed",
|
|
7022
|
+
"success": "MemorySidebarLoaded"
|
|
6969
7023
|
}
|
|
6970
7024
|
}
|
|
6971
7025
|
],
|
|
@@ -6975,8 +7029,12 @@
|
|
|
6975
7029
|
{
|
|
6976
7030
|
"gap": "none",
|
|
6977
7031
|
"type": "stack",
|
|
7032
|
+
"direction": "vertical",
|
|
6978
7033
|
"children": [
|
|
6979
7034
|
{
|
|
7035
|
+
"isOpen": true,
|
|
7036
|
+
"type": "drawer",
|
|
7037
|
+
"title": "Memory Recall",
|
|
6980
7038
|
"children": [
|
|
6981
7039
|
{
|
|
6982
7040
|
"type": "stack",
|
|
@@ -6984,24 +7042,27 @@
|
|
|
6984
7042
|
"gap": "md",
|
|
6985
7043
|
"children": [
|
|
6986
7044
|
{
|
|
7045
|
+
"gap": "md",
|
|
7046
|
+
"justify": "between",
|
|
7047
|
+
"type": "stack",
|
|
6987
7048
|
"children": [
|
|
6988
7049
|
{
|
|
6989
7050
|
"type": "typography",
|
|
6990
|
-
"
|
|
6991
|
-
"
|
|
7051
|
+
"content": "Content",
|
|
7052
|
+
"variant": "caption"
|
|
6992
7053
|
},
|
|
6993
7054
|
{
|
|
6994
|
-
"type": "typography",
|
|
6995
7055
|
"variant": "body",
|
|
6996
|
-
"content": "@entity.content"
|
|
7056
|
+
"content": "@entity.content",
|
|
7057
|
+
"type": "typography"
|
|
6997
7058
|
}
|
|
6998
7059
|
],
|
|
6999
|
-
"
|
|
7000
|
-
"direction": "horizontal",
|
|
7001
|
-
"gap": "md",
|
|
7002
|
-
"justify": "between"
|
|
7060
|
+
"direction": "horizontal"
|
|
7003
7061
|
},
|
|
7004
7062
|
{
|
|
7063
|
+
"gap": "md",
|
|
7064
|
+
"type": "stack",
|
|
7065
|
+
"justify": "between",
|
|
7005
7066
|
"children": [
|
|
7006
7067
|
{
|
|
7007
7068
|
"type": "typography",
|
|
@@ -7009,21 +7070,22 @@
|
|
|
7009
7070
|
"variant": "caption"
|
|
7010
7071
|
},
|
|
7011
7072
|
{
|
|
7012
|
-
"
|
|
7073
|
+
"content": "@entity.query",
|
|
7013
7074
|
"variant": "body",
|
|
7014
|
-
"
|
|
7075
|
+
"type": "typography"
|
|
7015
7076
|
}
|
|
7016
7077
|
],
|
|
7017
|
-
"
|
|
7018
|
-
"direction": "horizontal",
|
|
7019
|
-
"type": "stack",
|
|
7020
|
-
"justify": "between"
|
|
7078
|
+
"direction": "horizontal"
|
|
7021
7079
|
},
|
|
7022
7080
|
{
|
|
7081
|
+
"type": "stack",
|
|
7082
|
+
"gap": "md",
|
|
7083
|
+
"justify": "between",
|
|
7084
|
+
"direction": "horizontal",
|
|
7023
7085
|
"children": [
|
|
7024
7086
|
{
|
|
7025
|
-
"variant": "caption",
|
|
7026
7087
|
"type": "typography",
|
|
7088
|
+
"variant": "caption",
|
|
7027
7089
|
"content": "Strength"
|
|
7028
7090
|
},
|
|
7029
7091
|
{
|
|
@@ -7031,78 +7093,68 @@
|
|
|
7031
7093
|
"type": "typography",
|
|
7032
7094
|
"content": "@entity.strength"
|
|
7033
7095
|
}
|
|
7034
|
-
]
|
|
7035
|
-
"type": "stack",
|
|
7036
|
-
"direction": "horizontal",
|
|
7037
|
-
"gap": "md",
|
|
7038
|
-
"justify": "between"
|
|
7096
|
+
]
|
|
7039
7097
|
},
|
|
7040
7098
|
{
|
|
7041
7099
|
"type": "divider"
|
|
7042
7100
|
},
|
|
7043
7101
|
{
|
|
7102
|
+
"type": "stack",
|
|
7044
7103
|
"justify": "end",
|
|
7104
|
+
"gap": "sm",
|
|
7045
7105
|
"children": [
|
|
7046
7106
|
{
|
|
7047
7107
|
"action": "CLOSE",
|
|
7108
|
+
"type": "button",
|
|
7048
7109
|
"variant": "ghost",
|
|
7049
|
-
"label": "Close"
|
|
7050
|
-
"type": "button"
|
|
7110
|
+
"label": "Close"
|
|
7051
7111
|
}
|
|
7052
7112
|
],
|
|
7053
|
-
"
|
|
7054
|
-
"direction": "horizontal",
|
|
7055
|
-
"gap": "sm"
|
|
7113
|
+
"direction": "horizontal"
|
|
7056
7114
|
}
|
|
7057
7115
|
]
|
|
7058
7116
|
}
|
|
7059
|
-
]
|
|
7060
|
-
"type": "drawer",
|
|
7061
|
-
"title": "Memory Recall",
|
|
7062
|
-
"isOpen": true
|
|
7117
|
+
]
|
|
7063
7118
|
},
|
|
7064
7119
|
{
|
|
7065
|
-
"position": "right",
|
|
7066
|
-
"isOpen": true,
|
|
7067
7120
|
"children": [
|
|
7068
7121
|
{
|
|
7069
|
-
"direction": "vertical",
|
|
7070
7122
|
"children": [
|
|
7071
7123
|
{
|
|
7124
|
+
"type": "stack",
|
|
7125
|
+
"justify": "between",
|
|
7072
7126
|
"children": [
|
|
7073
7127
|
{
|
|
7128
|
+
"type": "typography",
|
|
7074
7129
|
"variant": "caption",
|
|
7075
|
-
"content": "Content"
|
|
7076
|
-
"type": "typography"
|
|
7130
|
+
"content": "Content"
|
|
7077
7131
|
},
|
|
7078
7132
|
{
|
|
7079
|
-
"variant": "body",
|
|
7080
7133
|
"content": "@entity.content",
|
|
7081
|
-
"type": "typography"
|
|
7134
|
+
"type": "typography",
|
|
7135
|
+
"variant": "body"
|
|
7082
7136
|
}
|
|
7083
7137
|
],
|
|
7084
|
-
"
|
|
7085
|
-
"
|
|
7086
|
-
"direction": "horizontal",
|
|
7087
|
-
"gap": "md"
|
|
7138
|
+
"gap": "md",
|
|
7139
|
+
"direction": "horizontal"
|
|
7088
7140
|
},
|
|
7089
7141
|
{
|
|
7090
|
-
"gap": "md",
|
|
7091
7142
|
"justify": "between",
|
|
7092
7143
|
"children": [
|
|
7093
7144
|
{
|
|
7094
|
-
"content": "Query",
|
|
7095
7145
|
"type": "typography",
|
|
7096
|
-
"variant": "caption"
|
|
7146
|
+
"variant": "caption",
|
|
7147
|
+
"content": "Query"
|
|
7097
7148
|
},
|
|
7098
7149
|
{
|
|
7150
|
+
"type": "typography",
|
|
7099
7151
|
"variant": "body",
|
|
7100
|
-
"content": "@entity.query"
|
|
7101
|
-
"type": "typography"
|
|
7152
|
+
"content": "@entity.query"
|
|
7102
7153
|
}
|
|
7103
7154
|
],
|
|
7155
|
+
"type": "stack",
|
|
7104
7156
|
"direction": "horizontal",
|
|
7105
|
-
"
|
|
7157
|
+
"gap": "md"
|
|
7106
7158
|
},
|
|
7107
7159
|
{
|
|
7108
7160
|
"justify": "between",
|
|
@@ -7111,28 +7163,30 @@
|
|
|
7111
7163
|
"children": [
|
|
7112
7164
|
{
|
|
7113
7165
|
"variant": "caption",
|
|
7114
|
-
"
|
|
7115
|
-
"
|
|
7166
|
+
"type": "typography",
|
|
7167
|
+
"content": "Strength"
|
|
7116
7168
|
},
|
|
7117
7169
|
{
|
|
7118
7170
|
"content": "@entity.strength",
|
|
7119
|
-
"
|
|
7120
|
-
"
|
|
7171
|
+
"variant": "body",
|
|
7172
|
+
"type": "typography"
|
|
7121
7173
|
}
|
|
7122
7174
|
],
|
|
7123
7175
|
"gap": "md"
|
|
7124
7176
|
}
|
|
7125
7177
|
],
|
|
7126
7178
|
"gap": "md",
|
|
7127
|
-
"type": "stack"
|
|
7179
|
+
"type": "stack",
|
|
7180
|
+
"direction": "vertical"
|
|
7128
7181
|
}
|
|
7129
7182
|
],
|
|
7183
|
+
"type": "side-panel",
|
|
7130
7184
|
"onClose": "CLOSE",
|
|
7185
|
+
"isOpen": true,
|
|
7131
7186
|
"title": "Memory Recall",
|
|
7132
|
-
"
|
|
7187
|
+
"position": "right"
|
|
7133
7188
|
}
|
|
7134
|
-
]
|
|
7135
|
-
"direction": "vertical"
|
|
7189
|
+
]
|
|
7136
7190
|
}
|
|
7137
7191
|
]
|
|
7138
7192
|
]
|
|
@@ -7177,4 +7231,4 @@
|
|
|
7177
7231
|
]
|
|
7178
7232
|
}
|
|
7179
7233
|
]
|
|
7180
|
-
}
|
|
7234
|
+
}
|