@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
|
@@ -299,8 +299,8 @@
|
|
|
299
299
|
"AgentContextWindow",
|
|
300
300
|
{
|
|
301
301
|
"emit": {
|
|
302
|
-
"
|
|
303
|
-
"
|
|
302
|
+
"failure": "AgentContextWindowLoadFailed",
|
|
303
|
+
"success": "AgentContextWindowLoaded"
|
|
304
304
|
}
|
|
305
305
|
}
|
|
306
306
|
],
|
|
@@ -308,36 +308,36 @@
|
|
|
308
308
|
"render-ui",
|
|
309
309
|
"main",
|
|
310
310
|
{
|
|
311
|
-
"
|
|
311
|
+
"type": "stack",
|
|
312
312
|
"children": [
|
|
313
313
|
{
|
|
314
|
-
"
|
|
314
|
+
"align": "center",
|
|
315
315
|
"type": "stack",
|
|
316
|
+
"direction": "horizontal",
|
|
317
|
+
"gap": "sm",
|
|
316
318
|
"children": [
|
|
317
319
|
{
|
|
318
|
-
"
|
|
319
|
-
"
|
|
320
|
+
"name": "gauge",
|
|
321
|
+
"type": "icon"
|
|
320
322
|
},
|
|
321
323
|
{
|
|
322
324
|
"type": "typography",
|
|
323
|
-
"
|
|
324
|
-
"
|
|
325
|
+
"variant": "h2",
|
|
326
|
+
"content": "Token Usage"
|
|
325
327
|
},
|
|
326
328
|
{
|
|
327
|
-
"variant": "default",
|
|
328
329
|
"label": "Normal",
|
|
329
|
-
"type": "badge"
|
|
330
|
+
"type": "badge",
|
|
331
|
+
"variant": "default"
|
|
330
332
|
}
|
|
331
|
-
]
|
|
332
|
-
"align": "center",
|
|
333
|
-
"gap": "sm"
|
|
333
|
+
]
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
336
|
"type": "divider"
|
|
337
337
|
},
|
|
338
338
|
{
|
|
339
|
-
"type": "progress-bar",
|
|
340
339
|
"value": "@entity.current",
|
|
340
|
+
"type": "progress-bar",
|
|
341
341
|
"max": "@entity.max"
|
|
342
342
|
},
|
|
343
343
|
{
|
|
@@ -349,24 +349,24 @@
|
|
|
349
349
|
"value": "@entity.current"
|
|
350
350
|
},
|
|
351
351
|
{
|
|
352
|
-
"type": "stat-display",
|
|
353
352
|
"label": "Max Tokens",
|
|
354
|
-
"value": "@entity.max"
|
|
353
|
+
"value": "@entity.max",
|
|
354
|
+
"type": "stat-display"
|
|
355
355
|
}
|
|
356
356
|
],
|
|
357
|
-
"
|
|
358
|
-
"
|
|
357
|
+
"gap": "md",
|
|
358
|
+
"direction": "horizontal"
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"variant": "ghost",
|
|
362
|
-
"
|
|
363
|
-
"label": "Reset",
|
|
362
|
+
"icon": "rotate-ccw",
|
|
364
363
|
"type": "button",
|
|
365
|
-
"
|
|
364
|
+
"label": "Reset",
|
|
365
|
+
"action": "RESET"
|
|
366
366
|
}
|
|
367
367
|
],
|
|
368
|
-
"
|
|
369
|
-
"
|
|
368
|
+
"direction": "vertical",
|
|
369
|
+
"gap": "lg"
|
|
370
370
|
}
|
|
371
371
|
]
|
|
372
372
|
]
|
|
@@ -396,62 +396,62 @@
|
|
|
396
396
|
{
|
|
397
397
|
"children": [
|
|
398
398
|
{
|
|
399
|
-
"direction": "horizontal",
|
|
400
399
|
"type": "stack",
|
|
400
|
+
"direction": "horizontal",
|
|
401
401
|
"children": [
|
|
402
402
|
{
|
|
403
403
|
"name": "gauge",
|
|
404
404
|
"type": "icon"
|
|
405
405
|
},
|
|
406
406
|
{
|
|
407
|
+
"content": "Token Usage",
|
|
407
408
|
"variant": "h2",
|
|
408
|
-
"type": "typography"
|
|
409
|
-
"content": "Token Usage"
|
|
409
|
+
"type": "typography"
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
|
+
"label": "Normal",
|
|
412
413
|
"variant": "default",
|
|
413
|
-
"type": "badge"
|
|
414
|
-
"label": "Normal"
|
|
414
|
+
"type": "badge"
|
|
415
415
|
}
|
|
416
416
|
],
|
|
417
|
-
"
|
|
418
|
-
"
|
|
417
|
+
"align": "center",
|
|
418
|
+
"gap": "sm"
|
|
419
419
|
},
|
|
420
420
|
{
|
|
421
421
|
"type": "divider"
|
|
422
422
|
},
|
|
423
423
|
{
|
|
424
|
-
"max": "@entity.max",
|
|
425
424
|
"value": "@entity.current",
|
|
426
|
-
"type": "progress-bar"
|
|
425
|
+
"type": "progress-bar",
|
|
426
|
+
"max": "@entity.max"
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
|
-
"type": "stack",
|
|
430
|
-
"gap": "md",
|
|
431
429
|
"direction": "horizontal",
|
|
432
430
|
"children": [
|
|
433
431
|
{
|
|
434
432
|
"value": "@entity.current",
|
|
435
|
-
"
|
|
436
|
-
"
|
|
433
|
+
"type": "stat-display",
|
|
434
|
+
"label": "Tokens Used"
|
|
437
435
|
},
|
|
438
436
|
{
|
|
439
437
|
"type": "stat-display",
|
|
440
438
|
"label": "Max Tokens",
|
|
441
439
|
"value": "@entity.max"
|
|
442
440
|
}
|
|
443
|
-
]
|
|
441
|
+
],
|
|
442
|
+
"gap": "md",
|
|
443
|
+
"type": "stack"
|
|
444
444
|
},
|
|
445
445
|
{
|
|
446
|
+
"type": "button",
|
|
446
447
|
"icon": "rotate-ccw",
|
|
447
448
|
"variant": "ghost",
|
|
448
|
-
"
|
|
449
|
-
"
|
|
450
|
-
"label": "Reset"
|
|
449
|
+
"label": "Reset",
|
|
450
|
+
"action": "RESET"
|
|
451
451
|
}
|
|
452
452
|
],
|
|
453
|
-
"type": "stack",
|
|
454
453
|
"gap": "lg",
|
|
454
|
+
"type": "stack",
|
|
455
455
|
"direction": "vertical"
|
|
456
456
|
}
|
|
457
457
|
]
|
|
@@ -492,9 +492,11 @@
|
|
|
492
492
|
"render-ui",
|
|
493
493
|
"main",
|
|
494
494
|
{
|
|
495
|
+
"type": "stack",
|
|
496
|
+
"gap": "lg",
|
|
497
|
+
"direction": "vertical",
|
|
495
498
|
"children": [
|
|
496
499
|
{
|
|
497
|
-
"gap": "sm",
|
|
498
500
|
"align": "center",
|
|
499
501
|
"children": [
|
|
500
502
|
{
|
|
@@ -503,25 +505,26 @@
|
|
|
503
505
|
},
|
|
504
506
|
{
|
|
505
507
|
"variant": "h2",
|
|
506
|
-
"
|
|
507
|
-
"
|
|
508
|
+
"content": "Token Usage",
|
|
509
|
+
"type": "typography"
|
|
508
510
|
},
|
|
509
511
|
{
|
|
510
512
|
"type": "badge",
|
|
511
|
-
"
|
|
512
|
-
"
|
|
513
|
+
"variant": "warning",
|
|
514
|
+
"label": "Warning"
|
|
513
515
|
}
|
|
514
516
|
],
|
|
517
|
+
"type": "stack",
|
|
515
518
|
"direction": "horizontal",
|
|
516
|
-
"
|
|
519
|
+
"gap": "sm"
|
|
517
520
|
},
|
|
518
521
|
{
|
|
519
522
|
"type": "divider"
|
|
520
523
|
},
|
|
521
524
|
{
|
|
525
|
+
"message": "Token usage approaching limit. Consider compacting.",
|
|
522
526
|
"type": "alert",
|
|
523
|
-
"variant": "warning"
|
|
524
|
-
"message": "Token usage approaching limit. Consider compacting."
|
|
527
|
+
"variant": "warning"
|
|
525
528
|
},
|
|
526
529
|
{
|
|
527
530
|
"type": "progress-bar",
|
|
@@ -529,21 +532,21 @@
|
|
|
529
532
|
"max": "@entity.max"
|
|
530
533
|
},
|
|
531
534
|
{
|
|
532
|
-
"type": "stack",
|
|
533
535
|
"direction": "horizontal",
|
|
536
|
+
"type": "stack",
|
|
537
|
+
"gap": "md",
|
|
534
538
|
"children": [
|
|
535
539
|
{
|
|
536
|
-
"
|
|
540
|
+
"label": "Tokens Used",
|
|
537
541
|
"type": "stat-display",
|
|
538
|
-
"
|
|
542
|
+
"value": "@entity.current"
|
|
539
543
|
},
|
|
540
544
|
{
|
|
541
|
-
"
|
|
545
|
+
"label": "Max Tokens",
|
|
542
546
|
"type": "stat-display",
|
|
543
|
-
"
|
|
547
|
+
"value": "@entity.max"
|
|
544
548
|
}
|
|
545
|
-
]
|
|
546
|
-
"gap": "md"
|
|
549
|
+
]
|
|
547
550
|
},
|
|
548
551
|
{
|
|
549
552
|
"children": [
|
|
@@ -551,25 +554,22 @@
|
|
|
551
554
|
"variant": "primary",
|
|
552
555
|
"icon": "minimize-2",
|
|
553
556
|
"label": "Compact",
|
|
554
|
-
"
|
|
555
|
-
"
|
|
557
|
+
"action": "COMPACT",
|
|
558
|
+
"type": "button"
|
|
556
559
|
},
|
|
557
560
|
{
|
|
558
|
-
"type": "button",
|
|
559
561
|
"icon": "rotate-ccw",
|
|
562
|
+
"type": "button",
|
|
563
|
+
"label": "Reset",
|
|
560
564
|
"action": "RESET",
|
|
561
|
-
"variant": "ghost"
|
|
562
|
-
"label": "Reset"
|
|
565
|
+
"variant": "ghost"
|
|
563
566
|
}
|
|
564
567
|
],
|
|
565
568
|
"type": "stack",
|
|
566
|
-
"
|
|
567
|
-
"
|
|
569
|
+
"direction": "horizontal",
|
|
570
|
+
"gap": "sm"
|
|
568
571
|
}
|
|
569
|
-
]
|
|
570
|
-
"gap": "lg",
|
|
571
|
-
"type": "stack",
|
|
572
|
-
"direction": "vertical"
|
|
572
|
+
]
|
|
573
573
|
}
|
|
574
574
|
]
|
|
575
575
|
]
|
|
@@ -597,19 +597,22 @@
|
|
|
597
597
|
"render-ui",
|
|
598
598
|
"main",
|
|
599
599
|
{
|
|
600
|
+
"type": "stack",
|
|
600
601
|
"direction": "vertical",
|
|
602
|
+
"gap": "lg",
|
|
601
603
|
"children": [
|
|
602
604
|
{
|
|
603
|
-
"
|
|
605
|
+
"gap": "sm",
|
|
606
|
+
"type": "stack",
|
|
604
607
|
"children": [
|
|
605
608
|
{
|
|
606
609
|
"type": "icon",
|
|
607
610
|
"name": "alert-octagon"
|
|
608
611
|
},
|
|
609
612
|
{
|
|
610
|
-
"variant": "h2",
|
|
611
613
|
"content": "Token Usage",
|
|
612
|
-
"type": "typography"
|
|
614
|
+
"type": "typography",
|
|
615
|
+
"variant": "h2"
|
|
613
616
|
},
|
|
614
617
|
{
|
|
615
618
|
"label": "Critical",
|
|
@@ -617,22 +620,21 @@
|
|
|
617
620
|
"variant": "danger"
|
|
618
621
|
}
|
|
619
622
|
],
|
|
620
|
-
"
|
|
621
|
-
"
|
|
622
|
-
"type": "stack"
|
|
623
|
+
"align": "center",
|
|
624
|
+
"direction": "horizontal"
|
|
623
625
|
},
|
|
624
626
|
{
|
|
625
627
|
"type": "divider"
|
|
626
628
|
},
|
|
627
629
|
{
|
|
628
630
|
"variant": "error",
|
|
629
|
-
"
|
|
630
|
-
"
|
|
631
|
+
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
632
|
+
"type": "alert"
|
|
631
633
|
},
|
|
632
634
|
{
|
|
635
|
+
"type": "progress-bar",
|
|
633
636
|
"max": "@entity.max",
|
|
634
|
-
"value": "@entity.current"
|
|
635
|
-
"type": "progress-bar"
|
|
637
|
+
"value": "@entity.current"
|
|
636
638
|
},
|
|
637
639
|
{
|
|
638
640
|
"children": [
|
|
@@ -642,39 +644,37 @@
|
|
|
642
644
|
"label": "Tokens Used"
|
|
643
645
|
},
|
|
644
646
|
{
|
|
647
|
+
"type": "stat-display",
|
|
645
648
|
"label": "Max Tokens",
|
|
646
|
-
"value": "@entity.max"
|
|
647
|
-
"type": "stat-display"
|
|
649
|
+
"value": "@entity.max"
|
|
648
650
|
}
|
|
649
651
|
],
|
|
650
652
|
"gap": "md",
|
|
651
|
-
"
|
|
652
|
-
"
|
|
653
|
+
"direction": "horizontal",
|
|
654
|
+
"type": "stack"
|
|
653
655
|
},
|
|
654
656
|
{
|
|
655
|
-
"direction": "horizontal",
|
|
656
657
|
"gap": "sm",
|
|
657
|
-
"
|
|
658
|
+
"direction": "horizontal",
|
|
658
659
|
"children": [
|
|
659
660
|
{
|
|
660
|
-
"icon": "minimize-2",
|
|
661
661
|
"label": "Compact Now",
|
|
662
|
-
"type": "button",
|
|
663
662
|
"variant": "primary",
|
|
664
|
-
"action": "COMPACT"
|
|
663
|
+
"action": "COMPACT",
|
|
664
|
+
"icon": "minimize-2",
|
|
665
|
+
"type": "button"
|
|
665
666
|
},
|
|
666
667
|
{
|
|
667
|
-
"type": "button",
|
|
668
|
-
"label": "Reset",
|
|
669
668
|
"action": "RESET",
|
|
670
669
|
"variant": "ghost",
|
|
670
|
+
"label": "Reset",
|
|
671
|
+
"type": "button",
|
|
671
672
|
"icon": "rotate-ccw"
|
|
672
673
|
}
|
|
673
|
-
]
|
|
674
|
+
],
|
|
675
|
+
"type": "stack"
|
|
674
676
|
}
|
|
675
|
-
]
|
|
676
|
-
"gap": "lg",
|
|
677
|
-
"type": "stack"
|
|
677
|
+
]
|
|
678
678
|
}
|
|
679
679
|
]
|
|
680
680
|
]
|
|
@@ -699,27 +699,27 @@
|
|
|
699
699
|
"render-ui",
|
|
700
700
|
"main",
|
|
701
701
|
{
|
|
702
|
-
"type": "stack",
|
|
703
702
|
"gap": "lg",
|
|
703
|
+
"direction": "vertical",
|
|
704
704
|
"children": [
|
|
705
705
|
{
|
|
706
|
+
"align": "center",
|
|
706
707
|
"children": [
|
|
707
708
|
{
|
|
708
|
-
"
|
|
709
|
-
"
|
|
709
|
+
"name": "gauge",
|
|
710
|
+
"type": "icon"
|
|
710
711
|
},
|
|
711
712
|
{
|
|
712
|
-
"content": "Token Usage",
|
|
713
713
|
"variant": "h2",
|
|
714
|
-
"type": "typography"
|
|
714
|
+
"type": "typography",
|
|
715
|
+
"content": "Token Usage"
|
|
715
716
|
},
|
|
716
717
|
{
|
|
717
|
-
"
|
|
718
|
+
"label": "Normal",
|
|
718
719
|
"variant": "default",
|
|
719
|
-
"
|
|
720
|
+
"type": "badge"
|
|
720
721
|
}
|
|
721
722
|
],
|
|
722
|
-
"align": "center",
|
|
723
723
|
"direction": "horizontal",
|
|
724
724
|
"gap": "sm",
|
|
725
725
|
"type": "stack"
|
|
@@ -728,21 +728,21 @@
|
|
|
728
728
|
"type": "divider"
|
|
729
729
|
},
|
|
730
730
|
{
|
|
731
|
+
"type": "progress-bar",
|
|
731
732
|
"value": "@entity.current",
|
|
732
|
-
"max": "@entity.max"
|
|
733
|
-
"type": "progress-bar"
|
|
733
|
+
"max": "@entity.max"
|
|
734
734
|
},
|
|
735
735
|
{
|
|
736
736
|
"children": [
|
|
737
737
|
{
|
|
738
|
-
"value": "@entity.current",
|
|
739
738
|
"type": "stat-display",
|
|
740
|
-
"label": "Tokens Used"
|
|
739
|
+
"label": "Tokens Used",
|
|
740
|
+
"value": "@entity.current"
|
|
741
741
|
},
|
|
742
742
|
{
|
|
743
|
-
"type": "stat-display",
|
|
744
743
|
"label": "Max Tokens",
|
|
745
|
-
"value": "@entity.max"
|
|
744
|
+
"value": "@entity.max",
|
|
745
|
+
"type": "stat-display"
|
|
746
746
|
}
|
|
747
747
|
],
|
|
748
748
|
"gap": "md",
|
|
@@ -750,14 +750,14 @@
|
|
|
750
750
|
"direction": "horizontal"
|
|
751
751
|
},
|
|
752
752
|
{
|
|
753
|
+
"label": "Reset",
|
|
753
754
|
"icon": "rotate-ccw",
|
|
755
|
+
"variant": "ghost",
|
|
754
756
|
"type": "button",
|
|
755
|
-
"
|
|
756
|
-
"action": "RESET",
|
|
757
|
-
"variant": "ghost"
|
|
757
|
+
"action": "RESET"
|
|
758
758
|
}
|
|
759
759
|
],
|
|
760
|
-
"
|
|
760
|
+
"type": "stack"
|
|
761
761
|
}
|
|
762
762
|
]
|
|
763
763
|
]
|
|
@@ -778,13 +778,9 @@
|
|
|
778
778
|
{
|
|
779
779
|
"gap": "lg",
|
|
780
780
|
"type": "stack",
|
|
781
|
-
"direction": "vertical",
|
|
782
781
|
"children": [
|
|
783
782
|
{
|
|
784
783
|
"align": "center",
|
|
785
|
-
"direction": "horizontal",
|
|
786
|
-
"gap": "sm",
|
|
787
|
-
"type": "stack",
|
|
788
784
|
"children": [
|
|
789
785
|
{
|
|
790
786
|
"type": "icon",
|
|
@@ -792,28 +788,28 @@
|
|
|
792
788
|
},
|
|
793
789
|
{
|
|
794
790
|
"content": "Token Usage",
|
|
795
|
-
"
|
|
796
|
-
"
|
|
791
|
+
"type": "typography",
|
|
792
|
+
"variant": "h2"
|
|
797
793
|
},
|
|
798
794
|
{
|
|
799
795
|
"variant": "default",
|
|
800
796
|
"type": "badge",
|
|
801
797
|
"label": "Normal"
|
|
802
798
|
}
|
|
803
|
-
]
|
|
799
|
+
],
|
|
800
|
+
"type": "stack",
|
|
801
|
+
"gap": "sm",
|
|
802
|
+
"direction": "horizontal"
|
|
804
803
|
},
|
|
805
804
|
{
|
|
806
805
|
"type": "divider"
|
|
807
806
|
},
|
|
808
807
|
{
|
|
808
|
+
"value": "@entity.current",
|
|
809
809
|
"max": "@entity.max",
|
|
810
|
-
"type": "progress-bar"
|
|
811
|
-
"value": "@entity.current"
|
|
810
|
+
"type": "progress-bar"
|
|
812
811
|
},
|
|
813
812
|
{
|
|
814
|
-
"type": "stack",
|
|
815
|
-
"direction": "horizontal",
|
|
816
|
-
"gap": "md",
|
|
817
813
|
"children": [
|
|
818
814
|
{
|
|
819
815
|
"type": "stat-display",
|
|
@@ -822,19 +818,23 @@
|
|
|
822
818
|
},
|
|
823
819
|
{
|
|
824
820
|
"value": "@entity.max",
|
|
825
|
-
"
|
|
826
|
-
"
|
|
821
|
+
"label": "Max Tokens",
|
|
822
|
+
"type": "stat-display"
|
|
827
823
|
}
|
|
828
|
-
]
|
|
824
|
+
],
|
|
825
|
+
"gap": "md",
|
|
826
|
+
"direction": "horizontal",
|
|
827
|
+
"type": "stack"
|
|
829
828
|
},
|
|
830
829
|
{
|
|
831
|
-
"
|
|
832
|
-
"icon": "rotate-ccw",
|
|
833
|
-
"variant": "ghost",
|
|
830
|
+
"action": "RESET",
|
|
834
831
|
"label": "Reset",
|
|
835
|
-
"
|
|
832
|
+
"variant": "ghost",
|
|
833
|
+
"icon": "rotate-ccw",
|
|
834
|
+
"type": "button"
|
|
836
835
|
}
|
|
837
|
-
]
|
|
836
|
+
],
|
|
837
|
+
"direction": "vertical"
|
|
838
838
|
}
|
|
839
839
|
]
|
|
840
840
|
]
|
|
@@ -877,41 +877,43 @@
|
|
|
877
877
|
"type": "stack",
|
|
878
878
|
"children": [
|
|
879
879
|
{
|
|
880
|
-
"gap": "sm",
|
|
881
|
-
"direction": "horizontal",
|
|
882
|
-
"align": "center",
|
|
883
880
|
"type": "stack",
|
|
881
|
+
"align": "center",
|
|
884
882
|
"children": [
|
|
885
883
|
{
|
|
886
|
-
"
|
|
887
|
-
"
|
|
884
|
+
"name": "alert-triangle",
|
|
885
|
+
"type": "icon"
|
|
888
886
|
},
|
|
889
887
|
{
|
|
890
|
-
"
|
|
888
|
+
"variant": "h2",
|
|
891
889
|
"content": "Token Usage",
|
|
892
|
-
"
|
|
890
|
+
"type": "typography"
|
|
893
891
|
},
|
|
894
892
|
{
|
|
895
893
|
"type": "badge",
|
|
896
894
|
"label": "Warning",
|
|
897
895
|
"variant": "warning"
|
|
898
896
|
}
|
|
899
|
-
]
|
|
897
|
+
],
|
|
898
|
+
"gap": "sm",
|
|
899
|
+
"direction": "horizontal"
|
|
900
900
|
},
|
|
901
901
|
{
|
|
902
902
|
"type": "divider"
|
|
903
903
|
},
|
|
904
904
|
{
|
|
905
|
-
"message": "Token usage approaching limit. Consider compacting.",
|
|
906
905
|
"type": "alert",
|
|
907
|
-
"variant": "warning"
|
|
906
|
+
"variant": "warning",
|
|
907
|
+
"message": "Token usage approaching limit. Consider compacting."
|
|
908
908
|
},
|
|
909
909
|
{
|
|
910
|
-
"
|
|
910
|
+
"max": "@entity.max",
|
|
911
911
|
"value": "@entity.current",
|
|
912
|
-
"
|
|
912
|
+
"type": "progress-bar"
|
|
913
913
|
},
|
|
914
914
|
{
|
|
915
|
+
"type": "stack",
|
|
916
|
+
"gap": "md",
|
|
915
917
|
"children": [
|
|
916
918
|
{
|
|
917
919
|
"value": "@entity.current",
|
|
@@ -919,33 +921,31 @@
|
|
|
919
921
|
"label": "Tokens Used"
|
|
920
922
|
},
|
|
921
923
|
{
|
|
922
|
-
"type": "stat-display",
|
|
923
924
|
"label": "Max Tokens",
|
|
925
|
+
"type": "stat-display",
|
|
924
926
|
"value": "@entity.max"
|
|
925
927
|
}
|
|
926
928
|
],
|
|
927
|
-
"type": "stack",
|
|
928
|
-
"gap": "md",
|
|
929
929
|
"direction": "horizontal"
|
|
930
930
|
},
|
|
931
931
|
{
|
|
932
|
-
"direction": "horizontal",
|
|
933
932
|
"gap": "sm",
|
|
934
933
|
"type": "stack",
|
|
934
|
+
"direction": "horizontal",
|
|
935
935
|
"children": [
|
|
936
936
|
{
|
|
937
|
-
"
|
|
937
|
+
"variant": "primary",
|
|
938
|
+
"icon": "minimize-2",
|
|
938
939
|
"action": "COMPACT",
|
|
939
940
|
"type": "button",
|
|
940
|
-
"
|
|
941
|
-
"variant": "primary"
|
|
941
|
+
"label": "Compact"
|
|
942
942
|
},
|
|
943
943
|
{
|
|
944
|
-
"action": "RESET",
|
|
945
|
-
"variant": "ghost",
|
|
946
944
|
"type": "button",
|
|
945
|
+
"variant": "ghost",
|
|
946
|
+
"icon": "rotate-ccw",
|
|
947
947
|
"label": "Reset",
|
|
948
|
-
"
|
|
948
|
+
"action": "RESET"
|
|
949
949
|
}
|
|
950
950
|
]
|
|
951
951
|
}
|
|
@@ -979,55 +979,56 @@
|
|
|
979
979
|
"render-ui",
|
|
980
980
|
"main",
|
|
981
981
|
{
|
|
982
|
-
"
|
|
982
|
+
"type": "stack",
|
|
983
|
+
"direction": "vertical",
|
|
983
984
|
"children": [
|
|
984
985
|
{
|
|
986
|
+
"align": "center",
|
|
985
987
|
"children": [
|
|
986
988
|
{
|
|
987
989
|
"type": "icon",
|
|
988
990
|
"name": "alert-octagon"
|
|
989
991
|
},
|
|
990
992
|
{
|
|
993
|
+
"variant": "h2",
|
|
991
994
|
"type": "typography",
|
|
992
|
-
"content": "Token Usage"
|
|
993
|
-
"variant": "h2"
|
|
995
|
+
"content": "Token Usage"
|
|
994
996
|
},
|
|
995
997
|
{
|
|
998
|
+
"label": "Critical",
|
|
996
999
|
"variant": "danger",
|
|
997
|
-
"type": "badge"
|
|
998
|
-
"label": "Critical"
|
|
1000
|
+
"type": "badge"
|
|
999
1001
|
}
|
|
1000
1002
|
],
|
|
1001
|
-
"align": "center",
|
|
1002
|
-
"type": "stack",
|
|
1003
1003
|
"direction": "horizontal",
|
|
1004
|
-
"gap": "sm"
|
|
1004
|
+
"gap": "sm",
|
|
1005
|
+
"type": "stack"
|
|
1005
1006
|
},
|
|
1006
1007
|
{
|
|
1007
1008
|
"type": "divider"
|
|
1008
1009
|
},
|
|
1009
1010
|
{
|
|
1010
|
-
"
|
|
1011
|
+
"message": "Token usage critical. Compact immediately to avoid truncation.",
|
|
1011
1012
|
"type": "alert",
|
|
1012
|
-
"
|
|
1013
|
+
"variant": "error"
|
|
1013
1014
|
},
|
|
1014
1015
|
{
|
|
1016
|
+
"type": "progress-bar",
|
|
1015
1017
|
"value": "@entity.current",
|
|
1016
|
-
"max": "@entity.max"
|
|
1017
|
-
"type": "progress-bar"
|
|
1018
|
+
"max": "@entity.max"
|
|
1018
1019
|
},
|
|
1019
1020
|
{
|
|
1020
1021
|
"type": "stack",
|
|
1021
1022
|
"children": [
|
|
1022
1023
|
{
|
|
1023
1024
|
"value": "@entity.current",
|
|
1024
|
-
"
|
|
1025
|
-
"
|
|
1025
|
+
"type": "stat-display",
|
|
1026
|
+
"label": "Tokens Used"
|
|
1026
1027
|
},
|
|
1027
1028
|
{
|
|
1028
1029
|
"label": "Max Tokens",
|
|
1029
|
-
"
|
|
1030
|
-
"
|
|
1030
|
+
"type": "stat-display",
|
|
1031
|
+
"value": "@entity.max"
|
|
1031
1032
|
}
|
|
1032
1033
|
],
|
|
1033
1034
|
"direction": "horizontal",
|
|
@@ -1039,24 +1040,23 @@
|
|
|
1039
1040
|
"gap": "sm",
|
|
1040
1041
|
"children": [
|
|
1041
1042
|
{
|
|
1042
|
-
"
|
|
1043
|
+
"variant": "primary",
|
|
1043
1044
|
"action": "COMPACT",
|
|
1044
1045
|
"type": "button",
|
|
1045
|
-
"
|
|
1046
|
+
"label": "Compact Now",
|
|
1046
1047
|
"icon": "minimize-2"
|
|
1047
1048
|
},
|
|
1048
1049
|
{
|
|
1049
|
-
"variant": "ghost",
|
|
1050
1050
|
"icon": "rotate-ccw",
|
|
1051
1051
|
"action": "RESET",
|
|
1052
1052
|
"type": "button",
|
|
1053
|
+
"variant": "ghost",
|
|
1053
1054
|
"label": "Reset"
|
|
1054
1055
|
}
|
|
1055
1056
|
]
|
|
1056
1057
|
}
|
|
1057
1058
|
],
|
|
1058
|
-
"
|
|
1059
|
-
"direction": "vertical"
|
|
1059
|
+
"gap": "lg"
|
|
1060
1060
|
}
|
|
1061
1061
|
]
|
|
1062
1062
|
]
|
|
@@ -1085,64 +1085,64 @@
|
|
|
1085
1085
|
"main",
|
|
1086
1086
|
{
|
|
1087
1087
|
"type": "stack",
|
|
1088
|
+
"direction": "vertical",
|
|
1088
1089
|
"children": [
|
|
1089
1090
|
{
|
|
1090
1091
|
"children": [
|
|
1091
1092
|
{
|
|
1092
|
-
"
|
|
1093
|
-
"
|
|
1093
|
+
"name": "gauge",
|
|
1094
|
+
"type": "icon"
|
|
1094
1095
|
},
|
|
1095
1096
|
{
|
|
1096
|
-
"variant": "h2",
|
|
1097
1097
|
"type": "typography",
|
|
1098
|
-
"content": "Token Usage"
|
|
1098
|
+
"content": "Token Usage",
|
|
1099
|
+
"variant": "h2"
|
|
1099
1100
|
},
|
|
1100
1101
|
{
|
|
1101
|
-
"variant": "default",
|
|
1102
1102
|
"label": "Normal",
|
|
1103
|
+
"variant": "default",
|
|
1103
1104
|
"type": "badge"
|
|
1104
1105
|
}
|
|
1105
1106
|
],
|
|
1106
|
-
"gap": "sm",
|
|
1107
1107
|
"direction": "horizontal",
|
|
1108
|
-
"
|
|
1109
|
-
"
|
|
1108
|
+
"type": "stack",
|
|
1109
|
+
"gap": "sm",
|
|
1110
|
+
"align": "center"
|
|
1110
1111
|
},
|
|
1111
1112
|
{
|
|
1112
1113
|
"type": "divider"
|
|
1113
1114
|
},
|
|
1114
1115
|
{
|
|
1115
1116
|
"value": "@entity.current",
|
|
1116
|
-
"
|
|
1117
|
-
"
|
|
1117
|
+
"max": "@entity.max",
|
|
1118
|
+
"type": "progress-bar"
|
|
1118
1119
|
},
|
|
1119
1120
|
{
|
|
1120
|
-
"gap": "md",
|
|
1121
|
-
"direction": "horizontal",
|
|
1122
|
-
"type": "stack",
|
|
1123
1121
|
"children": [
|
|
1124
1122
|
{
|
|
1125
|
-
"type": "stat-display",
|
|
1126
1123
|
"label": "Tokens Used",
|
|
1124
|
+
"type": "stat-display",
|
|
1127
1125
|
"value": "@entity.current"
|
|
1128
1126
|
},
|
|
1129
1127
|
{
|
|
1130
|
-
"value": "@entity.max",
|
|
1131
1128
|
"type": "stat-display",
|
|
1129
|
+
"value": "@entity.max",
|
|
1132
1130
|
"label": "Max Tokens"
|
|
1133
1131
|
}
|
|
1134
|
-
]
|
|
1132
|
+
],
|
|
1133
|
+
"gap": "md",
|
|
1134
|
+
"type": "stack",
|
|
1135
|
+
"direction": "horizontal"
|
|
1135
1136
|
},
|
|
1136
1137
|
{
|
|
1137
|
-
"
|
|
1138
|
-
"variant": "ghost",
|
|
1139
|
-
"type": "button",
|
|
1138
|
+
"action": "RESET",
|
|
1140
1139
|
"icon": "rotate-ccw",
|
|
1141
|
-
"
|
|
1140
|
+
"type": "button",
|
|
1141
|
+
"variant": "ghost",
|
|
1142
|
+
"label": "Reset"
|
|
1142
1143
|
}
|
|
1143
1144
|
],
|
|
1144
|
-
"gap": "lg"
|
|
1145
|
-
"direction": "vertical"
|
|
1145
|
+
"gap": "lg"
|
|
1146
1146
|
}
|
|
1147
1147
|
]
|
|
1148
1148
|
]
|
|
@@ -1167,15 +1167,11 @@
|
|
|
1167
1167
|
"render-ui",
|
|
1168
1168
|
"main",
|
|
1169
1169
|
{
|
|
1170
|
-
"type": "stack",
|
|
1171
|
-
"direction": "vertical",
|
|
1172
|
-
"gap": "lg",
|
|
1173
1170
|
"children": [
|
|
1174
1171
|
{
|
|
1172
|
+
"type": "stack",
|
|
1175
1173
|
"gap": "sm",
|
|
1176
1174
|
"align": "center",
|
|
1177
|
-
"direction": "horizontal",
|
|
1178
|
-
"type": "stack",
|
|
1179
1175
|
"children": [
|
|
1180
1176
|
{
|
|
1181
1177
|
"type": "icon",
|
|
@@ -1187,27 +1183,29 @@
|
|
|
1187
1183
|
"variant": "h2"
|
|
1188
1184
|
},
|
|
1189
1185
|
{
|
|
1190
|
-
"variant": "default",
|
|
1191
1186
|
"type": "badge",
|
|
1187
|
+
"variant": "default",
|
|
1192
1188
|
"label": "Normal"
|
|
1193
1189
|
}
|
|
1194
|
-
]
|
|
1190
|
+
],
|
|
1191
|
+
"direction": "horizontal"
|
|
1195
1192
|
},
|
|
1196
1193
|
{
|
|
1197
1194
|
"type": "divider"
|
|
1198
1195
|
},
|
|
1199
1196
|
{
|
|
1200
|
-
"type": "progress-bar",
|
|
1201
1197
|
"max": "@entity.max",
|
|
1202
|
-
"value": "@entity.current"
|
|
1198
|
+
"value": "@entity.current",
|
|
1199
|
+
"type": "progress-bar"
|
|
1203
1200
|
},
|
|
1204
1201
|
{
|
|
1202
|
+
"gap": "md",
|
|
1205
1203
|
"type": "stack",
|
|
1206
1204
|
"children": [
|
|
1207
1205
|
{
|
|
1208
|
-
"value": "@entity.current",
|
|
1209
1206
|
"type": "stat-display",
|
|
1210
|
-
"label": "Tokens Used"
|
|
1207
|
+
"label": "Tokens Used",
|
|
1208
|
+
"value": "@entity.current"
|
|
1211
1209
|
},
|
|
1212
1210
|
{
|
|
1213
1211
|
"type": "stat-display",
|
|
@@ -1215,17 +1213,19 @@
|
|
|
1215
1213
|
"label": "Max Tokens"
|
|
1216
1214
|
}
|
|
1217
1215
|
],
|
|
1218
|
-
"direction": "horizontal"
|
|
1219
|
-
"gap": "md"
|
|
1216
|
+
"direction": "horizontal"
|
|
1220
1217
|
},
|
|
1221
1218
|
{
|
|
1219
|
+
"variant": "ghost",
|
|
1222
1220
|
"action": "RESET",
|
|
1223
|
-
"label": "Reset",
|
|
1224
|
-
"icon": "rotate-ccw",
|
|
1225
1221
|
"type": "button",
|
|
1226
|
-
"
|
|
1222
|
+
"label": "Reset",
|
|
1223
|
+
"icon": "rotate-ccw"
|
|
1227
1224
|
}
|
|
1228
|
-
]
|
|
1225
|
+
],
|
|
1226
|
+
"direction": "vertical",
|
|
1227
|
+
"type": "stack",
|
|
1228
|
+
"gap": "lg"
|
|
1229
1229
|
}
|
|
1230
1230
|
]
|
|
1231
1231
|
]
|
|
@@ -1245,64 +1245,64 @@
|
|
|
1245
1245
|
"main",
|
|
1246
1246
|
{
|
|
1247
1247
|
"type": "stack",
|
|
1248
|
+
"gap": "lg",
|
|
1248
1249
|
"direction": "vertical",
|
|
1249
1250
|
"children": [
|
|
1250
1251
|
{
|
|
1252
|
+
"align": "center",
|
|
1253
|
+
"direction": "horizontal",
|
|
1251
1254
|
"children": [
|
|
1252
1255
|
{
|
|
1253
|
-
"
|
|
1254
|
-
"
|
|
1256
|
+
"type": "icon",
|
|
1257
|
+
"name": "gauge"
|
|
1255
1258
|
},
|
|
1256
1259
|
{
|
|
1257
|
-
"variant": "h2",
|
|
1258
1260
|
"type": "typography",
|
|
1261
|
+
"variant": "h2",
|
|
1259
1262
|
"content": "Token Usage"
|
|
1260
1263
|
},
|
|
1261
1264
|
{
|
|
1265
|
+
"variant": "default",
|
|
1262
1266
|
"type": "badge",
|
|
1263
|
-
"label": "Normal"
|
|
1264
|
-
"variant": "default"
|
|
1267
|
+
"label": "Normal"
|
|
1265
1268
|
}
|
|
1266
1269
|
],
|
|
1267
1270
|
"type": "stack",
|
|
1268
|
-
"direction": "horizontal",
|
|
1269
|
-
"align": "center",
|
|
1270
1271
|
"gap": "sm"
|
|
1271
1272
|
},
|
|
1272
1273
|
{
|
|
1273
1274
|
"type": "divider"
|
|
1274
1275
|
},
|
|
1275
1276
|
{
|
|
1276
|
-
"max": "@entity.max",
|
|
1277
1277
|
"type": "progress-bar",
|
|
1278
|
+
"max": "@entity.max",
|
|
1278
1279
|
"value": "@entity.current"
|
|
1279
1280
|
},
|
|
1280
1281
|
{
|
|
1281
|
-
"gap": "md",
|
|
1282
1282
|
"children": [
|
|
1283
1283
|
{
|
|
1284
|
-
"type": "stat-display",
|
|
1285
1284
|
"value": "@entity.current",
|
|
1286
|
-
"label": "Tokens Used"
|
|
1285
|
+
"label": "Tokens Used",
|
|
1286
|
+
"type": "stat-display"
|
|
1287
1287
|
},
|
|
1288
1288
|
{
|
|
1289
|
+
"label": "Max Tokens",
|
|
1289
1290
|
"value": "@entity.max",
|
|
1290
|
-
"type": "stat-display"
|
|
1291
|
-
"label": "Max Tokens"
|
|
1291
|
+
"type": "stat-display"
|
|
1292
1292
|
}
|
|
1293
1293
|
],
|
|
1294
|
-
"
|
|
1295
|
-
"
|
|
1294
|
+
"direction": "horizontal",
|
|
1295
|
+
"gap": "md",
|
|
1296
|
+
"type": "stack"
|
|
1296
1297
|
},
|
|
1297
1298
|
{
|
|
1298
|
-
"icon": "rotate-ccw",
|
|
1299
|
-
"action": "RESET",
|
|
1300
1299
|
"type": "button",
|
|
1300
|
+
"label": "Reset",
|
|
1301
|
+
"action": "RESET",
|
|
1301
1302
|
"variant": "ghost",
|
|
1302
|
-
"
|
|
1303
|
+
"icon": "rotate-ccw"
|
|
1303
1304
|
}
|
|
1304
|
-
]
|
|
1305
|
-
"gap": "lg"
|
|
1305
|
+
]
|
|
1306
1306
|
}
|
|
1307
1307
|
]
|
|
1308
1308
|
]
|
|
@@ -1331,83 +1331,83 @@
|
|
|
1331
1331
|
"main",
|
|
1332
1332
|
{
|
|
1333
1333
|
"direction": "vertical",
|
|
1334
|
-
"gap": "lg",
|
|
1335
1334
|
"type": "stack",
|
|
1336
1335
|
"children": [
|
|
1337
1336
|
{
|
|
1338
|
-
"type": "stack",
|
|
1339
1337
|
"direction": "horizontal",
|
|
1338
|
+
"gap": "sm",
|
|
1339
|
+
"type": "stack",
|
|
1340
|
+
"align": "center",
|
|
1340
1341
|
"children": [
|
|
1341
1342
|
{
|
|
1342
1343
|
"name": "alert-octagon",
|
|
1343
1344
|
"type": "icon"
|
|
1344
1345
|
},
|
|
1345
1346
|
{
|
|
1346
|
-
"variant": "h2",
|
|
1347
1347
|
"type": "typography",
|
|
1348
|
+
"variant": "h2",
|
|
1348
1349
|
"content": "Token Usage"
|
|
1349
1350
|
},
|
|
1350
1351
|
{
|
|
1351
1352
|
"type": "badge",
|
|
1352
|
-
"
|
|
1353
|
-
"
|
|
1353
|
+
"label": "Critical",
|
|
1354
|
+
"variant": "danger"
|
|
1354
1355
|
}
|
|
1355
|
-
]
|
|
1356
|
-
"gap": "sm",
|
|
1357
|
-
"align": "center"
|
|
1356
|
+
]
|
|
1358
1357
|
},
|
|
1359
1358
|
{
|
|
1360
1359
|
"type": "divider"
|
|
1361
1360
|
},
|
|
1362
1361
|
{
|
|
1362
|
+
"type": "alert",
|
|
1363
1363
|
"variant": "error",
|
|
1364
|
-
"message": "Token usage critical. Compact immediately to avoid truncation."
|
|
1365
|
-
"type": "alert"
|
|
1364
|
+
"message": "Token usage critical. Compact immediately to avoid truncation."
|
|
1366
1365
|
},
|
|
1367
1366
|
{
|
|
1368
|
-
"
|
|
1367
|
+
"value": "@entity.current",
|
|
1369
1368
|
"type": "progress-bar",
|
|
1370
|
-
"
|
|
1369
|
+
"max": "@entity.max"
|
|
1371
1370
|
},
|
|
1372
1371
|
{
|
|
1372
|
+
"direction": "horizontal",
|
|
1373
|
+
"type": "stack",
|
|
1373
1374
|
"children": [
|
|
1374
1375
|
{
|
|
1375
|
-
"type": "stat-display",
|
|
1376
1376
|
"label": "Tokens Used",
|
|
1377
|
-
"value": "@entity.current"
|
|
1377
|
+
"value": "@entity.current",
|
|
1378
|
+
"type": "stat-display"
|
|
1378
1379
|
},
|
|
1379
1380
|
{
|
|
1380
1381
|
"value": "@entity.max",
|
|
1381
|
-
"
|
|
1382
|
-
"
|
|
1382
|
+
"type": "stat-display",
|
|
1383
|
+
"label": "Max Tokens"
|
|
1383
1384
|
}
|
|
1384
1385
|
],
|
|
1385
|
-
"
|
|
1386
|
-
"gap": "md",
|
|
1387
|
-
"type": "stack"
|
|
1386
|
+
"gap": "md"
|
|
1388
1387
|
},
|
|
1389
1388
|
{
|
|
1390
|
-
"direction": "horizontal",
|
|
1391
|
-
"type": "stack",
|
|
1392
1389
|
"gap": "sm",
|
|
1390
|
+
"type": "stack",
|
|
1393
1391
|
"children": [
|
|
1394
1392
|
{
|
|
1395
|
-
"action": "COMPACT",
|
|
1396
|
-
"icon": "minimize-2",
|
|
1397
1393
|
"label": "Compact Now",
|
|
1398
1394
|
"type": "button",
|
|
1399
|
-
"variant": "primary"
|
|
1395
|
+
"variant": "primary",
|
|
1396
|
+
"action": "COMPACT",
|
|
1397
|
+
"icon": "minimize-2"
|
|
1400
1398
|
},
|
|
1401
1399
|
{
|
|
1402
|
-
"
|
|
1400
|
+
"action": "RESET",
|
|
1403
1401
|
"label": "Reset",
|
|
1402
|
+
"type": "button",
|
|
1404
1403
|
"icon": "rotate-ccw",
|
|
1405
|
-
"variant": "ghost"
|
|
1406
|
-
"action": "RESET"
|
|
1404
|
+
"variant": "ghost"
|
|
1407
1405
|
}
|
|
1408
|
-
]
|
|
1406
|
+
],
|
|
1407
|
+
"direction": "horizontal"
|
|
1409
1408
|
}
|
|
1410
|
-
]
|
|
1409
|
+
],
|
|
1410
|
+
"gap": "lg"
|
|
1411
1411
|
}
|
|
1412
1412
|
]
|
|
1413
1413
|
]
|
|
@@ -1447,11 +1447,11 @@
|
|
|
1447
1447
|
"render-ui",
|
|
1448
1448
|
"main",
|
|
1449
1449
|
{
|
|
1450
|
-
"
|
|
1450
|
+
"type": "stack",
|
|
1451
|
+
"direction": "vertical",
|
|
1451
1452
|
"children": [
|
|
1452
1453
|
{
|
|
1453
1454
|
"type": "stack",
|
|
1454
|
-
"align": "center",
|
|
1455
1455
|
"children": [
|
|
1456
1456
|
{
|
|
1457
1457
|
"type": "icon",
|
|
@@ -1459,17 +1459,18 @@
|
|
|
1459
1459
|
},
|
|
1460
1460
|
{
|
|
1461
1461
|
"content": "Token Usage",
|
|
1462
|
-
"
|
|
1463
|
-
"
|
|
1462
|
+
"variant": "h2",
|
|
1463
|
+
"type": "typography"
|
|
1464
1464
|
},
|
|
1465
1465
|
{
|
|
1466
|
-
"
|
|
1466
|
+
"variant": "warning",
|
|
1467
1467
|
"label": "Warning",
|
|
1468
|
-
"
|
|
1468
|
+
"type": "badge"
|
|
1469
1469
|
}
|
|
1470
1470
|
],
|
|
1471
|
+
"gap": "sm",
|
|
1471
1472
|
"direction": "horizontal",
|
|
1472
|
-
"
|
|
1473
|
+
"align": "center"
|
|
1473
1474
|
},
|
|
1474
1475
|
{
|
|
1475
1476
|
"type": "divider"
|
|
@@ -1480,51 +1481,50 @@
|
|
|
1480
1481
|
"message": "Token usage approaching limit. Consider compacting."
|
|
1481
1482
|
},
|
|
1482
1483
|
{
|
|
1483
|
-
"max": "@entity.max",
|
|
1484
1484
|
"value": "@entity.current",
|
|
1485
|
+
"max": "@entity.max",
|
|
1485
1486
|
"type": "progress-bar"
|
|
1486
1487
|
},
|
|
1487
1488
|
{
|
|
1488
|
-
"type": "stack",
|
|
1489
1489
|
"gap": "md",
|
|
1490
1490
|
"direction": "horizontal",
|
|
1491
|
+
"type": "stack",
|
|
1491
1492
|
"children": [
|
|
1492
1493
|
{
|
|
1494
|
+
"label": "Tokens Used",
|
|
1493
1495
|
"value": "@entity.current",
|
|
1494
|
-
"type": "stat-display"
|
|
1495
|
-
"label": "Tokens Used"
|
|
1496
|
+
"type": "stat-display"
|
|
1496
1497
|
},
|
|
1497
1498
|
{
|
|
1498
|
-
"label": "Max Tokens",
|
|
1499
1499
|
"type": "stat-display",
|
|
1500
|
-
"value": "@entity.max"
|
|
1500
|
+
"value": "@entity.max",
|
|
1501
|
+
"label": "Max Tokens"
|
|
1501
1502
|
}
|
|
1502
1503
|
]
|
|
1503
1504
|
},
|
|
1504
1505
|
{
|
|
1505
|
-
"gap": "sm",
|
|
1506
1506
|
"type": "stack",
|
|
1507
1507
|
"direction": "horizontal",
|
|
1508
1508
|
"children": [
|
|
1509
1509
|
{
|
|
1510
|
-
"icon": "minimize-2",
|
|
1511
|
-
"type": "button",
|
|
1512
|
-
"variant": "primary",
|
|
1513
1510
|
"label": "Compact",
|
|
1514
|
-
"action": "COMPACT"
|
|
1511
|
+
"action": "COMPACT",
|
|
1512
|
+
"variant": "primary",
|
|
1513
|
+
"type": "button",
|
|
1514
|
+
"icon": "minimize-2"
|
|
1515
1515
|
},
|
|
1516
1516
|
{
|
|
1517
|
-
"icon": "rotate-ccw",
|
|
1518
|
-
"variant": "ghost",
|
|
1519
|
-
"type": "button",
|
|
1520
1517
|
"label": "Reset",
|
|
1518
|
+
"type": "button",
|
|
1519
|
+
"variant": "ghost",
|
|
1520
|
+
"icon": "rotate-ccw",
|
|
1521
1521
|
"action": "RESET"
|
|
1522
1522
|
}
|
|
1523
|
-
]
|
|
1523
|
+
],
|
|
1524
|
+
"gap": "sm"
|
|
1524
1525
|
}
|
|
1525
1526
|
],
|
|
1526
|
-
"
|
|
1527
|
-
"direction": "vertical"
|
|
1527
|
+
"gap": "lg"
|
|
1528
1528
|
}
|
|
1529
1529
|
]
|
|
1530
1530
|
]
|
|
@@ -1557,60 +1557,60 @@
|
|
|
1557
1557
|
{
|
|
1558
1558
|
"children": [
|
|
1559
1559
|
{
|
|
1560
|
-
"
|
|
1561
|
-
"
|
|
1560
|
+
"type": "icon",
|
|
1561
|
+
"name": "gauge"
|
|
1562
1562
|
},
|
|
1563
1563
|
{
|
|
1564
|
+
"type": "typography",
|
|
1564
1565
|
"content": "Token Usage",
|
|
1565
|
-
"variant": "h2"
|
|
1566
|
-
"type": "typography"
|
|
1566
|
+
"variant": "h2"
|
|
1567
1567
|
},
|
|
1568
1568
|
{
|
|
1569
|
+
"label": "Normal",
|
|
1569
1570
|
"variant": "default",
|
|
1570
|
-
"type": "badge"
|
|
1571
|
-
"label": "Normal"
|
|
1571
|
+
"type": "badge"
|
|
1572
1572
|
}
|
|
1573
1573
|
],
|
|
1574
|
-
"align": "center",
|
|
1575
1574
|
"type": "stack",
|
|
1575
|
+
"direction": "horizontal",
|
|
1576
1576
|
"gap": "sm",
|
|
1577
|
-
"
|
|
1577
|
+
"align": "center"
|
|
1578
1578
|
},
|
|
1579
1579
|
{
|
|
1580
1580
|
"type": "divider"
|
|
1581
1581
|
},
|
|
1582
1582
|
{
|
|
1583
1583
|
"type": "progress-bar",
|
|
1584
|
-
"
|
|
1585
|
-
"
|
|
1584
|
+
"max": "@entity.max",
|
|
1585
|
+
"value": "@entity.current"
|
|
1586
1586
|
},
|
|
1587
1587
|
{
|
|
1588
|
-
"type": "stack",
|
|
1589
|
-
"direction": "horizontal",
|
|
1590
1588
|
"gap": "md",
|
|
1591
1589
|
"children": [
|
|
1592
1590
|
{
|
|
1591
|
+
"label": "Tokens Used",
|
|
1593
1592
|
"value": "@entity.current",
|
|
1594
|
-
"type": "stat-display"
|
|
1595
|
-
"label": "Tokens Used"
|
|
1593
|
+
"type": "stat-display"
|
|
1596
1594
|
},
|
|
1597
1595
|
{
|
|
1598
|
-
"value": "@entity.max",
|
|
1599
1596
|
"type": "stat-display",
|
|
1600
|
-
"label": "Max Tokens"
|
|
1597
|
+
"label": "Max Tokens",
|
|
1598
|
+
"value": "@entity.max"
|
|
1601
1599
|
}
|
|
1602
|
-
]
|
|
1600
|
+
],
|
|
1601
|
+
"type": "stack",
|
|
1602
|
+
"direction": "horizontal"
|
|
1603
1603
|
},
|
|
1604
1604
|
{
|
|
1605
|
+
"icon": "rotate-ccw",
|
|
1605
1606
|
"action": "RESET",
|
|
1606
|
-
"variant": "ghost",
|
|
1607
1607
|
"type": "button",
|
|
1608
|
-
"
|
|
1609
|
-
"
|
|
1608
|
+
"variant": "ghost",
|
|
1609
|
+
"label": "Reset"
|
|
1610
1610
|
}
|
|
1611
1611
|
],
|
|
1612
|
-
"
|
|
1613
|
-
"
|
|
1612
|
+
"direction": "vertical",
|
|
1613
|
+
"type": "stack"
|
|
1614
1614
|
}
|
|
1615
1615
|
]
|
|
1616
1616
|
]
|
|
@@ -1635,9 +1635,14 @@
|
|
|
1635
1635
|
"render-ui",
|
|
1636
1636
|
"main",
|
|
1637
1637
|
{
|
|
1638
|
+
"type": "stack",
|
|
1639
|
+
"direction": "vertical",
|
|
1640
|
+
"gap": "lg",
|
|
1638
1641
|
"children": [
|
|
1639
1642
|
{
|
|
1643
|
+
"direction": "horizontal",
|
|
1640
1644
|
"gap": "sm",
|
|
1645
|
+
"align": "center",
|
|
1641
1646
|
"children": [
|
|
1642
1647
|
{
|
|
1643
1648
|
"type": "icon",
|
|
@@ -1649,51 +1654,46 @@
|
|
|
1649
1654
|
"variant": "h2"
|
|
1650
1655
|
},
|
|
1651
1656
|
{
|
|
1652
|
-
"type": "badge",
|
|
1653
1657
|
"label": "Normal",
|
|
1654
|
-
"variant": "default"
|
|
1658
|
+
"variant": "default",
|
|
1659
|
+
"type": "badge"
|
|
1655
1660
|
}
|
|
1656
1661
|
],
|
|
1657
|
-
"
|
|
1658
|
-
"type": "stack",
|
|
1659
|
-
"direction": "horizontal"
|
|
1662
|
+
"type": "stack"
|
|
1660
1663
|
},
|
|
1661
1664
|
{
|
|
1662
1665
|
"type": "divider"
|
|
1663
1666
|
},
|
|
1664
1667
|
{
|
|
1665
1668
|
"value": "@entity.current",
|
|
1666
|
-
"
|
|
1667
|
-
"
|
|
1669
|
+
"max": "@entity.max",
|
|
1670
|
+
"type": "progress-bar"
|
|
1668
1671
|
},
|
|
1669
1672
|
{
|
|
1670
1673
|
"gap": "md",
|
|
1671
1674
|
"children": [
|
|
1672
1675
|
{
|
|
1676
|
+
"label": "Tokens Used",
|
|
1673
1677
|
"value": "@entity.current",
|
|
1674
|
-
"type": "stat-display"
|
|
1675
|
-
"label": "Tokens Used"
|
|
1678
|
+
"type": "stat-display"
|
|
1676
1679
|
},
|
|
1677
1680
|
{
|
|
1678
|
-
"label": "Max Tokens",
|
|
1679
1681
|
"type": "stat-display",
|
|
1680
|
-
"value": "@entity.max"
|
|
1682
|
+
"value": "@entity.max",
|
|
1683
|
+
"label": "Max Tokens"
|
|
1681
1684
|
}
|
|
1682
1685
|
],
|
|
1683
1686
|
"type": "stack",
|
|
1684
1687
|
"direction": "horizontal"
|
|
1685
1688
|
},
|
|
1686
1689
|
{
|
|
1690
|
+
"type": "button",
|
|
1687
1691
|
"variant": "ghost",
|
|
1688
1692
|
"icon": "rotate-ccw",
|
|
1689
|
-
"action": "RESET",
|
|
1690
1693
|
"label": "Reset",
|
|
1691
|
-
"
|
|
1694
|
+
"action": "RESET"
|
|
1692
1695
|
}
|
|
1693
|
-
]
|
|
1694
|
-
"type": "stack",
|
|
1695
|
-
"gap": "lg",
|
|
1696
|
-
"direction": "vertical"
|
|
1696
|
+
]
|
|
1697
1697
|
}
|
|
1698
1698
|
]
|
|
1699
1699
|
]
|
|
@@ -1713,28 +1713,29 @@
|
|
|
1713
1713
|
"main",
|
|
1714
1714
|
{
|
|
1715
1715
|
"direction": "vertical",
|
|
1716
|
+
"gap": "lg",
|
|
1716
1717
|
"children": [
|
|
1717
1718
|
{
|
|
1718
|
-
"gap": "sm",
|
|
1719
|
-
"type": "stack",
|
|
1720
|
-
"direction": "horizontal",
|
|
1721
|
-
"align": "center",
|
|
1722
1719
|
"children": [
|
|
1723
1720
|
{
|
|
1724
1721
|
"type": "icon",
|
|
1725
1722
|
"name": "gauge"
|
|
1726
1723
|
},
|
|
1727
1724
|
{
|
|
1728
|
-
"
|
|
1725
|
+
"content": "Token Usage",
|
|
1729
1726
|
"type": "typography",
|
|
1730
|
-
"
|
|
1727
|
+
"variant": "h2"
|
|
1731
1728
|
},
|
|
1732
1729
|
{
|
|
1733
1730
|
"type": "badge",
|
|
1734
1731
|
"label": "Normal",
|
|
1735
1732
|
"variant": "default"
|
|
1736
1733
|
}
|
|
1737
|
-
]
|
|
1734
|
+
],
|
|
1735
|
+
"align": "center",
|
|
1736
|
+
"gap": "sm",
|
|
1737
|
+
"type": "stack",
|
|
1738
|
+
"direction": "horizontal"
|
|
1738
1739
|
},
|
|
1739
1740
|
{
|
|
1740
1741
|
"type": "divider"
|
|
@@ -1745,31 +1746,30 @@
|
|
|
1745
1746
|
"value": "@entity.current"
|
|
1746
1747
|
},
|
|
1747
1748
|
{
|
|
1748
|
-
"
|
|
1749
|
+
"gap": "md",
|
|
1749
1750
|
"children": [
|
|
1750
1751
|
{
|
|
1751
|
-
"label": "Tokens Used",
|
|
1752
1752
|
"type": "stat-display",
|
|
1753
|
+
"label": "Tokens Used",
|
|
1753
1754
|
"value": "@entity.current"
|
|
1754
1755
|
},
|
|
1755
1756
|
{
|
|
1756
|
-
"
|
|
1757
|
+
"label": "Max Tokens",
|
|
1757
1758
|
"value": "@entity.max",
|
|
1758
|
-
"
|
|
1759
|
+
"type": "stat-display"
|
|
1759
1760
|
}
|
|
1760
1761
|
],
|
|
1761
|
-
"
|
|
1762
|
+
"type": "stack",
|
|
1762
1763
|
"direction": "horizontal"
|
|
1763
1764
|
},
|
|
1764
1765
|
{
|
|
1765
|
-
"
|
|
1766
|
-
"action": "RESET",
|
|
1767
|
-
"variant": "ghost",
|
|
1766
|
+
"icon": "rotate-ccw",
|
|
1768
1767
|
"label": "Reset",
|
|
1769
|
-
"
|
|
1768
|
+
"variant": "ghost",
|
|
1769
|
+
"type": "button",
|
|
1770
|
+
"action": "RESET"
|
|
1770
1771
|
}
|
|
1771
1772
|
],
|
|
1772
|
-
"gap": "lg",
|
|
1773
1773
|
"type": "stack"
|
|
1774
1774
|
}
|
|
1775
1775
|
]
|
|
@@ -1977,8 +1977,8 @@
|
|
|
1977
1977
|
"AgentContextWindow",
|
|
1978
1978
|
{
|
|
1979
1979
|
"emit": {
|
|
1980
|
-
"
|
|
1981
|
-
"
|
|
1980
|
+
"failure": "AgentContextWindowLoadFailed",
|
|
1981
|
+
"success": "AgentContextWindowLoaded"
|
|
1982
1982
|
}
|
|
1983
1983
|
}
|
|
1984
1984
|
]
|
|
@@ -2003,60 +2003,60 @@
|
|
|
2003
2003
|
"render-ui",
|
|
2004
2004
|
"main",
|
|
2005
2005
|
{
|
|
2006
|
-
"type": "stack",
|
|
2007
|
-
"direction": "vertical",
|
|
2008
|
-
"gap": "lg",
|
|
2009
2006
|
"children": [
|
|
2010
2007
|
{
|
|
2011
|
-
"type": "stack",
|
|
2012
2008
|
"justify": "between",
|
|
2009
|
+
"direction": "horizontal",
|
|
2013
2010
|
"children": [
|
|
2014
2011
|
{
|
|
2015
|
-
"
|
|
2012
|
+
"direction": "horizontal",
|
|
2013
|
+
"gap": "md",
|
|
2016
2014
|
"align": "center",
|
|
2015
|
+
"type": "stack",
|
|
2017
2016
|
"children": [
|
|
2018
2017
|
{
|
|
2019
|
-
"
|
|
2020
|
-
"
|
|
2018
|
+
"type": "icon",
|
|
2019
|
+
"name": "layers"
|
|
2021
2020
|
},
|
|
2022
2021
|
{
|
|
2023
2022
|
"content": "Context Window Alert",
|
|
2024
2023
|
"type": "typography",
|
|
2025
2024
|
"variant": "h2"
|
|
2026
2025
|
}
|
|
2027
|
-
]
|
|
2028
|
-
"gap": "md",
|
|
2029
|
-
"direction": "horizontal"
|
|
2026
|
+
]
|
|
2030
2027
|
},
|
|
2031
2028
|
{
|
|
2032
|
-
"variant": "ghost",
|
|
2033
|
-
"icon": "x",
|
|
2034
2029
|
"action": "HIDE",
|
|
2030
|
+
"variant": "ghost",
|
|
2035
2031
|
"label": "Dismiss",
|
|
2032
|
+
"icon": "x",
|
|
2036
2033
|
"type": "button"
|
|
2037
2034
|
}
|
|
2038
2035
|
],
|
|
2036
|
+
"gap": "md",
|
|
2039
2037
|
"align": "center",
|
|
2040
|
-
"
|
|
2041
|
-
"gap": "md"
|
|
2038
|
+
"type": "stack"
|
|
2042
2039
|
},
|
|
2043
2040
|
{
|
|
2044
2041
|
"type": "divider"
|
|
2045
2042
|
},
|
|
2046
2043
|
{
|
|
2047
|
-
"message": "@entity.message",
|
|
2048
2044
|
"type": "alert",
|
|
2049
|
-
"variant": "@entity.notificationType"
|
|
2045
|
+
"variant": "@entity.notificationType",
|
|
2046
|
+
"message": "@entity.message"
|
|
2050
2047
|
},
|
|
2051
2048
|
{
|
|
2052
2049
|
"type": "toast-slot"
|
|
2053
2050
|
},
|
|
2054
2051
|
{
|
|
2055
|
-
"
|
|
2052
|
+
"type": "alert",
|
|
2056
2053
|
"variant": "warning",
|
|
2057
|
-
"
|
|
2054
|
+
"message": "@entity.message"
|
|
2058
2055
|
}
|
|
2059
|
-
]
|
|
2056
|
+
],
|
|
2057
|
+
"type": "stack",
|
|
2058
|
+
"direction": "vertical",
|
|
2059
|
+
"gap": "lg"
|
|
2060
2060
|
}
|
|
2061
2061
|
]
|
|
2062
2062
|
]
|
|
@@ -2080,17 +2080,15 @@
|
|
|
2080
2080
|
"render-ui",
|
|
2081
2081
|
"main",
|
|
2082
2082
|
{
|
|
2083
|
+
"type": "stack",
|
|
2084
|
+
"gap": "lg",
|
|
2085
|
+
"direction": "vertical",
|
|
2083
2086
|
"children": [
|
|
2084
2087
|
{
|
|
2085
|
-
"
|
|
2086
|
-
"gap": "md",
|
|
2087
|
-
"justify": "between",
|
|
2088
|
+
"align": "center",
|
|
2088
2089
|
"children": [
|
|
2089
2090
|
{
|
|
2090
|
-
"gap": "md",
|
|
2091
|
-
"direction": "horizontal",
|
|
2092
2091
|
"type": "stack",
|
|
2093
|
-
"align": "center",
|
|
2094
2092
|
"children": [
|
|
2095
2093
|
{
|
|
2096
2094
|
"type": "icon",
|
|
@@ -2098,21 +2096,26 @@
|
|
|
2098
2096
|
},
|
|
2099
2097
|
{
|
|
2100
2098
|
"content": "Context Window Alert",
|
|
2101
|
-
"
|
|
2102
|
-
"
|
|
2099
|
+
"variant": "h2",
|
|
2100
|
+
"type": "typography"
|
|
2103
2101
|
}
|
|
2104
|
-
]
|
|
2102
|
+
],
|
|
2103
|
+
"align": "center",
|
|
2104
|
+
"gap": "md",
|
|
2105
|
+
"direction": "horizontal"
|
|
2105
2106
|
},
|
|
2106
2107
|
{
|
|
2107
2108
|
"label": "Dismiss",
|
|
2108
|
-
"variant": "ghost",
|
|
2109
2109
|
"action": "HIDE",
|
|
2110
|
+
"type": "button",
|
|
2110
2111
|
"icon": "x",
|
|
2111
|
-
"
|
|
2112
|
+
"variant": "ghost"
|
|
2112
2113
|
}
|
|
2113
2114
|
],
|
|
2115
|
+
"gap": "md",
|
|
2116
|
+
"type": "stack",
|
|
2114
2117
|
"direction": "horizontal",
|
|
2115
|
-
"
|
|
2118
|
+
"justify": "between"
|
|
2116
2119
|
},
|
|
2117
2120
|
{
|
|
2118
2121
|
"type": "divider"
|
|
@@ -2126,14 +2129,11 @@
|
|
|
2126
2129
|
"type": "toast-slot"
|
|
2127
2130
|
},
|
|
2128
2131
|
{
|
|
2129
|
-
"message": "@entity.message",
|
|
2130
2132
|
"variant": "warning",
|
|
2133
|
+
"message": "@entity.message",
|
|
2131
2134
|
"type": "alert"
|
|
2132
2135
|
}
|
|
2133
|
-
]
|
|
2134
|
-
"type": "stack",
|
|
2135
|
-
"direction": "vertical",
|
|
2136
|
-
"gap": "lg"
|
|
2136
|
+
]
|
|
2137
2137
|
}
|
|
2138
2138
|
]
|
|
2139
2139
|
]
|
|
@@ -2416,9 +2416,9 @@
|
|
|
2416
2416
|
"render-ui",
|
|
2417
2417
|
"main",
|
|
2418
2418
|
{
|
|
2419
|
-
"icon": "layers",
|
|
2420
|
-
"title": "Context Window",
|
|
2421
2419
|
"type": "empty-state",
|
|
2420
|
+
"title": "Context Window",
|
|
2421
|
+
"icon": "layers",
|
|
2422
2422
|
"description": "Context Window is ready"
|
|
2423
2423
|
}
|
|
2424
2424
|
]
|
|
@@ -2466,8 +2466,8 @@
|
|
|
2466
2466
|
"emit",
|
|
2467
2467
|
"UPDATE",
|
|
2468
2468
|
{
|
|
2469
|
-
"
|
|
2470
|
-
"
|
|
2469
|
+
"max": "@entity.maxTokens",
|
|
2470
|
+
"current": "@entity.tokenCount"
|
|
2471
2471
|
}
|
|
2472
2472
|
]
|
|
2473
2473
|
]
|
|
@@ -2534,8 +2534,8 @@
|
|
|
2534
2534
|
"emit",
|
|
2535
2535
|
"SHOW",
|
|
2536
2536
|
{
|
|
2537
|
-
"
|
|
2538
|
-
"
|
|
2537
|
+
"notificationType": "warning",
|
|
2538
|
+
"message": "Token usage approaching limit"
|
|
2539
2539
|
}
|
|
2540
2540
|
]
|
|
2541
2541
|
]
|
|
@@ -2574,8 +2574,8 @@
|
|
|
2574
2574
|
"emit",
|
|
2575
2575
|
"UPDATE",
|
|
2576
2576
|
{
|
|
2577
|
-
"
|
|
2578
|
-
"
|
|
2577
|
+
"max": "@entity.maxTokens",
|
|
2578
|
+
"current": "@entity.tokenCount"
|
|
2579
2579
|
}
|
|
2580
2580
|
],
|
|
2581
2581
|
[
|
|
@@ -2689,8 +2689,8 @@
|
|
|
2689
2689
|
"emit",
|
|
2690
2690
|
"UPDATE",
|
|
2691
2691
|
{
|
|
2692
|
-
"
|
|
2693
|
-
"
|
|
2692
|
+
"max": "@entity.maxTokens",
|
|
2693
|
+
"current": "@entity.tokenCount"
|
|
2694
2694
|
}
|
|
2695
2695
|
]
|
|
2696
2696
|
]
|
|
@@ -2736,8 +2736,8 @@
|
|
|
2736
2736
|
"emit",
|
|
2737
2737
|
"UPDATE",
|
|
2738
2738
|
{
|
|
2739
|
-
"
|
|
2740
|
-
"
|
|
2739
|
+
"current": "@entity.tokenCount",
|
|
2740
|
+
"max": "@entity.maxTokens"
|
|
2741
2741
|
}
|
|
2742
2742
|
]
|
|
2743
2743
|
]
|
|
@@ -2766,4 +2766,4 @@
|
|
|
2766
2766
|
]
|
|
2767
2767
|
}
|
|
2768
2768
|
]
|
|
2769
|
-
}
|
|
2769
|
+
}
|