@almadar/std 7.4.7 → 7.4.8
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/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -368,8 +368,8 @@
|
|
|
368
368
|
"Assistant",
|
|
369
369
|
{
|
|
370
370
|
"emit": {
|
|
371
|
-
"
|
|
372
|
-
"
|
|
371
|
+
"failure": "AssistantLoadFailed",
|
|
372
|
+
"success": "AssistantLoaded"
|
|
373
373
|
}
|
|
374
374
|
}
|
|
375
375
|
],
|
|
@@ -377,37 +377,16 @@
|
|
|
377
377
|
"render-ui",
|
|
378
378
|
"main",
|
|
379
379
|
{
|
|
380
|
-
"type": "dashboard-layout",
|
|
381
|
-
"appName": "Agent Assistant",
|
|
382
|
-
"navItems": [
|
|
383
|
-
{
|
|
384
|
-
"href": "/chat",
|
|
385
|
-
"icon": "message-circle",
|
|
386
|
-
"label": "Chat"
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"href": "/memory",
|
|
390
|
-
"label": "Memory",
|
|
391
|
-
"icon": "brain"
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"icon": "settings",
|
|
395
|
-
"label": "Settings",
|
|
396
|
-
"href": "/settings"
|
|
397
|
-
}
|
|
398
|
-
],
|
|
399
380
|
"children": [
|
|
400
381
|
{
|
|
401
382
|
"direction": "vertical",
|
|
402
383
|
"children": [
|
|
403
384
|
{
|
|
404
|
-
"gap": "sm",
|
|
405
385
|
"direction": "horizontal",
|
|
406
386
|
"align": "center",
|
|
407
|
-
"justify": "between",
|
|
408
|
-
"type": "stack",
|
|
409
387
|
"children": [
|
|
410
388
|
{
|
|
389
|
+
"type": "stack",
|
|
411
390
|
"align": "center",
|
|
412
391
|
"children": [
|
|
413
392
|
{
|
|
@@ -415,76 +394,97 @@
|
|
|
415
394
|
"type": "icon"
|
|
416
395
|
},
|
|
417
396
|
{
|
|
418
|
-
"content": "Assistant Thread",
|
|
419
397
|
"variant": "h2",
|
|
420
|
-
"type": "typography"
|
|
398
|
+
"type": "typography",
|
|
399
|
+
"content": "Assistant Thread"
|
|
421
400
|
}
|
|
422
401
|
],
|
|
423
402
|
"direction": "horizontal",
|
|
424
|
-
"gap": "sm"
|
|
425
|
-
"type": "stack"
|
|
403
|
+
"gap": "sm"
|
|
426
404
|
},
|
|
427
405
|
{
|
|
406
|
+
"variant": "primary",
|
|
428
407
|
"icon": "plus",
|
|
429
408
|
"action": "COMPOSE",
|
|
430
|
-
"label": "New Message",
|
|
431
409
|
"type": "button",
|
|
432
|
-
"
|
|
410
|
+
"label": "New Message"
|
|
433
411
|
}
|
|
434
|
-
]
|
|
412
|
+
],
|
|
413
|
+
"justify": "between",
|
|
414
|
+
"type": "stack",
|
|
415
|
+
"gap": "sm"
|
|
435
416
|
},
|
|
436
417
|
{
|
|
437
418
|
"type": "divider"
|
|
438
419
|
},
|
|
439
420
|
{
|
|
440
|
-
"type": "data-list",
|
|
441
|
-
"fields": [],
|
|
442
421
|
"renderItem": [
|
|
443
422
|
"fn",
|
|
444
423
|
"item",
|
|
445
424
|
{
|
|
446
|
-
"gap": "xs",
|
|
447
425
|
"type": "stack",
|
|
448
|
-
"direction": "vertical",
|
|
449
426
|
"children": [
|
|
450
427
|
{
|
|
451
|
-
"align": "center",
|
|
452
428
|
"children": [
|
|
453
429
|
{
|
|
454
430
|
"label": "@item.role",
|
|
455
431
|
"type": "badge"
|
|
456
432
|
},
|
|
457
433
|
{
|
|
458
|
-
"
|
|
434
|
+
"variant": "outline",
|
|
459
435
|
"label": "@item.status",
|
|
460
|
-
"
|
|
436
|
+
"type": "badge"
|
|
461
437
|
},
|
|
462
438
|
{
|
|
463
|
-
"
|
|
439
|
+
"content": "@item.timestamp",
|
|
464
440
|
"color": "muted",
|
|
465
|
-
"
|
|
466
|
-
"
|
|
441
|
+
"type": "typography",
|
|
442
|
+
"variant": "caption"
|
|
467
443
|
}
|
|
468
444
|
],
|
|
469
445
|
"direction": "horizontal",
|
|
446
|
+
"gap": "sm",
|
|
470
447
|
"type": "stack",
|
|
471
|
-
"
|
|
448
|
+
"align": "center"
|
|
472
449
|
},
|
|
473
450
|
{
|
|
451
|
+
"content": "@item.content",
|
|
474
452
|
"variant": "body",
|
|
475
|
-
"type": "typography"
|
|
476
|
-
"content": "@item.content"
|
|
453
|
+
"type": "typography"
|
|
477
454
|
}
|
|
478
|
-
]
|
|
455
|
+
],
|
|
456
|
+
"gap": "xs",
|
|
457
|
+
"direction": "vertical"
|
|
479
458
|
}
|
|
480
459
|
],
|
|
481
|
-
"entity": "Assistant"
|
|
460
|
+
"entity": "Assistant",
|
|
461
|
+
"type": "data-list",
|
|
462
|
+
"fields": []
|
|
482
463
|
}
|
|
483
464
|
],
|
|
484
|
-
"
|
|
485
|
-
"
|
|
465
|
+
"gap": "lg",
|
|
466
|
+
"type": "stack"
|
|
486
467
|
}
|
|
487
|
-
]
|
|
468
|
+
],
|
|
469
|
+
"navItems": [
|
|
470
|
+
{
|
|
471
|
+
"href": "/chat",
|
|
472
|
+
"label": "Chat",
|
|
473
|
+
"icon": "message-circle"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"href": "/memory",
|
|
477
|
+
"icon": "brain",
|
|
478
|
+
"label": "Memory"
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"href": "/settings",
|
|
482
|
+
"label": "Settings",
|
|
483
|
+
"icon": "settings"
|
|
484
|
+
}
|
|
485
|
+
],
|
|
486
|
+
"type": "dashboard-layout",
|
|
487
|
+
"appName": "Agent Assistant"
|
|
488
488
|
}
|
|
489
489
|
]
|
|
490
490
|
]
|
|
@@ -498,53 +498,49 @@
|
|
|
498
498
|
"render-ui",
|
|
499
499
|
"main",
|
|
500
500
|
{
|
|
501
|
-
"appName": "Agent Assistant",
|
|
502
501
|
"children": [
|
|
503
502
|
{
|
|
504
|
-
"direction": "vertical",
|
|
505
|
-
"type": "stack",
|
|
506
|
-
"gap": "lg",
|
|
507
503
|
"children": [
|
|
508
504
|
{
|
|
505
|
+
"gap": "sm",
|
|
506
|
+
"type": "stack",
|
|
507
|
+
"direction": "horizontal",
|
|
508
|
+
"align": "center",
|
|
509
509
|
"children": [
|
|
510
510
|
{
|
|
511
|
+
"type": "stack",
|
|
511
512
|
"gap": "sm",
|
|
512
513
|
"align": "center",
|
|
513
|
-
"direction": "horizontal",
|
|
514
514
|
"children": [
|
|
515
515
|
{
|
|
516
|
-
"
|
|
517
|
-
"
|
|
516
|
+
"type": "icon",
|
|
517
|
+
"name": "message-circle"
|
|
518
518
|
},
|
|
519
519
|
{
|
|
520
|
-
"type": "typography",
|
|
521
520
|
"variant": "h2",
|
|
521
|
+
"type": "typography",
|
|
522
522
|
"content": "Assistant Thread"
|
|
523
523
|
}
|
|
524
524
|
],
|
|
525
|
-
"
|
|
525
|
+
"direction": "horizontal"
|
|
526
526
|
},
|
|
527
527
|
{
|
|
528
|
-
"icon": "plus",
|
|
529
|
-
"variant": "primary",
|
|
530
|
-
"action": "COMPOSE",
|
|
531
528
|
"type": "button",
|
|
532
|
-
"
|
|
529
|
+
"variant": "primary",
|
|
530
|
+
"icon": "plus",
|
|
531
|
+
"label": "New Message",
|
|
532
|
+
"action": "COMPOSE"
|
|
533
533
|
}
|
|
534
534
|
],
|
|
535
|
-
"
|
|
536
|
-
"gap": "sm",
|
|
537
|
-
"justify": "between",
|
|
538
|
-
"align": "center",
|
|
539
|
-
"direction": "horizontal"
|
|
535
|
+
"justify": "between"
|
|
540
536
|
},
|
|
541
537
|
{
|
|
542
538
|
"type": "divider"
|
|
543
539
|
},
|
|
544
540
|
{
|
|
545
541
|
"type": "data-list",
|
|
546
|
-
"entity": "Assistant",
|
|
547
542
|
"fields": [],
|
|
543
|
+
"entity": "Assistant",
|
|
548
544
|
"renderItem": [
|
|
549
545
|
"fn",
|
|
550
546
|
"item",
|
|
@@ -555,9 +551,9 @@
|
|
|
555
551
|
"children": [
|
|
556
552
|
{
|
|
557
553
|
"gap": "sm",
|
|
558
|
-
"align": "center",
|
|
559
554
|
"type": "stack",
|
|
560
555
|
"direction": "horizontal",
|
|
556
|
+
"align": "center",
|
|
561
557
|
"children": [
|
|
562
558
|
{
|
|
563
559
|
"label": "@item.role",
|
|
@@ -565,21 +561,21 @@
|
|
|
565
561
|
},
|
|
566
562
|
{
|
|
567
563
|
"label": "@item.status",
|
|
568
|
-
"
|
|
569
|
-
"
|
|
564
|
+
"type": "badge",
|
|
565
|
+
"variant": "outline"
|
|
570
566
|
},
|
|
571
567
|
{
|
|
572
|
-
"type": "typography",
|
|
573
|
-
"content": "@item.timestamp",
|
|
574
568
|
"variant": "caption",
|
|
569
|
+
"content": "@item.timestamp",
|
|
570
|
+
"type": "typography",
|
|
575
571
|
"color": "muted"
|
|
576
572
|
}
|
|
577
573
|
]
|
|
578
574
|
},
|
|
579
575
|
{
|
|
580
|
-
"
|
|
576
|
+
"variant": "body",
|
|
581
577
|
"content": "@item.content",
|
|
582
|
-
"
|
|
578
|
+
"type": "typography"
|
|
583
579
|
}
|
|
584
580
|
]
|
|
585
581
|
}
|
|
@@ -589,45 +585,49 @@
|
|
|
589
585
|
"fields": [],
|
|
590
586
|
"children": [
|
|
591
587
|
{
|
|
592
|
-
"
|
|
593
|
-
"
|
|
588
|
+
"placeholder": "Type your message...",
|
|
589
|
+
"type": "textarea"
|
|
594
590
|
},
|
|
595
591
|
{
|
|
592
|
+
"type": "stack",
|
|
596
593
|
"gap": "sm",
|
|
597
594
|
"direction": "horizontal",
|
|
598
|
-
"type": "stack",
|
|
599
595
|
"children": [
|
|
600
596
|
{
|
|
601
|
-
"action": "SEND",
|
|
602
|
-
"type": "button",
|
|
603
597
|
"label": "Send",
|
|
604
|
-
"
|
|
605
|
-
"icon": "send"
|
|
598
|
+
"type": "button",
|
|
599
|
+
"icon": "send",
|
|
600
|
+
"action": "SEND",
|
|
601
|
+
"variant": "primary"
|
|
606
602
|
}
|
|
607
603
|
]
|
|
608
604
|
}
|
|
609
605
|
],
|
|
610
|
-
"
|
|
611
|
-
"
|
|
606
|
+
"title": "Compose Message",
|
|
607
|
+
"type": "form-section"
|
|
612
608
|
}
|
|
613
|
-
]
|
|
609
|
+
],
|
|
610
|
+
"direction": "vertical",
|
|
611
|
+
"type": "stack",
|
|
612
|
+
"gap": "lg"
|
|
614
613
|
}
|
|
615
614
|
],
|
|
616
615
|
"type": "dashboard-layout",
|
|
616
|
+
"appName": "Agent Assistant",
|
|
617
617
|
"navItems": [
|
|
618
618
|
{
|
|
619
|
+
"icon": "message-circle",
|
|
619
620
|
"label": "Chat",
|
|
620
|
-
"href": "/chat"
|
|
621
|
-
"icon": "message-circle"
|
|
621
|
+
"href": "/chat"
|
|
622
622
|
},
|
|
623
623
|
{
|
|
624
|
-
"
|
|
624
|
+
"icon": "brain",
|
|
625
625
|
"href": "/memory",
|
|
626
|
-
"
|
|
626
|
+
"label": "Memory"
|
|
627
627
|
},
|
|
628
628
|
{
|
|
629
|
-
"icon": "settings",
|
|
630
629
|
"href": "/settings",
|
|
630
|
+
"icon": "settings",
|
|
631
631
|
"label": "Settings"
|
|
632
632
|
}
|
|
633
633
|
]
|
|
@@ -659,114 +659,114 @@
|
|
|
659
659
|
"render-ui",
|
|
660
660
|
"main",
|
|
661
661
|
{
|
|
662
|
-
"type": "dashboard-layout",
|
|
663
|
-
"appName": "Agent Assistant",
|
|
664
|
-
"navItems": [
|
|
665
|
-
{
|
|
666
|
-
"icon": "message-circle",
|
|
667
|
-
"label": "Chat",
|
|
668
|
-
"href": "/chat"
|
|
669
|
-
},
|
|
670
|
-
{
|
|
671
|
-
"label": "Memory",
|
|
672
|
-
"href": "/memory",
|
|
673
|
-
"icon": "brain"
|
|
674
|
-
},
|
|
675
|
-
{
|
|
676
|
-
"label": "Settings",
|
|
677
|
-
"href": "/settings",
|
|
678
|
-
"icon": "settings"
|
|
679
|
-
}
|
|
680
|
-
],
|
|
681
662
|
"children": [
|
|
682
663
|
{
|
|
683
|
-
"direction": "vertical",
|
|
684
|
-
"type": "stack",
|
|
685
664
|
"children": [
|
|
686
665
|
{
|
|
666
|
+
"justify": "between",
|
|
667
|
+
"align": "center",
|
|
668
|
+
"direction": "horizontal",
|
|
687
669
|
"children": [
|
|
688
670
|
{
|
|
689
|
-
"gap": "sm",
|
|
690
|
-
"type": "stack",
|
|
691
|
-
"direction": "horizontal",
|
|
692
|
-
"align": "center",
|
|
693
671
|
"children": [
|
|
694
672
|
{
|
|
695
673
|
"type": "icon",
|
|
696
674
|
"name": "message-circle"
|
|
697
675
|
},
|
|
698
676
|
{
|
|
699
|
-
"
|
|
677
|
+
"type": "typography",
|
|
700
678
|
"variant": "h2",
|
|
701
|
-
"
|
|
679
|
+
"content": "Assistant Thread"
|
|
702
680
|
}
|
|
703
|
-
]
|
|
681
|
+
],
|
|
682
|
+
"direction": "horizontal",
|
|
683
|
+
"type": "stack",
|
|
684
|
+
"gap": "sm",
|
|
685
|
+
"align": "center"
|
|
704
686
|
},
|
|
705
687
|
{
|
|
706
|
-
"
|
|
707
|
-
"label": "New Message",
|
|
708
|
-
"icon": "plus",
|
|
688
|
+
"variant": "primary",
|
|
709
689
|
"type": "button",
|
|
710
|
-
"
|
|
690
|
+
"label": "New Message",
|
|
691
|
+
"action": "COMPOSE",
|
|
692
|
+
"icon": "plus"
|
|
711
693
|
}
|
|
712
694
|
],
|
|
713
695
|
"type": "stack",
|
|
714
|
-
"
|
|
715
|
-
"gap": "sm",
|
|
716
|
-
"justify": "between",
|
|
717
|
-
"align": "center"
|
|
696
|
+
"gap": "sm"
|
|
718
697
|
},
|
|
719
698
|
{
|
|
720
699
|
"type": "divider"
|
|
721
700
|
},
|
|
722
701
|
{
|
|
723
702
|
"entity": "Assistant",
|
|
724
|
-
"type": "data-list",
|
|
725
703
|
"fields": [],
|
|
704
|
+
"type": "data-list",
|
|
726
705
|
"renderItem": [
|
|
727
706
|
"fn",
|
|
728
707
|
"item",
|
|
729
708
|
{
|
|
730
709
|
"direction": "vertical",
|
|
710
|
+
"gap": "xs",
|
|
731
711
|
"children": [
|
|
732
712
|
{
|
|
733
|
-
"
|
|
713
|
+
"align": "center",
|
|
734
714
|
"children": [
|
|
735
715
|
{
|
|
736
716
|
"type": "badge",
|
|
737
717
|
"label": "@item.role"
|
|
738
718
|
},
|
|
739
719
|
{
|
|
740
|
-
"type": "badge",
|
|
741
720
|
"label": "@item.status",
|
|
742
|
-
"variant": "outline"
|
|
721
|
+
"variant": "outline",
|
|
722
|
+
"type": "badge"
|
|
743
723
|
},
|
|
744
724
|
{
|
|
745
|
-
"type": "typography",
|
|
746
725
|
"variant": "caption",
|
|
747
726
|
"color": "muted",
|
|
727
|
+
"type": "typography",
|
|
748
728
|
"content": "@item.timestamp"
|
|
749
729
|
}
|
|
750
730
|
],
|
|
751
731
|
"direction": "horizontal",
|
|
752
732
|
"gap": "sm",
|
|
753
|
-
"
|
|
733
|
+
"type": "stack"
|
|
754
734
|
},
|
|
755
735
|
{
|
|
756
|
-
"
|
|
736
|
+
"type": "typography",
|
|
757
737
|
"content": "@item.content",
|
|
758
|
-
"
|
|
738
|
+
"variant": "body"
|
|
759
739
|
}
|
|
760
740
|
],
|
|
761
|
-
"type": "stack"
|
|
762
|
-
"gap": "xs"
|
|
741
|
+
"type": "stack"
|
|
763
742
|
}
|
|
764
743
|
]
|
|
765
744
|
}
|
|
766
745
|
],
|
|
767
|
-
"
|
|
746
|
+
"type": "stack",
|
|
747
|
+
"gap": "lg",
|
|
748
|
+
"direction": "vertical"
|
|
768
749
|
}
|
|
769
|
-
]
|
|
750
|
+
],
|
|
751
|
+
"navItems": [
|
|
752
|
+
{
|
|
753
|
+
"href": "/chat",
|
|
754
|
+
"label": "Chat",
|
|
755
|
+
"icon": "message-circle"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"href": "/memory",
|
|
759
|
+
"icon": "brain",
|
|
760
|
+
"label": "Memory"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"label": "Settings",
|
|
764
|
+
"href": "/settings",
|
|
765
|
+
"icon": "settings"
|
|
766
|
+
}
|
|
767
|
+
],
|
|
768
|
+
"appName": "Agent Assistant",
|
|
769
|
+
"type": "dashboard-layout"
|
|
770
770
|
}
|
|
771
771
|
]
|
|
772
772
|
]
|
|
@@ -801,10 +801,10 @@
|
|
|
801
801
|
"create",
|
|
802
802
|
"Assistant",
|
|
803
803
|
{
|
|
804
|
-
"timestamp": "@now",
|
|
805
|
-
"status": "sent",
|
|
806
804
|
"content": "@payload.content",
|
|
807
|
-
"role": "user"
|
|
805
|
+
"role": "user",
|
|
806
|
+
"timestamp": "@now",
|
|
807
|
+
"status": "sent"
|
|
808
808
|
}
|
|
809
809
|
],
|
|
810
810
|
[
|
|
@@ -832,52 +832,52 @@
|
|
|
832
832
|
"icon": "message-circle"
|
|
833
833
|
},
|
|
834
834
|
{
|
|
835
|
+
"label": "Memory",
|
|
835
836
|
"href": "/memory",
|
|
836
|
-
"icon": "brain"
|
|
837
|
-
"label": "Memory"
|
|
837
|
+
"icon": "brain"
|
|
838
838
|
},
|
|
839
839
|
{
|
|
840
|
+
"icon": "settings",
|
|
840
841
|
"href": "/settings",
|
|
841
|
-
"label": "Settings"
|
|
842
|
-
"icon": "settings"
|
|
842
|
+
"label": "Settings"
|
|
843
843
|
}
|
|
844
844
|
],
|
|
845
|
-
"appName": "Agent Assistant",
|
|
846
845
|
"children": [
|
|
847
846
|
{
|
|
847
|
+
"direction": "vertical",
|
|
848
848
|
"children": [
|
|
849
849
|
{
|
|
850
|
-
"
|
|
851
|
-
"gap": "sm",
|
|
852
|
-
"direction": "horizontal",
|
|
853
|
-
"justify": "between",
|
|
850
|
+
"gap": "sm",
|
|
854
851
|
"children": [
|
|
855
852
|
{
|
|
856
853
|
"direction": "horizontal",
|
|
857
854
|
"gap": "sm",
|
|
858
|
-
"type": "stack",
|
|
859
855
|
"align": "center",
|
|
856
|
+
"type": "stack",
|
|
860
857
|
"children": [
|
|
861
858
|
{
|
|
862
859
|
"name": "message-circle",
|
|
863
860
|
"type": "icon"
|
|
864
861
|
},
|
|
865
862
|
{
|
|
866
|
-
"variant": "h2",
|
|
867
863
|
"type": "typography",
|
|
868
|
-
"content": "Assistant Thread"
|
|
864
|
+
"content": "Assistant Thread",
|
|
865
|
+
"variant": "h2"
|
|
869
866
|
}
|
|
870
867
|
]
|
|
871
868
|
},
|
|
872
869
|
{
|
|
873
|
-
"type": "button",
|
|
874
|
-
"variant": "primary",
|
|
875
870
|
"action": "COMPOSE",
|
|
871
|
+
"icon": "plus",
|
|
872
|
+
"type": "button",
|
|
876
873
|
"label": "New Message",
|
|
877
|
-
"
|
|
874
|
+
"variant": "primary"
|
|
878
875
|
}
|
|
879
876
|
],
|
|
880
|
-
"
|
|
877
|
+
"justify": "between",
|
|
878
|
+
"type": "stack",
|
|
879
|
+
"direction": "horizontal",
|
|
880
|
+
"align": "center"
|
|
881
881
|
},
|
|
882
882
|
{
|
|
883
883
|
"type": "divider"
|
|
@@ -890,13 +890,12 @@
|
|
|
890
890
|
"fn",
|
|
891
891
|
"item",
|
|
892
892
|
{
|
|
893
|
+
"direction": "vertical",
|
|
893
894
|
"gap": "xs",
|
|
895
|
+
"type": "stack",
|
|
894
896
|
"children": [
|
|
895
897
|
{
|
|
896
898
|
"gap": "sm",
|
|
897
|
-
"direction": "horizontal",
|
|
898
|
-
"align": "center",
|
|
899
|
-
"type": "stack",
|
|
900
899
|
"children": [
|
|
901
900
|
{
|
|
902
901
|
"label": "@item.role",
|
|
@@ -908,30 +907,31 @@
|
|
|
908
907
|
"variant": "outline"
|
|
909
908
|
},
|
|
910
909
|
{
|
|
911
|
-
"content": "@item.timestamp",
|
|
912
910
|
"color": "muted",
|
|
911
|
+
"content": "@item.timestamp",
|
|
913
912
|
"type": "typography",
|
|
914
913
|
"variant": "caption"
|
|
915
914
|
}
|
|
916
|
-
]
|
|
915
|
+
],
|
|
916
|
+
"type": "stack",
|
|
917
|
+
"direction": "horizontal",
|
|
918
|
+
"align": "center"
|
|
917
919
|
},
|
|
918
920
|
{
|
|
919
921
|
"variant": "body",
|
|
920
922
|
"type": "typography",
|
|
921
923
|
"content": "@item.content"
|
|
922
924
|
}
|
|
923
|
-
]
|
|
924
|
-
"direction": "vertical",
|
|
925
|
-
"type": "stack"
|
|
925
|
+
]
|
|
926
926
|
}
|
|
927
927
|
]
|
|
928
928
|
}
|
|
929
929
|
],
|
|
930
|
-
"
|
|
931
|
-
"
|
|
932
|
-
"type": "stack"
|
|
930
|
+
"type": "stack",
|
|
931
|
+
"gap": "lg"
|
|
933
932
|
}
|
|
934
933
|
],
|
|
934
|
+
"appName": "Agent Assistant",
|
|
935
935
|
"type": "dashboard-layout"
|
|
936
936
|
}
|
|
937
937
|
]
|
|
@@ -962,106 +962,106 @@
|
|
|
962
962
|
"main",
|
|
963
963
|
{
|
|
964
964
|
"appName": "Agent Assistant",
|
|
965
|
-
"type": "dashboard-layout",
|
|
966
965
|
"children": [
|
|
967
966
|
{
|
|
967
|
+
"type": "stack",
|
|
968
968
|
"gap": "lg",
|
|
969
|
+
"direction": "vertical",
|
|
969
970
|
"children": [
|
|
970
971
|
{
|
|
972
|
+
"gap": "sm",
|
|
973
|
+
"justify": "between",
|
|
971
974
|
"children": [
|
|
972
975
|
{
|
|
976
|
+
"align": "center",
|
|
977
|
+
"direction": "horizontal",
|
|
973
978
|
"gap": "sm",
|
|
974
979
|
"type": "stack",
|
|
975
980
|
"children": [
|
|
976
981
|
{
|
|
977
|
-
"
|
|
978
|
-
"
|
|
982
|
+
"name": "message-circle",
|
|
983
|
+
"type": "icon"
|
|
979
984
|
},
|
|
980
985
|
{
|
|
986
|
+
"type": "typography",
|
|
981
987
|
"content": "Assistant Thread",
|
|
982
|
-
"variant": "h2"
|
|
983
|
-
"type": "typography"
|
|
988
|
+
"variant": "h2"
|
|
984
989
|
}
|
|
985
|
-
]
|
|
986
|
-
"align": "center",
|
|
987
|
-
"direction": "horizontal"
|
|
990
|
+
]
|
|
988
991
|
},
|
|
989
992
|
{
|
|
990
|
-
"icon": "plus",
|
|
991
|
-
"type": "button",
|
|
992
|
-
"variant": "primary",
|
|
993
993
|
"action": "COMPOSE",
|
|
994
|
-
"label": "New Message"
|
|
994
|
+
"label": "New Message",
|
|
995
|
+
"type": "button",
|
|
996
|
+
"icon": "plus",
|
|
997
|
+
"variant": "primary"
|
|
995
998
|
}
|
|
996
999
|
],
|
|
997
|
-
"justify": "between",
|
|
998
|
-
"align": "center",
|
|
999
1000
|
"direction": "horizontal",
|
|
1000
1001
|
"type": "stack",
|
|
1001
|
-
"
|
|
1002
|
+
"align": "center"
|
|
1002
1003
|
},
|
|
1003
1004
|
{
|
|
1004
1005
|
"type": "divider"
|
|
1005
1006
|
},
|
|
1006
1007
|
{
|
|
1007
1008
|
"type": "data-list",
|
|
1008
|
-
"entity": "Assistant",
|
|
1009
1009
|
"renderItem": [
|
|
1010
1010
|
"fn",
|
|
1011
1011
|
"item",
|
|
1012
1012
|
{
|
|
1013
|
-
"type": "stack",
|
|
1014
|
-
"gap": "xs",
|
|
1015
1013
|
"children": [
|
|
1016
1014
|
{
|
|
1017
|
-
"gap": "sm",
|
|
1018
1015
|
"direction": "horizontal",
|
|
1019
|
-
"type": "stack",
|
|
1020
|
-
"align": "center",
|
|
1021
1016
|
"children": [
|
|
1022
1017
|
{
|
|
1023
1018
|
"label": "@item.role",
|
|
1024
1019
|
"type": "badge"
|
|
1025
1020
|
},
|
|
1026
1021
|
{
|
|
1022
|
+
"type": "badge",
|
|
1027
1023
|
"label": "@item.status",
|
|
1028
|
-
"variant": "outline"
|
|
1029
|
-
"type": "badge"
|
|
1024
|
+
"variant": "outline"
|
|
1030
1025
|
},
|
|
1031
1026
|
{
|
|
1032
|
-
"color": "muted",
|
|
1033
|
-
"type": "typography",
|
|
1034
1027
|
"content": "@item.timestamp",
|
|
1035
|
-
"variant": "caption"
|
|
1028
|
+
"variant": "caption",
|
|
1029
|
+
"color": "muted",
|
|
1030
|
+
"type": "typography"
|
|
1036
1031
|
}
|
|
1037
|
-
]
|
|
1032
|
+
],
|
|
1033
|
+
"type": "stack",
|
|
1034
|
+
"align": "center",
|
|
1035
|
+
"gap": "sm"
|
|
1038
1036
|
},
|
|
1039
1037
|
{
|
|
1040
|
-
"content": "@item.content",
|
|
1041
1038
|
"type": "typography",
|
|
1042
|
-
"variant": "body"
|
|
1039
|
+
"variant": "body",
|
|
1040
|
+
"content": "@item.content"
|
|
1043
1041
|
}
|
|
1044
1042
|
],
|
|
1045
|
-
"
|
|
1043
|
+
"type": "stack",
|
|
1044
|
+
"direction": "vertical",
|
|
1045
|
+
"gap": "xs"
|
|
1046
1046
|
}
|
|
1047
1047
|
],
|
|
1048
|
+
"entity": "Assistant",
|
|
1048
1049
|
"fields": []
|
|
1049
1050
|
}
|
|
1050
|
-
]
|
|
1051
|
-
"direction": "vertical",
|
|
1052
|
-
"type": "stack"
|
|
1051
|
+
]
|
|
1053
1052
|
}
|
|
1054
1053
|
],
|
|
1054
|
+
"type": "dashboard-layout",
|
|
1055
1055
|
"navItems": [
|
|
1056
1056
|
{
|
|
1057
1057
|
"label": "Chat",
|
|
1058
|
-
"
|
|
1059
|
-
"
|
|
1058
|
+
"icon": "message-circle",
|
|
1059
|
+
"href": "/chat"
|
|
1060
1060
|
},
|
|
1061
1061
|
{
|
|
1062
|
+
"label": "Memory",
|
|
1062
1063
|
"href": "/memory",
|
|
1063
|
-
"icon": "brain"
|
|
1064
|
-
"label": "Memory"
|
|
1064
|
+
"icon": "brain"
|
|
1065
1065
|
},
|
|
1066
1066
|
{
|
|
1067
1067
|
"label": "Settings",
|
|
@@ -1332,31 +1332,31 @@
|
|
|
1332
1332
|
"main",
|
|
1333
1333
|
{
|
|
1334
1334
|
"appName": "Agent Assistant",
|
|
1335
|
-
"children": [
|
|
1336
|
-
{
|
|
1337
|
-
"icon": "message-circle",
|
|
1338
|
-
"type": "empty-state",
|
|
1339
|
-
"description": "Conversation is ready",
|
|
1340
|
-
"title": "Conversation"
|
|
1341
|
-
}
|
|
1342
|
-
],
|
|
1343
|
-
"type": "dashboard-layout",
|
|
1344
1335
|
"navItems": [
|
|
1345
1336
|
{
|
|
1346
1337
|
"href": "/chat",
|
|
1347
|
-
"
|
|
1348
|
-
"
|
|
1338
|
+
"icon": "message-circle",
|
|
1339
|
+
"label": "Chat"
|
|
1349
1340
|
},
|
|
1350
1341
|
{
|
|
1342
|
+
"label": "Memory",
|
|
1351
1343
|
"href": "/memory",
|
|
1352
|
-
"icon": "brain"
|
|
1353
|
-
"label": "Memory"
|
|
1344
|
+
"icon": "brain"
|
|
1354
1345
|
},
|
|
1355
1346
|
{
|
|
1356
1347
|
"label": "Settings",
|
|
1357
1348
|
"href": "/settings",
|
|
1358
1349
|
"icon": "settings"
|
|
1359
1350
|
}
|
|
1351
|
+
],
|
|
1352
|
+
"type": "dashboard-layout",
|
|
1353
|
+
"children": [
|
|
1354
|
+
{
|
|
1355
|
+
"description": "Conversation is ready",
|
|
1356
|
+
"icon": "message-circle",
|
|
1357
|
+
"type": "empty-state",
|
|
1358
|
+
"title": "Conversation"
|
|
1359
|
+
}
|
|
1360
1360
|
]
|
|
1361
1361
|
}
|
|
1362
1362
|
]
|
|
@@ -1720,128 +1720,127 @@
|
|
|
1720
1720
|
"render-ui",
|
|
1721
1721
|
"main",
|
|
1722
1722
|
{
|
|
1723
|
+
"appName": "Agent Assistant",
|
|
1723
1724
|
"children": [
|
|
1724
1725
|
{
|
|
1725
1726
|
"className": "max-w-5xl mx-auto w-full",
|
|
1726
|
-
"direction": "vertical",
|
|
1727
|
-
"gap": "lg",
|
|
1728
1727
|
"children": [
|
|
1729
1728
|
{
|
|
1730
|
-
"
|
|
1731
|
-
"
|
|
1729
|
+
"gap": "md",
|
|
1730
|
+
"type": "stack",
|
|
1732
1731
|
"children": [
|
|
1733
1732
|
{
|
|
1734
|
-
"type": "stack",
|
|
1735
|
-
"align": "center",
|
|
1736
1733
|
"children": [
|
|
1737
1734
|
{
|
|
1738
1735
|
"type": "icon",
|
|
1739
1736
|
"name": "brain"
|
|
1740
1737
|
},
|
|
1741
1738
|
{
|
|
1739
|
+
"content": "Memory Manager",
|
|
1742
1740
|
"type": "typography",
|
|
1743
|
-
"variant": "h2"
|
|
1744
|
-
"content": "Memory Manager"
|
|
1741
|
+
"variant": "h2"
|
|
1745
1742
|
}
|
|
1746
1743
|
],
|
|
1747
1744
|
"gap": "sm",
|
|
1748
|
-
"
|
|
1745
|
+
"type": "stack",
|
|
1746
|
+
"direction": "horizontal",
|
|
1747
|
+
"align": "center"
|
|
1749
1748
|
},
|
|
1750
1749
|
{
|
|
1750
|
+
"direction": "horizontal",
|
|
1751
|
+
"gap": "sm",
|
|
1752
|
+
"type": "stack",
|
|
1751
1753
|
"children": [
|
|
1752
1754
|
{
|
|
1753
|
-
"action": "MEMORIZE",
|
|
1754
|
-
"label": "Memorize",
|
|
1755
1755
|
"variant": "primary",
|
|
1756
|
+
"label": "Memorize",
|
|
1757
|
+
"action": "MEMORIZE",
|
|
1756
1758
|
"icon": "plus",
|
|
1757
1759
|
"type": "button"
|
|
1758
1760
|
},
|
|
1759
1761
|
{
|
|
1760
|
-
"type": "button",
|
|
1761
1762
|
"variant": "secondary",
|
|
1762
|
-
"label": "Recall",
|
|
1763
1763
|
"icon": "search",
|
|
1764
|
-
"action": "RECALL"
|
|
1764
|
+
"action": "RECALL",
|
|
1765
|
+
"type": "button",
|
|
1766
|
+
"label": "Recall"
|
|
1765
1767
|
},
|
|
1766
1768
|
{
|
|
1767
|
-
"icon": "clock",
|
|
1768
1769
|
"action": "DECAY",
|
|
1769
1770
|
"variant": "ghost",
|
|
1771
|
+
"label": "Decay All",
|
|
1770
1772
|
"type": "button",
|
|
1771
|
-
"
|
|
1773
|
+
"icon": "clock"
|
|
1772
1774
|
}
|
|
1773
|
-
]
|
|
1774
|
-
"direction": "horizontal",
|
|
1775
|
-
"gap": "sm",
|
|
1776
|
-
"type": "stack"
|
|
1775
|
+
]
|
|
1777
1776
|
}
|
|
1778
1777
|
],
|
|
1779
|
-
"
|
|
1780
|
-
"
|
|
1778
|
+
"justify": "between",
|
|
1779
|
+
"align": "center",
|
|
1781
1780
|
"direction": "horizontal"
|
|
1782
1781
|
},
|
|
1783
1782
|
{
|
|
1784
1783
|
"type": "divider"
|
|
1785
1784
|
},
|
|
1786
1785
|
{
|
|
1786
|
+
"itemActions": [
|
|
1787
|
+
{
|
|
1788
|
+
"event": "PIN",
|
|
1789
|
+
"variant": "ghost",
|
|
1790
|
+
"label": "Pin"
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"label": "Reinforce",
|
|
1794
|
+
"event": "REINFORCE",
|
|
1795
|
+
"variant": "ghost"
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
"event": "FORGET",
|
|
1799
|
+
"variant": "danger",
|
|
1800
|
+
"label": "Forget"
|
|
1801
|
+
}
|
|
1802
|
+
],
|
|
1787
1803
|
"type": "data-grid",
|
|
1788
1804
|
"entity": "Memory",
|
|
1789
1805
|
"fields": [
|
|
1790
1806
|
{
|
|
1791
1807
|
"variant": "h4",
|
|
1792
|
-
"name": "content",
|
|
1793
1808
|
"icon": "brain",
|
|
1794
|
-
"label": "Content"
|
|
1809
|
+
"label": "Content",
|
|
1810
|
+
"name": "content"
|
|
1795
1811
|
},
|
|
1796
1812
|
{
|
|
1813
|
+
"label": "Category",
|
|
1814
|
+
"name": "category",
|
|
1797
1815
|
"colorMap": {
|
|
1798
|
-
"
|
|
1799
|
-
"draft": "warning",
|
|
1816
|
+
"scheduled": "warning",
|
|
1800
1817
|
"disabled": "neutral",
|
|
1801
1818
|
"cancelled": "destructive",
|
|
1802
1819
|
"archived": "neutral",
|
|
1820
|
+
"failed": "destructive",
|
|
1803
1821
|
"pending": "warning",
|
|
1804
|
-
"active": "success",
|
|
1805
|
-
"scheduled": "warning",
|
|
1806
1822
|
"inactive": "neutral",
|
|
1807
|
-
"
|
|
1823
|
+
"done": "success",
|
|
1808
1824
|
"completed": "success",
|
|
1809
|
-
"
|
|
1825
|
+
"active": "success",
|
|
1826
|
+
"error": "destructive",
|
|
1827
|
+
"draft": "warning"
|
|
1810
1828
|
},
|
|
1811
|
-
"variant": "badge"
|
|
1812
|
-
"name": "category",
|
|
1813
|
-
"label": "Category"
|
|
1829
|
+
"variant": "badge"
|
|
1814
1830
|
},
|
|
1815
1831
|
{
|
|
1816
1832
|
"name": "strength",
|
|
1817
1833
|
"label": "Strength",
|
|
1818
1834
|
"variant": "caption"
|
|
1819
1835
|
}
|
|
1820
|
-
],
|
|
1821
|
-
"itemActions": [
|
|
1822
|
-
{
|
|
1823
|
-
"variant": "ghost",
|
|
1824
|
-
"label": "Pin",
|
|
1825
|
-
"event": "PIN"
|
|
1826
|
-
},
|
|
1827
|
-
{
|
|
1828
|
-
"event": "REINFORCE",
|
|
1829
|
-
"label": "Reinforce",
|
|
1830
|
-
"variant": "ghost"
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"label": "Forget",
|
|
1834
|
-
"variant": "danger",
|
|
1835
|
-
"event": "FORGET"
|
|
1836
|
-
}
|
|
1837
1836
|
]
|
|
1838
1837
|
}
|
|
1839
1838
|
],
|
|
1840
|
-
"type": "stack"
|
|
1839
|
+
"type": "stack",
|
|
1840
|
+
"gap": "lg",
|
|
1841
|
+
"direction": "vertical"
|
|
1841
1842
|
}
|
|
1842
1843
|
],
|
|
1843
|
-
"type": "dashboard-layout",
|
|
1844
|
-
"appName": "Agent Assistant",
|
|
1845
1844
|
"navItems": [
|
|
1846
1845
|
{
|
|
1847
1846
|
"href": "/chat",
|
|
@@ -1850,15 +1849,16 @@
|
|
|
1850
1849
|
},
|
|
1851
1850
|
{
|
|
1852
1851
|
"icon": "brain",
|
|
1853
|
-
"
|
|
1854
|
-
"
|
|
1852
|
+
"href": "/memory",
|
|
1853
|
+
"label": "Memory"
|
|
1855
1854
|
},
|
|
1856
1855
|
{
|
|
1857
|
-
"label": "Settings",
|
|
1858
1856
|
"icon": "settings",
|
|
1857
|
+
"label": "Settings",
|
|
1859
1858
|
"href": "/settings"
|
|
1860
1859
|
}
|
|
1861
|
-
]
|
|
1860
|
+
],
|
|
1861
|
+
"type": "dashboard-layout"
|
|
1862
1862
|
}
|
|
1863
1863
|
]
|
|
1864
1864
|
]
|
|
@@ -2035,42 +2035,42 @@
|
|
|
2035
2035
|
"render-ui",
|
|
2036
2036
|
"modal",
|
|
2037
2037
|
{
|
|
2038
|
+
"type": "stack",
|
|
2039
|
+
"direction": "vertical",
|
|
2040
|
+
"gap": "md",
|
|
2038
2041
|
"children": [
|
|
2039
2042
|
{
|
|
2040
2043
|
"type": "stack",
|
|
2041
|
-
"direction": "horizontal",
|
|
2042
|
-
"gap": "sm",
|
|
2043
2044
|
"children": [
|
|
2044
2045
|
{
|
|
2045
2046
|
"type": "icon",
|
|
2046
2047
|
"name": "plus-circle"
|
|
2047
2048
|
},
|
|
2048
2049
|
{
|
|
2049
|
-
"content": "Memorize",
|
|
2050
2050
|
"variant": "h3",
|
|
2051
|
-
"type": "typography"
|
|
2051
|
+
"type": "typography",
|
|
2052
|
+
"content": "Memorize"
|
|
2052
2053
|
}
|
|
2053
|
-
]
|
|
2054
|
+
],
|
|
2055
|
+
"direction": "horizontal",
|
|
2056
|
+
"gap": "sm"
|
|
2054
2057
|
},
|
|
2055
2058
|
{
|
|
2056
2059
|
"type": "divider"
|
|
2057
2060
|
},
|
|
2058
2061
|
{
|
|
2059
|
-
"entity": "Memory",
|
|
2060
|
-
"mode": "create",
|
|
2061
|
-
"submitEvent": "SAVE",
|
|
2062
|
-
"type": "form-section",
|
|
2063
2062
|
"cancelEvent": "CLOSE",
|
|
2064
2063
|
"fields": [
|
|
2065
2064
|
"content",
|
|
2066
2065
|
"category",
|
|
2067
2066
|
"scope"
|
|
2068
|
-
]
|
|
2067
|
+
],
|
|
2068
|
+
"entity": "Memory",
|
|
2069
|
+
"type": "form-section",
|
|
2070
|
+
"mode": "create",
|
|
2071
|
+
"submitEvent": "SAVE"
|
|
2069
2072
|
}
|
|
2070
|
-
]
|
|
2071
|
-
"type": "stack",
|
|
2072
|
-
"direction": "vertical",
|
|
2073
|
-
"gap": "md"
|
|
2073
|
+
]
|
|
2074
2074
|
}
|
|
2075
2075
|
]
|
|
2076
2076
|
]
|
|
@@ -2388,8 +2388,8 @@
|
|
|
2388
2388
|
"Memory",
|
|
2389
2389
|
{
|
|
2390
2390
|
"emit": {
|
|
2391
|
-
"
|
|
2392
|
-
"
|
|
2391
|
+
"failure": "MemoryLoadFailed",
|
|
2392
|
+
"success": "MemoryLoaded"
|
|
2393
2393
|
}
|
|
2394
2394
|
}
|
|
2395
2395
|
],
|
|
@@ -2397,33 +2397,33 @@
|
|
|
2397
2397
|
"render-ui",
|
|
2398
2398
|
"main",
|
|
2399
2399
|
{
|
|
2400
|
+
"type": "dashboard-layout",
|
|
2401
|
+
"children": [
|
|
2402
|
+
{
|
|
2403
|
+
"description": "Memory is ready",
|
|
2404
|
+
"type": "empty-state",
|
|
2405
|
+
"icon": "brain",
|
|
2406
|
+
"title": "Memory"
|
|
2407
|
+
}
|
|
2408
|
+
],
|
|
2400
2409
|
"navItems": [
|
|
2401
2410
|
{
|
|
2402
|
-
"icon": "message-circle",
|
|
2403
2411
|
"label": "Chat",
|
|
2404
|
-
"href": "/chat"
|
|
2412
|
+
"href": "/chat",
|
|
2413
|
+
"icon": "message-circle"
|
|
2405
2414
|
},
|
|
2406
2415
|
{
|
|
2416
|
+
"label": "Memory",
|
|
2407
2417
|
"icon": "brain",
|
|
2408
|
-
"href": "/memory"
|
|
2409
|
-
"label": "Memory"
|
|
2418
|
+
"href": "/memory"
|
|
2410
2419
|
},
|
|
2411
2420
|
{
|
|
2412
|
-
"
|
|
2421
|
+
"href": "/settings",
|
|
2413
2422
|
"label": "Settings",
|
|
2414
|
-
"
|
|
2415
|
-
}
|
|
2416
|
-
],
|
|
2417
|
-
"appName": "Agent Assistant",
|
|
2418
|
-
"children": [
|
|
2419
|
-
{
|
|
2420
|
-
"description": "Memory is ready",
|
|
2421
|
-
"type": "empty-state",
|
|
2422
|
-
"title": "Memory",
|
|
2423
|
-
"icon": "brain"
|
|
2423
|
+
"icon": "settings"
|
|
2424
2424
|
}
|
|
2425
2425
|
],
|
|
2426
|
-
"
|
|
2426
|
+
"appName": "Agent Assistant"
|
|
2427
2427
|
}
|
|
2428
2428
|
]
|
|
2429
2429
|
]
|
|
@@ -2470,8 +2470,8 @@
|
|
|
2470
2470
|
"Memory",
|
|
2471
2471
|
{
|
|
2472
2472
|
"emit": {
|
|
2473
|
-
"
|
|
2474
|
-
"
|
|
2473
|
+
"failure": "MemoryLoadFailed",
|
|
2474
|
+
"success": "MemoryLoaded"
|
|
2475
2475
|
}
|
|
2476
2476
|
}
|
|
2477
2477
|
]
|
|
@@ -2813,31 +2813,32 @@
|
|
|
2813
2813
|
"main",
|
|
2814
2814
|
{
|
|
2815
2815
|
"type": "dashboard-layout",
|
|
2816
|
+
"appName": "Agent Assistant",
|
|
2816
2817
|
"navItems": [
|
|
2817
2818
|
{
|
|
2818
|
-
"href": "/chat",
|
|
2819
2819
|
"icon": "message-circle",
|
|
2820
|
-
"label": "Chat"
|
|
2820
|
+
"label": "Chat",
|
|
2821
|
+
"href": "/chat"
|
|
2821
2822
|
},
|
|
2822
2823
|
{
|
|
2823
2824
|
"label": "Memory",
|
|
2824
|
-
"
|
|
2825
|
-
"
|
|
2825
|
+
"href": "/memory",
|
|
2826
|
+
"icon": "brain"
|
|
2826
2827
|
},
|
|
2827
2828
|
{
|
|
2828
|
-
"
|
|
2829
|
+
"label": "Settings",
|
|
2829
2830
|
"href": "/settings",
|
|
2830
|
-
"
|
|
2831
|
+
"icon": "settings"
|
|
2831
2832
|
}
|
|
2832
2833
|
],
|
|
2833
2834
|
"children": [
|
|
2834
2835
|
{
|
|
2835
2836
|
"direction": "vertical",
|
|
2836
2837
|
"type": "stack",
|
|
2838
|
+
"gap": "lg",
|
|
2837
2839
|
"children": [
|
|
2838
2840
|
{
|
|
2839
2841
|
"type": "stack",
|
|
2840
|
-
"gap": "sm",
|
|
2841
2842
|
"direction": "horizontal",
|
|
2842
2843
|
"children": [
|
|
2843
2844
|
{
|
|
@@ -2855,23 +2856,24 @@
|
|
|
2855
2856
|
"variant": "default"
|
|
2856
2857
|
}
|
|
2857
2858
|
],
|
|
2859
|
+
"gap": "sm",
|
|
2858
2860
|
"align": "center"
|
|
2859
2861
|
},
|
|
2860
2862
|
{
|
|
2861
2863
|
"type": "divider"
|
|
2862
2864
|
},
|
|
2863
2865
|
{
|
|
2866
|
+
"value": "@entity.current",
|
|
2864
2867
|
"max": "@entity.max",
|
|
2865
|
-
"type": "progress-bar"
|
|
2866
|
-
"value": "@entity.current"
|
|
2868
|
+
"type": "progress-bar"
|
|
2867
2869
|
},
|
|
2868
2870
|
{
|
|
2869
2871
|
"direction": "horizontal",
|
|
2870
2872
|
"children": [
|
|
2871
2873
|
{
|
|
2872
2874
|
"type": "stat-display",
|
|
2873
|
-
"
|
|
2874
|
-
"
|
|
2875
|
+
"label": "Tokens Used",
|
|
2876
|
+
"value": "@entity.current"
|
|
2875
2877
|
},
|
|
2876
2878
|
{
|
|
2877
2879
|
"label": "Max Tokens",
|
|
@@ -2879,21 +2881,19 @@
|
|
|
2879
2881
|
"type": "stat-display"
|
|
2880
2882
|
}
|
|
2881
2883
|
],
|
|
2882
|
-
"
|
|
2883
|
-
"
|
|
2884
|
+
"type": "stack",
|
|
2885
|
+
"gap": "md"
|
|
2884
2886
|
},
|
|
2885
2887
|
{
|
|
2886
|
-
"label": "Reset",
|
|
2887
|
-
"icon": "rotate-ccw",
|
|
2888
2888
|
"variant": "ghost",
|
|
2889
|
+
"icon": "rotate-ccw",
|
|
2889
2890
|
"type": "button",
|
|
2890
|
-
"action": "RESET"
|
|
2891
|
+
"action": "RESET",
|
|
2892
|
+
"label": "Reset"
|
|
2891
2893
|
}
|
|
2892
|
-
]
|
|
2893
|
-
"gap": "lg"
|
|
2894
|
+
]
|
|
2894
2895
|
}
|
|
2895
|
-
]
|
|
2896
|
-
"appName": "Agent Assistant"
|
|
2896
|
+
]
|
|
2897
2897
|
}
|
|
2898
2898
|
]
|
|
2899
2899
|
]
|
|
@@ -2921,86 +2921,86 @@
|
|
|
2921
2921
|
"render-ui",
|
|
2922
2922
|
"main",
|
|
2923
2923
|
{
|
|
2924
|
+
"type": "dashboard-layout",
|
|
2924
2925
|
"appName": "Agent Assistant",
|
|
2925
2926
|
"children": [
|
|
2926
2927
|
{
|
|
2928
|
+
"direction": "vertical",
|
|
2929
|
+
"gap": "lg",
|
|
2927
2930
|
"type": "stack",
|
|
2928
2931
|
"children": [
|
|
2929
2932
|
{
|
|
2930
|
-
"
|
|
2933
|
+
"align": "center",
|
|
2931
2934
|
"direction": "horizontal",
|
|
2932
2935
|
"gap": "sm",
|
|
2936
|
+
"type": "stack",
|
|
2933
2937
|
"children": [
|
|
2934
2938
|
{
|
|
2935
2939
|
"type": "icon",
|
|
2936
2940
|
"name": "gauge"
|
|
2937
2941
|
},
|
|
2938
2942
|
{
|
|
2939
|
-
"
|
|
2943
|
+
"variant": "h2",
|
|
2940
2944
|
"content": "Token Usage",
|
|
2941
|
-
"
|
|
2945
|
+
"type": "typography"
|
|
2942
2946
|
},
|
|
2943
2947
|
{
|
|
2944
|
-
"
|
|
2948
|
+
"variant": "default",
|
|
2945
2949
|
"type": "badge",
|
|
2946
|
-
"
|
|
2950
|
+
"label": "Normal"
|
|
2947
2951
|
}
|
|
2948
|
-
]
|
|
2949
|
-
"align": "center"
|
|
2952
|
+
]
|
|
2950
2953
|
},
|
|
2951
2954
|
{
|
|
2952
2955
|
"type": "divider"
|
|
2953
2956
|
},
|
|
2954
2957
|
{
|
|
2955
|
-
"value": "@entity.current",
|
|
2956
2958
|
"max": "@entity.max",
|
|
2957
|
-
"type": "progress-bar"
|
|
2959
|
+
"type": "progress-bar",
|
|
2960
|
+
"value": "@entity.current"
|
|
2958
2961
|
},
|
|
2959
2962
|
{
|
|
2960
|
-
"gap": "md",
|
|
2961
2963
|
"children": [
|
|
2962
2964
|
{
|
|
2963
|
-
"value": "@entity.current",
|
|
2964
2965
|
"type": "stat-display",
|
|
2965
|
-
"label": "Tokens Used"
|
|
2966
|
+
"label": "Tokens Used",
|
|
2967
|
+
"value": "@entity.current"
|
|
2966
2968
|
},
|
|
2967
2969
|
{
|
|
2968
2970
|
"value": "@entity.max",
|
|
2969
|
-
"
|
|
2970
|
-
"
|
|
2971
|
+
"label": "Max Tokens",
|
|
2972
|
+
"type": "stat-display"
|
|
2971
2973
|
}
|
|
2972
2974
|
],
|
|
2973
2975
|
"type": "stack",
|
|
2976
|
+
"gap": "md",
|
|
2974
2977
|
"direction": "horizontal"
|
|
2975
2978
|
},
|
|
2976
2979
|
{
|
|
2980
|
+
"variant": "ghost",
|
|
2981
|
+
"action": "RESET",
|
|
2977
2982
|
"icon": "rotate-ccw",
|
|
2978
|
-
"label": "Reset",
|
|
2979
2983
|
"type": "button",
|
|
2980
|
-
"
|
|
2981
|
-
"action": "RESET"
|
|
2984
|
+
"label": "Reset"
|
|
2982
2985
|
}
|
|
2983
|
-
]
|
|
2984
|
-
"direction": "vertical",
|
|
2985
|
-
"gap": "lg"
|
|
2986
|
+
]
|
|
2986
2987
|
}
|
|
2987
2988
|
],
|
|
2988
|
-
"type": "dashboard-layout",
|
|
2989
2989
|
"navItems": [
|
|
2990
2990
|
{
|
|
2991
|
-
"label": "Chat",
|
|
2992
2991
|
"href": "/chat",
|
|
2993
|
-
"icon": "message-circle"
|
|
2992
|
+
"icon": "message-circle",
|
|
2993
|
+
"label": "Chat"
|
|
2994
2994
|
},
|
|
2995
2995
|
{
|
|
2996
|
-
"icon": "brain",
|
|
2997
2996
|
"href": "/memory",
|
|
2998
|
-
"label": "Memory"
|
|
2997
|
+
"label": "Memory",
|
|
2998
|
+
"icon": "brain"
|
|
2999
2999
|
},
|
|
3000
3000
|
{
|
|
3001
|
+
"icon": "settings",
|
|
3001
3002
|
"label": "Settings",
|
|
3002
|
-
"href": "/settings"
|
|
3003
|
-
"icon": "settings"
|
|
3003
|
+
"href": "/settings"
|
|
3004
3004
|
}
|
|
3005
3005
|
]
|
|
3006
3006
|
}
|
|
@@ -3043,11 +3043,32 @@
|
|
|
3043
3043
|
"main",
|
|
3044
3044
|
{
|
|
3045
3045
|
"appName": "Agent Assistant",
|
|
3046
|
+
"navItems": [
|
|
3047
|
+
{
|
|
3048
|
+
"href": "/chat",
|
|
3049
|
+
"label": "Chat",
|
|
3050
|
+
"icon": "message-circle"
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
"icon": "brain",
|
|
3054
|
+
"label": "Memory",
|
|
3055
|
+
"href": "/memory"
|
|
3056
|
+
},
|
|
3057
|
+
{
|
|
3058
|
+
"href": "/settings",
|
|
3059
|
+
"icon": "settings",
|
|
3060
|
+
"label": "Settings"
|
|
3061
|
+
}
|
|
3062
|
+
],
|
|
3063
|
+
"type": "dashboard-layout",
|
|
3046
3064
|
"children": [
|
|
3047
3065
|
{
|
|
3048
3066
|
"direction": "vertical",
|
|
3067
|
+
"gap": "lg",
|
|
3049
3068
|
"children": [
|
|
3050
3069
|
{
|
|
3070
|
+
"type": "stack",
|
|
3071
|
+
"direction": "horizontal",
|
|
3051
3072
|
"children": [
|
|
3052
3073
|
{
|
|
3053
3074
|
"name": "alert-triangle",
|
|
@@ -3055,19 +3076,17 @@
|
|
|
3055
3076
|
},
|
|
3056
3077
|
{
|
|
3057
3078
|
"variant": "h2",
|
|
3058
|
-
"
|
|
3059
|
-
"
|
|
3079
|
+
"type": "typography",
|
|
3080
|
+
"content": "Token Usage"
|
|
3060
3081
|
},
|
|
3061
3082
|
{
|
|
3062
|
-
"variant": "warning",
|
|
3063
3083
|
"type": "badge",
|
|
3064
|
-
"label": "Warning"
|
|
3084
|
+
"label": "Warning",
|
|
3085
|
+
"variant": "warning"
|
|
3065
3086
|
}
|
|
3066
3087
|
],
|
|
3067
|
-
"
|
|
3068
|
-
"
|
|
3069
|
-
"direction": "horizontal",
|
|
3070
|
-
"gap": "sm"
|
|
3088
|
+
"gap": "sm",
|
|
3089
|
+
"align": "center"
|
|
3071
3090
|
},
|
|
3072
3091
|
{
|
|
3073
3092
|
"type": "divider"
|
|
@@ -3078,71 +3097,52 @@
|
|
|
3078
3097
|
"message": "Token usage approaching limit. Consider compacting."
|
|
3079
3098
|
},
|
|
3080
3099
|
{
|
|
3081
|
-
"max": "@entity.max",
|
|
3082
3100
|
"value": "@entity.current",
|
|
3101
|
+
"max": "@entity.max",
|
|
3083
3102
|
"type": "progress-bar"
|
|
3084
3103
|
},
|
|
3085
3104
|
{
|
|
3086
|
-
"gap": "md",
|
|
3087
3105
|
"type": "stack",
|
|
3088
3106
|
"children": [
|
|
3089
3107
|
{
|
|
3090
|
-
"
|
|
3108
|
+
"value": "@entity.current",
|
|
3091
3109
|
"type": "stat-display",
|
|
3092
|
-
"
|
|
3110
|
+
"label": "Tokens Used"
|
|
3093
3111
|
},
|
|
3094
3112
|
{
|
|
3095
|
-
"type": "stat-display",
|
|
3096
3113
|
"label": "Max Tokens",
|
|
3114
|
+
"type": "stat-display",
|
|
3097
3115
|
"value": "@entity.max"
|
|
3098
3116
|
}
|
|
3099
3117
|
],
|
|
3100
|
-
"direction": "horizontal"
|
|
3118
|
+
"direction": "horizontal",
|
|
3119
|
+
"gap": "md"
|
|
3101
3120
|
},
|
|
3102
3121
|
{
|
|
3103
|
-
"
|
|
3104
|
-
"gap": "sm",
|
|
3122
|
+
"direction": "horizontal",
|
|
3105
3123
|
"children": [
|
|
3106
3124
|
{
|
|
3107
3125
|
"type": "button",
|
|
3108
|
-
"variant": "primary",
|
|
3109
3126
|
"icon": "minimize-2",
|
|
3110
3127
|
"action": "COMPACT",
|
|
3128
|
+
"variant": "primary",
|
|
3111
3129
|
"label": "Compact"
|
|
3112
3130
|
},
|
|
3113
3131
|
{
|
|
3132
|
+
"icon": "rotate-ccw",
|
|
3133
|
+
"variant": "ghost",
|
|
3114
3134
|
"label": "Reset",
|
|
3115
3135
|
"action": "RESET",
|
|
3116
|
-
"
|
|
3117
|
-
"type": "button",
|
|
3118
|
-
"variant": "ghost"
|
|
3136
|
+
"type": "button"
|
|
3119
3137
|
}
|
|
3120
3138
|
],
|
|
3121
|
-
"
|
|
3139
|
+
"gap": "sm",
|
|
3140
|
+
"type": "stack"
|
|
3122
3141
|
}
|
|
3123
3142
|
],
|
|
3124
|
-
"type": "stack"
|
|
3125
|
-
"gap": "lg"
|
|
3126
|
-
}
|
|
3127
|
-
],
|
|
3128
|
-
"navItems": [
|
|
3129
|
-
{
|
|
3130
|
-
"icon": "message-circle",
|
|
3131
|
-
"label": "Chat",
|
|
3132
|
-
"href": "/chat"
|
|
3133
|
-
},
|
|
3134
|
-
{
|
|
3135
|
-
"icon": "brain",
|
|
3136
|
-
"label": "Memory",
|
|
3137
|
-
"href": "/memory"
|
|
3138
|
-
},
|
|
3139
|
-
{
|
|
3140
|
-
"label": "Settings",
|
|
3141
|
-
"icon": "settings",
|
|
3142
|
-
"href": "/settings"
|
|
3143
|
+
"type": "stack"
|
|
3143
3144
|
}
|
|
3144
|
-
]
|
|
3145
|
-
"type": "dashboard-layout"
|
|
3145
|
+
]
|
|
3146
3146
|
}
|
|
3147
3147
|
]
|
|
3148
3148
|
]
|
|
@@ -3172,105 +3172,105 @@
|
|
|
3172
3172
|
{
|
|
3173
3173
|
"navItems": [
|
|
3174
3174
|
{
|
|
3175
|
+
"href": "/chat",
|
|
3175
3176
|
"label": "Chat",
|
|
3176
|
-
"icon": "message-circle"
|
|
3177
|
-
"href": "/chat"
|
|
3177
|
+
"icon": "message-circle"
|
|
3178
3178
|
},
|
|
3179
3179
|
{
|
|
3180
|
+
"icon": "brain",
|
|
3180
3181
|
"href": "/memory",
|
|
3181
|
-
"label": "Memory"
|
|
3182
|
-
"icon": "brain"
|
|
3182
|
+
"label": "Memory"
|
|
3183
3183
|
},
|
|
3184
3184
|
{
|
|
3185
|
-
"
|
|
3185
|
+
"label": "Settings",
|
|
3186
3186
|
"href": "/settings",
|
|
3187
|
-
"
|
|
3187
|
+
"icon": "settings"
|
|
3188
3188
|
}
|
|
3189
3189
|
],
|
|
3190
3190
|
"appName": "Agent Assistant",
|
|
3191
|
+
"type": "dashboard-layout",
|
|
3191
3192
|
"children": [
|
|
3192
3193
|
{
|
|
3193
3194
|
"type": "stack",
|
|
3194
3195
|
"children": [
|
|
3195
3196
|
{
|
|
3197
|
+
"gap": "sm",
|
|
3198
|
+
"direction": "horizontal",
|
|
3199
|
+
"align": "center",
|
|
3196
3200
|
"children": [
|
|
3197
3201
|
{
|
|
3198
3202
|
"type": "icon",
|
|
3199
3203
|
"name": "alert-octagon"
|
|
3200
3204
|
},
|
|
3201
3205
|
{
|
|
3202
|
-
"variant": "h2",
|
|
3203
3206
|
"type": "typography",
|
|
3204
|
-
"content": "Token Usage"
|
|
3207
|
+
"content": "Token Usage",
|
|
3208
|
+
"variant": "h2"
|
|
3205
3209
|
},
|
|
3206
3210
|
{
|
|
3207
3211
|
"variant": "danger",
|
|
3208
|
-
"
|
|
3209
|
-
"
|
|
3212
|
+
"label": "Critical",
|
|
3213
|
+
"type": "badge"
|
|
3210
3214
|
}
|
|
3211
3215
|
],
|
|
3212
|
-
"
|
|
3213
|
-
"align": "center",
|
|
3214
|
-
"type": "stack",
|
|
3215
|
-
"direction": "horizontal"
|
|
3216
|
+
"type": "stack"
|
|
3216
3217
|
},
|
|
3217
3218
|
{
|
|
3218
3219
|
"type": "divider"
|
|
3219
3220
|
},
|
|
3220
3221
|
{
|
|
3221
|
-
"
|
|
3222
|
+
"variant": "error",
|
|
3222
3223
|
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
3223
|
-
"
|
|
3224
|
+
"type": "alert"
|
|
3224
3225
|
},
|
|
3225
3226
|
{
|
|
3227
|
+
"type": "progress-bar",
|
|
3226
3228
|
"max": "@entity.max",
|
|
3227
|
-
"value": "@entity.current"
|
|
3228
|
-
"type": "progress-bar"
|
|
3229
|
+
"value": "@entity.current"
|
|
3229
3230
|
},
|
|
3230
3231
|
{
|
|
3231
|
-
"
|
|
3232
|
+
"gap": "md",
|
|
3232
3233
|
"children": [
|
|
3233
3234
|
{
|
|
3234
|
-
"label": "Tokens Used",
|
|
3235
3235
|
"type": "stat-display",
|
|
3236
|
-
"value": "@entity.current"
|
|
3236
|
+
"value": "@entity.current",
|
|
3237
|
+
"label": "Tokens Used"
|
|
3237
3238
|
},
|
|
3238
3239
|
{
|
|
3239
|
-
"label": "Max Tokens",
|
|
3240
3240
|
"type": "stat-display",
|
|
3241
|
+
"label": "Max Tokens",
|
|
3241
3242
|
"value": "@entity.max"
|
|
3242
3243
|
}
|
|
3243
3244
|
],
|
|
3244
|
-
"
|
|
3245
|
-
"
|
|
3245
|
+
"direction": "horizontal",
|
|
3246
|
+
"type": "stack"
|
|
3246
3247
|
},
|
|
3247
3248
|
{
|
|
3249
|
+
"direction": "horizontal",
|
|
3250
|
+
"gap": "sm",
|
|
3248
3251
|
"type": "stack",
|
|
3249
3252
|
"children": [
|
|
3250
3253
|
{
|
|
3251
|
-
"
|
|
3254
|
+
"variant": "primary",
|
|
3252
3255
|
"action": "COMPACT",
|
|
3253
3256
|
"type": "button",
|
|
3254
|
-
"
|
|
3255
|
-
"
|
|
3257
|
+
"label": "Compact Now",
|
|
3258
|
+
"icon": "minimize-2"
|
|
3256
3259
|
},
|
|
3257
3260
|
{
|
|
3258
|
-
"icon": "rotate-ccw",
|
|
3259
3261
|
"type": "button",
|
|
3260
|
-
"
|
|
3262
|
+
"label": "Reset",
|
|
3261
3263
|
"variant": "ghost",
|
|
3262
|
-
"
|
|
3264
|
+
"icon": "rotate-ccw",
|
|
3265
|
+
"action": "RESET"
|
|
3263
3266
|
}
|
|
3264
|
-
]
|
|
3265
|
-
"direction": "horizontal",
|
|
3266
|
-
"gap": "sm"
|
|
3267
|
+
]
|
|
3267
3268
|
}
|
|
3268
3269
|
],
|
|
3269
3270
|
"gap": "lg",
|
|
3270
3271
|
"direction": "vertical"
|
|
3271
3272
|
}
|
|
3272
|
-
]
|
|
3273
|
-
"type": "dashboard-layout"
|
|
3273
|
+
]
|
|
3274
3274
|
}
|
|
3275
3275
|
]
|
|
3276
3276
|
]
|
|
@@ -3295,14 +3295,32 @@
|
|
|
3295
3295
|
"render-ui",
|
|
3296
3296
|
"main",
|
|
3297
3297
|
{
|
|
3298
|
+
"type": "dashboard-layout",
|
|
3299
|
+
"navItems": [
|
|
3300
|
+
{
|
|
3301
|
+
"label": "Chat",
|
|
3302
|
+
"href": "/chat",
|
|
3303
|
+
"icon": "message-circle"
|
|
3304
|
+
},
|
|
3305
|
+
{
|
|
3306
|
+
"icon": "brain",
|
|
3307
|
+
"label": "Memory",
|
|
3308
|
+
"href": "/memory"
|
|
3309
|
+
},
|
|
3310
|
+
{
|
|
3311
|
+
"href": "/settings",
|
|
3312
|
+
"label": "Settings",
|
|
3313
|
+
"icon": "settings"
|
|
3314
|
+
}
|
|
3315
|
+
],
|
|
3316
|
+
"appName": "Agent Assistant",
|
|
3298
3317
|
"children": [
|
|
3299
3318
|
{
|
|
3300
3319
|
"type": "stack",
|
|
3301
|
-
"direction": "vertical",
|
|
3302
3320
|
"gap": "lg",
|
|
3303
3321
|
"children": [
|
|
3304
3322
|
{
|
|
3305
|
-
"
|
|
3323
|
+
"gap": "sm",
|
|
3306
3324
|
"type": "stack",
|
|
3307
3325
|
"children": [
|
|
3308
3326
|
{
|
|
@@ -3310,73 +3328,55 @@
|
|
|
3310
3328
|
"type": "icon"
|
|
3311
3329
|
},
|
|
3312
3330
|
{
|
|
3313
|
-
"variant": "h2",
|
|
3314
3331
|
"type": "typography",
|
|
3332
|
+
"variant": "h2",
|
|
3315
3333
|
"content": "Token Usage"
|
|
3316
3334
|
},
|
|
3317
3335
|
{
|
|
3318
|
-
"variant": "default",
|
|
3319
3336
|
"label": "Normal",
|
|
3320
|
-
"type": "badge"
|
|
3337
|
+
"type": "badge",
|
|
3338
|
+
"variant": "default"
|
|
3321
3339
|
}
|
|
3322
3340
|
],
|
|
3323
|
-
"
|
|
3324
|
-
"
|
|
3341
|
+
"align": "center",
|
|
3342
|
+
"direction": "horizontal"
|
|
3325
3343
|
},
|
|
3326
3344
|
{
|
|
3327
3345
|
"type": "divider"
|
|
3328
3346
|
},
|
|
3329
3347
|
{
|
|
3348
|
+
"type": "progress-bar",
|
|
3330
3349
|
"value": "@entity.current",
|
|
3331
|
-
"max": "@entity.max"
|
|
3332
|
-
"type": "progress-bar"
|
|
3350
|
+
"max": "@entity.max"
|
|
3333
3351
|
},
|
|
3334
3352
|
{
|
|
3335
3353
|
"gap": "md",
|
|
3354
|
+
"type": "stack",
|
|
3336
3355
|
"direction": "horizontal",
|
|
3337
3356
|
"children": [
|
|
3338
3357
|
{
|
|
3339
|
-
"
|
|
3358
|
+
"value": "@entity.current",
|
|
3340
3359
|
"type": "stat-display",
|
|
3341
|
-
"
|
|
3360
|
+
"label": "Tokens Used"
|
|
3342
3361
|
},
|
|
3343
3362
|
{
|
|
3344
3363
|
"type": "stat-display",
|
|
3345
3364
|
"value": "@entity.max",
|
|
3346
3365
|
"label": "Max Tokens"
|
|
3347
3366
|
}
|
|
3348
|
-
]
|
|
3349
|
-
"type": "stack"
|
|
3367
|
+
]
|
|
3350
3368
|
},
|
|
3351
3369
|
{
|
|
3352
|
-
"
|
|
3353
|
-
"action": "RESET",
|
|
3354
|
-
"type": "button",
|
|
3370
|
+
"label": "Reset",
|
|
3355
3371
|
"variant": "ghost",
|
|
3356
|
-
"
|
|
3372
|
+
"type": "button",
|
|
3373
|
+
"icon": "rotate-ccw",
|
|
3374
|
+
"action": "RESET"
|
|
3357
3375
|
}
|
|
3358
|
-
]
|
|
3359
|
-
|
|
3360
|
-
],
|
|
3361
|
-
"navItems": [
|
|
3362
|
-
{
|
|
3363
|
-
"label": "Chat",
|
|
3364
|
-
"href": "/chat",
|
|
3365
|
-
"icon": "message-circle"
|
|
3366
|
-
},
|
|
3367
|
-
{
|
|
3368
|
-
"icon": "brain",
|
|
3369
|
-
"label": "Memory",
|
|
3370
|
-
"href": "/memory"
|
|
3371
|
-
},
|
|
3372
|
-
{
|
|
3373
|
-
"icon": "settings",
|
|
3374
|
-
"label": "Settings",
|
|
3375
|
-
"href": "/settings"
|
|
3376
|
+
],
|
|
3377
|
+
"direction": "vertical"
|
|
3376
3378
|
}
|
|
3377
|
-
]
|
|
3378
|
-
"appName": "Agent Assistant",
|
|
3379
|
-
"type": "dashboard-layout"
|
|
3379
|
+
]
|
|
3380
3380
|
}
|
|
3381
3381
|
]
|
|
3382
3382
|
]
|
|
@@ -3397,47 +3397,46 @@
|
|
|
3397
3397
|
{
|
|
3398
3398
|
"navItems": [
|
|
3399
3399
|
{
|
|
3400
|
+
"href": "/chat",
|
|
3400
3401
|
"icon": "message-circle",
|
|
3401
|
-
"label": "Chat"
|
|
3402
|
-
"href": "/chat"
|
|
3402
|
+
"label": "Chat"
|
|
3403
3403
|
},
|
|
3404
3404
|
{
|
|
3405
3405
|
"href": "/memory",
|
|
3406
|
-
"
|
|
3407
|
-
"
|
|
3406
|
+
"label": "Memory",
|
|
3407
|
+
"icon": "brain"
|
|
3408
3408
|
},
|
|
3409
3409
|
{
|
|
3410
3410
|
"label": "Settings",
|
|
3411
|
-
"
|
|
3412
|
-
"
|
|
3411
|
+
"href": "/settings",
|
|
3412
|
+
"icon": "settings"
|
|
3413
3413
|
}
|
|
3414
3414
|
],
|
|
3415
|
-
"type": "dashboard-layout",
|
|
3416
3415
|
"children": [
|
|
3417
3416
|
{
|
|
3418
3417
|
"gap": "lg",
|
|
3419
3418
|
"children": [
|
|
3420
3419
|
{
|
|
3421
|
-
"type": "stack",
|
|
3422
|
-
"direction": "horizontal",
|
|
3423
3420
|
"gap": "sm",
|
|
3421
|
+
"align": "center",
|
|
3424
3422
|
"children": [
|
|
3425
3423
|
{
|
|
3426
|
-
"
|
|
3427
|
-
"
|
|
3424
|
+
"name": "gauge",
|
|
3425
|
+
"type": "icon"
|
|
3428
3426
|
},
|
|
3429
3427
|
{
|
|
3430
|
-
"content": "Token Usage",
|
|
3431
3428
|
"type": "typography",
|
|
3432
|
-
"variant": "h2"
|
|
3429
|
+
"variant": "h2",
|
|
3430
|
+
"content": "Token Usage"
|
|
3433
3431
|
},
|
|
3434
3432
|
{
|
|
3435
|
-
"type": "badge",
|
|
3436
3433
|
"variant": "default",
|
|
3434
|
+
"type": "badge",
|
|
3437
3435
|
"label": "Normal"
|
|
3438
3436
|
}
|
|
3439
3437
|
],
|
|
3440
|
-
"
|
|
3438
|
+
"type": "stack",
|
|
3439
|
+
"direction": "horizontal"
|
|
3441
3440
|
},
|
|
3442
3441
|
{
|
|
3443
3442
|
"type": "divider"
|
|
@@ -3448,34 +3447,35 @@
|
|
|
3448
3447
|
"type": "progress-bar"
|
|
3449
3448
|
},
|
|
3450
3449
|
{
|
|
3451
|
-
"direction": "horizontal",
|
|
3452
|
-
"gap": "md",
|
|
3453
|
-
"type": "stack",
|
|
3454
3450
|
"children": [
|
|
3455
3451
|
{
|
|
3456
3452
|
"label": "Tokens Used",
|
|
3457
|
-
"
|
|
3458
|
-
"
|
|
3453
|
+
"type": "stat-display",
|
|
3454
|
+
"value": "@entity.current"
|
|
3459
3455
|
},
|
|
3460
3456
|
{
|
|
3461
3457
|
"type": "stat-display",
|
|
3462
|
-
"
|
|
3463
|
-
"
|
|
3458
|
+
"value": "@entity.max",
|
|
3459
|
+
"label": "Max Tokens"
|
|
3464
3460
|
}
|
|
3465
|
-
]
|
|
3461
|
+
],
|
|
3462
|
+
"direction": "horizontal",
|
|
3463
|
+
"gap": "md",
|
|
3464
|
+
"type": "stack"
|
|
3466
3465
|
},
|
|
3467
3466
|
{
|
|
3468
3467
|
"variant": "ghost",
|
|
3469
|
-
"icon": "rotate-ccw",
|
|
3470
|
-
"type": "button",
|
|
3471
3468
|
"action": "RESET",
|
|
3472
|
-
"label": "Reset"
|
|
3469
|
+
"label": "Reset",
|
|
3470
|
+
"icon": "rotate-ccw",
|
|
3471
|
+
"type": "button"
|
|
3473
3472
|
}
|
|
3474
3473
|
],
|
|
3475
|
-
"
|
|
3476
|
-
"
|
|
3474
|
+
"direction": "vertical",
|
|
3475
|
+
"type": "stack"
|
|
3477
3476
|
}
|
|
3478
3477
|
],
|
|
3478
|
+
"type": "dashboard-layout",
|
|
3479
3479
|
"appName": "Agent Assistant"
|
|
3480
3480
|
}
|
|
3481
3481
|
]
|
|
@@ -3517,66 +3517,66 @@
|
|
|
3517
3517
|
"main",
|
|
3518
3518
|
{
|
|
3519
3519
|
"type": "dashboard-layout",
|
|
3520
|
+
"appName": "Agent Assistant",
|
|
3520
3521
|
"navItems": [
|
|
3521
3522
|
{
|
|
3522
|
-
"label": "Chat",
|
|
3523
3523
|
"href": "/chat",
|
|
3524
|
+
"label": "Chat",
|
|
3524
3525
|
"icon": "message-circle"
|
|
3525
3526
|
},
|
|
3526
3527
|
{
|
|
3527
3528
|
"href": "/memory",
|
|
3528
|
-
"
|
|
3529
|
-
"
|
|
3529
|
+
"label": "Memory",
|
|
3530
|
+
"icon": "brain"
|
|
3530
3531
|
},
|
|
3531
3532
|
{
|
|
3533
|
+
"label": "Settings",
|
|
3532
3534
|
"href": "/settings",
|
|
3533
|
-
"icon": "settings"
|
|
3534
|
-
"label": "Settings"
|
|
3535
|
+
"icon": "settings"
|
|
3535
3536
|
}
|
|
3536
3537
|
],
|
|
3537
3538
|
"children": [
|
|
3538
3539
|
{
|
|
3539
3540
|
"type": "stack",
|
|
3540
|
-
"direction": "vertical",
|
|
3541
3541
|
"children": [
|
|
3542
3542
|
{
|
|
3543
|
-
"
|
|
3543
|
+
"gap": "sm",
|
|
3544
3544
|
"children": [
|
|
3545
3545
|
{
|
|
3546
|
-
"
|
|
3547
|
-
"
|
|
3546
|
+
"name": "alert-triangle",
|
|
3547
|
+
"type": "icon"
|
|
3548
3548
|
},
|
|
3549
3549
|
{
|
|
3550
|
+
"type": "typography",
|
|
3550
3551
|
"variant": "h2",
|
|
3551
|
-
"content": "Token Usage"
|
|
3552
|
-
"type": "typography"
|
|
3552
|
+
"content": "Token Usage"
|
|
3553
3553
|
},
|
|
3554
3554
|
{
|
|
3555
|
-
"type": "badge",
|
|
3556
3555
|
"label": "Warning",
|
|
3557
|
-
"variant": "warning"
|
|
3556
|
+
"variant": "warning",
|
|
3557
|
+
"type": "badge"
|
|
3558
3558
|
}
|
|
3559
3559
|
],
|
|
3560
|
-
"
|
|
3561
|
-
"
|
|
3562
|
-
"
|
|
3560
|
+
"align": "center",
|
|
3561
|
+
"type": "stack",
|
|
3562
|
+
"direction": "horizontal"
|
|
3563
3563
|
},
|
|
3564
3564
|
{
|
|
3565
3565
|
"type": "divider"
|
|
3566
3566
|
},
|
|
3567
3567
|
{
|
|
3568
3568
|
"variant": "warning",
|
|
3569
|
-
"
|
|
3570
|
-
"
|
|
3569
|
+
"message": "Token usage approaching limit. Consider compacting.",
|
|
3570
|
+
"type": "alert"
|
|
3571
3571
|
},
|
|
3572
3572
|
{
|
|
3573
3573
|
"max": "@entity.max",
|
|
3574
|
-
"
|
|
3575
|
-
"
|
|
3574
|
+
"value": "@entity.current",
|
|
3575
|
+
"type": "progress-bar"
|
|
3576
3576
|
},
|
|
3577
3577
|
{
|
|
3578
|
-
"type": "stack",
|
|
3579
3578
|
"direction": "horizontal",
|
|
3579
|
+
"type": "stack",
|
|
3580
3580
|
"children": [
|
|
3581
3581
|
{
|
|
3582
3582
|
"type": "stat-display",
|
|
@@ -3584,39 +3584,39 @@
|
|
|
3584
3584
|
"value": "@entity.current"
|
|
3585
3585
|
},
|
|
3586
3586
|
{
|
|
3587
|
+
"type": "stat-display",
|
|
3587
3588
|
"label": "Max Tokens",
|
|
3588
|
-
"value": "@entity.max"
|
|
3589
|
-
"type": "stat-display"
|
|
3589
|
+
"value": "@entity.max"
|
|
3590
3590
|
}
|
|
3591
3591
|
],
|
|
3592
3592
|
"gap": "md"
|
|
3593
3593
|
},
|
|
3594
3594
|
{
|
|
3595
|
-
"type": "stack",
|
|
3596
3595
|
"children": [
|
|
3597
3596
|
{
|
|
3598
|
-
"type": "button",
|
|
3599
|
-
"action": "COMPACT",
|
|
3600
3597
|
"variant": "primary",
|
|
3598
|
+
"action": "COMPACT",
|
|
3599
|
+
"type": "button",
|
|
3601
3600
|
"icon": "minimize-2",
|
|
3602
3601
|
"label": "Compact"
|
|
3603
3602
|
},
|
|
3604
3603
|
{
|
|
3604
|
+
"icon": "rotate-ccw",
|
|
3605
3605
|
"action": "RESET",
|
|
3606
3606
|
"label": "Reset",
|
|
3607
|
-
"
|
|
3608
|
-
"
|
|
3609
|
-
"type": "button"
|
|
3607
|
+
"type": "button",
|
|
3608
|
+
"variant": "ghost"
|
|
3610
3609
|
}
|
|
3611
3610
|
],
|
|
3612
|
-
"
|
|
3613
|
-
"
|
|
3611
|
+
"direction": "horizontal",
|
|
3612
|
+
"type": "stack",
|
|
3613
|
+
"gap": "sm"
|
|
3614
3614
|
}
|
|
3615
3615
|
],
|
|
3616
|
-
"gap": "lg"
|
|
3616
|
+
"gap": "lg",
|
|
3617
|
+
"direction": "vertical"
|
|
3617
3618
|
}
|
|
3618
|
-
]
|
|
3619
|
-
"appName": "Agent Assistant"
|
|
3619
|
+
]
|
|
3620
3620
|
}
|
|
3621
3621
|
]
|
|
3622
3622
|
]
|
|
@@ -3644,106 +3644,106 @@
|
|
|
3644
3644
|
"render-ui",
|
|
3645
3645
|
"main",
|
|
3646
3646
|
{
|
|
3647
|
-
"type": "dashboard-layout",
|
|
3648
|
-
"navItems": [
|
|
3649
|
-
{
|
|
3650
|
-
"icon": "message-circle",
|
|
3651
|
-
"href": "/chat",
|
|
3652
|
-
"label": "Chat"
|
|
3653
|
-
},
|
|
3654
|
-
{
|
|
3655
|
-
"label": "Memory",
|
|
3656
|
-
"icon": "brain",
|
|
3657
|
-
"href": "/memory"
|
|
3658
|
-
},
|
|
3659
|
-
{
|
|
3660
|
-
"href": "/settings",
|
|
3661
|
-
"label": "Settings",
|
|
3662
|
-
"icon": "settings"
|
|
3663
|
-
}
|
|
3664
|
-
],
|
|
3665
3647
|
"children": [
|
|
3666
3648
|
{
|
|
3667
3649
|
"type": "stack",
|
|
3668
|
-
"
|
|
3650
|
+
"direction": "vertical",
|
|
3669
3651
|
"children": [
|
|
3670
3652
|
{
|
|
3671
3653
|
"type": "stack",
|
|
3672
|
-
"direction": "horizontal",
|
|
3673
|
-
"align": "center",
|
|
3674
3654
|
"gap": "sm",
|
|
3655
|
+
"direction": "horizontal",
|
|
3675
3656
|
"children": [
|
|
3676
3657
|
{
|
|
3677
|
-
"
|
|
3678
|
-
"
|
|
3658
|
+
"type": "icon",
|
|
3659
|
+
"name": "alert-octagon"
|
|
3679
3660
|
},
|
|
3680
3661
|
{
|
|
3681
|
-
"type": "typography",
|
|
3682
3662
|
"content": "Token Usage",
|
|
3683
|
-
"variant": "h2"
|
|
3663
|
+
"variant": "h2",
|
|
3664
|
+
"type": "typography"
|
|
3684
3665
|
},
|
|
3685
3666
|
{
|
|
3686
3667
|
"label": "Critical",
|
|
3687
3668
|
"type": "badge",
|
|
3688
3669
|
"variant": "danger"
|
|
3689
3670
|
}
|
|
3690
|
-
]
|
|
3671
|
+
],
|
|
3672
|
+
"align": "center"
|
|
3691
3673
|
},
|
|
3692
3674
|
{
|
|
3693
3675
|
"type": "divider"
|
|
3694
3676
|
},
|
|
3695
3677
|
{
|
|
3696
3678
|
"type": "alert",
|
|
3697
|
-
"
|
|
3698
|
-
"
|
|
3679
|
+
"variant": "error",
|
|
3680
|
+
"message": "Token usage critical. Compact immediately to avoid truncation."
|
|
3699
3681
|
},
|
|
3700
3682
|
{
|
|
3683
|
+
"type": "progress-bar",
|
|
3701
3684
|
"value": "@entity.current",
|
|
3702
|
-
"max": "@entity.max"
|
|
3703
|
-
"type": "progress-bar"
|
|
3685
|
+
"max": "@entity.max"
|
|
3704
3686
|
},
|
|
3705
3687
|
{
|
|
3688
|
+
"type": "stack",
|
|
3689
|
+
"direction": "horizontal",
|
|
3690
|
+
"gap": "md",
|
|
3706
3691
|
"children": [
|
|
3707
3692
|
{
|
|
3708
|
-
"
|
|
3693
|
+
"value": "@entity.current",
|
|
3709
3694
|
"label": "Tokens Used",
|
|
3710
|
-
"
|
|
3695
|
+
"type": "stat-display"
|
|
3711
3696
|
},
|
|
3712
3697
|
{
|
|
3713
3698
|
"value": "@entity.max",
|
|
3714
3699
|
"type": "stat-display",
|
|
3715
3700
|
"label": "Max Tokens"
|
|
3716
3701
|
}
|
|
3717
|
-
]
|
|
3718
|
-
"gap": "md",
|
|
3719
|
-
"type": "stack",
|
|
3720
|
-
"direction": "horizontal"
|
|
3702
|
+
]
|
|
3721
3703
|
},
|
|
3722
3704
|
{
|
|
3705
|
+
"direction": "horizontal",
|
|
3723
3706
|
"gap": "sm",
|
|
3707
|
+
"type": "stack",
|
|
3724
3708
|
"children": [
|
|
3725
3709
|
{
|
|
3726
3710
|
"type": "button",
|
|
3727
|
-
"
|
|
3711
|
+
"icon": "minimize-2",
|
|
3728
3712
|
"label": "Compact Now",
|
|
3729
|
-
"
|
|
3730
|
-
"
|
|
3713
|
+
"variant": "primary",
|
|
3714
|
+
"action": "COMPACT"
|
|
3731
3715
|
},
|
|
3732
3716
|
{
|
|
3733
|
-
"type": "button",
|
|
3734
3717
|
"action": "RESET",
|
|
3735
3718
|
"variant": "ghost",
|
|
3736
3719
|
"label": "Reset",
|
|
3737
|
-
"icon": "rotate-ccw"
|
|
3720
|
+
"icon": "rotate-ccw",
|
|
3721
|
+
"type": "button"
|
|
3738
3722
|
}
|
|
3739
|
-
]
|
|
3740
|
-
"direction": "horizontal",
|
|
3741
|
-
"type": "stack"
|
|
3723
|
+
]
|
|
3742
3724
|
}
|
|
3743
3725
|
],
|
|
3744
|
-
"
|
|
3726
|
+
"gap": "lg"
|
|
3727
|
+
}
|
|
3728
|
+
],
|
|
3729
|
+
"navItems": [
|
|
3730
|
+
{
|
|
3731
|
+
"href": "/chat",
|
|
3732
|
+
"label": "Chat",
|
|
3733
|
+
"icon": "message-circle"
|
|
3734
|
+
},
|
|
3735
|
+
{
|
|
3736
|
+
"icon": "brain",
|
|
3737
|
+
"href": "/memory",
|
|
3738
|
+
"label": "Memory"
|
|
3739
|
+
},
|
|
3740
|
+
{
|
|
3741
|
+
"icon": "settings",
|
|
3742
|
+
"label": "Settings",
|
|
3743
|
+
"href": "/settings"
|
|
3745
3744
|
}
|
|
3746
3745
|
],
|
|
3746
|
+
"type": "dashboard-layout",
|
|
3747
3747
|
"appName": "Agent Assistant"
|
|
3748
3748
|
}
|
|
3749
3749
|
]
|
|
@@ -3772,12 +3772,32 @@
|
|
|
3772
3772
|
"render-ui",
|
|
3773
3773
|
"main",
|
|
3774
3774
|
{
|
|
3775
|
+
"navItems": [
|
|
3776
|
+
{
|
|
3777
|
+
"href": "/chat",
|
|
3778
|
+
"label": "Chat",
|
|
3779
|
+
"icon": "message-circle"
|
|
3780
|
+
},
|
|
3781
|
+
{
|
|
3782
|
+
"label": "Memory",
|
|
3783
|
+
"href": "/memory",
|
|
3784
|
+
"icon": "brain"
|
|
3785
|
+
},
|
|
3786
|
+
{
|
|
3787
|
+
"label": "Settings",
|
|
3788
|
+
"icon": "settings",
|
|
3789
|
+
"href": "/settings"
|
|
3790
|
+
}
|
|
3791
|
+
],
|
|
3792
|
+
"type": "dashboard-layout",
|
|
3775
3793
|
"children": [
|
|
3776
3794
|
{
|
|
3795
|
+
"direction": "vertical",
|
|
3777
3796
|
"type": "stack",
|
|
3797
|
+
"gap": "lg",
|
|
3778
3798
|
"children": [
|
|
3779
3799
|
{
|
|
3780
|
-
"
|
|
3800
|
+
"align": "center",
|
|
3781
3801
|
"gap": "sm",
|
|
3782
3802
|
"children": [
|
|
3783
3803
|
{
|
|
@@ -3785,18 +3805,18 @@
|
|
|
3785
3805
|
"type": "icon"
|
|
3786
3806
|
},
|
|
3787
3807
|
{
|
|
3788
|
-
"content": "Token Usage",
|
|
3789
3808
|
"variant": "h2",
|
|
3790
|
-
"type": "typography"
|
|
3809
|
+
"type": "typography",
|
|
3810
|
+
"content": "Token Usage"
|
|
3791
3811
|
},
|
|
3792
3812
|
{
|
|
3793
|
-
"
|
|
3813
|
+
"label": "Normal",
|
|
3794
3814
|
"type": "badge",
|
|
3795
|
-
"
|
|
3815
|
+
"variant": "default"
|
|
3796
3816
|
}
|
|
3797
3817
|
],
|
|
3798
|
-
"
|
|
3799
|
-
"
|
|
3818
|
+
"type": "stack",
|
|
3819
|
+
"direction": "horizontal"
|
|
3800
3820
|
},
|
|
3801
3821
|
{
|
|
3802
3822
|
"type": "divider"
|
|
@@ -3807,53 +3827,33 @@
|
|
|
3807
3827
|
"value": "@entity.current"
|
|
3808
3828
|
},
|
|
3809
3829
|
{
|
|
3810
|
-
"direction": "horizontal",
|
|
3811
3830
|
"gap": "md",
|
|
3812
|
-
"
|
|
3831
|
+
"direction": "horizontal",
|
|
3813
3832
|
"children": [
|
|
3814
3833
|
{
|
|
3815
|
-
"type": "stat-display",
|
|
3816
3834
|
"label": "Tokens Used",
|
|
3817
|
-
"value": "@entity.current"
|
|
3835
|
+
"value": "@entity.current",
|
|
3836
|
+
"type": "stat-display"
|
|
3818
3837
|
},
|
|
3819
3838
|
{
|
|
3820
|
-
"
|
|
3839
|
+
"label": "Max Tokens",
|
|
3821
3840
|
"value": "@entity.max",
|
|
3822
|
-
"
|
|
3841
|
+
"type": "stat-display"
|
|
3823
3842
|
}
|
|
3824
|
-
]
|
|
3843
|
+
],
|
|
3844
|
+
"type": "stack"
|
|
3825
3845
|
},
|
|
3826
3846
|
{
|
|
3827
|
-
"action": "RESET",
|
|
3828
|
-
"icon": "rotate-ccw",
|
|
3829
3847
|
"label": "Reset",
|
|
3830
|
-
"
|
|
3831
|
-
"
|
|
3848
|
+
"type": "button",
|
|
3849
|
+
"icon": "rotate-ccw",
|
|
3850
|
+
"action": "RESET",
|
|
3851
|
+
"variant": "ghost"
|
|
3832
3852
|
}
|
|
3833
|
-
]
|
|
3834
|
-
"gap": "lg",
|
|
3835
|
-
"direction": "vertical"
|
|
3836
|
-
}
|
|
3837
|
-
],
|
|
3838
|
-
"appName": "Agent Assistant",
|
|
3839
|
-
"navItems": [
|
|
3840
|
-
{
|
|
3841
|
-
"href": "/chat",
|
|
3842
|
-
"label": "Chat",
|
|
3843
|
-
"icon": "message-circle"
|
|
3844
|
-
},
|
|
3845
|
-
{
|
|
3846
|
-
"icon": "brain",
|
|
3847
|
-
"label": "Memory",
|
|
3848
|
-
"href": "/memory"
|
|
3849
|
-
},
|
|
3850
|
-
{
|
|
3851
|
-
"icon": "settings",
|
|
3852
|
-
"href": "/settings",
|
|
3853
|
-
"label": "Settings"
|
|
3853
|
+
]
|
|
3854
3854
|
}
|
|
3855
3855
|
],
|
|
3856
|
-
"
|
|
3856
|
+
"appName": "Agent Assistant"
|
|
3857
3857
|
}
|
|
3858
3858
|
]
|
|
3859
3859
|
]
|
|
@@ -3878,16 +3878,18 @@
|
|
|
3878
3878
|
"render-ui",
|
|
3879
3879
|
"main",
|
|
3880
3880
|
{
|
|
3881
|
+
"type": "dashboard-layout",
|
|
3882
|
+
"appName": "Agent Assistant",
|
|
3881
3883
|
"navItems": [
|
|
3882
3884
|
{
|
|
3885
|
+
"href": "/chat",
|
|
3883
3886
|
"label": "Chat",
|
|
3884
|
-
"icon": "message-circle"
|
|
3885
|
-
"href": "/chat"
|
|
3887
|
+
"icon": "message-circle"
|
|
3886
3888
|
},
|
|
3887
3889
|
{
|
|
3888
|
-
"label": "Memory",
|
|
3889
3890
|
"href": "/memory",
|
|
3890
|
-
"icon": "brain"
|
|
3891
|
+
"icon": "brain",
|
|
3892
|
+
"label": "Memory"
|
|
3891
3893
|
},
|
|
3892
3894
|
{
|
|
3893
3895
|
"icon": "settings",
|
|
@@ -3897,30 +3899,27 @@
|
|
|
3897
3899
|
],
|
|
3898
3900
|
"children": [
|
|
3899
3901
|
{
|
|
3900
|
-
"direction": "vertical",
|
|
3901
|
-
"type": "stack",
|
|
3902
|
-
"gap": "lg",
|
|
3903
3902
|
"children": [
|
|
3904
3903
|
{
|
|
3905
3904
|
"direction": "horizontal",
|
|
3906
3905
|
"gap": "sm",
|
|
3906
|
+
"align": "center",
|
|
3907
3907
|
"children": [
|
|
3908
3908
|
{
|
|
3909
3909
|
"type": "icon",
|
|
3910
3910
|
"name": "gauge"
|
|
3911
3911
|
},
|
|
3912
3912
|
{
|
|
3913
|
+
"variant": "h2",
|
|
3913
3914
|
"type": "typography",
|
|
3914
|
-
"content": "Token Usage"
|
|
3915
|
-
"variant": "h2"
|
|
3915
|
+
"content": "Token Usage"
|
|
3916
3916
|
},
|
|
3917
3917
|
{
|
|
3918
|
-
"type": "badge",
|
|
3919
3918
|
"variant": "default",
|
|
3919
|
+
"type": "badge",
|
|
3920
3920
|
"label": "Normal"
|
|
3921
3921
|
}
|
|
3922
3922
|
],
|
|
3923
|
-
"align": "center",
|
|
3924
3923
|
"type": "stack"
|
|
3925
3924
|
},
|
|
3926
3925
|
{
|
|
@@ -3928,38 +3927,39 @@
|
|
|
3928
3927
|
},
|
|
3929
3928
|
{
|
|
3930
3929
|
"type": "progress-bar",
|
|
3931
|
-
"
|
|
3932
|
-
"
|
|
3930
|
+
"max": "@entity.max",
|
|
3931
|
+
"value": "@entity.current"
|
|
3933
3932
|
},
|
|
3934
3933
|
{
|
|
3935
3934
|
"children": [
|
|
3936
3935
|
{
|
|
3937
|
-
"
|
|
3936
|
+
"type": "stat-display",
|
|
3938
3937
|
"value": "@entity.current",
|
|
3939
|
-
"
|
|
3938
|
+
"label": "Tokens Used"
|
|
3940
3939
|
},
|
|
3941
3940
|
{
|
|
3942
|
-
"value": "@entity.max",
|
|
3943
3941
|
"type": "stat-display",
|
|
3944
|
-
"label": "Max Tokens"
|
|
3942
|
+
"label": "Max Tokens",
|
|
3943
|
+
"value": "@entity.max"
|
|
3945
3944
|
}
|
|
3946
3945
|
],
|
|
3947
|
-
"type": "stack",
|
|
3948
3946
|
"gap": "md",
|
|
3947
|
+
"type": "stack",
|
|
3949
3948
|
"direction": "horizontal"
|
|
3950
3949
|
},
|
|
3951
3950
|
{
|
|
3952
3951
|
"type": "button",
|
|
3952
|
+
"action": "RESET",
|
|
3953
3953
|
"label": "Reset",
|
|
3954
|
-
"variant": "ghost",
|
|
3955
3954
|
"icon": "rotate-ccw",
|
|
3956
|
-
"
|
|
3955
|
+
"variant": "ghost"
|
|
3957
3956
|
}
|
|
3958
|
-
]
|
|
3957
|
+
],
|
|
3958
|
+
"direction": "vertical",
|
|
3959
|
+
"type": "stack",
|
|
3960
|
+
"gap": "lg"
|
|
3959
3961
|
}
|
|
3960
|
-
]
|
|
3961
|
-
"appName": "Agent Assistant",
|
|
3962
|
-
"type": "dashboard-layout"
|
|
3962
|
+
]
|
|
3963
3963
|
}
|
|
3964
3964
|
]
|
|
3965
3965
|
]
|
|
@@ -3979,87 +3979,87 @@
|
|
|
3979
3979
|
"main",
|
|
3980
3980
|
{
|
|
3981
3981
|
"type": "dashboard-layout",
|
|
3982
|
+
"navItems": [
|
|
3983
|
+
{
|
|
3984
|
+
"icon": "message-circle",
|
|
3985
|
+
"label": "Chat",
|
|
3986
|
+
"href": "/chat"
|
|
3987
|
+
},
|
|
3988
|
+
{
|
|
3989
|
+
"label": "Memory",
|
|
3990
|
+
"icon": "brain",
|
|
3991
|
+
"href": "/memory"
|
|
3992
|
+
},
|
|
3993
|
+
{
|
|
3994
|
+
"label": "Settings",
|
|
3995
|
+
"icon": "settings",
|
|
3996
|
+
"href": "/settings"
|
|
3997
|
+
}
|
|
3998
|
+
],
|
|
3999
|
+
"appName": "Agent Assistant",
|
|
3982
4000
|
"children": [
|
|
3983
4001
|
{
|
|
4002
|
+
"type": "stack",
|
|
4003
|
+
"direction": "vertical",
|
|
3984
4004
|
"children": [
|
|
3985
4005
|
{
|
|
3986
4006
|
"align": "center",
|
|
4007
|
+
"direction": "horizontal",
|
|
3987
4008
|
"type": "stack",
|
|
4009
|
+
"gap": "sm",
|
|
3988
4010
|
"children": [
|
|
3989
4011
|
{
|
|
3990
4012
|
"type": "icon",
|
|
3991
4013
|
"name": "gauge"
|
|
3992
4014
|
},
|
|
3993
4015
|
{
|
|
3994
|
-
"type": "typography",
|
|
3995
4016
|
"content": "Token Usage",
|
|
3996
|
-
"variant": "h2"
|
|
4017
|
+
"variant": "h2",
|
|
4018
|
+
"type": "typography"
|
|
3997
4019
|
},
|
|
3998
4020
|
{
|
|
3999
4021
|
"type": "badge",
|
|
4000
4022
|
"label": "Normal",
|
|
4001
4023
|
"variant": "default"
|
|
4002
4024
|
}
|
|
4003
|
-
]
|
|
4004
|
-
"direction": "horizontal",
|
|
4005
|
-
"gap": "sm"
|
|
4025
|
+
]
|
|
4006
4026
|
},
|
|
4007
4027
|
{
|
|
4008
4028
|
"type": "divider"
|
|
4009
4029
|
},
|
|
4010
4030
|
{
|
|
4011
|
-
"value": "@entity.current",
|
|
4012
4031
|
"max": "@entity.max",
|
|
4032
|
+
"value": "@entity.current",
|
|
4013
4033
|
"type": "progress-bar"
|
|
4014
4034
|
},
|
|
4015
4035
|
{
|
|
4016
4036
|
"type": "stack",
|
|
4017
|
-
"gap": "md",
|
|
4018
4037
|
"children": [
|
|
4019
4038
|
{
|
|
4020
|
-
"type": "stat-display",
|
|
4021
4039
|
"value": "@entity.current",
|
|
4040
|
+
"type": "stat-display",
|
|
4022
4041
|
"label": "Tokens Used"
|
|
4023
4042
|
},
|
|
4024
4043
|
{
|
|
4025
|
-
"type": "stat-display",
|
|
4026
4044
|
"value": "@entity.max",
|
|
4045
|
+
"type": "stat-display",
|
|
4027
4046
|
"label": "Max Tokens"
|
|
4028
4047
|
}
|
|
4029
4048
|
],
|
|
4049
|
+
"gap": "md",
|
|
4030
4050
|
"direction": "horizontal"
|
|
4031
4051
|
},
|
|
4032
4052
|
{
|
|
4053
|
+
"action": "RESET",
|
|
4033
4054
|
"type": "button",
|
|
4034
4055
|
"variant": "ghost",
|
|
4035
|
-
"
|
|
4036
|
-
"
|
|
4037
|
-
"label": "Reset"
|
|
4056
|
+
"label": "Reset",
|
|
4057
|
+
"icon": "rotate-ccw"
|
|
4038
4058
|
}
|
|
4039
4059
|
],
|
|
4040
|
-
"gap": "lg"
|
|
4041
|
-
"direction": "vertical",
|
|
4042
|
-
"type": "stack"
|
|
4043
|
-
}
|
|
4044
|
-
],
|
|
4045
|
-
"navItems": [
|
|
4046
|
-
{
|
|
4047
|
-
"label": "Chat",
|
|
4048
|
-
"icon": "message-circle",
|
|
4049
|
-
"href": "/chat"
|
|
4050
|
-
},
|
|
4051
|
-
{
|
|
4052
|
-
"icon": "brain",
|
|
4053
|
-
"href": "/memory",
|
|
4054
|
-
"label": "Memory"
|
|
4055
|
-
},
|
|
4056
|
-
{
|
|
4057
|
-
"icon": "settings",
|
|
4058
|
-
"label": "Settings",
|
|
4059
|
-
"href": "/settings"
|
|
4060
|
+
"gap": "lg"
|
|
4060
4061
|
}
|
|
4061
|
-
]
|
|
4062
|
-
"appName": "Agent Assistant"
|
|
4062
|
+
]
|
|
4063
4063
|
}
|
|
4064
4064
|
]
|
|
4065
4065
|
]
|
|
@@ -4087,107 +4087,107 @@
|
|
|
4087
4087
|
"render-ui",
|
|
4088
4088
|
"main",
|
|
4089
4089
|
{
|
|
4090
|
-
"
|
|
4090
|
+
"navItems": [
|
|
4091
|
+
{
|
|
4092
|
+
"icon": "message-circle",
|
|
4093
|
+
"label": "Chat",
|
|
4094
|
+
"href": "/chat"
|
|
4095
|
+
},
|
|
4096
|
+
{
|
|
4097
|
+
"label": "Memory",
|
|
4098
|
+
"href": "/memory",
|
|
4099
|
+
"icon": "brain"
|
|
4100
|
+
},
|
|
4101
|
+
{
|
|
4102
|
+
"label": "Settings",
|
|
4103
|
+
"href": "/settings",
|
|
4104
|
+
"icon": "settings"
|
|
4105
|
+
}
|
|
4106
|
+
],
|
|
4107
|
+
"type": "dashboard-layout",
|
|
4091
4108
|
"children": [
|
|
4092
4109
|
{
|
|
4093
|
-
"direction": "vertical",
|
|
4094
4110
|
"gap": "lg",
|
|
4111
|
+
"type": "stack",
|
|
4095
4112
|
"children": [
|
|
4096
4113
|
{
|
|
4097
|
-
"
|
|
4114
|
+
"gap": "sm",
|
|
4098
4115
|
"align": "center",
|
|
4116
|
+
"type": "stack",
|
|
4117
|
+
"direction": "horizontal",
|
|
4099
4118
|
"children": [
|
|
4100
4119
|
{
|
|
4101
|
-
"
|
|
4102
|
-
"
|
|
4120
|
+
"type": "icon",
|
|
4121
|
+
"name": "alert-octagon"
|
|
4103
4122
|
},
|
|
4104
4123
|
{
|
|
4105
|
-
"variant": "h2",
|
|
4106
4124
|
"content": "Token Usage",
|
|
4107
|
-
"type": "typography"
|
|
4125
|
+
"type": "typography",
|
|
4126
|
+
"variant": "h2"
|
|
4108
4127
|
},
|
|
4109
4128
|
{
|
|
4110
4129
|
"variant": "danger",
|
|
4111
4130
|
"type": "badge",
|
|
4112
4131
|
"label": "Critical"
|
|
4113
4132
|
}
|
|
4114
|
-
]
|
|
4115
|
-
"gap": "sm",
|
|
4116
|
-
"direction": "horizontal"
|
|
4133
|
+
]
|
|
4117
4134
|
},
|
|
4118
4135
|
{
|
|
4119
4136
|
"type": "divider"
|
|
4120
4137
|
},
|
|
4121
4138
|
{
|
|
4139
|
+
"variant": "error",
|
|
4122
4140
|
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
4123
|
-
"type": "alert"
|
|
4124
|
-
"variant": "error"
|
|
4141
|
+
"type": "alert"
|
|
4125
4142
|
},
|
|
4126
4143
|
{
|
|
4127
|
-
"max": "@entity.max",
|
|
4128
4144
|
"value": "@entity.current",
|
|
4129
|
-
"type": "progress-bar"
|
|
4145
|
+
"type": "progress-bar",
|
|
4146
|
+
"max": "@entity.max"
|
|
4130
4147
|
},
|
|
4131
4148
|
{
|
|
4132
|
-
"direction": "horizontal",
|
|
4133
|
-
"gap": "md",
|
|
4134
4149
|
"type": "stack",
|
|
4150
|
+
"gap": "md",
|
|
4151
|
+
"direction": "horizontal",
|
|
4135
4152
|
"children": [
|
|
4136
4153
|
{
|
|
4137
|
-
"value": "@entity.current",
|
|
4138
4154
|
"type": "stat-display",
|
|
4155
|
+
"value": "@entity.current",
|
|
4139
4156
|
"label": "Tokens Used"
|
|
4140
4157
|
},
|
|
4141
4158
|
{
|
|
4142
|
-
"
|
|
4159
|
+
"label": "Max Tokens",
|
|
4143
4160
|
"type": "stat-display",
|
|
4144
|
-
"
|
|
4161
|
+
"value": "@entity.max"
|
|
4145
4162
|
}
|
|
4146
4163
|
]
|
|
4147
4164
|
},
|
|
4148
4165
|
{
|
|
4166
|
+
"gap": "sm",
|
|
4149
4167
|
"children": [
|
|
4150
4168
|
{
|
|
4151
|
-
"icon": "minimize-2",
|
|
4152
|
-
"label": "Compact Now",
|
|
4153
4169
|
"variant": "primary",
|
|
4170
|
+
"icon": "minimize-2",
|
|
4171
|
+
"action": "COMPACT",
|
|
4154
4172
|
"type": "button",
|
|
4155
|
-
"
|
|
4173
|
+
"label": "Compact Now"
|
|
4156
4174
|
},
|
|
4157
4175
|
{
|
|
4158
|
-
"action": "RESET",
|
|
4159
|
-
"variant": "ghost",
|
|
4160
|
-
"icon": "rotate-ccw",
|
|
4161
4176
|
"label": "Reset",
|
|
4162
|
-
"
|
|
4177
|
+
"icon": "rotate-ccw",
|
|
4178
|
+
"type": "button",
|
|
4179
|
+
"variant": "ghost",
|
|
4180
|
+
"action": "RESET"
|
|
4163
4181
|
}
|
|
4164
4182
|
],
|
|
4165
4183
|
"direction": "horizontal",
|
|
4166
|
-
"type": "stack"
|
|
4167
|
-
"gap": "sm"
|
|
4184
|
+
"type": "stack"
|
|
4168
4185
|
}
|
|
4169
4186
|
],
|
|
4170
|
-
"
|
|
4187
|
+
"direction": "vertical"
|
|
4171
4188
|
}
|
|
4172
4189
|
],
|
|
4173
|
-
"
|
|
4174
|
-
"navItems": [
|
|
4175
|
-
{
|
|
4176
|
-
"icon": "message-circle",
|
|
4177
|
-
"label": "Chat",
|
|
4178
|
-
"href": "/chat"
|
|
4179
|
-
},
|
|
4180
|
-
{
|
|
4181
|
-
"label": "Memory",
|
|
4182
|
-
"href": "/memory",
|
|
4183
|
-
"icon": "brain"
|
|
4184
|
-
},
|
|
4185
|
-
{
|
|
4186
|
-
"label": "Settings",
|
|
4187
|
-
"href": "/settings",
|
|
4188
|
-
"icon": "settings"
|
|
4189
|
-
}
|
|
4190
|
-
]
|
|
4190
|
+
"appName": "Agent Assistant"
|
|
4191
4191
|
}
|
|
4192
4192
|
]
|
|
4193
4193
|
]
|
|
@@ -4228,38 +4228,56 @@
|
|
|
4228
4228
|
"main",
|
|
4229
4229
|
{
|
|
4230
4230
|
"appName": "Agent Assistant",
|
|
4231
|
+
"type": "dashboard-layout",
|
|
4232
|
+
"navItems": [
|
|
4233
|
+
{
|
|
4234
|
+
"label": "Chat",
|
|
4235
|
+
"href": "/chat",
|
|
4236
|
+
"icon": "message-circle"
|
|
4237
|
+
},
|
|
4238
|
+
{
|
|
4239
|
+
"icon": "brain",
|
|
4240
|
+
"href": "/memory",
|
|
4241
|
+
"label": "Memory"
|
|
4242
|
+
},
|
|
4243
|
+
{
|
|
4244
|
+
"icon": "settings",
|
|
4245
|
+
"href": "/settings",
|
|
4246
|
+
"label": "Settings"
|
|
4247
|
+
}
|
|
4248
|
+
],
|
|
4231
4249
|
"children": [
|
|
4232
4250
|
{
|
|
4233
4251
|
"children": [
|
|
4234
4252
|
{
|
|
4235
4253
|
"gap": "sm",
|
|
4254
|
+
"align": "center",
|
|
4236
4255
|
"children": [
|
|
4237
4256
|
{
|
|
4238
4257
|
"name": "alert-triangle",
|
|
4239
4258
|
"type": "icon"
|
|
4240
4259
|
},
|
|
4241
4260
|
{
|
|
4242
|
-
"content": "Token Usage",
|
|
4243
4261
|
"variant": "h2",
|
|
4262
|
+
"content": "Token Usage",
|
|
4244
4263
|
"type": "typography"
|
|
4245
4264
|
},
|
|
4246
4265
|
{
|
|
4247
|
-
"
|
|
4266
|
+
"label": "Warning",
|
|
4248
4267
|
"type": "badge",
|
|
4249
|
-
"
|
|
4268
|
+
"variant": "warning"
|
|
4250
4269
|
}
|
|
4251
4270
|
],
|
|
4252
4271
|
"type": "stack",
|
|
4253
|
-
"align": "center",
|
|
4254
4272
|
"direction": "horizontal"
|
|
4255
4273
|
},
|
|
4256
4274
|
{
|
|
4257
4275
|
"type": "divider"
|
|
4258
4276
|
},
|
|
4259
4277
|
{
|
|
4260
|
-
"
|
|
4278
|
+
"message": "Token usage approaching limit. Consider compacting.",
|
|
4261
4279
|
"variant": "warning",
|
|
4262
|
-
"
|
|
4280
|
+
"type": "alert"
|
|
4263
4281
|
},
|
|
4264
4282
|
{
|
|
4265
4283
|
"value": "@entity.current",
|
|
@@ -4268,65 +4286,47 @@
|
|
|
4268
4286
|
},
|
|
4269
4287
|
{
|
|
4270
4288
|
"gap": "md",
|
|
4289
|
+
"type": "stack",
|
|
4271
4290
|
"direction": "horizontal",
|
|
4272
4291
|
"children": [
|
|
4273
4292
|
{
|
|
4274
|
-
"label": "Tokens Used",
|
|
4275
4293
|
"value": "@entity.current",
|
|
4276
|
-
"type": "stat-display"
|
|
4294
|
+
"type": "stat-display",
|
|
4295
|
+
"label": "Tokens Used"
|
|
4277
4296
|
},
|
|
4278
4297
|
{
|
|
4279
|
-
"type": "stat-display",
|
|
4280
4298
|
"label": "Max Tokens",
|
|
4299
|
+
"type": "stat-display",
|
|
4281
4300
|
"value": "@entity.max"
|
|
4282
4301
|
}
|
|
4283
|
-
]
|
|
4284
|
-
"type": "stack"
|
|
4302
|
+
]
|
|
4285
4303
|
},
|
|
4286
4304
|
{
|
|
4305
|
+
"direction": "horizontal",
|
|
4306
|
+
"type": "stack",
|
|
4287
4307
|
"children": [
|
|
4288
4308
|
{
|
|
4289
|
-
"
|
|
4309
|
+
"label": "Compact",
|
|
4290
4310
|
"action": "COMPACT",
|
|
4291
4311
|
"variant": "primary",
|
|
4292
|
-
"
|
|
4312
|
+
"type": "button",
|
|
4293
4313
|
"icon": "minimize-2"
|
|
4294
4314
|
},
|
|
4295
4315
|
{
|
|
4316
|
+
"label": "Reset",
|
|
4296
4317
|
"type": "button",
|
|
4297
4318
|
"variant": "ghost",
|
|
4298
|
-
"
|
|
4299
|
-
"
|
|
4300
|
-
"action": "RESET"
|
|
4319
|
+
"action": "RESET",
|
|
4320
|
+
"icon": "rotate-ccw"
|
|
4301
4321
|
}
|
|
4302
4322
|
],
|
|
4303
|
-
"gap": "sm"
|
|
4304
|
-
"type": "stack",
|
|
4305
|
-
"direction": "horizontal"
|
|
4323
|
+
"gap": "sm"
|
|
4306
4324
|
}
|
|
4307
4325
|
],
|
|
4308
4326
|
"type": "stack",
|
|
4309
4327
|
"direction": "vertical",
|
|
4310
4328
|
"gap": "lg"
|
|
4311
4329
|
}
|
|
4312
|
-
],
|
|
4313
|
-
"type": "dashboard-layout",
|
|
4314
|
-
"navItems": [
|
|
4315
|
-
{
|
|
4316
|
-
"href": "/chat",
|
|
4317
|
-
"label": "Chat",
|
|
4318
|
-
"icon": "message-circle"
|
|
4319
|
-
},
|
|
4320
|
-
{
|
|
4321
|
-
"label": "Memory",
|
|
4322
|
-
"href": "/memory",
|
|
4323
|
-
"icon": "brain"
|
|
4324
|
-
},
|
|
4325
|
-
{
|
|
4326
|
-
"label": "Settings",
|
|
4327
|
-
"icon": "settings",
|
|
4328
|
-
"href": "/settings"
|
|
4329
|
-
}
|
|
4330
4330
|
]
|
|
4331
4331
|
}
|
|
4332
4332
|
]
|
|
@@ -4355,20 +4355,33 @@
|
|
|
4355
4355
|
"render-ui",
|
|
4356
4356
|
"main",
|
|
4357
4357
|
{
|
|
4358
|
+
"appName": "Agent Assistant",
|
|
4359
|
+
"navItems": [
|
|
4360
|
+
{
|
|
4361
|
+
"href": "/chat",
|
|
4362
|
+
"icon": "message-circle",
|
|
4363
|
+
"label": "Chat"
|
|
4364
|
+
},
|
|
4365
|
+
{
|
|
4366
|
+
"href": "/memory",
|
|
4367
|
+
"label": "Memory",
|
|
4368
|
+
"icon": "brain"
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"label": "Settings",
|
|
4372
|
+
"icon": "settings",
|
|
4373
|
+
"href": "/settings"
|
|
4374
|
+
}
|
|
4375
|
+
],
|
|
4358
4376
|
"children": [
|
|
4359
4377
|
{
|
|
4360
|
-
"type": "stack",
|
|
4361
4378
|
"gap": "lg",
|
|
4362
4379
|
"children": [
|
|
4363
4380
|
{
|
|
4364
|
-
"type": "stack",
|
|
4365
|
-
"direction": "horizontal",
|
|
4366
|
-
"align": "center",
|
|
4367
|
-
"gap": "sm",
|
|
4368
4381
|
"children": [
|
|
4369
4382
|
{
|
|
4370
|
-
"
|
|
4371
|
-
"
|
|
4383
|
+
"name": "gauge",
|
|
4384
|
+
"type": "icon"
|
|
4372
4385
|
},
|
|
4373
4386
|
{
|
|
4374
4387
|
"type": "typography",
|
|
@@ -4376,11 +4389,15 @@
|
|
|
4376
4389
|
"variant": "h2"
|
|
4377
4390
|
},
|
|
4378
4391
|
{
|
|
4379
|
-
"type": "badge",
|
|
4380
4392
|
"label": "Normal",
|
|
4381
|
-
"variant": "default"
|
|
4393
|
+
"variant": "default",
|
|
4394
|
+
"type": "badge"
|
|
4382
4395
|
}
|
|
4383
|
-
]
|
|
4396
|
+
],
|
|
4397
|
+
"gap": "sm",
|
|
4398
|
+
"align": "center",
|
|
4399
|
+
"direction": "horizontal",
|
|
4400
|
+
"type": "stack"
|
|
4384
4401
|
},
|
|
4385
4402
|
{
|
|
4386
4403
|
"type": "divider"
|
|
@@ -4396,9 +4413,9 @@
|
|
|
4396
4413
|
"type": "stack",
|
|
4397
4414
|
"children": [
|
|
4398
4415
|
{
|
|
4399
|
-
"type": "stat-display",
|
|
4400
4416
|
"label": "Tokens Used",
|
|
4401
|
-
"value": "@entity.current"
|
|
4417
|
+
"value": "@entity.current",
|
|
4418
|
+
"type": "stat-display"
|
|
4402
4419
|
},
|
|
4403
4420
|
{
|
|
4404
4421
|
"label": "Max Tokens",
|
|
@@ -4408,32 +4425,15 @@
|
|
|
4408
4425
|
]
|
|
4409
4426
|
},
|
|
4410
4427
|
{
|
|
4411
|
-
"icon": "rotate-ccw",
|
|
4412
4428
|
"type": "button",
|
|
4413
4429
|
"variant": "ghost",
|
|
4414
4430
|
"action": "RESET",
|
|
4431
|
+
"icon": "rotate-ccw",
|
|
4415
4432
|
"label": "Reset"
|
|
4416
4433
|
}
|
|
4417
4434
|
],
|
|
4418
|
-
"direction": "vertical"
|
|
4419
|
-
|
|
4420
|
-
],
|
|
4421
|
-
"appName": "Agent Assistant",
|
|
4422
|
-
"navItems": [
|
|
4423
|
-
{
|
|
4424
|
-
"icon": "message-circle",
|
|
4425
|
-
"label": "Chat",
|
|
4426
|
-
"href": "/chat"
|
|
4427
|
-
},
|
|
4428
|
-
{
|
|
4429
|
-
"href": "/memory",
|
|
4430
|
-
"icon": "brain",
|
|
4431
|
-
"label": "Memory"
|
|
4432
|
-
},
|
|
4433
|
-
{
|
|
4434
|
-
"label": "Settings",
|
|
4435
|
-
"href": "/settings",
|
|
4436
|
-
"icon": "settings"
|
|
4435
|
+
"direction": "vertical",
|
|
4436
|
+
"type": "stack"
|
|
4437
4437
|
}
|
|
4438
4438
|
],
|
|
4439
4439
|
"type": "dashboard-layout"
|
|
@@ -4461,16 +4461,18 @@
|
|
|
4461
4461
|
"render-ui",
|
|
4462
4462
|
"main",
|
|
4463
4463
|
{
|
|
4464
|
+
"type": "dashboard-layout",
|
|
4465
|
+
"appName": "Agent Assistant",
|
|
4464
4466
|
"navItems": [
|
|
4465
4467
|
{
|
|
4466
|
-
"label": "Chat",
|
|
4467
4468
|
"icon": "message-circle",
|
|
4469
|
+
"label": "Chat",
|
|
4468
4470
|
"href": "/chat"
|
|
4469
4471
|
},
|
|
4470
4472
|
{
|
|
4471
|
-
"label": "Memory",
|
|
4472
4473
|
"icon": "brain",
|
|
4473
|
-
"href": "/memory"
|
|
4474
|
+
"href": "/memory",
|
|
4475
|
+
"label": "Memory"
|
|
4474
4476
|
},
|
|
4475
4477
|
{
|
|
4476
4478
|
"label": "Settings",
|
|
@@ -4478,33 +4480,32 @@
|
|
|
4478
4480
|
"icon": "settings"
|
|
4479
4481
|
}
|
|
4480
4482
|
],
|
|
4481
|
-
"appName": "Agent Assistant",
|
|
4482
4483
|
"children": [
|
|
4483
4484
|
{
|
|
4484
4485
|
"direction": "vertical",
|
|
4485
|
-
"
|
|
4486
|
+
"type": "stack",
|
|
4486
4487
|
"children": [
|
|
4487
4488
|
{
|
|
4489
|
+
"gap": "sm",
|
|
4490
|
+
"type": "stack",
|
|
4491
|
+
"align": "center",
|
|
4492
|
+
"direction": "horizontal",
|
|
4488
4493
|
"children": [
|
|
4489
4494
|
{
|
|
4490
|
-
"
|
|
4491
|
-
"
|
|
4495
|
+
"type": "icon",
|
|
4496
|
+
"name": "gauge"
|
|
4492
4497
|
},
|
|
4493
4498
|
{
|
|
4494
|
-
"
|
|
4499
|
+
"content": "Token Usage",
|
|
4495
4500
|
"type": "typography",
|
|
4496
|
-
"
|
|
4501
|
+
"variant": "h2"
|
|
4497
4502
|
},
|
|
4498
4503
|
{
|
|
4499
4504
|
"type": "badge",
|
|
4500
|
-
"
|
|
4501
|
-
"
|
|
4505
|
+
"label": "Normal",
|
|
4506
|
+
"variant": "default"
|
|
4502
4507
|
}
|
|
4503
|
-
]
|
|
4504
|
-
"direction": "horizontal",
|
|
4505
|
-
"type": "stack",
|
|
4506
|
-
"align": "center",
|
|
4507
|
-
"gap": "sm"
|
|
4508
|
+
]
|
|
4508
4509
|
},
|
|
4509
4510
|
{
|
|
4510
4511
|
"type": "divider"
|
|
@@ -4515,34 +4516,33 @@
|
|
|
4515
4516
|
"type": "progress-bar"
|
|
4516
4517
|
},
|
|
4517
4518
|
{
|
|
4519
|
+
"type": "stack",
|
|
4518
4520
|
"children": [
|
|
4519
4521
|
{
|
|
4520
4522
|
"type": "stat-display",
|
|
4521
|
-
"
|
|
4522
|
-
"
|
|
4523
|
+
"label": "Tokens Used",
|
|
4524
|
+
"value": "@entity.current"
|
|
4523
4525
|
},
|
|
4524
4526
|
{
|
|
4525
4527
|
"value": "@entity.max",
|
|
4526
|
-
"
|
|
4527
|
-
"
|
|
4528
|
+
"label": "Max Tokens",
|
|
4529
|
+
"type": "stat-display"
|
|
4528
4530
|
}
|
|
4529
4531
|
],
|
|
4530
|
-
"
|
|
4531
|
-
"direction": "horizontal"
|
|
4532
|
-
"gap": "md"
|
|
4532
|
+
"gap": "md",
|
|
4533
|
+
"direction": "horizontal"
|
|
4533
4534
|
},
|
|
4534
4535
|
{
|
|
4535
|
-
"variant": "ghost",
|
|
4536
|
-
"type": "button",
|
|
4537
|
-
"label": "Reset",
|
|
4538
4536
|
"action": "RESET",
|
|
4539
|
-
"
|
|
4537
|
+
"label": "Reset",
|
|
4538
|
+
"variant": "ghost",
|
|
4539
|
+
"icon": "rotate-ccw",
|
|
4540
|
+
"type": "button"
|
|
4540
4541
|
}
|
|
4541
4542
|
],
|
|
4542
|
-
"
|
|
4543
|
+
"gap": "lg"
|
|
4543
4544
|
}
|
|
4544
|
-
]
|
|
4545
|
-
"type": "dashboard-layout"
|
|
4545
|
+
]
|
|
4546
4546
|
}
|
|
4547
4547
|
]
|
|
4548
4548
|
]
|
|
@@ -4561,14 +4561,15 @@
|
|
|
4561
4561
|
"render-ui",
|
|
4562
4562
|
"main",
|
|
4563
4563
|
{
|
|
4564
|
+
"type": "dashboard-layout",
|
|
4564
4565
|
"children": [
|
|
4565
4566
|
{
|
|
4567
|
+
"gap": "lg",
|
|
4566
4568
|
"direction": "vertical",
|
|
4567
4569
|
"children": [
|
|
4568
4570
|
{
|
|
4569
|
-
"align": "center",
|
|
4570
|
-
"direction": "horizontal",
|
|
4571
4571
|
"gap": "sm",
|
|
4572
|
+
"align": "center",
|
|
4572
4573
|
"type": "stack",
|
|
4573
4574
|
"children": [
|
|
4574
4575
|
{
|
|
@@ -4577,15 +4578,16 @@
|
|
|
4577
4578
|
},
|
|
4578
4579
|
{
|
|
4579
4580
|
"type": "typography",
|
|
4580
|
-
"
|
|
4581
|
-
"
|
|
4581
|
+
"variant": "h2",
|
|
4582
|
+
"content": "Token Usage"
|
|
4582
4583
|
},
|
|
4583
4584
|
{
|
|
4585
|
+
"type": "badge",
|
|
4584
4586
|
"label": "Normal",
|
|
4585
|
-
"variant": "default"
|
|
4586
|
-
"type": "badge"
|
|
4587
|
+
"variant": "default"
|
|
4587
4588
|
}
|
|
4588
|
-
]
|
|
4589
|
+
],
|
|
4590
|
+
"direction": "horizontal"
|
|
4589
4591
|
},
|
|
4590
4592
|
{
|
|
4591
4593
|
"type": "divider"
|
|
@@ -4596,7 +4598,6 @@
|
|
|
4596
4598
|
"max": "@entity.max"
|
|
4597
4599
|
},
|
|
4598
4600
|
{
|
|
4599
|
-
"gap": "md",
|
|
4600
4601
|
"type": "stack",
|
|
4601
4602
|
"children": [
|
|
4602
4603
|
{
|
|
@@ -4605,27 +4606,25 @@
|
|
|
4605
4606
|
"label": "Tokens Used"
|
|
4606
4607
|
},
|
|
4607
4608
|
{
|
|
4608
|
-
"
|
|
4609
|
+
"type": "stat-display",
|
|
4609
4610
|
"label": "Max Tokens",
|
|
4610
|
-
"
|
|
4611
|
+
"value": "@entity.max"
|
|
4611
4612
|
}
|
|
4612
4613
|
],
|
|
4613
|
-
"direction": "horizontal"
|
|
4614
|
+
"direction": "horizontal",
|
|
4615
|
+
"gap": "md"
|
|
4614
4616
|
},
|
|
4615
4617
|
{
|
|
4616
4618
|
"action": "RESET",
|
|
4617
4619
|
"type": "button",
|
|
4618
|
-
"icon": "rotate-ccw",
|
|
4619
4620
|
"variant": "ghost",
|
|
4620
|
-
"label": "Reset"
|
|
4621
|
+
"label": "Reset",
|
|
4622
|
+
"icon": "rotate-ccw"
|
|
4621
4623
|
}
|
|
4622
4624
|
],
|
|
4623
|
-
"type": "stack"
|
|
4624
|
-
"gap": "lg"
|
|
4625
|
+
"type": "stack"
|
|
4625
4626
|
}
|
|
4626
4627
|
],
|
|
4627
|
-
"type": "dashboard-layout",
|
|
4628
|
-
"appName": "Agent Assistant",
|
|
4629
4628
|
"navItems": [
|
|
4630
4629
|
{
|
|
4631
4630
|
"icon": "message-circle",
|
|
@@ -4633,16 +4632,17 @@
|
|
|
4633
4632
|
"href": "/chat"
|
|
4634
4633
|
},
|
|
4635
4634
|
{
|
|
4636
|
-
"
|
|
4635
|
+
"icon": "brain",
|
|
4637
4636
|
"label": "Memory",
|
|
4638
|
-
"
|
|
4637
|
+
"href": "/memory"
|
|
4639
4638
|
},
|
|
4640
4639
|
{
|
|
4641
4640
|
"href": "/settings",
|
|
4642
4641
|
"icon": "settings",
|
|
4643
4642
|
"label": "Settings"
|
|
4644
4643
|
}
|
|
4645
|
-
]
|
|
4644
|
+
],
|
|
4645
|
+
"appName": "Agent Assistant"
|
|
4646
4646
|
}
|
|
4647
4647
|
]
|
|
4648
4648
|
]
|
|
@@ -4844,21 +4844,39 @@
|
|
|
4844
4844
|
"render-ui",
|
|
4845
4845
|
"main",
|
|
4846
4846
|
{
|
|
4847
|
+
"navItems": [
|
|
4848
|
+
{
|
|
4849
|
+
"label": "Chat",
|
|
4850
|
+
"icon": "message-circle",
|
|
4851
|
+
"href": "/chat"
|
|
4852
|
+
},
|
|
4853
|
+
{
|
|
4854
|
+
"href": "/memory",
|
|
4855
|
+
"icon": "brain",
|
|
4856
|
+
"label": "Memory"
|
|
4857
|
+
},
|
|
4858
|
+
{
|
|
4859
|
+
"icon": "settings",
|
|
4860
|
+
"href": "/settings",
|
|
4861
|
+
"label": "Settings"
|
|
4862
|
+
}
|
|
4863
|
+
],
|
|
4847
4864
|
"appName": "Agent Assistant",
|
|
4848
4865
|
"children": [
|
|
4849
4866
|
{
|
|
4850
|
-
"type": "stack",
|
|
4851
4867
|
"direction": "vertical",
|
|
4868
|
+
"gap": "lg",
|
|
4869
|
+
"type": "stack",
|
|
4852
4870
|
"children": [
|
|
4853
4871
|
{
|
|
4854
|
-
"justify": "between",
|
|
4855
|
-
"gap": "md",
|
|
4856
4872
|
"type": "stack",
|
|
4873
|
+
"justify": "between",
|
|
4857
4874
|
"children": [
|
|
4858
4875
|
{
|
|
4859
|
-
"align": "center",
|
|
4860
|
-
"direction": "horizontal",
|
|
4861
4876
|
"gap": "md",
|
|
4877
|
+
"type": "stack",
|
|
4878
|
+
"direction": "horizontal",
|
|
4879
|
+
"align": "center",
|
|
4862
4880
|
"children": [
|
|
4863
4881
|
{
|
|
4864
4882
|
"type": "icon",
|
|
@@ -4869,46 +4887,47 @@
|
|
|
4869
4887
|
"variant": "h2",
|
|
4870
4888
|
"type": "typography"
|
|
4871
4889
|
}
|
|
4872
|
-
]
|
|
4873
|
-
"type": "stack"
|
|
4890
|
+
]
|
|
4874
4891
|
},
|
|
4875
4892
|
{
|
|
4876
|
-
"type": "button",
|
|
4877
|
-
"action": "HIDE",
|
|
4878
4893
|
"label": "Dismiss",
|
|
4879
4894
|
"variant": "ghost",
|
|
4895
|
+
"action": "HIDE",
|
|
4896
|
+
"type": "button",
|
|
4880
4897
|
"icon": "x"
|
|
4881
4898
|
}
|
|
4882
4899
|
],
|
|
4883
4900
|
"align": "center",
|
|
4884
|
-
"direction": "horizontal"
|
|
4901
|
+
"direction": "horizontal",
|
|
4902
|
+
"gap": "md"
|
|
4885
4903
|
},
|
|
4886
4904
|
{
|
|
4887
4905
|
"type": "divider"
|
|
4888
4906
|
},
|
|
4889
4907
|
{
|
|
4890
|
-
"
|
|
4891
|
-
"variant": [
|
|
4908
|
+
"message": [
|
|
4892
4909
|
"object/get",
|
|
4893
4910
|
[
|
|
4894
4911
|
"array/first",
|
|
4895
4912
|
"@entity"
|
|
4896
4913
|
],
|
|
4897
|
-
"
|
|
4914
|
+
"message"
|
|
4898
4915
|
],
|
|
4899
|
-
"
|
|
4916
|
+
"type": "alert",
|
|
4917
|
+
"variant": [
|
|
4900
4918
|
"object/get",
|
|
4901
4919
|
[
|
|
4902
4920
|
"array/first",
|
|
4903
4921
|
"@entity"
|
|
4904
4922
|
],
|
|
4905
|
-
"
|
|
4923
|
+
"notificationType"
|
|
4906
4924
|
]
|
|
4907
4925
|
},
|
|
4908
4926
|
{
|
|
4909
4927
|
"type": "toast-slot"
|
|
4910
4928
|
},
|
|
4911
4929
|
{
|
|
4930
|
+
"type": "alert",
|
|
4912
4931
|
"variant": "warning",
|
|
4913
4932
|
"message": [
|
|
4914
4933
|
"object/get",
|
|
@@ -4917,31 +4936,12 @@
|
|
|
4917
4936
|
"@entity"
|
|
4918
4937
|
],
|
|
4919
4938
|
"message"
|
|
4920
|
-
]
|
|
4921
|
-
"type": "alert"
|
|
4939
|
+
]
|
|
4922
4940
|
}
|
|
4923
|
-
]
|
|
4924
|
-
"gap": "lg"
|
|
4941
|
+
]
|
|
4925
4942
|
}
|
|
4926
4943
|
],
|
|
4927
|
-
"type": "dashboard-layout"
|
|
4928
|
-
"navItems": [
|
|
4929
|
-
{
|
|
4930
|
-
"label": "Chat",
|
|
4931
|
-
"icon": "message-circle",
|
|
4932
|
-
"href": "/chat"
|
|
4933
|
-
},
|
|
4934
|
-
{
|
|
4935
|
-
"label": "Memory",
|
|
4936
|
-
"icon": "brain",
|
|
4937
|
-
"href": "/memory"
|
|
4938
|
-
},
|
|
4939
|
-
{
|
|
4940
|
-
"icon": "settings",
|
|
4941
|
-
"label": "Settings",
|
|
4942
|
-
"href": "/settings"
|
|
4943
|
-
}
|
|
4944
|
-
]
|
|
4944
|
+
"type": "dashboard-layout"
|
|
4945
4945
|
}
|
|
4946
4946
|
]
|
|
4947
4947
|
]
|
|
@@ -4965,70 +4965,71 @@
|
|
|
4965
4965
|
"render-ui",
|
|
4966
4966
|
"main",
|
|
4967
4967
|
{
|
|
4968
|
-
"type": "dashboard-layout",
|
|
4969
4968
|
"children": [
|
|
4970
4969
|
{
|
|
4970
|
+
"type": "stack",
|
|
4971
4971
|
"children": [
|
|
4972
4972
|
{
|
|
4973
|
-
"type": "stack",
|
|
4974
4973
|
"gap": "md",
|
|
4975
4974
|
"align": "center",
|
|
4976
|
-
"justify": "between",
|
|
4977
|
-
"direction": "horizontal",
|
|
4978
4975
|
"children": [
|
|
4979
4976
|
{
|
|
4980
|
-
"type": "stack",
|
|
4981
4977
|
"direction": "horizontal",
|
|
4978
|
+
"gap": "md",
|
|
4982
4979
|
"children": [
|
|
4983
4980
|
{
|
|
4984
4981
|
"name": "layers",
|
|
4985
4982
|
"type": "icon"
|
|
4986
4983
|
},
|
|
4987
4984
|
{
|
|
4985
|
+
"content": "Context Window Alert",
|
|
4988
4986
|
"variant": "h2",
|
|
4989
|
-
"type": "typography"
|
|
4990
|
-
"content": "Context Window Alert"
|
|
4987
|
+
"type": "typography"
|
|
4991
4988
|
}
|
|
4992
4989
|
],
|
|
4993
|
-
"
|
|
4990
|
+
"type": "stack",
|
|
4994
4991
|
"align": "center"
|
|
4995
4992
|
},
|
|
4996
4993
|
{
|
|
4997
|
-
"
|
|
4998
|
-
"type": "button",
|
|
4999
|
-
"label": "Dismiss",
|
|
4994
|
+
"variant": "ghost",
|
|
5000
4995
|
"icon": "x",
|
|
5001
|
-
"
|
|
4996
|
+
"type": "button",
|
|
4997
|
+
"action": "HIDE",
|
|
4998
|
+
"label": "Dismiss"
|
|
5002
4999
|
}
|
|
5003
|
-
]
|
|
5000
|
+
],
|
|
5001
|
+
"direction": "horizontal",
|
|
5002
|
+
"justify": "between",
|
|
5003
|
+
"type": "stack"
|
|
5004
5004
|
},
|
|
5005
5005
|
{
|
|
5006
5006
|
"type": "divider"
|
|
5007
5007
|
},
|
|
5008
5008
|
{
|
|
5009
|
-
"
|
|
5010
|
-
"message": [
|
|
5009
|
+
"variant": [
|
|
5011
5010
|
"object/get",
|
|
5012
5011
|
[
|
|
5013
5012
|
"array/first",
|
|
5014
5013
|
"@entity"
|
|
5015
5014
|
],
|
|
5016
|
-
"
|
|
5015
|
+
"notificationType"
|
|
5017
5016
|
],
|
|
5018
|
-
"
|
|
5017
|
+
"message": [
|
|
5019
5018
|
"object/get",
|
|
5020
5019
|
[
|
|
5021
5020
|
"array/first",
|
|
5022
5021
|
"@entity"
|
|
5023
5022
|
],
|
|
5024
|
-
"
|
|
5025
|
-
]
|
|
5023
|
+
"message"
|
|
5024
|
+
],
|
|
5025
|
+
"type": "alert"
|
|
5026
5026
|
},
|
|
5027
5027
|
{
|
|
5028
5028
|
"type": "toast-slot"
|
|
5029
5029
|
},
|
|
5030
5030
|
{
|
|
5031
5031
|
"type": "alert",
|
|
5032
|
+
"variant": "warning",
|
|
5032
5033
|
"message": [
|
|
5033
5034
|
"object/get",
|
|
5034
5035
|
[
|
|
@@ -5036,33 +5037,32 @@
|
|
|
5036
5037
|
"@entity"
|
|
5037
5038
|
],
|
|
5038
5039
|
"message"
|
|
5039
|
-
]
|
|
5040
|
-
"variant": "warning"
|
|
5040
|
+
]
|
|
5041
5041
|
}
|
|
5042
5042
|
],
|
|
5043
|
-
"gap": "lg",
|
|
5044
5043
|
"direction": "vertical",
|
|
5045
|
-
"
|
|
5044
|
+
"gap": "lg"
|
|
5046
5045
|
}
|
|
5047
5046
|
],
|
|
5047
|
+
"type": "dashboard-layout",
|
|
5048
|
+
"appName": "Agent Assistant",
|
|
5048
5049
|
"navItems": [
|
|
5049
5050
|
{
|
|
5051
|
+
"href": "/chat",
|
|
5050
5052
|
"label": "Chat",
|
|
5051
|
-
"icon": "message-circle"
|
|
5052
|
-
"href": "/chat"
|
|
5053
|
+
"icon": "message-circle"
|
|
5053
5054
|
},
|
|
5054
5055
|
{
|
|
5056
|
+
"icon": "brain",
|
|
5055
5057
|
"label": "Memory",
|
|
5056
|
-
"href": "/memory"
|
|
5057
|
-
"icon": "brain"
|
|
5058
|
+
"href": "/memory"
|
|
5058
5059
|
},
|
|
5059
5060
|
{
|
|
5060
|
-
"label": "Settings",
|
|
5061
5061
|
"href": "/settings",
|
|
5062
|
-
"icon": "settings"
|
|
5062
|
+
"icon": "settings",
|
|
5063
|
+
"label": "Settings"
|
|
5063
5064
|
}
|
|
5064
|
-
]
|
|
5065
|
-
"appName": "Agent Assistant"
|
|
5065
|
+
]
|
|
5066
5066
|
}
|
|
5067
5067
|
]
|
|
5068
5068
|
]
|
|
@@ -5294,33 +5294,33 @@
|
|
|
5294
5294
|
"render-ui",
|
|
5295
5295
|
"main",
|
|
5296
5296
|
{
|
|
5297
|
+
"children": [
|
|
5298
|
+
{
|
|
5299
|
+
"title": "Context Window",
|
|
5300
|
+
"type": "empty-state",
|
|
5301
|
+
"icon": "layers",
|
|
5302
|
+
"description": "Context Window is ready"
|
|
5303
|
+
}
|
|
5304
|
+
],
|
|
5297
5305
|
"type": "dashboard-layout",
|
|
5298
5306
|
"navItems": [
|
|
5299
5307
|
{
|
|
5300
|
-
"href": "/chat",
|
|
5301
5308
|
"label": "Chat",
|
|
5309
|
+
"href": "/chat",
|
|
5302
5310
|
"icon": "message-circle"
|
|
5303
5311
|
},
|
|
5304
5312
|
{
|
|
5305
5313
|
"href": "/memory",
|
|
5306
|
-
"
|
|
5307
|
-
"
|
|
5314
|
+
"icon": "brain",
|
|
5315
|
+
"label": "Memory"
|
|
5308
5316
|
},
|
|
5309
5317
|
{
|
|
5310
|
-
"href": "/settings",
|
|
5311
5318
|
"icon": "settings",
|
|
5319
|
+
"href": "/settings",
|
|
5312
5320
|
"label": "Settings"
|
|
5313
5321
|
}
|
|
5314
5322
|
],
|
|
5315
|
-
"appName": "Agent Assistant"
|
|
5316
|
-
"children": [
|
|
5317
|
-
{
|
|
5318
|
-
"title": "Context Window",
|
|
5319
|
-
"type": "empty-state",
|
|
5320
|
-
"icon": "layers",
|
|
5321
|
-
"description": "Context Window is ready"
|
|
5322
|
-
}
|
|
5323
|
-
]
|
|
5323
|
+
"appName": "Agent Assistant"
|
|
5324
5324
|
}
|
|
5325
5325
|
]
|
|
5326
5326
|
]
|
|
@@ -5843,21 +5843,17 @@
|
|
|
5843
5843
|
"render-ui",
|
|
5844
5844
|
"main",
|
|
5845
5845
|
{
|
|
5846
|
-
"appName": "Agent Assistant",
|
|
5847
|
-
"type": "dashboard-layout",
|
|
5848
5846
|
"children": [
|
|
5849
5847
|
{
|
|
5848
|
+
"direction": "vertical",
|
|
5850
5849
|
"type": "stack",
|
|
5851
5850
|
"gap": "lg",
|
|
5852
5851
|
"children": [
|
|
5853
5852
|
{
|
|
5854
|
-
"justify": "between",
|
|
5855
|
-
"gap": "md",
|
|
5856
5853
|
"type": "stack",
|
|
5857
|
-
"
|
|
5854
|
+
"justify": "between",
|
|
5858
5855
|
"children": [
|
|
5859
5856
|
{
|
|
5860
|
-
"direction": "horizontal",
|
|
5861
5857
|
"type": "stack",
|
|
5862
5858
|
"children": [
|
|
5863
5859
|
{
|
|
@@ -5865,40 +5861,43 @@
|
|
|
5865
5861
|
"name": "repeat"
|
|
5866
5862
|
},
|
|
5867
5863
|
{
|
|
5868
|
-
"content": "Switch Provider",
|
|
5869
5864
|
"type": "typography",
|
|
5870
|
-
"variant": "h2"
|
|
5865
|
+
"variant": "h2",
|
|
5866
|
+
"content": "Switch Provider"
|
|
5871
5867
|
}
|
|
5872
5868
|
],
|
|
5869
|
+
"direction": "horizontal",
|
|
5873
5870
|
"gap": "md"
|
|
5874
5871
|
},
|
|
5875
5872
|
{
|
|
5876
5873
|
"variant": "primary",
|
|
5877
|
-
"action": "SWITCH",
|
|
5878
|
-
"icon": "repeat",
|
|
5879
5874
|
"type": "button",
|
|
5880
|
-
"label": "Open"
|
|
5875
|
+
"label": "Open",
|
|
5876
|
+
"action": "SWITCH",
|
|
5877
|
+
"icon": "repeat"
|
|
5881
5878
|
}
|
|
5882
|
-
]
|
|
5879
|
+
],
|
|
5880
|
+
"gap": "md",
|
|
5881
|
+
"direction": "horizontal"
|
|
5883
5882
|
},
|
|
5884
5883
|
{
|
|
5885
5884
|
"type": "divider"
|
|
5886
5885
|
},
|
|
5887
5886
|
{
|
|
5888
5887
|
"title": "Nothing open",
|
|
5889
|
-
"icon": "repeat",
|
|
5890
5888
|
"type": "empty-state",
|
|
5889
|
+
"icon": "repeat",
|
|
5891
5890
|
"description": "Click Open to view details in a modal overlay."
|
|
5892
5891
|
}
|
|
5893
|
-
]
|
|
5894
|
-
"direction": "vertical"
|
|
5892
|
+
]
|
|
5895
5893
|
}
|
|
5896
5894
|
],
|
|
5895
|
+
"appName": "Agent Assistant",
|
|
5897
5896
|
"navItems": [
|
|
5898
5897
|
{
|
|
5898
|
+
"label": "Chat",
|
|
5899
5899
|
"href": "/chat",
|
|
5900
|
-
"icon": "message-circle"
|
|
5901
|
-
"label": "Chat"
|
|
5900
|
+
"icon": "message-circle"
|
|
5902
5901
|
},
|
|
5903
5902
|
{
|
|
5904
5903
|
"href": "/memory",
|
|
@@ -5906,11 +5905,12 @@
|
|
|
5906
5905
|
"icon": "brain"
|
|
5907
5906
|
},
|
|
5908
5907
|
{
|
|
5909
|
-
"
|
|
5908
|
+
"label": "Settings",
|
|
5910
5909
|
"href": "/settings",
|
|
5911
|
-
"
|
|
5910
|
+
"icon": "settings"
|
|
5912
5911
|
}
|
|
5913
|
-
]
|
|
5912
|
+
],
|
|
5913
|
+
"type": "dashboard-layout"
|
|
5914
5914
|
}
|
|
5915
5915
|
]
|
|
5916
5916
|
]
|
|
@@ -5925,8 +5925,8 @@
|
|
|
5925
5925
|
"ProviderConfig",
|
|
5926
5926
|
{
|
|
5927
5927
|
"emit": {
|
|
5928
|
-
"
|
|
5929
|
-
"
|
|
5928
|
+
"success": "ProviderConfigLoaded",
|
|
5929
|
+
"failure": "ProviderConfigLoadFailed"
|
|
5930
5930
|
}
|
|
5931
5931
|
}
|
|
5932
5932
|
],
|
|
@@ -5936,31 +5936,29 @@
|
|
|
5936
5936
|
{
|
|
5937
5937
|
"type": "stack",
|
|
5938
5938
|
"direction": "vertical",
|
|
5939
|
-
"gap": "md",
|
|
5940
5939
|
"children": [
|
|
5941
5940
|
{
|
|
5942
5941
|
"gap": "sm",
|
|
5942
|
+
"direction": "horizontal",
|
|
5943
5943
|
"children": [
|
|
5944
5944
|
{
|
|
5945
|
-
"
|
|
5946
|
-
"
|
|
5945
|
+
"name": "repeat",
|
|
5946
|
+
"type": "icon"
|
|
5947
5947
|
},
|
|
5948
5948
|
{
|
|
5949
|
-
"
|
|
5949
|
+
"type": "typography",
|
|
5950
5950
|
"variant": "h3",
|
|
5951
|
-
"
|
|
5951
|
+
"content": "Switch Provider"
|
|
5952
5952
|
}
|
|
5953
5953
|
],
|
|
5954
|
-
"direction": "horizontal",
|
|
5955
5954
|
"type": "stack"
|
|
5956
5955
|
},
|
|
5957
5956
|
{
|
|
5958
5957
|
"type": "divider"
|
|
5959
5958
|
},
|
|
5960
5959
|
{
|
|
5961
|
-
"type": "stack",
|
|
5962
5960
|
"gap": "md",
|
|
5963
|
-
"
|
|
5961
|
+
"type": "stack",
|
|
5964
5962
|
"children": [
|
|
5965
5963
|
{
|
|
5966
5964
|
"variant": "caption",
|
|
@@ -5968,27 +5966,29 @@
|
|
|
5968
5966
|
"type": "typography"
|
|
5969
5967
|
},
|
|
5970
5968
|
{
|
|
5971
|
-
"
|
|
5972
|
-
"
|
|
5969
|
+
"type": "badge",
|
|
5970
|
+
"label": "@entity.currentProvider"
|
|
5973
5971
|
},
|
|
5974
5972
|
{
|
|
5975
5973
|
"label": "@entity.currentModel",
|
|
5976
5974
|
"type": "badge"
|
|
5977
5975
|
}
|
|
5978
|
-
]
|
|
5976
|
+
],
|
|
5977
|
+
"direction": "horizontal"
|
|
5979
5978
|
},
|
|
5980
5979
|
{
|
|
5980
|
+
"type": "form-section",
|
|
5981
5981
|
"cancelEvent": "CLOSE",
|
|
5982
|
+
"mode": "edit",
|
|
5982
5983
|
"fields": [
|
|
5983
5984
|
"currentProvider",
|
|
5984
5985
|
"currentModel"
|
|
5985
5986
|
],
|
|
5986
5987
|
"submitEvent": "SAVE",
|
|
5987
|
-
"
|
|
5988
|
-
"entity": "ProviderConfig",
|
|
5989
|
-
"mode": "edit"
|
|
5988
|
+
"entity": "ProviderConfig"
|
|
5990
5989
|
}
|
|
5991
|
-
]
|
|
5990
|
+
],
|
|
5991
|
+
"gap": "md"
|
|
5992
5992
|
}
|
|
5993
5993
|
]
|
|
5994
5994
|
]
|
|
@@ -6016,6 +6016,25 @@
|
|
|
6016
6016
|
"render-ui",
|
|
6017
6017
|
"main",
|
|
6018
6018
|
{
|
|
6019
|
+
"type": "dashboard-layout",
|
|
6020
|
+
"navItems": [
|
|
6021
|
+
{
|
|
6022
|
+
"label": "Chat",
|
|
6023
|
+
"href": "/chat",
|
|
6024
|
+
"icon": "message-circle"
|
|
6025
|
+
},
|
|
6026
|
+
{
|
|
6027
|
+
"icon": "brain",
|
|
6028
|
+
"label": "Memory",
|
|
6029
|
+
"href": "/memory"
|
|
6030
|
+
},
|
|
6031
|
+
{
|
|
6032
|
+
"label": "Settings",
|
|
6033
|
+
"href": "/settings",
|
|
6034
|
+
"icon": "settings"
|
|
6035
|
+
}
|
|
6036
|
+
],
|
|
6037
|
+
"appName": "Agent Assistant",
|
|
6019
6038
|
"children": [
|
|
6020
6039
|
{
|
|
6021
6040
|
"type": "stack",
|
|
@@ -6026,63 +6045,44 @@
|
|
|
6026
6045
|
"children": [
|
|
6027
6046
|
{
|
|
6028
6047
|
"direction": "horizontal",
|
|
6048
|
+
"type": "stack",
|
|
6029
6049
|
"gap": "md",
|
|
6030
6050
|
"children": [
|
|
6031
6051
|
{
|
|
6032
|
-
"
|
|
6033
|
-
"
|
|
6052
|
+
"type": "icon",
|
|
6053
|
+
"name": "repeat"
|
|
6034
6054
|
},
|
|
6035
6055
|
{
|
|
6036
6056
|
"type": "typography",
|
|
6037
|
-
"
|
|
6038
|
-
"
|
|
6057
|
+
"content": "Switch Provider",
|
|
6058
|
+
"variant": "h2"
|
|
6039
6059
|
}
|
|
6040
|
-
]
|
|
6041
|
-
"type": "stack"
|
|
6060
|
+
]
|
|
6042
6061
|
},
|
|
6043
6062
|
{
|
|
6063
|
+
"type": "button",
|
|
6044
6064
|
"label": "Open",
|
|
6045
6065
|
"action": "SWITCH",
|
|
6046
|
-
"
|
|
6047
|
-
"variant": "primary"
|
|
6048
|
-
"icon": "repeat"
|
|
6066
|
+
"icon": "repeat",
|
|
6067
|
+
"variant": "primary"
|
|
6049
6068
|
}
|
|
6050
6069
|
],
|
|
6051
|
-
"type": "stack",
|
|
6052
|
-
"direction": "horizontal",
|
|
6053
6070
|
"gap": "md",
|
|
6054
|
-
"justify": "between"
|
|
6071
|
+
"justify": "between",
|
|
6072
|
+
"type": "stack",
|
|
6073
|
+
"direction": "horizontal"
|
|
6055
6074
|
},
|
|
6056
6075
|
{
|
|
6057
6076
|
"type": "divider"
|
|
6058
6077
|
},
|
|
6059
6078
|
{
|
|
6060
6079
|
"description": "Click Open to view details in a modal overlay.",
|
|
6080
|
+
"type": "empty-state",
|
|
6061
6081
|
"title": "Nothing open",
|
|
6062
|
-
"icon": "repeat"
|
|
6063
|
-
"type": "empty-state"
|
|
6082
|
+
"icon": "repeat"
|
|
6064
6083
|
}
|
|
6065
6084
|
]
|
|
6066
6085
|
}
|
|
6067
|
-
],
|
|
6068
|
-
"appName": "Agent Assistant",
|
|
6069
|
-
"type": "dashboard-layout",
|
|
6070
|
-
"navItems": [
|
|
6071
|
-
{
|
|
6072
|
-
"href": "/chat",
|
|
6073
|
-
"icon": "message-circle",
|
|
6074
|
-
"label": "Chat"
|
|
6075
|
-
},
|
|
6076
|
-
{
|
|
6077
|
-
"icon": "brain",
|
|
6078
|
-
"href": "/memory",
|
|
6079
|
-
"label": "Memory"
|
|
6080
|
-
},
|
|
6081
|
-
{
|
|
6082
|
-
"icon": "settings",
|
|
6083
|
-
"label": "Settings",
|
|
6084
|
-
"href": "/settings"
|
|
6085
|
-
}
|
|
6086
6086
|
]
|
|
6087
6087
|
}
|
|
6088
6088
|
]
|
|
@@ -6118,72 +6118,72 @@
|
|
|
6118
6118
|
{
|
|
6119
6119
|
"children": [
|
|
6120
6120
|
{
|
|
6121
|
+
"type": "stack",
|
|
6122
|
+
"direction": "vertical",
|
|
6121
6123
|
"gap": "lg",
|
|
6122
6124
|
"children": [
|
|
6123
6125
|
{
|
|
6124
|
-
"direction": "horizontal",
|
|
6125
|
-
"justify": "between",
|
|
6126
|
-
"type": "stack",
|
|
6127
6126
|
"children": [
|
|
6128
6127
|
{
|
|
6129
|
-
"direction": "horizontal",
|
|
6130
6128
|
"gap": "md",
|
|
6131
6129
|
"type": "stack",
|
|
6130
|
+
"direction": "horizontal",
|
|
6132
6131
|
"children": [
|
|
6133
6132
|
{
|
|
6134
6133
|
"name": "repeat",
|
|
6135
6134
|
"type": "icon"
|
|
6136
6135
|
},
|
|
6137
6136
|
{
|
|
6138
|
-
"
|
|
6137
|
+
"variant": "h2",
|
|
6139
6138
|
"type": "typography",
|
|
6140
|
-
"
|
|
6139
|
+
"content": "Switch Provider"
|
|
6141
6140
|
}
|
|
6142
6141
|
]
|
|
6143
6142
|
},
|
|
6144
6143
|
{
|
|
6145
|
-
"icon": "repeat",
|
|
6146
6144
|
"action": "SWITCH",
|
|
6147
6145
|
"label": "Open",
|
|
6146
|
+
"icon": "repeat",
|
|
6148
6147
|
"type": "button",
|
|
6149
6148
|
"variant": "primary"
|
|
6150
6149
|
}
|
|
6151
6150
|
],
|
|
6152
|
-
"
|
|
6151
|
+
"justify": "between",
|
|
6152
|
+
"gap": "md",
|
|
6153
|
+
"direction": "horizontal",
|
|
6154
|
+
"type": "stack"
|
|
6153
6155
|
},
|
|
6154
6156
|
{
|
|
6155
6157
|
"type": "divider"
|
|
6156
6158
|
},
|
|
6157
6159
|
{
|
|
6160
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
6158
6161
|
"title": "Nothing open",
|
|
6159
|
-
"type": "empty-state",
|
|
6160
6162
|
"icon": "repeat",
|
|
6161
|
-
"
|
|
6163
|
+
"type": "empty-state"
|
|
6162
6164
|
}
|
|
6163
|
-
]
|
|
6164
|
-
"direction": "vertical",
|
|
6165
|
-
"type": "stack"
|
|
6165
|
+
]
|
|
6166
6166
|
}
|
|
6167
6167
|
],
|
|
6168
6168
|
"type": "dashboard-layout",
|
|
6169
|
+
"appName": "Agent Assistant",
|
|
6169
6170
|
"navItems": [
|
|
6170
6171
|
{
|
|
6171
6172
|
"icon": "message-circle",
|
|
6172
|
-
"
|
|
6173
|
-
"
|
|
6173
|
+
"label": "Chat",
|
|
6174
|
+
"href": "/chat"
|
|
6174
6175
|
},
|
|
6175
6176
|
{
|
|
6176
|
-
"href": "/memory",
|
|
6177
6177
|
"icon": "brain",
|
|
6178
|
-
"label": "Memory"
|
|
6178
|
+
"label": "Memory",
|
|
6179
|
+
"href": "/memory"
|
|
6179
6180
|
},
|
|
6180
6181
|
{
|
|
6181
|
-
"href": "/settings",
|
|
6182
6182
|
"label": "Settings",
|
|
6183
|
-
"icon": "settings"
|
|
6183
|
+
"icon": "settings",
|
|
6184
|
+
"href": "/settings"
|
|
6184
6185
|
}
|
|
6185
|
-
]
|
|
6186
|
-
"appName": "Agent Assistant"
|
|
6186
|
+
]
|
|
6187
6187
|
}
|
|
6188
6188
|
]
|
|
6189
6189
|
]
|
|
@@ -6361,62 +6361,45 @@
|
|
|
6361
6361
|
"render-ui",
|
|
6362
6362
|
"main",
|
|
6363
6363
|
{
|
|
6364
|
-
"appName": "Agent Assistant",
|
|
6365
|
-
"navItems": [
|
|
6366
|
-
{
|
|
6367
|
-
"label": "Chat",
|
|
6368
|
-
"href": "/chat",
|
|
6369
|
-
"icon": "message-circle"
|
|
6370
|
-
},
|
|
6371
|
-
{
|
|
6372
|
-
"label": "Memory",
|
|
6373
|
-
"icon": "brain",
|
|
6374
|
-
"href": "/memory"
|
|
6375
|
-
},
|
|
6376
|
-
{
|
|
6377
|
-
"icon": "settings",
|
|
6378
|
-
"href": "/settings",
|
|
6379
|
-
"label": "Settings"
|
|
6380
|
-
}
|
|
6381
|
-
],
|
|
6382
6364
|
"type": "dashboard-layout",
|
|
6383
6365
|
"children": [
|
|
6384
6366
|
{
|
|
6385
|
-
"
|
|
6367
|
+
"gap": "lg",
|
|
6386
6368
|
"type": "stack",
|
|
6369
|
+
"direction": "vertical",
|
|
6387
6370
|
"children": [
|
|
6388
6371
|
{
|
|
6389
6372
|
"align": "center",
|
|
6373
|
+
"type": "stack",
|
|
6374
|
+
"gap": "md",
|
|
6375
|
+
"direction": "horizontal",
|
|
6376
|
+
"justify": "between",
|
|
6390
6377
|
"children": [
|
|
6391
6378
|
{
|
|
6392
6379
|
"gap": "md",
|
|
6393
6380
|
"type": "stack",
|
|
6394
|
-
"direction": "horizontal",
|
|
6395
6381
|
"align": "center",
|
|
6382
|
+
"direction": "horizontal",
|
|
6396
6383
|
"children": [
|
|
6397
6384
|
{
|
|
6398
6385
|
"name": "server",
|
|
6399
6386
|
"type": "icon"
|
|
6400
6387
|
},
|
|
6401
6388
|
{
|
|
6402
|
-
"type": "typography",
|
|
6403
6389
|
"content": "Provider Status",
|
|
6404
|
-
"variant": "h2"
|
|
6390
|
+
"variant": "h2",
|
|
6391
|
+
"type": "typography"
|
|
6405
6392
|
}
|
|
6406
6393
|
]
|
|
6407
6394
|
},
|
|
6408
6395
|
{
|
|
6396
|
+
"action": "HIDE",
|
|
6409
6397
|
"variant": "ghost",
|
|
6410
6398
|
"type": "button",
|
|
6411
6399
|
"icon": "x",
|
|
6412
|
-
"label": "Dismiss"
|
|
6413
|
-
"action": "HIDE"
|
|
6400
|
+
"label": "Dismiss"
|
|
6414
6401
|
}
|
|
6415
|
-
]
|
|
6416
|
-
"gap": "md",
|
|
6417
|
-
"justify": "between",
|
|
6418
|
-
"type": "stack",
|
|
6419
|
-
"direction": "horizontal"
|
|
6402
|
+
]
|
|
6420
6403
|
},
|
|
6421
6404
|
{
|
|
6422
6405
|
"type": "divider"
|
|
@@ -6444,7 +6427,6 @@
|
|
|
6444
6427
|
"type": "toast-slot"
|
|
6445
6428
|
},
|
|
6446
6429
|
{
|
|
6447
|
-
"variant": "warning",
|
|
6448
6430
|
"message": [
|
|
6449
6431
|
"object/get",
|
|
6450
6432
|
[
|
|
@@ -6453,10 +6435,28 @@
|
|
|
6453
6435
|
],
|
|
6454
6436
|
"message"
|
|
6455
6437
|
],
|
|
6456
|
-
"type": "alert"
|
|
6438
|
+
"type": "alert",
|
|
6439
|
+
"variant": "warning"
|
|
6457
6440
|
}
|
|
6458
|
-
]
|
|
6459
|
-
|
|
6441
|
+
]
|
|
6442
|
+
}
|
|
6443
|
+
],
|
|
6444
|
+
"appName": "Agent Assistant",
|
|
6445
|
+
"navItems": [
|
|
6446
|
+
{
|
|
6447
|
+
"href": "/chat",
|
|
6448
|
+
"label": "Chat",
|
|
6449
|
+
"icon": "message-circle"
|
|
6450
|
+
},
|
|
6451
|
+
{
|
|
6452
|
+
"href": "/memory",
|
|
6453
|
+
"label": "Memory",
|
|
6454
|
+
"icon": "brain"
|
|
6455
|
+
},
|
|
6456
|
+
{
|
|
6457
|
+
"href": "/settings",
|
|
6458
|
+
"label": "Settings",
|
|
6459
|
+
"icon": "settings"
|
|
6460
6460
|
}
|
|
6461
6461
|
]
|
|
6462
6462
|
}
|
|
@@ -6482,58 +6482,43 @@
|
|
|
6482
6482
|
"render-ui",
|
|
6483
6483
|
"main",
|
|
6484
6484
|
{
|
|
6485
|
-
"
|
|
6486
|
-
|
|
6487
|
-
"href": "/chat",
|
|
6488
|
-
"icon": "message-circle",
|
|
6489
|
-
"label": "Chat"
|
|
6490
|
-
},
|
|
6491
|
-
{
|
|
6492
|
-
"label": "Memory",
|
|
6493
|
-
"href": "/memory",
|
|
6494
|
-
"icon": "brain"
|
|
6495
|
-
},
|
|
6496
|
-
{
|
|
6497
|
-
"label": "Settings",
|
|
6498
|
-
"href": "/settings",
|
|
6499
|
-
"icon": "settings"
|
|
6500
|
-
}
|
|
6501
|
-
],
|
|
6485
|
+
"type": "dashboard-layout",
|
|
6486
|
+
"appName": "Agent Assistant",
|
|
6502
6487
|
"children": [
|
|
6503
6488
|
{
|
|
6489
|
+
"direction": "vertical",
|
|
6504
6490
|
"type": "stack",
|
|
6505
6491
|
"gap": "lg",
|
|
6506
|
-
"direction": "vertical",
|
|
6507
6492
|
"children": [
|
|
6508
6493
|
{
|
|
6494
|
+
"direction": "horizontal",
|
|
6509
6495
|
"justify": "between",
|
|
6510
6496
|
"children": [
|
|
6511
6497
|
{
|
|
6512
6498
|
"direction": "horizontal",
|
|
6513
|
-
"gap": "md",
|
|
6514
|
-
"type": "stack",
|
|
6515
6499
|
"align": "center",
|
|
6500
|
+
"type": "stack",
|
|
6501
|
+
"gap": "md",
|
|
6516
6502
|
"children": [
|
|
6517
6503
|
{
|
|
6518
6504
|
"type": "icon",
|
|
6519
6505
|
"name": "server"
|
|
6520
6506
|
},
|
|
6521
6507
|
{
|
|
6522
|
-
"
|
|
6508
|
+
"content": "Provider Status",
|
|
6523
6509
|
"type": "typography",
|
|
6524
|
-
"
|
|
6510
|
+
"variant": "h2"
|
|
6525
6511
|
}
|
|
6526
6512
|
]
|
|
6527
6513
|
},
|
|
6528
6514
|
{
|
|
6529
|
-
"variant": "ghost",
|
|
6530
6515
|
"icon": "x",
|
|
6516
|
+
"variant": "ghost",
|
|
6531
6517
|
"type": "button",
|
|
6532
|
-
"
|
|
6533
|
-
"
|
|
6518
|
+
"label": "Dismiss",
|
|
6519
|
+
"action": "HIDE"
|
|
6534
6520
|
}
|
|
6535
6521
|
],
|
|
6536
|
-
"direction": "horizontal",
|
|
6537
6522
|
"type": "stack",
|
|
6538
6523
|
"gap": "md",
|
|
6539
6524
|
"align": "center"
|
|
@@ -6550,7 +6535,6 @@
|
|
|
6550
6535
|
],
|
|
6551
6536
|
"notificationType"
|
|
6552
6537
|
],
|
|
6553
|
-
"type": "alert",
|
|
6554
6538
|
"message": [
|
|
6555
6539
|
"object/get",
|
|
6556
6540
|
[
|
|
@@ -6558,13 +6542,13 @@
|
|
|
6558
6542
|
"@entity"
|
|
6559
6543
|
],
|
|
6560
6544
|
"message"
|
|
6561
|
-
]
|
|
6545
|
+
],
|
|
6546
|
+
"type": "alert"
|
|
6562
6547
|
},
|
|
6563
6548
|
{
|
|
6564
6549
|
"type": "toast-slot"
|
|
6565
6550
|
},
|
|
6566
6551
|
{
|
|
6567
|
-
"type": "alert",
|
|
6568
6552
|
"message": [
|
|
6569
6553
|
"object/get",
|
|
6570
6554
|
[
|
|
@@ -6573,13 +6557,29 @@
|
|
|
6573
6557
|
],
|
|
6574
6558
|
"message"
|
|
6575
6559
|
],
|
|
6576
|
-
"variant": "warning"
|
|
6560
|
+
"variant": "warning",
|
|
6561
|
+
"type": "alert"
|
|
6577
6562
|
}
|
|
6578
6563
|
]
|
|
6579
6564
|
}
|
|
6580
6565
|
],
|
|
6581
|
-
"
|
|
6582
|
-
|
|
6566
|
+
"navItems": [
|
|
6567
|
+
{
|
|
6568
|
+
"href": "/chat",
|
|
6569
|
+
"icon": "message-circle",
|
|
6570
|
+
"label": "Chat"
|
|
6571
|
+
},
|
|
6572
|
+
{
|
|
6573
|
+
"icon": "brain",
|
|
6574
|
+
"label": "Memory",
|
|
6575
|
+
"href": "/memory"
|
|
6576
|
+
},
|
|
6577
|
+
{
|
|
6578
|
+
"href": "/settings",
|
|
6579
|
+
"label": "Settings",
|
|
6580
|
+
"icon": "settings"
|
|
6581
|
+
}
|
|
6582
|
+
]
|
|
6583
6583
|
}
|
|
6584
6584
|
]
|
|
6585
6585
|
]
|
|
@@ -6789,31 +6789,31 @@
|
|
|
6789
6789
|
"render-ui",
|
|
6790
6790
|
"main",
|
|
6791
6791
|
{
|
|
6792
|
-
"type": "dashboard-layout",
|
|
6793
|
-
"children": [
|
|
6794
|
-
{
|
|
6795
|
-
"type": "empty-state",
|
|
6796
|
-
"icon": "repeat",
|
|
6797
|
-
"title": "Provider",
|
|
6798
|
-
"description": "Provider is ready"
|
|
6799
|
-
}
|
|
6800
|
-
],
|
|
6801
6792
|
"appName": "Agent Assistant",
|
|
6793
|
+
"type": "dashboard-layout",
|
|
6802
6794
|
"navItems": [
|
|
6803
6795
|
{
|
|
6804
6796
|
"icon": "message-circle",
|
|
6805
|
-
"
|
|
6806
|
-
"
|
|
6797
|
+
"label": "Chat",
|
|
6798
|
+
"href": "/chat"
|
|
6807
6799
|
},
|
|
6808
6800
|
{
|
|
6801
|
+
"icon": "brain",
|
|
6809
6802
|
"label": "Memory",
|
|
6810
|
-
"href": "/memory"
|
|
6811
|
-
"icon": "brain"
|
|
6803
|
+
"href": "/memory"
|
|
6812
6804
|
},
|
|
6813
6805
|
{
|
|
6814
|
-
"
|
|
6806
|
+
"icon": "settings",
|
|
6815
6807
|
"href": "/settings",
|
|
6816
|
-
"
|
|
6808
|
+
"label": "Settings"
|
|
6809
|
+
}
|
|
6810
|
+
],
|
|
6811
|
+
"children": [
|
|
6812
|
+
{
|
|
6813
|
+
"description": "Provider is ready",
|
|
6814
|
+
"title": "Provider",
|
|
6815
|
+
"type": "empty-state",
|
|
6816
|
+
"icon": "repeat"
|
|
6817
6817
|
}
|
|
6818
6818
|
]
|
|
6819
6819
|
}
|
|
@@ -7076,8 +7076,8 @@
|
|
|
7076
7076
|
"Assistant",
|
|
7077
7077
|
{
|
|
7078
7078
|
"emit": {
|
|
7079
|
-
"
|
|
7080
|
-
"
|
|
7079
|
+
"failure": "AssistantLoadFailed",
|
|
7080
|
+
"success": "AssistantLoaded"
|
|
7081
7081
|
}
|
|
7082
7082
|
}
|
|
7083
7083
|
],
|
|
@@ -7085,49 +7085,47 @@
|
|
|
7085
7085
|
"render-ui",
|
|
7086
7086
|
"main",
|
|
7087
7087
|
{
|
|
7088
|
-
"appName": "Agent Assistant",
|
|
7089
7088
|
"children": [
|
|
7090
7089
|
{
|
|
7091
|
-
"gap": "lg",
|
|
7092
|
-
"direction": "vertical",
|
|
7093
7090
|
"type": "stack",
|
|
7091
|
+
"gap": "lg",
|
|
7094
7092
|
"children": [
|
|
7095
7093
|
{
|
|
7096
|
-
"direction": "horizontal",
|
|
7097
|
-
"type": "stack",
|
|
7098
|
-
"gap": "sm",
|
|
7099
|
-
"align": "center",
|
|
7100
7094
|
"children": [
|
|
7101
7095
|
{
|
|
7102
7096
|
"type": "icon",
|
|
7103
7097
|
"name": "message-circle"
|
|
7104
7098
|
},
|
|
7105
7099
|
{
|
|
7106
|
-
"
|
|
7100
|
+
"variant": "h2",
|
|
7107
7101
|
"type": "typography",
|
|
7108
|
-
"
|
|
7102
|
+
"content": "Assistant"
|
|
7109
7103
|
}
|
|
7110
|
-
]
|
|
7104
|
+
],
|
|
7105
|
+
"direction": "horizontal",
|
|
7106
|
+
"gap": "sm",
|
|
7107
|
+
"type": "stack",
|
|
7108
|
+
"align": "center"
|
|
7111
7109
|
},
|
|
7112
7110
|
{
|
|
7113
7111
|
"type": "divider"
|
|
7114
7112
|
},
|
|
7115
7113
|
{
|
|
7116
7114
|
"defaultActiveTab": "chat",
|
|
7117
|
-
"onTabChange": "SELECT_TAB",
|
|
7118
7115
|
"type": "tabs",
|
|
7116
|
+
"onTabChange": "SELECT_TAB",
|
|
7119
7117
|
"tabs": [
|
|
7120
7118
|
{
|
|
7121
|
-
"
|
|
7122
|
-
"
|
|
7119
|
+
"label": "Chat",
|
|
7120
|
+
"value": "chat"
|
|
7123
7121
|
},
|
|
7124
7122
|
{
|
|
7125
|
-
"
|
|
7126
|
-
"
|
|
7123
|
+
"value": "memory",
|
|
7124
|
+
"label": "Memory"
|
|
7127
7125
|
},
|
|
7128
7126
|
{
|
|
7129
|
-
"
|
|
7130
|
-
"
|
|
7127
|
+
"label": "Settings",
|
|
7128
|
+
"value": "settings"
|
|
7131
7129
|
}
|
|
7132
7130
|
]
|
|
7133
7131
|
},
|
|
@@ -7135,54 +7133,56 @@
|
|
|
7135
7133
|
"type": "divider"
|
|
7136
7134
|
},
|
|
7137
7135
|
{
|
|
7136
|
+
"fields": [],
|
|
7138
7137
|
"entity": "Assistant",
|
|
7139
|
-
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
7140
|
-
"type": "data-grid",
|
|
7141
7138
|
"renderItem": [
|
|
7142
7139
|
"fn",
|
|
7143
7140
|
"item",
|
|
7144
7141
|
{
|
|
7145
|
-
"direction": "vertical",
|
|
7146
|
-
"gap": "sm",
|
|
7147
|
-
"type": "stack",
|
|
7148
7142
|
"children": [
|
|
7149
7143
|
{
|
|
7150
|
-
"type": "typography",
|
|
7151
7144
|
"content": "@item.messages",
|
|
7152
|
-
"variant": "h4"
|
|
7145
|
+
"variant": "h4",
|
|
7146
|
+
"type": "typography"
|
|
7153
7147
|
},
|
|
7154
7148
|
{
|
|
7155
|
-
"
|
|
7149
|
+
"variant": "caption",
|
|
7156
7150
|
"color": "muted",
|
|
7157
|
-
"
|
|
7158
|
-
"
|
|
7151
|
+
"type": "typography",
|
|
7152
|
+
"content": "@item.chat"
|
|
7159
7153
|
}
|
|
7160
|
-
]
|
|
7154
|
+
],
|
|
7155
|
+
"direction": "vertical",
|
|
7156
|
+
"type": "stack",
|
|
7157
|
+
"gap": "sm"
|
|
7161
7158
|
}
|
|
7162
7159
|
],
|
|
7163
|
-
"
|
|
7160
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
7161
|
+
"type": "data-grid"
|
|
7164
7162
|
}
|
|
7165
|
-
]
|
|
7163
|
+
],
|
|
7164
|
+
"direction": "vertical"
|
|
7166
7165
|
}
|
|
7167
7166
|
],
|
|
7168
|
-
"type": "dashboard-layout",
|
|
7169
7167
|
"navItems": [
|
|
7170
7168
|
{
|
|
7169
|
+
"icon": "message-circle",
|
|
7171
7170
|
"label": "Chat",
|
|
7172
|
-
"href": "/chat"
|
|
7173
|
-
"icon": "message-circle"
|
|
7171
|
+
"href": "/chat"
|
|
7174
7172
|
},
|
|
7175
7173
|
{
|
|
7176
|
-
"href": "/memory",
|
|
7177
7174
|
"label": "Memory",
|
|
7178
|
-
"icon": "brain"
|
|
7175
|
+
"icon": "brain",
|
|
7176
|
+
"href": "/memory"
|
|
7179
7177
|
},
|
|
7180
7178
|
{
|
|
7181
7179
|
"icon": "settings",
|
|
7182
7180
|
"label": "Settings",
|
|
7183
7181
|
"href": "/settings"
|
|
7184
7182
|
}
|
|
7185
|
-
]
|
|
7183
|
+
],
|
|
7184
|
+
"type": "dashboard-layout",
|
|
7185
|
+
"appName": "Agent Assistant"
|
|
7186
7186
|
}
|
|
7187
7187
|
]
|
|
7188
7188
|
]
|
|
@@ -7208,41 +7208,43 @@
|
|
|
7208
7208
|
{
|
|
7209
7209
|
"children": [
|
|
7210
7210
|
{
|
|
7211
|
+
"gap": "lg",
|
|
7211
7212
|
"type": "stack",
|
|
7213
|
+
"direction": "vertical",
|
|
7212
7214
|
"children": [
|
|
7213
7215
|
{
|
|
7216
|
+
"align": "center",
|
|
7214
7217
|
"type": "stack",
|
|
7215
7218
|
"gap": "sm",
|
|
7216
|
-
"direction": "horizontal",
|
|
7217
|
-
"align": "center",
|
|
7218
7219
|
"children": [
|
|
7219
7220
|
{
|
|
7220
7221
|
"type": "icon",
|
|
7221
7222
|
"name": "message-circle"
|
|
7222
7223
|
},
|
|
7223
7224
|
{
|
|
7224
|
-
"
|
|
7225
|
+
"type": "typography",
|
|
7225
7226
|
"variant": "h2",
|
|
7226
|
-
"
|
|
7227
|
+
"content": "Assistant"
|
|
7227
7228
|
}
|
|
7228
|
-
]
|
|
7229
|
+
],
|
|
7230
|
+
"direction": "horizontal"
|
|
7229
7231
|
},
|
|
7230
7232
|
{
|
|
7231
7233
|
"type": "divider"
|
|
7232
7234
|
},
|
|
7233
7235
|
{
|
|
7236
|
+
"activeTab": "@payload.tab",
|
|
7234
7237
|
"type": "tabs",
|
|
7235
|
-
"defaultActiveTab": "chat",
|
|
7236
7238
|
"onTabChange": "SELECT_TAB",
|
|
7237
|
-
"
|
|
7239
|
+
"defaultActiveTab": "chat",
|
|
7238
7240
|
"tabs": [
|
|
7239
7241
|
{
|
|
7240
|
-
"
|
|
7241
|
-
"
|
|
7242
|
+
"value": "chat",
|
|
7243
|
+
"label": "Chat"
|
|
7242
7244
|
},
|
|
7243
7245
|
{
|
|
7244
|
-
"
|
|
7245
|
-
"
|
|
7246
|
+
"value": "memory",
|
|
7247
|
+
"label": "Memory"
|
|
7246
7248
|
},
|
|
7247
7249
|
{
|
|
7248
7250
|
"label": "Settings",
|
|
@@ -7256,53 +7258,51 @@
|
|
|
7256
7258
|
{
|
|
7257
7259
|
"fields": [],
|
|
7258
7260
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
7261
|
+
"type": "data-grid",
|
|
7259
7262
|
"entity": "Assistant",
|
|
7260
7263
|
"renderItem": [
|
|
7261
7264
|
"fn",
|
|
7262
7265
|
"item",
|
|
7263
7266
|
{
|
|
7264
|
-
"direction": "vertical",
|
|
7265
|
-
"type": "stack",
|
|
7266
|
-
"gap": "sm",
|
|
7267
7267
|
"children": [
|
|
7268
7268
|
{
|
|
7269
|
+
"type": "typography",
|
|
7269
7270
|
"content": "@item.messages",
|
|
7270
|
-
"variant": "h4"
|
|
7271
|
-
"type": "typography"
|
|
7271
|
+
"variant": "h4"
|
|
7272
7272
|
},
|
|
7273
7273
|
{
|
|
7274
|
-
"type": "typography",
|
|
7275
7274
|
"variant": "caption",
|
|
7276
7275
|
"color": "muted",
|
|
7277
|
-
"content": "@item.chat"
|
|
7276
|
+
"content": "@item.chat",
|
|
7277
|
+
"type": "typography"
|
|
7278
7278
|
}
|
|
7279
|
-
]
|
|
7279
|
+
],
|
|
7280
|
+
"type": "stack",
|
|
7281
|
+
"direction": "vertical",
|
|
7282
|
+
"gap": "sm"
|
|
7280
7283
|
}
|
|
7281
|
-
]
|
|
7282
|
-
"type": "data-grid"
|
|
7284
|
+
]
|
|
7283
7285
|
}
|
|
7284
|
-
]
|
|
7285
|
-
"gap": "lg",
|
|
7286
|
-
"direction": "vertical"
|
|
7286
|
+
]
|
|
7287
7287
|
}
|
|
7288
7288
|
],
|
|
7289
|
-
"type": "dashboard-layout",
|
|
7290
7289
|
"appName": "Agent Assistant",
|
|
7290
|
+
"type": "dashboard-layout",
|
|
7291
7291
|
"navItems": [
|
|
7292
7292
|
{
|
|
7293
|
-
"label": "Chat",
|
|
7294
7293
|
"href": "/chat",
|
|
7295
|
-
"icon": "message-circle"
|
|
7294
|
+
"icon": "message-circle",
|
|
7295
|
+
"label": "Chat"
|
|
7296
7296
|
},
|
|
7297
7297
|
{
|
|
7298
|
-
"
|
|
7298
|
+
"href": "/memory",
|
|
7299
7299
|
"label": "Memory",
|
|
7300
|
-
"
|
|
7300
|
+
"icon": "brain"
|
|
7301
7301
|
},
|
|
7302
7302
|
{
|
|
7303
|
-
"icon": "settings",
|
|
7304
7303
|
"label": "Settings",
|
|
7305
|
-
"href": "/settings"
|
|
7304
|
+
"href": "/settings",
|
|
7305
|
+
"icon": "settings"
|
|
7306
7306
|
}
|
|
7307
7307
|
]
|
|
7308
7308
|
}
|
|
@@ -7462,8 +7462,8 @@
|
|
|
7462
7462
|
"MemorySidebar",
|
|
7463
7463
|
{
|
|
7464
7464
|
"emit": {
|
|
7465
|
-
"
|
|
7466
|
-
"
|
|
7465
|
+
"success": "MemorySidebarLoaded",
|
|
7466
|
+
"failure": "MemorySidebarLoadFailed"
|
|
7467
7467
|
}
|
|
7468
7468
|
}
|
|
7469
7469
|
]
|
|
@@ -7488,23 +7488,22 @@
|
|
|
7488
7488
|
"render-ui",
|
|
7489
7489
|
"drawer",
|
|
7490
7490
|
{
|
|
7491
|
-
"type": "stack",
|
|
7492
|
-
"direction": "vertical",
|
|
7493
|
-
"gap": "none",
|
|
7494
7491
|
"children": [
|
|
7495
7492
|
{
|
|
7496
|
-
"type": "drawer",
|
|
7497
|
-
"isOpen": true,
|
|
7498
7493
|
"title": "Memory Recall",
|
|
7494
|
+
"isOpen": true,
|
|
7499
7495
|
"children": [
|
|
7500
7496
|
{
|
|
7497
|
+
"gap": "md",
|
|
7501
7498
|
"children": [
|
|
7502
7499
|
{
|
|
7500
|
+
"justify": "between",
|
|
7501
|
+
"gap": "md",
|
|
7503
7502
|
"children": [
|
|
7504
7503
|
{
|
|
7505
|
-
"
|
|
7504
|
+
"type": "typography",
|
|
7506
7505
|
"variant": "caption",
|
|
7507
|
-
"
|
|
7506
|
+
"content": "Content"
|
|
7508
7507
|
},
|
|
7509
7508
|
{
|
|
7510
7509
|
"content": [
|
|
@@ -7515,23 +7514,25 @@
|
|
|
7515
7514
|
],
|
|
7516
7515
|
"content"
|
|
7517
7516
|
],
|
|
7518
|
-
"
|
|
7519
|
-
"
|
|
7517
|
+
"type": "typography",
|
|
7518
|
+
"variant": "body"
|
|
7520
7519
|
}
|
|
7521
7520
|
],
|
|
7522
|
-
"
|
|
7523
|
-
"
|
|
7524
|
-
"justify": "between",
|
|
7525
|
-
"type": "stack"
|
|
7521
|
+
"type": "stack",
|
|
7522
|
+
"direction": "horizontal"
|
|
7526
7523
|
},
|
|
7527
7524
|
{
|
|
7525
|
+
"direction": "horizontal",
|
|
7526
|
+
"type": "stack",
|
|
7528
7527
|
"children": [
|
|
7529
7528
|
{
|
|
7530
|
-
"variant": "caption",
|
|
7531
7529
|
"type": "typography",
|
|
7532
|
-
"content": "Query"
|
|
7530
|
+
"content": "Query",
|
|
7531
|
+
"variant": "caption"
|
|
7533
7532
|
},
|
|
7534
7533
|
{
|
|
7534
|
+
"type": "typography",
|
|
7535
|
+
"variant": "body",
|
|
7535
7536
|
"content": [
|
|
7536
7537
|
"object/get",
|
|
7537
7538
|
[
|
|
@@ -7539,27 +7540,23 @@
|
|
|
7539
7540
|
"@entity"
|
|
7540
7541
|
],
|
|
7541
7542
|
"query"
|
|
7542
|
-
]
|
|
7543
|
-
"type": "typography",
|
|
7544
|
-
"variant": "body"
|
|
7543
|
+
]
|
|
7545
7544
|
}
|
|
7546
7545
|
],
|
|
7547
|
-
"direction": "horizontal",
|
|
7548
|
-
"type": "stack",
|
|
7549
7546
|
"gap": "md",
|
|
7550
7547
|
"justify": "between"
|
|
7551
7548
|
},
|
|
7552
7549
|
{
|
|
7553
|
-
"
|
|
7550
|
+
"justify": "between",
|
|
7554
7551
|
"children": [
|
|
7555
7552
|
{
|
|
7556
|
-
"
|
|
7553
|
+
"variant": "caption",
|
|
7557
7554
|
"content": "Strength",
|
|
7558
|
-
"
|
|
7555
|
+
"type": "typography"
|
|
7559
7556
|
},
|
|
7560
7557
|
{
|
|
7561
|
-
"type": "typography",
|
|
7562
7558
|
"variant": "body",
|
|
7559
|
+
"type": "typography",
|
|
7563
7560
|
"content": [
|
|
7564
7561
|
"object/get",
|
|
7565
7562
|
[
|
|
@@ -7570,60 +7567,53 @@
|
|
|
7570
7567
|
]
|
|
7571
7568
|
}
|
|
7572
7569
|
],
|
|
7573
|
-
"
|
|
7574
|
-
"
|
|
7575
|
-
"
|
|
7570
|
+
"type": "stack",
|
|
7571
|
+
"gap": "md",
|
|
7572
|
+
"direction": "horizontal"
|
|
7576
7573
|
},
|
|
7577
7574
|
{
|
|
7578
7575
|
"type": "divider"
|
|
7579
7576
|
},
|
|
7580
7577
|
{
|
|
7578
|
+
"type": "stack",
|
|
7579
|
+
"direction": "horizontal",
|
|
7580
|
+
"gap": "sm",
|
|
7581
7581
|
"children": [
|
|
7582
7582
|
{
|
|
7583
|
-
"action": "CLOSE",
|
|
7584
|
-
"label": "Close",
|
|
7585
7583
|
"type": "button",
|
|
7586
|
-
"variant": "ghost"
|
|
7584
|
+
"variant": "ghost",
|
|
7585
|
+
"action": "CLOSE",
|
|
7586
|
+
"label": "Close"
|
|
7587
7587
|
}
|
|
7588
7588
|
],
|
|
7589
|
-
"
|
|
7590
|
-
"justify": "end",
|
|
7591
|
-
"direction": "horizontal",
|
|
7592
|
-
"gap": "sm"
|
|
7589
|
+
"justify": "end"
|
|
7593
7590
|
}
|
|
7594
7591
|
],
|
|
7595
|
-
"type": "stack",
|
|
7596
7592
|
"direction": "vertical",
|
|
7597
|
-
"
|
|
7593
|
+
"type": "stack"
|
|
7598
7594
|
}
|
|
7599
|
-
]
|
|
7595
|
+
],
|
|
7596
|
+
"type": "drawer"
|
|
7600
7597
|
},
|
|
7601
7598
|
{
|
|
7602
|
-
"title": "Memory Recall",
|
|
7603
|
-
"type": "side-panel",
|
|
7604
|
-
"onClose": "CLOSE",
|
|
7605
7599
|
"isOpen": true,
|
|
7606
|
-
"position": "right",
|
|
7607
7600
|
"children": [
|
|
7608
7601
|
{
|
|
7609
|
-
"gap": "md",
|
|
7610
|
-
"direction": "vertical",
|
|
7611
|
-
"type": "stack",
|
|
7612
7602
|
"children": [
|
|
7613
7603
|
{
|
|
7614
|
-
"gap": "md",
|
|
7615
7604
|
"type": "stack",
|
|
7616
|
-
"
|
|
7605
|
+
"gap": "md",
|
|
7617
7606
|
"justify": "between",
|
|
7607
|
+
"direction": "horizontal",
|
|
7618
7608
|
"children": [
|
|
7619
7609
|
{
|
|
7620
|
-
"content": "Content",
|
|
7621
7610
|
"type": "typography",
|
|
7622
|
-
"variant": "caption"
|
|
7611
|
+
"variant": "caption",
|
|
7612
|
+
"content": "Content"
|
|
7623
7613
|
},
|
|
7624
7614
|
{
|
|
7625
|
-
"type": "typography",
|
|
7626
7615
|
"variant": "body",
|
|
7616
|
+
"type": "typography",
|
|
7627
7617
|
"content": [
|
|
7628
7618
|
"object/get",
|
|
7629
7619
|
[
|
|
@@ -7636,16 +7626,15 @@
|
|
|
7636
7626
|
]
|
|
7637
7627
|
},
|
|
7638
7628
|
{
|
|
7639
|
-
"
|
|
7640
|
-
"direction": "horizontal",
|
|
7641
|
-
"gap": "md",
|
|
7629
|
+
"justify": "between",
|
|
7642
7630
|
"children": [
|
|
7643
7631
|
{
|
|
7644
|
-
"
|
|
7632
|
+
"variant": "caption",
|
|
7645
7633
|
"content": "Query",
|
|
7646
|
-
"
|
|
7634
|
+
"type": "typography"
|
|
7647
7635
|
},
|
|
7648
7636
|
{
|
|
7637
|
+
"variant": "body",
|
|
7649
7638
|
"content": [
|
|
7650
7639
|
"object/get",
|
|
7651
7640
|
[
|
|
@@ -7654,22 +7643,26 @@
|
|
|
7654
7643
|
],
|
|
7655
7644
|
"query"
|
|
7656
7645
|
],
|
|
7657
|
-
"type": "typography"
|
|
7658
|
-
"variant": "body"
|
|
7646
|
+
"type": "typography"
|
|
7659
7647
|
}
|
|
7660
7648
|
],
|
|
7661
|
-
"
|
|
7649
|
+
"gap": "md",
|
|
7650
|
+
"type": "stack",
|
|
7651
|
+
"direction": "horizontal"
|
|
7662
7652
|
},
|
|
7663
7653
|
{
|
|
7654
|
+
"direction": "horizontal",
|
|
7655
|
+
"justify": "between",
|
|
7664
7656
|
"gap": "md",
|
|
7665
7657
|
"children": [
|
|
7666
7658
|
{
|
|
7667
7659
|
"type": "typography",
|
|
7668
|
-
"
|
|
7669
|
-
"
|
|
7660
|
+
"content": "Strength",
|
|
7661
|
+
"variant": "caption"
|
|
7670
7662
|
},
|
|
7671
7663
|
{
|
|
7672
7664
|
"type": "typography",
|
|
7665
|
+
"variant": "body",
|
|
7673
7666
|
"content": [
|
|
7674
7667
|
"object/get",
|
|
7675
7668
|
[
|
|
@@ -7677,19 +7670,26 @@
|
|
|
7677
7670
|
"@entity"
|
|
7678
7671
|
],
|
|
7679
7672
|
"strength"
|
|
7680
|
-
]
|
|
7681
|
-
"variant": "body"
|
|
7673
|
+
]
|
|
7682
7674
|
}
|
|
7683
7675
|
],
|
|
7684
|
-
"direction": "horizontal",
|
|
7685
|
-
"justify": "between",
|
|
7686
7676
|
"type": "stack"
|
|
7687
7677
|
}
|
|
7688
|
-
]
|
|
7678
|
+
],
|
|
7679
|
+
"gap": "md",
|
|
7680
|
+
"type": "stack",
|
|
7681
|
+
"direction": "vertical"
|
|
7689
7682
|
}
|
|
7690
|
-
]
|
|
7683
|
+
],
|
|
7684
|
+
"title": "Memory Recall",
|
|
7685
|
+
"type": "side-panel",
|
|
7686
|
+
"onClose": "CLOSE",
|
|
7687
|
+
"position": "right"
|
|
7691
7688
|
}
|
|
7692
|
-
]
|
|
7689
|
+
],
|
|
7690
|
+
"direction": "vertical",
|
|
7691
|
+
"type": "stack",
|
|
7692
|
+
"gap": "none"
|
|
7693
7693
|
}
|
|
7694
7694
|
]
|
|
7695
7695
|
]
|
|
@@ -7709,8 +7709,8 @@
|
|
|
7709
7709
|
"MemorySidebar",
|
|
7710
7710
|
{
|
|
7711
7711
|
"emit": {
|
|
7712
|
-
"
|
|
7713
|
-
"
|
|
7712
|
+
"success": "MemorySidebarLoaded",
|
|
7713
|
+
"failure": "MemorySidebarLoadFailed"
|
|
7714
7714
|
}
|
|
7715
7715
|
}
|
|
7716
7716
|
]
|