@almadar/std 14.24.0 → 14.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
- package/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
- package/behaviors/registry/app/atoms/std-applicant.orb +43 -43
- package/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
- package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
- package/behaviors/registry/app/atoms/std-checkin.orb +57 -57
- package/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
- package/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
- package/behaviors/registry/app/atoms/std-class-session.orb +104 -47
- package/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
- package/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
- package/behaviors/registry/app/atoms/std-donor.orb +107 -34
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
- package/behaviors/registry/app/atoms/std-driver.orb +98 -86
- package/behaviors/registry/app/atoms/std-dunning.orb +181 -45
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
- package/behaviors/registry/app/atoms/std-event.orb +60 -60
- package/behaviors/registry/app/atoms/std-health-score.orb +285 -75
- package/behaviors/registry/app/atoms/std-help-article.orb +217 -75
- package/behaviors/registry/app/atoms/std-help-category.orb +129 -88
- package/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
- package/behaviors/registry/app/atoms/std-invoice.orb +130 -112
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
- package/behaviors/registry/app/atoms/std-lease.orb +172 -44
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
- package/behaviors/registry/app/atoms/std-matter.orb +265 -46
- package/behaviors/registry/app/atoms/std-membership.orb +116 -58
- package/behaviors/registry/app/atoms/std-menu.orb +55 -55
- package/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
- package/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
- package/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
- package/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
- package/behaviors/registry/app/atoms/std-receipt.orb +42 -42
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
- package/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
- package/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
- package/behaviors/registry/app/atoms/std-rfi.orb +175 -120
- package/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
- package/behaviors/registry/app/atoms/std-segment.orb +90 -39
- package/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
- package/behaviors/registry/app/atoms/std-submittal.orb +245 -106
- package/behaviors/registry/app/atoms/std-table-map.orb +41 -41
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
- package/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
- package/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
- package/behaviors/registry/app/atoms/std-tenant.orb +88 -38
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
- package/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
- package/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
- package/behaviors/registry/app/atoms/std-trial.orb +137 -61
- package/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
- package/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
- package/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
- package/behaviors/registry/app/atoms/std-work-order.orb +50 -50
- package/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
- package/behaviors/registry/app/molecules/std-application.orb +137 -137
- package/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
- package/behaviors/registry/app/molecules/std-cart.orb +51 -51
- package/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
- package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
- package/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
- package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
- package/behaviors/registry/app/organisms/std-accounting.orb +103 -103
- package/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
- package/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
- package/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
- package/behaviors/registry/app/organisms/std-cms.orb +252 -252
- package/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
- package/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
- package/behaviors/registry/app/organisms/std-crm.orb +274 -274
- package/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
- package/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
- package/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
- package/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
- package/behaviors/registry/app/organisms/std-field-service.orb +171 -171
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
- package/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
- package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
- package/behaviors/registry/app/organisms/std-forum.orb +142 -142
- package/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
- package/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
- package/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
- package/behaviors/registry/app/organisms/std-inventory.orb +899 -97
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
- package/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
- package/behaviors/registry/app/organisms/std-listings.orb +151 -151
- package/behaviors/registry/app/organisms/std-lms.orb +409 -409
- package/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
- package/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
- package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
- package/behaviors/registry/app/organisms/std-notes.orb +289 -78
- package/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
- package/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
- package/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
- package/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
- package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
- package/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
- package/behaviors/registry/app/organisms/std-survey.orb +138 -138
- package/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
- package/behaviors/registry/app/organisms/std-wiki.orb +130 -130
- package/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
- package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
- package/behaviors/registry/core/atoms/std-calendar.orb +53 -53
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
- package/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
- package/behaviors/registry/core/atoms/std-display.orb +3 -3
- package/behaviors/registry/core/atoms/std-drawer.orb +13 -13
- package/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
- package/behaviors/registry/core/atoms/std-file-store.orb +171 -36
- package/behaviors/registry/core/atoms/std-filter.orb +9 -9
- package/behaviors/registry/core/atoms/std-flag.orb +87 -87
- package/behaviors/registry/core/atoms/std-gallery.orb +44 -44
- package/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
- package/behaviors/registry/core/atoms/std-graphs.orb +34 -34
- package/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
- package/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
- package/behaviors/registry/core/atoms/std-modal.orb +17 -17
- package/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
- package/behaviors/registry/core/atoms/std-pagination.orb +12 -12
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
- package/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
- package/behaviors/registry/core/atoms/std-search.orb +5 -5
- package/behaviors/registry/core/atoms/std-selection.orb +106 -106
- package/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
- package/behaviors/registry/core/atoms/std-stats.orb +140 -140
- package/behaviors/registry/core/atoms/std-tabs.orb +34 -34
- package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
- package/behaviors/registry/core/atoms/std-thread.orb +50 -50
- package/behaviors/registry/core/atoms/std-version-history.orb +70 -70
- package/behaviors/registry/core/atoms/std-vote.orb +39 -39
- package/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
- package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
- package/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
- package/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
- package/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
- package/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
- package/behaviors/registry/core/molecules/std-list.orb +55 -55
- package/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
- package/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
- package/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
- package/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
- package/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
- package/behaviors/registry/game/atoms/std-overworld.orb +62 -62
- package/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
- package/behaviors/registry/game/atoms/std-quest.orb +122 -122
- package/behaviors/registry/game/atoms/std-timer.orb +292 -292
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
- package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-email.orb +60 -60
- package/behaviors/registry/service/atoms/std-service-github.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
- package/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
- package/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
- package/behaviors/registry/service/atoms/std-service-print.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
- package/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
- package/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
- package/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
- package/dist/behaviors/behaviors-registry.json +4 -684
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
- package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +43 -43
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +57 -57
- package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +104 -47
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
- package/dist/behaviors/registry/app/atoms/std-donor.orb +107 -34
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
- package/dist/behaviors/registry/app/atoms/std-driver.orb +98 -86
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +181 -45
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
- package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +285 -75
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +217 -75
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +129 -88
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +130 -112
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
- package/dist/behaviors/registry/app/atoms/std-lease.orb +172 -44
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
- package/dist/behaviors/registry/app/atoms/std-matter.orb +265 -46
- package/dist/behaviors/registry/app/atoms/std-membership.orb +116 -58
- package/dist/behaviors/registry/app/atoms/std-menu.orb +55 -55
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +42 -42
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +175 -120
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-segment.orb +90 -39
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +245 -106
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +88 -38
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
- package/dist/behaviors/registry/app/atoms/std-trial.orb +137 -61
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +50 -50
- package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
- package/dist/behaviors/registry/app/molecules/std-application.orb +137 -137
- package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
- package/dist/behaviors/registry/app/molecules/std-cart.orb +51 -51
- package/dist/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
- package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
- package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
- package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
- package/dist/behaviors/registry/app/organisms/std-accounting.orb +103 -103
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
- package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
- package/dist/behaviors/registry/app/organisms/std-cms.orb +252 -252
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
- package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
- package/dist/behaviors/registry/app/organisms/std-crm.orb +274 -274
- package/dist/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
- package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
- package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
- package/dist/behaviors/registry/app/organisms/std-field-service.orb +171 -171
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
- package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
- package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
- package/dist/behaviors/registry/app/organisms/std-forum.orb +142 -142
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
- package/dist/behaviors/registry/app/organisms/std-inventory.orb +899 -97
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
- package/dist/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
- package/dist/behaviors/registry/app/organisms/std-listings.orb +151 -151
- package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
- package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
- package/dist/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
- package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
- package/dist/behaviors/registry/app/organisms/std-notes.orb +289 -78
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
- package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
- package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
- package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
- package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
- package/dist/behaviors/registry/app/organisms/std-survey.orb +138 -138
- package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
- package/dist/behaviors/registry/app/organisms/std-wiki.orb +130 -130
- package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
- package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
- package/dist/behaviors/registry/core/atoms/std-display.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +13 -13
- package/dist/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
- package/dist/behaviors/registry/core/atoms/std-file-store.orb +171 -36
- package/dist/behaviors/registry/core/atoms/std-filter.orb +9 -9
- package/dist/behaviors/registry/core/atoms/std-flag.orb +87 -87
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +44 -44
- package/dist/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
- package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-modal.orb +17 -17
- package/dist/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
- package/dist/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
- package/dist/behaviors/registry/core/atoms/std-search.orb +5 -5
- package/dist/behaviors/registry/core/atoms/std-selection.orb +106 -106
- package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
- package/dist/behaviors/registry/core/atoms/std-stats.orb +140 -140
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-thread.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-version-history.orb +70 -70
- package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
- package/dist/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
- package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
- package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
- package/dist/behaviors/registry/core/molecules/std-list.orb +55 -55
- package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
- package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
- package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
- package/dist/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +62 -62
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
- package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-timer.orb +292 -292
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
- package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +60 -60
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
- package/dist/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
- package/dist/behaviors/registry/service/atoms/std-service-print.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
- package/dist/behaviors-registry.json +4 -684
- package/package.json +1 -1
|
@@ -396,8 +396,8 @@
|
|
|
396
396
|
"Assistant",
|
|
397
397
|
{
|
|
398
398
|
"emit": {
|
|
399
|
-
"
|
|
400
|
-
"
|
|
399
|
+
"failure": "AssistantLoadFailed",
|
|
400
|
+
"success": "AssistantLoaded"
|
|
401
401
|
}
|
|
402
402
|
}
|
|
403
403
|
],
|
|
@@ -405,22 +405,22 @@
|
|
|
405
405
|
"render-ui",
|
|
406
406
|
"main",
|
|
407
407
|
{
|
|
408
|
-
"
|
|
408
|
+
"type": "stack",
|
|
409
|
+
"direction": "vertical",
|
|
410
|
+
"gap": "md",
|
|
411
|
+
"align": "center",
|
|
409
412
|
"children": [
|
|
410
413
|
{
|
|
411
414
|
"type": "spinner"
|
|
412
415
|
},
|
|
413
416
|
{
|
|
414
|
-
"
|
|
415
|
-
"color": "muted",
|
|
417
|
+
"content": "Loading assistant…",
|
|
416
418
|
"variant": "caption",
|
|
417
|
-
"
|
|
419
|
+
"type": "typography",
|
|
420
|
+
"color": "muted"
|
|
418
421
|
}
|
|
419
422
|
],
|
|
420
|
-
"
|
|
421
|
-
"gap": "md",
|
|
422
|
-
"type": "stack",
|
|
423
|
-
"align": "center"
|
|
423
|
+
"className": "py-12"
|
|
424
424
|
}
|
|
425
425
|
]
|
|
426
426
|
]
|
|
@@ -434,61 +434,58 @@
|
|
|
434
434
|
"render-ui",
|
|
435
435
|
"main",
|
|
436
436
|
{
|
|
437
|
+
"appName": "Agent Assistant",
|
|
437
438
|
"children": [
|
|
438
439
|
{
|
|
439
|
-
"direction": "vertical",
|
|
440
|
-
"gap": "lg",
|
|
441
440
|
"type": "stack",
|
|
442
441
|
"children": [
|
|
443
442
|
{
|
|
443
|
+
"type": "stack",
|
|
444
|
+
"justify": "between",
|
|
444
445
|
"align": "center",
|
|
446
|
+
"direction": "horizontal",
|
|
445
447
|
"children": [
|
|
446
448
|
{
|
|
447
|
-
"
|
|
449
|
+
"type": "stack",
|
|
450
|
+
"align": "center",
|
|
451
|
+
"direction": "horizontal",
|
|
448
452
|
"children": [
|
|
449
453
|
{
|
|
450
454
|
"name": "message-circle",
|
|
451
455
|
"type": "icon"
|
|
452
456
|
},
|
|
453
457
|
{
|
|
454
|
-
"content": "Assistant Thread",
|
|
455
458
|
"variant": "h2",
|
|
459
|
+
"content": "Assistant Thread",
|
|
456
460
|
"type": "typography"
|
|
457
461
|
}
|
|
458
462
|
],
|
|
459
|
-
"
|
|
460
|
-
"type": "stack",
|
|
461
|
-
"align": "center"
|
|
463
|
+
"gap": "sm"
|
|
462
464
|
},
|
|
463
465
|
{
|
|
464
|
-
"type": "button",
|
|
465
|
-
"action": "COMPOSE",
|
|
466
466
|
"label": "New Message",
|
|
467
|
+
"action": "COMPOSE",
|
|
468
|
+
"type": "button",
|
|
467
469
|
"variant": "primary",
|
|
468
470
|
"icon": "plus"
|
|
469
471
|
}
|
|
470
472
|
],
|
|
471
|
-
"
|
|
472
|
-
"direction": "horizontal",
|
|
473
|
-
"gap": "sm",
|
|
474
|
-
"justify": "between"
|
|
473
|
+
"gap": "sm"
|
|
475
474
|
},
|
|
476
475
|
{
|
|
477
476
|
"type": "divider"
|
|
478
477
|
},
|
|
479
478
|
{
|
|
480
|
-
"
|
|
479
|
+
"fields": [],
|
|
481
480
|
"entity": "@payload.data",
|
|
481
|
+
"type": "data-list",
|
|
482
482
|
"renderItem": [
|
|
483
483
|
"fn",
|
|
484
484
|
"item",
|
|
485
485
|
{
|
|
486
|
+
"type": "stack",
|
|
486
487
|
"children": [
|
|
487
488
|
{
|
|
488
|
-
"gap": "sm",
|
|
489
|
-
"type": "stack",
|
|
490
|
-
"direction": "horizontal",
|
|
491
|
-
"align": "center",
|
|
492
489
|
"children": [
|
|
493
490
|
{
|
|
494
491
|
"type": "badge",
|
|
@@ -500,34 +497,38 @@
|
|
|
500
497
|
"label": "@item.status"
|
|
501
498
|
},
|
|
502
499
|
{
|
|
503
|
-
"content": "@item.timestamp",
|
|
504
|
-
"color": "muted",
|
|
505
500
|
"variant": "caption",
|
|
506
|
-
"
|
|
501
|
+
"color": "muted",
|
|
502
|
+
"type": "typography",
|
|
503
|
+
"content": "@item.timestamp"
|
|
507
504
|
}
|
|
508
|
-
]
|
|
505
|
+
],
|
|
506
|
+
"type": "stack",
|
|
507
|
+
"gap": "sm",
|
|
508
|
+
"direction": "horizontal",
|
|
509
|
+
"align": "center"
|
|
509
510
|
},
|
|
510
511
|
{
|
|
511
|
-
"
|
|
512
|
+
"content": "@item.content",
|
|
512
513
|
"type": "typography",
|
|
513
|
-
"
|
|
514
|
+
"variant": "body"
|
|
514
515
|
}
|
|
515
516
|
],
|
|
516
|
-
"
|
|
517
|
-
"
|
|
518
|
-
"direction": "vertical"
|
|
517
|
+
"direction": "vertical",
|
|
518
|
+
"gap": "xs"
|
|
519
519
|
}
|
|
520
|
-
]
|
|
521
|
-
"fields": []
|
|
520
|
+
]
|
|
522
521
|
}
|
|
523
|
-
]
|
|
522
|
+
],
|
|
523
|
+
"gap": "lg",
|
|
524
|
+
"direction": "vertical"
|
|
524
525
|
}
|
|
525
526
|
],
|
|
526
527
|
"navItems": [
|
|
527
528
|
{
|
|
528
529
|
"label": "Chat",
|
|
529
|
-
"
|
|
530
|
-
"
|
|
530
|
+
"href": "/chat",
|
|
531
|
+
"icon": "message-circle"
|
|
531
532
|
},
|
|
532
533
|
{
|
|
533
534
|
"label": "Memory",
|
|
@@ -535,13 +536,12 @@
|
|
|
535
536
|
"icon": "brain"
|
|
536
537
|
},
|
|
537
538
|
{
|
|
538
|
-
"icon": "settings",
|
|
539
539
|
"label": "Settings",
|
|
540
|
-
"href": "/settings"
|
|
540
|
+
"href": "/settings",
|
|
541
|
+
"icon": "settings"
|
|
541
542
|
}
|
|
542
543
|
],
|
|
543
|
-
"type": "dashboard-layout"
|
|
544
|
-
"appName": "Agent Assistant"
|
|
544
|
+
"type": "dashboard-layout"
|
|
545
545
|
}
|
|
546
546
|
]
|
|
547
547
|
]
|
|
@@ -555,36 +555,36 @@
|
|
|
555
555
|
"render-ui",
|
|
556
556
|
"main",
|
|
557
557
|
{
|
|
558
|
-
"
|
|
558
|
+
"type": "stack",
|
|
559
|
+
"gap": "md",
|
|
559
560
|
"align": "center",
|
|
561
|
+
"className": "py-12",
|
|
562
|
+
"direction": "vertical",
|
|
560
563
|
"children": [
|
|
561
564
|
{
|
|
562
|
-
"type": "icon",
|
|
563
565
|
"color": "destructive",
|
|
566
|
+
"type": "icon",
|
|
564
567
|
"name": "alert-triangle"
|
|
565
568
|
},
|
|
566
569
|
{
|
|
567
570
|
"content": "Failed to load assistant",
|
|
568
|
-
"
|
|
569
|
-
"
|
|
571
|
+
"variant": "h3",
|
|
572
|
+
"type": "typography"
|
|
570
573
|
},
|
|
571
574
|
{
|
|
575
|
+
"type": "typography",
|
|
572
576
|
"color": "muted",
|
|
573
577
|
"variant": "body",
|
|
574
|
-
"type": "typography",
|
|
575
578
|
"content": "@payload.error"
|
|
576
579
|
},
|
|
577
580
|
{
|
|
578
|
-
"variant": "primary",
|
|
579
|
-
"label": "Retry",
|
|
580
|
-
"action": "INIT",
|
|
581
581
|
"icon": "rotate-ccw",
|
|
582
|
-
"type": "button"
|
|
582
|
+
"type": "button",
|
|
583
|
+
"action": "INIT",
|
|
584
|
+
"variant": "primary",
|
|
585
|
+
"label": "Retry"
|
|
583
586
|
}
|
|
584
|
-
]
|
|
585
|
-
"type": "stack",
|
|
586
|
-
"className": "py-12",
|
|
587
|
-
"gap": "md"
|
|
587
|
+
]
|
|
588
588
|
}
|
|
589
589
|
]
|
|
590
590
|
]
|
|
@@ -598,12 +598,12 @@
|
|
|
598
598
|
"render-ui",
|
|
599
599
|
"main",
|
|
600
600
|
{
|
|
601
|
-
"type": "stack",
|
|
602
|
-
"gap": "lg",
|
|
603
601
|
"children": [
|
|
604
602
|
{
|
|
605
|
-
"
|
|
603
|
+
"gap": "sm",
|
|
606
604
|
"direction": "horizontal",
|
|
605
|
+
"type": "stack",
|
|
606
|
+
"align": "center",
|
|
607
607
|
"children": [
|
|
608
608
|
{
|
|
609
609
|
"name": "message-circle",
|
|
@@ -614,24 +614,24 @@
|
|
|
614
614
|
"variant": "h2",
|
|
615
615
|
"type": "typography"
|
|
616
616
|
}
|
|
617
|
-
]
|
|
618
|
-
"type": "stack",
|
|
619
|
-
"gap": "sm"
|
|
617
|
+
]
|
|
620
618
|
},
|
|
621
619
|
{
|
|
622
620
|
"type": "divider"
|
|
623
621
|
},
|
|
624
622
|
{
|
|
625
|
-
"cancelEvent": "CANCEL_COMPOSE",
|
|
626
|
-
"mode": "create",
|
|
627
623
|
"fields": [
|
|
628
624
|
"content"
|
|
629
625
|
],
|
|
626
|
+
"mode": "create",
|
|
630
627
|
"type": "form-section",
|
|
628
|
+
"cancelEvent": "CANCEL_COMPOSE",
|
|
631
629
|
"submitEvent": "SEND"
|
|
632
630
|
}
|
|
633
631
|
],
|
|
634
|
-
"direction": "vertical"
|
|
632
|
+
"direction": "vertical",
|
|
633
|
+
"type": "stack",
|
|
634
|
+
"gap": "lg"
|
|
635
635
|
}
|
|
636
636
|
]
|
|
637
637
|
]
|
|
@@ -647,8 +647,8 @@
|
|
|
647
647
|
"Assistant",
|
|
648
648
|
{
|
|
649
649
|
"emit": {
|
|
650
|
-
"
|
|
651
|
-
"
|
|
650
|
+
"failure": "AssistantDeleteFailed",
|
|
651
|
+
"success": "AssistantDeleted"
|
|
652
652
|
}
|
|
653
653
|
}
|
|
654
654
|
],
|
|
@@ -681,10 +681,10 @@
|
|
|
681
681
|
"create",
|
|
682
682
|
"Assistant",
|
|
683
683
|
{
|
|
684
|
-
"role": "user",
|
|
685
684
|
"content": "@payload.content",
|
|
686
685
|
"status": "sent",
|
|
687
|
-
"timestamp": "@now"
|
|
686
|
+
"timestamp": "@now",
|
|
687
|
+
"role": "user"
|
|
688
688
|
},
|
|
689
689
|
{
|
|
690
690
|
"emit": {
|
|
@@ -756,8 +756,8 @@
|
|
|
756
756
|
"Assistant",
|
|
757
757
|
{
|
|
758
758
|
"emit": {
|
|
759
|
-
"
|
|
760
|
-
"
|
|
759
|
+
"success": "AssistantLoaded",
|
|
760
|
+
"failure": "AssistantLoadFailed"
|
|
761
761
|
}
|
|
762
762
|
}
|
|
763
763
|
],
|
|
@@ -906,25 +906,16 @@
|
|
|
906
906
|
"render-ui",
|
|
907
907
|
"main",
|
|
908
908
|
{
|
|
909
|
-
"children": [
|
|
910
|
-
{
|
|
911
|
-
"icon": "message-circle",
|
|
912
|
-
"title": "Conversation",
|
|
913
|
-
"type": "empty-state",
|
|
914
|
-
"description": "Conversation is ready"
|
|
915
|
-
}
|
|
916
|
-
],
|
|
917
|
-
"type": "dashboard-layout",
|
|
918
909
|
"navItems": [
|
|
919
910
|
{
|
|
920
|
-
"
|
|
911
|
+
"icon": "message-circle",
|
|
921
912
|
"label": "Chat",
|
|
922
|
-
"
|
|
913
|
+
"href": "/chat"
|
|
923
914
|
},
|
|
924
915
|
{
|
|
916
|
+
"href": "/memory",
|
|
925
917
|
"icon": "brain",
|
|
926
|
-
"label": "Memory"
|
|
927
|
-
"href": "/memory"
|
|
918
|
+
"label": "Memory"
|
|
928
919
|
},
|
|
929
920
|
{
|
|
930
921
|
"icon": "settings",
|
|
@@ -932,7 +923,16 @@
|
|
|
932
923
|
"href": "/settings"
|
|
933
924
|
}
|
|
934
925
|
],
|
|
935
|
-
"appName": "Agent Assistant"
|
|
926
|
+
"appName": "Agent Assistant",
|
|
927
|
+
"type": "dashboard-layout",
|
|
928
|
+
"children": [
|
|
929
|
+
{
|
|
930
|
+
"description": "Conversation is ready",
|
|
931
|
+
"icon": "message-circle",
|
|
932
|
+
"title": "Conversation",
|
|
933
|
+
"type": "empty-state"
|
|
934
|
+
}
|
|
935
|
+
]
|
|
936
936
|
}
|
|
937
937
|
]
|
|
938
938
|
]
|
|
@@ -1404,8 +1404,8 @@
|
|
|
1404
1404
|
"Memory",
|
|
1405
1405
|
{
|
|
1406
1406
|
"emit": {
|
|
1407
|
-
"
|
|
1408
|
-
"
|
|
1407
|
+
"failure": "MemoryLoadFailed",
|
|
1408
|
+
"success": "MemoryLoaded"
|
|
1409
1409
|
}
|
|
1410
1410
|
}
|
|
1411
1411
|
],
|
|
@@ -1413,22 +1413,22 @@
|
|
|
1413
1413
|
"render-ui",
|
|
1414
1414
|
"main",
|
|
1415
1415
|
{
|
|
1416
|
-
"
|
|
1416
|
+
"direction": "vertical",
|
|
1417
1417
|
"gap": "md",
|
|
1418
|
-
"align": "center",
|
|
1419
1418
|
"className": "py-12",
|
|
1419
|
+
"type": "stack",
|
|
1420
1420
|
"children": [
|
|
1421
1421
|
{
|
|
1422
1422
|
"type": "spinner"
|
|
1423
1423
|
},
|
|
1424
1424
|
{
|
|
1425
|
-
"type": "typography",
|
|
1426
1425
|
"color": "muted",
|
|
1427
1426
|
"variant": "caption",
|
|
1427
|
+
"type": "typography",
|
|
1428
1428
|
"content": "Loading…"
|
|
1429
1429
|
}
|
|
1430
1430
|
],
|
|
1431
|
-
"
|
|
1431
|
+
"align": "center"
|
|
1432
1432
|
}
|
|
1433
1433
|
]
|
|
1434
1434
|
]
|
|
@@ -1444,94 +1444,109 @@
|
|
|
1444
1444
|
{
|
|
1445
1445
|
"appName": "Agent Assistant",
|
|
1446
1446
|
"type": "dashboard-layout",
|
|
1447
|
+
"navItems": [
|
|
1448
|
+
{
|
|
1449
|
+
"icon": "message-circle",
|
|
1450
|
+
"label": "Chat",
|
|
1451
|
+
"href": "/chat"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"label": "Memory",
|
|
1455
|
+
"href": "/memory",
|
|
1456
|
+
"icon": "brain"
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"href": "/settings",
|
|
1460
|
+
"icon": "settings",
|
|
1461
|
+
"label": "Settings"
|
|
1462
|
+
}
|
|
1463
|
+
],
|
|
1447
1464
|
"children": [
|
|
1448
1465
|
{
|
|
1449
|
-
"direction": "vertical",
|
|
1450
|
-
"gap": "lg",
|
|
1451
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
1452
1466
|
"children": [
|
|
1453
1467
|
{
|
|
1454
|
-
"gap": "md",
|
|
1455
|
-
"justify": "between",
|
|
1456
1468
|
"align": "center",
|
|
1469
|
+
"direction": "horizontal",
|
|
1470
|
+
"type": "stack",
|
|
1471
|
+
"justify": "between",
|
|
1457
1472
|
"children": [
|
|
1458
1473
|
{
|
|
1459
1474
|
"gap": "sm",
|
|
1460
|
-
"direction": "horizontal",
|
|
1461
|
-
"align": "center",
|
|
1462
1475
|
"children": [
|
|
1463
1476
|
{
|
|
1464
1477
|
"name": "brain",
|
|
1465
1478
|
"type": "icon"
|
|
1466
1479
|
},
|
|
1467
1480
|
{
|
|
1468
|
-
"variant": "h2",
|
|
1469
1481
|
"content": "Memory Manager",
|
|
1470
|
-
"type": "typography"
|
|
1482
|
+
"type": "typography",
|
|
1483
|
+
"variant": "h2"
|
|
1471
1484
|
}
|
|
1472
1485
|
],
|
|
1473
|
-
"
|
|
1486
|
+
"direction": "horizontal",
|
|
1487
|
+
"type": "stack",
|
|
1488
|
+
"align": "center"
|
|
1474
1489
|
},
|
|
1475
1490
|
{
|
|
1476
1491
|
"gap": "sm",
|
|
1492
|
+
"direction": "horizontal",
|
|
1493
|
+
"type": "stack",
|
|
1477
1494
|
"children": [
|
|
1478
1495
|
{
|
|
1479
|
-
"
|
|
1480
|
-
"action": "MEMORIZE",
|
|
1481
|
-
"icon": "plus",
|
|
1496
|
+
"type": "button",
|
|
1482
1497
|
"variant": "primary",
|
|
1483
|
-
"
|
|
1498
|
+
"icon": "plus",
|
|
1499
|
+
"action": "MEMORIZE",
|
|
1500
|
+
"label": "Memorize"
|
|
1484
1501
|
},
|
|
1485
1502
|
{
|
|
1486
|
-
"
|
|
1503
|
+
"icon": "search",
|
|
1487
1504
|
"type": "button",
|
|
1505
|
+
"label": "Recall",
|
|
1488
1506
|
"variant": "secondary",
|
|
1489
|
-
"
|
|
1490
|
-
"label": "Recall"
|
|
1507
|
+
"action": "RECALL"
|
|
1491
1508
|
},
|
|
1492
1509
|
{
|
|
1493
|
-
"label": "Decay All",
|
|
1494
|
-
"action": "DECAY",
|
|
1495
1510
|
"variant": "ghost",
|
|
1511
|
+
"type": "button",
|
|
1512
|
+
"label": "Decay All",
|
|
1496
1513
|
"icon": "clock",
|
|
1497
|
-
"
|
|
1514
|
+
"action": "DECAY"
|
|
1498
1515
|
}
|
|
1499
|
-
]
|
|
1500
|
-
"type": "stack",
|
|
1501
|
-
"direction": "horizontal"
|
|
1516
|
+
]
|
|
1502
1517
|
}
|
|
1503
1518
|
],
|
|
1504
|
-
"
|
|
1505
|
-
"direction": "horizontal"
|
|
1519
|
+
"gap": "md"
|
|
1506
1520
|
},
|
|
1507
1521
|
{
|
|
1508
1522
|
"type": "divider"
|
|
1509
1523
|
},
|
|
1510
1524
|
{
|
|
1525
|
+
"entity": "@payload.data",
|
|
1511
1526
|
"fields": [
|
|
1512
1527
|
{
|
|
1513
1528
|
"icon": "brain",
|
|
1514
1529
|
"name": "content",
|
|
1515
|
-
"
|
|
1516
|
-
"
|
|
1530
|
+
"label": "Content",
|
|
1531
|
+
"variant": "h4"
|
|
1517
1532
|
},
|
|
1518
1533
|
{
|
|
1519
1534
|
"variant": "badge",
|
|
1520
|
-
"label": "Category",
|
|
1521
1535
|
"colorMap": {
|
|
1522
|
-
"
|
|
1523
|
-
"
|
|
1536
|
+
"inactive": "neutral",
|
|
1537
|
+
"error": "destructive",
|
|
1524
1538
|
"cancelled": "destructive",
|
|
1525
|
-
"failed": "destructive",
|
|
1526
|
-
"archived": "neutral",
|
|
1527
1539
|
"done": "success",
|
|
1528
|
-
"error": "destructive",
|
|
1529
1540
|
"pending": "warning",
|
|
1530
|
-
"
|
|
1541
|
+
"failed": "destructive",
|
|
1531
1542
|
"draft": "warning",
|
|
1543
|
+
"archived": "neutral",
|
|
1544
|
+
"active": "success",
|
|
1532
1545
|
"completed": "success",
|
|
1533
|
-
"scheduled": "warning"
|
|
1546
|
+
"scheduled": "warning",
|
|
1547
|
+
"disabled": "neutral"
|
|
1534
1548
|
},
|
|
1549
|
+
"label": "Category",
|
|
1535
1550
|
"name": "category"
|
|
1536
1551
|
},
|
|
1537
1552
|
{
|
|
@@ -1541,44 +1556,29 @@
|
|
|
1541
1556
|
}
|
|
1542
1557
|
],
|
|
1543
1558
|
"type": "data-grid",
|
|
1544
|
-
"entity": "@payload.data",
|
|
1545
1559
|
"itemActions": [
|
|
1546
1560
|
{
|
|
1547
|
-
"label": "Pin",
|
|
1548
1561
|
"event": "PIN",
|
|
1562
|
+
"label": "Pin",
|
|
1549
1563
|
"variant": "ghost"
|
|
1550
1564
|
},
|
|
1551
1565
|
{
|
|
1552
|
-
"variant": "ghost",
|
|
1553
1566
|
"label": "Reinforce",
|
|
1554
|
-
"event": "REINFORCE"
|
|
1567
|
+
"event": "REINFORCE",
|
|
1568
|
+
"variant": "ghost"
|
|
1555
1569
|
},
|
|
1556
1570
|
{
|
|
1571
|
+
"event": "FORGET",
|
|
1557
1572
|
"variant": "danger",
|
|
1558
|
-
"label": "Forget"
|
|
1559
|
-
"event": "FORGET"
|
|
1573
|
+
"label": "Forget"
|
|
1560
1574
|
}
|
|
1561
1575
|
]
|
|
1562
1576
|
}
|
|
1563
1577
|
],
|
|
1564
|
-
"
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
{
|
|
1569
|
-
"label": "Chat",
|
|
1570
|
-
"href": "/chat",
|
|
1571
|
-
"icon": "message-circle"
|
|
1572
|
-
},
|
|
1573
|
-
{
|
|
1574
|
-
"href": "/memory",
|
|
1575
|
-
"label": "Memory",
|
|
1576
|
-
"icon": "brain"
|
|
1577
|
-
},
|
|
1578
|
-
{
|
|
1579
|
-
"icon": "settings",
|
|
1580
|
-
"href": "/settings",
|
|
1581
|
-
"label": "Settings"
|
|
1578
|
+
"gap": "lg",
|
|
1579
|
+
"type": "stack",
|
|
1580
|
+
"direction": "vertical",
|
|
1581
|
+
"className": "max-w-5xl mx-auto w-full"
|
|
1582
1582
|
}
|
|
1583
1583
|
]
|
|
1584
1584
|
}
|
|
@@ -1596,32 +1596,32 @@
|
|
|
1596
1596
|
{
|
|
1597
1597
|
"gap": "md",
|
|
1598
1598
|
"direction": "vertical",
|
|
1599
|
-
"align": "center",
|
|
1600
1599
|
"type": "stack",
|
|
1601
1600
|
"className": "py-12",
|
|
1601
|
+
"align": "center",
|
|
1602
1602
|
"children": [
|
|
1603
1603
|
{
|
|
1604
|
+
"name": "alert-triangle",
|
|
1604
1605
|
"color": "destructive",
|
|
1605
|
-
"type": "icon"
|
|
1606
|
-
"name": "alert-triangle"
|
|
1606
|
+
"type": "icon"
|
|
1607
1607
|
},
|
|
1608
1608
|
{
|
|
1609
|
-
"type": "typography",
|
|
1610
1609
|
"content": "Failed to load memory",
|
|
1610
|
+
"type": "typography",
|
|
1611
1611
|
"variant": "h3"
|
|
1612
1612
|
},
|
|
1613
1613
|
{
|
|
1614
|
-
"variant": "body",
|
|
1615
1614
|
"type": "typography",
|
|
1615
|
+
"color": "muted",
|
|
1616
1616
|
"content": "@payload.error",
|
|
1617
|
-
"
|
|
1617
|
+
"variant": "body"
|
|
1618
1618
|
},
|
|
1619
1619
|
{
|
|
1620
|
-
"action": "INIT",
|
|
1621
|
-
"type": "button",
|
|
1622
1620
|
"icon": "rotate-ccw",
|
|
1621
|
+
"action": "INIT",
|
|
1622
|
+
"variant": "primary",
|
|
1623
1623
|
"label": "Retry",
|
|
1624
|
-
"
|
|
1624
|
+
"type": "button"
|
|
1625
1625
|
}
|
|
1626
1626
|
]
|
|
1627
1627
|
}
|
|
@@ -1817,38 +1817,38 @@
|
|
|
1817
1817
|
"children": [
|
|
1818
1818
|
{
|
|
1819
1819
|
"type": "stack",
|
|
1820
|
+
"direction": "horizontal",
|
|
1821
|
+
"gap": "sm",
|
|
1820
1822
|
"children": [
|
|
1821
1823
|
{
|
|
1822
1824
|
"name": "plus-circle",
|
|
1823
1825
|
"type": "icon"
|
|
1824
1826
|
},
|
|
1825
1827
|
{
|
|
1826
|
-
"variant": "h3",
|
|
1827
1828
|
"type": "typography",
|
|
1828
|
-
"content": "Memorize"
|
|
1829
|
+
"content": "Memorize",
|
|
1830
|
+
"variant": "h3"
|
|
1829
1831
|
}
|
|
1830
|
-
]
|
|
1831
|
-
"gap": "sm",
|
|
1832
|
-
"direction": "horizontal"
|
|
1832
|
+
]
|
|
1833
1833
|
},
|
|
1834
1834
|
{
|
|
1835
1835
|
"type": "divider"
|
|
1836
1836
|
},
|
|
1837
1837
|
{
|
|
1838
1838
|
"type": "form-section",
|
|
1839
|
-
"submitEvent": "SAVE",
|
|
1840
|
-
"mode": "create",
|
|
1841
|
-
"cancelEvent": "CLOSE",
|
|
1842
1839
|
"fields": [
|
|
1843
1840
|
"content",
|
|
1844
1841
|
"category",
|
|
1845
1842
|
"scope"
|
|
1846
|
-
]
|
|
1843
|
+
],
|
|
1844
|
+
"submitEvent": "SAVE",
|
|
1845
|
+
"mode": "create",
|
|
1846
|
+
"cancelEvent": "CLOSE"
|
|
1847
1847
|
}
|
|
1848
1848
|
],
|
|
1849
|
+
"gap": "md",
|
|
1849
1850
|
"type": "stack",
|
|
1850
|
-
"direction": "vertical"
|
|
1851
|
-
"gap": "md"
|
|
1851
|
+
"direction": "vertical"
|
|
1852
1852
|
}
|
|
1853
1853
|
]
|
|
1854
1854
|
]
|
|
@@ -1889,8 +1889,8 @@
|
|
|
1889
1889
|
"@payload.data",
|
|
1890
1890
|
{
|
|
1891
1891
|
"emit": {
|
|
1892
|
-
"
|
|
1893
|
-
"
|
|
1892
|
+
"success": "MemorySaved",
|
|
1893
|
+
"failure": "MemorySaveFailed"
|
|
1894
1894
|
}
|
|
1895
1895
|
}
|
|
1896
1896
|
],
|
|
@@ -2212,8 +2212,8 @@
|
|
|
2212
2212
|
"Memory",
|
|
2213
2213
|
{
|
|
2214
2214
|
"emit": {
|
|
2215
|
-
"
|
|
2216
|
-
"
|
|
2215
|
+
"failure": "MemoryLoadFailed",
|
|
2216
|
+
"success": "MemoryLoaded"
|
|
2217
2217
|
}
|
|
2218
2218
|
}
|
|
2219
2219
|
],
|
|
@@ -2221,6 +2221,7 @@
|
|
|
2221
2221
|
"render-ui",
|
|
2222
2222
|
"main",
|
|
2223
2223
|
{
|
|
2224
|
+
"appName": "Agent Assistant",
|
|
2224
2225
|
"navItems": [
|
|
2225
2226
|
{
|
|
2226
2227
|
"label": "Chat",
|
|
@@ -2228,26 +2229,25 @@
|
|
|
2228
2229
|
"icon": "message-circle"
|
|
2229
2230
|
},
|
|
2230
2231
|
{
|
|
2231
|
-
"icon": "brain",
|
|
2232
2232
|
"label": "Memory",
|
|
2233
|
-
"href": "/memory"
|
|
2233
|
+
"href": "/memory",
|
|
2234
|
+
"icon": "brain"
|
|
2234
2235
|
},
|
|
2235
2236
|
{
|
|
2236
|
-
"label": "Settings",
|
|
2237
2237
|
"href": "/settings",
|
|
2238
|
-
"icon": "settings"
|
|
2238
|
+
"icon": "settings",
|
|
2239
|
+
"label": "Settings"
|
|
2239
2240
|
}
|
|
2240
2241
|
],
|
|
2241
2242
|
"type": "dashboard-layout",
|
|
2242
2243
|
"children": [
|
|
2243
2244
|
{
|
|
2244
|
-
"description": "Memory is ready",
|
|
2245
2245
|
"title": "Memory",
|
|
2246
|
+
"icon": "brain",
|
|
2246
2247
|
"type": "empty-state",
|
|
2247
|
-
"
|
|
2248
|
+
"description": "Memory is ready"
|
|
2248
2249
|
}
|
|
2249
|
-
]
|
|
2250
|
-
"appName": "Agent Assistant"
|
|
2250
|
+
]
|
|
2251
2251
|
}
|
|
2252
2252
|
]
|
|
2253
2253
|
]
|
|
@@ -2269,8 +2269,8 @@
|
|
|
2269
2269
|
"@payload.data",
|
|
2270
2270
|
{
|
|
2271
2271
|
"emit": {
|
|
2272
|
-
"
|
|
2273
|
-
"
|
|
2272
|
+
"failure": "MemorySaveFailed",
|
|
2273
|
+
"success": "MemorySaved"
|
|
2274
2274
|
}
|
|
2275
2275
|
}
|
|
2276
2276
|
]
|
|
@@ -2300,8 +2300,8 @@
|
|
|
2300
2300
|
"Memory",
|
|
2301
2301
|
{
|
|
2302
2302
|
"emit": {
|
|
2303
|
-
"
|
|
2304
|
-
"
|
|
2303
|
+
"success": "MemoryLoaded",
|
|
2304
|
+
"failure": "MemoryLoadFailed"
|
|
2305
2305
|
}
|
|
2306
2306
|
}
|
|
2307
2307
|
]
|
|
@@ -2575,8 +2575,8 @@
|
|
|
2575
2575
|
"AssistantContext",
|
|
2576
2576
|
{
|
|
2577
2577
|
"emit": {
|
|
2578
|
-
"
|
|
2579
|
-
"
|
|
2578
|
+
"success": "AssistantContextLoaded",
|
|
2579
|
+
"failure": "AssistantContextLoadFailed"
|
|
2580
2580
|
}
|
|
2581
2581
|
}
|
|
2582
2582
|
],
|
|
@@ -2586,27 +2586,24 @@
|
|
|
2586
2586
|
{
|
|
2587
2587
|
"navItems": [
|
|
2588
2588
|
{
|
|
2589
|
-
"icon": "message-circle",
|
|
2590
2589
|
"label": "Chat",
|
|
2591
|
-
"href": "/chat"
|
|
2590
|
+
"href": "/chat",
|
|
2591
|
+
"icon": "message-circle"
|
|
2592
2592
|
},
|
|
2593
2593
|
{
|
|
2594
|
-
"href": "/memory",
|
|
2595
2594
|
"label": "Memory",
|
|
2595
|
+
"href": "/memory",
|
|
2596
2596
|
"icon": "brain"
|
|
2597
2597
|
},
|
|
2598
2598
|
{
|
|
2599
|
-
"
|
|
2599
|
+
"href": "/settings",
|
|
2600
2600
|
"icon": "settings",
|
|
2601
|
-
"
|
|
2601
|
+
"label": "Settings"
|
|
2602
2602
|
}
|
|
2603
2603
|
],
|
|
2604
|
-
"appName": "Agent Assistant",
|
|
2605
|
-
"type": "dashboard-layout",
|
|
2606
2604
|
"children": [
|
|
2607
2605
|
{
|
|
2608
2606
|
"direction": "vertical",
|
|
2609
|
-
"type": "stack",
|
|
2610
2607
|
"gap": "lg",
|
|
2611
2608
|
"children": [
|
|
2612
2609
|
{
|
|
@@ -2616,9 +2613,9 @@
|
|
|
2616
2613
|
"type": "icon"
|
|
2617
2614
|
},
|
|
2618
2615
|
{
|
|
2616
|
+
"variant": "h2",
|
|
2619
2617
|
"type": "typography",
|
|
2620
|
-
"content": "Token Usage"
|
|
2621
|
-
"variant": "h2"
|
|
2618
|
+
"content": "Token Usage"
|
|
2622
2619
|
},
|
|
2623
2620
|
{
|
|
2624
2621
|
"type": "badge",
|
|
@@ -2626,9 +2623,9 @@
|
|
|
2626
2623
|
"label": "Normal"
|
|
2627
2624
|
}
|
|
2628
2625
|
],
|
|
2626
|
+
"gap": "sm",
|
|
2629
2627
|
"type": "stack",
|
|
2630
2628
|
"direction": "horizontal",
|
|
2631
|
-
"gap": "sm",
|
|
2632
2629
|
"align": "center"
|
|
2633
2630
|
},
|
|
2634
2631
|
{
|
|
@@ -2650,22 +2647,25 @@
|
|
|
2650
2647
|
"type": "stat-display"
|
|
2651
2648
|
},
|
|
2652
2649
|
{
|
|
2653
|
-
"
|
|
2650
|
+
"value": "@entity.max",
|
|
2654
2651
|
"type": "stat-display",
|
|
2655
|
-
"
|
|
2652
|
+
"label": "Max Tokens"
|
|
2656
2653
|
}
|
|
2657
2654
|
]
|
|
2658
2655
|
},
|
|
2659
2656
|
{
|
|
2660
|
-
"
|
|
2657
|
+
"action": "RESET",
|
|
2661
2658
|
"type": "button",
|
|
2659
|
+
"icon": "rotate-ccw",
|
|
2662
2660
|
"variant": "ghost",
|
|
2663
|
-
"
|
|
2664
|
-
"icon": "rotate-ccw"
|
|
2661
|
+
"label": "Reset"
|
|
2665
2662
|
}
|
|
2666
|
-
]
|
|
2663
|
+
],
|
|
2664
|
+
"type": "stack"
|
|
2667
2665
|
}
|
|
2668
|
-
]
|
|
2666
|
+
],
|
|
2667
|
+
"appName": "Agent Assistant",
|
|
2668
|
+
"type": "dashboard-layout"
|
|
2669
2669
|
}
|
|
2670
2670
|
]
|
|
2671
2671
|
]
|
|
@@ -2697,77 +2697,77 @@
|
|
|
2697
2697
|
"children": [
|
|
2698
2698
|
{
|
|
2699
2699
|
"type": "stack",
|
|
2700
|
+
"direction": "vertical",
|
|
2701
|
+
"gap": "lg",
|
|
2700
2702
|
"children": [
|
|
2701
2703
|
{
|
|
2702
2704
|
"type": "stack",
|
|
2703
|
-
"gap": "sm",
|
|
2704
2705
|
"children": [
|
|
2705
2706
|
{
|
|
2706
2707
|
"name": "gauge",
|
|
2707
2708
|
"type": "icon"
|
|
2708
2709
|
},
|
|
2709
2710
|
{
|
|
2710
|
-
"type": "typography",
|
|
2711
2711
|
"content": "Token Usage",
|
|
2712
|
-
"variant": "h2"
|
|
2712
|
+
"variant": "h2",
|
|
2713
|
+
"type": "typography"
|
|
2713
2714
|
},
|
|
2714
2715
|
{
|
|
2715
|
-
"
|
|
2716
|
+
"variant": "default",
|
|
2716
2717
|
"label": "Normal",
|
|
2717
|
-
"
|
|
2718
|
+
"type": "badge"
|
|
2718
2719
|
}
|
|
2719
2720
|
],
|
|
2720
|
-
"
|
|
2721
|
-
"
|
|
2721
|
+
"direction": "horizontal",
|
|
2722
|
+
"gap": "sm",
|
|
2723
|
+
"align": "center"
|
|
2722
2724
|
},
|
|
2723
2725
|
{
|
|
2724
2726
|
"type": "divider"
|
|
2725
2727
|
},
|
|
2726
2728
|
{
|
|
2727
|
-
"type": "progress-bar",
|
|
2728
2729
|
"max": "@entity.max",
|
|
2730
|
+
"type": "progress-bar",
|
|
2729
2731
|
"value": "@entity.current"
|
|
2730
2732
|
},
|
|
2731
2733
|
{
|
|
2734
|
+
"gap": "md",
|
|
2735
|
+
"type": "stack",
|
|
2736
|
+
"direction": "horizontal",
|
|
2732
2737
|
"children": [
|
|
2733
2738
|
{
|
|
2734
2739
|
"type": "stat-display",
|
|
2735
|
-
"
|
|
2736
|
-
"
|
|
2740
|
+
"label": "Tokens Used",
|
|
2741
|
+
"value": "@entity.current"
|
|
2737
2742
|
},
|
|
2738
2743
|
{
|
|
2739
2744
|
"label": "Max Tokens",
|
|
2740
|
-
"
|
|
2741
|
-
"
|
|
2745
|
+
"value": "@entity.max",
|
|
2746
|
+
"type": "stat-display"
|
|
2742
2747
|
}
|
|
2743
|
-
]
|
|
2744
|
-
"gap": "md",
|
|
2745
|
-
"direction": "horizontal",
|
|
2746
|
-
"type": "stack"
|
|
2748
|
+
]
|
|
2747
2749
|
},
|
|
2748
2750
|
{
|
|
2751
|
+
"icon": "rotate-ccw",
|
|
2752
|
+
"label": "Reset",
|
|
2749
2753
|
"action": "RESET",
|
|
2750
2754
|
"type": "button",
|
|
2751
|
-
"
|
|
2752
|
-
"variant": "ghost",
|
|
2753
|
-
"icon": "rotate-ccw"
|
|
2755
|
+
"variant": "ghost"
|
|
2754
2756
|
}
|
|
2755
|
-
]
|
|
2756
|
-
"gap": "lg",
|
|
2757
|
-
"direction": "vertical"
|
|
2757
|
+
]
|
|
2758
2758
|
}
|
|
2759
2759
|
],
|
|
2760
2760
|
"type": "dashboard-layout",
|
|
2761
2761
|
"navItems": [
|
|
2762
2762
|
{
|
|
2763
2763
|
"label": "Chat",
|
|
2764
|
-
"
|
|
2765
|
-
"
|
|
2764
|
+
"icon": "message-circle",
|
|
2765
|
+
"href": "/chat"
|
|
2766
2766
|
},
|
|
2767
2767
|
{
|
|
2768
|
-
"
|
|
2768
|
+
"icon": "brain",
|
|
2769
2769
|
"label": "Memory",
|
|
2770
|
-
"
|
|
2770
|
+
"href": "/memory"
|
|
2771
2771
|
},
|
|
2772
2772
|
{
|
|
2773
2773
|
"href": "/settings",
|
|
@@ -2814,31 +2814,16 @@
|
|
|
2814
2814
|
"render-ui",
|
|
2815
2815
|
"main",
|
|
2816
2816
|
{
|
|
2817
|
-
"navItems": [
|
|
2818
|
-
{
|
|
2819
|
-
"label": "Chat",
|
|
2820
|
-
"href": "/chat",
|
|
2821
|
-
"icon": "message-circle"
|
|
2822
|
-
},
|
|
2823
|
-
{
|
|
2824
|
-
"label": "Memory",
|
|
2825
|
-
"icon": "brain",
|
|
2826
|
-
"href": "/memory"
|
|
2827
|
-
},
|
|
2828
|
-
{
|
|
2829
|
-
"icon": "settings",
|
|
2830
|
-
"label": "Settings",
|
|
2831
|
-
"href": "/settings"
|
|
2832
|
-
}
|
|
2833
|
-
],
|
|
2834
|
-
"appName": "Agent Assistant",
|
|
2835
2817
|
"children": [
|
|
2836
2818
|
{
|
|
2819
|
+
"direction": "vertical",
|
|
2820
|
+
"gap": "lg",
|
|
2821
|
+
"type": "stack",
|
|
2837
2822
|
"children": [
|
|
2838
2823
|
{
|
|
2839
|
-
"type": "stack",
|
|
2840
2824
|
"direction": "horizontal",
|
|
2841
|
-
"
|
|
2825
|
+
"type": "stack",
|
|
2826
|
+
"gap": "sm",
|
|
2842
2827
|
"children": [
|
|
2843
2828
|
{
|
|
2844
2829
|
"type": "icon",
|
|
@@ -2855,28 +2840,29 @@
|
|
|
2855
2840
|
"variant": "warning"
|
|
2856
2841
|
}
|
|
2857
2842
|
],
|
|
2858
|
-
"
|
|
2843
|
+
"align": "center"
|
|
2859
2844
|
},
|
|
2860
2845
|
{
|
|
2861
2846
|
"type": "divider"
|
|
2862
2847
|
},
|
|
2863
2848
|
{
|
|
2849
|
+
"variant": "warning",
|
|
2864
2850
|
"message": "Token usage approaching limit. Consider compacting.",
|
|
2865
|
-
"type": "alert"
|
|
2866
|
-
"variant": "warning"
|
|
2851
|
+
"type": "alert"
|
|
2867
2852
|
},
|
|
2868
2853
|
{
|
|
2869
|
-
"
|
|
2854
|
+
"type": "progress-bar",
|
|
2870
2855
|
"value": "@entity.current",
|
|
2871
|
-
"
|
|
2856
|
+
"max": "@entity.max"
|
|
2872
2857
|
},
|
|
2873
2858
|
{
|
|
2874
|
-
"
|
|
2859
|
+
"gap": "md",
|
|
2860
|
+
"direction": "horizontal",
|
|
2875
2861
|
"children": [
|
|
2876
2862
|
{
|
|
2863
|
+
"type": "stat-display",
|
|
2877
2864
|
"label": "Tokens Used",
|
|
2878
|
-
"value": "@entity.current"
|
|
2879
|
-
"type": "stat-display"
|
|
2865
|
+
"value": "@entity.current"
|
|
2880
2866
|
},
|
|
2881
2867
|
{
|
|
2882
2868
|
"label": "Max Tokens",
|
|
@@ -2884,37 +2870,51 @@
|
|
|
2884
2870
|
"type": "stat-display"
|
|
2885
2871
|
}
|
|
2886
2872
|
],
|
|
2887
|
-
"
|
|
2888
|
-
"direction": "horizontal"
|
|
2873
|
+
"type": "stack"
|
|
2889
2874
|
},
|
|
2890
2875
|
{
|
|
2891
|
-
"
|
|
2876
|
+
"gap": "sm",
|
|
2892
2877
|
"children": [
|
|
2893
2878
|
{
|
|
2894
2879
|
"action": "COMPACT",
|
|
2895
2880
|
"icon": "minimize-2",
|
|
2881
|
+
"label": "Compact",
|
|
2896
2882
|
"variant": "primary",
|
|
2897
|
-
"type": "button"
|
|
2898
|
-
"label": "Compact"
|
|
2883
|
+
"type": "button"
|
|
2899
2884
|
},
|
|
2900
2885
|
{
|
|
2901
2886
|
"label": "Reset",
|
|
2902
|
-
"
|
|
2887
|
+
"variant": "ghost",
|
|
2903
2888
|
"icon": "rotate-ccw",
|
|
2904
|
-
"
|
|
2905
|
-
"
|
|
2889
|
+
"action": "RESET",
|
|
2890
|
+
"type": "button"
|
|
2906
2891
|
}
|
|
2907
2892
|
],
|
|
2908
2893
|
"type": "stack",
|
|
2909
|
-
"
|
|
2894
|
+
"direction": "horizontal"
|
|
2910
2895
|
}
|
|
2911
|
-
]
|
|
2912
|
-
"direction": "vertical",
|
|
2913
|
-
"gap": "lg",
|
|
2914
|
-
"type": "stack"
|
|
2896
|
+
]
|
|
2915
2897
|
}
|
|
2916
2898
|
],
|
|
2917
|
-
"type": "dashboard-layout"
|
|
2899
|
+
"type": "dashboard-layout",
|
|
2900
|
+
"navItems": [
|
|
2901
|
+
{
|
|
2902
|
+
"label": "Chat",
|
|
2903
|
+
"href": "/chat",
|
|
2904
|
+
"icon": "message-circle"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"label": "Memory",
|
|
2908
|
+
"href": "/memory",
|
|
2909
|
+
"icon": "brain"
|
|
2910
|
+
},
|
|
2911
|
+
{
|
|
2912
|
+
"label": "Settings",
|
|
2913
|
+
"href": "/settings",
|
|
2914
|
+
"icon": "settings"
|
|
2915
|
+
}
|
|
2916
|
+
],
|
|
2917
|
+
"appName": "Agent Assistant"
|
|
2918
2918
|
}
|
|
2919
2919
|
]
|
|
2920
2920
|
]
|
|
@@ -2942,107 +2942,107 @@
|
|
|
2942
2942
|
"render-ui",
|
|
2943
2943
|
"main",
|
|
2944
2944
|
{
|
|
2945
|
+
"navItems": [
|
|
2946
|
+
{
|
|
2947
|
+
"href": "/chat",
|
|
2948
|
+
"icon": "message-circle",
|
|
2949
|
+
"label": "Chat"
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"href": "/memory",
|
|
2953
|
+
"icon": "brain",
|
|
2954
|
+
"label": "Memory"
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
"href": "/settings",
|
|
2958
|
+
"icon": "settings",
|
|
2959
|
+
"label": "Settings"
|
|
2960
|
+
}
|
|
2961
|
+
],
|
|
2962
|
+
"type": "dashboard-layout",
|
|
2945
2963
|
"children": [
|
|
2946
2964
|
{
|
|
2947
2965
|
"type": "stack",
|
|
2966
|
+
"gap": "lg",
|
|
2967
|
+
"direction": "vertical",
|
|
2948
2968
|
"children": [
|
|
2949
2969
|
{
|
|
2950
|
-
"direction": "horizontal",
|
|
2951
2970
|
"gap": "sm",
|
|
2971
|
+
"align": "center",
|
|
2972
|
+
"type": "stack",
|
|
2952
2973
|
"children": [
|
|
2953
2974
|
{
|
|
2954
2975
|
"type": "icon",
|
|
2955
2976
|
"name": "alert-octagon"
|
|
2956
2977
|
},
|
|
2957
2978
|
{
|
|
2979
|
+
"type": "typography",
|
|
2958
2980
|
"variant": "h2",
|
|
2959
|
-
"content": "Token Usage"
|
|
2960
|
-
"type": "typography"
|
|
2981
|
+
"content": "Token Usage"
|
|
2961
2982
|
},
|
|
2962
2983
|
{
|
|
2963
|
-
"label": "Critical",
|
|
2964
2984
|
"variant": "danger",
|
|
2965
|
-
"type": "badge"
|
|
2985
|
+
"type": "badge",
|
|
2986
|
+
"label": "Critical"
|
|
2966
2987
|
}
|
|
2967
2988
|
],
|
|
2968
|
-
"
|
|
2969
|
-
"align": "center"
|
|
2989
|
+
"direction": "horizontal"
|
|
2970
2990
|
},
|
|
2971
2991
|
{
|
|
2972
2992
|
"type": "divider"
|
|
2973
2993
|
},
|
|
2974
2994
|
{
|
|
2995
|
+
"variant": "error",
|
|
2975
2996
|
"type": "alert",
|
|
2976
|
-
"message": "Token usage critical. Compact immediately to avoid truncation."
|
|
2977
|
-
"variant": "error"
|
|
2997
|
+
"message": "Token usage critical. Compact immediately to avoid truncation."
|
|
2978
2998
|
},
|
|
2979
2999
|
{
|
|
2980
|
-
"
|
|
3000
|
+
"type": "progress-bar",
|
|
2981
3001
|
"value": "@entity.current",
|
|
2982
|
-
"
|
|
3002
|
+
"max": "@entity.max"
|
|
2983
3003
|
},
|
|
2984
3004
|
{
|
|
2985
|
-
"direction": "horizontal",
|
|
2986
3005
|
"type": "stack",
|
|
3006
|
+
"direction": "horizontal",
|
|
2987
3007
|
"gap": "md",
|
|
2988
3008
|
"children": [
|
|
2989
3009
|
{
|
|
3010
|
+
"type": "stat-display",
|
|
2990
3011
|
"label": "Tokens Used",
|
|
2991
|
-
"value": "@entity.current"
|
|
2992
|
-
"type": "stat-display"
|
|
3012
|
+
"value": "@entity.current"
|
|
2993
3013
|
},
|
|
2994
3014
|
{
|
|
2995
3015
|
"label": "Max Tokens",
|
|
2996
|
-
"
|
|
2997
|
-
"
|
|
3016
|
+
"value": "@entity.max",
|
|
3017
|
+
"type": "stat-display"
|
|
2998
3018
|
}
|
|
2999
3019
|
]
|
|
3000
3020
|
},
|
|
3001
3021
|
{
|
|
3002
|
-
"gap": "sm",
|
|
3003
3022
|
"children": [
|
|
3004
3023
|
{
|
|
3024
|
+
"label": "Compact Now",
|
|
3025
|
+
"icon": "minimize-2",
|
|
3005
3026
|
"type": "button",
|
|
3006
|
-
"action": "COMPACT",
|
|
3007
3027
|
"variant": "primary",
|
|
3008
|
-
"
|
|
3009
|
-
"label": "Compact Now"
|
|
3028
|
+
"action": "COMPACT"
|
|
3010
3029
|
},
|
|
3011
3030
|
{
|
|
3012
|
-
"
|
|
3031
|
+
"action": "RESET",
|
|
3013
3032
|
"variant": "ghost",
|
|
3014
3033
|
"icon": "rotate-ccw",
|
|
3015
3034
|
"type": "button",
|
|
3016
|
-
"
|
|
3035
|
+
"label": "Reset"
|
|
3017
3036
|
}
|
|
3018
3037
|
],
|
|
3019
|
-
"
|
|
3020
|
-
"type": "stack"
|
|
3038
|
+
"gap": "sm",
|
|
3039
|
+
"type": "stack",
|
|
3040
|
+
"direction": "horizontal"
|
|
3021
3041
|
}
|
|
3022
|
-
]
|
|
3023
|
-
"direction": "vertical",
|
|
3024
|
-
"gap": "lg"
|
|
3042
|
+
]
|
|
3025
3043
|
}
|
|
3026
3044
|
],
|
|
3027
|
-
"appName": "Agent Assistant"
|
|
3028
|
-
"type": "dashboard-layout",
|
|
3029
|
-
"navItems": [
|
|
3030
|
-
{
|
|
3031
|
-
"href": "/chat",
|
|
3032
|
-
"icon": "message-circle",
|
|
3033
|
-
"label": "Chat"
|
|
3034
|
-
},
|
|
3035
|
-
{
|
|
3036
|
-
"label": "Memory",
|
|
3037
|
-
"href": "/memory",
|
|
3038
|
-
"icon": "brain"
|
|
3039
|
-
},
|
|
3040
|
-
{
|
|
3041
|
-
"icon": "settings",
|
|
3042
|
-
"label": "Settings",
|
|
3043
|
-
"href": "/settings"
|
|
3044
|
-
}
|
|
3045
|
-
]
|
|
3045
|
+
"appName": "Agent Assistant"
|
|
3046
3046
|
}
|
|
3047
3047
|
]
|
|
3048
3048
|
]
|
|
@@ -3069,28 +3069,27 @@
|
|
|
3069
3069
|
{
|
|
3070
3070
|
"children": [
|
|
3071
3071
|
{
|
|
3072
|
-
"direction": "vertical",
|
|
3073
3072
|
"children": [
|
|
3074
3073
|
{
|
|
3074
|
+
"gap": "sm",
|
|
3075
|
+
"type": "stack",
|
|
3076
|
+
"align": "center",
|
|
3075
3077
|
"children": [
|
|
3076
3078
|
{
|
|
3077
|
-
"
|
|
3078
|
-
"
|
|
3079
|
+
"name": "gauge",
|
|
3080
|
+
"type": "icon"
|
|
3079
3081
|
},
|
|
3080
3082
|
{
|
|
3081
|
-
"type": "typography",
|
|
3082
3083
|
"content": "Token Usage",
|
|
3083
|
-
"variant": "h2"
|
|
3084
|
+
"variant": "h2",
|
|
3085
|
+
"type": "typography"
|
|
3084
3086
|
},
|
|
3085
3087
|
{
|
|
3086
|
-
"
|
|
3088
|
+
"variant": "default",
|
|
3087
3089
|
"label": "Normal",
|
|
3088
|
-
"
|
|
3090
|
+
"type": "badge"
|
|
3089
3091
|
}
|
|
3090
3092
|
],
|
|
3091
|
-
"gap": "sm",
|
|
3092
|
-
"align": "center",
|
|
3093
|
-
"type": "stack",
|
|
3094
3093
|
"direction": "horizontal"
|
|
3095
3094
|
},
|
|
3096
3095
|
{
|
|
@@ -3103,50 +3102,51 @@
|
|
|
3103
3102
|
},
|
|
3104
3103
|
{
|
|
3105
3104
|
"gap": "md",
|
|
3106
|
-
"direction": "horizontal",
|
|
3107
3105
|
"type": "stack",
|
|
3106
|
+
"direction": "horizontal",
|
|
3108
3107
|
"children": [
|
|
3109
3108
|
{
|
|
3110
|
-
"
|
|
3109
|
+
"value": "@entity.current",
|
|
3111
3110
|
"label": "Tokens Used",
|
|
3112
|
-
"
|
|
3111
|
+
"type": "stat-display"
|
|
3113
3112
|
},
|
|
3114
3113
|
{
|
|
3115
|
-
"type": "stat-display",
|
|
3116
3114
|
"value": "@entity.max",
|
|
3115
|
+
"type": "stat-display",
|
|
3117
3116
|
"label": "Max Tokens"
|
|
3118
3117
|
}
|
|
3119
3118
|
]
|
|
3120
3119
|
},
|
|
3121
3120
|
{
|
|
3122
|
-
"
|
|
3121
|
+
"icon": "rotate-ccw",
|
|
3123
3122
|
"variant": "ghost",
|
|
3124
3123
|
"label": "Reset",
|
|
3125
|
-
"
|
|
3126
|
-
"
|
|
3124
|
+
"action": "RESET",
|
|
3125
|
+
"type": "button"
|
|
3127
3126
|
}
|
|
3128
3127
|
],
|
|
3129
|
-
"
|
|
3130
|
-
"
|
|
3128
|
+
"type": "stack",
|
|
3129
|
+
"direction": "vertical",
|
|
3130
|
+
"gap": "lg"
|
|
3131
3131
|
}
|
|
3132
3132
|
],
|
|
3133
|
-
"appName": "Agent Assistant",
|
|
3134
3133
|
"type": "dashboard-layout",
|
|
3134
|
+
"appName": "Agent Assistant",
|
|
3135
3135
|
"navItems": [
|
|
3136
3136
|
{
|
|
3137
|
-
"
|
|
3137
|
+
"icon": "message-circle",
|
|
3138
3138
|
"href": "/chat",
|
|
3139
|
-
"
|
|
3139
|
+
"label": "Chat"
|
|
3140
3140
|
},
|
|
3141
3141
|
{
|
|
3142
|
-
"href": "/memory",
|
|
3143
3142
|
"label": "Memory",
|
|
3143
|
+
"href": "/memory",
|
|
3144
3144
|
"icon": "brain"
|
|
3145
3145
|
},
|
|
3146
3146
|
{
|
|
3147
|
+
"href": "/settings",
|
|
3147
3148
|
"label": "Settings",
|
|
3148
|
-
"icon": "settings"
|
|
3149
|
-
"href": "/settings"
|
|
3149
|
+
"icon": "settings"
|
|
3150
3150
|
}
|
|
3151
3151
|
]
|
|
3152
3152
|
}
|
|
@@ -3167,32 +3167,48 @@
|
|
|
3167
3167
|
"render-ui",
|
|
3168
3168
|
"main",
|
|
3169
3169
|
{
|
|
3170
|
-
"
|
|
3170
|
+
"navItems": [
|
|
3171
|
+
{
|
|
3172
|
+
"href": "/chat",
|
|
3173
|
+
"icon": "message-circle",
|
|
3174
|
+
"label": "Chat"
|
|
3175
|
+
},
|
|
3176
|
+
{
|
|
3177
|
+
"href": "/memory",
|
|
3178
|
+
"icon": "brain",
|
|
3179
|
+
"label": "Memory"
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
"icon": "settings",
|
|
3183
|
+
"href": "/settings",
|
|
3184
|
+
"label": "Settings"
|
|
3185
|
+
}
|
|
3186
|
+
],
|
|
3171
3187
|
"children": [
|
|
3172
3188
|
{
|
|
3173
3189
|
"direction": "vertical",
|
|
3174
3190
|
"type": "stack",
|
|
3175
3191
|
"children": [
|
|
3176
3192
|
{
|
|
3193
|
+
"type": "stack",
|
|
3177
3194
|
"gap": "sm",
|
|
3195
|
+
"direction": "horizontal",
|
|
3178
3196
|
"children": [
|
|
3179
3197
|
{
|
|
3180
|
-
"
|
|
3181
|
-
"
|
|
3198
|
+
"name": "gauge",
|
|
3199
|
+
"type": "icon"
|
|
3182
3200
|
},
|
|
3183
3201
|
{
|
|
3184
|
-
"content": "Token Usage",
|
|
3185
3202
|
"variant": "h2",
|
|
3186
|
-
"type": "typography"
|
|
3203
|
+
"type": "typography",
|
|
3204
|
+
"content": "Token Usage"
|
|
3187
3205
|
},
|
|
3188
3206
|
{
|
|
3189
|
-
"type": "badge",
|
|
3190
3207
|
"label": "Normal",
|
|
3191
|
-
"variant": "default"
|
|
3208
|
+
"variant": "default",
|
|
3209
|
+
"type": "badge"
|
|
3192
3210
|
}
|
|
3193
3211
|
],
|
|
3194
|
-
"type": "stack",
|
|
3195
|
-
"direction": "horizontal",
|
|
3196
3212
|
"align": "center"
|
|
3197
3213
|
},
|
|
3198
3214
|
{
|
|
@@ -3204,50 +3220,34 @@
|
|
|
3204
3220
|
"max": "@entity.max"
|
|
3205
3221
|
},
|
|
3206
3222
|
{
|
|
3207
|
-
"
|
|
3208
|
-
"direction": "horizontal",
|
|
3223
|
+
"type": "stack",
|
|
3209
3224
|
"children": [
|
|
3210
3225
|
{
|
|
3211
3226
|
"label": "Tokens Used",
|
|
3212
|
-
"
|
|
3213
|
-
"
|
|
3227
|
+
"type": "stat-display",
|
|
3228
|
+
"value": "@entity.current"
|
|
3214
3229
|
},
|
|
3215
3230
|
{
|
|
3216
|
-
"type": "stat-display",
|
|
3217
3231
|
"value": "@entity.max",
|
|
3218
|
-
"label": "Max Tokens"
|
|
3232
|
+
"label": "Max Tokens",
|
|
3233
|
+
"type": "stat-display"
|
|
3219
3234
|
}
|
|
3220
3235
|
],
|
|
3221
|
-
"
|
|
3236
|
+
"direction": "horizontal",
|
|
3237
|
+
"gap": "md"
|
|
3222
3238
|
},
|
|
3223
3239
|
{
|
|
3224
3240
|
"type": "button",
|
|
3225
|
-
"label": "Reset",
|
|
3226
3241
|
"icon": "rotate-ccw",
|
|
3227
3242
|
"action": "RESET",
|
|
3243
|
+
"label": "Reset",
|
|
3228
3244
|
"variant": "ghost"
|
|
3229
3245
|
}
|
|
3230
3246
|
],
|
|
3231
3247
|
"gap": "lg"
|
|
3232
3248
|
}
|
|
3233
3249
|
],
|
|
3234
|
-
"
|
|
3235
|
-
{
|
|
3236
|
-
"label": "Chat",
|
|
3237
|
-
"href": "/chat",
|
|
3238
|
-
"icon": "message-circle"
|
|
3239
|
-
},
|
|
3240
|
-
{
|
|
3241
|
-
"icon": "brain",
|
|
3242
|
-
"label": "Memory",
|
|
3243
|
-
"href": "/memory"
|
|
3244
|
-
},
|
|
3245
|
-
{
|
|
3246
|
-
"href": "/settings",
|
|
3247
|
-
"label": "Settings",
|
|
3248
|
-
"icon": "settings"
|
|
3249
|
-
}
|
|
3250
|
-
],
|
|
3250
|
+
"appName": "Agent Assistant",
|
|
3251
3251
|
"type": "dashboard-layout"
|
|
3252
3252
|
}
|
|
3253
3253
|
]
|
|
@@ -3288,105 +3288,105 @@
|
|
|
3288
3288
|
"render-ui",
|
|
3289
3289
|
"main",
|
|
3290
3290
|
{
|
|
3291
|
+
"navItems": [
|
|
3292
|
+
{
|
|
3293
|
+
"icon": "message-circle",
|
|
3294
|
+
"label": "Chat",
|
|
3295
|
+
"href": "/chat"
|
|
3296
|
+
},
|
|
3297
|
+
{
|
|
3298
|
+
"href": "/memory",
|
|
3299
|
+
"icon": "brain",
|
|
3300
|
+
"label": "Memory"
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"label": "Settings",
|
|
3304
|
+
"href": "/settings",
|
|
3305
|
+
"icon": "settings"
|
|
3306
|
+
}
|
|
3307
|
+
],
|
|
3291
3308
|
"type": "dashboard-layout",
|
|
3309
|
+
"appName": "Agent Assistant",
|
|
3292
3310
|
"children": [
|
|
3293
3311
|
{
|
|
3294
3312
|
"direction": "vertical",
|
|
3295
|
-
"gap": "lg",
|
|
3296
|
-
"type": "stack",
|
|
3297
3313
|
"children": [
|
|
3298
3314
|
{
|
|
3299
|
-
"gap": "sm",
|
|
3300
3315
|
"direction": "horizontal",
|
|
3301
|
-
"
|
|
3316
|
+
"type": "stack",
|
|
3302
3317
|
"children": [
|
|
3303
3318
|
{
|
|
3304
3319
|
"type": "icon",
|
|
3305
3320
|
"name": "alert-triangle"
|
|
3306
3321
|
},
|
|
3307
3322
|
{
|
|
3323
|
+
"type": "typography",
|
|
3308
3324
|
"content": "Token Usage",
|
|
3309
|
-
"variant": "h2"
|
|
3310
|
-
"type": "typography"
|
|
3325
|
+
"variant": "h2"
|
|
3311
3326
|
},
|
|
3312
3327
|
{
|
|
3313
3328
|
"label": "Warning",
|
|
3314
|
-
"
|
|
3315
|
-
"
|
|
3329
|
+
"type": "badge",
|
|
3330
|
+
"variant": "warning"
|
|
3316
3331
|
}
|
|
3317
3332
|
],
|
|
3318
|
-
"
|
|
3333
|
+
"align": "center",
|
|
3334
|
+
"gap": "sm"
|
|
3319
3335
|
},
|
|
3320
3336
|
{
|
|
3321
3337
|
"type": "divider"
|
|
3322
3338
|
},
|
|
3323
3339
|
{
|
|
3324
3340
|
"variant": "warning",
|
|
3325
|
-
"
|
|
3326
|
-
"
|
|
3341
|
+
"type": "alert",
|
|
3342
|
+
"message": "Token usage approaching limit. Consider compacting."
|
|
3327
3343
|
},
|
|
3328
3344
|
{
|
|
3329
|
-
"
|
|
3345
|
+
"type": "progress-bar",
|
|
3330
3346
|
"value": "@entity.current",
|
|
3331
|
-
"
|
|
3347
|
+
"max": "@entity.max"
|
|
3332
3348
|
},
|
|
3333
3349
|
{
|
|
3334
|
-
"direction": "horizontal",
|
|
3335
3350
|
"gap": "md",
|
|
3336
3351
|
"type": "stack",
|
|
3352
|
+
"direction": "horizontal",
|
|
3337
3353
|
"children": [
|
|
3338
3354
|
{
|
|
3339
3355
|
"value": "@entity.current",
|
|
3340
|
-
"
|
|
3341
|
-
"
|
|
3356
|
+
"type": "stat-display",
|
|
3357
|
+
"label": "Tokens Used"
|
|
3342
3358
|
},
|
|
3343
3359
|
{
|
|
3344
3360
|
"label": "Max Tokens",
|
|
3345
|
-
"
|
|
3346
|
-
"
|
|
3361
|
+
"type": "stat-display",
|
|
3362
|
+
"value": "@entity.max"
|
|
3347
3363
|
}
|
|
3348
3364
|
]
|
|
3349
3365
|
},
|
|
3350
3366
|
{
|
|
3351
3367
|
"direction": "horizontal",
|
|
3352
|
-
"type": "stack",
|
|
3353
|
-
"gap": "sm",
|
|
3354
3368
|
"children": [
|
|
3355
3369
|
{
|
|
3356
|
-
"type": "button",
|
|
3357
|
-
"icon": "minimize-2",
|
|
3358
3370
|
"action": "COMPACT",
|
|
3371
|
+
"variant": "primary",
|
|
3359
3372
|
"label": "Compact",
|
|
3360
|
-
"
|
|
3373
|
+
"icon": "minimize-2",
|
|
3374
|
+
"type": "button"
|
|
3361
3375
|
},
|
|
3362
3376
|
{
|
|
3377
|
+
"type": "button",
|
|
3363
3378
|
"label": "Reset",
|
|
3364
3379
|
"action": "RESET",
|
|
3365
|
-
"type": "button",
|
|
3366
3380
|
"variant": "ghost",
|
|
3367
3381
|
"icon": "rotate-ccw"
|
|
3368
3382
|
}
|
|
3369
|
-
]
|
|
3383
|
+
],
|
|
3384
|
+
"gap": "sm",
|
|
3385
|
+
"type": "stack"
|
|
3370
3386
|
}
|
|
3371
|
-
]
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
"appName": "Agent Assistant",
|
|
3375
|
-
"navItems": [
|
|
3376
|
-
{
|
|
3377
|
-
"href": "/chat",
|
|
3378
|
-
"icon": "message-circle",
|
|
3379
|
-
"label": "Chat"
|
|
3380
|
-
},
|
|
3381
|
-
{
|
|
3382
|
-
"href": "/memory",
|
|
3383
|
-
"icon": "brain",
|
|
3384
|
-
"label": "Memory"
|
|
3385
|
-
},
|
|
3386
|
-
{
|
|
3387
|
-
"href": "/settings",
|
|
3388
|
-
"label": "Settings",
|
|
3389
|
-
"icon": "settings"
|
|
3387
|
+
],
|
|
3388
|
+
"gap": "lg",
|
|
3389
|
+
"type": "stack"
|
|
3390
3390
|
}
|
|
3391
3391
|
]
|
|
3392
3392
|
}
|
|
@@ -3416,107 +3416,107 @@
|
|
|
3416
3416
|
"render-ui",
|
|
3417
3417
|
"main",
|
|
3418
3418
|
{
|
|
3419
|
-
"
|
|
3420
|
-
|
|
3419
|
+
"navItems": [
|
|
3420
|
+
{
|
|
3421
|
+
"href": "/chat",
|
|
3422
|
+
"icon": "message-circle",
|
|
3423
|
+
"label": "Chat"
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"icon": "brain",
|
|
3427
|
+
"label": "Memory",
|
|
3428
|
+
"href": "/memory"
|
|
3429
|
+
},
|
|
3430
|
+
{
|
|
3431
|
+
"label": "Settings",
|
|
3432
|
+
"href": "/settings",
|
|
3433
|
+
"icon": "settings"
|
|
3434
|
+
}
|
|
3435
|
+
],
|
|
3421
3436
|
"children": [
|
|
3422
3437
|
{
|
|
3423
|
-
"
|
|
3438
|
+
"direction": "vertical",
|
|
3439
|
+
"gap": "lg",
|
|
3424
3440
|
"children": [
|
|
3425
3441
|
{
|
|
3426
|
-
"align": "center",
|
|
3427
|
-
"type": "stack",
|
|
3428
|
-
"gap": "sm",
|
|
3429
3442
|
"direction": "horizontal",
|
|
3443
|
+
"gap": "sm",
|
|
3444
|
+
"type": "stack",
|
|
3430
3445
|
"children": [
|
|
3431
3446
|
{
|
|
3432
|
-
"
|
|
3433
|
-
"
|
|
3447
|
+
"name": "alert-octagon",
|
|
3448
|
+
"type": "icon"
|
|
3434
3449
|
},
|
|
3435
3450
|
{
|
|
3451
|
+
"type": "typography",
|
|
3436
3452
|
"content": "Token Usage",
|
|
3437
|
-
"variant": "h2"
|
|
3438
|
-
"type": "typography"
|
|
3453
|
+
"variant": "h2"
|
|
3439
3454
|
},
|
|
3440
3455
|
{
|
|
3441
|
-
"
|
|
3456
|
+
"label": "Critical",
|
|
3442
3457
|
"type": "badge",
|
|
3443
|
-
"
|
|
3458
|
+
"variant": "danger"
|
|
3444
3459
|
}
|
|
3445
|
-
]
|
|
3460
|
+
],
|
|
3461
|
+
"align": "center"
|
|
3446
3462
|
},
|
|
3447
3463
|
{
|
|
3448
3464
|
"type": "divider"
|
|
3449
3465
|
},
|
|
3450
3466
|
{
|
|
3467
|
+
"variant": "error",
|
|
3451
3468
|
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
3452
|
-
"type": "alert"
|
|
3453
|
-
"variant": "error"
|
|
3469
|
+
"type": "alert"
|
|
3454
3470
|
},
|
|
3455
3471
|
{
|
|
3456
|
-
"type": "progress-bar",
|
|
3457
3472
|
"value": "@entity.current",
|
|
3458
|
-
"max": "@entity.max"
|
|
3473
|
+
"max": "@entity.max",
|
|
3474
|
+
"type": "progress-bar"
|
|
3459
3475
|
},
|
|
3460
3476
|
{
|
|
3477
|
+
"direction": "horizontal",
|
|
3461
3478
|
"gap": "md",
|
|
3479
|
+
"type": "stack",
|
|
3462
3480
|
"children": [
|
|
3463
3481
|
{
|
|
3464
3482
|
"type": "stat-display",
|
|
3465
|
-
"
|
|
3466
|
-
"
|
|
3483
|
+
"label": "Tokens Used",
|
|
3484
|
+
"value": "@entity.current"
|
|
3467
3485
|
},
|
|
3468
3486
|
{
|
|
3469
|
-
"value": "@entity.max",
|
|
3470
3487
|
"label": "Max Tokens",
|
|
3488
|
+
"value": "@entity.max",
|
|
3471
3489
|
"type": "stat-display"
|
|
3472
3490
|
}
|
|
3473
|
-
]
|
|
3474
|
-
"direction": "horizontal",
|
|
3475
|
-
"type": "stack"
|
|
3491
|
+
]
|
|
3476
3492
|
},
|
|
3477
3493
|
{
|
|
3478
|
-
"type": "stack",
|
|
3479
|
-
"gap": "sm",
|
|
3480
3494
|
"direction": "horizontal",
|
|
3481
3495
|
"children": [
|
|
3482
3496
|
{
|
|
3483
|
-
"
|
|
3497
|
+
"label": "Compact Now",
|
|
3484
3498
|
"variant": "primary",
|
|
3499
|
+
"type": "button",
|
|
3485
3500
|
"action": "COMPACT",
|
|
3486
|
-
"
|
|
3487
|
-
"type": "button"
|
|
3501
|
+
"icon": "minimize-2"
|
|
3488
3502
|
},
|
|
3489
3503
|
{
|
|
3504
|
+
"label": "Reset",
|
|
3490
3505
|
"variant": "ghost",
|
|
3491
3506
|
"type": "button",
|
|
3492
|
-
"icon": "rotate-ccw",
|
|
3493
3507
|
"action": "RESET",
|
|
3494
|
-
"
|
|
3508
|
+
"icon": "rotate-ccw"
|
|
3495
3509
|
}
|
|
3496
|
-
]
|
|
3510
|
+
],
|
|
3511
|
+
"gap": "sm",
|
|
3512
|
+
"type": "stack"
|
|
3497
3513
|
}
|
|
3498
3514
|
],
|
|
3499
|
-
"
|
|
3500
|
-
"direction": "vertical"
|
|
3515
|
+
"type": "stack"
|
|
3501
3516
|
}
|
|
3502
3517
|
],
|
|
3503
|
-
"
|
|
3504
|
-
|
|
3505
|
-
"href": "/chat",
|
|
3506
|
-
"icon": "message-circle",
|
|
3507
|
-
"label": "Chat"
|
|
3508
|
-
},
|
|
3509
|
-
{
|
|
3510
|
-
"label": "Memory",
|
|
3511
|
-
"href": "/memory",
|
|
3512
|
-
"icon": "brain"
|
|
3513
|
-
},
|
|
3514
|
-
{
|
|
3515
|
-
"icon": "settings",
|
|
3516
|
-
"label": "Settings",
|
|
3517
|
-
"href": "/settings"
|
|
3518
|
-
}
|
|
3519
|
-
]
|
|
3518
|
+
"type": "dashboard-layout",
|
|
3519
|
+
"appName": "Agent Assistant"
|
|
3520
3520
|
}
|
|
3521
3521
|
]
|
|
3522
3522
|
]
|
|
@@ -3544,87 +3544,87 @@
|
|
|
3544
3544
|
"render-ui",
|
|
3545
3545
|
"main",
|
|
3546
3546
|
{
|
|
3547
|
-
"appName": "Agent Assistant",
|
|
3548
|
-
"navItems": [
|
|
3549
|
-
{
|
|
3550
|
-
"icon": "message-circle",
|
|
3551
|
-
"label": "Chat",
|
|
3552
|
-
"href": "/chat"
|
|
3553
|
-
},
|
|
3554
|
-
{
|
|
3555
|
-
"href": "/memory",
|
|
3556
|
-
"label": "Memory",
|
|
3557
|
-
"icon": "brain"
|
|
3558
|
-
},
|
|
3559
|
-
{
|
|
3560
|
-
"href": "/settings",
|
|
3561
|
-
"label": "Settings",
|
|
3562
|
-
"icon": "settings"
|
|
3563
|
-
}
|
|
3564
|
-
],
|
|
3565
3547
|
"children": [
|
|
3566
3548
|
{
|
|
3567
|
-
"gap": "lg",
|
|
3568
|
-
"type": "stack",
|
|
3569
3549
|
"children": [
|
|
3570
3550
|
{
|
|
3551
|
+
"direction": "horizontal",
|
|
3552
|
+
"type": "stack",
|
|
3553
|
+
"align": "center",
|
|
3571
3554
|
"children": [
|
|
3572
3555
|
{
|
|
3573
|
-
"
|
|
3574
|
-
"
|
|
3556
|
+
"name": "gauge",
|
|
3557
|
+
"type": "icon"
|
|
3575
3558
|
},
|
|
3576
3559
|
{
|
|
3577
3560
|
"variant": "h2",
|
|
3578
|
-
"
|
|
3579
|
-
"
|
|
3561
|
+
"content": "Token Usage",
|
|
3562
|
+
"type": "typography"
|
|
3580
3563
|
},
|
|
3581
3564
|
{
|
|
3582
|
-
"label": "Normal",
|
|
3583
3565
|
"variant": "default",
|
|
3566
|
+
"label": "Normal",
|
|
3584
3567
|
"type": "badge"
|
|
3585
3568
|
}
|
|
3586
3569
|
],
|
|
3587
|
-
"gap": "sm"
|
|
3588
|
-
"direction": "horizontal",
|
|
3589
|
-
"type": "stack",
|
|
3590
|
-
"align": "center"
|
|
3570
|
+
"gap": "sm"
|
|
3591
3571
|
},
|
|
3592
3572
|
{
|
|
3593
3573
|
"type": "divider"
|
|
3594
3574
|
},
|
|
3595
3575
|
{
|
|
3596
|
-
"type": "progress-bar",
|
|
3597
3576
|
"value": "@entity.current",
|
|
3598
|
-
"max": "@entity.max"
|
|
3577
|
+
"max": "@entity.max",
|
|
3578
|
+
"type": "progress-bar"
|
|
3599
3579
|
},
|
|
3600
3580
|
{
|
|
3601
3581
|
"type": "stack",
|
|
3582
|
+
"direction": "horizontal",
|
|
3583
|
+
"gap": "md",
|
|
3602
3584
|
"children": [
|
|
3603
3585
|
{
|
|
3586
|
+
"type": "stat-display",
|
|
3604
3587
|
"label": "Tokens Used",
|
|
3605
|
-
"value": "@entity.current"
|
|
3606
|
-
"type": "stat-display"
|
|
3588
|
+
"value": "@entity.current"
|
|
3607
3589
|
},
|
|
3608
3590
|
{
|
|
3609
|
-
"
|
|
3591
|
+
"label": "Max Tokens",
|
|
3610
3592
|
"value": "@entity.max",
|
|
3611
|
-
"
|
|
3593
|
+
"type": "stat-display"
|
|
3612
3594
|
}
|
|
3613
|
-
]
|
|
3614
|
-
"direction": "horizontal",
|
|
3615
|
-
"gap": "md"
|
|
3595
|
+
]
|
|
3616
3596
|
},
|
|
3617
3597
|
{
|
|
3618
|
-
"
|
|
3619
|
-
"icon": "rotate-ccw",
|
|
3620
|
-
"variant": "ghost",
|
|
3598
|
+
"label": "Reset",
|
|
3621
3599
|
"type": "button",
|
|
3622
|
-
"
|
|
3600
|
+
"variant": "ghost",
|
|
3601
|
+
"icon": "rotate-ccw",
|
|
3602
|
+
"action": "RESET"
|
|
3623
3603
|
}
|
|
3624
3604
|
],
|
|
3625
|
-
"direction": "vertical"
|
|
3605
|
+
"direction": "vertical",
|
|
3606
|
+
"type": "stack",
|
|
3607
|
+
"gap": "lg"
|
|
3626
3608
|
}
|
|
3627
3609
|
],
|
|
3610
|
+
"navItems": [
|
|
3611
|
+
{
|
|
3612
|
+
"label": "Chat",
|
|
3613
|
+
"href": "/chat",
|
|
3614
|
+
"icon": "message-circle"
|
|
3615
|
+
},
|
|
3616
|
+
{
|
|
3617
|
+
"label": "Memory",
|
|
3618
|
+
"href": "/memory",
|
|
3619
|
+
"icon": "brain"
|
|
3620
|
+
},
|
|
3621
|
+
{
|
|
3622
|
+
"icon": "settings",
|
|
3623
|
+
"label": "Settings",
|
|
3624
|
+
"href": "/settings"
|
|
3625
|
+
}
|
|
3626
|
+
],
|
|
3627
|
+
"appName": "Agent Assistant",
|
|
3628
3628
|
"type": "dashboard-layout"
|
|
3629
3629
|
}
|
|
3630
3630
|
]
|
|
@@ -3650,64 +3650,43 @@
|
|
|
3650
3650
|
"render-ui",
|
|
3651
3651
|
"main",
|
|
3652
3652
|
{
|
|
3653
|
-
"navItems": [
|
|
3654
|
-
{
|
|
3655
|
-
"href": "/chat",
|
|
3656
|
-
"icon": "message-circle",
|
|
3657
|
-
"label": "Chat"
|
|
3658
|
-
},
|
|
3659
|
-
{
|
|
3660
|
-
"icon": "brain",
|
|
3661
|
-
"label": "Memory",
|
|
3662
|
-
"href": "/memory"
|
|
3663
|
-
},
|
|
3664
|
-
{
|
|
3665
|
-
"href": "/settings",
|
|
3666
|
-
"icon": "settings",
|
|
3667
|
-
"label": "Settings"
|
|
3668
|
-
}
|
|
3669
|
-
],
|
|
3670
|
-
"appName": "Agent Assistant",
|
|
3671
|
-
"type": "dashboard-layout",
|
|
3672
3653
|
"children": [
|
|
3673
3654
|
{
|
|
3674
|
-
"gap": "lg",
|
|
3675
|
-
"type": "stack",
|
|
3676
3655
|
"direction": "vertical",
|
|
3677
3656
|
"children": [
|
|
3678
3657
|
{
|
|
3658
|
+
"align": "center",
|
|
3659
|
+
"gap": "sm",
|
|
3679
3660
|
"children": [
|
|
3680
3661
|
{
|
|
3681
3662
|
"type": "icon",
|
|
3682
3663
|
"name": "gauge"
|
|
3683
3664
|
},
|
|
3684
3665
|
{
|
|
3685
|
-
"variant": "h2",
|
|
3686
3666
|
"type": "typography",
|
|
3667
|
+
"variant": "h2",
|
|
3687
3668
|
"content": "Token Usage"
|
|
3688
3669
|
},
|
|
3689
3670
|
{
|
|
3690
3671
|
"type": "badge",
|
|
3691
|
-
"
|
|
3692
|
-
"
|
|
3672
|
+
"variant": "default",
|
|
3673
|
+
"label": "Normal"
|
|
3693
3674
|
}
|
|
3694
3675
|
],
|
|
3695
3676
|
"type": "stack",
|
|
3696
|
-
"direction": "horizontal"
|
|
3697
|
-
"align": "center",
|
|
3698
|
-
"gap": "sm"
|
|
3677
|
+
"direction": "horizontal"
|
|
3699
3678
|
},
|
|
3700
3679
|
{
|
|
3701
3680
|
"type": "divider"
|
|
3702
3681
|
},
|
|
3703
3682
|
{
|
|
3704
|
-
"type": "progress-bar",
|
|
3705
3683
|
"value": "@entity.current",
|
|
3684
|
+
"type": "progress-bar",
|
|
3706
3685
|
"max": "@entity.max"
|
|
3707
3686
|
},
|
|
3708
3687
|
{
|
|
3688
|
+
"type": "stack",
|
|
3709
3689
|
"direction": "horizontal",
|
|
3710
|
-
"gap": "md",
|
|
3711
3690
|
"children": [
|
|
3712
3691
|
{
|
|
3713
3692
|
"type": "stat-display",
|
|
@@ -3715,21 +3694,42 @@
|
|
|
3715
3694
|
"value": "@entity.current"
|
|
3716
3695
|
},
|
|
3717
3696
|
{
|
|
3718
|
-
"
|
|
3697
|
+
"type": "stat-display",
|
|
3719
3698
|
"label": "Max Tokens",
|
|
3720
|
-
"
|
|
3699
|
+
"value": "@entity.max"
|
|
3721
3700
|
}
|
|
3722
3701
|
],
|
|
3723
|
-
"
|
|
3702
|
+
"gap": "md"
|
|
3724
3703
|
},
|
|
3725
3704
|
{
|
|
3726
|
-
"label": "Reset",
|
|
3727
3705
|
"icon": "rotate-ccw",
|
|
3728
|
-
"variant": "ghost",
|
|
3729
3706
|
"type": "button",
|
|
3730
|
-
"
|
|
3707
|
+
"label": "Reset",
|
|
3708
|
+
"action": "RESET",
|
|
3709
|
+
"variant": "ghost"
|
|
3731
3710
|
}
|
|
3732
|
-
]
|
|
3711
|
+
],
|
|
3712
|
+
"type": "stack",
|
|
3713
|
+
"gap": "lg"
|
|
3714
|
+
}
|
|
3715
|
+
],
|
|
3716
|
+
"type": "dashboard-layout",
|
|
3717
|
+
"appName": "Agent Assistant",
|
|
3718
|
+
"navItems": [
|
|
3719
|
+
{
|
|
3720
|
+
"icon": "message-circle",
|
|
3721
|
+
"href": "/chat",
|
|
3722
|
+
"label": "Chat"
|
|
3723
|
+
},
|
|
3724
|
+
{
|
|
3725
|
+
"href": "/memory",
|
|
3726
|
+
"icon": "brain",
|
|
3727
|
+
"label": "Memory"
|
|
3728
|
+
},
|
|
3729
|
+
{
|
|
3730
|
+
"icon": "settings",
|
|
3731
|
+
"label": "Settings",
|
|
3732
|
+
"href": "/settings"
|
|
3733
3733
|
}
|
|
3734
3734
|
]
|
|
3735
3735
|
}
|
|
@@ -3750,88 +3750,88 @@
|
|
|
3750
3750
|
"render-ui",
|
|
3751
3751
|
"main",
|
|
3752
3752
|
{
|
|
3753
|
+
"type": "dashboard-layout",
|
|
3754
|
+
"navItems": [
|
|
3755
|
+
{
|
|
3756
|
+
"icon": "message-circle",
|
|
3757
|
+
"label": "Chat",
|
|
3758
|
+
"href": "/chat"
|
|
3759
|
+
},
|
|
3760
|
+
{
|
|
3761
|
+
"label": "Memory",
|
|
3762
|
+
"href": "/memory",
|
|
3763
|
+
"icon": "brain"
|
|
3764
|
+
},
|
|
3765
|
+
{
|
|
3766
|
+
"label": "Settings",
|
|
3767
|
+
"icon": "settings",
|
|
3768
|
+
"href": "/settings"
|
|
3769
|
+
}
|
|
3770
|
+
],
|
|
3753
3771
|
"children": [
|
|
3754
3772
|
{
|
|
3755
|
-
"gap": "lg",
|
|
3756
3773
|
"type": "stack",
|
|
3774
|
+
"direction": "vertical",
|
|
3775
|
+
"gap": "lg",
|
|
3757
3776
|
"children": [
|
|
3758
3777
|
{
|
|
3759
|
-
"type": "stack",
|
|
3760
|
-
"gap": "sm",
|
|
3761
|
-
"direction": "horizontal",
|
|
3762
|
-
"align": "center",
|
|
3763
3778
|
"children": [
|
|
3764
3779
|
{
|
|
3765
3780
|
"type": "icon",
|
|
3766
3781
|
"name": "gauge"
|
|
3767
3782
|
},
|
|
3768
3783
|
{
|
|
3769
|
-
"content": "Token Usage",
|
|
3770
3784
|
"type": "typography",
|
|
3771
|
-
"variant": "h2"
|
|
3785
|
+
"variant": "h2",
|
|
3786
|
+
"content": "Token Usage"
|
|
3772
3787
|
},
|
|
3773
3788
|
{
|
|
3774
|
-
"variant": "default",
|
|
3775
3789
|
"label": "Normal",
|
|
3790
|
+
"variant": "default",
|
|
3776
3791
|
"type": "badge"
|
|
3777
3792
|
}
|
|
3778
|
-
]
|
|
3793
|
+
],
|
|
3794
|
+
"gap": "sm",
|
|
3795
|
+
"type": "stack",
|
|
3796
|
+
"align": "center",
|
|
3797
|
+
"direction": "horizontal"
|
|
3779
3798
|
},
|
|
3780
3799
|
{
|
|
3781
3800
|
"type": "divider"
|
|
3782
3801
|
},
|
|
3783
3802
|
{
|
|
3784
|
-
"type": "progress-bar",
|
|
3785
3803
|
"max": "@entity.max",
|
|
3804
|
+
"type": "progress-bar",
|
|
3786
3805
|
"value": "@entity.current"
|
|
3787
3806
|
},
|
|
3788
3807
|
{
|
|
3789
3808
|
"gap": "md",
|
|
3790
|
-
"direction": "horizontal",
|
|
3791
3809
|
"children": [
|
|
3792
3810
|
{
|
|
3793
|
-
"value": "@entity.current",
|
|
3794
3811
|
"type": "stat-display",
|
|
3795
|
-
"label": "Tokens Used"
|
|
3812
|
+
"label": "Tokens Used",
|
|
3813
|
+
"value": "@entity.current"
|
|
3796
3814
|
},
|
|
3797
3815
|
{
|
|
3816
|
+
"label": "Max Tokens",
|
|
3798
3817
|
"value": "@entity.max",
|
|
3799
|
-
"type": "stat-display"
|
|
3800
|
-
"label": "Max Tokens"
|
|
3818
|
+
"type": "stat-display"
|
|
3801
3819
|
}
|
|
3802
3820
|
],
|
|
3821
|
+
"direction": "horizontal",
|
|
3803
3822
|
"type": "stack"
|
|
3804
3823
|
},
|
|
3805
3824
|
{
|
|
3806
|
-
"variant": "ghost",
|
|
3807
|
-
"label": "Reset",
|
|
3808
|
-
"icon": "rotate-ccw",
|
|
3809
3825
|
"type": "button",
|
|
3810
|
-
"
|
|
3826
|
+
"label": "Reset",
|
|
3827
|
+
"variant": "ghost",
|
|
3828
|
+
"action": "RESET",
|
|
3829
|
+
"icon": "rotate-ccw"
|
|
3811
3830
|
}
|
|
3812
|
-
]
|
|
3813
|
-
"direction": "vertical"
|
|
3814
|
-
}
|
|
3815
|
-
],
|
|
3816
|
-
"navItems": [
|
|
3817
|
-
{
|
|
3818
|
-
"label": "Chat",
|
|
3819
|
-
"href": "/chat",
|
|
3820
|
-
"icon": "message-circle"
|
|
3821
|
-
},
|
|
3822
|
-
{
|
|
3823
|
-
"icon": "brain",
|
|
3824
|
-
"label": "Memory",
|
|
3825
|
-
"href": "/memory"
|
|
3826
|
-
},
|
|
3827
|
-
{
|
|
3828
|
-
"href": "/settings",
|
|
3829
|
-
"label": "Settings",
|
|
3830
|
-
"icon": "settings"
|
|
3831
|
+
]
|
|
3831
3832
|
}
|
|
3832
3833
|
],
|
|
3833
|
-
"appName": "Agent Assistant"
|
|
3834
|
-
"type": "dashboard-layout"
|
|
3834
|
+
"appName": "Agent Assistant"
|
|
3835
3835
|
}
|
|
3836
3836
|
]
|
|
3837
3837
|
]
|
|
@@ -3859,54 +3859,54 @@
|
|
|
3859
3859
|
"render-ui",
|
|
3860
3860
|
"main",
|
|
3861
3861
|
{
|
|
3862
|
-
"
|
|
3862
|
+
"appName": "Agent Assistant",
|
|
3863
3863
|
"children": [
|
|
3864
3864
|
{
|
|
3865
3865
|
"type": "stack",
|
|
3866
|
-
"direction": "vertical",
|
|
3867
3866
|
"children": [
|
|
3868
3867
|
{
|
|
3869
|
-
"direction": "horizontal",
|
|
3870
|
-
"align": "center",
|
|
3871
3868
|
"children": [
|
|
3872
3869
|
{
|
|
3873
3870
|
"type": "icon",
|
|
3874
3871
|
"name": "alert-octagon"
|
|
3875
3872
|
},
|
|
3876
3873
|
{
|
|
3874
|
+
"variant": "h2",
|
|
3877
3875
|
"type": "typography",
|
|
3878
|
-
"content": "Token Usage"
|
|
3879
|
-
"variant": "h2"
|
|
3876
|
+
"content": "Token Usage"
|
|
3880
3877
|
},
|
|
3881
3878
|
{
|
|
3879
|
+
"type": "badge",
|
|
3882
3880
|
"label": "Critical",
|
|
3883
|
-
"variant": "danger"
|
|
3884
|
-
"type": "badge"
|
|
3881
|
+
"variant": "danger"
|
|
3885
3882
|
}
|
|
3886
3883
|
],
|
|
3887
3884
|
"gap": "sm",
|
|
3888
|
-
"type": "stack"
|
|
3885
|
+
"type": "stack",
|
|
3886
|
+
"direction": "horizontal",
|
|
3887
|
+
"align": "center"
|
|
3889
3888
|
},
|
|
3890
3889
|
{
|
|
3891
3890
|
"type": "divider"
|
|
3892
3891
|
},
|
|
3893
3892
|
{
|
|
3894
|
-
"
|
|
3893
|
+
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
3895
3894
|
"type": "alert",
|
|
3896
|
-
"
|
|
3895
|
+
"variant": "error"
|
|
3897
3896
|
},
|
|
3898
3897
|
{
|
|
3899
|
-
"max": "@entity.max",
|
|
3900
3898
|
"value": "@entity.current",
|
|
3901
|
-
"type": "progress-bar"
|
|
3899
|
+
"type": "progress-bar",
|
|
3900
|
+
"max": "@entity.max"
|
|
3902
3901
|
},
|
|
3903
3902
|
{
|
|
3903
|
+
"direction": "horizontal",
|
|
3904
3904
|
"gap": "md",
|
|
3905
3905
|
"children": [
|
|
3906
3906
|
{
|
|
3907
3907
|
"label": "Tokens Used",
|
|
3908
|
-
"
|
|
3909
|
-
"
|
|
3908
|
+
"value": "@entity.current",
|
|
3909
|
+
"type": "stat-display"
|
|
3910
3910
|
},
|
|
3911
3911
|
{
|
|
3912
3912
|
"type": "stat-display",
|
|
@@ -3914,52 +3914,52 @@
|
|
|
3914
3914
|
"value": "@entity.max"
|
|
3915
3915
|
}
|
|
3916
3916
|
],
|
|
3917
|
-
"type": "stack"
|
|
3918
|
-
"direction": "horizontal"
|
|
3917
|
+
"type": "stack"
|
|
3919
3918
|
},
|
|
3920
3919
|
{
|
|
3921
|
-
"type": "stack",
|
|
3922
|
-
"direction": "horizontal",
|
|
3923
3920
|
"gap": "sm",
|
|
3924
3921
|
"children": [
|
|
3925
3922
|
{
|
|
3923
|
+
"type": "button",
|
|
3926
3924
|
"label": "Compact Now",
|
|
3925
|
+
"variant": "primary",
|
|
3927
3926
|
"icon": "minimize-2",
|
|
3928
|
-
"action": "COMPACT"
|
|
3929
|
-
"type": "button",
|
|
3930
|
-
"variant": "primary"
|
|
3927
|
+
"action": "COMPACT"
|
|
3931
3928
|
},
|
|
3932
3929
|
{
|
|
3933
|
-
"action": "RESET",
|
|
3934
3930
|
"type": "button",
|
|
3935
|
-
"
|
|
3931
|
+
"variant": "ghost",
|
|
3936
3932
|
"icon": "rotate-ccw",
|
|
3937
|
-
"
|
|
3933
|
+
"label": "Reset",
|
|
3934
|
+
"action": "RESET"
|
|
3938
3935
|
}
|
|
3939
|
-
]
|
|
3936
|
+
],
|
|
3937
|
+
"direction": "horizontal",
|
|
3938
|
+
"type": "stack"
|
|
3940
3939
|
}
|
|
3941
3940
|
],
|
|
3942
|
-
"gap": "lg"
|
|
3941
|
+
"gap": "lg",
|
|
3942
|
+
"direction": "vertical"
|
|
3943
3943
|
}
|
|
3944
3944
|
],
|
|
3945
|
-
"appName": "Agent Assistant",
|
|
3946
3945
|
"navItems": [
|
|
3947
3946
|
{
|
|
3948
|
-
"icon": "message-circle",
|
|
3949
3947
|
"href": "/chat",
|
|
3950
|
-
"label": "Chat"
|
|
3948
|
+
"label": "Chat",
|
|
3949
|
+
"icon": "message-circle"
|
|
3951
3950
|
},
|
|
3952
3951
|
{
|
|
3953
|
-
"icon": "brain",
|
|
3954
3952
|
"href": "/memory",
|
|
3953
|
+
"icon": "brain",
|
|
3955
3954
|
"label": "Memory"
|
|
3956
3955
|
},
|
|
3957
3956
|
{
|
|
3957
|
+
"href": "/settings",
|
|
3958
3958
|
"icon": "settings",
|
|
3959
|
-
"label": "Settings"
|
|
3960
|
-
"href": "/settings"
|
|
3959
|
+
"label": "Settings"
|
|
3961
3960
|
}
|
|
3962
|
-
]
|
|
3961
|
+
],
|
|
3962
|
+
"type": "dashboard-layout"
|
|
3963
3963
|
}
|
|
3964
3964
|
]
|
|
3965
3965
|
]
|
|
@@ -4001,97 +4001,95 @@
|
|
|
4001
4001
|
{
|
|
4002
4002
|
"navItems": [
|
|
4003
4003
|
{
|
|
4004
|
-
"icon": "message-circle",
|
|
4005
4004
|
"href": "/chat",
|
|
4006
|
-
"label": "Chat"
|
|
4005
|
+
"label": "Chat",
|
|
4006
|
+
"icon": "message-circle"
|
|
4007
4007
|
},
|
|
4008
4008
|
{
|
|
4009
|
-
"icon": "brain",
|
|
4010
4009
|
"label": "Memory",
|
|
4011
|
-
"href": "/memory"
|
|
4010
|
+
"href": "/memory",
|
|
4011
|
+
"icon": "brain"
|
|
4012
4012
|
},
|
|
4013
4013
|
{
|
|
4014
|
-
"label": "Settings",
|
|
4015
4014
|
"href": "/settings",
|
|
4016
|
-
"icon": "settings"
|
|
4015
|
+
"icon": "settings",
|
|
4016
|
+
"label": "Settings"
|
|
4017
4017
|
}
|
|
4018
4018
|
],
|
|
4019
|
-
"appName": "Agent Assistant",
|
|
4020
|
-
"type": "dashboard-layout",
|
|
4021
4019
|
"children": [
|
|
4022
4020
|
{
|
|
4023
|
-
"direction": "vertical",
|
|
4024
4021
|
"gap": "lg",
|
|
4022
|
+
"direction": "vertical",
|
|
4025
4023
|
"children": [
|
|
4026
4024
|
{
|
|
4027
|
-
"align": "center",
|
|
4028
|
-
"direction": "horizontal",
|
|
4029
4025
|
"gap": "sm",
|
|
4026
|
+
"direction": "horizontal",
|
|
4027
|
+
"type": "stack",
|
|
4030
4028
|
"children": [
|
|
4031
4029
|
{
|
|
4032
|
-
"
|
|
4033
|
-
"
|
|
4030
|
+
"name": "alert-triangle",
|
|
4031
|
+
"type": "icon"
|
|
4034
4032
|
},
|
|
4035
4033
|
{
|
|
4036
|
-
"variant": "h2",
|
|
4037
4034
|
"type": "typography",
|
|
4038
|
-
"content": "Token Usage"
|
|
4035
|
+
"content": "Token Usage",
|
|
4036
|
+
"variant": "h2"
|
|
4039
4037
|
},
|
|
4040
4038
|
{
|
|
4041
|
-
"variant": "warning",
|
|
4042
4039
|
"label": "Warning",
|
|
4040
|
+
"variant": "warning",
|
|
4043
4041
|
"type": "badge"
|
|
4044
4042
|
}
|
|
4045
4043
|
],
|
|
4046
|
-
"
|
|
4044
|
+
"align": "center"
|
|
4047
4045
|
},
|
|
4048
4046
|
{
|
|
4049
4047
|
"type": "divider"
|
|
4050
4048
|
},
|
|
4051
4049
|
{
|
|
4050
|
+
"type": "alert",
|
|
4052
4051
|
"variant": "warning",
|
|
4053
|
-
"message": "Token usage approaching limit. Consider compacting."
|
|
4054
|
-
"type": "alert"
|
|
4052
|
+
"message": "Token usage approaching limit. Consider compacting."
|
|
4055
4053
|
},
|
|
4056
4054
|
{
|
|
4057
|
-
"
|
|
4055
|
+
"type": "progress-bar",
|
|
4058
4056
|
"max": "@entity.max",
|
|
4059
|
-
"
|
|
4057
|
+
"value": "@entity.current"
|
|
4060
4058
|
},
|
|
4061
4059
|
{
|
|
4062
|
-
"
|
|
4060
|
+
"type": "stack",
|
|
4061
|
+
"gap": "md",
|
|
4063
4062
|
"children": [
|
|
4064
4063
|
{
|
|
4065
|
-
"
|
|
4064
|
+
"value": "@entity.current",
|
|
4066
4065
|
"label": "Tokens Used",
|
|
4067
|
-
"
|
|
4066
|
+
"type": "stat-display"
|
|
4068
4067
|
},
|
|
4069
4068
|
{
|
|
4069
|
+
"label": "Max Tokens",
|
|
4070
4070
|
"value": "@entity.max",
|
|
4071
|
-
"type": "stat-display"
|
|
4072
|
-
"label": "Max Tokens"
|
|
4071
|
+
"type": "stat-display"
|
|
4073
4072
|
}
|
|
4074
4073
|
],
|
|
4075
|
-
"
|
|
4076
|
-
"type": "stack"
|
|
4074
|
+
"direction": "horizontal"
|
|
4077
4075
|
},
|
|
4078
4076
|
{
|
|
4079
|
-
"type": "stack",
|
|
4080
4077
|
"gap": "sm",
|
|
4081
4078
|
"direction": "horizontal",
|
|
4079
|
+
"type": "stack",
|
|
4082
4080
|
"children": [
|
|
4083
4081
|
{
|
|
4084
|
-
"
|
|
4082
|
+
"label": "Compact",
|
|
4083
|
+
"icon": "minimize-2",
|
|
4085
4084
|
"type": "button",
|
|
4086
4085
|
"action": "COMPACT",
|
|
4087
|
-
"
|
|
4088
|
-
"label": "Compact"
|
|
4086
|
+
"variant": "primary"
|
|
4089
4087
|
},
|
|
4090
4088
|
{
|
|
4091
4089
|
"type": "button",
|
|
4092
4090
|
"label": "Reset",
|
|
4093
|
-
"variant": "ghost",
|
|
4094
4091
|
"action": "RESET",
|
|
4092
|
+
"variant": "ghost",
|
|
4095
4093
|
"icon": "rotate-ccw"
|
|
4096
4094
|
}
|
|
4097
4095
|
]
|
|
@@ -4099,7 +4097,9 @@
|
|
|
4099
4097
|
],
|
|
4100
4098
|
"type": "stack"
|
|
4101
4099
|
}
|
|
4102
|
-
]
|
|
4100
|
+
],
|
|
4101
|
+
"type": "dashboard-layout",
|
|
4102
|
+
"appName": "Agent Assistant"
|
|
4103
4103
|
}
|
|
4104
4104
|
]
|
|
4105
4105
|
]
|
|
@@ -4127,23 +4127,23 @@
|
|
|
4127
4127
|
"render-ui",
|
|
4128
4128
|
"main",
|
|
4129
4129
|
{
|
|
4130
|
+
"appName": "Agent Assistant",
|
|
4130
4131
|
"children": [
|
|
4131
4132
|
{
|
|
4132
|
-
"type": "stack",
|
|
4133
|
-
"direction": "vertical",
|
|
4134
4133
|
"children": [
|
|
4135
4134
|
{
|
|
4136
|
-
"type": "stack",
|
|
4137
4135
|
"align": "center",
|
|
4136
|
+
"type": "stack",
|
|
4137
|
+
"gap": "sm",
|
|
4138
4138
|
"children": [
|
|
4139
4139
|
{
|
|
4140
|
-
"
|
|
4141
|
-
"
|
|
4140
|
+
"name": "gauge",
|
|
4141
|
+
"type": "icon"
|
|
4142
4142
|
},
|
|
4143
4143
|
{
|
|
4144
|
-
"
|
|
4144
|
+
"variant": "h2",
|
|
4145
4145
|
"type": "typography",
|
|
4146
|
-
"
|
|
4146
|
+
"content": "Token Usage"
|
|
4147
4147
|
},
|
|
4148
4148
|
{
|
|
4149
4149
|
"type": "badge",
|
|
@@ -4151,7 +4151,6 @@
|
|
|
4151
4151
|
"variant": "default"
|
|
4152
4152
|
}
|
|
4153
4153
|
],
|
|
4154
|
-
"gap": "sm",
|
|
4155
4154
|
"direction": "horizontal"
|
|
4156
4155
|
},
|
|
4157
4156
|
{
|
|
@@ -4165,33 +4164,33 @@
|
|
|
4165
4164
|
{
|
|
4166
4165
|
"children": [
|
|
4167
4166
|
{
|
|
4167
|
+
"type": "stat-display",
|
|
4168
4168
|
"label": "Tokens Used",
|
|
4169
|
-
"value": "@entity.current"
|
|
4170
|
-
"type": "stat-display"
|
|
4169
|
+
"value": "@entity.current"
|
|
4171
4170
|
},
|
|
4172
4171
|
{
|
|
4173
|
-
"type": "stat-display",
|
|
4174
4172
|
"value": "@entity.max",
|
|
4173
|
+
"type": "stat-display",
|
|
4175
4174
|
"label": "Max Tokens"
|
|
4176
4175
|
}
|
|
4177
4176
|
],
|
|
4178
|
-
"direction": "horizontal",
|
|
4179
4177
|
"gap": "md",
|
|
4178
|
+
"direction": "horizontal",
|
|
4180
4179
|
"type": "stack"
|
|
4181
4180
|
},
|
|
4182
4181
|
{
|
|
4183
|
-
"
|
|
4184
|
-
"action": "RESET",
|
|
4185
|
-
"icon": "rotate-ccw",
|
|
4182
|
+
"variant": "ghost",
|
|
4186
4183
|
"label": "Reset",
|
|
4187
|
-
"
|
|
4184
|
+
"action": "RESET",
|
|
4185
|
+
"type": "button",
|
|
4186
|
+
"icon": "rotate-ccw"
|
|
4188
4187
|
}
|
|
4189
4188
|
],
|
|
4189
|
+
"type": "stack",
|
|
4190
|
+
"direction": "vertical",
|
|
4190
4191
|
"gap": "lg"
|
|
4191
4192
|
}
|
|
4192
4193
|
],
|
|
4193
|
-
"appName": "Agent Assistant",
|
|
4194
|
-
"type": "dashboard-layout",
|
|
4195
4194
|
"navItems": [
|
|
4196
4195
|
{
|
|
4197
4196
|
"href": "/chat",
|
|
@@ -4199,16 +4198,17 @@
|
|
|
4199
4198
|
"icon": "message-circle"
|
|
4200
4199
|
},
|
|
4201
4200
|
{
|
|
4202
|
-
"
|
|
4201
|
+
"label": "Memory",
|
|
4203
4202
|
"href": "/memory",
|
|
4204
|
-
"
|
|
4203
|
+
"icon": "brain"
|
|
4205
4204
|
},
|
|
4206
4205
|
{
|
|
4207
|
-
"label": "Settings",
|
|
4208
4206
|
"href": "/settings",
|
|
4207
|
+
"label": "Settings",
|
|
4209
4208
|
"icon": "settings"
|
|
4210
4209
|
}
|
|
4211
|
-
]
|
|
4210
|
+
],
|
|
4211
|
+
"type": "dashboard-layout"
|
|
4212
4212
|
}
|
|
4213
4213
|
]
|
|
4214
4214
|
]
|
|
@@ -4233,88 +4233,88 @@
|
|
|
4233
4233
|
"render-ui",
|
|
4234
4234
|
"main",
|
|
4235
4235
|
{
|
|
4236
|
+
"appName": "Agent Assistant",
|
|
4237
|
+
"navItems": [
|
|
4238
|
+
{
|
|
4239
|
+
"label": "Chat",
|
|
4240
|
+
"href": "/chat",
|
|
4241
|
+
"icon": "message-circle"
|
|
4242
|
+
},
|
|
4243
|
+
{
|
|
4244
|
+
"href": "/memory",
|
|
4245
|
+
"icon": "brain",
|
|
4246
|
+
"label": "Memory"
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
4249
|
+
"label": "Settings",
|
|
4250
|
+
"href": "/settings",
|
|
4251
|
+
"icon": "settings"
|
|
4252
|
+
}
|
|
4253
|
+
],
|
|
4236
4254
|
"type": "dashboard-layout",
|
|
4237
4255
|
"children": [
|
|
4238
4256
|
{
|
|
4257
|
+
"direction": "vertical",
|
|
4239
4258
|
"children": [
|
|
4240
4259
|
{
|
|
4241
|
-
"
|
|
4260
|
+
"type": "stack",
|
|
4242
4261
|
"gap": "sm",
|
|
4262
|
+
"align": "center",
|
|
4243
4263
|
"children": [
|
|
4244
4264
|
{
|
|
4245
|
-
"
|
|
4246
|
-
"
|
|
4265
|
+
"type": "icon",
|
|
4266
|
+
"name": "gauge"
|
|
4247
4267
|
},
|
|
4248
4268
|
{
|
|
4249
|
-
"content": "Token Usage",
|
|
4250
4269
|
"variant": "h2",
|
|
4251
|
-
"type": "typography"
|
|
4270
|
+
"type": "typography",
|
|
4271
|
+
"content": "Token Usage"
|
|
4252
4272
|
},
|
|
4253
4273
|
{
|
|
4254
|
-
"label": "Normal",
|
|
4255
4274
|
"type": "badge",
|
|
4256
|
-
"variant": "default"
|
|
4275
|
+
"variant": "default",
|
|
4276
|
+
"label": "Normal"
|
|
4257
4277
|
}
|
|
4258
4278
|
],
|
|
4259
|
-
"
|
|
4260
|
-
"align": "center"
|
|
4279
|
+
"direction": "horizontal"
|
|
4261
4280
|
},
|
|
4262
4281
|
{
|
|
4263
4282
|
"type": "divider"
|
|
4264
4283
|
},
|
|
4265
4284
|
{
|
|
4266
|
-
"type": "progress-bar",
|
|
4267
4285
|
"value": "@entity.current",
|
|
4268
|
-
"max": "@entity.max"
|
|
4286
|
+
"max": "@entity.max",
|
|
4287
|
+
"type": "progress-bar"
|
|
4269
4288
|
},
|
|
4270
4289
|
{
|
|
4290
|
+
"gap": "md",
|
|
4271
4291
|
"type": "stack",
|
|
4292
|
+
"direction": "horizontal",
|
|
4272
4293
|
"children": [
|
|
4273
4294
|
{
|
|
4274
|
-
"
|
|
4295
|
+
"value": "@entity.current",
|
|
4275
4296
|
"label": "Tokens Used",
|
|
4276
|
-
"
|
|
4297
|
+
"type": "stat-display"
|
|
4277
4298
|
},
|
|
4278
4299
|
{
|
|
4279
4300
|
"type": "stat-display",
|
|
4280
4301
|
"label": "Max Tokens",
|
|
4281
4302
|
"value": "@entity.max"
|
|
4282
4303
|
}
|
|
4283
|
-
]
|
|
4284
|
-
"direction": "horizontal",
|
|
4285
|
-
"gap": "md"
|
|
4304
|
+
]
|
|
4286
4305
|
},
|
|
4287
4306
|
{
|
|
4288
4307
|
"variant": "ghost",
|
|
4289
|
-
"type": "button",
|
|
4290
4308
|
"label": "Reset",
|
|
4291
|
-
"
|
|
4292
|
-
"icon": "rotate-ccw"
|
|
4293
|
-
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
"gap": "lg",
|
|
4297
|
-
"type": "stack"
|
|
4298
|
-
}
|
|
4299
|
-
],
|
|
4300
|
-
"navItems": [
|
|
4301
|
-
{
|
|
4302
|
-
"href": "/chat",
|
|
4303
|
-
"label": "Chat",
|
|
4304
|
-
"icon": "message-circle"
|
|
4305
|
-
},
|
|
4306
|
-
{
|
|
4307
|
-
"icon": "brain",
|
|
4308
|
-
"label": "Memory",
|
|
4309
|
-
"href": "/memory"
|
|
4310
|
-
},
|
|
4311
|
-
{
|
|
4312
|
-
"label": "Settings",
|
|
4313
|
-
"icon": "settings",
|
|
4314
|
-
"href": "/settings"
|
|
4309
|
+
"type": "button",
|
|
4310
|
+
"icon": "rotate-ccw",
|
|
4311
|
+
"action": "RESET"
|
|
4312
|
+
}
|
|
4313
|
+
],
|
|
4314
|
+
"gap": "lg",
|
|
4315
|
+
"type": "stack"
|
|
4315
4316
|
}
|
|
4316
|
-
]
|
|
4317
|
-
"appName": "Agent Assistant"
|
|
4317
|
+
]
|
|
4318
4318
|
}
|
|
4319
4319
|
]
|
|
4320
4320
|
]
|
|
@@ -4333,44 +4333,41 @@
|
|
|
4333
4333
|
"render-ui",
|
|
4334
4334
|
"main",
|
|
4335
4335
|
{
|
|
4336
|
-
"type": "dashboard-layout",
|
|
4337
4336
|
"children": [
|
|
4338
4337
|
{
|
|
4338
|
+
"gap": "lg",
|
|
4339
4339
|
"children": [
|
|
4340
4340
|
{
|
|
4341
|
+
"type": "stack",
|
|
4342
|
+
"gap": "sm",
|
|
4341
4343
|
"direction": "horizontal",
|
|
4342
4344
|
"align": "center",
|
|
4343
|
-
"type": "stack",
|
|
4344
4345
|
"children": [
|
|
4345
4346
|
{
|
|
4346
|
-
"
|
|
4347
|
-
"
|
|
4347
|
+
"type": "icon",
|
|
4348
|
+
"name": "gauge"
|
|
4348
4349
|
},
|
|
4349
4350
|
{
|
|
4351
|
+
"variant": "h2",
|
|
4350
4352
|
"type": "typography",
|
|
4351
|
-
"content": "Token Usage"
|
|
4352
|
-
"variant": "h2"
|
|
4353
|
+
"content": "Token Usage"
|
|
4353
4354
|
},
|
|
4354
4355
|
{
|
|
4355
|
-
"
|
|
4356
|
+
"label": "Normal",
|
|
4356
4357
|
"type": "badge",
|
|
4357
|
-
"
|
|
4358
|
+
"variant": "default"
|
|
4358
4359
|
}
|
|
4359
|
-
]
|
|
4360
|
-
"gap": "sm"
|
|
4360
|
+
]
|
|
4361
4361
|
},
|
|
4362
4362
|
{
|
|
4363
4363
|
"type": "divider"
|
|
4364
4364
|
},
|
|
4365
4365
|
{
|
|
4366
|
-
"value": "@entity.current",
|
|
4367
4366
|
"type": "progress-bar",
|
|
4367
|
+
"value": "@entity.current",
|
|
4368
4368
|
"max": "@entity.max"
|
|
4369
4369
|
},
|
|
4370
4370
|
{
|
|
4371
|
-
"type": "stack",
|
|
4372
|
-
"direction": "horizontal",
|
|
4373
|
-
"gap": "md",
|
|
4374
4371
|
"children": [
|
|
4375
4372
|
{
|
|
4376
4373
|
"type": "stat-display",
|
|
@@ -4378,29 +4375,31 @@
|
|
|
4378
4375
|
"value": "@entity.current"
|
|
4379
4376
|
},
|
|
4380
4377
|
{
|
|
4381
|
-
"value": "@entity.max",
|
|
4382
4378
|
"label": "Max Tokens",
|
|
4379
|
+
"value": "@entity.max",
|
|
4383
4380
|
"type": "stat-display"
|
|
4384
4381
|
}
|
|
4385
|
-
]
|
|
4382
|
+
],
|
|
4383
|
+
"type": "stack",
|
|
4384
|
+
"direction": "horizontal",
|
|
4385
|
+
"gap": "md"
|
|
4386
4386
|
},
|
|
4387
4387
|
{
|
|
4388
|
-
"
|
|
4388
|
+
"type": "button",
|
|
4389
4389
|
"action": "RESET",
|
|
4390
|
+
"icon": "rotate-ccw",
|
|
4390
4391
|
"label": "Reset",
|
|
4391
|
-
"variant": "ghost"
|
|
4392
|
-
"type": "button"
|
|
4392
|
+
"variant": "ghost"
|
|
4393
4393
|
}
|
|
4394
4394
|
],
|
|
4395
|
-
"
|
|
4396
|
-
"
|
|
4397
|
-
"type": "stack"
|
|
4395
|
+
"type": "stack",
|
|
4396
|
+
"direction": "vertical"
|
|
4398
4397
|
}
|
|
4399
4398
|
],
|
|
4400
4399
|
"navItems": [
|
|
4401
4400
|
{
|
|
4402
|
-
"label": "Chat",
|
|
4403
4401
|
"href": "/chat",
|
|
4402
|
+
"label": "Chat",
|
|
4404
4403
|
"icon": "message-circle"
|
|
4405
4404
|
},
|
|
4406
4405
|
{
|
|
@@ -4414,7 +4413,8 @@
|
|
|
4414
4413
|
"href": "/settings"
|
|
4415
4414
|
}
|
|
4416
4415
|
],
|
|
4417
|
-
"appName": "Agent Assistant"
|
|
4416
|
+
"appName": "Agent Assistant",
|
|
4417
|
+
"type": "dashboard-layout"
|
|
4418
4418
|
}
|
|
4419
4419
|
]
|
|
4420
4420
|
]
|
|
@@ -4524,8 +4524,8 @@
|
|
|
4524
4524
|
"AssistantContext",
|
|
4525
4525
|
{
|
|
4526
4526
|
"emit": {
|
|
4527
|
-
"
|
|
4528
|
-
"
|
|
4527
|
+
"failure": "AssistantContextLoadFailed",
|
|
4528
|
+
"success": "AssistantContextLoaded"
|
|
4529
4529
|
}
|
|
4530
4530
|
}
|
|
4531
4531
|
]
|
|
@@ -4550,83 +4550,83 @@
|
|
|
4550
4550
|
"render-ui",
|
|
4551
4551
|
"main",
|
|
4552
4552
|
{
|
|
4553
|
-
"navItems": [
|
|
4554
|
-
{
|
|
4555
|
-
"href": "/chat",
|
|
4556
|
-
"label": "Chat",
|
|
4557
|
-
"icon": "message-circle"
|
|
4558
|
-
},
|
|
4559
|
-
{
|
|
4560
|
-
"icon": "brain",
|
|
4561
|
-
"label": "Memory",
|
|
4562
|
-
"href": "/memory"
|
|
4563
|
-
},
|
|
4564
|
-
{
|
|
4565
|
-
"icon": "settings",
|
|
4566
|
-
"label": "Settings",
|
|
4567
|
-
"href": "/settings"
|
|
4568
|
-
}
|
|
4569
|
-
],
|
|
4570
4553
|
"appName": "Agent Assistant",
|
|
4571
|
-
"type": "dashboard-layout",
|
|
4572
4554
|
"children": [
|
|
4573
4555
|
{
|
|
4574
|
-
"
|
|
4575
|
-
"direction": "vertical",
|
|
4556
|
+
"gap": "lg",
|
|
4576
4557
|
"children": [
|
|
4577
4558
|
{
|
|
4578
|
-
"gap": "md",
|
|
4579
|
-
"direction": "horizontal",
|
|
4580
|
-
"justify": "between",
|
|
4581
|
-
"type": "stack",
|
|
4582
|
-
"align": "center",
|
|
4583
4559
|
"children": [
|
|
4584
4560
|
{
|
|
4561
|
+
"type": "stack",
|
|
4585
4562
|
"align": "center",
|
|
4586
4563
|
"direction": "horizontal",
|
|
4587
|
-
"type": "stack",
|
|
4588
|
-
"gap": "md",
|
|
4589
4564
|
"children": [
|
|
4590
4565
|
{
|
|
4591
|
-
"
|
|
4592
|
-
"
|
|
4566
|
+
"type": "icon",
|
|
4567
|
+
"name": "layers"
|
|
4593
4568
|
},
|
|
4594
4569
|
{
|
|
4570
|
+
"type": "typography",
|
|
4595
4571
|
"variant": "h2",
|
|
4596
|
-
"content": "Context Window Alert"
|
|
4597
|
-
"type": "typography"
|
|
4572
|
+
"content": "Context Window Alert"
|
|
4598
4573
|
}
|
|
4599
|
-
]
|
|
4574
|
+
],
|
|
4575
|
+
"gap": "md"
|
|
4600
4576
|
},
|
|
4601
4577
|
{
|
|
4602
|
-
"action": "HIDE",
|
|
4603
|
-
"label": "Dismiss",
|
|
4604
4578
|
"variant": "ghost",
|
|
4605
4579
|
"type": "button",
|
|
4580
|
+
"label": "Dismiss",
|
|
4581
|
+
"action": "HIDE",
|
|
4606
4582
|
"icon": "x"
|
|
4607
4583
|
}
|
|
4608
|
-
]
|
|
4584
|
+
],
|
|
4585
|
+
"align": "center",
|
|
4586
|
+
"direction": "horizontal",
|
|
4587
|
+
"justify": "between",
|
|
4588
|
+
"type": "stack",
|
|
4589
|
+
"gap": "md"
|
|
4609
4590
|
},
|
|
4610
4591
|
{
|
|
4611
4592
|
"type": "divider"
|
|
4612
4593
|
},
|
|
4613
4594
|
{
|
|
4614
|
-
"message": "@entity.message",
|
|
4615
4595
|
"type": "alert",
|
|
4596
|
+
"message": "@entity.message",
|
|
4616
4597
|
"variant": "@entity.notificationType"
|
|
4617
4598
|
},
|
|
4618
4599
|
{
|
|
4619
4600
|
"type": "toast-slot"
|
|
4620
4601
|
},
|
|
4621
4602
|
{
|
|
4622
|
-
"variant": "warning",
|
|
4623
4603
|
"type": "alert",
|
|
4604
|
+
"variant": "warning",
|
|
4624
4605
|
"message": "@entity.message"
|
|
4625
4606
|
}
|
|
4626
4607
|
],
|
|
4627
|
-
"
|
|
4608
|
+
"direction": "vertical",
|
|
4609
|
+
"type": "stack"
|
|
4628
4610
|
}
|
|
4629
|
-
]
|
|
4611
|
+
],
|
|
4612
|
+
"navItems": [
|
|
4613
|
+
{
|
|
4614
|
+
"icon": "message-circle",
|
|
4615
|
+
"href": "/chat",
|
|
4616
|
+
"label": "Chat"
|
|
4617
|
+
},
|
|
4618
|
+
{
|
|
4619
|
+
"icon": "brain",
|
|
4620
|
+
"href": "/memory",
|
|
4621
|
+
"label": "Memory"
|
|
4622
|
+
},
|
|
4623
|
+
{
|
|
4624
|
+
"href": "/settings",
|
|
4625
|
+
"icon": "settings",
|
|
4626
|
+
"label": "Settings"
|
|
4627
|
+
}
|
|
4628
|
+
],
|
|
4629
|
+
"type": "dashboard-layout"
|
|
4630
4630
|
}
|
|
4631
4631
|
]
|
|
4632
4632
|
]
|
|
@@ -4650,19 +4650,38 @@
|
|
|
4650
4650
|
"render-ui",
|
|
4651
4651
|
"main",
|
|
4652
4652
|
{
|
|
4653
|
-
"
|
|
4653
|
+
"navItems": [
|
|
4654
|
+
{
|
|
4655
|
+
"icon": "message-circle",
|
|
4656
|
+
"label": "Chat",
|
|
4657
|
+
"href": "/chat"
|
|
4658
|
+
},
|
|
4659
|
+
{
|
|
4660
|
+
"label": "Memory",
|
|
4661
|
+
"href": "/memory",
|
|
4662
|
+
"icon": "brain"
|
|
4663
|
+
},
|
|
4664
|
+
{
|
|
4665
|
+
"icon": "settings",
|
|
4666
|
+
"label": "Settings",
|
|
4667
|
+
"href": "/settings"
|
|
4668
|
+
}
|
|
4669
|
+
],
|
|
4654
4670
|
"type": "dashboard-layout",
|
|
4655
4671
|
"children": [
|
|
4656
4672
|
{
|
|
4657
4673
|
"type": "stack",
|
|
4674
|
+
"direction": "vertical",
|
|
4675
|
+
"gap": "lg",
|
|
4658
4676
|
"children": [
|
|
4659
4677
|
{
|
|
4660
|
-
"gap": "md",
|
|
4661
|
-
"align": "center",
|
|
4662
4678
|
"type": "stack",
|
|
4663
|
-
"justify": "between",
|
|
4664
4679
|
"children": [
|
|
4665
4680
|
{
|
|
4681
|
+
"type": "stack",
|
|
4682
|
+
"align": "center",
|
|
4683
|
+
"direction": "horizontal",
|
|
4684
|
+
"gap": "md",
|
|
4666
4685
|
"children": [
|
|
4667
4686
|
{
|
|
4668
4687
|
"type": "icon",
|
|
@@ -4673,60 +4692,41 @@
|
|
|
4673
4692
|
"variant": "h2",
|
|
4674
4693
|
"content": "Context Window Alert"
|
|
4675
4694
|
}
|
|
4676
|
-
]
|
|
4677
|
-
"gap": "md",
|
|
4678
|
-
"align": "center",
|
|
4679
|
-
"type": "stack",
|
|
4680
|
-
"direction": "horizontal"
|
|
4695
|
+
]
|
|
4681
4696
|
},
|
|
4682
4697
|
{
|
|
4698
|
+
"type": "button",
|
|
4699
|
+
"label": "Dismiss",
|
|
4683
4700
|
"action": "HIDE",
|
|
4684
4701
|
"variant": "ghost",
|
|
4685
|
-
"
|
|
4686
|
-
"icon": "x",
|
|
4687
|
-
"type": "button"
|
|
4702
|
+
"icon": "x"
|
|
4688
4703
|
}
|
|
4689
4704
|
],
|
|
4690
|
-
"
|
|
4705
|
+
"justify": "between",
|
|
4706
|
+
"direction": "horizontal",
|
|
4707
|
+
"gap": "md",
|
|
4708
|
+
"align": "center"
|
|
4691
4709
|
},
|
|
4692
4710
|
{
|
|
4693
4711
|
"type": "divider"
|
|
4694
4712
|
},
|
|
4695
4713
|
{
|
|
4696
4714
|
"type": "alert",
|
|
4697
|
-
"
|
|
4698
|
-
"
|
|
4715
|
+
"message": "@entity.message",
|
|
4716
|
+
"variant": "@entity.notificationType"
|
|
4699
4717
|
},
|
|
4700
4718
|
{
|
|
4701
4719
|
"type": "toast-slot"
|
|
4702
4720
|
},
|
|
4703
4721
|
{
|
|
4704
|
-
"
|
|
4722
|
+
"variant": "warning",
|
|
4705
4723
|
"message": "@entity.message",
|
|
4706
|
-
"
|
|
4724
|
+
"type": "alert"
|
|
4707
4725
|
}
|
|
4708
|
-
]
|
|
4709
|
-
"direction": "vertical",
|
|
4710
|
-
"gap": "lg"
|
|
4726
|
+
]
|
|
4711
4727
|
}
|
|
4712
4728
|
],
|
|
4713
|
-
"
|
|
4714
|
-
{
|
|
4715
|
-
"href": "/chat",
|
|
4716
|
-
"icon": "message-circle",
|
|
4717
|
-
"label": "Chat"
|
|
4718
|
-
},
|
|
4719
|
-
{
|
|
4720
|
-
"href": "/memory",
|
|
4721
|
-
"icon": "brain",
|
|
4722
|
-
"label": "Memory"
|
|
4723
|
-
},
|
|
4724
|
-
{
|
|
4725
|
-
"label": "Settings",
|
|
4726
|
-
"icon": "settings",
|
|
4727
|
-
"href": "/settings"
|
|
4728
|
-
}
|
|
4729
|
-
]
|
|
4729
|
+
"appName": "Agent Assistant"
|
|
4730
4730
|
}
|
|
4731
4731
|
]
|
|
4732
4732
|
]
|
|
@@ -4898,8 +4898,8 @@
|
|
|
4898
4898
|
"AssistantContext",
|
|
4899
4899
|
{
|
|
4900
4900
|
"emit": {
|
|
4901
|
-
"
|
|
4902
|
-
"
|
|
4901
|
+
"success": "AssistantContextLoaded",
|
|
4902
|
+
"failure": "AssistantContextLoadFailed"
|
|
4903
4903
|
}
|
|
4904
4904
|
}
|
|
4905
4905
|
],
|
|
@@ -4913,8 +4913,16 @@
|
|
|
4913
4913
|
"render-ui",
|
|
4914
4914
|
"main",
|
|
4915
4915
|
{
|
|
4916
|
-
"appName": "Agent Assistant",
|
|
4917
4916
|
"type": "dashboard-layout",
|
|
4917
|
+
"appName": "Agent Assistant",
|
|
4918
|
+
"children": [
|
|
4919
|
+
{
|
|
4920
|
+
"icon": "layers",
|
|
4921
|
+
"title": "Context Window",
|
|
4922
|
+
"type": "empty-state",
|
|
4923
|
+
"description": "Context Window is ready"
|
|
4924
|
+
}
|
|
4925
|
+
],
|
|
4918
4926
|
"navItems": [
|
|
4919
4927
|
{
|
|
4920
4928
|
"href": "/chat",
|
|
@@ -4922,22 +4930,14 @@
|
|
|
4922
4930
|
"label": "Chat"
|
|
4923
4931
|
},
|
|
4924
4932
|
{
|
|
4925
|
-
"href": "/memory",
|
|
4926
4933
|
"label": "Memory",
|
|
4934
|
+
"href": "/memory",
|
|
4927
4935
|
"icon": "brain"
|
|
4928
4936
|
},
|
|
4929
4937
|
{
|
|
4930
|
-
"icon": "settings",
|
|
4931
4938
|
"label": "Settings",
|
|
4932
|
-
"href": "/settings"
|
|
4933
|
-
|
|
4934
|
-
],
|
|
4935
|
-
"children": [
|
|
4936
|
-
{
|
|
4937
|
-
"type": "empty-state",
|
|
4938
|
-
"icon": "layers",
|
|
4939
|
-
"description": "Context Window is ready",
|
|
4940
|
-
"title": "Context Window"
|
|
4939
|
+
"href": "/settings",
|
|
4940
|
+
"icon": "settings"
|
|
4941
4941
|
}
|
|
4942
4942
|
]
|
|
4943
4943
|
}
|
|
@@ -5046,8 +5046,8 @@
|
|
|
5046
5046
|
"emit",
|
|
5047
5047
|
"SHOW",
|
|
5048
5048
|
{
|
|
5049
|
-
"
|
|
5050
|
-
"
|
|
5049
|
+
"notificationType": "warning",
|
|
5050
|
+
"message": "Token usage approaching limit"
|
|
5051
5051
|
}
|
|
5052
5052
|
]
|
|
5053
5053
|
]
|
|
@@ -5090,8 +5090,8 @@
|
|
|
5090
5090
|
"emit",
|
|
5091
5091
|
"SHOW",
|
|
5092
5092
|
{
|
|
5093
|
-
"
|
|
5094
|
-
"
|
|
5093
|
+
"notificationType": "error",
|
|
5094
|
+
"message": "Token usage at limit"
|
|
5095
5095
|
}
|
|
5096
5096
|
]
|
|
5097
5097
|
]
|
|
@@ -5494,71 +5494,71 @@
|
|
|
5494
5494
|
{
|
|
5495
5495
|
"navItems": [
|
|
5496
5496
|
{
|
|
5497
|
+
"icon": "message-circle",
|
|
5497
5498
|
"label": "Chat",
|
|
5498
|
-
"href": "/chat"
|
|
5499
|
-
"icon": "message-circle"
|
|
5499
|
+
"href": "/chat"
|
|
5500
5500
|
},
|
|
5501
5501
|
{
|
|
5502
|
+
"label": "Memory",
|
|
5502
5503
|
"href": "/memory",
|
|
5503
|
-
"icon": "brain"
|
|
5504
|
-
"label": "Memory"
|
|
5504
|
+
"icon": "brain"
|
|
5505
5505
|
},
|
|
5506
5506
|
{
|
|
5507
|
+
"label": "Settings",
|
|
5507
5508
|
"href": "/settings",
|
|
5508
|
-
"icon": "settings"
|
|
5509
|
-
"label": "Settings"
|
|
5509
|
+
"icon": "settings"
|
|
5510
5510
|
}
|
|
5511
5511
|
],
|
|
5512
|
-
"type": "dashboard-layout",
|
|
5513
5512
|
"children": [
|
|
5514
5513
|
{
|
|
5515
|
-
"direction": "vertical",
|
|
5516
5514
|
"children": [
|
|
5517
5515
|
{
|
|
5518
5516
|
"type": "stack",
|
|
5519
|
-
"
|
|
5517
|
+
"gap": "md",
|
|
5520
5518
|
"children": [
|
|
5521
5519
|
{
|
|
5522
|
-
"type": "stack",
|
|
5523
5520
|
"gap": "md",
|
|
5524
|
-
"direction": "horizontal",
|
|
5525
5521
|
"children": [
|
|
5526
5522
|
{
|
|
5527
|
-
"
|
|
5528
|
-
"
|
|
5523
|
+
"name": "repeat",
|
|
5524
|
+
"type": "icon"
|
|
5529
5525
|
},
|
|
5530
5526
|
{
|
|
5531
|
-
"
|
|
5527
|
+
"variant": "h2",
|
|
5532
5528
|
"type": "typography",
|
|
5533
|
-
"
|
|
5529
|
+
"content": "Switch Provider"
|
|
5534
5530
|
}
|
|
5535
|
-
]
|
|
5531
|
+
],
|
|
5532
|
+
"direction": "horizontal",
|
|
5533
|
+
"type": "stack"
|
|
5536
5534
|
},
|
|
5537
5535
|
{
|
|
5536
|
+
"variant": "primary",
|
|
5538
5537
|
"icon": "repeat",
|
|
5539
5538
|
"type": "button",
|
|
5540
5539
|
"action": "SWITCH",
|
|
5541
|
-
"label": "Open"
|
|
5542
|
-
"variant": "primary"
|
|
5540
|
+
"label": "Open"
|
|
5543
5541
|
}
|
|
5544
5542
|
],
|
|
5545
|
-
"
|
|
5546
|
-
"
|
|
5543
|
+
"justify": "between",
|
|
5544
|
+
"direction": "horizontal"
|
|
5547
5545
|
},
|
|
5548
5546
|
{
|
|
5549
5547
|
"type": "divider"
|
|
5550
5548
|
},
|
|
5551
5549
|
{
|
|
5550
|
+
"icon": "repeat",
|
|
5552
5551
|
"description": "Click Open to view details in a modal overlay.",
|
|
5553
5552
|
"title": "Nothing open",
|
|
5554
|
-
"icon": "repeat",
|
|
5555
5553
|
"type": "empty-state"
|
|
5556
5554
|
}
|
|
5557
5555
|
],
|
|
5556
|
+
"gap": "lg",
|
|
5558
5557
|
"type": "stack",
|
|
5559
|
-
"
|
|
5558
|
+
"direction": "vertical"
|
|
5560
5559
|
}
|
|
5561
5560
|
],
|
|
5561
|
+
"type": "dashboard-layout",
|
|
5562
5562
|
"appName": "Agent Assistant"
|
|
5563
5563
|
}
|
|
5564
5564
|
]
|
|
@@ -5574,8 +5574,8 @@
|
|
|
5574
5574
|
"ProviderConfig",
|
|
5575
5575
|
{
|
|
5576
5576
|
"emit": {
|
|
5577
|
-
"
|
|
5578
|
-
"
|
|
5577
|
+
"success": "ProviderConfigLoaded",
|
|
5578
|
+
"failure": "ProviderConfigLoadFailed"
|
|
5579
5579
|
}
|
|
5580
5580
|
}
|
|
5581
5581
|
],
|
|
@@ -5585,59 +5585,59 @@
|
|
|
5585
5585
|
{
|
|
5586
5586
|
"type": "stack",
|
|
5587
5587
|
"gap": "md",
|
|
5588
|
-
"direction": "vertical",
|
|
5589
5588
|
"children": [
|
|
5590
5589
|
{
|
|
5591
|
-
"direction": "horizontal",
|
|
5592
|
-
"type": "stack",
|
|
5593
5590
|
"gap": "sm",
|
|
5591
|
+
"type": "stack",
|
|
5594
5592
|
"children": [
|
|
5595
5593
|
{
|
|
5596
|
-
"
|
|
5597
|
-
"
|
|
5594
|
+
"name": "repeat",
|
|
5595
|
+
"type": "icon"
|
|
5598
5596
|
},
|
|
5599
5597
|
{
|
|
5600
|
-
"type": "typography",
|
|
5601
5598
|
"variant": "h3",
|
|
5599
|
+
"type": "typography",
|
|
5602
5600
|
"content": "Switch Provider"
|
|
5603
5601
|
}
|
|
5604
|
-
]
|
|
5602
|
+
],
|
|
5603
|
+
"direction": "horizontal"
|
|
5605
5604
|
},
|
|
5606
5605
|
{
|
|
5607
5606
|
"type": "divider"
|
|
5608
5607
|
},
|
|
5609
5608
|
{
|
|
5610
|
-
"direction": "horizontal",
|
|
5611
5609
|
"children": [
|
|
5612
5610
|
{
|
|
5611
|
+
"variant": "caption",
|
|
5613
5612
|
"content": "Current:",
|
|
5614
|
-
"type": "typography"
|
|
5615
|
-
"variant": "caption"
|
|
5613
|
+
"type": "typography"
|
|
5616
5614
|
},
|
|
5617
5615
|
{
|
|
5618
|
-
"
|
|
5619
|
-
"
|
|
5616
|
+
"type": "badge",
|
|
5617
|
+
"label": "@entity.currentProvider"
|
|
5620
5618
|
},
|
|
5621
5619
|
{
|
|
5622
5620
|
"type": "badge",
|
|
5623
5621
|
"label": "@entity.currentModel"
|
|
5624
5622
|
}
|
|
5625
5623
|
],
|
|
5624
|
+
"direction": "horizontal",
|
|
5626
5625
|
"gap": "md",
|
|
5627
5626
|
"type": "stack"
|
|
5628
5627
|
},
|
|
5629
5628
|
{
|
|
5630
|
-
"submitEvent": "SAVE",
|
|
5631
|
-
"type": "form-section",
|
|
5632
5629
|
"mode": "edit",
|
|
5630
|
+
"entity": "@entity",
|
|
5631
|
+
"type": "form-section",
|
|
5633
5632
|
"cancelEvent": "CLOSE",
|
|
5634
5633
|
"fields": [
|
|
5635
5634
|
"currentProvider",
|
|
5636
5635
|
"currentModel"
|
|
5637
5636
|
],
|
|
5638
|
-
"
|
|
5637
|
+
"submitEvent": "SAVE"
|
|
5639
5638
|
}
|
|
5640
|
-
]
|
|
5639
|
+
],
|
|
5640
|
+
"direction": "vertical"
|
|
5641
5641
|
}
|
|
5642
5642
|
]
|
|
5643
5643
|
]
|
|
@@ -5671,74 +5671,74 @@
|
|
|
5671
5671
|
"render-ui",
|
|
5672
5672
|
"main",
|
|
5673
5673
|
{
|
|
5674
|
+
"type": "dashboard-layout",
|
|
5674
5675
|
"appName": "Agent Assistant",
|
|
5675
|
-
"navItems": [
|
|
5676
|
-
{
|
|
5677
|
-
"label": "Chat",
|
|
5678
|
-
"href": "/chat",
|
|
5679
|
-
"icon": "message-circle"
|
|
5680
|
-
},
|
|
5681
|
-
{
|
|
5682
|
-
"label": "Memory",
|
|
5683
|
-
"icon": "brain",
|
|
5684
|
-
"href": "/memory"
|
|
5685
|
-
},
|
|
5686
|
-
{
|
|
5687
|
-
"label": "Settings",
|
|
5688
|
-
"href": "/settings",
|
|
5689
|
-
"icon": "settings"
|
|
5690
|
-
}
|
|
5691
|
-
],
|
|
5692
5676
|
"children": [
|
|
5693
5677
|
{
|
|
5694
|
-
"direction": "vertical",
|
|
5695
|
-
"gap": "lg",
|
|
5696
5678
|
"type": "stack",
|
|
5679
|
+
"gap": "lg",
|
|
5697
5680
|
"children": [
|
|
5698
5681
|
{
|
|
5699
5682
|
"children": [
|
|
5700
5683
|
{
|
|
5701
5684
|
"type": "stack",
|
|
5702
|
-
"direction": "horizontal",
|
|
5703
5685
|
"children": [
|
|
5704
5686
|
{
|
|
5705
5687
|
"type": "icon",
|
|
5706
5688
|
"name": "repeat"
|
|
5707
5689
|
},
|
|
5708
5690
|
{
|
|
5691
|
+
"variant": "h2",
|
|
5709
5692
|
"type": "typography",
|
|
5710
|
-
"content": "Switch Provider"
|
|
5711
|
-
"variant": "h2"
|
|
5693
|
+
"content": "Switch Provider"
|
|
5712
5694
|
}
|
|
5713
5695
|
],
|
|
5714
|
-
"gap": "md"
|
|
5696
|
+
"gap": "md",
|
|
5697
|
+
"direction": "horizontal"
|
|
5715
5698
|
},
|
|
5716
5699
|
{
|
|
5717
|
-
"
|
|
5700
|
+
"variant": "primary",
|
|
5718
5701
|
"type": "button",
|
|
5702
|
+
"action": "SWITCH",
|
|
5719
5703
|
"icon": "repeat",
|
|
5720
|
-
"label": "Open"
|
|
5721
|
-
"variant": "primary"
|
|
5704
|
+
"label": "Open"
|
|
5722
5705
|
}
|
|
5723
5706
|
],
|
|
5724
|
-
"gap": "md",
|
|
5725
5707
|
"direction": "horizontal",
|
|
5726
5708
|
"justify": "between",
|
|
5727
|
-
"type": "stack"
|
|
5709
|
+
"type": "stack",
|
|
5710
|
+
"gap": "md"
|
|
5728
5711
|
},
|
|
5729
5712
|
{
|
|
5730
5713
|
"type": "divider"
|
|
5731
5714
|
},
|
|
5732
5715
|
{
|
|
5733
|
-
"icon": "repeat",
|
|
5734
5716
|
"type": "empty-state",
|
|
5735
|
-
"
|
|
5736
|
-
"title": "Nothing open"
|
|
5717
|
+
"icon": "repeat",
|
|
5718
|
+
"title": "Nothing open",
|
|
5719
|
+
"description": "Click Open to view details in a modal overlay."
|
|
5737
5720
|
}
|
|
5738
|
-
]
|
|
5721
|
+
],
|
|
5722
|
+
"direction": "vertical"
|
|
5739
5723
|
}
|
|
5740
5724
|
],
|
|
5741
|
-
"
|
|
5725
|
+
"navItems": [
|
|
5726
|
+
{
|
|
5727
|
+
"label": "Chat",
|
|
5728
|
+
"href": "/chat",
|
|
5729
|
+
"icon": "message-circle"
|
|
5730
|
+
},
|
|
5731
|
+
{
|
|
5732
|
+
"href": "/memory",
|
|
5733
|
+
"icon": "brain",
|
|
5734
|
+
"label": "Memory"
|
|
5735
|
+
},
|
|
5736
|
+
{
|
|
5737
|
+
"href": "/settings",
|
|
5738
|
+
"label": "Settings",
|
|
5739
|
+
"icon": "settings"
|
|
5740
|
+
}
|
|
5741
|
+
]
|
|
5742
5742
|
}
|
|
5743
5743
|
]
|
|
5744
5744
|
]
|
|
@@ -5783,19 +5783,36 @@
|
|
|
5783
5783
|
"render-ui",
|
|
5784
5784
|
"main",
|
|
5785
5785
|
{
|
|
5786
|
+
"type": "dashboard-layout",
|
|
5787
|
+
"navItems": [
|
|
5788
|
+
{
|
|
5789
|
+
"label": "Chat",
|
|
5790
|
+
"href": "/chat",
|
|
5791
|
+
"icon": "message-circle"
|
|
5792
|
+
},
|
|
5793
|
+
{
|
|
5794
|
+
"label": "Memory",
|
|
5795
|
+
"href": "/memory",
|
|
5796
|
+
"icon": "brain"
|
|
5797
|
+
},
|
|
5798
|
+
{
|
|
5799
|
+
"href": "/settings",
|
|
5800
|
+
"icon": "settings",
|
|
5801
|
+
"label": "Settings"
|
|
5802
|
+
}
|
|
5803
|
+
],
|
|
5786
5804
|
"appName": "Agent Assistant",
|
|
5787
5805
|
"children": [
|
|
5788
5806
|
{
|
|
5789
|
-
"direction": "vertical",
|
|
5790
5807
|
"type": "stack",
|
|
5808
|
+
"direction": "vertical",
|
|
5791
5809
|
"children": [
|
|
5792
5810
|
{
|
|
5793
|
-
"
|
|
5811
|
+
"gap": "md",
|
|
5812
|
+
"type": "stack",
|
|
5813
|
+
"direction": "horizontal",
|
|
5794
5814
|
"children": [
|
|
5795
5815
|
{
|
|
5796
|
-
"gap": "md",
|
|
5797
|
-
"type": "stack",
|
|
5798
|
-
"direction": "horizontal",
|
|
5799
5816
|
"children": [
|
|
5800
5817
|
{
|
|
5801
5818
|
"type": "icon",
|
|
@@ -5806,51 +5823,34 @@
|
|
|
5806
5823
|
"type": "typography",
|
|
5807
5824
|
"content": "Switch Provider"
|
|
5808
5825
|
}
|
|
5809
|
-
]
|
|
5826
|
+
],
|
|
5827
|
+
"type": "stack",
|
|
5828
|
+
"gap": "md",
|
|
5829
|
+
"direction": "horizontal"
|
|
5810
5830
|
},
|
|
5811
5831
|
{
|
|
5812
|
-
"label": "Open",
|
|
5813
|
-
"variant": "primary",
|
|
5814
5832
|
"icon": "repeat",
|
|
5833
|
+
"variant": "primary",
|
|
5815
5834
|
"type": "button",
|
|
5816
|
-
"action": "SWITCH"
|
|
5835
|
+
"action": "SWITCH",
|
|
5836
|
+
"label": "Open"
|
|
5817
5837
|
}
|
|
5818
5838
|
],
|
|
5819
|
-
"
|
|
5820
|
-
"gap": "md",
|
|
5821
|
-
"type": "stack"
|
|
5839
|
+
"justify": "between"
|
|
5822
5840
|
},
|
|
5823
5841
|
{
|
|
5824
5842
|
"type": "divider"
|
|
5825
5843
|
},
|
|
5826
5844
|
{
|
|
5845
|
+
"type": "empty-state",
|
|
5827
5846
|
"description": "Click Open to view details in a modal overlay.",
|
|
5828
5847
|
"title": "Nothing open",
|
|
5829
|
-
"type": "empty-state",
|
|
5830
5848
|
"icon": "repeat"
|
|
5831
5849
|
}
|
|
5832
5850
|
],
|
|
5833
5851
|
"gap": "lg"
|
|
5834
5852
|
}
|
|
5835
|
-
]
|
|
5836
|
-
"navItems": [
|
|
5837
|
-
{
|
|
5838
|
-
"href": "/chat",
|
|
5839
|
-
"icon": "message-circle",
|
|
5840
|
-
"label": "Chat"
|
|
5841
|
-
},
|
|
5842
|
-
{
|
|
5843
|
-
"icon": "brain",
|
|
5844
|
-
"label": "Memory",
|
|
5845
|
-
"href": "/memory"
|
|
5846
|
-
},
|
|
5847
|
-
{
|
|
5848
|
-
"icon": "settings",
|
|
5849
|
-
"label": "Settings",
|
|
5850
|
-
"href": "/settings"
|
|
5851
|
-
}
|
|
5852
|
-
],
|
|
5853
|
-
"type": "dashboard-layout"
|
|
5853
|
+
]
|
|
5854
5854
|
}
|
|
5855
5855
|
]
|
|
5856
5856
|
]
|
|
@@ -5998,71 +5998,71 @@
|
|
|
5998
5998
|
"href": "/memory"
|
|
5999
5999
|
},
|
|
6000
6000
|
{
|
|
6001
|
-
"label": "Settings",
|
|
6002
6001
|
"href": "/settings",
|
|
6003
|
-
"icon": "settings"
|
|
6002
|
+
"icon": "settings",
|
|
6003
|
+
"label": "Settings"
|
|
6004
6004
|
}
|
|
6005
6005
|
],
|
|
6006
|
-
"
|
|
6006
|
+
"appName": "Agent Assistant",
|
|
6007
6007
|
"children": [
|
|
6008
6008
|
{
|
|
6009
|
+
"direction": "vertical",
|
|
6010
|
+
"gap": "lg",
|
|
6011
|
+
"type": "stack",
|
|
6009
6012
|
"children": [
|
|
6010
6013
|
{
|
|
6011
|
-
"
|
|
6012
|
-
"justify": "between",
|
|
6014
|
+
"direction": "horizontal",
|
|
6013
6015
|
"children": [
|
|
6014
6016
|
{
|
|
6015
|
-
"gap": "md",
|
|
6016
|
-
"align": "center",
|
|
6017
|
-
"type": "stack",
|
|
6018
|
-
"direction": "horizontal",
|
|
6019
6017
|
"children": [
|
|
6020
6018
|
{
|
|
6021
|
-
"
|
|
6022
|
-
"
|
|
6019
|
+
"name": "server",
|
|
6020
|
+
"type": "icon"
|
|
6023
6021
|
},
|
|
6024
6022
|
{
|
|
6025
6023
|
"type": "typography",
|
|
6026
|
-
"
|
|
6027
|
-
"
|
|
6024
|
+
"variant": "h2",
|
|
6025
|
+
"content": "Provider Status"
|
|
6028
6026
|
}
|
|
6029
|
-
]
|
|
6027
|
+
],
|
|
6028
|
+
"gap": "md",
|
|
6029
|
+
"align": "center",
|
|
6030
|
+
"type": "stack",
|
|
6031
|
+
"direction": "horizontal"
|
|
6030
6032
|
},
|
|
6031
6033
|
{
|
|
6032
|
-
"action": "HIDE",
|
|
6033
|
-
"type": "button",
|
|
6034
6034
|
"variant": "ghost",
|
|
6035
|
+
"type": "button",
|
|
6035
6036
|
"icon": "x",
|
|
6037
|
+
"action": "HIDE",
|
|
6036
6038
|
"label": "Dismiss"
|
|
6037
6039
|
}
|
|
6038
6040
|
],
|
|
6041
|
+
"align": "center",
|
|
6039
6042
|
"type": "stack",
|
|
6040
|
-
"
|
|
6041
|
-
"
|
|
6043
|
+
"gap": "md",
|
|
6044
|
+
"justify": "between"
|
|
6042
6045
|
},
|
|
6043
6046
|
{
|
|
6044
6047
|
"type": "divider"
|
|
6045
6048
|
},
|
|
6046
6049
|
{
|
|
6047
|
-
"variant": "@entity.notificationType",
|
|
6048
6050
|
"type": "alert",
|
|
6051
|
+
"variant": "@entity.notificationType",
|
|
6049
6052
|
"message": "@entity.message"
|
|
6050
6053
|
},
|
|
6051
6054
|
{
|
|
6052
6055
|
"type": "toast-slot"
|
|
6053
6056
|
},
|
|
6054
6057
|
{
|
|
6058
|
+
"variant": "warning",
|
|
6055
6059
|
"message": "@entity.message",
|
|
6056
|
-
"type": "alert"
|
|
6057
|
-
"variant": "warning"
|
|
6060
|
+
"type": "alert"
|
|
6058
6061
|
}
|
|
6059
|
-
]
|
|
6060
|
-
"gap": "lg",
|
|
6061
|
-
"type": "stack",
|
|
6062
|
-
"direction": "vertical"
|
|
6062
|
+
]
|
|
6063
6063
|
}
|
|
6064
6064
|
],
|
|
6065
|
-
"
|
|
6065
|
+
"type": "dashboard-layout"
|
|
6066
6066
|
}
|
|
6067
6067
|
]
|
|
6068
6068
|
]
|
|
@@ -6086,83 +6086,83 @@
|
|
|
6086
6086
|
"render-ui",
|
|
6087
6087
|
"main",
|
|
6088
6088
|
{
|
|
6089
|
-
"type": "dashboard-layout",
|
|
6090
6089
|
"appName": "Agent Assistant",
|
|
6090
|
+
"navItems": [
|
|
6091
|
+
{
|
|
6092
|
+
"label": "Chat",
|
|
6093
|
+
"href": "/chat",
|
|
6094
|
+
"icon": "message-circle"
|
|
6095
|
+
},
|
|
6096
|
+
{
|
|
6097
|
+
"label": "Memory",
|
|
6098
|
+
"href": "/memory",
|
|
6099
|
+
"icon": "brain"
|
|
6100
|
+
},
|
|
6101
|
+
{
|
|
6102
|
+
"href": "/settings",
|
|
6103
|
+
"label": "Settings",
|
|
6104
|
+
"icon": "settings"
|
|
6105
|
+
}
|
|
6106
|
+
],
|
|
6091
6107
|
"children": [
|
|
6092
6108
|
{
|
|
6093
|
-
"type": "stack",
|
|
6094
|
-
"direction": "vertical",
|
|
6095
6109
|
"children": [
|
|
6096
6110
|
{
|
|
6097
6111
|
"align": "center",
|
|
6112
|
+
"justify": "between",
|
|
6113
|
+
"type": "stack",
|
|
6114
|
+
"gap": "md",
|
|
6115
|
+
"direction": "horizontal",
|
|
6098
6116
|
"children": [
|
|
6099
6117
|
{
|
|
6118
|
+
"direction": "horizontal",
|
|
6119
|
+
"gap": "md",
|
|
6120
|
+
"align": "center",
|
|
6121
|
+
"type": "stack",
|
|
6100
6122
|
"children": [
|
|
6101
6123
|
{
|
|
6102
6124
|
"name": "server",
|
|
6103
6125
|
"type": "icon"
|
|
6104
6126
|
},
|
|
6105
6127
|
{
|
|
6128
|
+
"variant": "h2",
|
|
6106
6129
|
"type": "typography",
|
|
6107
|
-
"content": "Provider Status"
|
|
6108
|
-
"variant": "h2"
|
|
6130
|
+
"content": "Provider Status"
|
|
6109
6131
|
}
|
|
6110
|
-
]
|
|
6111
|
-
"type": "stack",
|
|
6112
|
-
"gap": "md",
|
|
6113
|
-
"direction": "horizontal",
|
|
6114
|
-
"align": "center"
|
|
6132
|
+
]
|
|
6115
6133
|
},
|
|
6116
6134
|
{
|
|
6117
|
-
"icon": "x",
|
|
6118
|
-
"action": "HIDE",
|
|
6119
|
-
"variant": "ghost",
|
|
6120
6135
|
"label": "Dismiss",
|
|
6121
|
-
"
|
|
6136
|
+
"action": "HIDE",
|
|
6137
|
+
"type": "button",
|
|
6138
|
+
"icon": "x",
|
|
6139
|
+
"variant": "ghost"
|
|
6122
6140
|
}
|
|
6123
|
-
]
|
|
6124
|
-
"justify": "between",
|
|
6125
|
-
"type": "stack",
|
|
6126
|
-
"direction": "horizontal",
|
|
6127
|
-
"gap": "md"
|
|
6141
|
+
]
|
|
6128
6142
|
},
|
|
6129
6143
|
{
|
|
6130
6144
|
"type": "divider"
|
|
6131
6145
|
},
|
|
6132
6146
|
{
|
|
6133
6147
|
"message": "@entity.message",
|
|
6134
|
-
"
|
|
6135
|
-
"
|
|
6148
|
+
"variant": "@entity.notificationType",
|
|
6149
|
+
"type": "alert"
|
|
6136
6150
|
},
|
|
6137
6151
|
{
|
|
6138
6152
|
"type": "toast-slot"
|
|
6139
6153
|
},
|
|
6140
6154
|
{
|
|
6155
|
+
"type": "alert",
|
|
6141
6156
|
"variant": "warning",
|
|
6142
|
-
"message": "@entity.message"
|
|
6143
|
-
"type": "alert"
|
|
6157
|
+
"message": "@entity.message"
|
|
6144
6158
|
}
|
|
6145
6159
|
],
|
|
6160
|
+
"type": "stack",
|
|
6161
|
+
"direction": "vertical",
|
|
6146
6162
|
"gap": "lg"
|
|
6147
6163
|
}
|
|
6148
6164
|
],
|
|
6149
|
-
"
|
|
6150
|
-
{
|
|
6151
|
-
"icon": "message-circle",
|
|
6152
|
-
"href": "/chat",
|
|
6153
|
-
"label": "Chat"
|
|
6154
|
-
},
|
|
6155
|
-
{
|
|
6156
|
-
"label": "Memory",
|
|
6157
|
-
"icon": "brain",
|
|
6158
|
-
"href": "/memory"
|
|
6159
|
-
},
|
|
6160
|
-
{
|
|
6161
|
-
"href": "/settings",
|
|
6162
|
-
"icon": "settings",
|
|
6163
|
-
"label": "Settings"
|
|
6164
|
-
}
|
|
6165
|
-
]
|
|
6165
|
+
"type": "dashboard-layout"
|
|
6166
6166
|
}
|
|
6167
6167
|
]
|
|
6168
6168
|
]
|
|
@@ -6336,33 +6336,33 @@
|
|
|
6336
6336
|
"render-ui",
|
|
6337
6337
|
"main",
|
|
6338
6338
|
{
|
|
6339
|
-
"type": "dashboard-layout",
|
|
6340
|
-
"children": [
|
|
6341
|
-
{
|
|
6342
|
-
"title": "Provider",
|
|
6343
|
-
"type": "empty-state",
|
|
6344
|
-
"icon": "repeat",
|
|
6345
|
-
"description": "Provider is ready"
|
|
6346
|
-
}
|
|
6347
|
-
],
|
|
6348
6339
|
"navItems": [
|
|
6349
6340
|
{
|
|
6350
|
-
"href": "/chat",
|
|
6351
6341
|
"icon": "message-circle",
|
|
6342
|
+
"href": "/chat",
|
|
6352
6343
|
"label": "Chat"
|
|
6353
6344
|
},
|
|
6354
6345
|
{
|
|
6355
|
-
"
|
|
6346
|
+
"label": "Memory",
|
|
6356
6347
|
"icon": "brain",
|
|
6357
|
-
"
|
|
6348
|
+
"href": "/memory"
|
|
6358
6349
|
},
|
|
6359
6350
|
{
|
|
6351
|
+
"href": "/settings",
|
|
6360
6352
|
"label": "Settings",
|
|
6361
|
-
"icon": "settings"
|
|
6362
|
-
"href": "/settings"
|
|
6353
|
+
"icon": "settings"
|
|
6363
6354
|
}
|
|
6364
6355
|
],
|
|
6365
|
-
"
|
|
6356
|
+
"type": "dashboard-layout",
|
|
6357
|
+
"appName": "Agent Assistant",
|
|
6358
|
+
"children": [
|
|
6359
|
+
{
|
|
6360
|
+
"type": "empty-state",
|
|
6361
|
+
"title": "Provider",
|
|
6362
|
+
"icon": "repeat",
|
|
6363
|
+
"description": "Provider is ready"
|
|
6364
|
+
}
|
|
6365
|
+
]
|
|
6366
6366
|
}
|
|
6367
6367
|
]
|
|
6368
6368
|
]
|
|
@@ -6463,8 +6463,8 @@
|
|
|
6463
6463
|
"emit",
|
|
6464
6464
|
"SHOW",
|
|
6465
6465
|
{
|
|
6466
|
-
"
|
|
6467
|
-
"
|
|
6466
|
+
"message": "Provider switched",
|
|
6467
|
+
"notificationType": "info"
|
|
6468
6468
|
}
|
|
6469
6469
|
]
|
|
6470
6470
|
]
|
|
@@ -6654,21 +6654,21 @@
|
|
|
6654
6654
|
"main",
|
|
6655
6655
|
{
|
|
6656
6656
|
"type": "stack",
|
|
6657
|
+
"direction": "vertical",
|
|
6658
|
+
"align": "center",
|
|
6657
6659
|
"className": "py-12",
|
|
6660
|
+
"gap": "md",
|
|
6658
6661
|
"children": [
|
|
6659
6662
|
{
|
|
6660
6663
|
"type": "spinner"
|
|
6661
6664
|
},
|
|
6662
6665
|
{
|
|
6663
|
-
"
|
|
6666
|
+
"color": "muted",
|
|
6664
6667
|
"variant": "caption",
|
|
6665
|
-
"
|
|
6666
|
-
"
|
|
6668
|
+
"type": "typography",
|
|
6669
|
+
"content": "Loading…"
|
|
6667
6670
|
}
|
|
6668
|
-
]
|
|
6669
|
-
"gap": "md",
|
|
6670
|
-
"align": "center",
|
|
6671
|
-
"direction": "vertical"
|
|
6671
|
+
]
|
|
6672
6672
|
}
|
|
6673
6673
|
]
|
|
6674
6674
|
]
|
|
@@ -6682,31 +6682,50 @@
|
|
|
6682
6682
|
"render-ui",
|
|
6683
6683
|
"main",
|
|
6684
6684
|
{
|
|
6685
|
+
"type": "dashboard-layout",
|
|
6686
|
+
"appName": "Agent Assistant",
|
|
6687
|
+
"navItems": [
|
|
6688
|
+
{
|
|
6689
|
+
"icon": "message-circle",
|
|
6690
|
+
"href": "/chat",
|
|
6691
|
+
"label": "Chat"
|
|
6692
|
+
},
|
|
6693
|
+
{
|
|
6694
|
+
"icon": "brain",
|
|
6695
|
+
"label": "Memory",
|
|
6696
|
+
"href": "/memory"
|
|
6697
|
+
},
|
|
6698
|
+
{
|
|
6699
|
+
"label": "Settings",
|
|
6700
|
+
"href": "/settings",
|
|
6701
|
+
"icon": "settings"
|
|
6702
|
+
}
|
|
6703
|
+
],
|
|
6685
6704
|
"children": [
|
|
6686
6705
|
{
|
|
6687
|
-
"type": "stack",
|
|
6688
6706
|
"children": [
|
|
6689
6707
|
{
|
|
6690
|
-
"type": "stack",
|
|
6691
|
-
"align": "center",
|
|
6692
6708
|
"children": [
|
|
6693
6709
|
{
|
|
6694
6710
|
"type": "icon",
|
|
6695
6711
|
"name": "message-circle"
|
|
6696
6712
|
},
|
|
6697
6713
|
{
|
|
6714
|
+
"content": "Assistant",
|
|
6698
6715
|
"type": "typography",
|
|
6699
|
-
"variant": "h2"
|
|
6700
|
-
"content": "Assistant"
|
|
6716
|
+
"variant": "h2"
|
|
6701
6717
|
}
|
|
6702
6718
|
],
|
|
6719
|
+
"gap": "sm",
|
|
6720
|
+
"type": "stack",
|
|
6703
6721
|
"direction": "horizontal",
|
|
6704
|
-
"
|
|
6722
|
+
"align": "center"
|
|
6705
6723
|
},
|
|
6706
6724
|
{
|
|
6707
6725
|
"type": "divider"
|
|
6708
6726
|
},
|
|
6709
6727
|
{
|
|
6728
|
+
"defaultActiveTab": "chat",
|
|
6710
6729
|
"tabChangeEvent": "SELECT_TAB",
|
|
6711
6730
|
"tabs": [
|
|
6712
6731
|
{
|
|
@@ -6718,68 +6737,49 @@
|
|
|
6718
6737
|
"value": "memory"
|
|
6719
6738
|
},
|
|
6720
6739
|
{
|
|
6721
|
-
"
|
|
6722
|
-
"
|
|
6740
|
+
"value": "settings",
|
|
6741
|
+
"label": "Settings"
|
|
6723
6742
|
}
|
|
6724
6743
|
],
|
|
6725
|
-
"type": "tabs"
|
|
6726
|
-
"defaultActiveTab": "chat"
|
|
6744
|
+
"type": "tabs"
|
|
6727
6745
|
},
|
|
6728
6746
|
{
|
|
6729
6747
|
"type": "divider"
|
|
6730
6748
|
},
|
|
6731
6749
|
{
|
|
6732
|
-
"type": "data-grid",
|
|
6733
|
-
"fields": [],
|
|
6734
6750
|
"entity": "@payload.data",
|
|
6751
|
+
"fields": [],
|
|
6752
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
6735
6753
|
"renderItem": [
|
|
6736
6754
|
"fn",
|
|
6737
6755
|
"item",
|
|
6738
6756
|
{
|
|
6739
|
-
"direction": "vertical",
|
|
6740
6757
|
"type": "stack",
|
|
6741
|
-
"
|
|
6758
|
+
"direction": "vertical",
|
|
6742
6759
|
"children": [
|
|
6743
6760
|
{
|
|
6744
6761
|
"variant": "h4",
|
|
6745
|
-
"
|
|
6746
|
-
"
|
|
6762
|
+
"type": "typography",
|
|
6763
|
+
"content": "@item.messages"
|
|
6747
6764
|
},
|
|
6748
6765
|
{
|
|
6749
6766
|
"type": "typography",
|
|
6750
6767
|
"content": "@item.currentMessage",
|
|
6751
|
-
"
|
|
6752
|
-
"
|
|
6768
|
+
"variant": "caption",
|
|
6769
|
+
"color": "muted"
|
|
6753
6770
|
}
|
|
6754
|
-
]
|
|
6771
|
+
],
|
|
6772
|
+
"gap": "sm"
|
|
6755
6773
|
}
|
|
6756
6774
|
],
|
|
6757
|
-
"
|
|
6775
|
+
"type": "data-grid"
|
|
6758
6776
|
}
|
|
6759
6777
|
],
|
|
6778
|
+
"gap": "lg",
|
|
6760
6779
|
"direction": "vertical",
|
|
6761
|
-
"
|
|
6762
|
-
}
|
|
6763
|
-
],
|
|
6764
|
-
"type": "dashboard-layout",
|
|
6765
|
-
"navItems": [
|
|
6766
|
-
{
|
|
6767
|
-
"label": "Chat",
|
|
6768
|
-
"icon": "message-circle",
|
|
6769
|
-
"href": "/chat"
|
|
6770
|
-
},
|
|
6771
|
-
{
|
|
6772
|
-
"icon": "brain",
|
|
6773
|
-
"label": "Memory",
|
|
6774
|
-
"href": "/memory"
|
|
6775
|
-
},
|
|
6776
|
-
{
|
|
6777
|
-
"label": "Settings",
|
|
6778
|
-
"href": "/settings",
|
|
6779
|
-
"icon": "settings"
|
|
6780
|
+
"type": "stack"
|
|
6780
6781
|
}
|
|
6781
|
-
]
|
|
6782
|
-
"appName": "Agent Assistant"
|
|
6782
|
+
]
|
|
6783
6783
|
}
|
|
6784
6784
|
]
|
|
6785
6785
|
]
|
|
@@ -6793,6 +6793,11 @@
|
|
|
6793
6793
|
"render-ui",
|
|
6794
6794
|
"main",
|
|
6795
6795
|
{
|
|
6796
|
+
"align": "center",
|
|
6797
|
+
"direction": "vertical",
|
|
6798
|
+
"gap": "md",
|
|
6799
|
+
"type": "stack",
|
|
6800
|
+
"className": "py-12",
|
|
6796
6801
|
"children": [
|
|
6797
6802
|
{
|
|
6798
6803
|
"type": "icon",
|
|
@@ -6806,23 +6811,18 @@
|
|
|
6806
6811
|
},
|
|
6807
6812
|
{
|
|
6808
6813
|
"variant": "body",
|
|
6809
|
-
"color": "muted",
|
|
6810
6814
|
"content": "@payload.error",
|
|
6815
|
+
"color": "muted",
|
|
6811
6816
|
"type": "typography"
|
|
6812
6817
|
},
|
|
6813
6818
|
{
|
|
6814
6819
|
"action": "INIT",
|
|
6815
|
-
"icon": "rotate-ccw",
|
|
6816
|
-
"label": "Retry",
|
|
6817
6820
|
"variant": "primary",
|
|
6818
|
-
"
|
|
6821
|
+
"icon": "rotate-ccw",
|
|
6822
|
+
"type": "button",
|
|
6823
|
+
"label": "Retry"
|
|
6819
6824
|
}
|
|
6820
|
-
]
|
|
6821
|
-
"gap": "md",
|
|
6822
|
-
"align": "center",
|
|
6823
|
-
"type": "stack",
|
|
6824
|
-
"className": "py-12",
|
|
6825
|
-
"direction": "vertical"
|
|
6825
|
+
]
|
|
6826
6826
|
}
|
|
6827
6827
|
]
|
|
6828
6828
|
]
|
|
@@ -7001,8 +7001,8 @@
|
|
|
7001
7001
|
"MemorySidebar",
|
|
7002
7002
|
{
|
|
7003
7003
|
"emit": {
|
|
7004
|
-
"
|
|
7005
|
-
"
|
|
7004
|
+
"failure": "MemorySidebarLoadFailed",
|
|
7005
|
+
"success": "MemorySidebarLoaded"
|
|
7006
7006
|
}
|
|
7007
7007
|
}
|
|
7008
7008
|
]
|
|
@@ -7018,8 +7018,8 @@
|
|
|
7018
7018
|
"MemorySidebar",
|
|
7019
7019
|
{
|
|
7020
7020
|
"emit": {
|
|
7021
|
-
"
|
|
7022
|
-
"
|
|
7021
|
+
"failure": "MemorySidebarLoadFailed",
|
|
7022
|
+
"success": "MemorySidebarLoaded"
|
|
7023
7023
|
}
|
|
7024
7024
|
}
|
|
7025
7025
|
],
|
|
@@ -7027,20 +7027,20 @@
|
|
|
7027
7027
|
"render-ui",
|
|
7028
7028
|
"drawer",
|
|
7029
7029
|
{
|
|
7030
|
+
"gap": "none",
|
|
7031
|
+
"type": "stack",
|
|
7030
7032
|
"children": [
|
|
7031
7033
|
{
|
|
7032
|
-
"title": "Memory Recall",
|
|
7033
|
-
"type": "drawer",
|
|
7034
|
-
"isOpen": true,
|
|
7035
7034
|
"children": [
|
|
7036
7035
|
{
|
|
7036
|
+
"gap": "md",
|
|
7037
7037
|
"direction": "vertical",
|
|
7038
7038
|
"type": "stack",
|
|
7039
|
-
"gap": "md",
|
|
7040
7039
|
"children": [
|
|
7041
7040
|
{
|
|
7042
|
-
"direction": "horizontal",
|
|
7043
7041
|
"gap": "md",
|
|
7042
|
+
"type": "stack",
|
|
7043
|
+
"justify": "between",
|
|
7044
7044
|
"children": [
|
|
7045
7045
|
{
|
|
7046
7046
|
"content": "Content",
|
|
@@ -7053,73 +7053,82 @@
|
|
|
7053
7053
|
"content": "@entity.content"
|
|
7054
7054
|
}
|
|
7055
7055
|
],
|
|
7056
|
-
"
|
|
7057
|
-
"justify": "between"
|
|
7056
|
+
"direction": "horizontal"
|
|
7058
7057
|
},
|
|
7059
7058
|
{
|
|
7060
|
-
"type": "stack",
|
|
7061
7059
|
"justify": "between",
|
|
7060
|
+
"gap": "md",
|
|
7062
7061
|
"children": [
|
|
7063
7062
|
{
|
|
7063
|
+
"content": "Query",
|
|
7064
7064
|
"type": "typography",
|
|
7065
|
-
"variant": "caption"
|
|
7066
|
-
"content": "Query"
|
|
7065
|
+
"variant": "caption"
|
|
7067
7066
|
},
|
|
7068
7067
|
{
|
|
7069
|
-
"variant": "body",
|
|
7070
7068
|
"type": "typography",
|
|
7069
|
+
"variant": "body",
|
|
7071
7070
|
"content": "@entity.query"
|
|
7072
7071
|
}
|
|
7073
7072
|
],
|
|
7074
|
-
"
|
|
7073
|
+
"type": "stack",
|
|
7075
7074
|
"direction": "horizontal"
|
|
7076
7075
|
},
|
|
7077
7076
|
{
|
|
7078
|
-
"
|
|
7077
|
+
"gap": "md",
|
|
7079
7078
|
"children": [
|
|
7080
7079
|
{
|
|
7081
7080
|
"type": "typography",
|
|
7082
|
-
"
|
|
7083
|
-
"
|
|
7081
|
+
"content": "Strength",
|
|
7082
|
+
"variant": "caption"
|
|
7084
7083
|
},
|
|
7085
7084
|
{
|
|
7086
7085
|
"type": "typography",
|
|
7087
|
-
"
|
|
7088
|
-
"
|
|
7086
|
+
"variant": "body",
|
|
7087
|
+
"content": "@entity.strength"
|
|
7089
7088
|
}
|
|
7090
7089
|
],
|
|
7091
7090
|
"justify": "between",
|
|
7092
7091
|
"type": "stack",
|
|
7093
|
-
"
|
|
7092
|
+
"direction": "horizontal"
|
|
7094
7093
|
},
|
|
7095
7094
|
{
|
|
7096
7095
|
"type": "divider"
|
|
7097
7096
|
},
|
|
7098
7097
|
{
|
|
7098
|
+
"direction": "horizontal",
|
|
7099
|
+
"gap": "sm",
|
|
7100
|
+
"justify": "end",
|
|
7099
7101
|
"children": [
|
|
7100
7102
|
{
|
|
7101
|
-
"action": "CLOSE",
|
|
7102
7103
|
"variant": "ghost",
|
|
7103
|
-
"
|
|
7104
|
-
"label": "Close"
|
|
7104
|
+
"action": "CLOSE",
|
|
7105
|
+
"label": "Close",
|
|
7106
|
+
"type": "button"
|
|
7105
7107
|
}
|
|
7106
7108
|
],
|
|
7107
|
-
"
|
|
7108
|
-
"type": "stack",
|
|
7109
|
-
"gap": "sm",
|
|
7110
|
-
"direction": "horizontal"
|
|
7109
|
+
"type": "stack"
|
|
7111
7110
|
}
|
|
7112
7111
|
]
|
|
7113
7112
|
}
|
|
7114
|
-
]
|
|
7113
|
+
],
|
|
7114
|
+
"isOpen": true,
|
|
7115
|
+
"type": "drawer",
|
|
7116
|
+
"title": "Memory Recall"
|
|
7115
7117
|
},
|
|
7116
7118
|
{
|
|
7119
|
+
"title": "Memory Recall",
|
|
7120
|
+
"isOpen": true,
|
|
7121
|
+
"type": "side-panel",
|
|
7122
|
+
"onClose": "CLOSE",
|
|
7117
7123
|
"position": "right",
|
|
7118
7124
|
"children": [
|
|
7119
7125
|
{
|
|
7120
7126
|
"direction": "vertical",
|
|
7127
|
+
"gap": "md",
|
|
7128
|
+
"type": "stack",
|
|
7121
7129
|
"children": [
|
|
7122
7130
|
{
|
|
7131
|
+
"type": "stack",
|
|
7123
7132
|
"children": [
|
|
7124
7133
|
{
|
|
7125
7134
|
"type": "typography",
|
|
@@ -7127,65 +7136,56 @@
|
|
|
7127
7136
|
"variant": "caption"
|
|
7128
7137
|
},
|
|
7129
7138
|
{
|
|
7130
|
-
"type": "typography",
|
|
7131
7139
|
"content": "@entity.content",
|
|
7140
|
+
"type": "typography",
|
|
7132
7141
|
"variant": "body"
|
|
7133
7142
|
}
|
|
7134
7143
|
],
|
|
7135
|
-
"
|
|
7136
|
-
"type": "stack",
|
|
7144
|
+
"justify": "between",
|
|
7137
7145
|
"direction": "horizontal",
|
|
7138
|
-
"
|
|
7146
|
+
"gap": "md"
|
|
7139
7147
|
},
|
|
7140
7148
|
{
|
|
7141
|
-
"justify": "between",
|
|
7142
|
-
"type": "stack",
|
|
7143
7149
|
"gap": "md",
|
|
7144
|
-
"
|
|
7150
|
+
"justify": "between",
|
|
7145
7151
|
"children": [
|
|
7146
7152
|
{
|
|
7147
|
-
"content": "Query",
|
|
7148
7153
|
"type": "typography",
|
|
7154
|
+
"content": "Query",
|
|
7149
7155
|
"variant": "caption"
|
|
7150
7156
|
},
|
|
7151
7157
|
{
|
|
7152
|
-
"
|
|
7158
|
+
"variant": "body",
|
|
7153
7159
|
"type": "typography",
|
|
7154
|
-
"
|
|
7160
|
+
"content": "@entity.query"
|
|
7155
7161
|
}
|
|
7156
|
-
]
|
|
7162
|
+
],
|
|
7163
|
+
"type": "stack",
|
|
7164
|
+
"direction": "horizontal"
|
|
7157
7165
|
},
|
|
7158
7166
|
{
|
|
7159
7167
|
"direction": "horizontal",
|
|
7160
|
-
"
|
|
7168
|
+
"gap": "md",
|
|
7161
7169
|
"children": [
|
|
7162
7170
|
{
|
|
7163
|
-
"content": "Strength",
|
|
7164
7171
|
"variant": "caption",
|
|
7172
|
+
"content": "Strength",
|
|
7165
7173
|
"type": "typography"
|
|
7166
7174
|
},
|
|
7167
7175
|
{
|
|
7168
7176
|
"type": "typography",
|
|
7169
|
-
"
|
|
7170
|
-
"
|
|
7177
|
+
"variant": "body",
|
|
7178
|
+
"content": "@entity.strength"
|
|
7171
7179
|
}
|
|
7172
7180
|
],
|
|
7173
7181
|
"justify": "between",
|
|
7174
|
-
"
|
|
7182
|
+
"type": "stack"
|
|
7175
7183
|
}
|
|
7176
|
-
]
|
|
7177
|
-
"type": "stack",
|
|
7178
|
-
"gap": "md"
|
|
7184
|
+
]
|
|
7179
7185
|
}
|
|
7180
|
-
]
|
|
7181
|
-
"onClose": "CLOSE",
|
|
7182
|
-
"type": "side-panel",
|
|
7183
|
-
"title": "Memory Recall",
|
|
7184
|
-
"isOpen": true
|
|
7186
|
+
]
|
|
7185
7187
|
}
|
|
7186
7188
|
],
|
|
7187
|
-
"gap": "none",
|
|
7188
|
-
"type": "stack",
|
|
7189
7189
|
"direction": "vertical"
|
|
7190
7190
|
}
|
|
7191
7191
|
]
|
|
@@ -7231,4 +7231,4 @@
|
|
|
7231
7231
|
]
|
|
7232
7232
|
}
|
|
7233
7233
|
]
|
|
7234
|
-
}
|
|
7234
|
+
}
|