@elizaos/ui 2.0.0-beta.1 → 2.0.3-beta.2
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/App.d.ts.map +1 -0
- package/App.js +1043 -0
- package/agent-surface/AgentElementOverlay.d.ts +9 -0
- package/agent-surface/AgentElementOverlay.d.ts.map +1 -0
- package/agent-surface/AgentElementOverlay.js +85 -0
- package/agent-surface/AgentSurfaceContext.d.ts +18 -0
- package/agent-surface/AgentSurfaceContext.d.ts.map +1 -0
- package/agent-surface/AgentSurfaceContext.hooks.d.ts +16 -0
- package/agent-surface/AgentSurfaceContext.hooks.d.ts.map +1 -0
- package/agent-surface/AgentSurfaceContext.hooks.js +11 -0
- package/agent-surface/AgentSurfaceContext.js +33 -0
- package/agent-surface/__e2e__/fixture.d.ts +14 -0
- package/agent-surface/__e2e__/fixture.d.ts.map +1 -0
- package/agent-surface/__e2e__/fixture.js +52 -0
- package/agent-surface/capabilities.d.ts +20 -0
- package/agent-surface/capabilities.d.ts.map +1 -0
- package/agent-surface/capabilities.js +85 -0
- package/agent-surface/components.d.ts +52 -0
- package/agent-surface/components.d.ts.map +1 -0
- package/agent-surface/components.js +41 -0
- package/agent-surface/element-reporter.d.ts +19 -0
- package/agent-surface/element-reporter.d.ts.map +1 -0
- package/agent-surface/element-reporter.hooks.d.ts +27 -0
- package/agent-surface/element-reporter.hooks.d.ts.map +1 -0
- package/agent-surface/element-reporter.hooks.js +79 -0
- package/agent-surface/element-reporter.js +24 -0
- package/agent-surface/index.d.ts +16 -0
- package/agent-surface/index.d.ts.map +1 -0
- package/agent-surface/index.js +15 -0
- package/agent-surface/registry.d.ts +48 -0
- package/agent-surface/registry.d.ts.map +1 -0
- package/agent-surface/registry.js +274 -0
- package/agent-surface/types.d.ts +93 -0
- package/agent-surface/types.d.ts.map +1 -0
- package/agent-surface/types.js +40 -0
- package/agent-surface/useAgentElement.d.ts +31 -0
- package/agent-surface/useAgentElement.d.ts.map +1 -0
- package/agent-surface/useAgentElement.js +96 -0
- package/api/agent-client-type-shim.d.ts +24 -0
- package/api/agent-client-type-shim.d.ts.map +1 -0
- package/api/android-native-agent-transport.d.ts +46 -0
- package/api/android-native-agent-transport.d.ts.map +1 -0
- package/api/android-native-agent-transport.js +318 -0
- package/api/auth-client.d.ts.map +1 -0
- package/api/auth-client.js +347 -0
- package/api/browser-contracts.d.ts +222 -0
- package/api/browser-contracts.d.ts.map +1 -0
- package/api/client-agent.d.ts +788 -0
- package/api/client-agent.d.ts.map +1 -0
- package/api/client-agent.js +2360 -0
- package/api/client-base.d.ts +139 -0
- package/api/client-base.d.ts.map +1 -0
- package/api/client-base.js +1205 -0
- package/api/client-browser-workspace.d.ts +25 -0
- package/api/client-browser-workspace.d.ts.map +1 -0
- package/api/client-chat.d.ts +471 -0
- package/api/client-chat.d.ts.map +1 -0
- package/api/client-chat.js +812 -0
- package/api/client-cloud.d.ts +421 -0
- package/api/client-cloud.d.ts.map +1 -0
- package/api/client-cloud.js +1822 -0
- package/api/client-computeruse.d.ts +32 -0
- package/api/client-computeruse.d.ts.map +1 -0
- package/api/client-local-inference.d.ts +62 -0
- package/api/client-local-inference.d.ts.map +1 -0
- package/api/client-local-inference.js +88 -0
- package/api/client-notifications.d.ts +31 -0
- package/api/client-notifications.d.ts.map +1 -0
- package/api/client-notifications.js +34 -0
- package/api/client-skills.d.ts +458 -0
- package/api/client-skills.d.ts.map +1 -0
- package/api/client-skills.js +634 -0
- package/api/client-transcripts.d.ts +42 -0
- package/api/client-transcripts.d.ts.map +1 -0
- package/api/client-transcripts.js +25 -0
- package/api/client-types-chat.d.ts +746 -0
- package/api/client-types-chat.d.ts.map +1 -0
- package/api/client-types-cloud.d.ts +1222 -0
- package/api/client-types-cloud.d.ts.map +1 -0
- package/api/client-types-cloud.js +57 -0
- package/api/client-types-commands.d.ts +55 -0
- package/api/client-types-commands.d.ts.map +1 -0
- package/api/client-types-commands.js +7 -0
- package/api/client-types-config.d.ts +1620 -0
- package/api/client-types-config.d.ts.map +1 -0
- package/api/client-types-core.d.ts +391 -0
- package/api/client-types-core.d.ts.map +1 -0
- package/api/client-types-feed.d.ts +262 -0
- package/api/client-types-feed.d.ts.map +1 -0
- package/api/client-types-feed.js +2 -0
- package/api/client-types.d.ts +9 -0
- package/api/client-types.d.ts.map +1 -0
- package/api/client-types.js +12 -0
- package/api/client-voice-models.d.ts +67 -0
- package/api/client-voice-models.d.ts.map +1 -0
- package/api/client-voice-models.js +34 -0
- package/api/client-voice-profiles.d.ts +153 -0
- package/api/client-voice-profiles.d.ts.map +1 -0
- package/api/client-voice-profiles.js +261 -0
- package/api/client-workflow.d.ts +34 -0
- package/api/client-workflow.d.ts.map +1 -0
- package/api/client-workflow.js +99 -0
- package/api/client-xr.d.ts +18 -0
- package/api/client-xr.d.ts.map +1 -0
- package/api/client-xr.js +4 -0
- package/api/client.d.ts +44 -0
- package/api/client.d.ts.map +1 -0
- package/api/client.js +42 -0
- package/api/csrf-client.d.ts.map +1 -0
- package/api/csrf-client.js +80 -0
- package/api/desktop-http-transport.d.ts.map +1 -0
- package/api/desktop-http-transport.js +48 -0
- package/api/i18n-locale-client.d.ts +15 -0
- package/api/i18n-locale-client.d.ts.map +1 -0
- package/api/i18n-locale-client.js +36 -0
- package/api/index.d.ts +3 -0
- package/api/index.d.ts.map +1 -0
- package/api/index.js +2 -0
- package/api/ios-local-agent-kernel.d.ts.map +1 -0
- package/api/ios-local-agent-kernel.js +2813 -0
- package/api/ios-local-agent-transport.d.ts +37 -0
- package/api/ios-local-agent-transport.d.ts.map +1 -0
- package/api/ios-local-agent-transport.js +588 -0
- package/api/ittp-agent-transport.d.ts +21 -0
- package/api/ittp-agent-transport.d.ts.map +1 -0
- package/api/ittp-agent-transport.js +25 -0
- package/api/native-agent-stream.d.ts +57 -0
- package/api/native-agent-stream.d.ts.map +1 -0
- package/api/native-agent-stream.js +126 -0
- package/api/native-cloud-http-transport.d.ts.map +1 -0
- package/api/native-cloud-http-transport.js +124 -0
- package/api/request-timeout.d.ts.map +1 -0
- package/api/request-timeout.js +68 -0
- package/api/runtime-mode-client.d.ts.map +1 -0
- package/api/transport.d.ts +21 -0
- package/api/transport.d.ts.map +1 -0
- package/api/transport.js +54 -0
- package/app-navigate-view.d.ts +57 -0
- package/app-navigate-view.d.ts.map +1 -0
- package/app-navigate-view.js +191 -0
- package/app-shell-components.d.ts +40 -0
- package/app-shell-components.d.ts.map +1 -0
- package/app-shell-components.js +47 -0
- package/app-shell-registry.d.ts +46 -0
- package/app-shell-registry.d.ts.map +1 -0
- package/app-shell-registry.js +37 -0
- package/backgrounds/BackgroundHost.d.ts +14 -0
- package/backgrounds/BackgroundHost.d.ts.map +1 -0
- package/backgrounds/BackgroundHost.js +20 -0
- package/backgrounds/index.d.ts +4 -0
- package/backgrounds/index.d.ts.map +1 -0
- package/backgrounds/index.js +2 -0
- package/backgrounds/types.d.ts +13 -0
- package/backgrounds/types.d.ts.map +1 -0
- package/backgrounds/types.js +12 -0
- package/bridge/capacitor-bridge.d.ts.map +1 -0
- package/bridge/capacitor-bridge.js +211 -0
- package/bridge/electrobun-rpc.d.ts +200 -0
- package/bridge/electrobun-rpc.d.ts.map +1 -0
- package/bridge/electrobun-rpc.js +241 -0
- package/bridge/electrobun-runtime.d.ts.map +1 -0
- package/bridge/electrobun-runtime.js +73 -0
- package/bridge/gateway-discovery.d.ts.map +1 -0
- package/bridge/gateway-discovery.js +51 -0
- package/bridge/native-notifications.d.ts +40 -0
- package/bridge/native-notifications.d.ts.map +1 -0
- package/bridge/native-notifications.js +166 -0
- package/bridge/native-plugins.d.ts +730 -0
- package/bridge/native-plugins.d.ts.map +1 -0
- package/bridge/native-plugins.js +76 -0
- package/bridge/plugin-bridge.d.ts +133 -0
- package/bridge/plugin-bridge.d.ts.map +1 -0
- package/bridge/plugin-bridge.js +233 -0
- package/bridge/storage-bridge.d.ts.map +1 -0
- package/bridge/storage-bridge.js +273 -0
- package/browser.d.ts +140 -0
- package/browser.d.ts.map +1 -0
- package/browser.js +145 -0
- package/build-variant.d.ts +16 -0
- package/build-variant.js +31 -0
- package/cache-telemetry.d.ts +16 -0
- package/cache-telemetry.d.ts.map +1 -0
- package/cache-telemetry.js +26 -0
- package/chat/index.d.ts.map +1 -0
- package/chat/index.js +224 -0
- package/chat/slash-menu.d.ts +105 -0
- package/chat/slash-menu.d.ts.map +1 -0
- package/chat/slash-menu.js +259 -0
- package/chat/useSlashCommandController.d.ts +31 -0
- package/chat/useSlashCommandController.d.ts.map +1 -0
- package/chat/useSlashCommandController.js +192 -0
- package/cloud/account-security/AccountRoute.d.ts +22 -0
- package/cloud/account-security/AccountRoute.d.ts.map +1 -0
- package/cloud/account-security/AccountRoute.js +50 -0
- package/cloud/account-security/AccountSection.d.ts +12 -0
- package/cloud/account-security/AccountSection.d.ts.map +1 -0
- package/cloud/account-security/AccountSection.js +16 -0
- package/cloud/account-security/PermissionsRoute.d.ts +21 -0
- package/cloud/account-security/PermissionsRoute.d.ts.map +1 -0
- package/cloud/account-security/PermissionsRoute.js +33 -0
- package/cloud/account-security/PermissionsSection.d.ts +11 -0
- package/cloud/account-security/PermissionsSection.d.ts.map +1 -0
- package/cloud/account-security/PermissionsSection.js +15 -0
- package/cloud/account-security/SecurityRoute.d.ts +20 -0
- package/cloud/account-security/SecurityRoute.d.ts.map +1 -0
- package/cloud/account-security/SecurityRoute.js +42 -0
- package/cloud/account-security/SecuritySection.d.ts +10 -0
- package/cloud/account-security/SecuritySection.d.ts.map +1 -0
- package/cloud/account-security/SecuritySection.js +14 -0
- package/cloud/account-security/components/AuditEventList.d.ts +20 -0
- package/cloud/account-security/components/AuditEventList.d.ts.map +1 -0
- package/cloud/account-security/components/AuditEventList.js +30 -0
- package/cloud/account-security/components/account-details.d.ts +12 -0
- package/cloud/account-security/components/account-details.d.ts.map +1 -0
- package/cloud/account-security/components/account-details.js +54 -0
- package/cloud/account-security/components/account-page-client.d.ts +16 -0
- package/cloud/account-security/components/account-page-client.d.ts.map +1 -0
- package/cloud/account-security/components/account-page-client.js +26 -0
- package/cloud/account-security/components/active-sessions-panel.d.ts +10 -0
- package/cloud/account-security/components/active-sessions-panel.d.ts.map +1 -0
- package/cloud/account-security/components/active-sessions-panel.js +93 -0
- package/cloud/account-security/components/api-keys-link.d.ts +8 -0
- package/cloud/account-security/components/api-keys-link.d.ts.map +1 -0
- package/cloud/account-security/components/api-keys-link.js +17 -0
- package/cloud/account-security/components/incident-report-panel.d.ts +7 -0
- package/cloud/account-security/components/incident-report-panel.d.ts.map +1 -0
- package/cloud/account-security/components/incident-report-panel.js +65 -0
- package/cloud/account-security/components/mfa-panel.d.ts +11 -0
- package/cloud/account-security/components/mfa-panel.d.ts.map +1 -0
- package/cloud/account-security/components/mfa-panel.js +66 -0
- package/cloud/account-security/components/organization-info.d.ts +13 -0
- package/cloud/account-security/components/organization-info.d.ts.map +1 -0
- package/cloud/account-security/components/organization-info.js +46 -0
- package/cloud/account-security/components/plugin-permissions-page-client.d.ts +10 -0
- package/cloud/account-security/components/plugin-permissions-page-client.d.ts.map +1 -0
- package/cloud/account-security/components/plugin-permissions-page-client.js +72 -0
- package/cloud/account-security/components/privacy-panel.d.ts +12 -0
- package/cloud/account-security/components/privacy-panel.d.ts.map +1 -0
- package/cloud/account-security/components/privacy-panel.js +161 -0
- package/cloud/account-security/components/profile-form.d.ts +21 -0
- package/cloud/account-security/components/profile-form.d.ts.map +1 -0
- package/cloud/account-security/components/profile-form.js +255 -0
- package/cloud/account-security/components/recent-audit-events.d.ts +7 -0
- package/cloud/account-security/components/recent-audit-events.d.ts.map +1 -0
- package/cloud/account-security/components/recent-audit-events.js +48 -0
- package/cloud/account-security/data/audit-client.d.ts +33 -0
- package/cloud/account-security/data/audit-client.d.ts.map +1 -0
- package/cloud/account-security/data/audit-client.js +37 -0
- package/cloud/account-security/data/consent-store.d.ts +11 -0
- package/cloud/account-security/data/consent-store.d.ts.map +1 -0
- package/cloud/account-security/data/consent-store.js +45 -0
- package/cloud/account-security/data/use-session-auth.d.ts +39 -0
- package/cloud/account-security/data/use-session-auth.d.ts.map +1 -0
- package/cloud/account-security/data/use-session-auth.js +95 -0
- package/cloud/account-security/data/user.d.ts +238 -0
- package/cloud/account-security/data/user.d.ts.map +1 -0
- package/cloud/account-security/data/user.js +77 -0
- package/cloud/account-security/index.d.ts +44 -0
- package/cloud/account-security/index.d.ts.map +1 -0
- package/cloud/account-security/index.js +66 -0
- package/cloud/account-security/use-document-title.d.ts +10 -0
- package/cloud/account-security/use-document-title.d.ts.map +1 -0
- package/cloud/account-security/use-document-title.js +20 -0
- package/cloud/admin/AdminGate.d.ts +24 -0
- package/cloud/admin/AdminGate.d.ts.map +1 -0
- package/cloud/admin/AdminGate.js +84 -0
- package/cloud/admin/ModerationPage.d.ts +16 -0
- package/cloud/admin/ModerationPage.d.ts.map +1 -0
- package/cloud/admin/ModerationPage.js +234 -0
- package/cloud/admin/ModerationRoute.d.ts +3 -0
- package/cloud/admin/ModerationRoute.d.ts.map +1 -0
- package/cloud/admin/ModerationRoute.js +7 -0
- package/cloud/admin/RedemptionsPage.d.ts +21 -0
- package/cloud/admin/RedemptionsPage.d.ts.map +1 -0
- package/cloud/admin/RedemptionsPage.js +322 -0
- package/cloud/admin/RedemptionsRoute.d.ts +3 -0
- package/cloud/admin/RedemptionsRoute.d.ts.map +1 -0
- package/cloud/admin/RedemptionsRoute.js +7 -0
- package/cloud/admin/RpcStatusPage.d.ts +12 -0
- package/cloud/admin/RpcStatusPage.d.ts.map +1 -0
- package/cloud/admin/RpcStatusPage.js +54 -0
- package/cloud/admin/RpcStatusRoute.d.ts +3 -0
- package/cloud/admin/RpcStatusRoute.d.ts.map +1 -0
- package/cloud/admin/RpcStatusRoute.js +7 -0
- package/cloud/admin/data/use-admin-gate.d.ts +48 -0
- package/cloud/admin/data/use-admin-gate.d.ts.map +1 -0
- package/cloud/admin/data/use-admin-gate.js +93 -0
- package/cloud/admin/index.d.ts +48 -0
- package/cloud/admin/index.d.ts.map +1 -0
- package/cloud/admin/index.js +69 -0
- package/cloud/admin/lib/format-usd.d.ts +11 -0
- package/cloud/admin/lib/format-usd.d.ts.map +1 -0
- package/cloud/admin/lib/format-usd.js +18 -0
- package/cloud/admin/use-document-title.d.ts +10 -0
- package/cloud/admin/use-document-title.d.ts.map +1 -0
- package/cloud/admin/use-document-title.js +20 -0
- package/cloud/analytics/Page.d.ts +17 -0
- package/cloud/analytics/Page.d.ts.map +1 -0
- package/cloud/analytics/Page.js +46 -0
- package/cloud/analytics/_components/analytics-page-client.d.ts +18 -0
- package/cloud/analytics/_components/analytics-page-client.d.ts.map +1 -0
- package/cloud/analytics/_components/analytics-page-client.js +166 -0
- package/cloud/analytics/_components/filters.d.ts +2 -0
- package/cloud/analytics/_components/filters.d.ts.map +1 -0
- package/cloud/analytics/_components/filters.js +101 -0
- package/cloud/analytics/_components/model-breakdown.d.ts +12 -0
- package/cloud/analytics/_components/model-breakdown.d.ts.map +1 -0
- package/cloud/analytics/_components/model-breakdown.js +69 -0
- package/cloud/analytics/_components/projections-chart.d.ts +13 -0
- package/cloud/analytics/_components/projections-chart.d.ts.map +1 -0
- package/cloud/analytics/_components/projections-chart.js +123 -0
- package/cloud/analytics/_components/provider-breakdown.d.ts +12 -0
- package/cloud/analytics/_components/provider-breakdown.d.ts.map +1 -0
- package/cloud/analytics/_components/provider-breakdown.js +48 -0
- package/cloud/analytics/_components/usage-chart.d.ts +18 -0
- package/cloud/analytics/_components/usage-chart.d.ts.map +1 -0
- package/cloud/analytics/_components/usage-chart.js +117 -0
- package/cloud/analytics/index.d.ts +17 -0
- package/cloud/analytics/index.d.ts.map +1 -0
- package/cloud/analytics/index.js +23 -0
- package/cloud/analytics/lib/analytics-data.d.ts +41 -0
- package/cloud/analytics/lib/analytics-data.d.ts.map +1 -0
- package/cloud/analytics/lib/analytics-data.js +55 -0
- package/cloud/analytics/lib/auth-query.d.ts +23 -0
- package/cloud/analytics/lib/auth-query.d.ts.map +1 -0
- package/cloud/analytics/lib/auth-query.js +30 -0
- package/cloud/analytics/lib/format.d.ts +14 -0
- package/cloud/analytics/lib/format.d.ts.map +1 -0
- package/cloud/analytics/lib/format.js +15 -0
- package/cloud/analytics/lib/time-range.d.ts +14 -0
- package/cloud/analytics/lib/time-range.d.ts.map +1 -0
- package/cloud/analytics/lib/time-range.js +28 -0
- package/cloud/api-explorer/ApiExplorerPage.d.ts +23 -0
- package/cloud/api-explorer/ApiExplorerPage.d.ts.map +1 -0
- package/cloud/api-explorer/ApiExplorerPage.js +216 -0
- package/cloud/api-explorer/api-tester.d.ts +22 -0
- package/cloud/api-explorer/api-tester.d.ts.map +1 -0
- package/cloud/api-explorer/api-tester.js +433 -0
- package/cloud/api-explorer/auth-manager.d.ts +19 -0
- package/cloud/api-explorer/auth-manager.d.ts.map +1 -0
- package/cloud/api-explorer/auth-manager.js +49 -0
- package/cloud/api-explorer/index.d.ts +44 -0
- package/cloud/api-explorer/index.d.ts.map +1 -0
- package/cloud/api-explorer/index.js +53 -0
- package/cloud/api-explorer/toast.d.ts +10 -0
- package/cloud/api-explorer/toast.d.ts.map +1 -0
- package/cloud/api-explorer/toast.js +16 -0
- package/cloud/api-explorer/use-document-title.d.ts +11 -0
- package/cloud/api-explorer/use-document-title.d.ts.map +1 -0
- package/cloud/api-explorer/use-document-title.js +21 -0
- package/cloud/api-explorer/use-explorer-api-key.d.ts +30 -0
- package/cloud/api-explorer/use-explorer-api-key.d.ts.map +1 -0
- package/cloud/api-explorer/use-explorer-api-key.js +57 -0
- package/cloud/api-explorer/use-session-auth.d.ts +44 -0
- package/cloud/api-explorer/use-session-auth.d.ts.map +1 -0
- package/cloud/api-explorer/use-session-auth.js +152 -0
- package/cloud/api-keys/ApiKeysRoute.d.ts +20 -0
- package/cloud/api-keys/ApiKeysRoute.d.ts.map +1 -0
- package/cloud/api-keys/ApiKeysRoute.js +84 -0
- package/cloud/api-keys/ApiKeysSection.d.ts +15 -0
- package/cloud/api-keys/ApiKeysSection.d.ts.map +1 -0
- package/cloud/api-keys/ApiKeysSection.js +18 -0
- package/cloud/api-keys/ApiKeysView.d.ts +27 -0
- package/cloud/api-keys/ApiKeysView.d.ts.map +1 -0
- package/cloud/api-keys/ApiKeysView.js +312 -0
- package/cloud/api-keys/auth-gate.d.ts +28 -0
- package/cloud/api-keys/auth-gate.d.ts.map +1 -0
- package/cloud/api-keys/auth-gate.js +33 -0
- package/cloud/api-keys/copy-api-key.d.ts +31 -0
- package/cloud/api-keys/copy-api-key.d.ts.map +1 -0
- package/cloud/api-keys/copy-api-key.js +35 -0
- package/cloud/api-keys/index.d.ts +42 -0
- package/cloud/api-keys/index.d.ts.map +1 -0
- package/cloud/api-keys/index.js +50 -0
- package/cloud/api-keys/use-api-keys.d.ts +25 -0
- package/cloud/api-keys/use-api-keys.d.ts.map +1 -0
- package/cloud/api-keys/use-api-keys.js +29 -0
- package/cloud/api-keys/use-document-title.d.ts +10 -0
- package/cloud/api-keys/use-document-title.d.ts.map +1 -0
- package/cloud/api-keys/use-document-title.js +20 -0
- package/cloud/applications/ApplicationDetailPage.d.ts +10 -0
- package/cloud/applications/ApplicationDetailPage.d.ts.map +1 -0
- package/cloud/applications/ApplicationDetailPage.js +71 -0
- package/cloud/applications/ApplicationsPage.d.ts +12 -0
- package/cloud/applications/ApplicationsPage.d.ts.map +1 -0
- package/cloud/applications/ApplicationsPage.js +43 -0
- package/cloud/applications/components/app-analytics.d.ts +12 -0
- package/cloud/applications/components/app-analytics.d.ts.map +1 -0
- package/cloud/applications/components/app-analytics.js +207 -0
- package/cloud/applications/components/app-details-tabs.d.ts +14 -0
- package/cloud/applications/components/app-details-tabs.d.ts.map +1 -0
- package/cloud/applications/components/app-details-tabs.js +81 -0
- package/cloud/applications/components/app-domains.d.ts +13 -0
- package/cloud/applications/components/app-domains.d.ts.map +1 -0
- package/cloud/applications/components/app-domains.js +348 -0
- package/cloud/applications/components/app-earnings-dashboard.d.ts +11 -0
- package/cloud/applications/components/app-earnings-dashboard.d.ts.map +1 -0
- package/cloud/applications/components/app-earnings-dashboard.js +130 -0
- package/cloud/applications/components/app-monetization-settings.d.ts +12 -0
- package/cloud/applications/components/app-monetization-settings.d.ts.map +1 -0
- package/cloud/applications/components/app-monetization-settings.js +201 -0
- package/cloud/applications/components/app-overview.d.ts +14 -0
- package/cloud/applications/components/app-overview.d.ts.map +1 -0
- package/cloud/applications/components/app-overview.js +153 -0
- package/cloud/applications/components/app-promote.d.ts +22 -0
- package/cloud/applications/components/app-promote.d.ts.map +1 -0
- package/cloud/applications/components/app-promote.js +97 -0
- package/cloud/applications/components/app-settings.d.ts +15 -0
- package/cloud/applications/components/app-settings.d.ts.map +1 -0
- package/cloud/applications/components/app-settings.js +193 -0
- package/cloud/applications/components/app-users.d.ts +12 -0
- package/cloud/applications/components/app-users.d.ts.map +1 -0
- package/cloud/applications/components/app-users.js +82 -0
- package/cloud/applications/components/apps-table.d.ts +15 -0
- package/cloud/applications/components/apps-table.d.ts.map +1 -0
- package/cloud/applications/components/apps-table.js +74 -0
- package/cloud/applications/components/create-app-button.d.ts +6 -0
- package/cloud/applications/components/create-app-button.d.ts.map +1 -0
- package/cloud/applications/components/create-app-button.js +15 -0
- package/cloud/applications/components/create-app-dialog.d.ts +20 -0
- package/cloud/applications/components/create-app-dialog.d.ts.map +1 -0
- package/cloud/applications/components/create-app-dialog.js +157 -0
- package/cloud/applications/components/single-app-page-wrapper.d.ts +12 -0
- package/cloud/applications/components/single-app-page-wrapper.d.ts.map +1 -0
- package/cloud/applications/components/single-app-page-wrapper.js +5 -0
- package/cloud/applications/components/withdraw-dialog.d.ts +20 -0
- package/cloud/applications/components/withdraw-dialog.d.ts.map +1 -0
- package/cloud/applications/components/withdraw-dialog.js +60 -0
- package/cloud/applications/index.d.ts +39 -0
- package/cloud/applications/index.d.ts.map +1 -0
- package/cloud/applications/index.js +54 -0
- package/cloud/applications/lib/apps.d.ts +53 -0
- package/cloud/applications/lib/apps.d.ts.map +1 -0
- package/cloud/applications/lib/apps.js +80 -0
- package/cloud/applications/lib/auth-query.d.ts +14 -0
- package/cloud/applications/lib/auth-query.d.ts.map +1 -0
- package/cloud/applications/lib/auth-query.js +18 -0
- package/cloud/applications/lib/one-time-app-api-key.d.ts +12 -0
- package/cloud/applications/lib/one-time-app-api-key.d.ts.map +1 -0
- package/cloud/applications/lib/one-time-app-api-key.js +22 -0
- package/cloud/applications/lib/use-copy-feedback.d.ts +9 -0
- package/cloud/applications/lib/use-copy-feedback.d.ts.map +1 -0
- package/cloud/applications/lib/use-copy-feedback.js +13 -0
- package/cloud/applications/lib/use-session-auth.d.ts +28 -0
- package/cloud/applications/lib/use-session-auth.d.ts.map +1 -0
- package/cloud/applications/lib/use-session-auth.js +97 -0
- package/cloud/applications/lib/utils.d.ts +7 -0
- package/cloud/applications/lib/utils.d.ts.map +1 -0
- package/cloud/applications/lib/utils.js +9 -0
- package/cloud/approvals/ApprovalsRoute.d.ts +27 -0
- package/cloud/approvals/ApprovalsRoute.d.ts.map +1 -0
- package/cloud/approvals/ApprovalsRoute.js +45 -0
- package/cloud/approvals/components/approvals-tab.d.ts +14 -0
- package/cloud/approvals/components/approvals-tab.d.ts.map +1 -0
- package/cloud/approvals/components/approvals-tab.js +98 -0
- package/cloud/approvals/components/ballots-tab.d.ts +8 -0
- package/cloud/approvals/components/ballots-tab.d.ts.map +1 -0
- package/cloud/approvals/components/ballots-tab.js +86 -0
- package/cloud/approvals/components/sensitive-tab.d.ts +13 -0
- package/cloud/approvals/components/sensitive-tab.d.ts.map +1 -0
- package/cloud/approvals/components/sensitive-tab.js +50 -0
- package/cloud/approvals/components/status-badge.d.ts +13 -0
- package/cloud/approvals/components/status-badge.d.ts.map +1 -0
- package/cloud/approvals/components/status-badge.js +49 -0
- package/cloud/approvals/index.d.ts +32 -0
- package/cloud/approvals/index.d.ts.map +1 -0
- package/cloud/approvals/index.js +41 -0
- package/cloud/approvals/lib/approvals.d.ts +164 -0
- package/cloud/approvals/lib/approvals.d.ts.map +1 -0
- package/cloud/approvals/lib/approvals.js +186 -0
- package/cloud/approvals/lib/auth-query.d.ts +18 -0
- package/cloud/approvals/lib/auth-query.d.ts.map +1 -0
- package/cloud/approvals/lib/auth-query.js +22 -0
- package/cloud/approvals/lib/use-session-auth.d.ts +28 -0
- package/cloud/approvals/lib/use-session-auth.d.ts.map +1 -0
- package/cloud/approvals/lib/use-session-auth.js +97 -0
- package/cloud/approvals/lib/wallet-sign.d.ts +33 -0
- package/cloud/approvals/lib/wallet-sign.d.ts.map +1 -0
- package/cloud/approvals/lib/wallet-sign.js +79 -0
- package/cloud/billing/BillingSection.d.ts +18 -0
- package/cloud/billing/BillingSection.d.ts.map +1 -0
- package/cloud/billing/BillingSection.js +52 -0
- package/cloud/billing/BillingSuccessPage.d.ts +13 -0
- package/cloud/billing/BillingSuccessPage.d.ts.map +1 -0
- package/cloud/billing/BillingSuccessPage.js +78 -0
- package/cloud/billing/InvoiceDetailPage.d.ts +7 -0
- package/cloud/billing/InvoiceDetailPage.d.ts.map +1 -0
- package/cloud/billing/InvoiceDetailPage.js +38 -0
- package/cloud/billing/components/auto-top-up-card.d.ts +12 -0
- package/cloud/billing/components/auto-top-up-card.d.ts.map +1 -0
- package/cloud/billing/components/auto-top-up-card.js +137 -0
- package/cloud/billing/components/billing-tab.d.ts +18 -0
- package/cloud/billing/components/billing-tab.d.ts.map +1 -0
- package/cloud/billing/components/billing-tab.js +222 -0
- package/cloud/billing/components/direct-crypto-credit-card.d.ts +14 -0
- package/cloud/billing/components/direct-crypto-credit-card.d.ts.map +1 -0
- package/cloud/billing/components/direct-crypto-credit-card.js +329 -0
- package/cloud/billing/components/invoice-detail-client.d.ts +12 -0
- package/cloud/billing/components/invoice-detail-client.d.ts.map +1 -0
- package/cloud/billing/components/invoice-detail-client.js +81 -0
- package/cloud/billing/components/numeric-field.d.ts +13 -0
- package/cloud/billing/components/numeric-field.d.ts.map +1 -0
- package/cloud/billing/components/numeric-field.js +7 -0
- package/cloud/billing/components/pay-as-you-go-card.d.ts +11 -0
- package/cloud/billing/components/pay-as-you-go-card.d.ts.map +1 -0
- package/cloud/billing/components/pay-as-you-go-card.js +50 -0
- package/cloud/billing/components/payment-waiting-overlay.d.ts +36 -0
- package/cloud/billing/components/payment-waiting-overlay.d.ts.map +1 -0
- package/cloud/billing/components/payment-waiting-overlay.js +138 -0
- package/cloud/billing/components/success-client.d.ts +11 -0
- package/cloud/billing/components/success-client.d.ts.map +1 -0
- package/cloud/billing/components/success-client.js +64 -0
- package/cloud/billing/data/billing-data.d.ts +211 -0
- package/cloud/billing/data/billing-data.d.ts.map +1 -0
- package/cloud/billing/data/billing-data.js +120 -0
- package/cloud/billing/index.d.ts +26 -0
- package/cloud/billing/index.d.ts.map +1 -0
- package/cloud/billing/index.js +28 -0
- package/cloud/billing/routes.d.ts +16 -0
- package/cloud/billing/routes.d.ts.map +1 -0
- package/cloud/billing/routes.js +34 -0
- package/cloud/billing/types.d.ts +142 -0
- package/cloud/billing/types.d.ts.map +1 -0
- package/cloud/billing/types.js +12 -0
- package/cloud/billing/use-session-auth.d.ts +43 -0
- package/cloud/billing/use-session-auth.d.ts.map +1 -0
- package/cloud/billing/use-session-auth.js +138 -0
- package/cloud/billing/wallet/ConditionalWalletProviders.d.ts +18 -0
- package/cloud/billing/wallet/ConditionalWalletProviders.d.ts.map +1 -0
- package/cloud/billing/wallet/ConditionalWalletProviders.js +79 -0
- package/cloud/billing/wallet/steward-wallet-providers.d.ts +17 -0
- package/cloud/billing/wallet/steward-wallet-providers.d.ts.map +1 -0
- package/cloud/billing/wallet/steward-wallet-providers.js +59 -0
- package/cloud/connectors/CloudConnectorsSection.d.ts +12 -0
- package/cloud/connectors/CloudConnectorsSection.d.ts.map +1 -0
- package/cloud/connectors/CloudConnectorsSection.js +33 -0
- package/cloud/connectors/blooio-connection.d.ts +10 -0
- package/cloud/connectors/blooio-connection.d.ts.map +1 -0
- package/cloud/connectors/blooio-connection.js +230 -0
- package/cloud/connectors/discord-gateway-connection.d.ts +11 -0
- package/cloud/connectors/discord-gateway-connection.d.ts.map +1 -0
- package/cloud/connectors/discord-gateway-connection.js +480 -0
- package/cloud/connectors/google-connection.d.ts +10 -0
- package/cloud/connectors/google-connection.d.ts.map +1 -0
- package/cloud/connectors/google-connection.js +109 -0
- package/cloud/connectors/index.d.ts +50 -0
- package/cloud/connectors/index.d.ts.map +1 -0
- package/cloud/connectors/index.js +74 -0
- package/cloud/connectors/microsoft-connection.d.ts +10 -0
- package/cloud/connectors/microsoft-connection.d.ts.map +1 -0
- package/cloud/connectors/microsoft-connection.js +133 -0
- package/cloud/connectors/oauth-connection.d.ts +52 -0
- package/cloud/connectors/oauth-connection.d.ts.map +1 -0
- package/cloud/connectors/oauth-connection.js +114 -0
- package/cloud/connectors/telegram-connection.d.ts +11 -0
- package/cloud/connectors/telegram-connection.d.ts.map +1 -0
- package/cloud/connectors/telegram-connection.js +158 -0
- package/cloud/connectors/twilio-connection.d.ts +10 -0
- package/cloud/connectors/twilio-connection.d.ts.map +1 -0
- package/cloud/connectors/twilio-connection.js +189 -0
- package/cloud/connectors/use-connection-status.d.ts +13 -0
- package/cloud/connectors/use-connection-status.d.ts.map +1 -0
- package/cloud/connectors/use-connection-status.js +45 -0
- package/cloud/connectors/whatsapp-connection.d.ts +11 -0
- package/cloud/connectors/whatsapp-connection.d.ts.map +1 -0
- package/cloud/connectors/whatsapp-connection.js +223 -0
- package/cloud/documents/DocumentsRoute.d.ts +21 -0
- package/cloud/documents/DocumentsRoute.d.ts.map +1 -0
- package/cloud/documents/DocumentsRoute.js +45 -0
- package/cloud/documents/DocumentsSection.d.ts +15 -0
- package/cloud/documents/DocumentsSection.d.ts.map +1 -0
- package/cloud/documents/DocumentsSection.js +18 -0
- package/cloud/documents/components/document-list.d.ts +19 -0
- package/cloud/documents/components/document-list.d.ts.map +1 -0
- package/cloud/documents/components/document-list.js +75 -0
- package/cloud/documents/components/document-query.d.ts +15 -0
- package/cloud/documents/components/document-query.d.ts.map +1 -0
- package/cloud/documents/components/document-query.js +92 -0
- package/cloud/documents/components/document-upload.d.ts +16 -0
- package/cloud/documents/components/document-upload.d.ts.map +1 -0
- package/cloud/documents/components/document-upload.js +180 -0
- package/cloud/documents/components/documents-page-client.d.ts +20 -0
- package/cloud/documents/components/documents-page-client.d.ts.map +1 -0
- package/cloud/documents/components/documents-page-client.js +80 -0
- package/cloud/documents/index.d.ts +37 -0
- package/cloud/documents/index.d.ts.map +1 -0
- package/cloud/documents/index.js +45 -0
- package/cloud/documents/lib/agents.d.ts +23 -0
- package/cloud/documents/lib/agents.d.ts.map +1 -0
- package/cloud/documents/lib/agents.js +26 -0
- package/cloud/documents/lib/auth-query.d.ts +17 -0
- package/cloud/documents/lib/auth-query.d.ts.map +1 -0
- package/cloud/documents/lib/auth-query.js +21 -0
- package/cloud/documents/lib/documents.d.ts +54 -0
- package/cloud/documents/lib/documents.d.ts.map +1 -0
- package/cloud/documents/lib/documents.js +118 -0
- package/cloud/documents/lib/use-session-auth.d.ts +27 -0
- package/cloud/documents/lib/use-session-auth.d.ts.map +1 -0
- package/cloud/documents/lib/use-session-auth.js +96 -0
- package/cloud/documents/use-document-title.d.ts +11 -0
- package/cloud/documents/use-document-title.d.ts.map +1 -0
- package/cloud/documents/use-document-title.js +21 -0
- package/cloud/handoff/__integration__/two-agent-handoff.d.mts +2 -0
- package/cloud/handoff/__integration__/two-agent-handoff.d.mts.map +1 -0
- package/cloud/handoff/__integration__/two-agent-handoff.mjs +114 -0
- package/cloud/handoff/cloud-handoff-supervisor.d.ts +47 -0
- package/cloud/handoff/cloud-handoff-supervisor.d.ts.map +1 -0
- package/cloud/handoff/cloud-handoff-supervisor.js +67 -0
- package/cloud/handoff/conversation-handoff.d.ts +73 -0
- package/cloud/handoff/conversation-handoff.d.ts.map +1 -0
- package/cloud/handoff/conversation-handoff.js +98 -0
- package/cloud/index.d.ts +14 -0
- package/cloud/index.d.ts.map +1 -0
- package/cloud/index.js +13 -0
- package/cloud/instances/AgentChatPage.d.ts +13 -0
- package/cloud/instances/AgentChatPage.d.ts.map +1 -0
- package/cloud/instances/AgentChatPage.js +217 -0
- package/cloud/instances/AgentDetailPage.d.ts +6 -0
- package/cloud/instances/AgentDetailPage.d.ts.map +1 -0
- package/cloud/instances/AgentDetailPage.js +169 -0
- package/cloud/instances/AgentsPage.d.ts +6 -0
- package/cloud/instances/AgentsPage.d.ts.map +1 -0
- package/cloud/instances/AgentsPage.js +50 -0
- package/cloud/instances/MyAgentsPage.d.ts +7 -0
- package/cloud/instances/MyAgentsPage.d.ts.map +1 -0
- package/cloud/instances/MyAgentsPage.js +22 -0
- package/cloud/instances/components/agent-actions.d.ts +10 -0
- package/cloud/instances/components/agent-actions.d.ts.map +1 -0
- package/cloud/instances/components/agent-actions.js +231 -0
- package/cloud/instances/components/agent-card.d.ts +35 -0
- package/cloud/instances/components/agent-card.d.ts.map +1 -0
- package/cloud/instances/components/agent-card.js +287 -0
- package/cloud/instances/components/agent-cost-badge.d.ts +10 -0
- package/cloud/instances/components/agent-cost-badge.d.ts.map +1 -0
- package/cloud/instances/components/agent-cost-badge.js +25 -0
- package/cloud/instances/components/character-filters.d.ts +23 -0
- package/cloud/instances/components/character-filters.d.ts.map +1 -0
- package/cloud/instances/components/character-filters.js +36 -0
- package/cloud/instances/components/character-library-grid.d.ts +18 -0
- package/cloud/instances/components/character-library-grid.d.ts.map +1 -0
- package/cloud/instances/components/character-library-grid.js +17 -0
- package/cloud/instances/components/create-eliza-agent-dialog.d.ts +10 -0
- package/cloud/instances/components/create-eliza-agent-dialog.d.ts.map +1 -0
- package/cloud/instances/components/create-eliza-agent-dialog.js +376 -0
- package/cloud/instances/components/docker-logs-viewer.d.ts +8 -0
- package/cloud/instances/components/docker-logs-viewer.d.ts.map +1 -0
- package/cloud/instances/components/docker-logs-viewer.js +107 -0
- package/cloud/instances/components/eliza-agent-backups-panel.d.ts +8 -0
- package/cloud/instances/components/eliza-agent-backups-panel.d.ts.map +1 -0
- package/cloud/instances/components/eliza-agent-backups-panel.js +112 -0
- package/cloud/instances/components/eliza-agent-logs-viewer.d.ts +9 -0
- package/cloud/instances/components/eliza-agent-logs-viewer.d.ts.map +1 -0
- package/cloud/instances/components/eliza-agent-logs-viewer.js +180 -0
- package/cloud/instances/components/eliza-agent-pricing-banner.d.ts +13 -0
- package/cloud/instances/components/eliza-agent-pricing-banner.d.ts.map +1 -0
- package/cloud/instances/components/eliza-agent-pricing-banner.js +47 -0
- package/cloud/instances/components/eliza-agent-tabs.d.ts +8 -0
- package/cloud/instances/components/eliza-agent-tabs.d.ts.map +1 -0
- package/cloud/instances/components/eliza-agent-tabs.js +27 -0
- package/cloud/instances/components/eliza-agents-table.d.ts +25 -0
- package/cloud/instances/components/eliza-agents-table.d.ts.map +1 -0
- package/cloud/instances/components/eliza-agents-table.js +536 -0
- package/cloud/instances/components/eliza-connect-button.d.ts +6 -0
- package/cloud/instances/components/eliza-connect-button.d.ts.map +1 -0
- package/cloud/instances/components/eliza-connect-button.js +10 -0
- package/cloud/instances/components/eliza-policies-section.d.ts +6 -0
- package/cloud/instances/components/eliza-policies-section.d.ts.map +1 -0
- package/cloud/instances/components/eliza-policies-section.js +71 -0
- package/cloud/instances/components/eliza-transactions-section.d.ts +6 -0
- package/cloud/instances/components/eliza-transactions-section.d.ts.map +1 -0
- package/cloud/instances/components/eliza-transactions-section.js +147 -0
- package/cloud/instances/components/eliza-wallet-section.d.ts +6 -0
- package/cloud/instances/components/eliza-wallet-section.d.ts.map +1 -0
- package/cloud/instances/components/eliza-wallet-section.js +127 -0
- package/cloud/instances/components/empty-state.d.ts +6 -0
- package/cloud/instances/components/empty-state.d.ts.map +1 -0
- package/cloud/instances/components/empty-state.js +23 -0
- package/cloud/instances/components/my-agents.d.ts +8 -0
- package/cloud/instances/components/my-agents.d.ts.map +1 -0
- package/cloud/instances/components/my-agents.js +268 -0
- package/cloud/instances/components/types.d.ts +3 -0
- package/cloud/instances/components/types.d.ts.map +1 -0
- package/cloud/instances/index.d.ts +36 -0
- package/cloud/instances/index.d.ts.map +1 -0
- package/cloud/instances/index.js +58 -0
- package/cloud/instances/lib/auth-query.d.ts +16 -0
- package/cloud/instances/lib/auth-query.d.ts.map +1 -0
- package/cloud/instances/lib/auth-query.js +20 -0
- package/cloud/instances/lib/data/credits.d.ts +14 -0
- package/cloud/instances/lib/data/credits.d.ts.map +1 -0
- package/cloud/instances/lib/data/credits.js +21 -0
- package/cloud/instances/lib/data/eliza-agents.d.ts +12 -0
- package/cloud/instances/lib/data/eliza-agents.d.ts.map +1 -0
- package/cloud/instances/lib/data/eliza-agents.js +33 -0
- package/cloud/instances/lib/format-bytes.d.ts +19 -0
- package/cloud/instances/lib/format-bytes.d.ts.map +1 -0
- package/cloud/instances/lib/format-bytes.js +25 -0
- package/cloud/instances/lib/i18n.d.ts +11 -0
- package/cloud/instances/lib/i18n.d.ts.map +1 -0
- package/cloud/instances/lib/i18n.js +10 -0
- package/cloud/instances/lib/open-web-ui.d.ts +14 -0
- package/cloud/instances/lib/open-web-ui.d.ts.map +1 -0
- package/cloud/instances/lib/open-web-ui.js +88 -0
- package/cloud/instances/lib/sandbox-status.d.ts +18 -0
- package/cloud/instances/lib/sandbox-status.d.ts.map +1 -0
- package/cloud/instances/lib/sandbox-status.js +54 -0
- package/cloud/instances/lib/use-copy-feedback.d.ts +9 -0
- package/cloud/instances/lib/use-copy-feedback.d.ts.map +1 -0
- package/cloud/instances/lib/use-copy-feedback.js +13 -0
- package/cloud/instances/lib/use-document-title.d.ts +13 -0
- package/cloud/instances/lib/use-document-title.d.ts.map +1 -0
- package/cloud/instances/lib/use-document-title.js +23 -0
- package/cloud/instances/lib/use-job-poller.d.ts +34 -0
- package/cloud/instances/lib/use-job-poller.d.ts.map +1 -0
- package/cloud/instances/lib/use-job-poller.js +142 -0
- package/cloud/instances/lib/use-sandbox-status-poll.d.ts +50 -0
- package/cloud/instances/lib/use-sandbox-status-poll.d.ts.map +1 -0
- package/cloud/instances/lib/use-sandbox-status-poll.js +173 -0
- package/cloud/instances/lib/use-session-auth.d.ts +44 -0
- package/cloud/instances/lib/use-session-auth.d.ts.map +1 -0
- package/cloud/instances/lib/use-session-auth.js +141 -0
- package/cloud/join/JoinPage.d.ts +19 -0
- package/cloud/join/JoinPage.d.ts.map +1 -0
- package/cloud/join/JoinPage.js +128 -0
- package/cloud/join/index.d.ts +19 -0
- package/cloud/join/index.d.ts.map +1 -0
- package/cloud/join/index.js +18 -0
- package/cloud/join/lib/resolve-cloud-connection.d.ts +21 -0
- package/cloud/join/lib/resolve-cloud-connection.d.ts.map +1 -0
- package/cloud/join/lib/resolve-cloud-connection.js +29 -0
- package/cloud/join/lib/run-join-flow.d.ts +95 -0
- package/cloud/join/lib/run-join-flow.d.ts.map +1 -0
- package/cloud/join/lib/run-join-flow.js +98 -0
- package/cloud/join/lib/use-join-session.d.ts +18 -0
- package/cloud/join/lib/use-join-session.d.ts.map +1 -0
- package/cloud/join/lib/use-join-session.js +62 -0
- package/cloud/join/register.d.ts +17 -0
- package/cloud/join/register.d.ts.map +1 -0
- package/cloud/join/register.js +29 -0
- package/cloud/lib/api-client.d.ts +33 -0
- package/cloud/lib/api-client.d.ts.map +1 -0
- package/cloud/lib/api-client.js +160 -0
- package/cloud/lib/jwt.d.ts +26 -0
- package/cloud/lib/jwt.d.ts.map +1 -0
- package/cloud/lib/jwt.js +34 -0
- package/cloud/lib/query-client.d.ts +9 -0
- package/cloud/lib/query-client.d.ts.map +1 -0
- package/cloud/lib/query-client.js +27 -0
- package/cloud/lib/steward-session.d.ts +28 -0
- package/cloud/lib/steward-session.d.ts.map +1 -0
- package/cloud/lib/steward-session.js +29 -0
- package/cloud/mcps/McpDetailDrawer.d.ts +20 -0
- package/cloud/mcps/McpDetailDrawer.d.ts.map +1 -0
- package/cloud/mcps/McpDetailDrawer.js +155 -0
- package/cloud/mcps/McpEditorDialog.d.ts +22 -0
- package/cloud/mcps/McpEditorDialog.d.ts.map +1 -0
- package/cloud/mcps/McpEditorDialog.js +224 -0
- package/cloud/mcps/McpsRoute.d.ts +12 -0
- package/cloud/mcps/McpsRoute.d.ts.map +1 -0
- package/cloud/mcps/McpsRoute.js +28 -0
- package/cloud/mcps/McpsSection.d.ts +10 -0
- package/cloud/mcps/McpsSection.d.ts.map +1 -0
- package/cloud/mcps/McpsSection.js +13 -0
- package/cloud/mcps/McpsView.d.ts +13 -0
- package/cloud/mcps/McpsView.d.ts.map +1 -0
- package/cloud/mcps/McpsView.js +142 -0
- package/cloud/mcps/index.d.ts +53 -0
- package/cloud/mcps/index.d.ts.map +1 -0
- package/cloud/mcps/index.js +77 -0
- package/cloud/mcps/lib/api-types.d.ts +213 -0
- package/cloud/mcps/lib/api-types.d.ts.map +1 -0
- package/cloud/mcps/lib/api-types.js +17 -0
- package/cloud/mcps/lib/mcp-mutations.d.ts +17 -0
- package/cloud/mcps/lib/mcp-mutations.d.ts.map +1 -0
- package/cloud/mcps/lib/mcp-mutations.js +82 -0
- package/cloud/mcps/lib/test-connection.d.ts +30 -0
- package/cloud/mcps/lib/test-connection.d.ts.map +1 -0
- package/cloud/mcps/lib/test-connection.js +140 -0
- package/cloud/mcps/lib/use-mcps.d.ts +30 -0
- package/cloud/mcps/lib/use-mcps.d.ts.map +1 -0
- package/cloud/mcps/lib/use-mcps.js +67 -0
- package/cloud/monetization/MonetizationRoute.d.ts +9 -0
- package/cloud/monetization/MonetizationRoute.d.ts.map +1 -0
- package/cloud/monetization/MonetizationRoute.js +19 -0
- package/cloud/monetization/MonetizationSection.d.ts +19 -0
- package/cloud/monetization/MonetizationSection.d.ts.map +1 -0
- package/cloud/monetization/MonetizationSection.js +34 -0
- package/cloud/monetization/affiliates/AffiliatesPageClient.d.ts +18 -0
- package/cloud/monetization/affiliates/AffiliatesPageClient.d.ts.map +1 -0
- package/cloud/monetization/affiliates/AffiliatesPageClient.js +249 -0
- package/cloud/monetization/affiliates/AffiliatesRoute.d.ts +19 -0
- package/cloud/monetization/affiliates/AffiliatesRoute.d.ts.map +1 -0
- package/cloud/monetization/affiliates/AffiliatesRoute.js +42 -0
- package/cloud/monetization/affiliates/referral-me.d.ts +27 -0
- package/cloud/monetization/affiliates/referral-me.d.ts.map +1 -0
- package/cloud/monetization/affiliates/referral-me.js +69 -0
- package/cloud/monetization/affiliates/use-dashboard-referral-me.d.ts +19 -0
- package/cloud/monetization/affiliates/use-dashboard-referral-me.d.ts.map +1 -0
- package/cloud/monetization/affiliates/use-dashboard-referral-me.js +49 -0
- package/cloud/monetization/auth-gate.d.ts +27 -0
- package/cloud/monetization/auth-gate.d.ts.map +1 -0
- package/cloud/monetization/auth-gate.js +60 -0
- package/cloud/monetization/earnings/EarningsPageClient.d.ts +24 -0
- package/cloud/monetization/earnings/EarningsPageClient.d.ts.map +1 -0
- package/cloud/monetization/earnings/EarningsPageClient.js +311 -0
- package/cloud/monetization/earnings/EarningsRoute.d.ts +19 -0
- package/cloud/monetization/earnings/EarningsRoute.d.ts.map +1 -0
- package/cloud/monetization/earnings/EarningsRoute.js +44 -0
- package/cloud/monetization/index.d.ts +43 -0
- package/cloud/monetization/index.d.ts.map +1 -0
- package/cloud/monetization/index.js +64 -0
- package/cloud/monetization/lib/clipboard.d.ts +21 -0
- package/cloud/monetization/lib/clipboard.d.ts.map +1 -0
- package/cloud/monetization/lib/clipboard.js +55 -0
- package/cloud/monetization/lib/format-usd.d.ts +12 -0
- package/cloud/monetization/lib/format-usd.d.ts.map +1 -0
- package/cloud/monetization/lib/format-usd.js +19 -0
- package/cloud/monetization/use-document-title.d.ts +10 -0
- package/cloud/monetization/use-document-title.d.ts.map +1 -0
- package/cloud/monetization/use-document-title.js +20 -0
- package/cloud/organization/OrganizationPage.d.ts +12 -0
- package/cloud/organization/OrganizationPage.d.ts.map +1 -0
- package/cloud/organization/OrganizationPage.js +15 -0
- package/cloud/organization/OrganizationSection.d.ts +15 -0
- package/cloud/organization/OrganizationSection.d.ts.map +1 -0
- package/cloud/organization/OrganizationSection.js +31 -0
- package/cloud/organization/data/cloud-org-types.d.ts +66 -0
- package/cloud/organization/data/cloud-org-types.d.ts.map +1 -0
- package/cloud/organization/data/cloud-org-types.js +19 -0
- package/cloud/organization/data/use-organization.d.ts +44 -0
- package/cloud/organization/data/use-organization.d.ts.map +1 -0
- package/cloud/organization/data/use-organization.js +124 -0
- package/cloud/organization/index.d.ts +30 -0
- package/cloud/organization/index.d.ts.map +1 -0
- package/cloud/organization/index.js +29 -0
- package/cloud/organization/invite-member-dialog.d.ts +26 -0
- package/cloud/organization/invite-member-dialog.d.ts.map +1 -0
- package/cloud/organization/invite-member-dialog.js +58 -0
- package/cloud/organization/members-list.d.ts +27 -0
- package/cloud/organization/members-list.d.ts.map +1 -0
- package/cloud/organization/members-list.js +96 -0
- package/cloud/organization/members-tab.d.ts +19 -0
- package/cloud/organization/members-tab.d.ts.map +1 -0
- package/cloud/organization/members-tab.js +99 -0
- package/cloud/organization/organization-general-tab.d.ts +17 -0
- package/cloud/organization/organization-general-tab.d.ts.map +1 -0
- package/cloud/organization/organization-general-tab.js +17 -0
- package/cloud/organization/organization-tab.d.ts +17 -0
- package/cloud/organization/organization-tab.d.ts.map +1 -0
- package/cloud/organization/organization-tab.js +23 -0
- package/cloud/organization/pending-invites-list.d.ts +19 -0
- package/cloud/organization/pending-invites-list.d.ts.map +1 -0
- package/cloud/organization/pending-invites-list.js +64 -0
- package/cloud/organization/routes.d.ts +18 -0
- package/cloud/organization/routes.d.ts.map +1 -0
- package/cloud/organization/routes.js +23 -0
- package/cloud/public-pages/index.d.ts +36 -0
- package/cloud/public-pages/index.d.ts.map +1 -0
- package/cloud/public-pages/index.js +35 -0
- package/cloud/public-pages/lib/error-message.d.ts +3 -0
- package/cloud/public-pages/lib/error-message.d.ts.map +1 -0
- package/cloud/public-pages/lib/error-message.js +4 -0
- package/cloud/public-pages/lib/login-return-to.d.ts +15 -0
- package/cloud/public-pages/lib/login-return-to.d.ts.map +1 -0
- package/cloud/public-pages/lib/login-return-to.js +76 -0
- package/cloud/public-pages/lib/steward-oauth-url.d.ts +25 -0
- package/cloud/public-pages/lib/steward-oauth-url.d.ts.map +1 -0
- package/cloud/public-pages/lib/steward-oauth-url.js +32 -0
- package/cloud/public-pages/lib/steward-session.d.ts +54 -0
- package/cloud/public-pages/lib/steward-session.d.ts.map +1 -0
- package/cloud/public-pages/lib/steward-session.js +143 -0
- package/cloud/public-pages/lib/use-page-title.d.ts +18 -0
- package/cloud/public-pages/lib/use-page-title.d.ts.map +1 -0
- package/cloud/public-pages/lib/use-page-title.js +40 -0
- package/cloud/public-pages/lib/use-session-auth.d.ts +40 -0
- package/cloud/public-pages/lib/use-session-auth.d.ts.map +1 -0
- package/cloud/public-pages/lib/use-session-auth.js +135 -0
- package/cloud/public-pages/pages/app-auth/app-authorize-page.d.ts +7 -0
- package/cloud/public-pages/pages/app-auth/app-authorize-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/app-auth/app-authorize-page.js +17 -0
- package/cloud/public-pages/pages/approve/approval-page.d.ts +9 -0
- package/cloud/public-pages/pages/approve/approval-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/approve/approval-page.js +171 -0
- package/cloud/public-pages/pages/auth/auth-error-page.d.ts +7 -0
- package/cloud/public-pages/pages/auth/auth-error-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/auth/auth-error-page.js +50 -0
- package/cloud/public-pages/pages/auth/auth-success-page.d.ts +7 -0
- package/cloud/public-pages/pages/auth/auth-success-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/auth/auth-success-page.js +72 -0
- package/cloud/public-pages/pages/auth/cli-login-page.d.ts +8 -0
- package/cloud/public-pages/pages/auth/cli-login-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/auth/cli-login-page.js +176 -0
- package/cloud/public-pages/pages/auth/email-callback-page.d.ts +8 -0
- package/cloud/public-pages/pages/auth/email-callback-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/auth/email-callback-page.js +104 -0
- package/cloud/public-pages/pages/ballot/ballot-page.d.ts +8 -0
- package/cloud/public-pages/pages/ballot/ballot-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/ballot/ballot-page.js +126 -0
- package/cloud/public-pages/pages/bsc-page.d.ts +16 -0
- package/cloud/public-pages/pages/bsc-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/bsc-page.js +58 -0
- package/cloud/public-pages/pages/chat/public-chat-page.d.ts +17 -0
- package/cloud/public-pages/pages/chat/public-chat-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/chat/public-chat-page.js +100 -0
- package/cloud/public-pages/pages/invite/invite-accept-page.d.ts +12 -0
- package/cloud/public-pages/pages/invite/invite-accept-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/invite/invite-accept-page.js +162 -0
- package/cloud/public-pages/pages/legal/privacy-policy-page.d.ts +7 -0
- package/cloud/public-pages/pages/legal/privacy-policy-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/legal/privacy-policy-page.js +116 -0
- package/cloud/public-pages/pages/legal/terms-of-service-page.d.ts +10 -0
- package/cloud/public-pages/pages/legal/terms-of-service-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/legal/terms-of-service-page.js +109 -0
- package/cloud/public-pages/pages/login/login-page.d.ts +7 -0
- package/cloud/public-pages/pages/login/login-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/login/login-page.js +27 -0
- package/cloud/public-pages/pages/login/steward-login-section.d.ts +16 -0
- package/cloud/public-pages/pages/login/steward-login-section.d.ts.map +1 -0
- package/cloud/public-pages/pages/login/steward-login-section.js +448 -0
- package/cloud/public-pages/pages/payment/app-charge-page.d.ts +9 -0
- package/cloud/public-pages/pages/payment/app-charge-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/payment/app-charge-page.js +200 -0
- package/cloud/public-pages/pages/payment/payment-navigation.d.ts +3 -0
- package/cloud/public-pages/pages/payment/payment-navigation.d.ts.map +1 -0
- package/cloud/public-pages/pages/payment/payment-navigation.js +4 -0
- package/cloud/public-pages/pages/payment/payment-request-page.d.ts +10 -0
- package/cloud/public-pages/pages/payment/payment-request-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/payment/payment-request-page.js +142 -0
- package/cloud/public-pages/pages/payment/payment-success-page.d.ts +9 -0
- package/cloud/public-pages/pages/payment/payment-success-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/payment/payment-success-page.js +57 -0
- package/cloud/public-pages/pages/sensitive-requests/sensitive-request-page.d.ts +9 -0
- package/cloud/public-pages/pages/sensitive-requests/sensitive-request-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/sensitive-requests/sensitive-request-page.js +199 -0
- package/cloud/public-pages/register.d.ts +20 -0
- package/cloud/public-pages/register.d.ts.map +1 -0
- package/cloud/public-pages/register.js +158 -0
- package/cloud/register-all.d.ts +26 -0
- package/cloud/register-all.d.ts.map +1 -0
- package/cloud/register-all.js +55 -0
- package/cloud/settings/CloudSettingsSectionShell.d.ts +39 -0
- package/cloud/settings/CloudSettingsSectionShell.d.ts.map +1 -0
- package/cloud/settings/CloudSettingsSectionShell.js +50 -0
- package/cloud/settings/cloud-settings-group.d.ts +35 -0
- package/cloud/settings/cloud-settings-group.d.ts.map +1 -0
- package/cloud/settings/cloud-settings-group.js +43 -0
- package/cloud/settings/index.d.ts +14 -0
- package/cloud/settings/index.d.ts.map +1 -0
- package/cloud/settings/index.js +13 -0
- package/cloud/settings/register-cloud-settings.d.ts +33 -0
- package/cloud/settings/register-cloud-settings.d.ts.map +1 -0
- package/cloud/settings/register-cloud-settings.js +161 -0
- package/cloud/settings/sections.d.ts +29 -0
- package/cloud/settings/sections.d.ts.map +1 -0
- package/cloud/settings/sections.js +74 -0
- package/cloud/shell/CloudI18nProvider.d.ts +32 -0
- package/cloud/shell/CloudI18nProvider.d.ts.map +1 -0
- package/cloud/shell/CloudI18nProvider.js +88 -0
- package/cloud/shell/CloudRouterShell.d.ts +39 -0
- package/cloud/shell/CloudRouterShell.d.ts.map +1 -0
- package/cloud/shell/CloudRouterShell.js +109 -0
- package/cloud/shell/StewardProvider.d.ts +55 -0
- package/cloud/shell/StewardProvider.d.ts.map +1 -0
- package/cloud/shell/StewardProvider.js +205 -0
- package/cloud/shell/StewardProviderRuntime.d.ts +19 -0
- package/cloud/shell/StewardProviderRuntime.d.ts.map +1 -0
- package/cloud/shell/StewardProviderRuntime.js +199 -0
- package/cloud/shell/cloud-route-registry.d.ts +41 -0
- package/cloud/shell/cloud-route-registry.d.ts.map +1 -0
- package/cloud/shell/cloud-route-registry.js +41 -0
- package/cloud/shell/steward-url.d.ts +12 -0
- package/cloud/shell/steward-url.d.ts.map +1 -0
- package/cloud/shell/steward-url.js +63 -0
- package/cloud-ui/components/ai-elements/eliza-avatar.d.ts +11 -0
- package/cloud-ui/components/ai-elements/eliza-avatar.d.ts.map +1 -0
- package/cloud-ui/components/ai-elements/eliza-avatar.js +102 -0
- package/cloud-ui/components/ai-elements/hooks/use-typewriter-text.d.ts +9 -0
- package/cloud-ui/components/ai-elements/hooks/use-typewriter-text.d.ts.map +1 -0
- package/cloud-ui/components/ai-elements/hooks/use-typewriter-text.js +88 -0
- package/cloud-ui/components/ai-elements/index.d.ts +4 -0
- package/cloud-ui/components/ai-elements/index.d.ts.map +1 -0
- package/cloud-ui/components/ai-elements/index.js +3 -0
- package/cloud-ui/components/ai-elements/memoized-chat-message.d.ts +39 -0
- package/cloud-ui/components/ai-elements/memoized-chat-message.d.ts.map +1 -0
- package/cloud-ui/components/ai-elements/memoized-chat-message.js +227 -0
- package/cloud-ui/components/analytics/cost-alerts.d.ts +9 -0
- package/cloud-ui/components/analytics/cost-alerts.d.ts.map +1 -0
- package/cloud-ui/components/analytics/cost-alerts.js +42 -0
- package/cloud-ui/components/analytics/cost-insights-card.d.ts +8 -0
- package/cloud-ui/components/analytics/cost-insights-card.d.ts.map +1 -0
- package/cloud-ui/components/analytics/cost-insights-card.js +20 -0
- package/cloud-ui/components/analytics/export-button.d.ts +20 -0
- package/cloud-ui/components/analytics/export-button.d.ts.map +1 -0
- package/cloud-ui/components/analytics/export-button.js +32 -0
- package/cloud-ui/components/analytics/index.d.ts +4 -0
- package/cloud-ui/components/analytics/index.d.ts.map +1 -0
- package/cloud-ui/components/analytics/index.js +3 -0
- package/cloud-ui/components/api-key-empty-state.d.ts +6 -0
- package/cloud-ui/components/api-key-empty-state.d.ts.map +1 -0
- package/cloud-ui/components/api-key-empty-state.js +10 -0
- package/cloud-ui/components/auth/authorize-content.d.ts +2 -0
- package/cloud-ui/components/auth/authorize-content.d.ts.map +1 -0
- package/cloud-ui/components/auth/authorize-content.js +181 -0
- package/cloud-ui/components/auth/authorize-return.d.ts +17 -0
- package/cloud-ui/components/auth/authorize-return.d.ts.map +1 -0
- package/cloud-ui/components/auth/authorize-return.js +76 -0
- package/cloud-ui/components/brand/brand-button.d.ts +17 -0
- package/cloud-ui/components/brand/brand-button.d.ts.map +1 -0
- package/cloud-ui/components/brand/brand-button.js +37 -0
- package/cloud-ui/components/brand/brand-card.d.ts +31 -0
- package/cloud-ui/components/brand/brand-card.d.ts.map +1 -0
- package/cloud-ui/components/brand/brand-card.js +24 -0
- package/cloud-ui/components/brand/brand-tabs-responsive.d.ts +40 -0
- package/cloud-ui/components/brand/brand-tabs-responsive.d.ts.map +1 -0
- package/cloud-ui/components/brand/brand-tabs-responsive.js +38 -0
- package/cloud-ui/components/brand/brand-tabs.d.ts +19 -0
- package/cloud-ui/components/brand/brand-tabs.d.ts.map +1 -0
- package/cloud-ui/components/brand/brand-tabs.js +20 -0
- package/cloud-ui/components/brand/corner-brackets.d.ts +11 -0
- package/cloud-ui/components/brand/corner-brackets.d.ts.map +1 -0
- package/cloud-ui/components/brand/corner-brackets.js +28 -0
- package/cloud-ui/components/brand/dashboard-section.d.ts +11 -0
- package/cloud-ui/components/brand/dashboard-section.d.ts.map +1 -0
- package/cloud-ui/components/brand/dashboard-section.js +5 -0
- package/cloud-ui/components/brand/dashboard-stat-card.d.ts +14 -0
- package/cloud-ui/components/brand/dashboard-stat-card.d.ts.map +1 -0
- package/cloud-ui/components/brand/dashboard-stat-card.js +15 -0
- package/cloud-ui/components/brand/eliza-cloud-lockup.d.ts +8 -0
- package/cloud-ui/components/brand/eliza-cloud-lockup.d.ts.map +1 -0
- package/cloud-ui/components/brand/eliza-cloud-lockup.js +5 -0
- package/cloud-ui/components/brand/eliza-logo.d.ts +8 -0
- package/cloud-ui/components/brand/eliza-logo.d.ts.map +1 -0
- package/cloud-ui/components/brand/eliza-logo.js +6 -0
- package/cloud-ui/components/brand/hud-container.d.ts +8 -0
- package/cloud-ui/components/brand/hud-container.d.ts.map +1 -0
- package/cloud-ui/components/brand/hud-container.js +6 -0
- package/cloud-ui/components/brand/index.d.ts +26 -0
- package/cloud-ui/components/brand/index.d.ts.map +1 -0
- package/cloud-ui/components/brand/index.js +20 -0
- package/cloud-ui/components/brand/key-metrics-grid.d.ts +21 -0
- package/cloud-ui/components/brand/key-metrics-grid.d.ts.map +1 -0
- package/cloud-ui/components/brand/key-metrics-grid.js +25 -0
- package/cloud-ui/components/brand/lock-on-button.d.ts +5 -0
- package/cloud-ui/components/brand/lock-on-button.d.ts.map +1 -0
- package/cloud-ui/components/brand/lock-on-button.js +10 -0
- package/cloud-ui/components/brand/lock-on-button.variants.d.ts +11 -0
- package/cloud-ui/components/brand/lock-on-button.variants.d.ts.map +1 -0
- package/cloud-ui/components/brand/lock-on-button.variants.js +20 -0
- package/cloud-ui/components/brand/mini-stat-card.d.ts +9 -0
- package/cloud-ui/components/brand/mini-stat-card.d.ts.map +1 -0
- package/cloud-ui/components/brand/mini-stat-card.js +5 -0
- package/cloud-ui/components/brand/prompt-card.d.ts +17 -0
- package/cloud-ui/components/brand/prompt-card.d.ts.map +1 -0
- package/cloud-ui/components/brand/prompt-card.js +12 -0
- package/cloud-ui/components/brand/section-header.d.ts +17 -0
- package/cloud-ui/components/brand/section-header.d.ts.map +1 -0
- package/cloud-ui/components/brand/section-header.js +16 -0
- package/cloud-ui/components/code/code-display.d.ts +7 -0
- package/cloud-ui/components/code/code-display.d.ts.map +1 -0
- package/cloud-ui/components/code/code-display.js +46 -0
- package/cloud-ui/components/code/index.d.ts +4 -0
- package/cloud-ui/components/code/index.d.ts.map +1 -0
- package/cloud-ui/components/code/index.js +2 -0
- package/cloud-ui/components/code/monaco-editor-skeleton.d.ts +10 -0
- package/cloud-ui/components/code/monaco-editor-skeleton.d.ts.map +1 -0
- package/cloud-ui/components/code/monaco-editor-skeleton.js +10 -0
- package/cloud-ui/components/code/prism-light.d.ts +6 -0
- package/cloud-ui/components/code/prism-light.d.ts.map +1 -0
- package/cloud-ui/components/code/prism-light.js +45 -0
- package/cloud-ui/components/connection-card.d.ts +85 -0
- package/cloud-ui/components/connection-card.d.ts.map +1 -0
- package/cloud-ui/components/connection-card.js +58 -0
- package/cloud-ui/components/dashboard/cloud-dashboard-components.d.ts +33 -0
- package/cloud-ui/components/dashboard/cloud-dashboard-components.d.ts.map +1 -0
- package/cloud-ui/components/dashboard/cloud-dashboard-components.js +78 -0
- package/cloud-ui/components/dashboard/dashboard-route-error.d.ts +8 -0
- package/cloud-ui/components/dashboard/dashboard-route-error.d.ts.map +1 -0
- package/cloud-ui/components/dashboard/dashboard-route-error.helpers.d.ts +7 -0
- package/cloud-ui/components/dashboard/dashboard-route-error.helpers.d.ts.map +1 -0
- package/cloud-ui/components/dashboard/dashboard-route-error.helpers.js +12 -0
- package/cloud-ui/components/dashboard/dashboard-route-error.js +9 -0
- package/cloud-ui/components/dashboard/route-placeholders.d.ts +15 -0
- package/cloud-ui/components/dashboard/route-placeholders.d.ts.map +1 -0
- package/cloud-ui/components/dashboard/route-placeholders.js +19 -0
- package/cloud-ui/components/data-list/api-keys-summary.d.ts +12 -0
- package/cloud-ui/components/data-list/api-keys-summary.d.ts.map +1 -0
- package/cloud-ui/components/data-list/api-keys-summary.js +35 -0
- package/cloud-ui/components/data-list/api-keys-table.d.ts +22 -0
- package/cloud-ui/components/data-list/api-keys-table.d.ts.map +1 -0
- package/cloud-ui/components/data-list/api-keys-table.js +79 -0
- package/cloud-ui/components/data-list/apps-list-view.d.ts +26 -0
- package/cloud-ui/components/data-list/apps-list-view.d.ts.map +1 -0
- package/cloud-ui/components/data-list/apps-list-view.js +72 -0
- package/cloud-ui/components/data-list/dashboard-data-list.d.ts +30 -0
- package/cloud-ui/components/data-list/dashboard-data-list.d.ts.map +1 -0
- package/cloud-ui/components/data-list/dashboard-data-list.js +17 -0
- package/cloud-ui/components/data-list/dashboard-table-skeleton.d.ts +15 -0
- package/cloud-ui/components/data-list/dashboard-table-skeleton.d.ts.map +1 -0
- package/cloud-ui/components/data-list/dashboard-table-skeleton.js +8 -0
- package/cloud-ui/components/data-list/data-list-empty-state.d.ts +18 -0
- package/cloud-ui/components/data-list/data-list-empty-state.d.ts.map +1 -0
- package/cloud-ui/components/data-list/data-list-empty-state.js +11 -0
- package/cloud-ui/components/data-list/index.d.ts +9 -0
- package/cloud-ui/components/data-list/index.d.ts.map +1 -0
- package/cloud-ui/components/data-list/index.js +7 -0
- package/cloud-ui/components/data-list/list-action-menu.d.ts +40 -0
- package/cloud-ui/components/data-list/list-action-menu.d.ts.map +1 -0
- package/cloud-ui/components/data-list/list-action-menu.js +18 -0
- package/cloud-ui/components/docs/api-parameter-select.d.ts +13 -0
- package/cloud-ui/components/docs/api-parameter-select.d.ts.map +1 -0
- package/cloud-ui/components/docs/api-parameter-select.js +7 -0
- package/cloud-ui/components/docs/api-route-explorer-client.d.ts +5 -0
- package/cloud-ui/components/docs/api-route-explorer-client.d.ts.map +1 -0
- package/cloud-ui/components/docs/api-route-explorer-client.js +162 -0
- package/cloud-ui/components/docs/docs-layout.d.ts +10 -0
- package/cloud-ui/components/docs/docs-layout.d.ts.map +1 -0
- package/cloud-ui/components/docs/docs-layout.js +21 -0
- package/cloud-ui/components/docs/docs-types.d.ts +26 -0
- package/cloud-ui/components/docs/docs-types.d.ts.map +1 -0
- package/cloud-ui/components/docs/endpoint-card.d.ts +30 -0
- package/cloud-ui/components/docs/endpoint-card.d.ts.map +1 -0
- package/cloud-ui/components/docs/endpoint-card.js +29 -0
- package/cloud-ui/components/docs/index.d.ts +12 -0
- package/cloud-ui/components/docs/index.d.ts.map +1 -0
- package/cloud-ui/components/docs/index.js +6 -0
- package/cloud-ui/components/docs/llms-txt-badge.d.ts +2 -0
- package/cloud-ui/components/docs/llms-txt-badge.d.ts.map +1 -0
- package/cloud-ui/components/docs/llms-txt-badge.js +17 -0
- package/cloud-ui/components/docs/mdx-components.d.ts +34 -0
- package/cloud-ui/components/docs/mdx-components.d.ts.map +1 -0
- package/cloud-ui/components/docs/mdx-components.js +25 -0
- package/cloud-ui/components/docs/openapi-viewer.d.ts +6 -0
- package/cloud-ui/components/docs/openapi-viewer.d.ts.map +1 -0
- package/cloud-ui/components/docs/openapi-viewer.js +7 -0
- package/cloud-ui/components/drawer.d.ts +14 -0
- package/cloud-ui/components/drawer.d.ts.map +1 -0
- package/cloud-ui/components/drawer.js +39 -0
- package/cloud-ui/components/icons.d.ts +7 -0
- package/cloud-ui/components/icons.d.ts.map +1 -0
- package/cloud-ui/components/icons.js +16 -0
- package/cloud-ui/components/image-gen/empty-state.d.ts +3 -0
- package/cloud-ui/components/image-gen/empty-state.d.ts.map +1 -0
- package/cloud-ui/components/image-gen/empty-state.js +12 -0
- package/cloud-ui/components/image-gen/enhanced-loading.d.ts +14 -0
- package/cloud-ui/components/image-gen/enhanced-loading.d.ts.map +1 -0
- package/cloud-ui/components/image-gen/enhanced-loading.js +23 -0
- package/cloud-ui/components/image-gen/index.d.ts +5 -0
- package/cloud-ui/components/image-gen/index.d.ts.map +1 -0
- package/cloud-ui/components/image-gen/index.js +4 -0
- package/cloud-ui/components/image-gen/loading-state.d.ts +2 -0
- package/cloud-ui/components/image-gen/loading-state.d.ts.map +1 -0
- package/cloud-ui/components/image-gen/loading-state.js +11 -0
- package/cloud-ui/components/image-gen/prompt-input.d.ts +32 -0
- package/cloud-ui/components/image-gen/prompt-input.d.ts.map +1 -0
- package/cloud-ui/components/image-gen/prompt-input.js +24 -0
- package/cloud-ui/components/layout/dashboard-header.d.ts +18 -0
- package/cloud-ui/components/layout/dashboard-header.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-header.js +10 -0
- package/cloud-ui/components/layout/dashboard-page.d.ts +25 -0
- package/cloud-ui/components/layout/dashboard-page.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-page.js +24 -0
- package/cloud-ui/components/layout/dashboard-route-page.d.ts +20 -0
- package/cloud-ui/components/layout/dashboard-route-page.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-route-page.js +31 -0
- package/cloud-ui/components/layout/dashboard-shell.d.ts +8 -0
- package/cloud-ui/components/layout/dashboard-shell.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-shell.js +5 -0
- package/cloud-ui/components/layout/dashboard-sidebar-item.d.ts +12 -0
- package/cloud-ui/components/layout/dashboard-sidebar-item.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-sidebar-item.js +65 -0
- package/cloud-ui/components/layout/dashboard-sidebar-section.d.ts +15 -0
- package/cloud-ui/components/layout/dashboard-sidebar-section.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-sidebar-section.js +51 -0
- package/cloud-ui/components/layout/dashboard-sidebar-types.d.ts +29 -0
- package/cloud-ui/components/layout/dashboard-sidebar-types.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-sidebar.d.ts +22 -0
- package/cloud-ui/components/layout/dashboard-sidebar.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-sidebar.js +17 -0
- package/cloud-ui/components/layout/index.d.ts +12 -0
- package/cloud-ui/components/layout/index.d.ts.map +1 -0
- package/cloud-ui/components/layout/index.js +10 -0
- package/cloud-ui/components/layout/page-header-context.d.ts +11 -0
- package/cloud-ui/components/layout/page-header-context.d.ts.map +1 -0
- package/cloud-ui/components/layout/page-header-context.hooks.d.ts +30 -0
- package/cloud-ui/components/layout/page-header-context.hooks.d.ts.map +1 -0
- package/cloud-ui/components/layout/page-header-context.hooks.js +49 -0
- package/cloud-ui/components/layout/page-header-context.js +31 -0
- package/cloud-ui/components/layout/page-transition.d.ts +10 -0
- package/cloud-ui/components/layout/page-transition.d.ts.map +1 -0
- package/cloud-ui/components/layout/page-transition.js +27 -0
- package/cloud-ui/components/log-viewer.d.ts +87 -0
- package/cloud-ui/components/log-viewer.d.ts.map +1 -0
- package/cloud-ui/components/log-viewer.js +95 -0
- package/cloud-ui/components/monetization/animated-counter.d.ts +26 -0
- package/cloud-ui/components/monetization/animated-counter.d.ts.map +1 -0
- package/cloud-ui/components/monetization/animated-counter.js +44 -0
- package/cloud-ui/components/monetization/earnings-simulator.d.ts +12 -0
- package/cloud-ui/components/monetization/earnings-simulator.d.ts.map +1 -0
- package/cloud-ui/components/monetization/earnings-simulator.js +40 -0
- package/cloud-ui/components/monetization/index.d.ts +5 -0
- package/cloud-ui/components/monetization/index.d.ts.map +1 -0
- package/cloud-ui/components/monetization/index.js +4 -0
- package/cloud-ui/components/monetization/milestone-progress.d.ts +18 -0
- package/cloud-ui/components/monetization/milestone-progress.d.ts.map +1 -0
- package/cloud-ui/components/monetization/milestone-progress.js +28 -0
- package/cloud-ui/components/monetization/revenue-flow-diagram.d.ts +12 -0
- package/cloud-ui/components/monetization/revenue-flow-diagram.d.ts.map +1 -0
- package/cloud-ui/components/monetization/revenue-flow-diagram.js +26 -0
- package/cloud-ui/components/navigation-progress.d.ts +11 -0
- package/cloud-ui/components/navigation-progress.d.ts.map +1 -0
- package/cloud-ui/components/navigation-progress.js +42 -0
- package/cloud-ui/components/primitives.d.ts +58 -0
- package/cloud-ui/components/primitives.d.ts.map +1 -0
- package/cloud-ui/components/primitives.js +56 -0
- package/cloud-ui/components/product-switcher.d.ts +16 -0
- package/cloud-ui/components/product-switcher.d.ts.map +1 -0
- package/cloud-ui/components/product-switcher.js +7 -0
- package/cloud-ui/components/promotion/promote-app-dialog.d.ts +18 -0
- package/cloud-ui/components/promotion/promote-app-dialog.d.ts.map +1 -0
- package/cloud-ui/components/promotion/promote-app-dialog.js +243 -0
- package/cloud-ui/components/promotion/social-connection-hint.d.ts +29 -0
- package/cloud-ui/components/promotion/social-connection-hint.d.ts.map +1 -0
- package/cloud-ui/components/promotion/social-connection-hint.js +63 -0
- package/cloud-ui/components/resizable.d.ts +21 -0
- package/cloud-ui/components/resizable.d.ts.map +1 -0
- package/cloud-ui/components/resizable.js +133 -0
- package/cloud-ui/components/share/index.d.ts +2 -0
- package/cloud-ui/components/share/index.d.ts.map +1 -0
- package/cloud-ui/components/share/index.js +1 -0
- package/cloud-ui/components/share/share-buttons.d.ts +16 -0
- package/cloud-ui/components/share/share-buttons.d.ts.map +1 -0
- package/cloud-ui/components/share/share-buttons.js +62 -0
- package/cloud-ui/components/sonner.d.ts +4 -0
- package/cloud-ui/components/sonner.d.ts.map +1 -0
- package/cloud-ui/components/sonner.js +13 -0
- package/cloud-ui/components/spotlight.d.ts +7 -0
- package/cloud-ui/components/spotlight.d.ts.map +1 -0
- package/cloud-ui/components/spotlight.js +5 -0
- package/cloud-ui/components/theme/index.d.ts +8 -0
- package/cloud-ui/components/theme/index.d.ts.map +1 -0
- package/cloud-ui/components/theme/index.js +7 -0
- package/cloud-ui/components/theme/theme-provider.d.ts +13 -0
- package/cloud-ui/components/theme/theme-provider.d.ts.map +1 -0
- package/cloud-ui/components/theme/theme-provider.hooks.d.ts +16 -0
- package/cloud-ui/components/theme/theme-provider.hooks.d.ts.map +1 -0
- package/cloud-ui/components/theme/theme-provider.hooks.js +15 -0
- package/cloud-ui/components/theme/theme-provider.js +88 -0
- package/cloud-ui/components/theme/theme-toggle.d.ts +2 -0
- package/cloud-ui/components/theme/theme-toggle.d.ts.map +1 -0
- package/cloud-ui/components/theme/theme-toggle.js +9 -0
- package/cloud-ui/components/timeline.d.ts +12 -0
- package/cloud-ui/components/timeline.d.ts.map +1 -0
- package/cloud-ui/components/timeline.js +28 -0
- package/cloud-ui/components/voice/audio-utils.d.ts +4 -0
- package/cloud-ui/components/voice/audio-utils.d.ts.map +1 -0
- package/cloud-ui/components/voice/audio-utils.js +24 -0
- package/cloud-ui/components/voice/index.d.ts +9 -0
- package/cloud-ui/components/voice/index.d.ts.map +1 -0
- package/cloud-ui/components/voice/index.js +7 -0
- package/cloud-ui/components/voice/types.d.ts +30 -0
- package/cloud-ui/components/voice/types.d.ts.map +1 -0
- package/cloud-ui/components/voice/types.js +4 -0
- package/cloud-ui/components/voice/use-audio-player.d.ts +13 -0
- package/cloud-ui/components/voice/use-audio-player.d.ts.map +1 -0
- package/cloud-ui/components/voice/use-audio-player.js +119 -0
- package/cloud-ui/components/voice/use-audio-recorder.d.ts +14 -0
- package/cloud-ui/components/voice/use-audio-recorder.d.ts.map +1 -0
- package/cloud-ui/components/voice/use-audio-recorder.js +166 -0
- package/cloud-ui/components/voice/voice-audio-player.d.ts +14 -0
- package/cloud-ui/components/voice/voice-audio-player.d.ts.map +1 -0
- package/cloud-ui/components/voice/voice-audio-player.js +89 -0
- package/cloud-ui/components/voice/voice-empty-state.d.ts +6 -0
- package/cloud-ui/components/voice/voice-empty-state.d.ts.map +1 -0
- package/cloud-ui/components/voice/voice-empty-state.js +11 -0
- package/cloud-ui/components/voice/voice-status-badge.d.ts +10 -0
- package/cloud-ui/components/voice/voice-status-badge.d.ts.map +1 -0
- package/cloud-ui/components/voice/voice-status-badge.helpers.d.ts +11 -0
- package/cloud-ui/components/voice/voice-status-badge.helpers.d.ts.map +1 -0
- package/cloud-ui/components/voice/voice-status-badge.helpers.js +23 -0
- package/cloud-ui/components/voice/voice-status-badge.js +36 -0
- package/cloud-ui/index.css +3 -0
- package/cloud-ui/index.d.ts +31 -0
- package/cloud-ui/index.d.ts.map +1 -0
- package/cloud-ui/index.js +28 -0
- package/cloud-ui/lib/utils.d.ts +2 -0
- package/cloud-ui/lib/utils.d.ts.map +1 -0
- package/cloud-ui/lib/utils.js +1 -0
- package/cloud-ui/runtime/dynamic.d.ts +11 -0
- package/cloud-ui/runtime/dynamic.d.ts.map +1 -0
- package/cloud-ui/runtime/dynamic.js +16 -0
- package/cloud-ui/runtime/image.d.ts +18 -0
- package/cloud-ui/runtime/image.d.ts.map +1 -0
- package/cloud-ui/runtime/image.js +13 -0
- package/cloud-ui/runtime/navigation.d.ts +24 -0
- package/cloud-ui/runtime/navigation.d.ts.map +1 -0
- package/cloud-ui/runtime/navigation.js +90 -0
- package/cloud-ui/runtime/render-telemetry.d.ts +6 -0
- package/cloud-ui/runtime/render-telemetry.d.ts.map +1 -0
- package/cloud-ui/runtime/render-telemetry.js +51 -0
- package/cloud-ui/types/chat-media.d.ts +24 -0
- package/cloud-ui/types/chat-media.d.ts.map +1 -0
- package/cloud-ui/types/chat-media.js +12 -0
- package/cloud-ui/types/cloud-api.d.ts +518 -0
- package/cloud-ui/types/cloud-api.d.ts.map +1 -0
- package/companion/desktop-bar/CompanionBar.d.ts +14 -0
- package/companion/desktop-bar/CompanionBar.d.ts.map +1 -0
- package/companion/desktop-bar/CompanionBar.js +79 -0
- package/companion/desktop-bar/index.d.ts +7 -0
- package/companion/desktop-bar/index.d.ts.map +1 -0
- package/companion/desktop-bar/index.js +4 -0
- package/companion/desktop-bar/platform/electrobun-tray.d.ts +11 -0
- package/companion/desktop-bar/platform/electrobun-tray.d.ts.map +1 -0
- package/companion/desktop-bar/platform/electrobun-tray.js +36 -0
- package/companion/desktop-bar/platform/index.d.ts +4 -0
- package/companion/desktop-bar/platform/index.d.ts.map +1 -0
- package/companion/desktop-bar/platform/index.js +14 -0
- package/companion/desktop-bar/platform/web-fallback.d.ts +3 -0
- package/companion/desktop-bar/platform/web-fallback.d.ts.map +1 -0
- package/companion/desktop-bar/platform/web-fallback.js +6 -0
- package/companion/desktop-bar/types.d.ts +16 -0
- package/companion/desktop-bar/types.d.ts.map +1 -0
- package/companion/desktop-bar/useKeyboardShortcuts.d.ts +19 -0
- package/companion/desktop-bar/useKeyboardShortcuts.d.ts.map +1 -0
- package/companion/desktop-bar/useKeyboardShortcuts.js +100 -0
- package/companion/desktop-bar/usePushToTalk.d.ts +17 -0
- package/companion/desktop-bar/usePushToTalk.d.ts.map +1 -0
- package/companion/desktop-bar/usePushToTalk.js +68 -0
- package/components/accounts/AccountCard.d.ts.map +1 -0
- package/components/accounts/AccountCard.js +159 -0
- package/components/accounts/AccountList.d.ts.map +1 -0
- package/components/accounts/AccountList.js +76 -0
- package/components/accounts/AddAccountDialog.d.ts.map +1 -0
- package/components/accounts/AddAccountDialog.js +405 -0
- package/components/accounts/EditableAccountLabel.d.ts.map +1 -0
- package/components/accounts/EditableAccountLabel.js +46 -0
- package/components/accounts/RotationStrategyPicker.d.ts.map +1 -0
- package/components/accounts/RotationStrategyPicker.js +45 -0
- package/components/apps/AppWindowRenderer.d.ts +5 -0
- package/components/apps/AppWindowRenderer.d.ts.map +1 -0
- package/components/apps/AppWindowRenderer.helpers.d.ts +4 -0
- package/components/apps/AppWindowRenderer.helpers.d.ts.map +1 -0
- package/components/apps/AppWindowRenderer.helpers.js +20 -0
- package/components/apps/AppWindowRenderer.js +72 -0
- package/components/apps/AppsCatalogGrid.d.ts +15 -0
- package/components/apps/AppsCatalogGrid.d.ts.map +1 -0
- package/components/apps/AppsCatalogGrid.js +230 -0
- package/components/apps/AppsSidebar.d.ts.map +1 -0
- package/components/apps/AppsSidebar.js +100 -0
- package/components/apps/GameView.d.ts +14 -0
- package/components/apps/GameView.d.ts.map +1 -0
- package/components/apps/GameView.helpers.d.ts +3 -0
- package/components/apps/GameView.helpers.d.ts.map +1 -0
- package/components/apps/GameView.helpers.js +50 -0
- package/components/apps/GameView.js +1142 -0
- package/components/apps/GameViewOverlay.d.ts.map +1 -0
- package/components/apps/GameViewOverlay.js +141 -0
- package/components/apps/RunningAppsRow.js +35 -0
- package/components/apps/app-identity.d.ts +27 -0
- package/components/apps/app-identity.d.ts.map +1 -0
- package/components/apps/app-identity.helpers.d.ts +13 -0
- package/components/apps/app-identity.helpers.d.ts.map +1 -0
- package/components/apps/app-identity.helpers.js +49 -0
- package/components/apps/app-identity.js +136 -0
- package/components/apps/apps-cache.d.ts +5 -0
- package/components/apps/apps-cache.d.ts.map +1 -0
- package/components/apps/extensions/registry.d.ts +12 -0
- package/components/apps/extensions/registry.js +23 -0
- package/components/apps/extensions/surface.d.ts +29 -0
- package/components/apps/extensions/surface.d.ts.map +1 -0
- package/components/apps/extensions/surface.helpers.d.ts +8 -0
- package/components/apps/extensions/surface.helpers.d.ts.map +1 -0
- package/components/apps/extensions/surface.helpers.js +66 -0
- package/components/apps/extensions/surface.js +30 -0
- package/components/apps/helpers.d.ts +59 -0
- package/components/apps/helpers.d.ts.map +1 -0
- package/components/apps/helpers.js +374 -0
- package/components/apps/home-grid-apps.d.ts +19 -0
- package/components/apps/home-grid-apps.d.ts.map +1 -0
- package/components/apps/home-grid-apps.js +75 -0
- package/components/apps/internal-tool-apps.d.ts.map +1 -0
- package/components/apps/internal-tool-apps.js +183 -0
- package/components/apps/load-apps-catalog.d.ts.map +1 -0
- package/components/apps/load-apps-catalog.js +51 -0
- package/components/apps/overlay-app-api.d.ts +80 -0
- package/components/apps/overlay-app-api.d.ts.map +1 -0
- package/components/apps/overlay-app-registry.d.ts +55 -0
- package/components/apps/overlay-app-registry.d.ts.map +1 -0
- package/components/apps/overlay-app-registry.js +119 -0
- package/components/apps/provenance.d.ts +36 -0
- package/components/apps/provenance.d.ts.map +1 -0
- package/components/apps/provenance.js +40 -0
- package/components/apps/surfaces/GameOperatorShell.d.ts +39 -0
- package/components/apps/surfaces/GameOperatorShell.d.ts.map +1 -0
- package/components/apps/surfaces/GameOperatorShell.js +36 -0
- package/components/apps/surfaces/registry.d.ts +11 -0
- package/components/apps/surfaces/registry.js +23 -0
- package/components/apps/useRegistryCatalog.d.ts +15 -0
- package/components/apps/useRegistryCatalog.d.ts.map +1 -0
- package/components/apps/useRegistryCatalog.js +60 -0
- package/components/apps/viewer-auth.d.ts +16 -0
- package/components/apps/viewer-auth.d.ts.map +1 -0
- package/components/apps/viewer-auth.js +64 -0
- package/components/auth/LoginView.d.ts.map +1 -0
- package/components/auth/LoginView.js +102 -0
- package/components/brand/eliza-mark.d.ts +16 -0
- package/components/brand/eliza-mark.d.ts.map +1 -0
- package/components/brand/eliza-mark.js +15 -0
- package/components/character/CharacterEditor.d.ts.map +1 -0
- package/components/character/CharacterEditor.js +947 -0
- package/components/character/CharacterEditorPanels.d.ts.map +1 -0
- package/components/character/CharacterEditorPanels.js +361 -0
- package/components/character/CharacterExperienceWorkspace.d.ts.map +1 -0
- package/components/character/CharacterExperienceWorkspace.js +455 -0
- package/components/character/CharacterHubView.d.ts.map +1 -0
- package/components/character/CharacterHubView.js +590 -0
- package/components/character/CharacterLearnedSkillsSection.d.ts.map +1 -0
- package/components/character/CharacterLearnedSkillsSection.js +109 -0
- package/components/character/CharacterOverviewSection.d.ts +24 -0
- package/components/character/CharacterOverviewSection.d.ts.map +1 -0
- package/components/character/CharacterOverviewSection.js +35 -0
- package/components/character/CharacterPersonalityTimeline.js +33 -0
- package/components/character/CharacterRoster.d.ts +22 -0
- package/components/character/CharacterRoster.d.ts.map +1 -0
- package/components/character/CharacterRoster.helpers.d.ts +13 -0
- package/components/character/CharacterRoster.helpers.d.ts.map +1 -0
- package/components/character/CharacterRoster.helpers.js +43 -0
- package/components/character/CharacterRoster.js +67 -0
- package/components/character/MusicLibraryCharacterWidget.js +27 -0
- package/components/character/character-editor-helpers.d.ts +42 -0
- package/components/character/character-editor-helpers.d.ts.map +1 -0
- package/components/character/character-editor-helpers.js +58 -0
- package/components/chat/AccountRequiredCard.d.ts +29 -0
- package/components/chat/AccountRequiredCard.d.ts.map +1 -0
- package/components/chat/AccountRequiredCard.js +85 -0
- package/components/chat/AgentActivityBox.js +33 -0
- package/components/chat/AppsSection.d.ts.map +1 -0
- package/components/chat/AppsSection.js +198 -0
- package/components/chat/ConnectorAccountPicker.d.ts.map +1 -0
- package/components/chat/ConnectorAccountPicker.js +69 -0
- package/components/chat/MessageAttachments.d.ts +21 -0
- package/components/chat/MessageAttachments.d.ts.map +1 -0
- package/components/chat/MessageAttachments.js +157 -0
- package/components/chat/MessageContent.d.ts +9 -0
- package/components/chat/MessageContent.d.ts.map +1 -0
- package/components/chat/MessageContent.js +948 -0
- package/components/chat/SaveCommandModal.js +61 -0
- package/components/chat/TasksEventsPanel.d.ts +29 -0
- package/components/chat/TasksEventsPanel.d.ts.map +1 -0
- package/components/chat/TasksEventsPanel.js +137 -0
- package/components/chat/ThinkingBlock.d.ts +14 -0
- package/components/chat/ThinkingBlock.d.ts.map +1 -0
- package/components/chat/ThinkingBlock.js +19 -0
- package/components/chat/WidgetVisibilityPanel.d.ts +24 -0
- package/components/chat/WidgetVisibilityPanel.d.ts.map +1 -0
- package/components/chat/WidgetVisibilityPanel.helpers.d.ts +3 -0
- package/components/chat/WidgetVisibilityPanel.helpers.d.ts.map +1 -0
- package/components/chat/WidgetVisibilityPanel.helpers.js +13 -0
- package/components/chat/WidgetVisibilityPanel.js +11 -0
- package/components/chat/message-choice-parser.d.ts +22 -0
- package/components/chat/message-choice-parser.d.ts.map +1 -0
- package/components/chat/message-choice-parser.js +59 -0
- package/components/chat/message-followups-parser.d.ts +38 -0
- package/components/chat/message-followups-parser.d.ts.map +1 -0
- package/components/chat/message-followups-parser.js +81 -0
- package/components/chat/message-form-parser.d.ts +65 -0
- package/components/chat/message-form-parser.d.ts.map +1 -0
- package/components/chat/message-form-parser.js +144 -0
- package/components/chat/message-task-parser.d.ts +39 -0
- package/components/chat/message-task-parser.d.ts.map +1 -0
- package/components/chat/message-task-parser.js +56 -0
- package/components/chat/widgets/ChoiceWidget.d.ts +26 -0
- package/components/chat/widgets/ChoiceWidget.d.ts.map +1 -0
- package/components/chat/widgets/ChoiceWidget.js +53 -0
- package/components/chat/widgets/__e2e__/orchestrator-accounts-fixture.d.ts +2 -0
- package/components/chat/widgets/__e2e__/orchestrator-accounts-fixture.d.ts.map +1 -0
- package/components/chat/widgets/__e2e__/orchestrator-accounts-fixture.js +131 -0
- package/components/chat/widgets/agent-orchestrator-accounts-view.d.ts +13 -0
- package/components/chat/widgets/agent-orchestrator-accounts-view.d.ts.map +1 -0
- package/components/chat/widgets/agent-orchestrator-accounts-view.js +87 -0
- package/components/chat/widgets/agent-orchestrator.d.ts.map +1 -0
- package/components/chat/widgets/agent-orchestrator.js +394 -0
- package/components/chat/widgets/browser-status.d.ts +13 -0
- package/components/chat/widgets/browser-status.d.ts.map +1 -0
- package/components/chat/widgets/browser-status.helpers.d.ts +3 -0
- package/components/chat/widgets/browser-status.helpers.d.ts.map +1 -0
- package/components/chat/widgets/browser-status.helpers.js +8 -0
- package/components/chat/widgets/browser-status.js +102 -0
- package/components/chat/widgets/followups.d.ts +35 -0
- package/components/chat/widgets/followups.d.ts.map +1 -0
- package/components/chat/widgets/followups.js +56 -0
- package/components/chat/widgets/form-request.d.ts +23 -0
- package/components/chat/widgets/form-request.d.ts.map +1 -0
- package/components/chat/widgets/form-request.js +97 -0
- package/components/chat/widgets/inline-builtins.d.ts +12 -0
- package/components/chat/widgets/inline-builtins.d.ts.map +1 -0
- package/components/chat/widgets/inline-builtins.js +36 -0
- package/components/chat/widgets/inline-registry.d.ts +59 -0
- package/components/chat/widgets/inline-registry.d.ts.map +1 -0
- package/components/chat/widgets/inline-registry.js +33 -0
- package/components/chat/widgets/music-player.d.ts +3 -0
- package/components/chat/widgets/music-player.d.ts.map +1 -0
- package/components/chat/widgets/music-player.helpers.d.ts +3 -0
- package/components/chat/widgets/music-player.helpers.d.ts.map +1 -0
- package/components/chat/widgets/music-player.helpers.js +8 -0
- package/components/chat/widgets/music-player.js +128 -0
- package/components/chat/widgets/shared.js +8 -0
- package/components/chat/widgets/task-widget.d.ts +34 -0
- package/components/chat/widgets/task-widget.d.ts.map +1 -0
- package/components/chat/widgets/task-widget.js +187 -0
- package/components/chat/widgets/todo.d.ts.map +1 -0
- package/components/chat/widgets/todo.js +99 -0
- package/components/cloud/CloudSourceControls.d.ts.map +1 -0
- package/components/cloud/CloudSourceControls.js +20 -0
- package/components/cloud/CloudStatusBadge.d.ts +15 -0
- package/components/cloud/CloudStatusBadge.d.ts.map +1 -0
- package/components/cloud/CloudStatusBadge.js +97 -0
- package/components/cloud/FlaminaGuide.d.ts.map +1 -0
- package/components/cloud/FlaminaGuide.js +86 -0
- package/components/cloud/StripeEmbeddedCheckout.js +101 -0
- package/components/companion/injected.d.ts +7 -0
- package/components/companion/injected.d.ts.map +1 -0
- package/components/companion/injected.hooks.d.ts +4 -0
- package/components/companion/injected.hooks.d.ts.map +1 -0
- package/components/companion/injected.hooks.js +12 -0
- package/components/companion/injected.js +10 -0
- package/components/composites/OwnerBadge.d.ts +35 -0
- package/components/composites/OwnerBadge.d.ts.map +1 -0
- package/components/composites/OwnerBadge.js +35 -0
- package/components/composites/chat/ChatVoiceStatusBar.d.ts +38 -0
- package/components/composites/chat/ChatVoiceStatusBar.d.ts.map +1 -0
- package/components/composites/chat/ChatVoiceStatusBar.js +71 -0
- package/components/composites/chat/ContinuousChatToggle.d.ts +26 -0
- package/components/composites/chat/ContinuousChatToggle.d.ts.map +1 -0
- package/components/composites/chat/ContinuousChatToggle.js +66 -0
- package/components/composites/chat/chat-attachment-strip.d.ts.map +1 -0
- package/components/composites/chat/chat-attachment-strip.js +13 -0
- package/components/composites/chat/chat-bubble.d.ts.map +1 -0
- package/components/composites/chat/chat-bubble.js +12 -0
- package/components/composites/chat/chat-composer-shell.js +25 -0
- package/components/composites/chat/chat-composer.d.ts +44 -0
- package/components/composites/chat/chat-composer.d.ts.map +1 -0
- package/components/composites/chat/chat-composer.js +295 -0
- package/components/composites/chat/chat-conversation-item.d.ts.map +1 -0
- package/components/composites/chat/chat-conversation-item.js +120 -0
- package/components/composites/chat/chat-empty-state.js +8 -0
- package/components/composites/chat/chat-message-actions.js +10 -0
- package/components/composites/chat/chat-message.d.ts +25 -0
- package/components/composites/chat/chat-message.d.ts.map +1 -0
- package/components/composites/chat/chat-message.js +363 -0
- package/components/composites/chat/chat-source.d.ts +21 -0
- package/components/composites/chat/chat-source.d.ts.map +1 -0
- package/components/composites/chat/chat-source.helpers.d.ts +25 -0
- package/components/composites/chat/chat-source.helpers.d.ts.map +1 -0
- package/components/composites/chat/chat-source.helpers.js +66 -0
- package/components/composites/chat/chat-source.js +27 -0
- package/components/composites/chat/chat-transcript.d.ts.map +1 -0
- package/components/composites/chat/chat-transcript.js +108 -0
- package/components/composites/chat/chat-types.d.ts +114 -0
- package/components/composites/chat/chat-types.d.ts.map +1 -0
- package/components/composites/chat/chat-typing-indicator.js +10 -0
- package/components/composites/chat/index.d.ts +17 -0
- package/components/composites/chat/index.d.ts.map +1 -0
- package/components/composites/chat/index.js +16 -0
- package/components/composites/chat/permission-card.d.ts +31 -0
- package/components/composites/chat/permission-card.d.ts.map +1 -0
- package/components/composites/chat/permission-card.helpers.d.ts +67 -0
- package/components/composites/chat/permission-card.helpers.d.ts.map +1 -0
- package/components/composites/chat/permission-card.helpers.js +182 -0
- package/components/composites/chat/permission-card.js +165 -0
- package/components/composites/chat/permission-card.render.d.ts +7 -0
- package/components/composites/chat/permission-card.render.d.ts.map +1 -0
- package/components/composites/chat/permission-card.render.js +9 -0
- package/components/composites/chat-search-hint.d.ts +21 -0
- package/components/composites/chat-search-hint.d.ts.map +1 -0
- package/components/composites/chat-search-hint.js +24 -0
- package/components/composites/code/DiffReviewPanel.d.ts +17 -0
- package/components/composites/code/DiffReviewPanel.d.ts.map +1 -0
- package/components/composites/code/DiffReviewPanel.js +97 -0
- package/components/composites/code/index.d.ts +2 -0
- package/components/composites/code/index.d.ts.map +1 -0
- package/components/composites/code/index.js +1 -0
- package/components/composites/index.d.ts +30 -0
- package/components/composites/index.d.ts.map +1 -0
- package/components/composites/index.js +29 -0
- package/components/composites/page-panel/index.d.ts +32 -0
- package/components/composites/page-panel/index.d.ts.map +1 -0
- package/components/composites/page-panel/index.js +31 -0
- package/components/composites/page-panel/page-panel-collapsible-section.js +60 -0
- package/components/composites/page-panel/page-panel-empty.js +15 -0
- package/components/composites/page-panel/page-panel-feature-empty.d.ts +22 -0
- package/components/composites/page-panel/page-panel-feature-empty.d.ts.map +1 -0
- package/components/composites/page-panel/page-panel-feature-empty.js +9 -0
- package/components/composites/page-panel/page-panel-header.d.ts.map +1 -0
- package/components/composites/page-panel/page-panel-header.js +30 -0
- package/components/composites/page-panel/page-panel-loading.js +13 -0
- package/components/composites/page-panel/page-panel-root.d.ts +7 -0
- package/components/composites/page-panel/page-panel-root.d.ts.map +1 -0
- package/components/composites/page-panel/page-panel-root.js +18 -0
- package/components/composites/page-panel/page-panel-types.d.ts +66 -0
- package/components/composites/page-panel/page-panel-types.d.ts.map +1 -0
- package/components/composites/search/index.d.ts +2 -0
- package/components/composites/search/index.d.ts.map +1 -0
- package/components/composites/search/index.js +1 -0
- package/components/composites/search/searchbar.d.ts +8 -0
- package/components/composites/search/searchbar.d.ts.map +1 -0
- package/components/composites/search/searchbar.js +14 -0
- package/components/composites/sidebar/index.d.ts +11 -0
- package/components/composites/sidebar/index.d.ts.map +1 -0
- package/components/composites/sidebar/index.js +10 -0
- package/components/composites/sidebar/nav-active.d.ts +16 -0
- package/components/composites/sidebar/nav-active.d.ts.map +1 -0
- package/components/composites/sidebar/nav-active.js +15 -0
- package/components/composites/sidebar/sidebar-content.d.ts.map +1 -0
- package/components/composites/sidebar/sidebar-content.js +95 -0
- package/components/composites/sidebar/sidebar-header.d.ts +9 -0
- package/components/composites/sidebar/sidebar-header.d.ts.map +1 -0
- package/components/composites/sidebar/sidebar-root.d.ts.map +1 -0
- package/components/composites/sidebar/sidebar-root.js +491 -0
- package/components/composites/sidebar/sidebar-types.d.ts +58 -0
- package/components/composites/sidebar/sidebar-types.d.ts.map +1 -0
- package/components/composites/skills/skill-sidebar-item.js +7 -0
- package/components/composites/trajectories/trajectory-cache-stats.js +5 -0
- package/components/composites/trajectories/trajectory-code-block.js +13 -0
- package/components/composites/trajectories/trajectory-context-diff-list.js +9 -0
- package/components/composites/trajectories/trajectory-event-timeline.js +21 -0
- package/components/composites/trajectories/trajectory-llm-call-card.d.ts +33 -0
- package/components/composites/trajectories/trajectory-llm-call-card.d.ts.map +1 -0
- package/components/composites/trajectories/trajectory-llm-call-card.js +14 -0
- package/components/composites/trajectories/trajectory-pipeline-graph.js +46 -0
- package/components/config-ui/config-control-primitives.d.ts +4 -0
- package/components/config-ui/config-control-primitives.d.ts.map +1 -0
- package/components/config-ui/config-control-primitives.helpers.d.ts +11 -0
- package/components/config-ui/config-control-primitives.helpers.d.ts.map +1 -0
- package/components/config-ui/config-control-primitives.helpers.js +15 -0
- package/components/config-ui/config-control-primitives.js +7 -0
- package/components/config-ui/config-field.d.ts +11 -0
- package/components/config-ui/config-field.d.ts.map +1 -0
- package/components/config-ui/config-field.helpers.d.ts +49 -0
- package/components/config-ui/config-field.helpers.d.ts.map +1 -0
- package/components/config-ui/config-field.helpers.js +857 -0
- package/components/config-ui/config-field.js +29 -0
- package/components/config-ui/config-renderer.d.ts +34 -0
- package/components/config-ui/config-renderer.d.ts.map +1 -0
- package/components/config-ui/config-renderer.helpers.d.ts +25 -0
- package/components/config-ui/config-renderer.helpers.d.ts.map +1 -0
- package/components/config-ui/config-renderer.helpers.js +30 -0
- package/components/config-ui/config-renderer.js +364 -0
- package/components/config-ui/index.d.ts +8 -0
- package/components/config-ui/index.d.ts.map +1 -0
- package/components/config-ui/index.js +7 -0
- package/components/config-ui/ui-renderer.d.ts +10 -0
- package/components/config-ui/ui-renderer.d.ts.map +1 -0
- package/components/config-ui/ui-renderer.helpers.d.ts +9 -0
- package/components/config-ui/ui-renderer.helpers.d.ts.map +1 -0
- package/components/config-ui/ui-renderer.helpers.js +175 -0
- package/components/config-ui/ui-renderer.js +712 -0
- package/components/connectors/BlueBubblesStatusPanel.d.ts.map +1 -0
- package/components/connectors/BlueBubblesStatusPanel.js +62 -0
- package/components/connectors/ConnectorAccountAuditList.d.ts.map +1 -0
- package/components/connectors/ConnectorAccountAuditList.js +78 -0
- package/components/connectors/ConnectorAccountCard.d.ts.map +1 -0
- package/components/connectors/ConnectorAccountCard.js +148 -0
- package/components/connectors/ConnectorAccountList.d.ts +34 -0
- package/components/connectors/ConnectorAccountList.d.ts.map +1 -0
- package/components/connectors/ConnectorAccountList.js +112 -0
- package/components/connectors/ConnectorAccountPrivacySelector.d.ts.map +1 -0
- package/components/connectors/ConnectorAccountPrivacySelector.js +93 -0
- package/components/connectors/ConnectorAccountPurposeSelector.d.ts.map +1 -0
- package/components/connectors/ConnectorAccountPurposeSelector.js +68 -0
- package/components/connectors/ConnectorAccountSetupScope.d.ts.map +1 -0
- package/components/connectors/ConnectorAccountSetupScope.js +38 -0
- package/components/connectors/ConnectorModeSelector.d.ts +8 -0
- package/components/connectors/ConnectorModeSelector.d.ts.map +1 -0
- package/components/connectors/ConnectorModeSelector.helpers.d.ts +21 -0
- package/components/connectors/ConnectorModeSelector.helpers.d.ts.map +1 -0
- package/components/connectors/ConnectorModeSelector.helpers.js +257 -0
- package/components/connectors/ConnectorModeSelector.hooks.d.ts +13 -0
- package/components/connectors/ConnectorModeSelector.hooks.d.ts.map +1 -0
- package/components/connectors/ConnectorModeSelector.hooks.js +22 -0
- package/components/connectors/ConnectorModeSelector.js +18 -0
- package/components/connectors/ConnectorQrPairingOverlay.d.ts +33 -0
- package/components/connectors/ConnectorQrPairingOverlay.d.ts.map +1 -0
- package/components/connectors/ConnectorQrPairingOverlay.js +50 -0
- package/components/connectors/ConnectorSetupPanel.d.ts +4 -0
- package/components/connectors/ConnectorSetupPanel.d.ts.map +1 -0
- package/components/connectors/ConnectorSetupPanel.helpers.d.ts +11 -0
- package/components/connectors/ConnectorSetupPanel.helpers.d.ts.map +1 -0
- package/components/connectors/ConnectorSetupPanel.helpers.js +52 -0
- package/components/connectors/ConnectorSetupPanel.js +61 -0
- package/components/connectors/DiscordLocalConnectorPanel.d.ts.map +1 -0
- package/components/connectors/DiscordLocalConnectorPanel.js +250 -0
- package/components/connectors/IMessageStatusPanel.d.ts.map +1 -0
- package/components/connectors/IMessageStatusPanel.js +64 -0
- package/components/connectors/OwnerAgentConnectorSetupPanel.d.ts +34 -0
- package/components/connectors/OwnerAgentConnectorSetupPanel.d.ts.map +1 -0
- package/components/connectors/OwnerAgentConnectorSetupPanel.js +32 -0
- package/components/connectors/SignalQrOverlay.d.ts.map +1 -0
- package/components/connectors/SignalQrOverlay.js +41 -0
- package/components/connectors/TelegramAccountConnectorPanel.d.ts.map +1 -0
- package/components/connectors/TelegramAccountConnectorPanel.js +204 -0
- package/components/connectors/TelegramBotSetupPanel.d.ts.map +1 -0
- package/components/connectors/TelegramBotSetupPanel.js +87 -0
- package/components/connectors/WhatsAppQrOverlay.d.ts.map +1 -0
- package/components/connectors/WhatsAppQrOverlay.js +30 -0
- package/components/connectors/XRPairingPanel.d.ts +2 -0
- package/components/connectors/XRPairingPanel.d.ts.map +1 -0
- package/components/connectors/XRPairingPanel.js +54 -0
- package/components/conversations/ConversationRenameDialog.js +46 -0
- package/components/conversations/ConversationsSidebar.d.ts.map +1 -0
- package/components/conversations/ConversationsSidebar.js +499 -0
- package/components/conversations/conversation-sidebar-model.d.ts.map +1 -0
- package/components/conversations/conversation-sidebar-model.js +343 -0
- package/components/conversations/conversation-utils.d.ts +9 -0
- package/components/conversations/conversation-utils.d.ts.map +1 -0
- package/components/conversations/conversation-utils.js +88 -0
- package/components/custom-actions/CustomActionEditor.d.ts.map +1 -0
- package/components/custom-actions/CustomActionEditor.js +391 -0
- package/components/custom-actions/CustomActionsPanel.d.ts.map +1 -0
- package/components/custom-actions/CustomActionsPanel.js +157 -0
- package/components/custom-actions/CustomActionsView.d.ts.map +1 -0
- package/components/custom-actions/CustomActionsView.js +145 -0
- package/components/custom-actions/custom-action-form.d.ts +44 -0
- package/components/custom-actions/custom-action-form.d.ts.map +1 -0
- package/components/custom-actions/custom-action-form.js +237 -0
- package/components/desktop/DesktopTabBar.d.ts +24 -0
- package/components/desktop/DesktopTabBar.d.ts.map +1 -0
- package/components/desktop/DesktopTabBar.js +34 -0
- package/components/index.d.ts +157 -0
- package/components/index.d.ts.map +1 -0
- package/components/index.js +164 -0
- package/components/local-inference/ActiveModelBar.d.ts.map +1 -0
- package/components/local-inference/ActiveModelBar.js +28 -0
- package/components/local-inference/CustomModelSearch.d.ts +19 -0
- package/components/local-inference/CustomModelSearch.d.ts.map +1 -0
- package/components/local-inference/CustomModelSearch.js +128 -0
- package/components/local-inference/DeviceBridgeStatus.d.ts +5 -0
- package/components/local-inference/DeviceBridgeStatus.d.ts.map +1 -0
- package/components/local-inference/DeviceBridgeStatus.js +29 -0
- package/components/local-inference/DevicesPanel.d.ts +11 -0
- package/components/local-inference/DevicesPanel.d.ts.map +1 -0
- package/components/local-inference/DevicesPanel.js +36 -0
- package/components/local-inference/DownloadProgress.d.ts.map +1 -0
- package/components/local-inference/DownloadProgress.js +22 -0
- package/components/local-inference/DownloadQueue.d.ts.map +1 -0
- package/components/local-inference/DownloadQueue.js +32 -0
- package/components/local-inference/FirstRunOffer.d.ts +12 -0
- package/components/local-inference/FirstRunOffer.d.ts.map +1 -0
- package/components/local-inference/FirstRunOffer.js +59 -0
- package/components/local-inference/HardwareBadge.d.ts.map +1 -0
- package/components/local-inference/HardwareBadge.js +20 -0
- package/components/local-inference/LocalInferencePanel.d.ts.map +1 -0
- package/components/local-inference/LocalInferencePanel.js +415 -0
- package/components/local-inference/ModelCard.d.ts +21 -0
- package/components/local-inference/ModelCard.d.ts.map +1 -0
- package/components/local-inference/ModelCard.js +41 -0
- package/components/local-inference/ModelHubView.d.ts.map +1 -0
- package/components/local-inference/ModelHubView.js +63 -0
- package/components/local-inference/ModelUpdatesPanel.d.ts +52 -0
- package/components/local-inference/ModelUpdatesPanel.d.ts.map +1 -0
- package/components/local-inference/ModelUpdatesPanel.js +113 -0
- package/components/local-inference/ProvidersList.d.ts.map +1 -0
- package/components/local-inference/ProvidersList.js +85 -0
- package/components/local-inference/RoutingMatrix.d.ts.map +1 -0
- package/components/local-inference/RoutingMatrix.js +180 -0
- package/components/local-inference/SlotAssignments.d.ts.map +1 -0
- package/components/local-inference/SlotAssignments.js +67 -0
- package/components/local-inference/hub-utils.d.ts +30 -0
- package/components/local-inference/hub-utils.d.ts.map +1 -0
- package/components/local-inference/hub-utils.js +93 -0
- package/components/local-inference/slot-metadata.d.ts +9 -0
- package/components/local-inference/slot-metadata.d.ts.map +1 -0
- package/components/local-inference/slot-metadata.js +32 -0
- package/components/local-inference/useDeviceBridgeStatus.d.ts +4 -0
- package/components/local-inference/useDeviceBridgeStatus.d.ts.map +1 -0
- package/components/local-inference/useDeviceBridgeStatus.js +30 -0
- package/components/local-inference/useHomeModelStatus.d.ts +9 -0
- package/components/local-inference/useHomeModelStatus.d.ts.map +1 -0
- package/components/local-inference/useHomeModelStatus.js +60 -0
- package/components/pages/AppDetailsView.d.ts +23 -0
- package/components/pages/AppDetailsView.d.ts.map +1 -0
- package/components/pages/AppDetailsView.helpers.d.ts +11 -0
- package/components/pages/AppDetailsView.helpers.d.ts.map +1 -0
- package/components/pages/AppDetailsView.helpers.js +35 -0
- package/components/pages/AppDetailsView.js +490 -0
- package/components/pages/AppsPageView.d.ts.map +1 -0
- package/components/pages/AppsPageView.js +59 -0
- package/components/pages/AppsView.d.ts +2 -0
- package/components/pages/AppsView.d.ts.map +1 -0
- package/components/pages/AppsView.js +851 -0
- package/components/pages/AutomationsFeed.d.ts +27 -0
- package/components/pages/AutomationsFeed.d.ts.map +1 -0
- package/components/pages/AutomationsFeed.js +436 -0
- package/components/pages/BrowserWorkspaceView.d.ts +71 -0
- package/components/pages/BrowserWorkspaceView.d.ts.map +1 -0
- package/components/pages/BrowserWorkspaceView.js +1715 -0
- package/components/pages/CameraPageView.d.ts +2 -0
- package/components/pages/CameraPageView.d.ts.map +1 -0
- package/components/pages/CameraPageView.js +149 -0
- package/components/pages/ChatView.d.ts +30 -0
- package/components/pages/ChatView.d.ts.map +1 -0
- package/components/pages/ChatView.js +678 -0
- package/components/pages/ConfigPageView.d.ts.map +1 -0
- package/components/pages/ConfigPageView.js +351 -0
- package/components/pages/DatabasePageView.d.ts.map +1 -0
- package/components/pages/DatabasePageView.js +58 -0
- package/components/pages/DatabaseView.d.ts.map +1 -0
- package/components/pages/DatabaseView.js +320 -0
- package/components/pages/DocumentsView.d.ts +12 -0
- package/components/pages/DocumentsView.d.ts.map +1 -0
- package/components/pages/DocumentsView.js +737 -0
- package/components/pages/ElizaCloudDashboard.d.ts.map +1 -0
- package/components/pages/ElizaCloudDashboard.js +493 -0
- package/components/pages/ElizaOsAppsView.d.ts.map +1 -0
- package/components/pages/ElizaOsAppsView.js +981 -0
- package/components/pages/GeneratedViewHero.d.ts +31 -0
- package/components/pages/GeneratedViewHero.d.ts.map +1 -0
- package/components/pages/GeneratedViewHero.js +118 -0
- package/components/pages/HeartbeatForm.d.ts.map +1 -0
- package/components/pages/HeartbeatForm.js +509 -0
- package/components/pages/HeartbeatsView.d.ts.map +1 -0
- package/components/pages/HeartbeatsView.js +516 -0
- package/components/pages/LogsView.d.ts.map +1 -0
- package/components/pages/LogsView.js +154 -0
- package/components/pages/MediaGalleryView.d.ts.map +1 -0
- package/components/pages/MediaGalleryView.js +311 -0
- package/components/pages/MemoryDetailPanel.d.ts.map +1 -0
- package/components/pages/MemoryDetailPanel.js +18 -0
- package/components/pages/MemoryViewerView.d.ts.map +1 -0
- package/components/pages/MemoryViewerView.js +402 -0
- package/components/pages/PluginCard.d.ts +36 -0
- package/components/pages/PluginCard.d.ts.map +1 -0
- package/components/pages/PluginCard.js +91 -0
- package/components/pages/PluginConfigForm.d.ts +18 -0
- package/components/pages/PluginConfigForm.d.ts.map +1 -0
- package/components/pages/PluginConfigForm.js +134 -0
- package/components/pages/PluginVisual.d.ts +12 -0
- package/components/pages/PluginVisual.d.ts.map +1 -0
- package/components/pages/PluginVisual.js +66 -0
- package/components/pages/PluginsPageView.d.ts.map +1 -0
- package/components/pages/PluginsPageView.js +6 -0
- package/components/pages/PluginsView.d.ts +10 -0
- package/components/pages/PluginsView.d.ts.map +1 -0
- package/components/pages/PluginsView.js +884 -0
- package/components/pages/RelationshipsGraphPanel.d.ts.map +1 -0
- package/components/pages/RelationshipsGraphPanel.js +739 -0
- package/components/pages/RelationshipsIdentityCluster.js +17 -0
- package/components/pages/RelationshipsView.d.ts.map +1 -0
- package/components/pages/RelationshipsView.js +6 -0
- package/components/pages/ReleaseCenterView.d.ts.map +1 -0
- package/components/pages/ReleaseCenterView.js +361 -0
- package/components/pages/RuntimeView.d.ts.map +1 -0
- package/components/pages/RuntimeView.js +344 -0
- package/components/pages/SecretsView.d.ts.map +1 -0
- package/components/pages/SecretsView.js +257 -0
- package/components/pages/SettingsView.d.ts +6 -0
- package/components/pages/SettingsView.d.ts.map +1 -0
- package/components/pages/SettingsView.js +168 -0
- package/components/pages/SkillsView.d.ts.map +1 -0
- package/components/pages/SkillsView.js +311 -0
- package/components/pages/SqlEditorPanel.d.ts.map +1 -0
- package/components/pages/SqlEditorPanel.js +21 -0
- package/components/pages/StreamView.d.ts.map +1 -0
- package/components/pages/StreamView.js +118 -0
- package/components/pages/TaskEditor.d.ts +38 -0
- package/components/pages/TaskEditor.d.ts.map +1 -0
- package/components/pages/TaskEditor.js +167 -0
- package/components/pages/TasksPageView.d.ts +6 -0
- package/components/pages/TasksPageView.d.ts.map +1 -0
- package/components/pages/TasksPageView.js +10 -0
- package/components/pages/TrajectoriesView.d.ts.map +1 -0
- package/components/pages/TrajectoriesView.js +311 -0
- package/components/pages/TrajectoryDetailView.d.ts.map +1 -0
- package/components/pages/TrajectoryDetailView.js +401 -0
- package/components/pages/ViewCatalog.d.ts +10 -0
- package/components/pages/ViewCatalog.d.ts.map +1 -0
- package/components/pages/ViewCatalog.js +600 -0
- package/components/pages/WorkflowEditor.d.ts +26 -0
- package/components/pages/WorkflowEditor.d.ts.map +1 -0
- package/components/pages/WorkflowEditor.js +504 -0
- package/components/pages/WorkflowGraphViewer.d.ts.map +1 -0
- package/components/pages/WorkflowGraphViewer.js +394 -0
- package/components/pages/browser-workspace-wallet.d.ts +87 -0
- package/components/pages/browser-workspace-wallet.d.ts.map +1 -0
- package/components/pages/browser-workspace-wallet.js +184 -0
- package/components/pages/chat-view-hooks.d.ts +75 -0
- package/components/pages/chat-view-hooks.d.ts.map +1 -0
- package/components/pages/chat-view-hooks.js +634 -0
- package/components/pages/config-page-sections.d.ts +42 -0
- package/components/pages/config-page-sections.d.ts.map +1 -0
- package/components/pages/config-page-sections.helpers.d.ts +37 -0
- package/components/pages/config-page-sections.helpers.d.ts.map +1 -0
- package/components/pages/config-page-sections.helpers.js +4 -0
- package/components/pages/config-page-sections.js +212 -0
- package/components/pages/database-utils.d.ts +24 -0
- package/components/pages/database-utils.d.ts.map +1 -0
- package/components/pages/database-utils.js +129 -0
- package/components/pages/documents-detail.d.ts +5 -0
- package/components/pages/documents-detail.d.ts.map +1 -0
- package/components/pages/documents-detail.helpers.d.ts +5 -0
- package/components/pages/documents-detail.helpers.d.ts.map +1 -0
- package/components/pages/documents-detail.helpers.js +24 -0
- package/components/pages/documents-detail.js +148 -0
- package/components/pages/documents-upload.d.ts +14 -0
- package/components/pages/documents-upload.d.ts.map +1 -0
- package/components/pages/documents-upload.helpers.d.ts +19 -0
- package/components/pages/documents-upload.helpers.d.ts.map +1 -0
- package/components/pages/documents-upload.helpers.js +46 -0
- package/components/pages/documents-upload.js +233 -0
- package/components/pages/heartbeat-utils.d.ts +103 -0
- package/components/pages/heartbeat-utils.d.ts.map +1 -0
- package/components/pages/heartbeat-utils.js +353 -0
- package/components/pages/help/HelpView.d.ts +3 -0
- package/components/pages/help/HelpView.d.ts.map +1 -0
- package/components/pages/help/HelpView.js +80 -0
- package/components/pages/help/help-content.d.ts +28 -0
- package/components/pages/help/help-content.d.ts.map +1 -0
- package/components/pages/help/help-content.js +479 -0
- package/components/pages/page-scoped-conversations.js +271 -0
- package/components/pages/plugin-list-utils.d.ts +76 -0
- package/components/pages/plugin-list-utils.d.ts.map +1 -0
- package/components/pages/plugin-list-utils.js +706 -0
- package/components/pages/plugin-view-connectors.d.ts.map +1 -0
- package/components/pages/plugin-view-connectors.js +540 -0
- package/components/pages/plugin-view-dialogs.d.ts.map +1 -0
- package/components/pages/plugin-view-dialogs.js +109 -0
- package/components/pages/plugin-view-modal.d.ts.map +1 -0
- package/components/pages/plugin-view-modal.js +110 -0
- package/components/pages/plugin-view-sidebar.d.ts +34 -0
- package/components/pages/plugin-view-sidebar.d.ts.map +1 -0
- package/components/pages/plugin-view-sidebar.js +108 -0
- package/components/pages/relationships/RelationshipsActivityFeed.d.ts.map +1 -0
- package/components/pages/relationships/RelationshipsActivityFeed.js +95 -0
- package/components/pages/relationships/RelationshipsCandidateMergesPanel.d.ts.map +1 -0
- package/components/pages/relationships/RelationshipsCandidateMergesPanel.js +101 -0
- package/components/pages/relationships/RelationshipsPersonPanels.d.ts.map +1 -0
- package/components/pages/relationships/RelationshipsPersonPanels.js +440 -0
- package/components/pages/relationships/RelationshipsSidebar.d.ts +7 -0
- package/components/pages/relationships/RelationshipsSidebar.d.ts.map +1 -0
- package/components/pages/relationships/RelationshipsSidebar.js +12 -0
- package/components/pages/relationships/RelationshipsWorkspaceView.d.ts.map +1 -0
- package/components/pages/relationships/RelationshipsWorkspaceView.js +190 -0
- package/components/pages/skill-detail-panel.d.ts.map +1 -0
- package/components/pages/skill-detail-panel.js +201 -0
- package/components/pages/skill-marketplace.d.ts.map +1 -0
- package/components/pages/skill-marketplace.js +175 -0
- package/components/pages/tutorial/TutorialNarrator.d.ts +13 -0
- package/components/pages/tutorial/TutorialNarrator.d.ts.map +1 -0
- package/components/pages/tutorial/TutorialNarrator.js +42 -0
- package/components/pages/tutorial/TutorialOverlay.d.ts +3 -0
- package/components/pages/tutorial/TutorialOverlay.d.ts.map +1 -0
- package/components/pages/tutorial/TutorialOverlay.js +181 -0
- package/components/pages/tutorial/TutorialSpotlight.d.ts +25 -0
- package/components/pages/tutorial/TutorialSpotlight.d.ts.map +1 -0
- package/components/pages/tutorial/TutorialSpotlight.js +139 -0
- package/components/pages/tutorial/TutorialView.d.ts +9 -0
- package/components/pages/tutorial/TutorialView.d.ts.map +1 -0
- package/components/pages/tutorial/TutorialView.js +30 -0
- package/components/pages/tutorial/tutorial-controller.d.ts +10 -0
- package/components/pages/tutorial/tutorial-controller.d.ts.map +1 -0
- package/components/pages/tutorial/tutorial-controller.js +54 -0
- package/components/pages/tutorial/tutorial-steps.d.ts +83 -0
- package/components/pages/tutorial/tutorial-steps.d.ts.map +1 -0
- package/components/pages/tutorial/tutorial-steps.js +95 -0
- package/components/pages/useBrowserWorkspaceWalletBridge.d.ts +62 -0
- package/components/pages/useBrowserWorkspaceWalletBridge.d.ts.map +1 -0
- package/components/pages/useBrowserWorkspaceWalletBridge.js +238 -0
- package/components/pages/workflow-action-handoff.d.ts +4 -0
- package/components/pages/workflow-action-handoff.d.ts.map +1 -0
- package/components/pages/workflow-action-handoff.js +24 -0
- package/components/permissions/PermissionIcon.d.ts.map +1 -0
- package/components/permissions/PermissionIcon.js +22 -0
- package/components/permissions/PermissionRecoveryCallout.d.ts +13 -0
- package/components/permissions/PermissionRecoveryCallout.d.ts.map +1 -0
- package/components/permissions/PermissionRecoveryCallout.js +46 -0
- package/components/permissions/StreamingPermissions.d.ts +20 -0
- package/components/permissions/StreamingPermissions.d.ts.map +1 -0
- package/components/permissions/StreamingPermissions.js +254 -0
- package/components/plugins/showcase-data.d.ts.map +1 -0
- package/components/plugins/showcase-data.js +461 -0
- package/components/policy-controls/ApprovedAddressesSection.d.ts +6 -0
- package/components/policy-controls/ApprovedAddressesSection.d.ts.map +1 -0
- package/components/policy-controls/ApprovedAddressesSection.helpers.d.ts +3 -0
- package/components/policy-controls/ApprovedAddressesSection.helpers.d.ts.map +1 -0
- package/components/policy-controls/ApprovedAddressesSection.helpers.js +5 -0
- package/components/policy-controls/ApprovedAddressesSection.js +95 -0
- package/components/policy-controls/AutoApproveSection.d.ts +6 -0
- package/components/policy-controls/AutoApproveSection.d.ts.map +1 -0
- package/components/policy-controls/AutoApproveSection.helpers.d.ts +3 -0
- package/components/policy-controls/AutoApproveSection.helpers.d.ts.map +1 -0
- package/components/policy-controls/AutoApproveSection.helpers.js +3 -0
- package/components/policy-controls/AutoApproveSection.js +18 -0
- package/components/policy-controls/PolicyToggle.d.ts.map +1 -0
- package/components/policy-controls/PolicyToggle.js +14 -0
- package/components/policy-controls/RateLimitSection.d.ts +6 -0
- package/components/policy-controls/RateLimitSection.d.ts.map +1 -0
- package/components/policy-controls/RateLimitSection.helpers.d.ts +3 -0
- package/components/policy-controls/RateLimitSection.helpers.d.ts.map +1 -0
- package/components/policy-controls/RateLimitSection.helpers.js +3 -0
- package/components/policy-controls/RateLimitSection.js +11 -0
- package/components/policy-controls/SpendingLimitSection.d.ts +6 -0
- package/components/policy-controls/SpendingLimitSection.d.ts.map +1 -0
- package/components/policy-controls/SpendingLimitSection.helpers.d.ts +3 -0
- package/components/policy-controls/SpendingLimitSection.helpers.d.ts.map +1 -0
- package/components/policy-controls/SpendingLimitSection.helpers.js +3 -0
- package/components/policy-controls/SpendingLimitSection.js +17 -0
- package/components/policy-controls/TimeWindowSection.d.ts +6 -0
- package/components/policy-controls/TimeWindowSection.d.ts.map +1 -0
- package/components/policy-controls/TimeWindowSection.helpers.d.ts +3 -0
- package/components/policy-controls/TimeWindowSection.helpers.d.ts.map +1 -0
- package/components/policy-controls/TimeWindowSection.helpers.js +10 -0
- package/components/policy-controls/TimeWindowSection.js +34 -0
- package/components/policy-controls/index.d.ts +15 -0
- package/components/policy-controls/index.d.ts.map +1 -0
- package/components/policy-controls/index.js +14 -0
- package/components/policy-controls/types.js +7 -0
- package/components/primitives/index.d.ts +28 -0
- package/components/primitives/index.d.ts.map +1 -0
- package/components/primitives/index.js +27 -0
- package/components/release-center/sections.d.ts.map +1 -0
- package/components/release-center/sections.js +81 -0
- package/components/release-center/shared.d.ts +10 -0
- package/components/release-center/shared.d.ts.map +1 -0
- package/components/release-center/shared.helpers.d.ts +4 -0
- package/components/release-center/shared.helpers.d.ts.map +1 -0
- package/components/release-center/shared.helpers.js +21 -0
- package/components/release-center/shared.js +17 -0
- package/components/settings/AdvancedSection.d.ts +2 -0
- package/components/settings/AdvancedSection.d.ts.map +1 -0
- package/components/settings/AdvancedSection.js +143 -0
- package/components/settings/AdvancedToggle.d.ts +15 -0
- package/components/settings/AdvancedToggle.d.ts.map +1 -0
- package/components/settings/AdvancedToggle.hooks.d.ts +22 -0
- package/components/settings/AdvancedToggle.hooks.d.ts.map +1 -0
- package/components/settings/AdvancedToggle.hooks.js +63 -0
- package/components/settings/AdvancedToggle.js +39 -0
- package/components/settings/ApiKeyConfig.d.ts +30 -0
- package/components/settings/ApiKeyConfig.d.ts.map +1 -0
- package/components/settings/ApiKeyConfig.js +192 -0
- package/components/settings/AppPermissionsSection.d.ts +10 -0
- package/components/settings/AppPermissionsSection.d.ts.map +1 -0
- package/components/settings/AppPermissionsSection.js +157 -0
- package/components/settings/AppearanceSettingsSection.d.ts.map +1 -0
- package/components/settings/AppearanceSettingsSection.js +25 -0
- package/components/settings/AppsManagementSection.d.ts +6 -0
- package/components/settings/AppsManagementSection.d.ts.map +1 -0
- package/components/settings/AppsManagementSection.js +404 -0
- package/components/settings/CapabilitiesSection.d.ts.map +1 -0
- package/components/settings/CapabilitiesSection.js +337 -0
- package/components/settings/CloudAgentsSection.d.ts +7 -0
- package/components/settings/CloudAgentsSection.d.ts.map +1 -0
- package/components/settings/CloudAgentsSection.js +402 -0
- package/components/settings/ConnectorsSection.d.ts +9 -0
- package/components/settings/ConnectorsSection.d.ts.map +1 -0
- package/components/settings/ConnectorsSection.js +181 -0
- package/components/settings/DesktopWorkspaceDisplay.d.ts +7 -0
- package/components/settings/DesktopWorkspaceDisplay.d.ts.map +1 -0
- package/components/settings/DesktopWorkspaceDisplay.hooks.d.ts +5 -0
- package/components/settings/DesktopWorkspaceDisplay.hooks.d.ts.map +1 -0
- package/components/settings/DesktopWorkspaceDisplay.hooks.js +27 -0
- package/components/settings/DesktopWorkspaceDisplay.js +5 -0
- package/components/settings/DesktopWorkspaceSection.d.ts +5 -0
- package/components/settings/DesktopWorkspaceSection.d.ts.map +1 -0
- package/components/settings/DesktopWorkspaceSection.js +376 -0
- package/components/settings/IdentitySettingsSection.d.ts.map +1 -0
- package/components/settings/IdentitySettingsSection.js +310 -0
- package/components/settings/LoadContentPackForm.d.ts +2 -0
- package/components/settings/LoadContentPackForm.d.ts.map +1 -0
- package/components/settings/LoadContentPackForm.js +78 -0
- package/components/settings/LoadedPacksList.d.ts +9 -0
- package/components/settings/LoadedPacksList.d.ts.map +1 -0
- package/components/settings/LoadedPacksList.js +30 -0
- package/components/settings/PermissionsSection.d.ts.map +1 -0
- package/components/settings/PermissionsSection.js +375 -0
- package/components/settings/PolicyControlsView.d.ts.map +1 -0
- package/components/settings/PolicyControlsView.js +453 -0
- package/components/settings/ProviderCard.d.ts +29 -0
- package/components/settings/ProviderCard.d.ts.map +1 -0
- package/components/settings/ProviderCard.js +32 -0
- package/components/settings/ProviderPanels.d.ts +71 -0
- package/components/settings/ProviderPanels.d.ts.map +1 -0
- package/components/settings/ProviderPanels.js +57 -0
- package/components/settings/ProviderRoutingPanel.d.ts +22 -0
- package/components/settings/ProviderRoutingPanel.d.ts.map +1 -0
- package/components/settings/ProviderRoutingPanel.js +26 -0
- package/components/settings/ProviderSwitcher.d.ts +12 -0
- package/components/settings/ProviderSwitcher.d.ts.map +1 -0
- package/components/settings/ProviderSwitcher.js +115 -0
- package/components/settings/RemotePluginHostSection.d.ts +6 -0
- package/components/settings/RemotePluginHostSection.d.ts.map +1 -0
- package/components/settings/RemotePluginHostSection.js +316 -0
- package/components/settings/RuntimeSettingsSection.d.ts +2 -0
- package/components/settings/RuntimeSettingsSection.d.ts.map +1 -0
- package/components/settings/RuntimeSettingsSection.js +177 -0
- package/components/settings/SecretsManagerSection.d.ts +18 -0
- package/components/settings/SecretsManagerSection.d.ts.map +1 -0
- package/components/settings/SecretsManagerSection.js +321 -0
- package/components/settings/SecuritySettingsSection.d.ts.map +1 -0
- package/components/settings/SecuritySettingsSection.js +605 -0
- package/components/settings/SubscriptionStatus.d.ts +28 -0
- package/components/settings/SubscriptionStatus.d.ts.map +1 -0
- package/components/settings/SubscriptionStatus.js +334 -0
- package/components/settings/VaultInventoryPanel.d.ts.map +1 -0
- package/components/settings/VaultInventoryPanel.js +526 -0
- package/components/settings/VoiceConfigView.d.ts +3 -0
- package/components/settings/VoiceConfigView.d.ts.map +1 -0
- package/components/settings/VoiceConfigView.helpers.d.ts +3 -0
- package/components/settings/VoiceConfigView.helpers.d.ts.map +1 -0
- package/components/settings/VoiceConfigView.helpers.js +34 -0
- package/components/settings/VoiceConfigView.js +693 -0
- package/components/settings/VoiceProfileSection.d.ts +19 -0
- package/components/settings/VoiceProfileSection.d.ts.map +1 -0
- package/components/settings/VoiceProfileSection.js +295 -0
- package/components/settings/VoiceSection.d.ts +57 -0
- package/components/settings/VoiceSection.d.ts.map +1 -0
- package/components/settings/VoiceSection.helpers.d.ts +4 -0
- package/components/settings/VoiceSection.helpers.d.ts.map +1 -0
- package/components/settings/VoiceSection.helpers.js +13 -0
- package/components/settings/VoiceSection.js +158 -0
- package/components/settings/VoiceSectionMount.d.ts +17 -0
- package/components/settings/VoiceSectionMount.d.ts.map +1 -0
- package/components/settings/VoiceSectionMount.js +103 -0
- package/components/settings/VoiceTierBanner.d.ts +19 -0
- package/components/settings/VoiceTierBanner.d.ts.map +1 -0
- package/components/settings/VoiceTierBanner.helpers.d.ts +4 -0
- package/components/settings/VoiceTierBanner.helpers.d.ts.map +1 -0
- package/components/settings/VoiceTierBanner.helpers.js +7 -0
- package/components/settings/VoiceTierBanner.js +52 -0
- package/components/settings/WalletKeysSection.d.ts +9 -0
- package/components/settings/WalletKeysSection.d.ts.map +1 -0
- package/components/settings/WalletKeysSection.js +260 -0
- package/components/settings/WalletRpcSection.d.ts +2 -0
- package/components/settings/WalletRpcSection.d.ts.map +1 -0
- package/components/settings/WalletRpcSection.js +7 -0
- package/components/settings/XRSettingsSection.d.ts +2 -0
- package/components/settings/XRSettingsSection.d.ts.map +1 -0
- package/components/settings/XRSettingsSection.js +114 -0
- package/components/settings/appearance-primitives.helpers.d.ts +2 -0
- package/components/settings/appearance-primitives.helpers.d.ts.map +1 -0
- package/components/settings/appearance-primitives.helpers.js +5 -0
- package/components/settings/cloud-model-schema.d.ts +26 -0
- package/components/settings/cloud-model-schema.d.ts.map +1 -0
- package/components/settings/cloud-model-schema.js +101 -0
- package/components/settings/desktop-workspace-audit-config.d.ts +3 -0
- package/components/settings/desktop-workspace-audit-config.d.ts.map +1 -0
- package/components/settings/desktop-workspace-audit-config.js +171 -0
- package/components/settings/permission-controls.d.ts +21 -0
- package/components/settings/permission-controls.d.ts.map +1 -0
- package/components/settings/permission-controls.hooks.d.ts +18 -0
- package/components/settings/permission-controls.hooks.d.ts.map +1 -0
- package/components/settings/permission-controls.hooks.js +434 -0
- package/components/settings/permission-controls.js +103 -0
- package/components/settings/permission-types.d.ts +44 -0
- package/components/settings/permission-types.d.ts.map +1 -0
- package/components/settings/permission-types.js +447 -0
- package/components/settings/settings-agent-rows.d.ts +96 -0
- package/components/settings/settings-agent-rows.d.ts.map +1 -0
- package/components/settings/settings-agent-rows.js +110 -0
- package/components/settings/settings-control-primitives.d.ts +10 -0
- package/components/settings/settings-control-primitives.d.ts.map +1 -0
- package/components/settings/settings-control-primitives.hooks.d.ts +14 -0
- package/components/settings/settings-control-primitives.hooks.d.ts.map +1 -0
- package/components/settings/settings-control-primitives.hooks.js +43 -0
- package/components/settings/settings-control-primitives.js +12 -0
- package/components/settings/settings-layout.d.ts +78 -0
- package/components/settings/settings-layout.d.ts.map +1 -0
- package/components/settings/settings-layout.js +36 -0
- package/components/settings/settings-section-meta.d.ts +26 -0
- package/components/settings/settings-section-meta.d.ts.map +1 -0
- package/components/settings/settings-section-meta.js +42 -0
- package/components/settings/settings-section-registry.d.ts +55 -0
- package/components/settings/settings-section-registry.d.ts.map +1 -0
- package/components/settings/settings-section-registry.js +33 -0
- package/components/settings/settings-section-tokens.d.ts +18 -0
- package/components/settings/settings-section-tokens.d.ts.map +1 -0
- package/components/settings/settings-section-tokens.js +66 -0
- package/components/settings/settings-sections.d.ts +21 -0
- package/components/settings/settings-sections.d.ts.map +1 -0
- package/components/settings/settings-sections.js +227 -0
- package/components/settings/useCloudModelConfig.d.ts +28 -0
- package/components/settings/useCloudModelConfig.d.ts.map +1 -0
- package/components/settings/useCloudModelConfig.js +198 -0
- package/components/settings/useDesktopWindowControls.d.ts +13 -0
- package/components/settings/useDesktopWindowControls.d.ts.map +1 -0
- package/components/settings/useDesktopWindowControls.js +59 -0
- package/components/settings/useProviderBootstrap.d.ts +15 -0
- package/components/settings/useProviderBootstrap.d.ts.map +1 -0
- package/components/settings/useProviderBootstrap.js +74 -0
- package/components/settings/useProviderEntries.d.ts +51 -0
- package/components/settings/useProviderEntries.d.ts.map +1 -0
- package/components/settings/useProviderEntries.js +180 -0
- package/components/settings/useProviderSelection.d.ts +31 -0
- package/components/settings/useProviderSelection.d.ts.map +1 -0
- package/components/settings/useProviderSelection.js +231 -0
- package/components/settings/vault-tabs/LoginsTab.d.ts +7 -0
- package/components/settings/vault-tabs/LoginsTab.d.ts.map +1 -0
- package/components/settings/vault-tabs/LoginsTab.js +305 -0
- package/components/settings/vault-tabs/OverviewTab.d.ts +58 -0
- package/components/settings/vault-tabs/OverviewTab.d.ts.map +1 -0
- package/components/settings/vault-tabs/OverviewTab.js +481 -0
- package/components/settings/vault-tabs/RoutingTab.d.ts +19 -0
- package/components/settings/vault-tabs/RoutingTab.d.ts.map +1 -0
- package/components/settings/vault-tabs/RoutingTab.js +313 -0
- package/components/settings/vault-tabs/types.d.ts +111 -0
- package/components/settings/vault-tabs/types.d.ts.map +1 -0
- package/components/settings/vault-tabs/types.js +37 -0
- package/components/setup/BootstrapStep.d.ts +35 -0
- package/components/setup/BootstrapStep.d.ts.map +1 -0
- package/components/setup/BootstrapStep.js +181 -0
- package/components/setup/setup-classes.d.ts +28 -0
- package/components/setup/setup-classes.d.ts.map +1 -0
- package/components/setup/setup-classes.js +32 -0
- package/components/setup/setup-form-primitives.d.ts +20 -0
- package/components/setup/setup-form-primitives.d.ts.map +1 -0
- package/components/setup/setup-form-primitives.js +11 -0
- package/components/setup/setup-step-chrome.d.ts +2 -0
- package/components/setup/setup-step-chrome.d.ts.map +1 -0
- package/components/setup/setup-step-chrome.js +4 -0
- package/components/shared/AppPageSidebar.d.ts +12 -0
- package/components/shared/AppPageSidebar.d.ts.map +1 -0
- package/components/shared/AppPageSidebar.js +119 -0
- package/components/shared/CollapsibleSidebarSection.js +12 -0
- package/components/shared/LanguageDropdown.d.ts +17 -0
- package/components/shared/LanguageDropdown.d.ts.map +1 -0
- package/components/shared/LanguageDropdown.helpers.d.ts +9 -0
- package/components/shared/LanguageDropdown.helpers.d.ts.map +1 -0
- package/components/shared/LanguageDropdown.helpers.js +12 -0
- package/components/shared/LanguageDropdown.js +28 -0
- package/components/shared/ThemeToggle.d.ts.map +1 -0
- package/components/shared/ThemeToggle.js +18 -0
- package/components/shared/confirm-delete-control.d.ts.map +1 -0
- package/components/shared/confirm-delete-control.js +19 -0
- package/components/shell/ActionBanner.d.ts +10 -0
- package/components/shell/ActionBanner.d.ts.map +1 -0
- package/components/shell/ActionBanner.js +27 -0
- package/components/shell/AssistantOverlay.d.ts +25 -0
- package/components/shell/AssistantOverlay.d.ts.map +1 -0
- package/components/shell/AssistantOverlay.js +113 -0
- package/components/shell/BugReportModal.d.ts.map +1 -0
- package/components/shell/BugReportModal.js +366 -0
- package/components/shell/ChatAmbientBackground.d.ts +8 -0
- package/components/shell/ChatAmbientBackground.d.ts.map +1 -0
- package/components/shell/ChatAmbientBackground.js +51 -0
- package/components/shell/ChatSurface.d.ts +12 -0
- package/components/shell/ChatSurface.d.ts.map +1 -0
- package/components/shell/ChatSurface.js +55 -0
- package/components/shell/CloudHandoffBanner.d.ts +15 -0
- package/components/shell/CloudHandoffBanner.d.ts.map +1 -0
- package/components/shell/CloudHandoffBanner.js +45 -0
- package/components/shell/CommandPalette.js +187 -0
- package/components/shell/ComputerUseApprovalOverlay.d.ts.map +1 -0
- package/components/shell/ComputerUseApprovalOverlay.js +234 -0
- package/components/shell/ConnectionFailedBanner.d.ts.map +1 -0
- package/components/shell/ConnectionFailedBanner.js +26 -0
- package/components/shell/ConnectionLostOverlay.d.ts.map +1 -0
- package/components/shell/ConnectionLostOverlay.js +50 -0
- package/components/shell/ContinuousChatOverlay.d.ts +25 -0
- package/components/shell/ContinuousChatOverlay.d.ts.map +1 -0
- package/components/shell/ContinuousChatOverlay.js +1918 -0
- package/components/shell/HomePill.d.ts +15 -0
- package/components/shell/HomePill.d.ts.map +1 -0
- package/components/shell/HomePill.js +27 -0
- package/components/shell/HomeScreen.d.ts +23 -0
- package/components/shell/HomeScreen.d.ts.map +1 -0
- package/components/shell/HomeScreen.js +158 -0
- package/components/shell/KioskViewCanvas.d.ts +23 -0
- package/components/shell/KioskViewCanvas.d.ts.map +1 -0
- package/components/shell/KioskViewCanvas.js +82 -0
- package/components/shell/LoadingScreen.d.ts +12 -0
- package/components/shell/LoadingScreen.d.ts.map +1 -0
- package/components/shell/LoadingScreen.js +76 -0
- package/components/shell/NotificationCenter.d.ts +16 -0
- package/components/shell/NotificationCenter.d.ts.map +1 -0
- package/components/shell/NotificationCenter.js +96 -0
- package/components/shell/PairingCommandHint.d.ts.map +1 -0
- package/components/shell/PairingCommandHint.js +64 -0
- package/components/shell/PairingView.d.ts.map +1 -0
- package/components/shell/PairingView.js +49 -0
- package/components/shell/RestartBanner.d.ts.map +1 -0
- package/components/shell/RestartBanner.js +41 -0
- package/components/shell/ShellControllerContext.d.ts +10 -0
- package/components/shell/ShellControllerContext.d.ts.map +1 -0
- package/components/shell/ShellControllerContext.hooks.d.ts +6 -0
- package/components/shell/ShellControllerContext.hooks.d.ts.map +1 -0
- package/components/shell/ShellControllerContext.hooks.js +6 -0
- package/components/shell/ShellControllerContext.js +12 -0
- package/components/shell/ShellHeaderControls.d.ts +44 -0
- package/components/shell/ShellHeaderControls.d.ts.map +1 -0
- package/components/shell/ShellHeaderControls.js +81 -0
- package/components/shell/ShellOverlays.d.ts.map +1 -0
- package/components/shell/ShellOverlays.js +72 -0
- package/components/shell/ShortcutsOverlay.js +58 -0
- package/components/shell/SlashCommandMenu.d.ts +47 -0
- package/components/shell/SlashCommandMenu.d.ts.map +1 -0
- package/components/shell/SlashCommandMenu.js +150 -0
- package/components/shell/StartupFailureView.d.ts.map +1 -0
- package/components/shell/StartupFailureView.js +66 -0
- package/components/shell/StartupScreen.d.ts +2 -0
- package/components/shell/StartupScreen.d.ts.map +1 -0
- package/components/shell/StartupScreen.js +8 -0
- package/components/shell/StartupShell.d.ts +3 -0
- package/components/shell/StartupShell.d.ts.map +1 -0
- package/components/shell/StartupShell.js +46 -0
- package/components/shell/SystemWarningBanner.d.ts.map +1 -0
- package/components/shell/SystemWarningBanner.js +46 -0
- package/components/shell/__e2e__/chat-ambient-fixture.d.ts +2 -0
- package/components/shell/__e2e__/chat-ambient-fixture.d.ts.map +1 -0
- package/components/shell/__e2e__/chat-ambient-fixture.js +9 -0
- package/components/shell/__e2e__/chat-sheet-fixture.d.ts +2 -0
- package/components/shell/__e2e__/chat-sheet-fixture.d.ts.map +1 -0
- package/components/shell/__e2e__/chat-sheet-fixture.js +264 -0
- package/components/shell/__e2e__/home-screen-fixture.activity-stub.d.ts +10 -0
- package/components/shell/__e2e__/home-screen-fixture.activity-stub.d.ts.map +1 -0
- package/components/shell/__e2e__/home-screen-fixture.activity-stub.js +12 -0
- package/components/shell/__e2e__/home-screen-fixture.api-stub.d.ts +15 -0
- package/components/shell/__e2e__/home-screen-fixture.api-stub.d.ts.map +1 -0
- package/components/shell/__e2e__/home-screen-fixture.api-stub.js +11 -0
- package/components/shell/__e2e__/home-screen-fixture.d.ts +2 -0
- package/components/shell/__e2e__/home-screen-fixture.d.ts.map +1 -0
- package/components/shell/__e2e__/home-screen-fixture.docvis-stub.d.ts +3 -0
- package/components/shell/__e2e__/home-screen-fixture.docvis-stub.d.ts.map +1 -0
- package/components/shell/__e2e__/home-screen-fixture.docvis-stub.js +3 -0
- package/components/shell/__e2e__/home-screen-fixture.js +14 -0
- package/components/shell/__e2e__/home-screen-fixture.views-stub.d.ts +8 -0
- package/components/shell/__e2e__/home-screen-fixture.views-stub.d.ts.map +1 -0
- package/components/shell/__e2e__/home-screen-fixture.views-stub.js +13 -0
- package/components/shell/__e2e__/usePromptSuggestions.stub.d.ts +2 -0
- package/components/shell/__e2e__/usePromptSuggestions.stub.d.ts.map +1 -0
- package/components/shell/__e2e__/usePromptSuggestions.stub.js +11 -0
- package/components/shell/first-run-theme.d.ts +6 -0
- package/components/shell/first-run-theme.d.ts.map +1 -0
- package/components/shell/first-run-theme.js +31 -0
- package/components/shell/glass-composer.d.ts +13 -0
- package/components/shell/glass-composer.d.ts.map +1 -0
- package/components/shell/glass-composer.helpers.d.ts +3 -0
- package/components/shell/glass-composer.helpers.d.ts.map +1 -0
- package/components/shell/glass-composer.helpers.js +2 -0
- package/components/shell/glass-composer.js +43 -0
- package/components/shell/shell-state.d.ts +25 -0
- package/components/shell/shell-state.d.ts.map +1 -0
- package/components/shell/startup-shell-types.d.ts +25 -0
- package/components/shell/startup-shell-types.d.ts.map +1 -0
- package/components/shell/use-pull-gesture.d.ts +44 -0
- package/components/shell/use-pull-gesture.d.ts.map +1 -0
- package/components/shell/use-pull-gesture.js +85 -0
- package/components/shell/useKioskViewSurfaces.d.ts +28 -0
- package/components/shell/useKioskViewSurfaces.d.ts.map +1 -0
- package/components/shell/useKioskViewSurfaces.js +56 -0
- package/components/shell/usePromptSuggestions.d.ts +39 -0
- package/components/shell/usePromptSuggestions.d.ts.map +1 -0
- package/components/shell/usePromptSuggestions.js +277 -0
- package/components/shell/useShellController.d.ts +110 -0
- package/components/shell/useShellController.d.ts.map +1 -0
- package/components/shell/useShellController.js +695 -0
- package/components/shell/useShellVoiceOutput.d.ts +38 -0
- package/components/shell/useShellVoiceOutput.d.ts.map +1 -0
- package/components/shell/useShellVoiceOutput.js +116 -0
- package/components/steward/injected.js +14 -0
- package/components/stream/StatusBar.d.ts.map +1 -0
- package/components/stream/StatusBar.js +57 -0
- package/components/stream/popout-url.d.ts +3 -0
- package/components/stream/popout-url.d.ts.map +1 -0
- package/components/stream/popout-url.js +17 -0
- package/components/tool-events/ToolCallEventLog.d.ts +8 -0
- package/components/tool-events/ToolCallEventLog.d.ts.map +1 -0
- package/components/tool-events/ToolCallEventLog.helpers.d.ts +5 -0
- package/components/tool-events/ToolCallEventLog.helpers.d.ts.map +1 -0
- package/components/tool-events/ToolCallEventLog.helpers.js +19 -0
- package/components/tool-events/ToolCallEventLog.js +63 -0
- package/components/training/BudgetPanel.d.ts +14 -0
- package/components/training/BudgetPanel.d.ts.map +1 -0
- package/components/training/BudgetPanel.js +91 -0
- package/components/training/InferenceEndpointPanel.d.ts.map +1 -0
- package/components/training/InferenceEndpointPanel.js +104 -0
- package/components/training/JobDetailPanel.d.ts.map +1 -0
- package/components/training/JobDetailPanel.js +98 -0
- package/components/training/TrainingDashboard.d.ts.map +1 -0
- package/components/training/TrainingDashboard.js +148 -0
- package/components/training/hooks/useTrainingApi.d.ts +71 -0
- package/components/training/hooks/useTrainingApi.d.ts.map +1 -0
- package/components/training/hooks/useTrainingApi.js +368 -0
- package/components/training/injected.js +8 -0
- package/components/training/types.d.ts +82 -0
- package/components/training/types.d.ts.map +1 -0
- package/components/training/types.js +1 -0
- package/components/transcripts/TranscriptBody.d.ts +22 -0
- package/components/transcripts/TranscriptBody.d.ts.map +1 -0
- package/components/transcripts/TranscriptBody.js +41 -0
- package/components/transcripts/TranscriptPlayer.d.ts +17 -0
- package/components/transcripts/TranscriptPlayer.d.ts.map +1 -0
- package/components/transcripts/TranscriptPlayer.js +17 -0
- package/components/transcripts/TranscriptsPage.d.ts +9 -0
- package/components/transcripts/TranscriptsPage.d.ts.map +1 -0
- package/components/transcripts/TranscriptsPage.js +41 -0
- package/components/transcripts/TranscriptsView.d.ts +19 -0
- package/components/transcripts/TranscriptsView.d.ts.map +1 -0
- package/components/transcripts/TranscriptsView.js +30 -0
- package/components/transcripts/index.d.ts +5 -0
- package/components/transcripts/index.d.ts.map +1 -0
- package/components/transcripts/index.js +4 -0
- package/components/transcripts/useAudioElement.d.ts +22 -0
- package/components/transcripts/useAudioElement.d.ts.map +1 -0
- package/components/transcripts/useAudioElement.js +77 -0
- package/components/ui/accordion.d.ts +12 -0
- package/components/ui/accordion.d.ts.map +1 -0
- package/components/ui/accordion.js +17 -0
- package/components/ui/admin-dialog.d.ts +50 -0
- package/components/ui/admin-dialog.d.ts.map +1 -0
- package/components/ui/admin-dialog.js +49 -0
- package/components/ui/alert-dialog.d.ts +15 -0
- package/components/ui/alert-dialog.d.ts.map +1 -0
- package/components/ui/alert-dialog.js +39 -0
- package/components/ui/alert.d.ts +14 -0
- package/components/ui/alert.d.ts.map +1 -0
- package/components/ui/alert.js +28 -0
- package/components/ui/avatar.d.ts +7 -0
- package/components/ui/avatar.d.ts.map +1 -0
- package/components/ui/avatar.js +18 -0
- package/components/ui/badge.js +20 -0
- package/components/ui/banner.d.ts.map +1 -0
- package/components/ui/button.d.ts +12 -0
- package/components/ui/button.d.ts.map +1 -0
- package/components/ui/button.js +43 -0
- package/components/ui/calendar.d.ts +9 -0
- package/components/ui/calendar.d.ts.map +1 -0
- package/components/ui/calendar.js +78 -0
- package/components/ui/card.d.ts +16 -0
- package/components/ui/card.d.ts.map +1 -0
- package/components/ui/card.js +33 -0
- package/components/ui/carousel.d.ts +24 -0
- package/components/ui/carousel.d.ts.map +1 -0
- package/components/ui/carousel.js +106 -0
- package/components/ui/chart.d.ts +74 -0
- package/components/ui/chart.d.ts.map +1 -0
- package/components/ui/chart.js +139 -0
- package/components/ui/code-block.d.ts +14 -0
- package/components/ui/code-block.d.ts.map +1 -0
- package/components/ui/code-block.js +21 -0
- package/components/ui/collapsible.d.ts +6 -0
- package/components/ui/collapsible.d.ts.map +1 -0
- package/components/ui/collapsible.js +17 -0
- package/components/ui/confirm-delete.js +16 -0
- package/components/ui/confirm-dialog.d.ts +40 -0
- package/components/ui/confirm-dialog.d.ts.map +1 -0
- package/components/ui/confirm-dialog.hooks.d.ts +10 -0
- package/components/ui/confirm-dialog.hooks.d.ts.map +1 -0
- package/components/ui/confirm-dialog.hooks.js +53 -0
- package/components/ui/confirm-dialog.js +38 -0
- package/components/ui/connection-status.js +25 -0
- package/components/ui/copy-button.d.ts.map +1 -0
- package/components/ui/copy-button.js +25 -0
- package/components/ui/dialog.d.ts.map +1 -0
- package/components/ui/dialog.js +30 -0
- package/components/ui/dropdown-menu.js +35 -0
- package/components/ui/empty-state.d.ts +15 -0
- package/components/ui/empty-state.d.ts.map +1 -0
- package/components/ui/empty-state.js +6 -0
- package/components/ui/error-boundary.d.ts +22 -0
- package/components/ui/error-boundary.d.ts.map +1 -0
- package/components/ui/error-boundary.js +27 -0
- package/components/ui/field-switch.js +10 -0
- package/components/ui/form-select.js +9 -0
- package/components/ui/form.d.ts +62 -0
- package/components/ui/form.d.ts.map +1 -0
- package/components/ui/form.js +98 -0
- package/components/ui/grid.d.ts +11 -0
- package/components/ui/hover-card.d.ts +7 -0
- package/components/ui/hover-card.d.ts.map +1 -0
- package/components/ui/hover-card.js +18 -0
- package/components/ui/input-group.d.ts +25 -0
- package/components/ui/input-group.d.ts.map +1 -0
- package/components/ui/input-group.js +44 -0
- package/components/ui/input.js +28 -0
- package/components/ui/new-action-button.js +13 -0
- package/components/ui/pagination.d.ts +18 -0
- package/components/ui/pagination.d.ts.map +1 -0
- package/components/ui/pagination.js +33 -0
- package/components/ui/popover.js +9 -0
- package/components/ui/progress.d.ts +5 -0
- package/components/ui/progress.d.ts.map +1 -0
- package/components/ui/progress.js +8 -0
- package/components/ui/scroll-area.d.ts +8 -0
- package/components/ui/scroll-area.d.ts.map +1 -0
- package/components/ui/scroll-area.js +17 -0
- package/components/ui/segmented-control.js +10 -0
- package/components/ui/select.js +27 -0
- package/components/ui/settings-controls.d.ts +40 -0
- package/components/ui/settings-controls.d.ts.map +1 -0
- package/components/ui/settings-controls.js +69 -0
- package/components/ui/skeleton-layouts.d.ts +17 -0
- package/components/ui/skeleton-layouts.d.ts.map +1 -0
- package/components/ui/skeleton-layouts.js +26 -0
- package/components/ui/skeleton.js +12 -0
- package/components/ui/slider.d.ts +7 -0
- package/components/ui/slider.d.ts.map +1 -0
- package/components/ui/slider.js +7 -0
- package/components/ui/stack.d.ts +13 -0
- package/components/ui/status-badge.d.ts +21 -0
- package/components/ui/status-badge.d.ts.map +1 -0
- package/components/ui/status-badge.helpers.d.ts +6 -0
- package/components/ui/status-badge.helpers.d.ts.map +1 -0
- package/components/ui/status-badge.helpers.js +72 -0
- package/components/ui/status-badge.js +58 -0
- package/components/ui/switch.d.ts +8 -0
- package/components/ui/switch.d.ts.map +1 -0
- package/components/ui/switch.js +22 -0
- package/components/ui/table.d.ts +15 -0
- package/components/ui/table.d.ts.map +1 -0
- package/components/ui/table.js +24 -0
- package/components/ui/tabs.js +12 -0
- package/components/ui/tag-editor.js +34 -0
- package/components/ui/textarea.js +28 -0
- package/components/ui/toggle.d.ts +10 -0
- package/components/ui/toggle.d.ts.map +1 -0
- package/components/ui/toggle.js +30 -0
- package/components/ui/tooltip-extended.d.ts +16 -0
- package/components/ui/tooltip-extended.d.ts.map +1 -0
- package/components/ui/tooltip-extended.js +21 -0
- package/components/ui/tooltip.d.ts +20 -0
- package/components/ui/tooltip.d.ts.map +1 -0
- package/components/ui/tooltip.js +13 -0
- package/components/ui/typography.d.ts +17 -0
- package/components/views/DynamicViewLoader.d.ts +52 -0
- package/components/views/DynamicViewLoader.d.ts.map +1 -0
- package/components/views/DynamicViewLoader.js +896 -0
- package/components/views/ShellViewAgentSurface.d.ts +22 -0
- package/components/views/ShellViewAgentSurface.d.ts.map +1 -0
- package/components/views/ShellViewAgentSurface.js +71 -0
- package/components/views/TerminalPluginView.d.ts +10 -0
- package/components/views/TerminalPluginView.d.ts.map +1 -0
- package/components/views/TerminalPluginView.js +146 -0
- package/components/views/ViewIcon.d.ts +7 -0
- package/components/views/ViewIcon.d.ts.map +1 -0
- package/components/views/ViewIcon.js +97 -0
- package/components/views/view-interact-registry.d.ts +32 -0
- package/components/views/view-interact-registry.d.ts.map +1 -0
- package/components/views/view-interact-registry.js +81 -0
- package/components/workspace/AppWorkspaceChrome.d.ts +18 -0
- package/components/workspace/AppWorkspaceChrome.d.ts.map +1 -0
- package/components/workspace/AppWorkspaceChrome.js +41 -0
- package/config/allowed-hosts.d.ts +2 -0
- package/config/allowed-hosts.d.ts.map +1 -0
- package/config/allowed-hosts.js +1 -0
- package/config/api-key-prefix-hints.d.ts +2 -0
- package/config/api-key-prefix-hints.d.ts.map +1 -0
- package/config/api-key-prefix-hints.js +1 -0
- package/config/boot-config-react.hooks.d.ts +5 -0
- package/config/boot-config-react.hooks.d.ts.map +1 -0
- package/config/boot-config-react.hooks.js +12 -0
- package/config/boot-config-store.d.ts +279 -0
- package/config/boot-config-store.d.ts.map +1 -0
- package/config/boot-config-store.js +143 -0
- package/config/boot-config.d.ts +6 -0
- package/config/boot-config.js +5 -0
- package/config/branding-base.d.ts +71 -0
- package/config/branding-base.d.ts.map +1 -0
- package/config/branding-base.js +18 -0
- package/config/branding-react.hooks.d.ts +4 -0
- package/config/branding-react.hooks.d.ts.map +1 -0
- package/config/branding-react.hooks.js +11 -0
- package/config/branding.d.ts +3 -0
- package/config/branding.d.ts.map +1 -0
- package/config/branding.js +2 -0
- package/config/cloud-only.d.ts +2 -0
- package/config/cloud-only.d.ts.map +1 -0
- package/config/cloud-only.js +1 -0
- package/config/index.d.ts +10 -0
- package/config/index.d.ts.map +1 -0
- package/config/index.js +11 -0
- package/config/plugin-ui-spec.d.ts +2 -0
- package/config/plugin-ui-spec.d.ts.map +1 -0
- package/config/plugin-ui-spec.js +1 -0
- package/config/ui-spec.d.ts +2 -0
- package/config/ui-spec.d.ts.map +1 -0
- package/config/ui-spec.js +1 -0
- package/content-packs/apply-pack.d.ts +33 -0
- package/content-packs/apply-pack.d.ts.map +1 -0
- package/content-packs/apply-pack.js +96 -0
- package/desktop-shell-compat.d.ts +7 -0
- package/desktop-shell-compat.d.ts.map +1 -0
- package/desktop-shell-compat.js +9 -0
- package/events/index.d.ts +149 -0
- package/events/index.d.ts.map +1 -0
- package/events/index.js +141 -0
- package/first-run/AgentPicker.d.ts +26 -0
- package/first-run/AgentPicker.d.ts.map +1 -0
- package/first-run/AgentPicker.js +45 -0
- package/first-run/CompactOnboarding.d.ts +3 -0
- package/first-run/CompactOnboarding.d.ts.map +1 -0
- package/first-run/CompactOnboarding.js +114 -0
- package/first-run/__e2e__/onboarding-fixture.d.ts +2 -0
- package/first-run/__e2e__/onboarding-fixture.d.ts.map +1 -0
- package/first-run/__e2e__/onboarding-fixture.js +16 -0
- package/first-run/__e2e__/use-first-run-controller.stub.d.ts +41 -0
- package/first-run/__e2e__/use-first-run-controller.stub.d.ts.map +1 -0
- package/first-run/__e2e__/use-first-run-controller.stub.js +70 -0
- package/first-run/auto-download-recommended.d.ts +24 -0
- package/first-run/auto-download-recommended.d.ts.map +1 -0
- package/first-run/auto-download-recommended.js +118 -0
- package/first-run/deep-link-handler.d.ts +62 -0
- package/first-run/deep-link-handler.d.ts.map +1 -0
- package/first-run/deep-link-handler.js +147 -0
- package/first-run/ensure-store-build-workspace-folder.d.ts +22 -0
- package/first-run/ensure-store-build-workspace-folder.d.ts.map +1 -0
- package/first-run/ensure-store-build-workspace-folder.js +45 -0
- package/first-run/first-run-config.d.ts +55 -0
- package/first-run/first-run-config.d.ts.map +1 -0
- package/first-run/first-run-config.js +227 -0
- package/first-run/first-run.d.ts +89 -0
- package/first-run/first-run.d.ts.map +1 -0
- package/first-run/first-run.js +339 -0
- package/first-run/local-agent-token.d.ts +5 -0
- package/first-run/local-agent-token.d.ts.map +1 -0
- package/first-run/local-agent-token.js +53 -0
- package/first-run/mobile-runtime-mode.d.ts +32 -0
- package/first-run/mobile-runtime-mode.d.ts.map +1 -0
- package/first-run/mobile-runtime-mode.js +201 -0
- package/first-run/onboarding-intent.d.ts +34 -0
- package/first-run/onboarding-intent.d.ts.map +1 -0
- package/first-run/onboarding-intent.js +38 -0
- package/first-run/pre-seed-local-runtime.d.ts +6 -0
- package/first-run/pre-seed-local-runtime.d.ts.map +1 -0
- package/first-run/pre-seed-local-runtime.js +91 -0
- package/first-run/probe-local-agent.d.ts +50 -0
- package/first-run/probe-local-agent.d.ts.map +1 -0
- package/first-run/probe-local-agent.js +219 -0
- package/first-run/reload-into-first-run-runtime.d.ts +14 -0
- package/first-run/reload-into-first-run-runtime.d.ts.map +1 -0
- package/first-run/reload-into-first-run-runtime.js +46 -0
- package/first-run/runtime-target.d.ts +4 -0
- package/first-run/runtime-target.d.ts.map +1 -0
- package/first-run/runtime-target.js +13 -0
- package/first-run/setup-steps.d.ts +22 -0
- package/first-run/setup-steps.d.ts.map +1 -0
- package/first-run/setup-steps.js +55 -0
- package/first-run/use-first-run-controller.d.ts +46 -0
- package/first-run/use-first-run-controller.d.ts.map +1 -0
- package/first-run/use-first-run-controller.js +1150 -0
- package/first-run/use-microphone-permission.d.ts +17 -0
- package/first-run/use-microphone-permission.d.ts.map +1 -0
- package/first-run/use-microphone-permission.js +106 -0
- package/first-run/voice-readiness.d.ts +14 -0
- package/first-run/voice-readiness.d.ts.map +1 -0
- package/first-run/voice-readiness.js +78 -0
- package/genui/actions.d.ts +8 -0
- package/genui/actions.d.ts.map +1 -0
- package/genui/actions.js +28 -0
- package/genui/catalog.d.ts +11 -0
- package/genui/catalog.d.ts.map +1 -0
- package/genui/catalog.js +58 -0
- package/genui/index.d.ts +9 -0
- package/genui/index.d.ts.map +1 -0
- package/genui/index.js +8 -0
- package/genui/modes.d.ts +7 -0
- package/genui/modes.d.ts.map +1 -0
- package/genui/modes.js +41 -0
- package/genui/pipe.d.ts +10 -0
- package/genui/pipe.d.ts.map +1 -0
- package/genui/pipe.js +122 -0
- package/genui/renderer.d.ts +4 -0
- package/genui/renderer.d.ts.map +1 -0
- package/genui/renderer.js +213 -0
- package/genui/starter-pack-demo.d.ts +3 -0
- package/genui/starter-pack-demo.d.ts.map +1 -0
- package/genui/starter-pack-demo.js +114 -0
- package/genui/streaming.d.ts +5 -0
- package/genui/streaming.d.ts.map +1 -0
- package/genui/streaming.js +145 -0
- package/genui/types.d.ts +132 -0
- package/genui/types.d.ts.map +1 -0
- package/genui/types.js +1 -0
- package/genui/use-json-render-message.d.ts +20 -0
- package/genui/use-json-render-message.d.ts.map +1 -0
- package/genui/use-json-render-message.js +38 -0
- package/genui/use-ui-stream.d.ts +8 -0
- package/genui/use-ui-stream.d.ts.map +1 -0
- package/genui/use-ui-stream.js +56 -0
- package/genui/validator.d.ts +4 -0
- package/genui/validator.d.ts.map +1 -0
- package/genui/validator.js +301 -0
- package/hooks/BugReportProvider.d.ts +7 -0
- package/hooks/BugReportProvider.d.ts.map +1 -0
- package/hooks/BugReportProvider.js +5 -0
- package/hooks/index.d.ts +25 -0
- package/hooks/index.d.ts.map +1 -0
- package/hooks/index.js +24 -0
- package/hooks/resource-cache.d.ts +58 -0
- package/hooks/resource-cache.d.ts.map +1 -0
- package/hooks/resource-cache.js +241 -0
- package/hooks/useAccounts.d.ts.map +1 -0
- package/hooks/useAccounts.js +244 -0
- package/hooks/useActivityEvents.d.ts.map +1 -0
- package/hooks/useActivityEvents.js +156 -0
- package/hooks/useAuthStatus.d.ts +49 -0
- package/hooks/useAuthStatus.d.ts.map +1 -0
- package/hooks/useAuthStatus.js +102 -0
- package/hooks/useAvailableViews.d.ts +72 -0
- package/hooks/useAvailableViews.d.ts.map +1 -0
- package/hooks/useAvailableViews.js +159 -0
- package/hooks/useBugReport.hooks.d.ts +21 -0
- package/hooks/useBugReport.hooks.d.ts.map +1 -0
- package/hooks/useBugReport.hooks.js +24 -0
- package/hooks/useCachedResource.d.ts +38 -0
- package/hooks/useCachedResource.d.ts.map +1 -0
- package/hooks/useCachedResource.js +108 -0
- package/hooks/useChatAvatarVoiceBridge.d.ts +11 -0
- package/hooks/useChatAvatarVoiceBridge.d.ts.map +1 -0
- package/hooks/useCloudHandoffPhase.d.ts +11 -0
- package/hooks/useCloudHandoffPhase.d.ts.map +1 -0
- package/hooks/useCloudHandoffPhase.js +39 -0
- package/hooks/useConnectorAccounts.d.ts.map +1 -0
- package/hooks/useConnectorAccounts.js +262 -0
- package/hooks/useConnectorReconnect.d.ts +81 -0
- package/hooks/useConnectorReconnect.d.ts.map +1 -0
- package/hooks/useConnectorReconnect.js +180 -0
- package/hooks/useConnectorSendAsAccount.d.ts.map +1 -0
- package/hooks/useConnectorSendAsAccount.js +61 -0
- package/hooks/useContextMenu.js +142 -0
- package/hooks/useContinuousChat.d.ts +109 -0
- package/hooks/useContinuousChat.d.ts.map +1 -0
- package/hooks/useContinuousChat.js +241 -0
- package/hooks/useDefaultProviderPresets.d.ts +46 -0
- package/hooks/useDefaultProviderPresets.d.ts.map +1 -0
- package/hooks/useDefaultProviderPresets.js +54 -0
- package/hooks/useDesktopBridgeEvent.d.ts +29 -0
- package/hooks/useDesktopBridgeEvent.d.ts.map +1 -0
- package/hooks/useDesktopBridgeEvent.js +39 -0
- package/hooks/useDesktopTabs.d.ts +26 -0
- package/hooks/useDesktopTabs.d.ts.map +1 -0
- package/hooks/useDesktopTabs.js +95 -0
- package/hooks/useFetchData.d.ts +37 -0
- package/hooks/useFetchData.d.ts.map +1 -0
- package/hooks/useFetchData.js +93 -0
- package/hooks/useKeyboardShortcuts.d.ts +11 -0
- package/hooks/useKeyboardShortcuts.d.ts.map +1 -0
- package/hooks/useKeyboardShortcuts.js +31 -0
- package/hooks/useModalState.d.ts +31 -0
- package/hooks/useModalState.d.ts.map +1 -0
- package/hooks/useModalState.js +45 -0
- package/hooks/useRenderGuard.d.ts +56 -0
- package/hooks/useRenderGuard.d.ts.map +1 -0
- package/hooks/useRenderGuard.js +163 -0
- package/hooks/useRuntimeMode.d.ts.map +1 -0
- package/hooks/useViewCatalog.d.ts +25 -0
- package/hooks/useViewCatalog.d.ts.map +1 -0
- package/hooks/useViewCatalog.js +85 -0
- package/hooks/useViewEvent.d.ts +28 -0
- package/hooks/useViewEvent.d.ts.map +1 -0
- package/hooks/useViewEvent.js +40 -0
- package/hooks/useVoiceChat.d.ts +43 -0
- package/hooks/useVoiceChat.d.ts.map +1 -0
- package/hooks/useVoiceChat.js +1831 -0
- package/hooks/useWhatsAppPairing.d.ts.map +1 -0
- package/hooks/useWhatsAppPairing.js +119 -0
- package/hooks/view-catalog.d.ts +74 -0
- package/hooks/view-catalog.d.ts.map +1 -0
- package/hooks/view-catalog.js +106 -0
- package/i18n/index.d.ts +7 -0
- package/i18n/index.d.ts.map +1 -0
- package/i18n/index.js +62 -0
- package/i18n/locales/en.json +7430 -0
- package/i18n/locales/es.json +7418 -0
- package/i18n/locales/ja.json +7418 -0
- package/i18n/locales/ko.json +7418 -0
- package/i18n/locales/pt.json +7418 -0
- package/i18n/locales/tl.json +7418 -0
- package/i18n/locales/vi.json +7418 -0
- package/i18n/locales/zh-CN.json +7418 -0
- package/i18n/messages.d.ts +20 -0
- package/i18n/messages.d.ts.map +1 -0
- package/i18n/messages.js +67 -0
- package/i18n/region.d.ts +43 -0
- package/i18n/region.d.ts.map +1 -0
- package/i18n/region.js +169 -0
- package/index.d.ts +141 -0
- package/index.d.ts.map +1 -0
- package/index.js +133 -0
- package/layouts/chat-panel-layout/chat-panel-layout.js +37 -0
- package/layouts/page-layout/page-layout-mobile-drawer.d.ts.map +1 -0
- package/layouts/page-layout/page-layout-mobile-drawer.js +37 -0
- package/layouts/page-layout/page-layout-types.js +1 -0
- package/layouts/workspace-layout/index.d.ts +4 -0
- package/layouts/workspace-layout/index.d.ts.map +1 -0
- package/layouts/workspace-layout/index.js +3 -0
- package/layouts/workspace-layout/workspace-layout-types.js +1 -0
- package/layouts/workspace-layout/workspace-layout.d.ts.map +1 -0
- package/layouts/workspace-layout/workspace-layout.js +63 -0
- package/layouts/workspace-layout/workspace-mobile-sidebar-controls.hooks.d.ts +13 -0
- package/layouts/workspace-layout/workspace-mobile-sidebar-controls.hooks.d.ts.map +1 -0
- package/lib/floating-layers.d.ts +16 -0
- package/lib/floating-layers.d.ts.map +1 -0
- package/lib/floating-layers.js +18 -0
- package/navigation/index.d.ts +67 -0
- package/navigation/index.d.ts.map +1 -0
- package/navigation/index.js +437 -0
- package/navigation/main-tab.d.ts +53 -0
- package/navigation/main-tab.d.ts.map +1 -0
- package/navigation/main-tab.js +67 -0
- package/navigation/nav-lock.d.ts +18 -0
- package/navigation/nav-lock.d.ts.map +1 -0
- package/navigation/nav-lock.js +34 -0
- package/package.json +301 -46
- package/platform/android-runtime.d.ts +33 -0
- package/platform/android-runtime.d.ts.map +1 -0
- package/platform/android-runtime.js +58 -0
- package/platform/aosp-user-agent.d.ts +10 -0
- package/platform/aosp-user-agent.d.ts.map +1 -0
- package/platform/aosp-user-agent.js +13 -0
- package/platform/assistant-launch-payload.d.ts +27 -0
- package/platform/assistant-launch-payload.d.ts.map +1 -0
- package/platform/assistant-launch-payload.js +113 -0
- package/platform/browser-launch.d.ts +11 -0
- package/platform/browser-launch.d.ts.map +1 -0
- package/platform/browser-launch.js +191 -0
- package/platform/cloud-preference-patch.d.ts +7 -0
- package/platform/cloud-preference-patch.d.ts.map +1 -0
- package/platform/cloud-preference-patch.js +63 -0
- package/platform/desktop-permissions-client.d.ts.map +1 -0
- package/platform/desktop-permissions-client.js +246 -0
- package/platform/empty-node-module.d.ts +58 -0
- package/platform/empty-node-module.d.ts.map +1 -0
- package/platform/empty-node-module.js +46 -0
- package/platform/first-run-reset.d.ts +21 -0
- package/platform/first-run-reset.d.ts.map +1 -0
- package/platform/first-run-reset.js +140 -0
- package/platform/index.d.ts +16 -0
- package/platform/index.d.ts.map +1 -0
- package/platform/index.js +13 -0
- package/platform/init.d.ts +71 -0
- package/platform/init.d.ts.map +1 -0
- package/platform/init.js +216 -0
- package/platform/ios-runtime.d.ts +33 -0
- package/platform/ios-runtime.d.ts.map +1 -0
- package/platform/ios-runtime.js +102 -0
- package/platform/mobile-permissions-client.d.ts +25 -0
- package/platform/mobile-permissions-client.d.ts.map +1 -0
- package/platform/mobile-permissions-client.js +628 -0
- package/platform/platform-guards.d.ts +39 -0
- package/platform/platform-guards.d.ts.map +1 -0
- package/platform/platform-guards.js +57 -0
- package/platform/types.d.ts +24 -0
- package/platform/types.d.ts.map +1 -0
- package/platform/types.js +1 -0
- package/platform/window-shell.d.ts +45 -0
- package/platform/window-shell.d.ts.map +1 -0
- package/platform/window-shell.js +93 -0
- package/providers/index.d.ts +26 -0
- package/providers/index.d.ts.map +1 -0
- package/providers/index.js +115 -0
- package/retained-lazy.d.ts +28 -0
- package/retained-lazy.d.ts.map +1 -0
- package/retained-lazy.js +285 -0
- package/services/app-updates/update-policy.d.ts +64 -0
- package/services/app-updates/update-policy.d.ts.map +1 -0
- package/services/app-updates/update-policy.js +228 -0
- package/services/local-inference/active-model.d.ts +102 -0
- package/services/local-inference/active-model.d.ts.map +1 -0
- package/services/local-inference/active-model.js +427 -0
- package/services/local-inference/assignments.d.ts +58 -0
- package/services/local-inference/assignments.d.ts.map +1 -0
- package/services/local-inference/assignments.js +189 -0
- package/services/local-inference/bundled-models.d.ts +34 -0
- package/services/local-inference/bundled-models.js +104 -0
- package/services/local-inference/catalog-policy.d.ts +6 -0
- package/services/local-inference/catalog-policy.d.ts.map +1 -0
- package/services/local-inference/catalog-policy.js +13 -0
- package/services/local-inference/catalog.d.ts +10 -0
- package/services/local-inference/catalog.d.ts.map +1 -0
- package/services/local-inference/catalog.js +9 -0
- package/services/local-inference/custom-search.d.ts +33 -0
- package/services/local-inference/custom-search.d.ts.map +1 -0
- package/services/local-inference/custom-search.js +69 -0
- package/services/local-inference/device-bridge.d.ts +169 -0
- package/services/local-inference/device-bridge.d.ts.map +1 -0
- package/services/local-inference/device-bridge.js +826 -0
- package/services/local-inference/disk-space.d.ts +15 -0
- package/services/local-inference/disk-space.d.ts.map +1 -0
- package/services/local-inference/disk-space.js +29 -0
- package/services/local-inference/downloader.d.ts +82 -0
- package/services/local-inference/downloader.d.ts.map +1 -0
- package/services/local-inference/downloader.js +642 -0
- package/services/local-inference/engine.d.ts +40 -0
- package/services/local-inference/engine.d.ts.map +1 -0
- package/services/local-inference/engine.js +58 -0
- package/services/local-inference/handler-registry.d.ts +72 -0
- package/services/local-inference/handler-registry.d.ts.map +1 -0
- package/services/local-inference/handler-registry.js +170 -0
- package/services/local-inference/hardware.d.ts +60 -0
- package/services/local-inference/hardware.d.ts.map +1 -0
- package/services/local-inference/hardware.js +260 -0
- package/services/local-inference/hf-search.d.ts +26 -0
- package/services/local-inference/hf-search.d.ts.map +1 -0
- package/services/local-inference/hf-search.js +280 -0
- package/services/local-inference/home-model-status.d.ts +25 -0
- package/services/local-inference/home-model-status.d.ts.map +1 -0
- package/services/local-inference/home-model-status.js +90 -0
- package/services/local-inference/index.d.ts +12 -0
- package/services/local-inference/index.d.ts.map +1 -0
- package/services/local-inference/index.js +9 -0
- package/services/local-inference/load-args.d.ts +60 -0
- package/services/local-inference/load-args.d.ts.map +1 -0
- package/services/local-inference/load-args.js +10 -0
- package/services/local-inference/manifest.d.ts +45 -0
- package/services/local-inference/manifest.d.ts.map +1 -0
- package/services/local-inference/manifest.js +26 -0
- package/services/local-inference/paths.d.ts +2 -0
- package/services/local-inference/paths.d.ts.map +1 -0
- package/services/local-inference/paths.js +1 -0
- package/services/local-inference/readiness.js +153 -0
- package/services/local-inference/recommendation.d.ts +49 -0
- package/services/local-inference/recommendation.d.ts.map +1 -0
- package/services/local-inference/recommendation.js +271 -0
- package/services/local-inference/registry.d.ts.map +1 -0
- package/services/local-inference/registry.js +118 -0
- package/services/local-inference/resource-snapshot-bridge.d.ts +51 -0
- package/services/local-inference/resource-snapshot-bridge.d.ts.map +1 -0
- package/services/local-inference/resource-snapshot-bridge.js +90 -0
- package/services/local-inference/routing-policy.d.ts.map +1 -0
- package/services/local-inference/routing-policy.js +201 -0
- package/services/local-inference/routing-preferences.d.ts +2 -0
- package/services/local-inference/routing-preferences.d.ts.map +1 -0
- package/services/local-inference/routing-preferences.js +1 -0
- package/services/local-inference/service.d.ts +69 -0
- package/services/local-inference/service.d.ts.map +1 -0
- package/services/local-inference/service.js +204 -0
- package/services/local-inference/token-tree.d.ts +188 -0
- package/services/local-inference/token-tree.d.ts.map +1 -0
- package/services/local-inference/token-tree.js +185 -0
- package/services/local-inference/tokenizer-client.d.ts +88 -0
- package/services/local-inference/tokenizer-client.d.ts.map +1 -0
- package/services/local-inference/tokenizer-client.js +166 -0
- package/services/local-inference/types.d.ts +9 -0
- package/services/local-inference/types.d.ts.map +1 -0
- package/services/local-inference/types.js +8 -0
- package/services/local-inference/verify.d.ts +2 -0
- package/services/local-inference/verify.d.ts.map +1 -0
- package/services/local-inference/verify.js +1 -0
- package/shell-params.d.ts +12 -0
- package/shell-params.d.ts.map +1 -0
- package/shell-params.js +20 -0
- package/slots/task-coordinator-slots.d.ts +21 -0
- package/slots/task-coordinator-slots.d.ts.map +1 -0
- package/slots/task-coordinator-slots.helpers.d.ts +32 -0
- package/slots/task-coordinator-slots.helpers.d.ts.map +1 -0
- package/slots/task-coordinator-slots.helpers.js +14 -0
- package/slots/task-coordinator-slots.js +32 -0
- package/spatial/context.d.ts +24 -0
- package/spatial/context.d.ts.map +1 -0
- package/spatial/context.js +15 -0
- package/spatial/dom.d.ts +42 -0
- package/spatial/dom.d.ts.map +1 -0
- package/spatial/dom.js +41 -0
- package/spatial/evaluate.d.ts +67 -0
- package/spatial/evaluate.d.ts.map +1 -0
- package/spatial/evaluate.js +233 -0
- package/spatial/example.d.ts +19 -0
- package/spatial/example.d.ts.map +1 -0
- package/spatial/example.js +28 -0
- package/spatial/gallery.d.ts +20 -0
- package/spatial/gallery.d.ts.map +1 -0
- package/spatial/gallery.js +179 -0
- package/spatial/index.d.ts +24 -0
- package/spatial/index.d.ts.map +1 -0
- package/spatial/index.js +25 -0
- package/spatial/ir.d.ts +157 -0
- package/spatial/ir.d.ts.map +1 -0
- package/spatial/ir.js +41 -0
- package/spatial/primitives.d.ts +107 -0
- package/spatial/primitives.d.ts.map +1 -0
- package/spatial/primitives.js +447 -0
- package/spatial/tui/engine.d.ts +28 -0
- package/spatial/tui/engine.d.ts.map +1 -0
- package/spatial/tui/engine.js +488 -0
- package/spatial/tui/framing.d.ts +33 -0
- package/spatial/tui/framing.d.ts.map +1 -0
- package/spatial/tui/framing.js +189 -0
- package/spatial/tui/index.d.ts +10 -0
- package/spatial/tui/index.d.ts.map +1 -0
- package/spatial/tui/index.js +10 -0
- package/spatial/tui/renderer.d.ts +55 -0
- package/spatial/tui/renderer.d.ts.map +1 -0
- package/spatial/tui/renderer.js +116 -0
- package/state/AppContext.d.ts +11 -0
- package/state/AppContext.d.ts.map +1 -0
- package/state/AppContext.hooks.d.ts +15 -0
- package/state/AppContext.hooks.d.ts.map +1 -0
- package/state/AppContext.hooks.js +11 -0
- package/state/AppContext.js +1809 -0
- package/state/ChatComposerContext.hooks.d.ts +59 -0
- package/state/ChatComposerContext.hooks.d.ts.map +1 -0
- package/state/ChatComposerContext.hooks.js +148 -0
- package/state/CompanionSceneConfigContext.hooks.d.ts +28 -0
- package/state/CompanionSceneConfigContext.hooks.d.ts.map +1 -0
- package/state/CompanionSceneConfigContext.hooks.js +33 -0
- package/state/PtySessionsContext.hooks.d.ts +18 -0
- package/state/PtySessionsContext.hooks.d.ts.map +1 -0
- package/state/PtySessionsContext.hooks.js +18 -0
- package/state/TranslationContext.hooks.d.ts +28 -0
- package/state/TranslationContext.hooks.d.ts.map +1 -0
- package/state/TranslationContext.hooks.js +38 -0
- package/state/TranslationProvider.d.ts +23 -0
- package/state/TranslationProvider.d.ts.map +1 -0
- package/state/TranslationProvider.js +86 -0
- package/state/action-banner.d.ts +18 -0
- package/state/action-banner.d.ts.map +1 -0
- package/state/action-banner.js +1 -0
- package/state/action-notice.js +1 -0
- package/state/agent-profile-types.js +1 -0
- package/state/agent-profiles.d.ts.map +1 -0
- package/state/agent-profiles.js +118 -0
- package/state/agent-runtime-target.d.ts +14 -0
- package/state/agent-runtime-target.d.ts.map +1 -0
- package/state/agent-runtime-target.js +54 -0
- package/state/cloud-steward-login.d.ts +44 -0
- package/state/cloud-steward-login.d.ts.map +1 -0
- package/state/cloud-steward-login.js +52 -0
- package/state/complete-reset-local-state-after-wipe.d.ts +52 -0
- package/state/complete-reset-local-state-after-wipe.d.ts.map +1 -0
- package/state/complete-reset-local-state-after-wipe.js +24 -0
- package/state/conversation-message-filter.d.ts +10 -0
- package/state/conversation-message-filter.d.ts.map +1 -0
- package/state/conversation-message-filter.js +18 -0
- package/state/first-run-bootstrap.d.ts +17 -0
- package/state/first-run-bootstrap.d.ts.map +1 -0
- package/state/first-run-bootstrap.js +62 -0
- package/state/first-run-restart.d.ts +8 -0
- package/state/first-run-restart.d.ts.map +1 -0
- package/state/first-run-restart.js +8 -0
- package/state/handle-reset-applied-from-main.d.ts +31 -0
- package/state/index.d.ts +19 -0
- package/state/index.d.ts.map +1 -0
- package/state/index.js +18 -0
- package/state/internal.d.ts +12 -0
- package/state/internal.d.ts.map +1 -0
- package/state/internal.js +11 -0
- package/state/notifications/notification-store.d.ts +35 -0
- package/state/notifications/notification-store.d.ts.map +1 -0
- package/state/notifications/notification-store.js +179 -0
- package/state/parsers.d.ts.map +1 -0
- package/state/parsers.js +361 -0
- package/state/persistence.d.ts +140 -0
- package/state/persistence.d.ts.map +1 -0
- package/state/persistence.js +844 -0
- package/state/private-network-host.d.ts +11 -0
- package/state/private-network-host.d.ts.map +1 -0
- package/state/private-network-host.js +35 -0
- package/state/setup-resume.d.ts +9 -0
- package/state/setup-resume.d.ts.map +1 -0
- package/state/setup-resume.js +98 -0
- package/state/shell-routing.d.ts +12 -0
- package/state/shell-routing.d.ts.map +1 -0
- package/state/startup-coordinator.d.ts +182 -0
- package/state/startup-coordinator.d.ts.map +1 -0
- package/state/startup-coordinator.js +334 -0
- package/state/startup-phase-hydrate.d.ts +75 -0
- package/state/startup-phase-hydrate.d.ts.map +1 -0
- package/state/startup-phase-hydrate.js +585 -0
- package/state/startup-phase-poll.d.ts +114 -0
- package/state/startup-phase-poll.d.ts.map +1 -0
- package/state/startup-phase-poll.js +579 -0
- package/state/startup-phase-restore.d.ts +63 -0
- package/state/startup-phase-restore.d.ts.map +1 -0
- package/state/startup-phase-restore.js +412 -0
- package/state/startup-phase-runtime.d.ts +40 -0
- package/state/startup-phase-runtime.d.ts.map +1 -0
- package/state/startup-phase-runtime.js +362 -0
- package/state/types.d.ts +679 -0
- package/state/types.d.ts.map +1 -0
- package/state/types.js +97 -0
- package/state/ui-preferences.d.ts +9 -0
- package/state/ui-preferences.d.ts.map +1 -0
- package/state/ui-preferences.js +1 -0
- package/state/use-startup-shell-controller.d.ts +7 -0
- package/state/use-startup-shell-controller.d.ts.map +1 -0
- package/state/use-startup-shell-controller.js +170 -0
- package/state/useApp.d.ts.map +1 -0
- package/state/useApp.js +36 -0
- package/state/useAppLifecycleEvents.d.ts +32 -0
- package/state/useAppLifecycleEvents.d.ts.map +1 -0
- package/state/useAppLifecycleEvents.js +102 -0
- package/state/useAppProviderEffects.d.ts.map +1 -0
- package/state/useAppProviderEffects.js +129 -0
- package/state/useAppShellState.d.ts +34 -0
- package/state/useCharacterState.js +208 -0
- package/state/useChatCallbacks.d.ts +169 -0
- package/state/useChatCallbacks.d.ts.map +1 -0
- package/state/useChatCallbacks.js +781 -0
- package/state/useChatLifecycle.d.ts +103 -0
- package/state/useChatLifecycle.d.ts.map +1 -0
- package/state/useChatLifecycle.js +753 -0
- package/state/useChatSend.d.ts +82 -0
- package/state/useChatSend.d.ts.map +1 -0
- package/state/useChatSend.js +1155 -0
- package/state/useChatState.d.ts +139 -0
- package/state/useChatState.d.ts.map +1 -0
- package/state/useChatState.js +243 -0
- package/state/useCloudState.d.ts +77 -0
- package/state/useCloudState.d.ts.map +1 -0
- package/state/useCloudState.js +828 -0
- package/state/useContentPack.d.ts +27 -0
- package/state/useContentPack.d.ts.map +1 -0
- package/state/useContentPack.js +210 -0
- package/state/useDataLoaders.d.ts +88 -0
- package/state/useDataLoaders.d.ts.map +1 -0
- package/state/useDataLoaders.js +406 -0
- package/state/useDisplayPreferences.d.ts +23 -0
- package/state/useDisplayPreferences.d.ts.map +1 -0
- package/state/useDisplayPreferences.js +78 -0
- package/state/useFirstRunCallbacks.d.ts +102 -0
- package/state/useFirstRunCallbacks.d.ts.map +1 -0
- package/state/useFirstRunCallbacks.js +838 -0
- package/state/useFirstRunState.d.ts +126 -0
- package/state/useFirstRunState.d.ts.map +1 -0
- package/state/useFirstRunState.js +259 -0
- package/state/useLifecycleState.d.ts +131 -0
- package/state/useLifecycleState.d.ts.map +1 -0
- package/state/useLifecycleState.js +285 -0
- package/state/useMiscUiState.js +154 -0
- package/state/useNavigationState.d.ts +28 -0
- package/state/useNavigationState.d.ts.map +1 -0
- package/state/useNavigationState.js +129 -0
- package/state/usePluginsSkillsState.d.ts +145 -0
- package/state/usePluginsSkillsState.d.ts.map +1 -0
- package/state/usePluginsSkillsState.js +675 -0
- package/state/useStartupCoordinator.d.ts +43 -0
- package/state/useStartupCoordinator.d.ts.map +1 -0
- package/state/useStartupCoordinator.js +290 -0
- package/state/useStreamingText.d.ts +74 -0
- package/state/useStreamingText.d.ts.map +1 -0
- package/state/useStreamingText.js +104 -0
- package/state/useTabSync.d.ts +32 -0
- package/state/useTabSync.d.ts.map +1 -0
- package/state/useTabSync.js +81 -0
- package/state/useTriggersState.d.ts +29 -0
- package/state/useTriggersState.d.ts.map +1 -0
- package/state/useWalletState.d.ts +97 -0
- package/state/useWalletState.d.ts.map +1 -0
- package/state/useWalletState.js +542 -0
- package/state/view-chat-binding.d.ts +29 -0
- package/state/view-chat-binding.d.ts.map +1 -0
- package/state/view-chat-binding.js +41 -0
- package/storage/workspace-folder.d.ts +30 -0
- package/storage/workspace-folder.d.ts.map +1 -0
- package/storage/workspace-folder.js +74 -0
- package/stories/layout-story-fixtures.d.ts +9 -0
- package/stories/layout-story-fixtures.d.ts.map +1 -0
- package/stories/layout-story-fixtures.data.d.ts +6 -0
- package/stories/layout-story-fixtures.data.d.ts.map +1 -0
- package/stories/layout-story-fixtures.data.js +7 -0
- package/stories/layout-story-fixtures.js +34 -0
- package/storybook/mock-providers.d.ts +24 -0
- package/storybook/mock-providers.d.ts.map +1 -0
- package/storybook/mock-providers.helpers.d.ts +10 -0
- package/storybook/mock-providers.helpers.d.ts.map +1 -0
- package/storybook/mock-providers.helpers.js +11 -0
- package/storybook/mock-providers.js +76 -0
- package/styles/base.css +541 -0
- package/styles/brand-gold.css +519 -0
- package/styles/electrobun-mac-window-drag.css +106 -0
- package/styles/styles.css +346 -0
- package/styles/tailwind-theme.css +140 -0
- package/styles/theme.css +90 -0
- package/styles.d.ts +4 -0
- package/styles.d.ts.map +1 -0
- package/styles.js +9 -0
- package/themes/apply-theme.d.ts +19 -0
- package/themes/apply-theme.d.ts.map +1 -0
- package/themes/apply-theme.js +122 -0
- package/themes/index.d.ts +14 -0
- package/themes/index.d.ts.map +1 -0
- package/themes/index.js +12 -0
- package/themes/presets.d.ts +7 -0
- package/themes/presets.d.ts.map +1 -0
- package/themes/presets.js +157 -0
- package/types/host-external-modules.d.ts +5 -0
- package/types/host-external-modules.d.ts.map +1 -0
- package/types/host-external-modules.js +1 -0
- package/types/index.d.ts +2 -0
- package/types/index.d.ts.map +1 -0
- package/types/index.js +1 -0
- package/types/plugin-views.d.ts +17 -0
- package/types/plugin-views.d.ts.map +1 -0
- package/types/plugin-views.js +1 -0
- package/utils/browser-tab-kit-types.d.ts +2 -0
- package/utils/browser-tab-kit-types.d.ts.map +1 -0
- package/utils/browser-tab-kit-types.js +1 -0
- package/utils/browser-tabs-renderer-registry.d.ts +2 -0
- package/utils/browser-tabs-renderer-registry.d.ts.map +1 -0
- package/utils/browser-tabs-renderer-registry.js +1 -0
- package/utils/character-message-examples.d.ts +2 -0
- package/utils/character-message-examples.d.ts.map +1 -0
- package/utils/character-message-examples.js +1 -0
- package/utils/cloud-agent-base.d.ts +50 -0
- package/utils/cloud-agent-base.d.ts.map +1 -0
- package/utils/cloud-agent-base.js +140 -0
- package/utils/cloud-status.d.ts +2 -0
- package/utils/cloud-status.d.ts.map +1 -0
- package/utils/cloud-status.js +1 -0
- package/utils/desktop-workspace.d.ts +86 -0
- package/utils/desktop-workspace.d.ts.map +1 -0
- package/utils/desktop-workspace.js +157 -0
- package/utils/documents-upload-image.d.ts +2 -0
- package/utils/documents-upload-image.d.ts.map +1 -0
- package/utils/documents-upload-image.js +1 -0
- package/utils/eliza-cloud-model-route.d.ts +2 -0
- package/utils/eliza-cloud-model-route.d.ts.map +1 -0
- package/utils/eliza-cloud-model-route.js +1 -0
- package/utils/eliza-globals.d.ts +2 -0
- package/utils/eliza-globals.d.ts.map +1 -0
- package/utils/eliza-globals.js +1 -0
- package/utils/errors.d.ts +2 -0
- package/utils/errors.d.ts.map +1 -0
- package/utils/errors.js +1 -0
- package/utils/format.d.ts +12 -0
- package/utils/format.d.ts.map +1 -0
- package/utils/format.js +38 -0
- package/utils/globals.js +47 -0
- package/utils/host-capabilities.d.ts +39 -0
- package/utils/host-capabilities.d.ts.map +1 -0
- package/utils/host-capabilities.js +85 -0
- package/utils/image-attachment.d.ts +35 -0
- package/utils/image-attachment.d.ts.map +1 -0
- package/utils/image-attachment.js +124 -0
- package/utils/index.d.ts +35 -0
- package/utils/index.d.ts.map +1 -0
- package/utils/index.js +34 -0
- package/utils/labels.d.ts +2 -0
- package/utils/labels.d.ts.map +1 -0
- package/utils/labels.js +1 -0
- package/utils/log-prefix.d.ts +2 -0
- package/utils/log-prefix.d.ts.map +1 -0
- package/utils/log-prefix.js +1 -0
- package/utils/name-tokens.d.ts +2 -0
- package/utils/name-tokens.d.ts.map +1 -0
- package/utils/name-tokens.js +1 -0
- package/utils/namespace-defaults.d.ts +2 -0
- package/utils/namespace-defaults.d.ts.map +1 -0
- package/utils/namespace-defaults.js +1 -0
- package/utils/openExternalUrl.d.ts.map +1 -0
- package/utils/openExternalUrl.js +105 -0
- package/utils/owner-name.d.ts +2 -0
- package/utils/owner-name.d.ts.map +1 -0
- package/utils/owner-name.js +1 -0
- package/utils/rate-limiter.d.ts +2 -0
- package/utils/rate-limiter.d.ts.map +1 -0
- package/utils/rate-limiter.js +1 -0
- package/utils/serialise.d.ts +2 -0
- package/utils/serialise.d.ts.map +1 -0
- package/utils/serialise.js +1 -0
- package/utils/sql-compat.d.ts +2 -0
- package/utils/sql-compat.d.ts.map +1 -0
- package/utils/sql-compat.js +1 -0
- package/utils/streaming-text.d.ts +2 -0
- package/utils/streaming-text.d.ts.map +1 -0
- package/utils/streaming-text.js +1 -0
- package/utils/subscription-auth.d.ts +2 -0
- package/utils/subscription-auth.d.ts.map +1 -0
- package/utils/subscription-auth.js +1 -0
- package/utils/trajectory-format.d.ts +2 -0
- package/utils/trajectory-format.d.ts.map +1 -0
- package/utils/trajectory-format.js +1 -0
- package/utils/transient-fetch.d.ts +20 -0
- package/utils/transient-fetch.d.ts.map +1 -0
- package/utils/transient-fetch.js +36 -0
- package/utils/tts-debug.d.ts.map +1 -0
- package/utils/tts-debug.js +48 -0
- package/utils/workflow-executions.d.ts +26 -0
- package/utils/workflow-executions.d.ts.map +1 -0
- package/utils/workflow-executions.js +166 -0
- package/utils/workflow-json.d.ts.map +1 -0
- package/utils/workflow-json.js +137 -0
- package/view-recents.d.ts +6 -0
- package/view-recents.d.ts.map +1 -0
- package/view-recents.js +35 -0
- package/views/view-event-bus.d.ts +40 -0
- package/views/view-event-bus.d.ts.map +1 -0
- package/views/view-event-bus.js +94 -0
- package/views/view-event-types.d.ts +24 -0
- package/views/view-event-types.d.ts.map +1 -0
- package/views/view-event-types.js +22 -0
- package/views/view-interact-protocol.d.ts +39 -0
- package/views/view-interact-protocol.d.ts.map +1 -0
- package/views/view-interact-protocol.js +22 -0
- package/voice/audio-frame-diarization-harness.d.ts +38 -0
- package/voice/audio-frame-diarization-harness.d.ts.map +1 -0
- package/voice/audio-frame-diarization-harness.js +63 -0
- package/voice/audio-frame-pump.d.ts +68 -0
- package/voice/audio-frame-pump.d.ts.map +1 -0
- package/voice/audio-frame-pump.js +137 -0
- package/voice/character-voice-config.d.ts +11 -0
- package/voice/character-voice-config.d.ts.map +1 -0
- package/voice/character-voice-config.js +91 -0
- package/voice/emotion.d.ts +43 -0
- package/voice/emotion.d.ts.map +1 -0
- package/voice/emotion.js +131 -0
- package/voice/end-of-turn.d.ts +81 -0
- package/voice/end-of-turn.d.ts.map +1 -0
- package/voice/end-of-turn.js +224 -0
- package/voice/index.d.ts +11 -0
- package/voice/index.d.ts.map +1 -0
- package/voice/index.js +10 -0
- package/voice/jni-voice-harness.d.ts +52 -0
- package/voice/jni-voice-harness.d.ts.map +1 -0
- package/voice/jni-voice-harness.js +90 -0
- package/voice/jni-voice-pipeline.d.ts +103 -0
- package/voice/jni-voice-pipeline.d.ts.map +1 -0
- package/voice/jni-voice-pipeline.js +238 -0
- package/voice/local-asr-capture.d.ts +46 -0
- package/voice/local-asr-capture.d.ts.map +1 -0
- package/voice/local-asr-capture.js +238 -0
- package/voice/local-asr-transcribe.d.ts +42 -0
- package/voice/local-asr-transcribe.d.ts.map +1 -0
- package/voice/local-asr-transcribe.js +93 -0
- package/voice/should-respond.d.ts +36 -0
- package/voice/should-respond.d.ts.map +1 -0
- package/voice/should-respond.js +71 -0
- package/voice/transcript-session.d.ts +49 -0
- package/voice/transcript-session.d.ts.map +1 -0
- package/voice/transcript-session.js +136 -0
- package/voice/transcription-exit.d.ts +40 -0
- package/voice/transcription-exit.d.ts.map +1 -0
- package/voice/transcription-exit.js +114 -0
- package/voice/useVoiceConfig.d.ts +18 -0
- package/voice/useVoiceConfig.d.ts.map +1 -0
- package/voice/useVoiceConfig.js +79 -0
- package/voice/voice-capture-factory.d.ts +116 -0
- package/voice/voice-capture-factory.d.ts.map +1 -0
- package/voice/voice-capture-factory.js +328 -0
- package/voice/voice-chat-playback.d.ts +35 -0
- package/voice/voice-chat-playback.d.ts.map +1 -0
- package/voice/voice-chat-playback.js +217 -0
- package/voice/voice-chat-types.d.ts +321 -0
- package/voice/voice-chat-types.d.ts.map +1 -0
- package/voice/voice-chat-types.js +196 -0
- package/voice/voice-provider-defaults.d.ts +40 -0
- package/voice/voice-provider-defaults.d.ts.map +1 -0
- package/voice/voice-provider-defaults.js +46 -0
- package/voice/voice-selftest/VoiceSelfTestShell.d.ts +17 -0
- package/voice/voice-selftest/VoiceSelfTestShell.d.ts.map +1 -0
- package/voice/voice-selftest/VoiceSelfTestShell.js +130 -0
- package/voice/voice-selftest/fixtures/known-phrase.d.ts +3 -0
- package/voice/voice-selftest/fixtures/known-phrase.d.ts.map +1 -0
- package/voice/voice-selftest/fixtures/known-phrase.js +5 -0
- package/voice/voice-selftest/voice-selftest-harness.d.ts +66 -0
- package/voice/voice-selftest/voice-selftest-harness.d.ts.map +1 -0
- package/voice/voice-selftest/voice-selftest-harness.js +320 -0
- package/voice/voice-turn-signal.d.ts +27 -0
- package/voice/voice-turn-signal.d.ts.map +1 -0
- package/voice/voice-turn-signal.js +59 -0
- package/widgets/WidgetHost.constants.d.ts +2 -0
- package/widgets/WidgetHost.constants.d.ts.map +1 -0
- package/widgets/WidgetHost.constants.js +1 -0
- package/widgets/WidgetHost.d.ts +39 -0
- package/widgets/WidgetHost.d.ts.map +1 -0
- package/widgets/WidgetHost.js +75 -0
- package/widgets/index.d.ts +8 -0
- package/widgets/index.d.ts.map +1 -0
- package/widgets/index.js +4 -0
- package/widgets/registry-store.js +34 -0
- package/widgets/registry.d.ts +36 -0
- package/widgets/registry.d.ts.map +1 -0
- package/widgets/registry.js +165 -0
- package/widgets/types.js +1 -0
- package/widgets/useChatSidebarVisibility.js +54 -0
- package/widgets/visibility.d.ts +55 -0
- package/widgets/visibility.d.ts.map +1 -0
- package/widgets/visibility.js +89 -0
- package/dist/App.d.ts.map +0 -1
- package/dist/App.js +0 -593
- package/dist/api/agent-client-type-shim.d.ts +0 -106
- package/dist/api/agent-client-type-shim.d.ts.map +0 -1
- package/dist/api/android-native-agent-transport.d.ts +0 -21
- package/dist/api/android-native-agent-transport.d.ts.map +0 -1
- package/dist/api/android-native-agent-transport.js +0 -113
- package/dist/api/auth-client.d.ts.map +0 -1
- package/dist/api/auth-client.js +0 -286
- package/dist/api/client-agent.d.ts +0 -730
- package/dist/api/client-agent.d.ts.map +0 -1
- package/dist/api/client-agent.js +0 -1669
- package/dist/api/client-base.d.ts +0 -89
- package/dist/api/client-base.d.ts.map +0 -1
- package/dist/api/client-base.js +0 -827
- package/dist/api/client-browser-workspace.d.ts +0 -25
- package/dist/api/client-browser-workspace.d.ts.map +0 -1
- package/dist/api/client-chat.d.ts +0 -389
- package/dist/api/client-chat.d.ts.map +0 -1
- package/dist/api/client-chat.js +0 -601
- package/dist/api/client-cloud.d.ts +0 -292
- package/dist/api/client-cloud.d.ts.map +0 -1
- package/dist/api/client-cloud.js +0 -1395
- package/dist/api/client-computeruse.d.ts +0 -32
- package/dist/api/client-computeruse.d.ts.map +0 -1
- package/dist/api/client-local-inference.d.ts +0 -62
- package/dist/api/client-local-inference.d.ts.map +0 -1
- package/dist/api/client-local-inference.js +0 -87
- package/dist/api/client-skills.d.ts +0 -475
- package/dist/api/client-skills.d.ts.map +0 -1
- package/dist/api/client-skills.js +0 -608
- package/dist/api/client-types-babylon.d.ts +0 -254
- package/dist/api/client-types-babylon.d.ts.map +0 -1
- package/dist/api/client-types-babylon.js +0 -2
- package/dist/api/client-types-chat.d.ts +0 -562
- package/dist/api/client-types-chat.d.ts.map +0 -1
- package/dist/api/client-types-cloud.d.ts +0 -941
- package/dist/api/client-types-cloud.d.ts.map +0 -1
- package/dist/api/client-types-cloud.js +0 -57
- package/dist/api/client-types-config.d.ts +0 -613
- package/dist/api/client-types-config.d.ts.map +0 -1
- package/dist/api/client-types-core.d.ts +0 -438
- package/dist/api/client-types-core.d.ts.map +0 -1
- package/dist/api/client-types.d.ts +0 -9
- package/dist/api/client-types.d.ts.map +0 -1
- package/dist/api/client-types.js +0 -12
- package/dist/api/client-workflow.d.ts +0 -26
- package/dist/api/client-workflow.d.ts.map +0 -1
- package/dist/api/client-workflow.js +0 -70
- package/dist/api/client.d.ts +0 -39
- package/dist/api/client.d.ts.map +0 -1
- package/dist/api/client.js +0 -37
- package/dist/api/csrf-client.d.ts.map +0 -1
- package/dist/api/csrf-client.js +0 -70
- package/dist/api/desktop-http-transport.d.ts.map +0 -1
- package/dist/api/desktop-http-transport.js +0 -72
- package/dist/api/index.d.ts +0 -2
- package/dist/api/index.d.ts.map +0 -1
- package/dist/api/index.js +0 -1
- package/dist/api/ios-local-agent-kernel.d.ts.map +0 -1
- package/dist/api/ios-local-agent-kernel.js +0 -1938
- package/dist/api/ios-local-agent-transport.d.ts +0 -5
- package/dist/api/ios-local-agent-transport.d.ts.map +0 -1
- package/dist/api/ios-local-agent-transport.js +0 -28
- package/dist/api/ittp-agent-transport.d.ts +0 -14
- package/dist/api/ittp-agent-transport.d.ts.map +0 -1
- package/dist/api/ittp-agent-transport.js +0 -15
- package/dist/api/native-cloud-http-transport.d.ts.map +0 -1
- package/dist/api/native-cloud-http-transport.js +0 -75
- package/dist/api/request-timeout.d.ts.map +0 -1
- package/dist/api/request-timeout.js +0 -22
- package/dist/api/runtime-mode-client.d.ts.map +0 -1
- package/dist/api/transport.d.ts +0 -7
- package/dist/api/transport.d.ts.map +0 -1
- package/dist/api/transport.js +0 -5
- package/dist/app-shell-components.d.ts +0 -50
- package/dist/app-shell-components.d.ts.map +0 -1
- package/dist/app-shell-components.js +0 -48
- package/dist/app-shell-registry.d.ts +0 -29
- package/dist/app-shell-registry.d.ts.map +0 -1
- package/dist/app-shell-registry.js +0 -21
- package/dist/bridge/capacitor-bridge.d.ts.map +0 -1
- package/dist/bridge/capacitor-bridge.js +0 -195
- package/dist/bridge/electrobun-rpc.d.ts +0 -57
- package/dist/bridge/electrobun-rpc.d.ts.map +0 -1
- package/dist/bridge/electrobun-rpc.js +0 -87
- package/dist/bridge/electrobun-runtime.d.ts.map +0 -1
- package/dist/bridge/electrobun-runtime.js +0 -45
- package/dist/bridge/gateway-discovery.d.ts.map +0 -1
- package/dist/bridge/gateway-discovery.js +0 -49
- package/dist/bridge/native-plugins.d.ts +0 -504
- package/dist/bridge/native-plugins.d.ts.map +0 -1
- package/dist/bridge/native-plugins.js +0 -67
- package/dist/bridge/plugin-bridge.d.ts +0 -133
- package/dist/bridge/plugin-bridge.d.ts.map +0 -1
- package/dist/bridge/plugin-bridge.js +0 -241
- package/dist/bridge/storage-bridge.d.ts.map +0 -1
- package/dist/bridge/storage-bridge.js +0 -142
- package/dist/browser.d.ts +0 -72
- package/dist/browser.d.ts.map +0 -1
- package/dist/browser.js +0 -68
- package/dist/build-variant.d.ts +0 -16
- package/dist/build-variant.js +0 -31
- package/dist/chat/index.d.ts.map +0 -1
- package/dist/chat/index.js +0 -225
- package/dist/components/accounts/AccountCard.d.ts.map +0 -1
- package/dist/components/accounts/AccountCard.js +0 -159
- package/dist/components/accounts/AccountList.d.ts.map +0 -1
- package/dist/components/accounts/AccountList.js +0 -75
- package/dist/components/accounts/AddAccountDialog.d.ts.map +0 -1
- package/dist/components/accounts/AddAccountDialog.js +0 -396
- package/dist/components/accounts/EditableAccountLabel.d.ts.map +0 -1
- package/dist/components/accounts/EditableAccountLabel.js +0 -45
- package/dist/components/accounts/RotationStrategyPicker.d.ts.map +0 -1
- package/dist/components/accounts/RotationStrategyPicker.js +0 -45
- package/dist/components/apps/AppsCatalogGrid.d.ts +0 -14
- package/dist/components/apps/AppsCatalogGrid.d.ts.map +0 -1
- package/dist/components/apps/AppsCatalogGrid.js +0 -208
- package/dist/components/apps/AppsSidebar.d.ts.map +0 -1
- package/dist/components/apps/AppsSidebar.js +0 -98
- package/dist/components/apps/GameView.d.ts +0 -18
- package/dist/components/apps/GameView.d.ts.map +0 -1
- package/dist/components/apps/GameView.js +0 -1133
- package/dist/components/apps/GameViewOverlay.d.ts.map +0 -1
- package/dist/components/apps/GameViewOverlay.js +0 -120
- package/dist/components/apps/RunningAppsRow.js +0 -35
- package/dist/components/apps/app-identity.d.ts +0 -32
- package/dist/components/apps/app-identity.d.ts.map +0 -1
- package/dist/components/apps/app-identity.js +0 -182
- package/dist/components/apps/apps-cache.d.ts +0 -5
- package/dist/components/apps/apps-cache.d.ts.map +0 -1
- package/dist/components/apps/extensions/registry.d.ts +0 -12
- package/dist/components/apps/extensions/registry.js +0 -23
- package/dist/components/apps/extensions/surface.d.ts +0 -34
- package/dist/components/apps/extensions/surface.d.ts.map +0 -1
- package/dist/components/apps/extensions/surface.js +0 -96
- package/dist/components/apps/helpers.d.ts +0 -58
- package/dist/components/apps/helpers.d.ts.map +0 -1
- package/dist/components/apps/helpers.js +0 -379
- package/dist/components/apps/internal-tool-apps.d.ts.map +0 -1
- package/dist/components/apps/internal-tool-apps.js +0 -173
- package/dist/components/apps/load-apps-catalog.d.ts.map +0 -1
- package/dist/components/apps/load-apps-catalog.js +0 -67
- package/dist/components/apps/overlay-app-api.d.ts +0 -67
- package/dist/components/apps/overlay-app-api.d.ts.map +0 -1
- package/dist/components/apps/overlay-app-registry.d.ts +0 -55
- package/dist/components/apps/overlay-app-registry.d.ts.map +0 -1
- package/dist/components/apps/overlay-app-registry.js +0 -108
- package/dist/components/apps/surfaces/GameOperatorShell.d.ts +0 -47
- package/dist/components/apps/surfaces/GameOperatorShell.d.ts.map +0 -1
- package/dist/components/apps/surfaces/GameOperatorShell.js +0 -42
- package/dist/components/apps/surfaces/registry.d.ts +0 -11
- package/dist/components/apps/surfaces/registry.js +0 -23
- package/dist/components/apps/useRegistryCatalog.d.ts +0 -14
- package/dist/components/apps/useRegistryCatalog.d.ts.map +0 -1
- package/dist/components/apps/useRegistryCatalog.js +0 -52
- package/dist/components/apps/viewer-auth.d.ts +0 -7
- package/dist/components/apps/viewer-auth.d.ts.map +0 -1
- package/dist/components/apps/viewer-auth.js +0 -55
- package/dist/components/auth/LoginView.d.ts.map +0 -1
- package/dist/components/auth/LoginView.js +0 -62
- package/dist/components/character/CharacterEditor.d.ts.map +0 -1
- package/dist/components/character/CharacterEditor.js +0 -885
- package/dist/components/character/CharacterEditorPanels.d.ts.map +0 -1
- package/dist/components/character/CharacterEditorPanels.js +0 -250
- package/dist/components/character/CharacterExperienceWorkspace.d.ts.map +0 -1
- package/dist/components/character/CharacterExperienceWorkspace.js +0 -453
- package/dist/components/character/CharacterHubView.d.ts.map +0 -1
- package/dist/components/character/CharacterHubView.js +0 -695
- package/dist/components/character/CharacterLearnedSkillsSection.d.ts.map +0 -1
- package/dist/components/character/CharacterLearnedSkillsSection.js +0 -76
- package/dist/components/character/CharacterOverviewSection.d.ts +0 -27
- package/dist/components/character/CharacterOverviewSection.d.ts.map +0 -1
- package/dist/components/character/CharacterOverviewSection.js +0 -36
- package/dist/components/character/CharacterPersonalityTimeline.js +0 -33
- package/dist/components/character/CharacterRelationshipsSection.d.ts +0 -7
- package/dist/components/character/CharacterRelationshipsSection.d.ts.map +0 -1
- package/dist/components/character/CharacterRelationshipsSection.js +0 -4
- package/dist/components/character/CharacterRoster.d.ts +0 -32
- package/dist/components/character/CharacterRoster.d.ts.map +0 -1
- package/dist/components/character/CharacterRoster.js +0 -111
- package/dist/components/character/MusicLibraryCharacterWidget.js +0 -27
- package/dist/components/character/character-editor-helpers.d.ts +0 -42
- package/dist/components/character/character-editor-helpers.d.ts.map +0 -1
- package/dist/components/character/character-editor-helpers.js +0 -58
- package/dist/components/chat/AccountRequiredCard.d.ts +0 -19
- package/dist/components/chat/AccountRequiredCard.d.ts.map +0 -1
- package/dist/components/chat/AccountRequiredCard.js +0 -35
- package/dist/components/chat/AgentActivityBox.js +0 -33
- package/dist/components/chat/AppsSection.d.ts.map +0 -1
- package/dist/components/chat/AppsSection.js +0 -198
- package/dist/components/chat/ConnectorAccountPicker.d.ts.map +0 -1
- package/dist/components/chat/ConnectorAccountPicker.js +0 -65
- package/dist/components/chat/MessageContent.d.ts +0 -42
- package/dist/components/chat/MessageContent.d.ts.map +0 -1
- package/dist/components/chat/MessageContent.js +0 -808
- package/dist/components/chat/SaveCommandModal.js +0 -59
- package/dist/components/chat/TasksEventsPanel.d.ts +0 -30
- package/dist/components/chat/TasksEventsPanel.d.ts.map +0 -1
- package/dist/components/chat/TasksEventsPanel.js +0 -139
- package/dist/components/chat/WidgetVisibilityPanel.d.ts +0 -25
- package/dist/components/chat/WidgetVisibilityPanel.d.ts.map +0 -1
- package/dist/components/chat/WidgetVisibilityPanel.js +0 -30
- package/dist/components/chat/message-choice-parser.d.ts +0 -20
- package/dist/components/chat/message-choice-parser.d.ts.map +0 -1
- package/dist/components/chat/message-choice-parser.js +0 -53
- package/dist/components/chat/widgets/ChoiceWidget.d.ts +0 -24
- package/dist/components/chat/widgets/ChoiceWidget.d.ts.map +0 -1
- package/dist/components/chat/widgets/ChoiceWidget.js +0 -38
- package/dist/components/chat/widgets/agent-orchestrator.d.ts.map +0 -1
- package/dist/components/chat/widgets/agent-orchestrator.js +0 -273
- package/dist/components/chat/widgets/browser-status.d.ts +0 -14
- package/dist/components/chat/widgets/browser-status.d.ts.map +0 -1
- package/dist/components/chat/widgets/browser-status.js +0 -109
- package/dist/components/chat/widgets/music-player.d.ts +0 -4
- package/dist/components/chat/widgets/music-player.d.ts.map +0 -1
- package/dist/components/chat/widgets/music-player.js +0 -133
- package/dist/components/chat/widgets/registry.d.ts +0 -8
- package/dist/components/chat/widgets/registry.d.ts.map +0 -1
- package/dist/components/chat/widgets/registry.js +0 -7
- package/dist/components/chat/widgets/shared.js +0 -8
- package/dist/components/chat/widgets/todo.d.ts.map +0 -1
- package/dist/components/chat/widgets/todo.js +0 -109
- package/dist/components/cloud/CloudSourceControls.d.ts.map +0 -1
- package/dist/components/cloud/CloudSourceControls.js +0 -19
- package/dist/components/cloud/CloudStatusBadge.d.ts +0 -33
- package/dist/components/cloud/CloudStatusBadge.d.ts.map +0 -1
- package/dist/components/cloud/CloudStatusBadge.js +0 -98
- package/dist/components/cloud/FlaminaGuide.d.ts.map +0 -1
- package/dist/components/cloud/FlaminaGuide.js +0 -86
- package/dist/components/cloud/StripeEmbeddedCheckout.js +0 -101
- package/dist/components/companion/injected.d.ts +0 -9
- package/dist/components/companion/injected.d.ts.map +0 -1
- package/dist/components/companion/injected.js +0 -22
- package/dist/components/composites/chat/chat-attachment-strip.d.ts.map +0 -1
- package/dist/components/composites/chat/chat-attachment-strip.js +0 -8
- package/dist/components/composites/chat/chat-bubble.d.ts.map +0 -1
- package/dist/components/composites/chat/chat-bubble.js +0 -7
- package/dist/components/composites/chat/chat-composer-shell.js +0 -25
- package/dist/components/composites/chat/chat-composer.d.ts +0 -45
- package/dist/components/composites/chat/chat-composer.d.ts.map +0 -1
- package/dist/components/composites/chat/chat-composer.js +0 -297
- package/dist/components/composites/chat/chat-conversation-item.d.ts.map +0 -1
- package/dist/components/composites/chat/chat-conversation-item.js +0 -118
- package/dist/components/composites/chat/chat-empty-state.js +0 -8
- package/dist/components/composites/chat/chat-message-actions.js +0 -10
- package/dist/components/composites/chat/chat-message.d.ts +0 -18
- package/dist/components/composites/chat/chat-message.d.ts.map +0 -1
- package/dist/components/composites/chat/chat-message.js +0 -267
- package/dist/components/composites/chat/chat-sidebar.d.ts +0 -54
- package/dist/components/composites/chat/chat-sidebar.d.ts.map +0 -1
- package/dist/components/composites/chat/chat-sidebar.js +0 -64
- package/dist/components/composites/chat/chat-source.d.ts +0 -23
- package/dist/components/composites/chat/chat-source.d.ts.map +0 -1
- package/dist/components/composites/chat/chat-source.js +0 -60
- package/dist/components/composites/chat/chat-transcript.d.ts.map +0 -1
- package/dist/components/composites/chat/chat-transcript.js +0 -88
- package/dist/components/composites/chat/chat-types.d.ts +0 -91
- package/dist/components/composites/chat/chat-types.d.ts.map +0 -1
- package/dist/components/composites/chat/chat-typing-indicator.js +0 -10
- package/dist/components/composites/chat/create-task-popover.d.ts +0 -13
- package/dist/components/composites/chat/create-task-popover.d.ts.map +0 -1
- package/dist/components/composites/chat/create-task-popover.js +0 -44
- package/dist/components/composites/chat/index.d.ts +0 -18
- package/dist/components/composites/chat/index.d.ts.map +0 -1
- package/dist/components/composites/chat/index.js +0 -17
- package/dist/components/composites/chat/permission-card.d.ts +0 -85
- package/dist/components/composites/chat/permission-card.d.ts.map +0 -1
- package/dist/components/composites/chat/permission-card.js +0 -159
- package/dist/components/composites/index.d.ts +0 -26
- package/dist/components/composites/index.d.ts.map +0 -1
- package/dist/components/composites/index.js +0 -25
- package/dist/components/composites/page-panel/index.d.ts +0 -29
- package/dist/components/composites/page-panel/index.d.ts.map +0 -1
- package/dist/components/composites/page-panel/index.js +0 -28
- package/dist/components/composites/page-panel/page-panel-collapsible-section.js +0 -60
- package/dist/components/composites/page-panel/page-panel-empty.js +0 -15
- package/dist/components/composites/page-panel/page-panel-header.d.ts.map +0 -1
- package/dist/components/composites/page-panel/page-panel-header.js +0 -30
- package/dist/components/composites/page-panel/page-panel-loading.js +0 -13
- package/dist/components/composites/page-panel/page-panel-root.d.ts +0 -7
- package/dist/components/composites/page-panel/page-panel-root.d.ts.map +0 -1
- package/dist/components/composites/page-panel/page-panel-root.js +0 -17
- package/dist/components/composites/page-panel/page-panel-types.d.ts +0 -66
- package/dist/components/composites/page-panel/page-panel-types.d.ts.map +0 -1
- package/dist/components/composites/search/index.d.ts +0 -3
- package/dist/components/composites/search/index.d.ts.map +0 -1
- package/dist/components/composites/search/index.js +0 -2
- package/dist/components/composites/search/search-input.d.ts +0 -11
- package/dist/components/composites/search/search-input.d.ts.map +0 -1
- package/dist/components/composites/search/search-input.js +0 -10
- package/dist/components/composites/search/searchbar.d.ts +0 -18
- package/dist/components/composites/search/searchbar.d.ts.map +0 -1
- package/dist/components/composites/search/searchbar.js +0 -25
- package/dist/components/composites/sidebar/index.d.ts +0 -11
- package/dist/components/composites/sidebar/index.d.ts.map +0 -1
- package/dist/components/composites/sidebar/index.js +0 -10
- package/dist/components/composites/sidebar/sidebar-content.d.ts.map +0 -1
- package/dist/components/composites/sidebar/sidebar-content.js +0 -94
- package/dist/components/composites/sidebar/sidebar-filter-bar.d.ts +0 -3
- package/dist/components/composites/sidebar/sidebar-filter-bar.d.ts.map +0 -1
- package/dist/components/composites/sidebar/sidebar-filter-bar.js +0 -14
- package/dist/components/composites/sidebar/sidebar-header.d.ts +0 -9
- package/dist/components/composites/sidebar/sidebar-header.d.ts.map +0 -1
- package/dist/components/composites/sidebar/sidebar-root.d.ts.map +0 -1
- package/dist/components/composites/sidebar/sidebar-root.js +0 -491
- package/dist/components/composites/sidebar/sidebar-types.d.ts +0 -77
- package/dist/components/composites/sidebar/sidebar-types.d.ts.map +0 -1
- package/dist/components/composites/skills/skill-sidebar-item.js +0 -7
- package/dist/components/composites/trajectories/trajectory-cache-stats.js +0 -5
- package/dist/components/composites/trajectories/trajectory-code-block.js +0 -13
- package/dist/components/composites/trajectories/trajectory-context-diff-list.js +0 -9
- package/dist/components/composites/trajectories/trajectory-event-timeline.js +0 -21
- package/dist/components/composites/trajectories/trajectory-llm-call-card.d.ts +0 -34
- package/dist/components/composites/trajectories/trajectory-llm-call-card.d.ts.map +0 -1
- package/dist/components/composites/trajectories/trajectory-llm-call-card.js +0 -14
- package/dist/components/composites/trajectories/trajectory-pipeline-graph.js +0 -46
- package/dist/components/config-ui/config-control-primitives.d.ts +0 -14
- package/dist/components/config-ui/config-control-primitives.d.ts.map +0 -1
- package/dist/components/config-ui/config-control-primitives.js +0 -22
- package/dist/components/config-ui/config-field.d.ts +0 -58
- package/dist/components/config-ui/config-field.d.ts.map +0 -1
- package/dist/components/config-ui/config-field.js +0 -874
- package/dist/components/config-ui/config-renderer.d.ts +0 -164
- package/dist/components/config-ui/config-renderer.d.ts.map +0 -1
- package/dist/components/config-ui/config-renderer.js +0 -396
- package/dist/components/config-ui/index.d.ts +0 -5
- package/dist/components/config-ui/index.d.ts.map +0 -1
- package/dist/components/config-ui/index.js +0 -4
- package/dist/components/config-ui/ui-renderer.d.ts +0 -15
- package/dist/components/config-ui/ui-renderer.d.ts.map +0 -1
- package/dist/components/config-ui/ui-renderer.js +0 -826
- package/dist/components/connectors/BlueBubblesStatusPanel.d.ts.map +0 -1
- package/dist/components/connectors/BlueBubblesStatusPanel.js +0 -61
- package/dist/components/connectors/ConnectorAccountAuditList.d.ts.map +0 -1
- package/dist/components/connectors/ConnectorAccountAuditList.js +0 -58
- package/dist/components/connectors/ConnectorAccountCard.d.ts.map +0 -1
- package/dist/components/connectors/ConnectorAccountCard.js +0 -80
- package/dist/components/connectors/ConnectorAccountList.d.ts +0 -13
- package/dist/components/connectors/ConnectorAccountList.d.ts.map +0 -1
- package/dist/components/connectors/ConnectorAccountList.js +0 -82
- package/dist/components/connectors/ConnectorAccountPrivacySelector.d.ts.map +0 -1
- package/dist/components/connectors/ConnectorAccountPrivacySelector.js +0 -66
- package/dist/components/connectors/ConnectorAccountPurposeSelector.d.ts.map +0 -1
- package/dist/components/connectors/ConnectorAccountPurposeSelector.js +0 -51
- package/dist/components/connectors/ConnectorAccountSetupScope.d.ts.map +0 -1
- package/dist/components/connectors/ConnectorAccountSetupScope.js +0 -25
- package/dist/components/connectors/ConnectorModeSelector.d.ts +0 -37
- package/dist/components/connectors/ConnectorModeSelector.d.ts.map +0 -1
- package/dist/components/connectors/ConnectorModeSelector.js +0 -257
- package/dist/components/connectors/ConnectorSetupPanel.d.ts +0 -12
- package/dist/components/connectors/ConnectorSetupPanel.d.ts.map +0 -1
- package/dist/components/connectors/ConnectorSetupPanel.js +0 -110
- package/dist/components/connectors/DiscordLocalConnectorPanel.d.ts.map +0 -1
- package/dist/components/connectors/DiscordLocalConnectorPanel.js +0 -249
- package/dist/components/connectors/IMessageStatusPanel.d.ts.map +0 -1
- package/dist/components/connectors/IMessageStatusPanel.js +0 -63
- package/dist/components/connectors/SignalQrOverlay.d.ts.map +0 -1
- package/dist/components/connectors/SignalQrOverlay.js +0 -64
- package/dist/components/connectors/TelegramAccountConnectorPanel.d.ts.map +0 -1
- package/dist/components/connectors/TelegramAccountConnectorPanel.js +0 -202
- package/dist/components/connectors/TelegramBotSetupPanel.d.ts.map +0 -1
- package/dist/components/connectors/TelegramBotSetupPanel.js +0 -81
- package/dist/components/connectors/WhatsAppQrOverlay.d.ts.map +0 -1
- package/dist/components/connectors/WhatsAppQrOverlay.js +0 -54
- package/dist/components/conversations/ConversationRenameDialog.js +0 -46
- package/dist/components/conversations/ConversationsSidebar.d.ts.map +0 -1
- package/dist/components/conversations/ConversationsSidebar.js +0 -557
- package/dist/components/conversations/conversation-sidebar-model.d.ts.map +0 -1
- package/dist/components/conversations/conversation-sidebar-model.js +0 -343
- package/dist/components/conversations/conversation-utils.d.ts +0 -9
- package/dist/components/conversations/conversation-utils.d.ts.map +0 -1
- package/dist/components/conversations/conversation-utils.js +0 -144
- package/dist/components/custom-actions/CustomActionEditor.d.ts.map +0 -1
- package/dist/components/custom-actions/CustomActionEditor.js +0 -385
- package/dist/components/custom-actions/CustomActionsPanel.d.ts.map +0 -1
- package/dist/components/custom-actions/CustomActionsPanel.js +0 -158
- package/dist/components/custom-actions/CustomActionsView.d.ts.map +0 -1
- package/dist/components/custom-actions/CustomActionsView.js +0 -144
- package/dist/components/custom-actions/custom-action-form.d.ts +0 -44
- package/dist/components/custom-actions/custom-action-form.d.ts.map +0 -1
- package/dist/components/custom-actions/custom-action-form.js +0 -237
- package/dist/components/index.d.ts +0 -109
- package/dist/components/index.d.ts.map +0 -1
- package/dist/components/index.js +0 -110
- package/dist/components/local-inference/ActiveModelBar.d.ts.map +0 -1
- package/dist/components/local-inference/ActiveModelBar.js +0 -19
- package/dist/components/local-inference/DeviceBridgeStatus.d.ts +0 -2
- package/dist/components/local-inference/DeviceBridgeStatus.d.ts.map +0 -1
- package/dist/components/local-inference/DeviceBridgeStatus.js +0 -39
- package/dist/components/local-inference/DevicesPanel.d.ts +0 -8
- package/dist/components/local-inference/DevicesPanel.d.ts.map +0 -1
- package/dist/components/local-inference/DevicesPanel.js +0 -44
- package/dist/components/local-inference/DownloadProgress.d.ts.map +0 -1
- package/dist/components/local-inference/DownloadProgress.js +0 -8
- package/dist/components/local-inference/DownloadQueue.d.ts.map +0 -1
- package/dist/components/local-inference/DownloadQueue.js +0 -21
- package/dist/components/local-inference/FirstRunOffer.d.ts +0 -11
- package/dist/components/local-inference/FirstRunOffer.d.ts.map +0 -1
- package/dist/components/local-inference/FirstRunOffer.js +0 -39
- package/dist/components/local-inference/HardwareBadge.d.ts.map +0 -1
- package/dist/components/local-inference/HardwareBadge.js +0 -10
- package/dist/components/local-inference/HuggingFaceSearch.d.ts +0 -22
- package/dist/components/local-inference/HuggingFaceSearch.d.ts.map +0 -1
- package/dist/components/local-inference/HuggingFaceSearch.js +0 -68
- package/dist/components/local-inference/LocalInferencePanel.d.ts.map +0 -1
- package/dist/components/local-inference/LocalInferencePanel.js +0 -225
- package/dist/components/local-inference/ModelCard.d.ts +0 -20
- package/dist/components/local-inference/ModelCard.d.ts.map +0 -1
- package/dist/components/local-inference/ModelCard.js +0 -21
- package/dist/components/local-inference/ModelHubView.d.ts.map +0 -1
- package/dist/components/local-inference/ModelHubView.js +0 -40
- package/dist/components/local-inference/ProvidersList.d.ts.map +0 -1
- package/dist/components/local-inference/ProvidersList.js +0 -51
- package/dist/components/local-inference/RoutingMatrix.d.ts.map +0 -1
- package/dist/components/local-inference/RoutingMatrix.js +0 -98
- package/dist/components/local-inference/SlotAssignments.d.ts.map +0 -1
- package/dist/components/local-inference/SlotAssignments.js +0 -48
- package/dist/components/local-inference/hub-utils.d.ts +0 -27
- package/dist/components/local-inference/hub-utils.d.ts.map +0 -1
- package/dist/components/local-inference/hub-utils.js +0 -87
- package/dist/components/onboarding/BootstrapStep.d.ts +0 -35
- package/dist/components/onboarding/BootstrapStep.d.ts.map +0 -1
- package/dist/components/onboarding/BootstrapStep.js +0 -151
- package/dist/components/onboarding/PasswordSetupStep.d.ts +0 -28
- package/dist/components/onboarding/PasswordSetupStep.d.ts.map +0 -1
- package/dist/components/onboarding/PasswordSetupStep.js +0 -82
- package/dist/components/onboarding/onboarding-form-primitives.d.ts +0 -54
- package/dist/components/onboarding/onboarding-form-primitives.d.ts.map +0 -1
- package/dist/components/onboarding/onboarding-form-primitives.js +0 -55
- package/dist/components/onboarding/onboarding-step-chrome.d.ts +0 -40
- package/dist/components/onboarding/onboarding-step-chrome.d.ts.map +0 -1
- package/dist/components/onboarding/onboarding-step-chrome.js +0 -74
- package/dist/components/pages/AppDetailsView.d.ts +0 -34
- package/dist/components/pages/AppDetailsView.d.ts.map +0 -1
- package/dist/components/pages/AppDetailsView.js +0 -350
- package/dist/components/pages/AppsPageView.d.ts.map +0 -1
- package/dist/components/pages/AppsPageView.js +0 -58
- package/dist/components/pages/AppsView.d.ts +0 -3
- package/dist/components/pages/AppsView.d.ts.map +0 -1
- package/dist/components/pages/AppsView.js +0 -840
- package/dist/components/pages/AutomationsChatPane.d.ts +0 -19
- package/dist/components/pages/AutomationsChatPane.d.ts.map +0 -1
- package/dist/components/pages/AutomationsChatPane.js +0 -15
- package/dist/components/pages/AutomationsFeed.d.ts +0 -38
- package/dist/components/pages/AutomationsFeed.d.ts.map +0 -1
- package/dist/components/pages/AutomationsFeed.js +0 -278
- package/dist/components/pages/BrowserWorkspaceView.d.ts +0 -17
- package/dist/components/pages/BrowserWorkspaceView.d.ts.map +0 -1
- package/dist/components/pages/BrowserWorkspaceView.js +0 -1570
- package/dist/components/pages/ChatModalView.d.ts +0 -13
- package/dist/components/pages/ChatModalView.d.ts.map +0 -1
- package/dist/components/pages/ChatModalView.js +0 -17
- package/dist/components/pages/ChatPanelLayout.d.ts +0 -11
- package/dist/components/pages/ChatPanelLayout.d.ts.map +0 -1
- package/dist/components/pages/ChatPanelLayout.js +0 -37
- package/dist/components/pages/ChatView.d.ts +0 -24
- package/dist/components/pages/ChatView.d.ts.map +0 -1
- package/dist/components/pages/ChatView.js +0 -630
- package/dist/components/pages/ConfigPageView.d.ts.map +0 -1
- package/dist/components/pages/ConfigPageView.js +0 -297
- package/dist/components/pages/ConnectorsPageView.d.ts +0 -8
- package/dist/components/pages/ConnectorsPageView.d.ts.map +0 -1
- package/dist/components/pages/ConnectorsPageView.js +0 -8
- package/dist/components/pages/DatabasePageView.d.ts.map +0 -1
- package/dist/components/pages/DatabasePageView.js +0 -33
- package/dist/components/pages/DatabaseView.d.ts.map +0 -1
- package/dist/components/pages/DatabaseView.js +0 -247
- package/dist/components/pages/DocumentsView.d.ts +0 -12
- package/dist/components/pages/DocumentsView.d.ts.map +0 -1
- package/dist/components/pages/DocumentsView.js +0 -660
- package/dist/components/pages/ElizaCloudDashboard.d.ts.map +0 -1
- package/dist/components/pages/ElizaCloudDashboard.js +0 -486
- package/dist/components/pages/ElizaOsAppsView.d.ts.map +0 -1
- package/dist/components/pages/ElizaOsAppsView.js +0 -618
- package/dist/components/pages/HeartbeatForm.d.ts.map +0 -1
- package/dist/components/pages/HeartbeatForm.js +0 -215
- package/dist/components/pages/HeartbeatsView.d.ts.map +0 -1
- package/dist/components/pages/HeartbeatsView.js +0 -399
- package/dist/components/pages/HomePlaceholderView.d.ts +0 -16
- package/dist/components/pages/HomePlaceholderView.d.ts.map +0 -1
- package/dist/components/pages/HomePlaceholderView.js +0 -17
- package/dist/components/pages/LogsView.d.ts.map +0 -1
- package/dist/components/pages/LogsView.js +0 -90
- package/dist/components/pages/MediaGalleryView.d.ts.map +0 -1
- package/dist/components/pages/MediaGalleryView.js +0 -273
- package/dist/components/pages/MemoryDetailPanel.d.ts.map +0 -1
- package/dist/components/pages/MemoryDetailPanel.js +0 -17
- package/dist/components/pages/MemoryViewerView.d.ts.map +0 -1
- package/dist/components/pages/MemoryViewerView.js +0 -234
- package/dist/components/pages/PageScopedChatPane.d.ts +0 -51
- package/dist/components/pages/PageScopedChatPane.d.ts.map +0 -1
- package/dist/components/pages/PageScopedChatPane.js +0 -586
- package/dist/components/pages/PluginCard.d.ts +0 -36
- package/dist/components/pages/PluginCard.d.ts.map +0 -1
- package/dist/components/pages/PluginCard.js +0 -128
- package/dist/components/pages/PluginConfigForm.d.ts +0 -29
- package/dist/components/pages/PluginConfigForm.d.ts.map +0 -1
- package/dist/components/pages/PluginConfigForm.js +0 -133
- package/dist/components/pages/PluginsPageView.d.ts.map +0 -1
- package/dist/components/pages/PluginsPageView.js +0 -5
- package/dist/components/pages/PluginsView.d.ts +0 -11
- package/dist/components/pages/PluginsView.d.ts.map +0 -1
- package/dist/components/pages/PluginsView.js +0 -813
- package/dist/components/pages/RelationshipsGraphPanel.d.ts.map +0 -1
- package/dist/components/pages/RelationshipsGraphPanel.js +0 -696
- package/dist/components/pages/RelationshipsIdentityCluster.js +0 -17
- package/dist/components/pages/RelationshipsView.d.ts.map +0 -1
- package/dist/components/pages/RelationshipsView.js +0 -5
- package/dist/components/pages/ReleaseCenterView.d.ts.map +0 -1
- package/dist/components/pages/ReleaseCenterView.js +0 -216
- package/dist/components/pages/RuntimeView.d.ts.map +0 -1
- package/dist/components/pages/RuntimeView.js +0 -283
- package/dist/components/pages/SecretsView.d.ts.map +0 -1
- package/dist/components/pages/SecretsView.js +0 -245
- package/dist/components/pages/SettingsView.d.ts +0 -6
- package/dist/components/pages/SettingsView.d.ts.map +0 -1
- package/dist/components/pages/SettingsView.js +0 -526
- package/dist/components/pages/SkillsView.d.ts.map +0 -1
- package/dist/components/pages/SkillsView.js +0 -205
- package/dist/components/pages/SqlEditorPanel.d.ts.map +0 -1
- package/dist/components/pages/SqlEditorPanel.js +0 -19
- package/dist/components/pages/StreamView.d.ts.map +0 -1
- package/dist/components/pages/StreamView.js +0 -113
- package/dist/components/pages/TaskEditor.d.ts +0 -39
- package/dist/components/pages/TaskEditor.d.ts.map +0 -1
- package/dist/components/pages/TaskEditor.js +0 -71
- package/dist/components/pages/TasksPageView.d.ts +0 -2
- package/dist/components/pages/TasksPageView.d.ts.map +0 -1
- package/dist/components/pages/TasksPageView.js +0 -10
- package/dist/components/pages/TrajectoriesView.d.ts.map +0 -1
- package/dist/components/pages/TrajectoriesView.js +0 -282
- package/dist/components/pages/TrajectoryDetailView.d.ts.map +0 -1
- package/dist/components/pages/TrajectoryDetailView.js +0 -410
- package/dist/components/pages/VectorBrowserView.d.ts +0 -13
- package/dist/components/pages/VectorBrowserView.d.ts.map +0 -1
- package/dist/components/pages/VectorBrowserView.js +0 -863
- package/dist/components/pages/WorkflowEditor.d.ts +0 -26
- package/dist/components/pages/WorkflowEditor.d.ts.map +0 -1
- package/dist/components/pages/WorkflowEditor.js +0 -156
- package/dist/components/pages/WorkflowGraphViewer.d.ts.map +0 -1
- package/dist/components/pages/WorkflowGraphViewer.js +0 -378
- package/dist/components/pages/browser-workspace-wallet.d.ts +0 -80
- package/dist/components/pages/browser-workspace-wallet.d.ts.map +0 -1
- package/dist/components/pages/browser-workspace-wallet.js +0 -135
- package/dist/components/pages/chat-view-hooks.d.ts +0 -65
- package/dist/components/pages/chat-view-hooks.d.ts.map +0 -1
- package/dist/components/pages/chat-view-hooks.js +0 -531
- package/dist/components/pages/config-page-sections.d.ts +0 -86
- package/dist/components/pages/config-page-sections.d.ts.map +0 -1
- package/dist/components/pages/config-page-sections.js +0 -205
- package/dist/components/pages/database-utils.d.ts +0 -30
- package/dist/components/pages/database-utils.d.ts.map +0 -1
- package/dist/components/pages/database-utils.js +0 -133
- package/dist/components/pages/documents-detail.d.ts +0 -9
- package/dist/components/pages/documents-detail.d.ts.map +0 -1
- package/dist/components/pages/documents-detail.js +0 -168
- package/dist/components/pages/documents-upload.d.ts +0 -31
- package/dist/components/pages/documents-upload.d.ts.map +0 -1
- package/dist/components/pages/documents-upload.js +0 -178
- package/dist/components/pages/heartbeat-utils.d.ts +0 -105
- package/dist/components/pages/heartbeat-utils.d.ts.map +0 -1
- package/dist/components/pages/heartbeat-utils.js +0 -368
- package/dist/components/pages/page-scoped-conversations.js +0 -271
- package/dist/components/pages/plugin-list-utils.d.ts +0 -67
- package/dist/components/pages/plugin-list-utils.d.ts.map +0 -1
- package/dist/components/pages/plugin-list-utils.js +0 -665
- package/dist/components/pages/plugin-view-connectors.d.ts.map +0 -1
- package/dist/components/pages/plugin-view-connectors.js +0 -371
- package/dist/components/pages/plugin-view-dialogs.d.ts.map +0 -1
- package/dist/components/pages/plugin-view-dialogs.js +0 -63
- package/dist/components/pages/plugin-view-modal.d.ts.map +0 -1
- package/dist/components/pages/plugin-view-modal.js +0 -29
- package/dist/components/pages/plugin-view-sidebar.d.ts +0 -36
- package/dist/components/pages/plugin-view-sidebar.d.ts.map +0 -1
- package/dist/components/pages/plugin-view-sidebar.js +0 -42
- package/dist/components/pages/relationships/RelationshipsActivityFeed.d.ts.map +0 -1
- package/dist/components/pages/relationships/RelationshipsActivityFeed.js +0 -85
- package/dist/components/pages/relationships/RelationshipsCandidateMergesPanel.d.ts.map +0 -1
- package/dist/components/pages/relationships/RelationshipsCandidateMergesPanel.js +0 -73
- package/dist/components/pages/relationships/RelationshipsPersonPanels.d.ts.map +0 -1
- package/dist/components/pages/relationships/RelationshipsPersonPanels.js +0 -319
- package/dist/components/pages/relationships/RelationshipsSidebar.d.ts +0 -10
- package/dist/components/pages/relationships/RelationshipsSidebar.d.ts.map +0 -1
- package/dist/components/pages/relationships/RelationshipsSidebar.js +0 -16
- package/dist/components/pages/relationships/RelationshipsWorkspaceView.d.ts.map +0 -1
- package/dist/components/pages/relationships/RelationshipsWorkspaceView.js +0 -130
- package/dist/components/pages/skill-detail-panel.d.ts.map +0 -1
- package/dist/components/pages/skill-detail-panel.js +0 -161
- package/dist/components/pages/skill-marketplace.d.ts.map +0 -1
- package/dist/components/pages/skill-marketplace.js +0 -114
- package/dist/components/pages/useBrowserWorkspaceWalletBridge.d.ts +0 -43
- package/dist/components/pages/useBrowserWorkspaceWalletBridge.d.ts.map +0 -1
- package/dist/components/pages/useBrowserWorkspaceWalletBridge.js +0 -362
- package/dist/components/permissions/PermissionIcon.d.ts.map +0 -1
- package/dist/components/permissions/PermissionIcon.js +0 -13
- package/dist/components/permissions/StreamingPermissions.d.ts +0 -21
- package/dist/components/permissions/StreamingPermissions.d.ts.map +0 -1
- package/dist/components/permissions/StreamingPermissions.js +0 -255
- package/dist/components/plugins/showcase-data.d.ts.map +0 -1
- package/dist/components/plugins/showcase-data.js +0 -461
- package/dist/components/policy-controls/ApprovedAddressesSection.d.ts +0 -7
- package/dist/components/policy-controls/ApprovedAddressesSection.d.ts.map +0 -1
- package/dist/components/policy-controls/ApprovedAddressesSection.js +0 -74
- package/dist/components/policy-controls/AutoApproveSection.d.ts +0 -7
- package/dist/components/policy-controls/AutoApproveSection.d.ts.map +0 -1
- package/dist/components/policy-controls/AutoApproveSection.js +0 -14
- package/dist/components/policy-controls/PolicyToggle.d.ts.map +0 -1
- package/dist/components/policy-controls/PolicyToggle.js +0 -12
- package/dist/components/policy-controls/RateLimitSection.d.ts +0 -7
- package/dist/components/policy-controls/RateLimitSection.d.ts.map +0 -1
- package/dist/components/policy-controls/RateLimitSection.js +0 -11
- package/dist/components/policy-controls/SpendingLimitSection.d.ts +0 -7
- package/dist/components/policy-controls/SpendingLimitSection.d.ts.map +0 -1
- package/dist/components/policy-controls/SpendingLimitSection.js +0 -15
- package/dist/components/policy-controls/TimeWindowSection.d.ts +0 -7
- package/dist/components/policy-controls/TimeWindowSection.d.ts.map +0 -1
- package/dist/components/policy-controls/TimeWindowSection.js +0 -40
- package/dist/components/policy-controls/index.d.ts +0 -10
- package/dist/components/policy-controls/index.d.ts.map +0 -1
- package/dist/components/policy-controls/index.js +0 -9
- package/dist/components/policy-controls/types.js +0 -7
- package/dist/components/primitives/index.d.ts +0 -24
- package/dist/components/primitives/index.d.ts.map +0 -1
- package/dist/components/primitives/index.js +0 -23
- package/dist/components/release-center/sections.d.ts.map +0 -1
- package/dist/components/release-center/sections.js +0 -79
- package/dist/components/release-center/shared.d.ts +0 -13
- package/dist/components/release-center/shared.d.ts.map +0 -1
- package/dist/components/release-center/shared.js +0 -38
- package/dist/components/settings/ApiKeyConfig.d.ts +0 -36
- package/dist/components/settings/ApiKeyConfig.d.ts.map +0 -1
- package/dist/components/settings/ApiKeyConfig.js +0 -148
- package/dist/components/settings/AppearanceSettingsSection.d.ts.map +0 -1
- package/dist/components/settings/AppearanceSettingsSection.js +0 -253
- package/dist/components/settings/AppsManagementSection.d.ts +0 -12
- package/dist/components/settings/AppsManagementSection.d.ts.map +0 -1
- package/dist/components/settings/AppsManagementSection.js +0 -285
- package/dist/components/settings/CapabilitiesSection.d.ts.map +0 -1
- package/dist/components/settings/CapabilitiesSection.js +0 -97
- package/dist/components/settings/CloudInstancePanel.d.ts +0 -2
- package/dist/components/settings/CloudInstancePanel.d.ts.map +0 -1
- package/dist/components/settings/CloudInstancePanel.js +0 -48
- package/dist/components/settings/DesktopWorkspaceSection.d.ts +0 -7
- package/dist/components/settings/DesktopWorkspaceSection.d.ts.map +0 -1
- package/dist/components/settings/DesktopWorkspaceSection.js +0 -503
- package/dist/components/settings/IdentitySettingsSection.d.ts.map +0 -1
- package/dist/components/settings/IdentitySettingsSection.js +0 -310
- package/dist/components/settings/PermissionsSection.d.ts.map +0 -1
- package/dist/components/settings/PermissionsSection.js +0 -156
- package/dist/components/settings/PolicyControlsView.d.ts.map +0 -1
- package/dist/components/settings/PolicyControlsView.js +0 -232
- package/dist/components/settings/ProviderSwitcher.d.ts +0 -22
- package/dist/components/settings/ProviderSwitcher.d.ts.map +0 -1
- package/dist/components/settings/ProviderSwitcher.js +0 -657
- package/dist/components/settings/RuntimeSettingsSection.d.ts +0 -10
- package/dist/components/settings/RuntimeSettingsSection.d.ts.map +0 -1
- package/dist/components/settings/RuntimeSettingsSection.js +0 -101
- package/dist/components/settings/SecretsManagerSection.d.ts +0 -21
- package/dist/components/settings/SecretsManagerSection.d.ts.map +0 -1
- package/dist/components/settings/SecretsManagerSection.js +0 -339
- package/dist/components/settings/SecuritySettingsSection.d.ts.map +0 -1
- package/dist/components/settings/SecuritySettingsSection.js +0 -381
- package/dist/components/settings/SubscriptionStatus.d.ts +0 -33
- package/dist/components/settings/SubscriptionStatus.d.ts.map +0 -1
- package/dist/components/settings/SubscriptionStatus.js +0 -291
- package/dist/components/settings/VaultInventoryPanel.d.ts.map +0 -1
- package/dist/components/settings/VaultInventoryPanel.js +0 -283
- package/dist/components/settings/VoiceConfigView.d.ts +0 -5
- package/dist/components/settings/VoiceConfigView.d.ts.map +0 -1
- package/dist/components/settings/VoiceConfigView.js +0 -505
- package/dist/components/settings/WalletKeysSection.d.ts +0 -19
- package/dist/components/settings/WalletKeysSection.d.ts.map +0 -1
- package/dist/components/settings/WalletKeysSection.js +0 -167
- package/dist/components/settings/cloud-model-schema.d.ts +0 -26
- package/dist/components/settings/cloud-model-schema.d.ts.map +0 -1
- package/dist/components/settings/cloud-model-schema.js +0 -108
- package/dist/components/settings/permission-controls.d.ts +0 -37
- package/dist/components/settings/permission-controls.d.ts.map +0 -1
- package/dist/components/settings/permission-controls.js +0 -437
- package/dist/components/settings/permission-types.d.ts +0 -44
- package/dist/components/settings/permission-types.d.ts.map +0 -1
- package/dist/components/settings/permission-types.js +0 -225
- package/dist/components/settings/settings-control-primitives.d.ts +0 -11
- package/dist/components/settings/settings-control-primitives.d.ts.map +0 -1
- package/dist/components/settings/settings-control-primitives.js +0 -14
- package/dist/components/settings/vault-tabs/LoginsTab.d.ts +0 -9
- package/dist/components/settings/vault-tabs/LoginsTab.d.ts.map +0 -1
- package/dist/components/settings/vault-tabs/LoginsTab.js +0 -189
- package/dist/components/settings/vault-tabs/OverviewTab.d.ts +0 -60
- package/dist/components/settings/vault-tabs/OverviewTab.d.ts.map +0 -1
- package/dist/components/settings/vault-tabs/OverviewTab.js +0 -260
- package/dist/components/settings/vault-tabs/RoutingTab.d.ts +0 -22
- package/dist/components/settings/vault-tabs/RoutingTab.d.ts.map +0 -1
- package/dist/components/settings/vault-tabs/RoutingTab.js +0 -175
- package/dist/components/settings/vault-tabs/types.d.ts +0 -105
- package/dist/components/settings/vault-tabs/types.d.ts.map +0 -1
- package/dist/components/settings/vault-tabs/types.js +0 -8
- package/dist/components/shared/AppPageSidebar.d.ts +0 -12
- package/dist/components/shared/AppPageSidebar.d.ts.map +0 -1
- package/dist/components/shared/AppPageSidebar.js +0 -119
- package/dist/components/shared/CollapsibleSidebarSection.js +0 -12
- package/dist/components/shared/LanguageDropdown.d.ts +0 -24
- package/dist/components/shared/LanguageDropdown.d.ts.map +0 -1
- package/dist/components/shared/LanguageDropdown.js +0 -37
- package/dist/components/shared/ThemeToggle.d.ts.map +0 -1
- package/dist/components/shared/ThemeToggle.js +0 -14
- package/dist/components/shared/confirm-delete-control.d.ts.map +0 -1
- package/dist/components/shared/confirm-delete-control.js +0 -19
- package/dist/components/shell/BugReportModal.d.ts.map +0 -1
- package/dist/components/shell/BugReportModal.js +0 -366
- package/dist/components/shell/CommandPalette.js +0 -185
- package/dist/components/shell/ComputerUseApprovalOverlay.d.ts.map +0 -1
- package/dist/components/shell/ComputerUseApprovalOverlay.js +0 -171
- package/dist/components/shell/ConnectionFailedBanner.d.ts.map +0 -1
- package/dist/components/shell/ConnectionFailedBanner.js +0 -23
- package/dist/components/shell/ConnectionLostOverlay.d.ts.map +0 -1
- package/dist/components/shell/ConnectionLostOverlay.js +0 -49
- package/dist/components/shell/DnaLoader.d.ts +0 -8
- package/dist/components/shell/DnaLoader.d.ts.map +0 -1
- package/dist/components/shell/DnaLoader.js +0 -50
- package/dist/components/shell/Header.d.ts +0 -12
- package/dist/components/shell/Header.d.ts.map +0 -1
- package/dist/components/shell/Header.js +0 -316
- package/dist/components/shell/LoadingScreen.d.ts +0 -13
- package/dist/components/shell/LoadingScreen.d.ts.map +0 -1
- package/dist/components/shell/LoadingScreen.js +0 -86
- package/dist/components/shell/PairingCommandHint.d.ts.map +0 -1
- package/dist/components/shell/PairingCommandHint.js +0 -68
- package/dist/components/shell/PairingView.d.ts.map +0 -1
- package/dist/components/shell/PairingView.js +0 -43
- package/dist/components/shell/RestartBanner.d.ts.map +0 -1
- package/dist/components/shell/RestartBanner.js +0 -39
- package/dist/components/shell/RuntimeGate.d.ts +0 -51
- package/dist/components/shell/RuntimeGate.d.ts.map +0 -1
- package/dist/components/shell/RuntimeGate.js +0 -1293
- package/dist/components/shell/ShellHeaderControls.d.ts +0 -44
- package/dist/components/shell/ShellHeaderControls.d.ts.map +0 -1
- package/dist/components/shell/ShellHeaderControls.js +0 -80
- package/dist/components/shell/ShellOverlays.d.ts.map +0 -1
- package/dist/components/shell/ShellOverlays.js +0 -15
- package/dist/components/shell/ShortcutsOverlay.js +0 -58
- package/dist/components/shell/SplashServerChooser.d.ts +0 -14
- package/dist/components/shell/SplashServerChooser.d.ts.map +0 -1
- package/dist/components/shell/SplashServerChooser.js +0 -23
- package/dist/components/shell/StartupFailureView.d.ts.map +0 -1
- package/dist/components/shell/StartupFailureView.js +0 -148
- package/dist/components/shell/StartupShell.d.ts +0 -12
- package/dist/components/shell/StartupShell.d.ts.map +0 -1
- package/dist/components/shell/StartupShell.js +0 -234
- package/dist/components/shell/SystemWarningBanner.d.ts.map +0 -1
- package/dist/components/shell/SystemWarningBanner.js +0 -44
- package/dist/components/shell/onboarding-theme.d.ts +0 -6
- package/dist/components/shell/onboarding-theme.d.ts.map +0 -1
- package/dist/components/shell/onboarding-theme.js +0 -29
- package/dist/components/steward/injected.js +0 -14
- package/dist/components/stream/StatusBar.d.ts.map +0 -1
- package/dist/components/stream/StatusBar.js +0 -65
- package/dist/components/tool-events/ToolCallEventLog.d.ts +0 -10
- package/dist/components/tool-events/ToolCallEventLog.d.ts.map +0 -1
- package/dist/components/tool-events/ToolCallEventLog.js +0 -81
- package/dist/components/training/InferenceEndpointPanel.d.ts.map +0 -1
- package/dist/components/training/InferenceEndpointPanel.js +0 -63
- package/dist/components/training/JobDetailPanel.d.ts.map +0 -1
- package/dist/components/training/JobDetailPanel.js +0 -74
- package/dist/components/training/TrainingDashboard.d.ts.map +0 -1
- package/dist/components/training/TrainingDashboard.js +0 -86
- package/dist/components/training/hooks/useTrainingApi.d.ts +0 -59
- package/dist/components/training/hooks/useTrainingApi.d.ts.map +0 -1
- package/dist/components/training/hooks/useTrainingApi.js +0 -343
- package/dist/components/training/injected.js +0 -8
- package/dist/components/training/types.d.ts +0 -56
- package/dist/components/training/types.d.ts.map +0 -1
- package/dist/components/ui/admin-dialog.d.ts +0 -50
- package/dist/components/ui/admin-dialog.d.ts.map +0 -1
- package/dist/components/ui/admin-dialog.js +0 -48
- package/dist/components/ui/badge.js +0 -20
- package/dist/components/ui/banner.d.ts.map +0 -1
- package/dist/components/ui/button.d.ts +0 -12
- package/dist/components/ui/button.d.ts.map +0 -1
- package/dist/components/ui/button.js +0 -39
- package/dist/components/ui/card.d.ts +0 -15
- package/dist/components/ui/card.d.ts.map +0 -1
- package/dist/components/ui/card.js +0 -31
- package/dist/components/ui/confirm-delete.js +0 -16
- package/dist/components/ui/confirm-dialog.d.ts +0 -48
- package/dist/components/ui/confirm-dialog.d.ts.map +0 -1
- package/dist/components/ui/confirm-dialog.js +0 -90
- package/dist/components/ui/connection-status.js +0 -25
- package/dist/components/ui/copy-button.d.ts.map +0 -1
- package/dist/components/ui/copy-button.js +0 -14
- package/dist/components/ui/dialog.d.ts.map +0 -1
- package/dist/components/ui/dialog.js +0 -23
- package/dist/components/ui/drawer-sheet.d.ts +0 -19
- package/dist/components/ui/drawer-sheet.d.ts.map +0 -1
- package/dist/components/ui/drawer-sheet.js +0 -21
- package/dist/components/ui/dropdown-menu.js +0 -35
- package/dist/components/ui/empty-state.d.ts +0 -13
- package/dist/components/ui/empty-state.d.ts.map +0 -1
- package/dist/components/ui/empty-state.js +0 -5
- package/dist/components/ui/error-boundary.d.ts +0 -22
- package/dist/components/ui/error-boundary.d.ts.map +0 -1
- package/dist/components/ui/error-boundary.js +0 -27
- package/dist/components/ui/field-switch.js +0 -10
- package/dist/components/ui/form-select.js +0 -9
- package/dist/components/ui/grid.d.ts +0 -11
- package/dist/components/ui/input.js +0 -28
- package/dist/components/ui/new-action-button.js +0 -13
- package/dist/components/ui/popover.js +0 -9
- package/dist/components/ui/section-card.d.ts +0 -15
- package/dist/components/ui/section-card.d.ts.map +0 -1
- package/dist/components/ui/section-card.js +0 -10
- package/dist/components/ui/segmented-control.js +0 -10
- package/dist/components/ui/select.js +0 -27
- package/dist/components/ui/settings-controls.d.ts +0 -41
- package/dist/components/ui/settings-controls.d.ts.map +0 -1
- package/dist/components/ui/settings-controls.js +0 -60
- package/dist/components/ui/skeleton.js +0 -12
- package/dist/components/ui/slider.d.ts +0 -5
- package/dist/components/ui/slider.d.ts.map +0 -1
- package/dist/components/ui/slider.js +0 -7
- package/dist/components/ui/stack.d.ts +0 -13
- package/dist/components/ui/status-badge.d.ts +0 -21
- package/dist/components/ui/status-badge.d.ts.map +0 -1
- package/dist/components/ui/status-badge.js +0 -68
- package/dist/components/ui/switch.d.ts +0 -5
- package/dist/components/ui/switch.d.ts.map +0 -1
- package/dist/components/ui/switch.js +0 -7
- package/dist/components/ui/tabs.js +0 -12
- package/dist/components/ui/tag-editor.js +0 -34
- package/dist/components/ui/textarea.js +0 -28
- package/dist/components/ui/tooltip-extended.d.ts +0 -16
- package/dist/components/ui/tooltip-extended.d.ts.map +0 -1
- package/dist/components/ui/tooltip-extended.js +0 -19
- package/dist/components/ui/tooltip.d.ts +0 -18
- package/dist/components/ui/tooltip.d.ts.map +0 -1
- package/dist/components/ui/tooltip.js +0 -13
- package/dist/components/ui/typography.d.ts +0 -17
- package/dist/components/workspace/AppWorkspaceChrome.d.ts +0 -62
- package/dist/components/workspace/AppWorkspaceChrome.d.ts.map +0 -1
- package/dist/components/workspace/AppWorkspaceChrome.js +0 -227
- package/dist/config/allowed-hosts.d.ts +0 -8
- package/dist/config/allowed-hosts.d.ts.map +0 -1
- package/dist/config/allowed-hosts.js +0 -43
- package/dist/config/api-key-prefix-hints.d.ts +0 -25
- package/dist/config/api-key-prefix-hints.d.ts.map +0 -1
- package/dist/config/api-key-prefix-hints.js +0 -26
- package/dist/config/app-config.d.ts +0 -273
- package/dist/config/app-config.d.ts.map +0 -1
- package/dist/config/app-config.js +0 -31
- package/dist/config/boot-config-react.d.ts +0 -5
- package/dist/config/boot-config-react.d.ts.map +0 -1
- package/dist/config/boot-config-react.js +0 -7
- package/dist/config/boot-config-store.d.ts +0 -265
- package/dist/config/boot-config-store.d.ts.map +0 -1
- package/dist/config/boot-config-store.js +0 -143
- package/dist/config/boot-config.d.ts +0 -6
- package/dist/config/boot-config.js +0 -5
- package/dist/config/branding-react.d.ts +0 -4
- package/dist/config/branding-react.d.ts.map +0 -1
- package/dist/config/branding-react.js +0 -11
- package/dist/config/branding.d.ts +0 -69
- package/dist/config/branding.d.ts.map +0 -1
- package/dist/config/branding.js +0 -23
- package/dist/config/cloud-only.d.ts +0 -6
- package/dist/config/cloud-only.d.ts.map +0 -1
- package/dist/config/cloud-only.js +0 -15
- package/dist/config/index.d.ts +0 -9
- package/dist/config/index.d.ts.map +0 -1
- package/dist/config/index.js +0 -11
- package/dist/config/plugin-ui-spec.d.ts +0 -42
- package/dist/config/plugin-ui-spec.d.ts.map +0 -1
- package/dist/config/plugin-ui-spec.js +0 -256
- package/dist/config/ui-spec.d.ts +0 -164
- package/dist/config/ui-spec.d.ts.map +0 -1
- package/dist/config/ui-spec.js +0 -13
- package/dist/content-packs/apply-pack.d.ts +0 -33
- package/dist/content-packs/apply-pack.d.ts.map +0 -1
- package/dist/content-packs/apply-pack.js +0 -96
- package/dist/desktop-runtime/AppWindowRenderer.d.ts +0 -17
- package/dist/desktop-runtime/AppWindowRenderer.d.ts.map +0 -1
- package/dist/desktop-runtime/AppWindowRenderer.js +0 -327
- package/dist/desktop-runtime/DesktopOnboardingRuntime.d.ts +0 -9
- package/dist/desktop-runtime/DesktopOnboardingRuntime.d.ts.map +0 -1
- package/dist/desktop-runtime/DesktopOnboardingRuntime.js +0 -10
- package/dist/desktop-runtime/DesktopSurfaceNavigationRuntime.d.ts +0 -2
- package/dist/desktop-runtime/DesktopSurfaceNavigationRuntime.d.ts.map +0 -1
- package/dist/desktop-runtime/DesktopSurfaceNavigationRuntime.js +0 -48
- package/dist/desktop-runtime/DesktopTrayRuntime.d.ts +0 -11
- package/dist/desktop-runtime/DesktopTrayRuntime.d.ts.map +0 -1
- package/dist/desktop-runtime/DesktopTrayRuntime.js +0 -265
- package/dist/desktop-runtime/DetachedShellRoot.d.ts +0 -10
- package/dist/desktop-runtime/DetachedShellRoot.d.ts.map +0 -1
- package/dist/desktop-runtime/DetachedShellRoot.js +0 -114
- package/dist/desktop-runtime/index.d.ts +0 -6
- package/dist/desktop-runtime/index.d.ts.map +0 -1
- package/dist/desktop-runtime/index.js +0 -5
- package/dist/events/index.d.ts +0 -62
- package/dist/events/index.d.ts.map +0 -1
- package/dist/events/index.js +0 -51
- package/dist/hooks/index.d.ts +0 -20
- package/dist/hooks/index.d.ts.map +0 -1
- package/dist/hooks/index.js +0 -19
- package/dist/hooks/useAccounts.d.ts.map +0 -1
- package/dist/hooks/useAccounts.js +0 -250
- package/dist/hooks/useActivityEvents.d.ts.map +0 -1
- package/dist/hooks/useActivityEvents.js +0 -145
- package/dist/hooks/useAuthStatus.d.ts +0 -49
- package/dist/hooks/useAuthStatus.d.ts.map +0 -1
- package/dist/hooks/useAuthStatus.js +0 -90
- package/dist/hooks/useBugReport.d.ts +0 -26
- package/dist/hooks/useBugReport.d.ts.map +0 -1
- package/dist/hooks/useBugReport.js +0 -28
- package/dist/hooks/useChatAvatarVoiceBridge.d.ts +0 -12
- package/dist/hooks/useChatAvatarVoiceBridge.d.ts.map +0 -1
- package/dist/hooks/useConnectorAccounts.d.ts.map +0 -1
- package/dist/hooks/useConnectorAccounts.js +0 -268
- package/dist/hooks/useConnectorSendAsAccount.d.ts.map +0 -1
- package/dist/hooks/useConnectorSendAsAccount.js +0 -61
- package/dist/hooks/useContextMenu.js +0 -142
- package/dist/hooks/useKeyboardShortcuts.d.ts +0 -22
- package/dist/hooks/useKeyboardShortcuts.d.ts.map +0 -1
- package/dist/hooks/useKeyboardShortcuts.js +0 -64
- package/dist/hooks/useRenderGuard.d.ts +0 -17
- package/dist/hooks/useRenderGuard.d.ts.map +0 -1
- package/dist/hooks/useRenderGuard.js +0 -36
- package/dist/hooks/useRuntimeMode.d.ts.map +0 -1
- package/dist/hooks/useStreamPopoutNavigation.d.ts +0 -3
- package/dist/hooks/useStreamPopoutNavigation.d.ts.map +0 -1
- package/dist/hooks/useStreamPopoutNavigation.js +0 -4
- package/dist/hooks/useVoiceChat.d.ts +0 -37
- package/dist/hooks/useVoiceChat.d.ts.map +0 -1
- package/dist/hooks/useVoiceChat.js +0 -1311
- package/dist/hooks/useWhatsAppPairing.d.ts.map +0 -1
- package/dist/hooks/useWhatsAppPairing.js +0 -96
- package/dist/hooks/useWorkflowGenerationState.d.ts +0 -20
- package/dist/hooks/useWorkflowGenerationState.d.ts.map +0 -1
- package/dist/hooks/useWorkflowGenerationState.js +0 -43
- package/dist/i18n/index.d.ts +0 -7
- package/dist/i18n/index.d.ts.map +0 -1
- package/dist/i18n/index.js +0 -60
- package/dist/i18n/locales/en.json +0 -3293
- package/dist/i18n/locales/es.json +0 -3293
- package/dist/i18n/locales/ko.json +0 -3293
- package/dist/i18n/locales/pt.json +0 -3293
- package/dist/i18n/locales/tl.json +0 -3293
- package/dist/i18n/locales/vi.json +0 -3293
- package/dist/i18n/locales/zh-CN.json +0 -3293
- package/dist/i18n/messages.d.ts +0 -6
- package/dist/i18n/messages.d.ts.map +0 -1
- package/dist/i18n/messages.js +0 -26
- package/dist/index.d.ts +0 -41
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -40
- package/dist/layouts/chat-panel-layout/chat-panel-layout.js +0 -37
- package/dist/layouts/page-layout/page-layout-mobile-drawer.d.ts.map +0 -1
- package/dist/layouts/page-layout/page-layout-mobile-drawer.js +0 -37
- package/dist/layouts/workspace-layout/index.d.ts +0 -4
- package/dist/layouts/workspace-layout/index.d.ts.map +0 -1
- package/dist/layouts/workspace-layout/index.js +0 -3
- package/dist/layouts/workspace-layout/workspace-layout.d.ts.map +0 -1
- package/dist/layouts/workspace-layout/workspace-layout.js +0 -65
- package/dist/layouts/workspace-layout/workspace-mobile-sidebar-controls.d.ts +0 -13
- package/dist/layouts/workspace-layout/workspace-mobile-sidebar-controls.d.ts.map +0 -1
- package/dist/lib/floating-layers.d.ts +0 -17
- package/dist/lib/floating-layers.d.ts.map +0 -1
- package/dist/lib/floating-layers.js +0 -19
- package/dist/navigation/index.d.ts +0 -70
- package/dist/navigation/index.d.ts.map +0 -1
- package/dist/navigation/index.js +0 -409
- package/dist/navigation/main-tab.d.ts +0 -58
- package/dist/navigation/main-tab.d.ts.map +0 -1
- package/dist/navigation/main-tab.js +0 -76
- package/dist/onboarding/auto-download-recommended.d.ts +0 -30
- package/dist/onboarding/auto-download-recommended.d.ts.map +0 -1
- package/dist/onboarding/auto-download-recommended.js +0 -105
- package/dist/onboarding/flow.d.ts +0 -66
- package/dist/onboarding/flow.d.ts.map +0 -1
- package/dist/onboarding/flow.js +0 -100
- package/dist/onboarding/local-agent-token.d.ts +0 -6
- package/dist/onboarding/local-agent-token.d.ts.map +0 -1
- package/dist/onboarding/local-agent-token.js +0 -79
- package/dist/onboarding/mobile-runtime-mode.d.ts +0 -19
- package/dist/onboarding/mobile-runtime-mode.d.ts.map +0 -1
- package/dist/onboarding/mobile-runtime-mode.js +0 -91
- package/dist/onboarding/pre-seed-local-runtime.d.ts +0 -53
- package/dist/onboarding/pre-seed-local-runtime.d.ts.map +0 -1
- package/dist/onboarding/pre-seed-local-runtime.js +0 -111
- package/dist/onboarding/probe-local-agent.d.ts +0 -51
- package/dist/onboarding/probe-local-agent.d.ts.map +0 -1
- package/dist/onboarding/probe-local-agent.js +0 -235
- package/dist/onboarding/reload-into-runtime-picker.d.ts +0 -25
- package/dist/onboarding/reload-into-runtime-picker.d.ts.map +0 -1
- package/dist/onboarding/reload-into-runtime-picker.js +0 -45
- package/dist/onboarding/server-target.d.ts +0 -4
- package/dist/onboarding/server-target.d.ts.map +0 -1
- package/dist/onboarding/server-target.js +0 -13
- package/dist/onboarding-config.d.ts +0 -61
- package/dist/onboarding-config.d.ts.map +0 -1
- package/dist/onboarding-config.js +0 -172
- package/dist/package.json +0 -80
- package/dist/platform/browser-launch.d.ts +0 -10
- package/dist/platform/browser-launch.d.ts.map +0 -1
- package/dist/platform/browser-launch.js +0 -147
- package/dist/platform/cloud-preference-patch.d.ts +0 -11
- package/dist/platform/cloud-preference-patch.d.ts.map +0 -1
- package/dist/platform/cloud-preference-patch.js +0 -85
- package/dist/platform/desktop-permissions-client.d.ts.map +0 -1
- package/dist/platform/desktop-permissions-client.js +0 -128
- package/dist/platform/empty-node-module.d.ts +0 -58
- package/dist/platform/empty-node-module.d.ts.map +0 -1
- package/dist/platform/empty-node-module.js +0 -46
- package/dist/platform/index.d.ts +0 -11
- package/dist/platform/index.d.ts.map +0 -1
- package/dist/platform/index.js +0 -15
- package/dist/platform/init.d.ts +0 -73
- package/dist/platform/init.d.ts.map +0 -1
- package/dist/platform/init.js +0 -204
- package/dist/platform/ios-runtime.d.ts +0 -16
- package/dist/platform/ios-runtime.d.ts.map +0 -1
- package/dist/platform/ios-runtime.js +0 -81
- package/dist/platform/onboarding-reset.d.ts +0 -11
- package/dist/platform/onboarding-reset.d.ts.map +0 -1
- package/dist/platform/onboarding-reset.js +0 -127
- package/dist/platform/types.d.ts +0 -28
- package/dist/platform/types.d.ts.map +0 -1
- package/dist/platform/window-shell.d.ts +0 -28
- package/dist/platform/window-shell.d.ts.map +0 -1
- package/dist/platform/window-shell.js +0 -73
- package/dist/providers/index.d.ts +0 -26
- package/dist/providers/index.d.ts.map +0 -1
- package/dist/providers/index.js +0 -115
- package/dist/services/local-inference/active-model.d.ts +0 -180
- package/dist/services/local-inference/active-model.d.ts.map +0 -1
- package/dist/services/local-inference/active-model.js +0 -362
- package/dist/services/local-inference/assignments.d.ts +0 -58
- package/dist/services/local-inference/assignments.d.ts.map +0 -1
- package/dist/services/local-inference/assignments.js +0 -179
- package/dist/services/local-inference/bundled-models.d.ts +0 -34
- package/dist/services/local-inference/bundled-models.js +0 -104
- package/dist/services/local-inference/catalog.d.ts +0 -54
- package/dist/services/local-inference/catalog.d.ts.map +0 -1
- package/dist/services/local-inference/catalog.js +0 -152
- package/dist/services/local-inference/device-bridge.d.ts +0 -138
- package/dist/services/local-inference/device-bridge.d.ts.map +0 -1
- package/dist/services/local-inference/device-bridge.js +0 -773
- package/dist/services/local-inference/dflash-doctor.d.ts +0 -22
- package/dist/services/local-inference/dflash-doctor.d.ts.map +0 -1
- package/dist/services/local-inference/dflash-doctor.js +0 -139
- package/dist/services/local-inference/dflash-server.d.ts +0 -76
- package/dist/services/local-inference/dflash-server.d.ts.map +0 -1
- package/dist/services/local-inference/dflash-server.js +0 -451
- package/dist/services/local-inference/downloader.d.ts +0 -46
- package/dist/services/local-inference/downloader.d.ts.map +0 -1
- package/dist/services/local-inference/downloader.js +0 -389
- package/dist/services/local-inference/engine.d.ts +0 -54
- package/dist/services/local-inference/engine.d.ts.map +0 -1
- package/dist/services/local-inference/engine.js +0 -223
- package/dist/services/local-inference/handler-registry.d.ts +0 -72
- package/dist/services/local-inference/handler-registry.d.ts.map +0 -1
- package/dist/services/local-inference/handler-registry.js +0 -163
- package/dist/services/local-inference/hardware.d.ts +0 -26
- package/dist/services/local-inference/hardware.d.ts.map +0 -1
- package/dist/services/local-inference/hardware.js +0 -149
- package/dist/services/local-inference/hf-search.d.ts +0 -19
- package/dist/services/local-inference/hf-search.d.ts.map +0 -1
- package/dist/services/local-inference/hf-search.js +0 -169
- package/dist/services/local-inference/index.d.ts +0 -9
- package/dist/services/local-inference/index.d.ts.map +0 -1
- package/dist/services/local-inference/index.js +0 -6
- package/dist/services/local-inference/paths.d.ts +0 -8
- package/dist/services/local-inference/paths.d.ts.map +0 -1
- package/dist/services/local-inference/paths.js +0 -7
- package/dist/services/local-inference/providers.d.ts +0 -61
- package/dist/services/local-inference/providers.d.ts.map +0 -1
- package/dist/services/local-inference/providers.js +0 -306
- package/dist/services/local-inference/readiness.js +0 -153
- package/dist/services/local-inference/recommendation.d.ts +0 -46
- package/dist/services/local-inference/recommendation.d.ts.map +0 -1
- package/dist/services/local-inference/recommendation.js +0 -260
- package/dist/services/local-inference/registry.d.ts.map +0 -1
- package/dist/services/local-inference/registry.js +0 -108
- package/dist/services/local-inference/routing-policy.d.ts.map +0 -1
- package/dist/services/local-inference/routing-policy.js +0 -195
- package/dist/services/local-inference/routing-preferences.d.ts +0 -8
- package/dist/services/local-inference/routing-preferences.d.ts.map +0 -1
- package/dist/services/local-inference/routing-preferences.js +0 -7
- package/dist/services/local-inference/service.d.ts +0 -59
- package/dist/services/local-inference/service.d.ts.map +0 -1
- package/dist/services/local-inference/service.js +0 -185
- package/dist/services/local-inference/types.d.ts +0 -233
- package/dist/services/local-inference/types.d.ts.map +0 -1
- package/dist/services/local-inference/types.js +0 -21
- package/dist/services/local-inference/verify.d.ts +0 -8
- package/dist/services/local-inference/verify.d.ts.map +0 -1
- package/dist/services/local-inference/verify.js +0 -7
- package/dist/shell-params.d.ts +0 -12
- package/dist/shell-params.d.ts.map +0 -1
- package/dist/shell-params.js +0 -21
- package/dist/slots/task-coordinator-slots.d.ts +0 -39
- package/dist/slots/task-coordinator-slots.d.ts.map +0 -1
- package/dist/slots/task-coordinator-slots.js +0 -21
- package/dist/state/AppContext.d.ts +0 -13
- package/dist/state/AppContext.d.ts.map +0 -1
- package/dist/state/AppContext.js +0 -1750
- package/dist/state/ChatComposerContext.d.ts +0 -28
- package/dist/state/ChatComposerContext.d.ts.map +0 -1
- package/dist/state/ChatComposerContext.js +0 -30
- package/dist/state/CompanionSceneConfigContext.d.ts +0 -27
- package/dist/state/CompanionSceneConfigContext.d.ts.map +0 -1
- package/dist/state/CompanionSceneConfigContext.js +0 -32
- package/dist/state/PtySessionsContext.d.ts +0 -15
- package/dist/state/PtySessionsContext.d.ts.map +0 -1
- package/dist/state/PtySessionsContext.js +0 -15
- package/dist/state/TranslationContext.d.ts +0 -37
- package/dist/state/TranslationContext.d.ts.map +0 -1
- package/dist/state/TranslationContext.js +0 -63
- package/dist/state/agent-profiles.d.ts.map +0 -1
- package/dist/state/agent-profiles.js +0 -119
- package/dist/state/agent-runtime-target.d.ts +0 -14
- package/dist/state/agent-runtime-target.d.ts.map +0 -1
- package/dist/state/agent-runtime-target.js +0 -50
- package/dist/state/complete-reset-local-state-after-wipe.d.ts +0 -52
- package/dist/state/complete-reset-local-state-after-wipe.d.ts.map +0 -1
- package/dist/state/complete-reset-local-state-after-wipe.js +0 -24
- package/dist/state/connector-deeplink.d.ts +0 -30
- package/dist/state/connector-deeplink.d.ts.map +0 -1
- package/dist/state/connector-deeplink.js +0 -46
- package/dist/state/handle-reset-applied-from-main.d.ts +0 -31
- package/dist/state/index.d.ts +0 -16
- package/dist/state/index.d.ts.map +0 -1
- package/dist/state/index.js +0 -15
- package/dist/state/internal.d.ts +0 -9
- package/dist/state/internal.d.ts.map +0 -1
- package/dist/state/internal.js +0 -9
- package/dist/state/navigation-events.d.ts +0 -12
- package/dist/state/navigation-events.d.ts.map +0 -1
- package/dist/state/navigation-events.js +0 -25
- package/dist/state/onboarding-bootstrap.d.ts +0 -28
- package/dist/state/onboarding-bootstrap.d.ts.map +0 -1
- package/dist/state/onboarding-bootstrap.js +0 -76
- package/dist/state/onboarding-restart.d.ts +0 -8
- package/dist/state/onboarding-restart.d.ts.map +0 -1
- package/dist/state/onboarding-restart.js +0 -8
- package/dist/state/onboarding-resume.d.ts +0 -9
- package/dist/state/onboarding-resume.d.ts.map +0 -1
- package/dist/state/onboarding-resume.js +0 -93
- package/dist/state/parsers.d.ts.map +0 -1
- package/dist/state/parsers.js +0 -354
- package/dist/state/persistence.d.ts +0 -111
- package/dist/state/persistence.d.ts.map +0 -1
- package/dist/state/persistence.js +0 -794
- package/dist/state/shell-routing.d.ts +0 -12
- package/dist/state/shell-routing.d.ts.map +0 -1
- package/dist/state/startup-coordinator.d.ts +0 -158
- package/dist/state/startup-coordinator.d.ts.map +0 -1
- package/dist/state/startup-coordinator.js +0 -284
- package/dist/state/startup-phase-hydrate.d.ts +0 -74
- package/dist/state/startup-phase-hydrate.d.ts.map +0 -1
- package/dist/state/startup-phase-hydrate.js +0 -482
- package/dist/state/startup-phase-poll.d.ts +0 -61
- package/dist/state/startup-phase-poll.d.ts.map +0 -1
- package/dist/state/startup-phase-poll.js +0 -303
- package/dist/state/startup-phase-restore.d.ts +0 -55
- package/dist/state/startup-phase-restore.d.ts.map +0 -1
- package/dist/state/startup-phase-restore.js +0 -344
- package/dist/state/startup-phase-runtime.d.ts +0 -36
- package/dist/state/startup-phase-runtime.d.ts.map +0 -1
- package/dist/state/startup-phase-runtime.js +0 -152
- package/dist/state/types.d.ts +0 -652
- package/dist/state/types.d.ts.map +0 -1
- package/dist/state/types.js +0 -63
- package/dist/state/ui-preferences.d.ts +0 -3
- package/dist/state/ui-preferences.d.ts.map +0 -1
- package/dist/state/useApp.d.ts.map +0 -1
- package/dist/state/useApp.js +0 -32
- package/dist/state/useAppProviderEffects.d.ts.map +0 -1
- package/dist/state/useAppProviderEffects.js +0 -122
- package/dist/state/useAppShellState.d.ts +0 -34
- package/dist/state/useCharacterState.js +0 -208
- package/dist/state/useChatCallbacks.d.ts +0 -170
- package/dist/state/useChatCallbacks.d.ts.map +0 -1
- package/dist/state/useChatCallbacks.js +0 -790
- package/dist/state/useChatLifecycle.d.ts +0 -104
- package/dist/state/useChatLifecycle.d.ts.map +0 -1
- package/dist/state/useChatLifecycle.js +0 -751
- package/dist/state/useChatSend.d.ts +0 -83
- package/dist/state/useChatSend.d.ts.map +0 -1
- package/dist/state/useChatSend.js +0 -951
- package/dist/state/useChatState.d.ts +0 -144
- package/dist/state/useChatState.d.ts.map +0 -1
- package/dist/state/useChatState.js +0 -251
- package/dist/state/useCloudState.d.ts +0 -73
- package/dist/state/useCloudState.d.ts.map +0 -1
- package/dist/state/useCloudState.js +0 -668
- package/dist/state/useDataLoaders.d.ts +0 -88
- package/dist/state/useDataLoaders.d.ts.map +0 -1
- package/dist/state/useDataLoaders.js +0 -394
- package/dist/state/useDisplayPreferences.d.ts +0 -23
- package/dist/state/useDisplayPreferences.d.ts.map +0 -1
- package/dist/state/useDisplayPreferences.js +0 -64
- package/dist/state/useLifecycleState.d.ts +0 -123
- package/dist/state/useLifecycleState.d.ts.map +0 -1
- package/dist/state/useLifecycleState.js +0 -258
- package/dist/state/useMiscUiState.js +0 -154
- package/dist/state/useNavigationState.d.ts +0 -29
- package/dist/state/useNavigationState.d.ts.map +0 -1
- package/dist/state/useNavigationState.js +0 -122
- package/dist/state/useOnboardingCallbacks.d.ts +0 -100
- package/dist/state/useOnboardingCallbacks.d.ts.map +0 -1
- package/dist/state/useOnboardingCallbacks.js +0 -804
- package/dist/state/useOnboardingCompat.d.ts +0 -61
- package/dist/state/useOnboardingCompat.d.ts.map +0 -1
- package/dist/state/useOnboardingCompat.js +0 -110
- package/dist/state/useOnboardingState.d.ts +0 -126
- package/dist/state/useOnboardingState.d.ts.map +0 -1
- package/dist/state/useOnboardingState.js +0 -263
- package/dist/state/usePluginsSkillsState.d.ts +0 -142
- package/dist/state/usePluginsSkillsState.d.ts.map +0 -1
- package/dist/state/usePluginsSkillsState.js +0 -630
- package/dist/state/useStartupCoordinator.d.ts +0 -40
- package/dist/state/useStartupCoordinator.d.ts.map +0 -1
- package/dist/state/useStartupCoordinator.js +0 -194
- package/dist/state/useTriggersState.d.ts +0 -29
- package/dist/state/useTriggersState.d.ts.map +0 -1
- package/dist/state/useVincentState.d.ts +0 -3
- package/dist/state/useVincentState.d.ts.map +0 -1
- package/dist/state/useVincentState.js +0 -13
- package/dist/state/useWalletState.d.ts +0 -97
- package/dist/state/useWalletState.d.ts.map +0 -1
- package/dist/state/useWalletState.js +0 -533
- package/dist/stories/layout-story-fixtures.d.ts +0 -14
- package/dist/stories/layout-story-fixtures.d.ts.map +0 -1
- package/dist/stories/layout-story-fixtures.js +0 -33
- package/dist/styles/base.css +0 -330
- package/dist/styles/brand-gold.css +0 -471
- package/dist/styles/electrobun-mac-window-drag.css +0 -106
- package/dist/styles/onboarding-game.css +0 -568
- package/dist/styles/styles.css +0 -420
- package/dist/styles/theme.css +0 -73
- package/dist/terminal/links.d.ts +0 -9
- package/dist/terminal/links.d.ts.map +0 -1
- package/dist/terminal/links.js +0 -20
- package/dist/themes/apply-theme.d.ts +0 -24
- package/dist/themes/apply-theme.d.ts.map +0 -1
- package/dist/themes/apply-theme.js +0 -130
- package/dist/types/index.d.ts +0 -655
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/index.js +0 -4
- package/dist/utils/assistant-text.d.ts +0 -2
- package/dist/utils/assistant-text.d.ts.map +0 -1
- package/dist/utils/assistant-text.js +0 -167
- package/dist/utils/browser-tab-kit-types.d.ts +0 -81
- package/dist/utils/browser-tab-kit-types.d.ts.map +0 -1
- package/dist/utils/browser-tab-kit-types.js +0 -22
- package/dist/utils/browser-tabs-renderer-registry.d.ts +0 -56
- package/dist/utils/browser-tabs-renderer-registry.d.ts.map +0 -1
- package/dist/utils/browser-tabs-renderer-registry.js +0 -961
- package/dist/utils/character-message-examples.d.ts +0 -7
- package/dist/utils/character-message-examples.d.ts.map +0 -1
- package/dist/utils/character-message-examples.js +0 -122
- package/dist/utils/cloud-status.d.ts +0 -3
- package/dist/utils/cloud-status.d.ts.map +0 -1
- package/dist/utils/cloud-status.js +0 -10
- package/dist/utils/desktop-workspace.d.ts +0 -86
- package/dist/utils/desktop-workspace.d.ts.map +0 -1
- package/dist/utils/desktop-workspace.js +0 -162
- package/dist/utils/documents-upload-image.d.ts +0 -27
- package/dist/utils/documents-upload-image.d.ts.map +0 -1
- package/dist/utils/documents-upload-image.js +0 -146
- package/dist/utils/eliza-cloud-model-route.d.ts +0 -3
- package/dist/utils/eliza-cloud-model-route.d.ts.map +0 -1
- package/dist/utils/eliza-cloud-model-route.js +0 -9
- package/dist/utils/eliza-globals.d.ts +0 -13
- package/dist/utils/eliza-globals.d.ts.map +0 -1
- package/dist/utils/eliza-globals.js +0 -48
- package/dist/utils/eliza-root.d.ts +0 -9
- package/dist/utils/eliza-root.d.ts.map +0 -1
- package/dist/utils/eliza-root.js +0 -101
- package/dist/utils/errors.d.ts +0 -13
- package/dist/utils/errors.d.ts.map +0 -1
- package/dist/utils/errors.js +0 -25
- package/dist/utils/exec-safety.d.ts +0 -2
- package/dist/utils/exec-safety.d.ts.map +0 -1
- package/dist/utils/exec-safety.js +0 -21
- package/dist/utils/format.d.ts +0 -66
- package/dist/utils/format.d.ts.map +0 -1
- package/dist/utils/format.js +0 -121
- package/dist/utils/globals.js +0 -47
- package/dist/utils/index.d.ts +0 -34
- package/dist/utils/index.d.ts.map +0 -1
- package/dist/utils/index.js +0 -33
- package/dist/utils/labels.d.ts +0 -6
- package/dist/utils/labels.d.ts.map +0 -1
- package/dist/utils/labels.js +0 -41
- package/dist/utils/log-prefix.d.ts +0 -2
- package/dist/utils/log-prefix.d.ts.map +0 -1
- package/dist/utils/log-prefix.js +0 -53
- package/dist/utils/name-tokens.d.ts +0 -24
- package/dist/utils/name-tokens.d.ts.map +0 -1
- package/dist/utils/name-tokens.js +0 -36
- package/dist/utils/namespace-defaults.d.ts +0 -6
- package/dist/utils/namespace-defaults.d.ts.map +0 -1
- package/dist/utils/namespace-defaults.js +0 -15
- package/dist/utils/number-parsing.d.ts +0 -26
- package/dist/utils/number-parsing.d.ts.map +0 -1
- package/dist/utils/number-parsing.js +0 -51
- package/dist/utils/openExternalUrl.d.ts.map +0 -1
- package/dist/utils/openExternalUrl.js +0 -108
- package/dist/utils/owner-name.d.ts +0 -3
- package/dist/utils/owner-name.d.ts.map +0 -1
- package/dist/utils/owner-name.js +0 -7
- package/dist/utils/rate-limiter.d.ts +0 -32
- package/dist/utils/rate-limiter.d.ts.map +0 -1
- package/dist/utils/rate-limiter.js +0 -52
- package/dist/utils/serialise.d.ts +0 -12
- package/dist/utils/serialise.d.ts.map +0 -1
- package/dist/utils/serialise.js +0 -21
- package/dist/utils/sql-compat.d.ts +0 -10
- package/dist/utils/sql-compat.d.ts.map +0 -1
- package/dist/utils/sql-compat.js +0 -111
- package/dist/utils/streaming-text.d.ts +0 -9
- package/dist/utils/streaming-text.d.ts.map +0 -1
- package/dist/utils/streaming-text.js +0 -112
- package/dist/utils/subscription-auth.d.ts +0 -9
- package/dist/utils/subscription-auth.d.ts.map +0 -1
- package/dist/utils/subscription-auth.js +0 -48
- package/dist/utils/trajectory-format.d.ts +0 -6
- package/dist/utils/trajectory-format.d.ts.map +0 -1
- package/dist/utils/trajectory-format.js +0 -43
- package/dist/utils/tts-debug.d.ts.map +0 -1
- package/dist/utils/tts-debug.js +0 -69
- package/dist/utils/workflow-json.d.ts.map +0 -1
- package/dist/utils/workflow-json.js +0 -127
- package/dist/voice/character-voice-config.d.ts +0 -9
- package/dist/voice/character-voice-config.d.ts.map +0 -1
- package/dist/voice/character-voice-config.js +0 -83
- package/dist/voice/index.d.ts +0 -3
- package/dist/voice/index.d.ts.map +0 -1
- package/dist/voice/index.js +0 -2
- package/dist/voice/voice-chat-playback.d.ts +0 -32
- package/dist/voice/voice-chat-playback.d.ts.map +0 -1
- package/dist/voice/voice-chat-playback.js +0 -209
- package/dist/voice/voice-chat-types.d.ts +0 -193
- package/dist/voice/voice-chat-types.d.ts.map +0 -1
- package/dist/voice/voice-chat-types.js +0 -194
- package/dist/widgets/WidgetHost.d.ts +0 -32
- package/dist/widgets/WidgetHost.d.ts.map +0 -1
- package/dist/widgets/WidgetHost.js +0 -62
- package/dist/widgets/index.d.ts +0 -7
- package/dist/widgets/index.d.ts.map +0 -1
- package/dist/widgets/index.js +0 -3
- package/dist/widgets/registry-store.js +0 -34
- package/dist/widgets/registry.d.ts +0 -44
- package/dist/widgets/registry.d.ts.map +0 -1
- package/dist/widgets/registry.js +0 -177
- package/dist/widgets/useChatSidebarVisibility.js +0 -54
- package/dist/widgets/visibility.d.ts +0 -55
- package/dist/widgets/visibility.d.ts.map +0 -1
- package/dist/widgets/visibility.js +0 -90
- /package/{dist/App.d.ts → App.d.ts} +0 -0
- /package/{dist/api → api}/agent-client-type-shim.js +0 -0
- /package/{dist/api → api}/auth/sessions.d.ts +0 -0
- /package/{dist/api → api}/auth/sessions.d.ts.map +0 -0
- /package/{dist/api → api}/auth/sessions.js +0 -0
- /package/{dist/api → api}/auth-client.d.ts +0 -0
- /package/{dist/api/client-types-character.js → api/browser-contracts.js} +0 -0
- /package/{dist/api → api}/client-automations.d.ts +0 -0
- /package/{dist/api → api}/client-automations.d.ts.map +0 -0
- /package/{dist/api → api}/client-automations.js +0 -0
- /package/{dist/api → api}/client-browser-workspace.js +0 -0
- /package/{dist/api → api}/client-computeruse.js +0 -0
- /package/{dist/api → api}/client-imessage.d.ts +0 -0
- /package/{dist/api → api}/client-imessage.d.ts.map +0 -0
- /package/{dist/api → api}/client-imessage.js +0 -0
- /package/{dist/api → api}/client-types-character.d.ts +0 -0
- /package/{dist/api → api}/client-types-character.d.ts.map +0 -0
- /package/{dist/api/client-types-experience.js → api/client-types-character.js} +0 -0
- /package/{dist/api → api}/client-types-chat.js +0 -0
- /package/{dist/api → api}/client-types-config.js +0 -0
- /package/{dist/api → api}/client-types-core.js +0 -0
- /package/{dist/api → api}/client-types-experience.d.ts +0 -0
- /package/{dist/api → api}/client-types-experience.d.ts.map +0 -0
- /package/{dist/api/client-types-relationships.js → api/client-types-experience.js} +0 -0
- /package/{dist/api → api}/client-types-relationships.d.ts +0 -0
- /package/{dist/api → api}/client-types-relationships.d.ts.map +0 -0
- /package/{dist/components/apps/extensions/types.js → api/client-types-relationships.js} +0 -0
- /package/{dist/api → api}/client-types-steward.d.ts +0 -0
- /package/{dist/api → api}/client-types-steward.d.ts.map +0 -0
- /package/{dist/api → api}/client-types-steward.js +0 -0
- /package/{dist/api → api}/client-vault.d.ts +0 -0
- /package/{dist/api → api}/client-vault.d.ts.map +0 -0
- /package/{dist/api → api}/client-vault.js +0 -0
- /package/{dist/api → api}/client-wallet.d.ts +0 -0
- /package/{dist/api → api}/client-wallet.d.ts.map +0 -0
- /package/{dist/api → api}/client-wallet.js +0 -0
- /package/{dist/api → api}/csrf-client.d.ts +0 -0
- /package/{dist/api → api}/desktop-http-transport.d.ts +0 -0
- /package/{dist/api → api}/ios-local-agent-kernel.d.ts +0 -0
- /package/{dist/api → api}/native-cloud-http-transport.d.ts +0 -0
- /package/{dist/api → api}/request-timeout.d.ts +0 -0
- /package/{dist/api → api}/response.d.ts +0 -0
- /package/{dist/api → api}/response.d.ts.map +0 -0
- /package/{dist/api → api}/response.js +0 -0
- /package/{dist/api → api}/runtime-mode-client.d.ts +0 -0
- /package/{dist/api → api}/runtime-mode-client.js +0 -0
- /package/{dist/bridge → bridge}/capacitor-bridge.d.ts +0 -0
- /package/{dist/bridge → bridge}/electrobun-runtime.d.ts +0 -0
- /package/{dist/bridge → bridge}/gateway-discovery.d.ts +0 -0
- /package/{dist/bridge → bridge}/index.d.ts +0 -0
- /package/{dist/bridge → bridge}/index.d.ts.map +0 -0
- /package/{dist/bridge → bridge}/index.js +0 -0
- /package/{dist/bridge → bridge}/storage-bridge.d.ts +0 -0
- /package/{dist/build-variant.d.ts.map → build-variant.d.ts.map} +0 -0
- /package/{dist/character → character}/character-draft-helpers.d.ts +0 -0
- /package/{dist/character → character}/character-draft-helpers.d.ts.map +0 -0
- /package/{dist/character → character}/character-draft-helpers.js +0 -0
- /package/{dist/character-catalog.d.ts → character-catalog.d.ts} +0 -0
- /package/{dist/character-catalog.d.ts.map → character-catalog.d.ts.map} +0 -0
- /package/{dist/character-catalog.js → character-catalog.js} +0 -0
- /package/{dist/chat → chat}/coding-agent-session-state.d.ts +0 -0
- /package/{dist/chat → chat}/coding-agent-session-state.d.ts.map +0 -0
- /package/{dist/chat → chat}/coding-agent-session-state.js +0 -0
- /package/{dist/chat → chat}/index.d.ts +0 -0
- /package/{dist/components/training → cloud/instances/components}/types.js +0 -0
- /package/{dist/components/apps/surfaces/types.js → cloud-ui/components/docs/docs-types.js} +0 -0
- /package/{dist/components/character/character-hub-types.js → cloud-ui/components/layout/dashboard-sidebar-types.js} +0 -0
- /package/{dist/components/chat/widgets/types.js → cloud-ui/types/cloud-api.js} +0 -0
- /package/{dist/platform → companion/desktop-bar}/types.js +0 -0
- /package/{dist/components → components}/accounts/AccountCard.d.ts +0 -0
- /package/{dist/components → components}/accounts/AccountList.d.ts +0 -0
- /package/{dist/components → components}/accounts/AddAccountDialog.d.ts +0 -0
- /package/{dist/components → components}/accounts/EditableAccountLabel.d.ts +0 -0
- /package/{dist/components → components}/accounts/RotationStrategyPicker.d.ts +0 -0
- /package/{dist/components → components}/apps/AppsSidebar.d.ts +0 -0
- /package/{dist/components → components}/apps/GameViewOverlay.d.ts +0 -0
- /package/{dist/components → components}/apps/RunningAppsRow.d.ts +0 -0
- /package/{dist/components → components}/apps/RunningAppsRow.d.ts.map +0 -0
- /package/{dist/components → components}/apps/apps-cache.js +0 -0
- /package/{dist/components → components}/apps/catalog-loader.d.ts +0 -0
- /package/{dist/components → components}/apps/catalog-loader.d.ts.map +0 -0
- /package/{dist/components → components}/apps/catalog-loader.js +0 -0
- /package/{dist/components → components}/apps/extensions/registry.d.ts.map +0 -0
- /package/{dist/components → components}/apps/extensions/types.d.ts +0 -0
- /package/{dist/components → components}/apps/extensions/types.d.ts.map +0 -0
- /package/{dist/widgets → components/apps/extensions}/types.js +0 -0
- /package/{dist/components → components}/apps/internal-tool-apps.d.ts +0 -0
- /package/{dist/components → components}/apps/launch-history.d.ts +0 -0
- /package/{dist/components → components}/apps/launch-history.d.ts.map +0 -0
- /package/{dist/components → components}/apps/launch-history.js +0 -0
- /package/{dist/components → components}/apps/load-apps-catalog.d.ts +0 -0
- /package/{dist/components → components}/apps/overlay-app-api.js +0 -0
- /package/{dist/components → components}/apps/per-app-config.d.ts +0 -0
- /package/{dist/components → components}/apps/per-app-config.d.ts.map +0 -0
- /package/{dist/components → components}/apps/per-app-config.js +0 -0
- /package/{dist/components → components}/apps/run-attention.d.ts +0 -0
- /package/{dist/components → components}/apps/run-attention.d.ts.map +0 -0
- /package/{dist/components → components}/apps/run-attention.js +0 -0
- /package/{dist/components → components}/apps/surfaces/registry.d.ts.map +0 -0
- /package/{dist/components → components}/apps/surfaces/types.d.ts +0 -0
- /package/{dist/components → components}/apps/surfaces/types.d.ts.map +0 -0
- /package/{dist/components/composites/chat/chat-types.js → components/apps/surfaces/types.js} +0 -0
- /package/{dist/components → components}/auth/LoginView.d.ts +0 -0
- /package/{dist/components → components}/character/CharacterEditor.d.ts +0 -0
- /package/{dist/components → components}/character/CharacterEditorPanels.d.ts +0 -0
- /package/{dist/components → components}/character/CharacterExperienceWorkspace.d.ts +0 -0
- /package/{dist/components → components}/character/CharacterHubView.d.ts +0 -0
- /package/{dist/components → components}/character/CharacterLearnedSkillsSection.d.ts +0 -0
- /package/{dist/components → components}/character/CharacterPersonalityTimeline.d.ts +0 -0
- /package/{dist/components → components}/character/CharacterPersonalityTimeline.d.ts.map +0 -0
- /package/{dist/components → components}/character/MusicLibraryCharacterWidget.d.ts +0 -0
- /package/{dist/components → components}/character/MusicLibraryCharacterWidget.d.ts.map +0 -0
- /package/{dist/components → components}/character/character-greeting.d.ts +0 -0
- /package/{dist/components → components}/character/character-greeting.d.ts.map +0 -0
- /package/{dist/components → components}/character/character-greeting.js +0 -0
- /package/{dist/components → components}/character/character-hub-helpers.d.ts +0 -0
- /package/{dist/components → components}/character/character-hub-helpers.d.ts.map +0 -0
- /package/{dist/components → components}/character/character-hub-helpers.js +0 -0
- /package/{dist/components → components}/character/character-hub-types.d.ts +0 -0
- /package/{dist/components → components}/character/character-hub-types.d.ts.map +0 -0
- /package/{dist/components/composites/page-panel/page-panel-types.js → components/character/character-hub-types.js} +0 -0
- /package/{dist/components → components}/character/character-voice-config.d.ts +0 -0
- /package/{dist/components → components}/character/character-voice-config.d.ts.map +0 -0
- /package/{dist/components → components}/character/character-voice-config.js +0 -0
- /package/{dist/components → components}/chat/AgentActivityBox.d.ts +0 -0
- /package/{dist/components → components}/chat/AgentActivityBox.d.ts.map +0 -0
- /package/{dist/components → components}/chat/AppsSection.d.ts +0 -0
- /package/{dist/components → components}/chat/ConnectorAccountPicker.d.ts +0 -0
- /package/{dist/components → components}/chat/SaveCommandModal.d.ts +0 -0
- /package/{dist/components → components}/chat/SaveCommandModal.d.ts.map +0 -0
- /package/{dist/components → components}/chat/chat-source-registration.d.ts +0 -0
- /package/{dist/components → components}/chat/chat-source-registration.d.ts.map +0 -0
- /package/{dist/components → components}/chat/chat-source-registration.js +0 -0
- /package/{dist/components → components}/chat/connector-send-as.d.ts +0 -0
- /package/{dist/components → components}/chat/connector-send-as.d.ts.map +0 -0
- /package/{dist/components → components}/chat/connector-send-as.js +0 -0
- /package/{dist/components → components}/chat/widgets/agent-orchestrator.d.ts +0 -0
- /package/{dist/components → components}/chat/widgets/shared.d.ts +0 -0
- /package/{dist/components → components}/chat/widgets/shared.d.ts.map +0 -0
- /package/{dist/components → components}/chat/widgets/todo.d.ts +0 -0
- /package/{dist/components → components}/chat/widgets/types.d.ts +0 -0
- /package/{dist/components → components}/chat/widgets/types.d.ts.map +0 -0
- /package/{dist/components/composites/sidebar/sidebar-types.js → components/chat/widgets/types.js} +0 -0
- /package/{dist/components → components}/cloud/CloudSourceControls.d.ts +0 -0
- /package/{dist/components → components}/cloud/FlaminaGuide.d.ts +0 -0
- /package/{dist/components → components}/cloud/StripeEmbeddedCheckout.d.ts +0 -0
- /package/{dist/components → components}/cloud/StripeEmbeddedCheckout.d.ts.map +0 -0
- /package/{dist/components → components}/composites/chat/chat-attachment-strip.d.ts +0 -0
- /package/{dist/components → components}/composites/chat/chat-bubble.d.ts +0 -0
- /package/{dist/components → components}/composites/chat/chat-composer-shell.d.ts +0 -0
- /package/{dist/components → components}/composites/chat/chat-composer-shell.d.ts.map +0 -0
- /package/{dist/components → components}/composites/chat/chat-conversation-item.d.ts +0 -0
- /package/{dist/components → components}/composites/chat/chat-conversation-rename-dialog.d.ts +0 -0
- /package/{dist/components → components}/composites/chat/chat-conversation-rename-dialog.d.ts.map +0 -0
- /package/{dist/components → components}/composites/chat/chat-conversation-rename-dialog.js +0 -0
- /package/{dist/components → components}/composites/chat/chat-empty-state.d.ts +0 -0
- /package/{dist/components → components}/composites/chat/chat-empty-state.d.ts.map +0 -0
- /package/{dist/components → components}/composites/chat/chat-message-actions.d.ts +0 -0
- /package/{dist/components → components}/composites/chat/chat-message-actions.d.ts.map +0 -0
- /package/{dist/components → components}/composites/chat/chat-thread-layout.d.ts +0 -0
- /package/{dist/components → components}/composites/chat/chat-thread-layout.d.ts.map +0 -0
- /package/{dist/components → components}/composites/chat/chat-thread-layout.js +0 -0
- /package/{dist/components → components}/composites/chat/chat-transcript.d.ts +0 -0
- /package/{dist/layouts/page-layout/page-layout-types.js → components/composites/chat/chat-types.js} +0 -0
- /package/{dist/components → components}/composites/chat/chat-typing-indicator.d.ts +0 -0
- /package/{dist/components → components}/composites/chat/chat-typing-indicator.d.ts.map +0 -0
- /package/{dist/components → components}/composites/form-field/form-field.d.ts +0 -0
- /package/{dist/components → components}/composites/form-field/form-field.d.ts.map +0 -0
- /package/{dist/components → components}/composites/form-field/form-field.js +0 -0
- /package/{dist/components → components}/composites/form-field/index.d.ts +0 -0
- /package/{dist/components → components}/composites/form-field/index.d.ts.map +0 -0
- /package/{dist/components → components}/composites/form-field/index.js +0 -0
- /package/{dist/components → components}/composites/page-panel/page-panel-collapsible-section.d.ts +0 -0
- /package/{dist/components → components}/composites/page-panel/page-panel-collapsible-section.d.ts.map +0 -0
- /package/{dist/components → components}/composites/page-panel/page-panel-empty.d.ts +0 -0
- /package/{dist/components → components}/composites/page-panel/page-panel-empty.d.ts.map +0 -0
- /package/{dist/components → components}/composites/page-panel/page-panel-frame.d.ts +0 -0
- /package/{dist/components → components}/composites/page-panel/page-panel-frame.d.ts.map +0 -0
- /package/{dist/components → components}/composites/page-panel/page-panel-frame.js +0 -0
- /package/{dist/components → components}/composites/page-panel/page-panel-header.d.ts +0 -0
- /package/{dist/components → components}/composites/page-panel/page-panel-loading.d.ts +0 -0
- /package/{dist/components → components}/composites/page-panel/page-panel-loading.d.ts.map +0 -0
- /package/{dist/components → components}/composites/page-panel/page-panel-toolbar.d.ts +0 -0
- /package/{dist/components → components}/composites/page-panel/page-panel-toolbar.d.ts.map +0 -0
- /package/{dist/components → components}/composites/page-panel/page-panel-toolbar.js +0 -0
- /package/{dist/layouts/workspace-layout/workspace-layout-types.js → components/composites/page-panel/page-panel-types.js} +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-auto-rail.d.ts +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-auto-rail.d.ts.map +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-auto-rail.js +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-body.d.ts +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-body.d.ts.map +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-body.js +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-collapsed-rail.d.ts +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-collapsed-rail.d.ts.map +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-collapsed-rail.js +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-content.d.ts +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-header-stack.d.ts +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-header-stack.d.ts.map +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-header-stack.js +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-header.js +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-panel.d.ts +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-panel.d.ts.map +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-panel.js +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-root.d.ts +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-scroll-region.d.ts +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-scroll-region.d.ts.map +0 -0
- /package/{dist/components → components}/composites/sidebar/sidebar-scroll-region.js +0 -0
- /package/{dist/state/action-notice.js → components/composites/sidebar/sidebar-types.js} +0 -0
- /package/{dist/components → components}/composites/skills/index.d.ts +0 -0
- /package/{dist/components → components}/composites/skills/index.d.ts.map +0 -0
- /package/{dist/components → components}/composites/skills/index.js +0 -0
- /package/{dist/components → components}/composites/skills/skill-sidebar-item.d.ts +0 -0
- /package/{dist/components → components}/composites/skills/skill-sidebar-item.d.ts.map +0 -0
- /package/{dist/components → components}/composites/trajectories/index.d.ts +0 -0
- /package/{dist/components → components}/composites/trajectories/index.d.ts.map +0 -0
- /package/{dist/components → components}/composites/trajectories/index.js +0 -0
- /package/{dist/components → components}/composites/trajectories/trajectory-cache-stats.d.ts +0 -0
- /package/{dist/components → components}/composites/trajectories/trajectory-cache-stats.d.ts.map +0 -0
- /package/{dist/components → components}/composites/trajectories/trajectory-code-block.d.ts +0 -0
- /package/{dist/components → components}/composites/trajectories/trajectory-code-block.d.ts.map +0 -0
- /package/{dist/components → components}/composites/trajectories/trajectory-context-diff-list.d.ts +0 -0
- /package/{dist/components → components}/composites/trajectories/trajectory-context-diff-list.d.ts.map +0 -0
- /package/{dist/components → components}/composites/trajectories/trajectory-event-timeline.d.ts +0 -0
- /package/{dist/components → components}/composites/trajectories/trajectory-event-timeline.d.ts.map +0 -0
- /package/{dist/components → components}/composites/trajectories/trajectory-pipeline-graph.d.ts +0 -0
- /package/{dist/components → components}/composites/trajectories/trajectory-pipeline-graph.d.ts.map +0 -0
- /package/{dist/components → components}/composites/trajectories/trajectory-sidebar-item.d.ts +0 -0
- /package/{dist/components → components}/composites/trajectories/trajectory-sidebar-item.d.ts.map +0 -0
- /package/{dist/components → components}/composites/trajectories/trajectory-sidebar-item.js +0 -0
- /package/{dist/components → components}/connectors/BlueBubblesStatusPanel.d.ts +0 -0
- /package/{dist/components → components}/connectors/ConnectorAccountAuditList.d.ts +0 -0
- /package/{dist/components → components}/connectors/ConnectorAccountCard.d.ts +0 -0
- /package/{dist/components → components}/connectors/ConnectorAccountPrivacySelector.d.ts +0 -0
- /package/{dist/components → components}/connectors/ConnectorAccountPurposeSelector.d.ts +0 -0
- /package/{dist/components → components}/connectors/ConnectorAccountSetupScope.d.ts +0 -0
- /package/{dist/components → components}/connectors/DiscordLocalConnectorPanel.d.ts +0 -0
- /package/{dist/components → components}/connectors/IMessageStatusPanel.d.ts +0 -0
- /package/{dist/components → components}/connectors/SignalQrOverlay.d.ts +0 -0
- /package/{dist/components → components}/connectors/TelegramAccountConnectorPanel.d.ts +0 -0
- /package/{dist/components → components}/connectors/TelegramBotSetupPanel.d.ts +0 -0
- /package/{dist/components → components}/connectors/WhatsAppQrOverlay.d.ts +0 -0
- /package/{dist/components → components}/connectors/connector-account-options.d.ts +0 -0
- /package/{dist/components → components}/connectors/connector-account-options.d.ts.map +0 -0
- /package/{dist/components → components}/connectors/connector-account-options.js +0 -0
- /package/{dist/components → components}/conversations/ConversationRenameDialog.d.ts +0 -0
- /package/{dist/components → components}/conversations/ConversationRenameDialog.d.ts.map +0 -0
- /package/{dist/components → components}/conversations/ConversationsSidebar.d.ts +0 -0
- /package/{dist/components → components}/conversations/brand-icons.d.ts +0 -0
- /package/{dist/components → components}/conversations/brand-icons.d.ts.map +0 -0
- /package/{dist/components → components}/conversations/brand-icons.js +0 -0
- /package/{dist/components → components}/conversations/conversation-sidebar-model.d.ts +0 -0
- /package/{dist/components → components}/custom-actions/CustomActionEditor.d.ts +0 -0
- /package/{dist/components → components}/custom-actions/CustomActionsPanel.d.ts +0 -0
- /package/{dist/components → components}/custom-actions/CustomActionsView.d.ts +0 -0
- /package/{dist/components → components}/local-inference/ActiveModelBar.d.ts +0 -0
- /package/{dist/components → components}/local-inference/DownloadProgress.d.ts +0 -0
- /package/{dist/components → components}/local-inference/DownloadQueue.d.ts +0 -0
- /package/{dist/components → components}/local-inference/HardwareBadge.d.ts +0 -0
- /package/{dist/components → components}/local-inference/LocalInferencePanel.d.ts +0 -0
- /package/{dist/components → components}/local-inference/ModelHubView.d.ts +0 -0
- /package/{dist/components → components}/local-inference/ProvidersList.d.ts +0 -0
- /package/{dist/components → components}/local-inference/RoutingMatrix.d.ts +0 -0
- /package/{dist/components → components}/local-inference/SlotAssignments.d.ts +0 -0
- /package/{dist/components → components}/pages/AppsPageView.d.ts +0 -0
- /package/{dist/components → components}/pages/ConfigPageView.d.ts +0 -0
- /package/{dist/components → components}/pages/DatabasePageView.d.ts +0 -0
- /package/{dist/components → components}/pages/DatabaseView.d.ts +0 -0
- /package/{dist/components → components}/pages/ElizaCloudDashboard.d.ts +0 -0
- /package/{dist/components → components}/pages/ElizaOsAppsView.d.ts +0 -0
- /package/{dist/components → components}/pages/HeartbeatForm.d.ts +0 -0
- /package/{dist/components → components}/pages/HeartbeatsView.d.ts +0 -0
- /package/{dist/components → components}/pages/LogsView.d.ts +0 -0
- /package/{dist/components → components}/pages/MediaGalleryView.d.ts +0 -0
- /package/{dist/components → components}/pages/MemoryDetailPanel.d.ts +0 -0
- /package/{dist/components → components}/pages/MemoryViewerView.d.ts +0 -0
- /package/{dist/components → components}/pages/PluginsPageView.d.ts +0 -0
- /package/{dist/components → components}/pages/RelationshipsGraphPanel.d.ts +0 -0
- /package/{dist/components → components}/pages/RelationshipsIdentityCluster.d.ts +0 -0
- /package/{dist/components → components}/pages/RelationshipsIdentityCluster.d.ts.map +0 -0
- /package/{dist/components → components}/pages/RelationshipsView.d.ts +0 -0
- /package/{dist/components → components}/pages/ReleaseCenterView.d.ts +0 -0
- /package/{dist/components → components}/pages/RuntimeView.d.ts +0 -0
- /package/{dist/components → components}/pages/SecretsView.d.ts +0 -0
- /package/{dist/components → components}/pages/SkillsView.d.ts +0 -0
- /package/{dist/components → components}/pages/SqlEditorPanel.d.ts +0 -0
- /package/{dist/components → components}/pages/StreamView.d.ts +0 -0
- /package/{dist/components → components}/pages/TrajectoriesView.d.ts +0 -0
- /package/{dist/components → components}/pages/TrajectoryDetailView.d.ts +0 -0
- /package/{dist/components → components}/pages/WorkflowGraphViewer.d.ts +0 -0
- /package/{dist/components → components}/pages/automation-conversations.d.ts +0 -0
- /package/{dist/components → components}/pages/automation-conversations.d.ts.map +0 -0
- /package/{dist/components → components}/pages/automation-conversations.js +0 -0
- /package/{dist/components → components}/pages/automations-missing-creds.d.ts +0 -0
- /package/{dist/components → components}/pages/automations-missing-creds.d.ts.map +0 -0
- /package/{dist/components → components}/pages/automations-missing-creds.js +0 -0
- /package/{dist/components → components}/pages/browser-wallet-consent-format.d.ts +0 -0
- /package/{dist/components → components}/pages/browser-wallet-consent-format.d.ts.map +0 -0
- /package/{dist/components → components}/pages/browser-wallet-consent-format.js +0 -0
- /package/{dist/components → components}/pages/cloud-dashboard-utils.d.ts +0 -0
- /package/{dist/components → components}/pages/cloud-dashboard-utils.d.ts.map +0 -0
- /package/{dist/components → components}/pages/cloud-dashboard-utils.js +0 -0
- /package/{dist/components → components}/pages/page-scoped-conversations.d.ts +0 -0
- /package/{dist/components → components}/pages/page-scoped-conversations.d.ts.map +0 -0
- /package/{dist/components → components}/pages/plugin-view-connectors.d.ts +0 -0
- /package/{dist/components → components}/pages/plugin-view-dialogs.d.ts +0 -0
- /package/{dist/components → components}/pages/plugin-view-modal.d.ts +0 -0
- /package/{dist/components → components}/pages/relationships/RelationshipsActivityFeed.d.ts +0 -0
- /package/{dist/components → components}/pages/relationships/RelationshipsCandidateMergesPanel.d.ts +0 -0
- /package/{dist/components → components}/pages/relationships/RelationshipsPersonPanels.d.ts +0 -0
- /package/{dist/components → components}/pages/relationships/RelationshipsWorkspaceView.d.ts +0 -0
- /package/{dist/components → components}/pages/relationships/relationships-utils.d.ts +0 -0
- /package/{dist/components → components}/pages/relationships/relationships-utils.d.ts.map +0 -0
- /package/{dist/components → components}/pages/relationships/relationships-utils.js +0 -0
- /package/{dist/components → components}/pages/skill-detail-panel.d.ts +0 -0
- /package/{dist/components → components}/pages/skill-marketplace.d.ts +0 -0
- /package/{dist/components → components}/pages/vector-browser-utils.d.ts +0 -0
- /package/{dist/components → components}/pages/vector-browser-utils.d.ts.map +0 -0
- /package/{dist/components → components}/pages/vector-browser-utils.js +0 -0
- /package/{dist/components → components}/pages/workflow-graph-events.d.ts +0 -0
- /package/{dist/components → components}/pages/workflow-graph-events.d.ts.map +0 -0
- /package/{dist/components → components}/pages/workflow-graph-events.js +0 -0
- /package/{dist/components → components}/permissions/PermissionIcon.d.ts +0 -0
- /package/{dist/components → components}/plugins/showcase-data.d.ts +0 -0
- /package/{dist/components → components}/policy-controls/PolicyToggle.d.ts +0 -0
- /package/{dist/components → components}/policy-controls/constants.d.ts +0 -0
- /package/{dist/components → components}/policy-controls/constants.d.ts.map +0 -0
- /package/{dist/components → components}/policy-controls/constants.js +0 -0
- /package/{dist/components → components}/policy-controls/helpers.d.ts +0 -0
- /package/{dist/components → components}/policy-controls/helpers.d.ts.map +0 -0
- /package/{dist/components → components}/policy-controls/helpers.js +0 -0
- /package/{dist/components → components}/policy-controls/types.d.ts +0 -0
- /package/{dist/components → components}/policy-controls/types.d.ts.map +0 -0
- /package/{dist/components → components}/release-center/sections.d.ts +0 -0
- /package/{dist/components → components}/release-center/types.d.ts +0 -0
- /package/{dist/components → components}/release-center/types.d.ts.map +0 -0
- /package/{dist/components → components}/release-center/types.js +0 -0
- /package/{dist/components → components}/settings/AppearanceSettingsSection.d.ts +0 -0
- /package/{dist/components → components}/settings/CapabilitiesSection.d.ts +0 -0
- /package/{dist/components → components}/settings/IdentitySettingsSection.d.ts +0 -0
- /package/{dist/components → components}/settings/PermissionsSection.d.ts +0 -0
- /package/{dist/components → components}/settings/PolicyControlsView.d.ts +0 -0
- /package/{dist/components → components}/settings/SecuritySettingsSection.d.ts +0 -0
- /package/{dist/components → components}/settings/VaultInventoryPanel.d.ts +0 -0
- /package/{dist/components → components}/settings/vault-tabs/SecretsTab.d.ts +0 -0
- /package/{dist/components → components}/settings/vault-tabs/SecretsTab.d.ts.map +0 -0
- /package/{dist/components → components}/settings/vault-tabs/SecretsTab.js +0 -0
- /package/{dist/components → components}/shared/CollapsibleSidebarSection.d.ts +0 -0
- /package/{dist/components → components}/shared/CollapsibleSidebarSection.d.ts.map +0 -0
- /package/{dist/components → components}/shared/ThemeToggle.d.ts +0 -0
- /package/{dist/components → components}/shared/confirm-delete-control.d.ts +0 -0
- /package/{dist/components → components}/shell/BugReportModal.d.ts +0 -0
- /package/{dist/components → components}/shell/CommandPalette.d.ts +0 -0
- /package/{dist/components → components}/shell/CommandPalette.d.ts.map +0 -0
- /package/{dist/components → components}/shell/ComputerUseApprovalOverlay.d.ts +0 -0
- /package/{dist/components → components}/shell/ConnectionFailedBanner.d.ts +0 -0
- /package/{dist/components → components}/shell/ConnectionLostOverlay.d.ts +0 -0
- /package/{dist/components → components}/shell/PairingCommandHint.d.ts +0 -0
- /package/{dist/components → components}/shell/PairingView.d.ts +0 -0
- /package/{dist/components → components}/shell/RestartBanner.d.ts +0 -0
- /package/{dist/components → components}/shell/ShellOverlays.d.ts +0 -0
- /package/{dist/components → components}/shell/ShortcutsOverlay.d.ts +0 -0
- /package/{dist/components → components}/shell/ShortcutsOverlay.d.ts.map +0 -0
- /package/{dist/components → components}/shell/StartupFailureView.d.ts +0 -0
- /package/{dist/components → components}/shell/SystemWarningBanner.d.ts +0 -0
- /package/{dist/components → components}/shell/pairing-command.d.ts +0 -0
- /package/{dist/components → components}/shell/pairing-command.d.ts.map +0 -0
- /package/{dist/components → components}/shell/pairing-command.js +0 -0
- /package/{dist/state/agent-profile-types.js → components/shell/shell-state.js} +0 -0
- /package/{dist/state/ui-preferences.js → components/shell/startup-shell-types.js} +0 -0
- /package/{dist/components → components}/steward/injected.d.ts +0 -0
- /package/{dist/components → components}/steward/injected.d.ts.map +0 -0
- /package/{dist/components → components}/stream/StatusBar.d.ts +0 -0
- /package/{dist/components → components}/stream/helpers.d.ts +0 -0
- /package/{dist/components → components}/stream/helpers.d.ts.map +0 -0
- /package/{dist/components → components}/stream/helpers.js +0 -0
- /package/{dist/components → components}/training/InferenceEndpointPanel.d.ts +0 -0
- /package/{dist/components → components}/training/JobDetailPanel.d.ts +0 -0
- /package/{dist/components → components}/training/TrainingDashboard.d.ts +0 -0
- /package/{dist/components → components}/training/injected.d.ts +0 -0
- /package/{dist/components → components}/training/injected.d.ts.map +0 -0
- /package/{dist/components → components}/ui/badge.d.ts +0 -0
- /package/{dist/components → components}/ui/badge.d.ts.map +0 -0
- /package/{dist/components → components}/ui/banner.d.ts +0 -0
- /package/{dist/components → components}/ui/banner.js +0 -0
- /package/{dist/components → components}/ui/checkbox.d.ts +0 -0
- /package/{dist/components → components}/ui/checkbox.d.ts.map +0 -0
- /package/{dist/components → components}/ui/checkbox.js +0 -0
- /package/{dist/components → components}/ui/confirm-delete.d.ts +0 -0
- /package/{dist/components → components}/ui/confirm-delete.d.ts.map +0 -0
- /package/{dist/components → components}/ui/connection-status.d.ts +0 -0
- /package/{dist/components → components}/ui/connection-status.d.ts.map +0 -0
- /package/{dist/components → components}/ui/copy-button.d.ts +0 -0
- /package/{dist/components → components}/ui/dialog.d.ts +0 -0
- /package/{dist/components → components}/ui/dropdown-menu.d.ts +0 -0
- /package/{dist/components → components}/ui/dropdown-menu.d.ts.map +0 -0
- /package/{dist/components → components}/ui/field-switch.d.ts +0 -0
- /package/{dist/components → components}/ui/field-switch.d.ts.map +0 -0
- /package/{dist/components → components}/ui/field.d.ts +0 -0
- /package/{dist/components → components}/ui/field.d.ts.map +0 -0
- /package/{dist/components → components}/ui/field.js +0 -0
- /package/{dist/components → components}/ui/form-select.d.ts +0 -0
- /package/{dist/components → components}/ui/form-select.d.ts.map +0 -0
- /package/{dist/components → components}/ui/grid.d.ts.map +0 -0
- /package/{dist/components → components}/ui/grid.js +0 -0
- /package/{dist/components → components}/ui/input.d.ts +0 -0
- /package/{dist/components → components}/ui/input.d.ts.map +0 -0
- /package/{dist/components → components}/ui/label.d.ts +0 -0
- /package/{dist/components → components}/ui/label.d.ts.map +0 -0
- /package/{dist/components → components}/ui/label.js +0 -0
- /package/{dist/components → components}/ui/new-action-button.d.ts +0 -0
- /package/{dist/components → components}/ui/new-action-button.d.ts.map +0 -0
- /package/{dist/components → components}/ui/popover.d.ts +0 -0
- /package/{dist/components → components}/ui/popover.d.ts.map +0 -0
- /package/{dist/components → components}/ui/save-footer.d.ts +0 -0
- /package/{dist/components → components}/ui/save-footer.d.ts.map +0 -0
- /package/{dist/components → components}/ui/save-footer.js +0 -0
- /package/{dist/components → components}/ui/segmented-control.d.ts +0 -0
- /package/{dist/components → components}/ui/segmented-control.d.ts.map +0 -0
- /package/{dist/components → components}/ui/select.d.ts +0 -0
- /package/{dist/components → components}/ui/select.d.ts.map +0 -0
- /package/{dist/components → components}/ui/separator.d.ts +0 -0
- /package/{dist/components → components}/ui/separator.d.ts.map +0 -0
- /package/{dist/components → components}/ui/separator.js +0 -0
- /package/{dist/components → components}/ui/skeleton.d.ts +0 -0
- /package/{dist/components → components}/ui/skeleton.d.ts.map +0 -0
- /package/{dist/components → components}/ui/spinner.d.ts +0 -0
- /package/{dist/components → components}/ui/spinner.d.ts.map +0 -0
- /package/{dist/components → components}/ui/spinner.js +0 -0
- /package/{dist/components → components}/ui/stack.d.ts.map +0 -0
- /package/{dist/components → components}/ui/stack.js +0 -0
- /package/{dist/components → components}/ui/tabs.d.ts +0 -0
- /package/{dist/components → components}/ui/tabs.d.ts.map +0 -0
- /package/{dist/components → components}/ui/tag-editor.d.ts +0 -0
- /package/{dist/components → components}/ui/tag-editor.d.ts.map +0 -0
- /package/{dist/components → components}/ui/textarea.d.ts +0 -0
- /package/{dist/components → components}/ui/textarea.d.ts.map +0 -0
- /package/{dist/components → components}/ui/typography.d.ts.map +0 -0
- /package/{dist/components → components}/ui/typography.js +0 -0
- /package/{dist/config → config}/boot-config.d.ts.map +0 -0
- /package/{dist/config → config}/config-catalog.d.ts +0 -0
- /package/{dist/config → config}/config-catalog.d.ts.map +0 -0
- /package/{dist/config → config}/config-catalog.js +0 -0
- /package/{dist/content-packs → content-packs}/bundled-packs.d.ts +0 -0
- /package/{dist/content-packs → content-packs}/bundled-packs.d.ts.map +0 -0
- /package/{dist/content-packs → content-packs}/bundled-packs.js +0 -0
- /package/{dist/content-packs → content-packs}/index.d.ts +0 -0
- /package/{dist/content-packs → content-packs}/index.d.ts.map +0 -0
- /package/{dist/content-packs → content-packs}/index.js +0 -0
- /package/{dist/content-packs → content-packs}/load-pack.d.ts +0 -0
- /package/{dist/content-packs → content-packs}/load-pack.d.ts.map +0 -0
- /package/{dist/content-packs → content-packs}/load-pack.js +0 -0
- /package/{dist/hooks → hooks}/useAccounts.d.ts +0 -0
- /package/{dist/hooks → hooks}/useActivityEvents.d.ts +0 -0
- /package/{dist/hooks → hooks}/useAutomationDeepLink.d.ts +0 -0
- /package/{dist/hooks → hooks}/useAutomationDeepLink.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useAutomationDeepLink.js +0 -0
- /package/{dist/hooks → hooks}/useChatAvatarVoiceBridge.js +0 -0
- /package/{dist/hooks → hooks}/useConnectorAccounts.d.ts +0 -0
- /package/{dist/hooks → hooks}/useConnectorSendAsAccount.d.ts +0 -0
- /package/{dist/hooks → hooks}/useContextMenu.d.ts +0 -0
- /package/{dist/hooks → hooks}/useContextMenu.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useDebouncedValue.d.ts +0 -0
- /package/{dist/hooks → hooks}/useDebouncedValue.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useDebouncedValue.js +0 -0
- /package/{dist/hooks → hooks}/useDocumentVisibility.d.ts +0 -0
- /package/{dist/hooks → hooks}/useDocumentVisibility.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useDocumentVisibility.js +0 -0
- /package/{dist/hooks → hooks}/useLinkedSidebarSelection.d.ts +0 -0
- /package/{dist/hooks → hooks}/useLinkedSidebarSelection.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useLinkedSidebarSelection.js +0 -0
- /package/{dist/hooks → hooks}/useMediaQuery.d.ts +0 -0
- /package/{dist/hooks → hooks}/useMediaQuery.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useMediaQuery.js +0 -0
- /package/{dist/hooks → hooks}/useRuntimeMode.d.ts +0 -0
- /package/{dist/hooks → hooks}/useRuntimeMode.js +0 -0
- /package/{dist/hooks → hooks}/useSecretsManagerModal.d.ts +0 -0
- /package/{dist/hooks → hooks}/useSecretsManagerModal.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useSecretsManagerModal.js +0 -0
- /package/{dist/hooks → hooks}/useSecretsManagerShortcut.d.ts +0 -0
- /package/{dist/hooks → hooks}/useSecretsManagerShortcut.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useSecretsManagerShortcut.js +0 -0
- /package/{dist/hooks → hooks}/useSignalPairing.d.ts +0 -0
- /package/{dist/hooks → hooks}/useSignalPairing.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useSignalPairing.js +0 -0
- /package/{dist/hooks → hooks}/useTimeout.d.ts +0 -0
- /package/{dist/hooks → hooks}/useTimeout.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useTimeout.js +0 -0
- /package/{dist/hooks → hooks}/useWhatsAppPairing.d.ts +0 -0
- /package/{dist/layouts → layouts}/chat-panel-layout/chat-panel-layout.d.ts +0 -0
- /package/{dist/layouts → layouts}/chat-panel-layout/chat-panel-layout.d.ts.map +0 -0
- /package/{dist/layouts → layouts}/chat-panel-layout/index.d.ts +0 -0
- /package/{dist/layouts → layouts}/chat-panel-layout/index.d.ts.map +0 -0
- /package/{dist/layouts → layouts}/chat-panel-layout/index.js +0 -0
- /package/{dist/layouts → layouts}/content-layout/content-layout.d.ts +0 -0
- /package/{dist/layouts → layouts}/content-layout/content-layout.d.ts.map +0 -0
- /package/{dist/layouts → layouts}/content-layout/content-layout.js +0 -0
- /package/{dist/layouts → layouts}/content-layout/index.d.ts +0 -0
- /package/{dist/layouts → layouts}/content-layout/index.d.ts.map +0 -0
- /package/{dist/layouts → layouts}/content-layout/index.js +0 -0
- /package/{dist/layouts → layouts}/index.d.ts +0 -0
- /package/{dist/layouts → layouts}/index.d.ts.map +0 -0
- /package/{dist/layouts → layouts}/index.js +0 -0
- /package/{dist/layouts → layouts}/page-layout/index.d.ts +0 -0
- /package/{dist/layouts → layouts}/page-layout/index.d.ts.map +0 -0
- /package/{dist/layouts → layouts}/page-layout/index.js +0 -0
- /package/{dist/layouts → layouts}/page-layout/page-layout-header.d.ts +0 -0
- /package/{dist/layouts → layouts}/page-layout/page-layout-header.d.ts.map +0 -0
- /package/{dist/layouts → layouts}/page-layout/page-layout-header.js +0 -0
- /package/{dist/layouts → layouts}/page-layout/page-layout-mobile-drawer.d.ts +0 -0
- /package/{dist/layouts → layouts}/page-layout/page-layout-types.d.ts +0 -0
- /package/{dist/layouts → layouts}/page-layout/page-layout-types.d.ts.map +0 -0
- /package/{dist/layouts → layouts}/page-layout/page-layout.d.ts +0 -0
- /package/{dist/layouts → layouts}/page-layout/page-layout.d.ts.map +0 -0
- /package/{dist/layouts → layouts}/page-layout/page-layout.js +0 -0
- /package/{dist/layouts → layouts}/workspace-layout/workspace-layout-types.d.ts +0 -0
- /package/{dist/layouts → layouts}/workspace-layout/workspace-layout-types.d.ts.map +0 -0
- /package/{dist/layouts → layouts}/workspace-layout/workspace-layout.d.ts +0 -0
- /package/{dist/layouts/workspace-layout/workspace-mobile-sidebar-controls.js → layouts/workspace-layout/workspace-mobile-sidebar-controls.hooks.js} +0 -0
- /package/{dist/lib → lib}/utils.d.ts +0 -0
- /package/{dist/lib → lib}/utils.d.ts.map +0 -0
- /package/{dist/lib → lib}/utils.js +0 -0
- /package/{dist/platform → platform}/desktop-permissions-client.d.ts +0 -0
- /package/{dist/platform → platform}/is-native-server.d.ts +0 -0
- /package/{dist/platform → platform}/is-native-server.d.ts.map +0 -0
- /package/{dist/platform → platform}/is-native-server.js +0 -0
- /package/{dist/services → services}/local-inference/bundled-models.d.ts.map +0 -0
- /package/{dist/services → services}/local-inference/external-scanner.d.ts +0 -0
- /package/{dist/services → services}/local-inference/external-scanner.d.ts.map +0 -0
- /package/{dist/services → services}/local-inference/external-scanner.js +0 -0
- /package/{dist/services → services}/local-inference/readiness.d.ts +0 -0
- /package/{dist/services → services}/local-inference/readiness.d.ts.map +0 -0
- /package/{dist/services → services}/local-inference/registry.d.ts +0 -0
- /package/{dist/services → services}/local-inference/routing-policy.d.ts +0 -0
- /package/{dist/state → state}/action-notice.d.ts +0 -0
- /package/{dist/state → state}/action-notice.d.ts.map +0 -0
- /package/{dist/state → state}/agent-profile-types.d.ts +0 -0
- /package/{dist/state → state}/agent-profile-types.d.ts.map +0 -0
- /package/{dist/state → state}/agent-profiles.d.ts +0 -0
- /package/{dist/state → state}/agent-startup-timing.d.ts +0 -0
- /package/{dist/state → state}/agent-startup-timing.d.ts.map +0 -0
- /package/{dist/state → state}/agent-startup-timing.js +0 -0
- /package/{dist/state → state}/autonomy.d.ts +0 -0
- /package/{dist/state → state}/autonomy.d.ts.map +0 -0
- /package/{dist/state → state}/autonomy.js +0 -0
- /package/{dist/state → state}/chat-conversation-guards.d.ts +0 -0
- /package/{dist/state → state}/chat-conversation-guards.d.ts.map +0 -0
- /package/{dist/state → state}/chat-conversation-guards.js +0 -0
- /package/{dist/state → state}/config-readers.d.ts +0 -0
- /package/{dist/state → state}/config-readers.d.ts.map +0 -0
- /package/{dist/state → state}/config-readers.js +0 -0
- /package/{dist/state → state}/handle-reset-applied-from-main.d.ts.map +0 -0
- /package/{dist/state → state}/handle-reset-applied-from-main.js +0 -0
- /package/{dist/state → state}/parsers.d.ts +0 -0
- /package/{dist/state → state}/shell-routing.js +0 -0
- /package/{dist/state → state}/useApp.d.ts +0 -0
- /package/{dist/state → state}/useAppProviderEffects.d.ts +0 -0
- /package/{dist/state → state}/useAppShellState.d.ts.map +0 -0
- /package/{dist/state → state}/useAppShellState.js +0 -0
- /package/{dist/state → state}/useCharacterState.d.ts +0 -0
- /package/{dist/state → state}/useCharacterState.d.ts.map +0 -0
- /package/{dist/state → state}/useDeveloperMode.d.ts +0 -0
- /package/{dist/state → state}/useDeveloperMode.d.ts.map +0 -0
- /package/{dist/state → state}/useDeveloperMode.js +0 -0
- /package/{dist/state → state}/useExportImportState.d.ts +0 -0
- /package/{dist/state → state}/useExportImportState.d.ts.map +0 -0
- /package/{dist/state → state}/useExportImportState.js +0 -0
- /package/{dist/state → state}/useLogsState.d.ts +0 -0
- /package/{dist/state → state}/useLogsState.d.ts.map +0 -0
- /package/{dist/state → state}/useLogsState.js +0 -0
- /package/{dist/state → state}/useMiscUiState.d.ts +0 -0
- /package/{dist/state → state}/useMiscUiState.d.ts.map +0 -0
- /package/{dist/state → state}/usePairingState.d.ts +0 -0
- /package/{dist/state → state}/usePairingState.d.ts.map +0 -0
- /package/{dist/state → state}/usePairingState.js +0 -0
- /package/{dist/state → state}/useTriggersState.js +0 -0
- /package/{dist/state → state}/vrm.d.ts +0 -0
- /package/{dist/state → state}/vrm.d.ts.map +0 -0
- /package/{dist/state → state}/vrm.js +0 -0
- /package/{dist/styles → styles}/xterm.css +0 -0
- /package/{dist/terminal → terminal}/palette.d.ts +0 -0
- /package/{dist/terminal → terminal}/palette.d.ts.map +0 -0
- /package/{dist/terminal → terminal}/palette.js +0 -0
- /package/{dist/terminal → terminal}/theme.d.ts +0 -0
- /package/{dist/terminal → terminal}/theme.d.ts.map +0 -0
- /package/{dist/terminal → terminal}/theme.js +0 -0
- /package/{dist/utils → utils}/asset-url.d.ts +0 -0
- /package/{dist/utils → utils}/asset-url.d.ts.map +0 -0
- /package/{dist/utils → utils}/asset-url.js +0 -0
- /package/{dist/utils → utils}/automation-feed-filter.d.ts +0 -0
- /package/{dist/utils → utils}/automation-feed-filter.d.ts.map +0 -0
- /package/{dist/utils → utils}/automation-feed-filter.js +0 -0
- /package/{dist/utils → utils}/clipboard.d.ts +0 -0
- /package/{dist/utils → utils}/clipboard.d.ts.map +0 -0
- /package/{dist/utils → utils}/clipboard.js +0 -0
- /package/{dist/utils → utils}/cron-format.d.ts +0 -0
- /package/{dist/utils → utils}/cron-format.d.ts.map +0 -0
- /package/{dist/utils → utils}/cron-format.js +0 -0
- /package/{dist/utils → utils}/desktop-bug-report.d.ts +0 -0
- /package/{dist/utils → utils}/desktop-bug-report.d.ts.map +0 -0
- /package/{dist/utils → utils}/desktop-bug-report.js +0 -0
- /package/{dist/utils → utils}/desktop-dialogs.d.ts +0 -0
- /package/{dist/utils → utils}/desktop-dialogs.d.ts.map +0 -0
- /package/{dist/utils → utils}/desktop-dialogs.js +0 -0
- /package/{dist/utils → utils}/env.d.ts +0 -0
- /package/{dist/utils → utils}/env.d.ts.map +0 -0
- /package/{dist/utils → utils}/env.js +0 -0
- /package/{dist/utils → utils}/globals.d.ts +0 -0
- /package/{dist/utils → utils}/globals.d.ts.map +0 -0
- /package/{dist/utils → utils}/openExternalUrl.d.ts +0 -0
- /package/{dist/utils → utils}/task-schedule.d.ts +0 -0
- /package/{dist/utils → utils}/task-schedule.d.ts.map +0 -0
- /package/{dist/utils → utils}/task-schedule.js +0 -0
- /package/{dist/utils → utils}/tts-debug.d.ts +0 -0
- /package/{dist/utils → utils}/workflow-json.d.ts +0 -0
- /package/{dist/voice → voice}/types.d.ts +0 -0
- /package/{dist/voice → voice}/types.d.ts.map +0 -0
- /package/{dist/voice → voice}/types.js +0 -0
- /package/{dist/voice → voice}/voice-chat-recording.d.ts +0 -0
- /package/{dist/voice → voice}/voice-chat-recording.d.ts.map +0 -0
- /package/{dist/voice → voice}/voice-chat-recording.js +0 -0
- /package/{dist/widgets → widgets}/registry-store.d.ts +0 -0
- /package/{dist/widgets → widgets}/registry-store.d.ts.map +0 -0
- /package/{dist/widgets → widgets}/types.d.ts +0 -0
- /package/{dist/widgets → widgets}/types.d.ts.map +0 -0
- /package/{dist/widgets → widgets}/useChatSidebarVisibility.d.ts +0 -0
- /package/{dist/widgets → widgets}/useChatSidebarVisibility.d.ts.map +0 -0
|
@@ -0,0 +1,2360 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Agent domain methods — lifecycle, auth, config, connectors, triggers,
|
|
3
|
+
* training, plugins, streaming, logs, character, permissions, updates.
|
|
4
|
+
*/
|
|
5
|
+
import { isElizaSettingsDebugEnabled, sanitizeForSettingsDebug, settingsDebugCloudSummary, } from "@elizaos/shared";
|
|
6
|
+
import { invokeDesktopBridgeRequest, invokeDesktopBridgeRequestWithTimeout, } from "../bridge/electrobun-rpc.js";
|
|
7
|
+
import { getAppBlockerPlugin, getWebsiteBlockerPlugin, } from "../bridge/native-plugins.js";
|
|
8
|
+
import { TERMINAL_STATUSES } from "../chat/coding-agent-session-state.js";
|
|
9
|
+
import { androidNativeAgentLifecycleForUrl } from "./android-native-agent-transport.js";
|
|
10
|
+
import { ElizaClient } from "./client-base.js";
|
|
11
|
+
import { isDirectCloudSharedAgentBase } from "./client-cloud.js";
|
|
12
|
+
import { ApiError, mapAcpSessionsToCodingAgentSessions, mapTaskThreadsToCodingAgentSessions, } from "./client-types.js";
|
|
13
|
+
// ---------------------------------------------------------------------------
|
|
14
|
+
// Module-level helpers
|
|
15
|
+
// ---------------------------------------------------------------------------
|
|
16
|
+
function clientSettingsDebug() {
|
|
17
|
+
let viteEnv;
|
|
18
|
+
try {
|
|
19
|
+
viteEnv = import.meta.env;
|
|
20
|
+
}
|
|
21
|
+
catch {
|
|
22
|
+
viteEnv = undefined;
|
|
23
|
+
}
|
|
24
|
+
return isElizaSettingsDebugEnabled({
|
|
25
|
+
importMetaEnv: viteEnv,
|
|
26
|
+
env: typeof process !== "undefined" ? process.env : undefined,
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
function isTradePermissionMode(value) {
|
|
30
|
+
return (value === "user-sign-only" ||
|
|
31
|
+
value === "manual-local-key" ||
|
|
32
|
+
value === "agent-auto" ||
|
|
33
|
+
value === "disabled");
|
|
34
|
+
}
|
|
35
|
+
const WEBSITE_BLOCKING_PERMISSION_ID = "website-blocking";
|
|
36
|
+
function getNativeWebsiteBlockerPluginIfAvailable() {
|
|
37
|
+
const plugin = getWebsiteBlockerPlugin();
|
|
38
|
+
return typeof plugin.getStatus === "function" &&
|
|
39
|
+
typeof plugin.startBlock === "function" &&
|
|
40
|
+
typeof plugin.stopBlock === "function" &&
|
|
41
|
+
typeof plugin.checkPermissions === "function" &&
|
|
42
|
+
typeof plugin.requestPermissions === "function" &&
|
|
43
|
+
typeof plugin.openSettings === "function"
|
|
44
|
+
? plugin
|
|
45
|
+
: null;
|
|
46
|
+
}
|
|
47
|
+
function getNativeAppBlockerPluginIfAvailable() {
|
|
48
|
+
const plugin = getAppBlockerPlugin();
|
|
49
|
+
return typeof plugin.getStatus === "function" &&
|
|
50
|
+
typeof plugin.checkPermissions === "function" &&
|
|
51
|
+
typeof plugin.requestPermissions === "function" &&
|
|
52
|
+
typeof plugin.getInstalledApps === "function" &&
|
|
53
|
+
typeof plugin.selectApps === "function" &&
|
|
54
|
+
typeof plugin.blockApps === "function" &&
|
|
55
|
+
typeof plugin.unblockApps === "function"
|
|
56
|
+
? plugin
|
|
57
|
+
: null;
|
|
58
|
+
}
|
|
59
|
+
function mapWebsiteBlockerPermissionResult(permission) {
|
|
60
|
+
return {
|
|
61
|
+
id: WEBSITE_BLOCKING_PERMISSION_ID,
|
|
62
|
+
status: permission.status,
|
|
63
|
+
canRequest: permission.canRequest,
|
|
64
|
+
reason: permission.reason,
|
|
65
|
+
lastChecked: Date.now(),
|
|
66
|
+
platform: currentClientPlatform(),
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
function mapWebsiteBlockerStatusToPermission(status) {
|
|
70
|
+
return {
|
|
71
|
+
id: WEBSITE_BLOCKING_PERMISSION_ID,
|
|
72
|
+
status: status.permissionStatus ??
|
|
73
|
+
(status.available ? "granted" : "not-determined"),
|
|
74
|
+
canRequest: status.canRequestPermission ?? status.supportsElevationPrompt,
|
|
75
|
+
reason: status.reason,
|
|
76
|
+
lastChecked: Date.now(),
|
|
77
|
+
platform: currentClientPlatform(),
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
function currentClientPlatform() {
|
|
81
|
+
if (typeof navigator !== "undefined") {
|
|
82
|
+
const ua = navigator.userAgent.toLowerCase();
|
|
83
|
+
if (ua.includes("mac"))
|
|
84
|
+
return "darwin";
|
|
85
|
+
if (ua.includes("win"))
|
|
86
|
+
return "win32";
|
|
87
|
+
}
|
|
88
|
+
return "linux";
|
|
89
|
+
}
|
|
90
|
+
function logSettingsClient(phase, detail) {
|
|
91
|
+
if (!clientSettingsDebug())
|
|
92
|
+
return;
|
|
93
|
+
console.debug(`[eliza][settings][client] ${phase}`, sanitizeForSettingsDebug(detail));
|
|
94
|
+
}
|
|
95
|
+
const SETTINGS_MUTATION_TIMEOUT_MS = 30_000;
|
|
96
|
+
const DESKTOP_STATUS_RPC_TIMEOUT_MS = 1_500;
|
|
97
|
+
async function getDesktopStatusRpc(rpcMethod, params) {
|
|
98
|
+
const outcome = await invokeDesktopBridgeRequestWithTimeout({
|
|
99
|
+
rpcMethod,
|
|
100
|
+
ipcChannel: "agent",
|
|
101
|
+
params,
|
|
102
|
+
timeoutMs: DESKTOP_STATUS_RPC_TIMEOUT_MS,
|
|
103
|
+
});
|
|
104
|
+
return outcome.status === "ok" && outcome.value ? outcome.value : null;
|
|
105
|
+
}
|
|
106
|
+
// ---------------------------------------------------------------------------
|
|
107
|
+
// Prototype augmentation
|
|
108
|
+
// ---------------------------------------------------------------------------
|
|
109
|
+
ElizaClient.prototype.getStatus = async function () {
|
|
110
|
+
// A shared-runtime cloud agent is provisioned and running cloud-side with no
|
|
111
|
+
// agent server, so /api/status 404s and the readiness poll would wedge on
|
|
112
|
+
// "Initializing agent…". Report it running (the provision response confirms
|
|
113
|
+
// status:"running") so startup proceeds to chat — its REST adapter already
|
|
114
|
+
// serves /api/conversations + /api/conversations/:id/messages.
|
|
115
|
+
if (isDirectCloudSharedAgentBase(this.getBaseUrl())) {
|
|
116
|
+
return {
|
|
117
|
+
state: "running",
|
|
118
|
+
agentName: "Eliza",
|
|
119
|
+
model: undefined,
|
|
120
|
+
// Cloud-shared agent is provisioned + serving cloud-side — first-turn
|
|
121
|
+
// capability is online, so the composer should be live immediately.
|
|
122
|
+
canRespond: true,
|
|
123
|
+
uptime: undefined,
|
|
124
|
+
startedAt: undefined,
|
|
125
|
+
};
|
|
126
|
+
}
|
|
127
|
+
try {
|
|
128
|
+
const viaRpc = await getDesktopStatusRpc("getAgentStatus");
|
|
129
|
+
if (viaRpc)
|
|
130
|
+
return viaRpc;
|
|
131
|
+
}
|
|
132
|
+
catch {
|
|
133
|
+
/* fall through */
|
|
134
|
+
}
|
|
135
|
+
const nativeAgent = await androidNativeAgentLifecycleForUrl(this.getBaseUrl());
|
|
136
|
+
if (nativeAgent?.getStatus) {
|
|
137
|
+
const native = (await nativeAgent.getStatus());
|
|
138
|
+
// The native lifecycle plugin reports the bun *process* state but not the
|
|
139
|
+
// agent's first-turn readiness (`canRespond`) or loaded `model` — those
|
|
140
|
+
// exist only in the HTTP `/api/status` the running agent serves. Without
|
|
141
|
+
// them `deriveAgentReady` never flips, so the chat's `ready` gate stays
|
|
142
|
+
// false forever ("waking up…") and voice / hands-free is blocked even though
|
|
143
|
+
// the agent can answer. When the process is up but its status doesn't yet
|
|
144
|
+
// confirm `canRespond`, fill the readiness fields from `/api/status`.
|
|
145
|
+
if (native.state === "running" && native.canRespond !== true) {
|
|
146
|
+
try {
|
|
147
|
+
const http = (await this.fetch("/api/status"));
|
|
148
|
+
if (http && typeof http === "object") {
|
|
149
|
+
return { ...native, ...http };
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
catch {
|
|
153
|
+
/* /api/status unreachable — fall back to the native lifecycle status */
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
return native;
|
|
157
|
+
}
|
|
158
|
+
return this.fetch("/api/status");
|
|
159
|
+
};
|
|
160
|
+
ElizaClient.prototype.getBootProgress = async function () {
|
|
161
|
+
try {
|
|
162
|
+
return await getDesktopStatusRpc("bootProgress");
|
|
163
|
+
}
|
|
164
|
+
catch {
|
|
165
|
+
return null;
|
|
166
|
+
}
|
|
167
|
+
};
|
|
168
|
+
ElizaClient.prototype.getLaunchProgress = async function () {
|
|
169
|
+
try {
|
|
170
|
+
return await getDesktopStatusRpc("launchProgress");
|
|
171
|
+
}
|
|
172
|
+
catch {
|
|
173
|
+
return null;
|
|
174
|
+
}
|
|
175
|
+
};
|
|
176
|
+
ElizaClient.prototype.getAgentSelfStatus = async function () {
|
|
177
|
+
try {
|
|
178
|
+
const viaRpc = await getDesktopStatusRpc("getAgentSelfStatus");
|
|
179
|
+
if (viaRpc)
|
|
180
|
+
return viaRpc;
|
|
181
|
+
}
|
|
182
|
+
catch {
|
|
183
|
+
/* fall through */
|
|
184
|
+
}
|
|
185
|
+
return this.fetch("/api/agent/self-status");
|
|
186
|
+
};
|
|
187
|
+
ElizaClient.prototype.getRuntimeSnapshot = async function (opts) {
|
|
188
|
+
try {
|
|
189
|
+
const viaRpc = await getDesktopStatusRpc("getRuntimeSnapshot", opts);
|
|
190
|
+
if (viaRpc)
|
|
191
|
+
return viaRpc;
|
|
192
|
+
}
|
|
193
|
+
catch {
|
|
194
|
+
/* fall through */
|
|
195
|
+
}
|
|
196
|
+
const params = new URLSearchParams();
|
|
197
|
+
if (typeof opts?.depth === "number")
|
|
198
|
+
params.set("depth", String(opts.depth));
|
|
199
|
+
if (typeof opts?.maxArrayLength === "number") {
|
|
200
|
+
params.set("maxArrayLength", String(opts.maxArrayLength));
|
|
201
|
+
}
|
|
202
|
+
if (typeof opts?.maxObjectEntries === "number") {
|
|
203
|
+
params.set("maxObjectEntries", String(opts.maxObjectEntries));
|
|
204
|
+
}
|
|
205
|
+
if (typeof opts?.maxStringLength === "number") {
|
|
206
|
+
params.set("maxStringLength", String(opts.maxStringLength));
|
|
207
|
+
}
|
|
208
|
+
const qs = params.toString();
|
|
209
|
+
return this.fetch(`/api/runtime${qs ? `?${qs}` : ""}`);
|
|
210
|
+
};
|
|
211
|
+
ElizaClient.prototype.setAutomationMode = async function (mode) {
|
|
212
|
+
try {
|
|
213
|
+
const viaRpc = await invokeDesktopBridgeRequest({
|
|
214
|
+
rpcMethod: "setAgentAutomationMode",
|
|
215
|
+
ipcChannel: "agent:setAgentAutomationMode",
|
|
216
|
+
params: { mode },
|
|
217
|
+
});
|
|
218
|
+
if (viaRpc)
|
|
219
|
+
return { mode: viaRpc.mode };
|
|
220
|
+
}
|
|
221
|
+
catch {
|
|
222
|
+
/* fall through */
|
|
223
|
+
}
|
|
224
|
+
return this.fetch("/api/permissions/automation-mode", {
|
|
225
|
+
method: "PUT",
|
|
226
|
+
body: JSON.stringify({ mode }),
|
|
227
|
+
});
|
|
228
|
+
};
|
|
229
|
+
ElizaClient.prototype.setTradeMode = async function (mode) {
|
|
230
|
+
if (isTradePermissionMode(mode)) {
|
|
231
|
+
try {
|
|
232
|
+
const viaRpc = await invokeDesktopBridgeRequest({
|
|
233
|
+
rpcMethod: "setTradePermissionMode",
|
|
234
|
+
ipcChannel: "agent:setTradePermissionMode",
|
|
235
|
+
params: { mode },
|
|
236
|
+
});
|
|
237
|
+
if (viaRpc) {
|
|
238
|
+
return {
|
|
239
|
+
ok: viaRpc.ok ?? true,
|
|
240
|
+
tradePermissionMode: viaRpc.tradePermissionMode,
|
|
241
|
+
};
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
catch {
|
|
245
|
+
/* fall through */
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
return this.fetch("/api/permissions/trade-mode", {
|
|
249
|
+
method: "PUT",
|
|
250
|
+
body: JSON.stringify({ mode }),
|
|
251
|
+
});
|
|
252
|
+
};
|
|
253
|
+
ElizaClient.prototype.playEmote = async function (emoteId) {
|
|
254
|
+
return this.fetch("/api/emote", {
|
|
255
|
+
method: "POST",
|
|
256
|
+
body: JSON.stringify({ emoteId }),
|
|
257
|
+
});
|
|
258
|
+
};
|
|
259
|
+
ElizaClient.prototype.runTerminalCommand = async function (command) {
|
|
260
|
+
return this.fetch("/api/terminal/run", {
|
|
261
|
+
method: "POST",
|
|
262
|
+
body: JSON.stringify({ command }),
|
|
263
|
+
});
|
|
264
|
+
};
|
|
265
|
+
ElizaClient.prototype.getFirstRunStatus = async function () {
|
|
266
|
+
// A shared-runtime cloud agent is provisioned on our behalf, so first-run is
|
|
267
|
+
// complete by definition AND its REST adapter has no /api/first-run* surface.
|
|
268
|
+
// Short-circuit here: otherwise the native-bridge RPC path (a local on-device
|
|
269
|
+
// agent that auto-starts on stock phones) answers with ITS first-run state
|
|
270
|
+
// ({complete:false}), and the HTTP path 404s — either way the app wrongly
|
|
271
|
+
// re-enters onboarding instead of going to the cloud chat.
|
|
272
|
+
if (isDirectCloudSharedAgentBase(this.getBaseUrl())) {
|
|
273
|
+
return { complete: true, cloudProvisioned: true };
|
|
274
|
+
}
|
|
275
|
+
// Prefer typed Electrobun RPC. The bun-side composer throws
|
|
276
|
+
// AgentNotReadyError if the agent has no port yet; we catch and
|
|
277
|
+
// fall through to HTTP so the renderer's polling loop sees the
|
|
278
|
+
// same "transport not ready" semantic as before RPC was wired.
|
|
279
|
+
// Server contract: eliza/packages/agent/src/api/first-run-routes.ts.
|
|
280
|
+
try {
|
|
281
|
+
const viaRpc = await invokeDesktopBridgeRequest({ rpcMethod: "getFirstRunStatus", ipcChannel: "agent" });
|
|
282
|
+
if (viaRpc)
|
|
283
|
+
return viaRpc;
|
|
284
|
+
}
|
|
285
|
+
catch {
|
|
286
|
+
/* AgentNotReadyError or any RPC failure → fall through to HTTP */
|
|
287
|
+
}
|
|
288
|
+
return this.fetch("/api/first-run/status");
|
|
289
|
+
};
|
|
290
|
+
ElizaClient.prototype.getWalletKeys = async function () {
|
|
291
|
+
return this.fetch("/api/wallet/keys");
|
|
292
|
+
};
|
|
293
|
+
ElizaClient.prototype.getWalletOsStoreStatus = async function () {
|
|
294
|
+
return this.fetch("/api/wallet/os-store");
|
|
295
|
+
};
|
|
296
|
+
ElizaClient.prototype.postWalletOsStoreAction = async function (action) {
|
|
297
|
+
return this.fetch("/api/wallet/os-store", {
|
|
298
|
+
method: "POST",
|
|
299
|
+
body: JSON.stringify({ action }),
|
|
300
|
+
});
|
|
301
|
+
};
|
|
302
|
+
ElizaClient.prototype.getAuthStatus = async function () {
|
|
303
|
+
// Prefer typed Electrobun RPC. Throws AgentNotReadyError when the
|
|
304
|
+
// agent has no port yet — we catch and fall through to HTTP so the
|
|
305
|
+
// existing retry/backoff loop handles the "not ready" semantic
|
|
306
|
+
// exactly as it did before RPC was in the picture. NEVER fabricates
|
|
307
|
+
// a 401-shaped fallback response (see the auth-client.ts authMe wrapper
|
|
308
|
+
// history if you need the bug story).
|
|
309
|
+
try {
|
|
310
|
+
const viaRpc = await invokeDesktopBridgeRequest({ rpcMethod: "getAuthStatus", ipcChannel: "agent" });
|
|
311
|
+
if (viaRpc)
|
|
312
|
+
return viaRpc;
|
|
313
|
+
}
|
|
314
|
+
catch {
|
|
315
|
+
/* AgentNotReadyError or any RPC failure → fall through to HTTP */
|
|
316
|
+
}
|
|
317
|
+
const maxRetries = 3;
|
|
318
|
+
const baseBackoffMs = 1000;
|
|
319
|
+
let lastErr;
|
|
320
|
+
for (let attempt = 0; attempt <= maxRetries; attempt++) {
|
|
321
|
+
try {
|
|
322
|
+
return await this.fetch("/api/auth/status");
|
|
323
|
+
}
|
|
324
|
+
catch (err) {
|
|
325
|
+
const status = err?.status;
|
|
326
|
+
if (status === 401) {
|
|
327
|
+
return { required: true, pairingEnabled: false, expiresAt: null };
|
|
328
|
+
}
|
|
329
|
+
if (status === 404) {
|
|
330
|
+
return { required: false, pairingEnabled: false, expiresAt: null };
|
|
331
|
+
}
|
|
332
|
+
lastErr = err;
|
|
333
|
+
if (attempt < maxRetries) {
|
|
334
|
+
await new Promise((r) => setTimeout(r, baseBackoffMs * 2 ** attempt));
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
throw lastErr;
|
|
339
|
+
};
|
|
340
|
+
ElizaClient.prototype.postBootstrapExchange = async function (token) {
|
|
341
|
+
// Use allowNonOk so 401/429/503 bodies are parsed rather than thrown.
|
|
342
|
+
const body = await this.fetch("/api/auth/bootstrap/exchange", {
|
|
343
|
+
method: "POST",
|
|
344
|
+
body: JSON.stringify({ token }),
|
|
345
|
+
}, { allowNonOk: true });
|
|
346
|
+
if (typeof body.sessionId === "string" &&
|
|
347
|
+
typeof body.expiresAt === "number" &&
|
|
348
|
+
typeof body.identityId === "string") {
|
|
349
|
+
return {
|
|
350
|
+
ok: true,
|
|
351
|
+
sessionId: body.sessionId,
|
|
352
|
+
expiresAt: body.expiresAt,
|
|
353
|
+
identityId: body.identityId,
|
|
354
|
+
};
|
|
355
|
+
}
|
|
356
|
+
// Map reason to an HTTP status bucket for the UI layer.
|
|
357
|
+
const reason = body.reason;
|
|
358
|
+
const status = reason === "rate_limited"
|
|
359
|
+
? 429
|
|
360
|
+
: reason === "db_unavailable" ||
|
|
361
|
+
reason === "missing_issuer_env" ||
|
|
362
|
+
reason === "missing_container_env"
|
|
363
|
+
? 503
|
|
364
|
+
: reason === "missing_token"
|
|
365
|
+
? 400
|
|
366
|
+
: 401;
|
|
367
|
+
return {
|
|
368
|
+
ok: false,
|
|
369
|
+
status,
|
|
370
|
+
error: body.error ?? "exchange_failed",
|
|
371
|
+
reason,
|
|
372
|
+
};
|
|
373
|
+
};
|
|
374
|
+
ElizaClient.prototype.pair = async function (code) {
|
|
375
|
+
const res = await this.fetch("/api/auth/pair", {
|
|
376
|
+
method: "POST",
|
|
377
|
+
body: JSON.stringify({ code }),
|
|
378
|
+
});
|
|
379
|
+
return res;
|
|
380
|
+
};
|
|
381
|
+
ElizaClient.prototype.getFirstRunOptions = async function () {
|
|
382
|
+
try {
|
|
383
|
+
const viaRpc = await invokeDesktopBridgeRequest({
|
|
384
|
+
rpcMethod: "getFirstRunOptions",
|
|
385
|
+
ipcChannel: "agent",
|
|
386
|
+
});
|
|
387
|
+
if (viaRpc)
|
|
388
|
+
return viaRpc;
|
|
389
|
+
}
|
|
390
|
+
catch {
|
|
391
|
+
/* AgentNotReadyError or any RPC failure → fall through to HTTP */
|
|
392
|
+
}
|
|
393
|
+
return this.fetch("/api/first-run/options");
|
|
394
|
+
};
|
|
395
|
+
ElizaClient.prototype.submitFirstRun = async function (data) {
|
|
396
|
+
await this.fetch("/api/first-run", {
|
|
397
|
+
method: "POST",
|
|
398
|
+
body: JSON.stringify(data),
|
|
399
|
+
});
|
|
400
|
+
};
|
|
401
|
+
ElizaClient.prototype.startAnthropicLogin = async function () {
|
|
402
|
+
return this.fetch("/api/subscription/anthropic/start", { method: "POST" });
|
|
403
|
+
};
|
|
404
|
+
ElizaClient.prototype.exchangeAnthropicCode = async function (code) {
|
|
405
|
+
return this.fetch("/api/subscription/anthropic/exchange", {
|
|
406
|
+
method: "POST",
|
|
407
|
+
headers: { "Content-Type": "application/json" },
|
|
408
|
+
body: JSON.stringify({ code }),
|
|
409
|
+
});
|
|
410
|
+
};
|
|
411
|
+
ElizaClient.prototype.submitAnthropicSetupToken = async function (token) {
|
|
412
|
+
return this.fetch("/api/subscription/anthropic/setup-token", {
|
|
413
|
+
method: "POST",
|
|
414
|
+
headers: { "Content-Type": "application/json" },
|
|
415
|
+
body: JSON.stringify({ token }),
|
|
416
|
+
});
|
|
417
|
+
};
|
|
418
|
+
ElizaClient.prototype.getSubscriptionStatus = async function () {
|
|
419
|
+
try {
|
|
420
|
+
const viaRpc = await invokeDesktopBridgeRequest({
|
|
421
|
+
rpcMethod: "getSubscriptionStatus",
|
|
422
|
+
ipcChannel: "agent",
|
|
423
|
+
});
|
|
424
|
+
if (viaRpc)
|
|
425
|
+
return viaRpc;
|
|
426
|
+
}
|
|
427
|
+
catch {
|
|
428
|
+
/* fall through */
|
|
429
|
+
}
|
|
430
|
+
return this.fetch("/api/subscription/status");
|
|
431
|
+
};
|
|
432
|
+
ElizaClient.prototype.deleteSubscription = async function (provider) {
|
|
433
|
+
return this.fetch(`/api/subscription/${encodeURIComponent(provider)}`, {
|
|
434
|
+
method: "DELETE",
|
|
435
|
+
});
|
|
436
|
+
};
|
|
437
|
+
ElizaClient.prototype.switchProvider = async function (provider, apiKey, primaryModel) {
|
|
438
|
+
logSettingsClient("POST /api/provider/switch → start", {
|
|
439
|
+
baseUrl: this.getBaseUrl(),
|
|
440
|
+
provider,
|
|
441
|
+
hasApiKey: Boolean(apiKey?.trim()),
|
|
442
|
+
apiKey,
|
|
443
|
+
hasPrimaryModel: Boolean(primaryModel?.trim()),
|
|
444
|
+
primaryModel,
|
|
445
|
+
});
|
|
446
|
+
const result = (await this.fetch("/api/provider/switch", {
|
|
447
|
+
method: "POST",
|
|
448
|
+
headers: { "Content-Type": "application/json" },
|
|
449
|
+
body: JSON.stringify({
|
|
450
|
+
provider,
|
|
451
|
+
...(apiKey ? { apiKey } : {}),
|
|
452
|
+
...(primaryModel ? { primaryModel } : {}),
|
|
453
|
+
}),
|
|
454
|
+
}));
|
|
455
|
+
logSettingsClient("POST /api/provider/switch ← ok", {
|
|
456
|
+
baseUrl: this.getBaseUrl(),
|
|
457
|
+
result,
|
|
458
|
+
});
|
|
459
|
+
return result;
|
|
460
|
+
};
|
|
461
|
+
ElizaClient.prototype.startOpenAILogin = async function () {
|
|
462
|
+
return this.fetch("/api/subscription/openai/start", { method: "POST" });
|
|
463
|
+
};
|
|
464
|
+
ElizaClient.prototype.exchangeOpenAICode = async function (code) {
|
|
465
|
+
return this.fetch("/api/subscription/openai/exchange", {
|
|
466
|
+
method: "POST",
|
|
467
|
+
headers: { "Content-Type": "application/json" },
|
|
468
|
+
body: JSON.stringify({ code }),
|
|
469
|
+
});
|
|
470
|
+
};
|
|
471
|
+
ElizaClient.prototype.startAgent = async function () {
|
|
472
|
+
const nativeAgent = await androidNativeAgentLifecycleForUrl(this.getBaseUrl());
|
|
473
|
+
if (nativeAgent?.start) {
|
|
474
|
+
return (await nativeAgent.start());
|
|
475
|
+
}
|
|
476
|
+
const res = await this.fetch("/api/agent/start", {
|
|
477
|
+
method: "POST",
|
|
478
|
+
});
|
|
479
|
+
return res.status;
|
|
480
|
+
};
|
|
481
|
+
ElizaClient.prototype.stopAgent = async function () {
|
|
482
|
+
const nativeAgent = await androidNativeAgentLifecycleForUrl(this.getBaseUrl());
|
|
483
|
+
if (nativeAgent?.stop) {
|
|
484
|
+
await nativeAgent.stop();
|
|
485
|
+
return {
|
|
486
|
+
state: "stopped",
|
|
487
|
+
agentName: "Eliza",
|
|
488
|
+
port: undefined,
|
|
489
|
+
startedAt: undefined,
|
|
490
|
+
};
|
|
491
|
+
}
|
|
492
|
+
const res = await this.fetch("/api/agent/stop", {
|
|
493
|
+
method: "POST",
|
|
494
|
+
});
|
|
495
|
+
return res.status;
|
|
496
|
+
};
|
|
497
|
+
ElizaClient.prototype.pauseAgent = async function () {
|
|
498
|
+
const res = await this.fetch("/api/agent/pause", {
|
|
499
|
+
method: "POST",
|
|
500
|
+
});
|
|
501
|
+
return res.status;
|
|
502
|
+
};
|
|
503
|
+
ElizaClient.prototype.resumeAgent = async function () {
|
|
504
|
+
const res = await this.fetch("/api/agent/resume", {
|
|
505
|
+
method: "POST",
|
|
506
|
+
});
|
|
507
|
+
return res.status;
|
|
508
|
+
};
|
|
509
|
+
ElizaClient.prototype.restartAgent = async function () {
|
|
510
|
+
const nativeAgent = await androidNativeAgentLifecycleForUrl(this.getBaseUrl());
|
|
511
|
+
if (nativeAgent?.start) {
|
|
512
|
+
if (nativeAgent.stop) {
|
|
513
|
+
await nativeAgent.stop();
|
|
514
|
+
}
|
|
515
|
+
return (await nativeAgent.start());
|
|
516
|
+
}
|
|
517
|
+
try {
|
|
518
|
+
const res = await this.fetch("/api/agent/restart", {
|
|
519
|
+
method: "POST",
|
|
520
|
+
});
|
|
521
|
+
return res.status;
|
|
522
|
+
}
|
|
523
|
+
catch {
|
|
524
|
+
// Back-compat for older runtimes that still expose only the process-level
|
|
525
|
+
// restart endpoint.
|
|
526
|
+
await this.fetch("/api/restart", { method: "POST" });
|
|
527
|
+
return {
|
|
528
|
+
state: "restarting",
|
|
529
|
+
agentName: "Eliza",
|
|
530
|
+
model: undefined,
|
|
531
|
+
uptime: undefined,
|
|
532
|
+
startedAt: undefined,
|
|
533
|
+
};
|
|
534
|
+
}
|
|
535
|
+
};
|
|
536
|
+
ElizaClient.prototype.restartAndWait = async function (maxWaitMs = 30000) {
|
|
537
|
+
try {
|
|
538
|
+
await this.restartAgent();
|
|
539
|
+
}
|
|
540
|
+
catch {
|
|
541
|
+
// 409 is expected while already restarting; poll will detect running state
|
|
542
|
+
}
|
|
543
|
+
const start = Date.now();
|
|
544
|
+
const interval = 1000;
|
|
545
|
+
while (Date.now() - start < maxWaitMs) {
|
|
546
|
+
await new Promise((r) => setTimeout(r, interval));
|
|
547
|
+
try {
|
|
548
|
+
const status = await this.getStatus();
|
|
549
|
+
if (status.state === "running") {
|
|
550
|
+
return status;
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
catch {
|
|
554
|
+
// getStatus may fail while agent is restarting; keep polling
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
return this.getStatus();
|
|
558
|
+
};
|
|
559
|
+
ElizaClient.prototype.resetAgent = async function () {
|
|
560
|
+
await this.fetch("/api/agent/reset", { method: "POST" });
|
|
561
|
+
};
|
|
562
|
+
ElizaClient.prototype.restart = async function () {
|
|
563
|
+
return this.fetch("/api/restart", { method: "POST" });
|
|
564
|
+
};
|
|
565
|
+
ElizaClient.prototype.getConfig = async function () {
|
|
566
|
+
logSettingsClient("GET /api/config → start", {
|
|
567
|
+
baseUrl: this.getBaseUrl(),
|
|
568
|
+
});
|
|
569
|
+
let viaRpc = null;
|
|
570
|
+
try {
|
|
571
|
+
viaRpc = await invokeDesktopBridgeRequest({
|
|
572
|
+
rpcMethod: "getConfig",
|
|
573
|
+
ipcChannel: "agent",
|
|
574
|
+
});
|
|
575
|
+
}
|
|
576
|
+
catch {
|
|
577
|
+
/* AgentNotReadyError or any RPC failure → fall through to HTTP */
|
|
578
|
+
}
|
|
579
|
+
const r = viaRpc ?? (await this.fetch("/api/config"));
|
|
580
|
+
const cloud = r.cloud;
|
|
581
|
+
logSettingsClient("GET /api/config ← ok", {
|
|
582
|
+
baseUrl: this.getBaseUrl(),
|
|
583
|
+
topKeys: Object.keys(r).sort(),
|
|
584
|
+
cloud: settingsDebugCloudSummary(cloud),
|
|
585
|
+
transport: viaRpc ? "rpc" : "http",
|
|
586
|
+
});
|
|
587
|
+
return r;
|
|
588
|
+
};
|
|
589
|
+
ElizaClient.prototype.getConfigSchema = async function () {
|
|
590
|
+
try {
|
|
591
|
+
const viaRpc = await invokeDesktopBridgeRequest({
|
|
592
|
+
rpcMethod: "getConfigSchema",
|
|
593
|
+
ipcChannel: "agent",
|
|
594
|
+
});
|
|
595
|
+
if (viaRpc)
|
|
596
|
+
return viaRpc;
|
|
597
|
+
}
|
|
598
|
+
catch {
|
|
599
|
+
/* fall through */
|
|
600
|
+
}
|
|
601
|
+
return this.fetch("/api/config/schema");
|
|
602
|
+
};
|
|
603
|
+
ElizaClient.prototype.updateConfig = async function (patch) {
|
|
604
|
+
logSettingsClient("PUT /api/config → start", {
|
|
605
|
+
baseUrl: this.getBaseUrl(),
|
|
606
|
+
patch,
|
|
607
|
+
});
|
|
608
|
+
let out = null;
|
|
609
|
+
let transport = "rpc";
|
|
610
|
+
try {
|
|
611
|
+
out = await invokeDesktopBridgeRequest({
|
|
612
|
+
rpcMethod: "updateConfig",
|
|
613
|
+
ipcChannel: "agent:updateConfig",
|
|
614
|
+
params: patch,
|
|
615
|
+
});
|
|
616
|
+
}
|
|
617
|
+
catch {
|
|
618
|
+
out = null;
|
|
619
|
+
}
|
|
620
|
+
if (!out) {
|
|
621
|
+
transport = "http";
|
|
622
|
+
out = (await this.fetch("/api/config", {
|
|
623
|
+
method: "PUT",
|
|
624
|
+
headers: { "Content-Type": "application/json" },
|
|
625
|
+
body: JSON.stringify(patch),
|
|
626
|
+
}, {
|
|
627
|
+
timeoutMs: SETTINGS_MUTATION_TIMEOUT_MS,
|
|
628
|
+
}));
|
|
629
|
+
}
|
|
630
|
+
const cloud = out.cloud;
|
|
631
|
+
logSettingsClient("PUT /api/config ← ok", {
|
|
632
|
+
baseUrl: this.getBaseUrl(),
|
|
633
|
+
topKeys: Object.keys(out).sort(),
|
|
634
|
+
cloud: settingsDebugCloudSummary(cloud),
|
|
635
|
+
transport,
|
|
636
|
+
});
|
|
637
|
+
return out;
|
|
638
|
+
};
|
|
639
|
+
ElizaClient.prototype.uploadCustomVrm = async function (file) {
|
|
640
|
+
const buf = await file.arrayBuffer();
|
|
641
|
+
await this.fetch("/api/avatar/vrm", {
|
|
642
|
+
method: "POST",
|
|
643
|
+
headers: { "Content-Type": "application/octet-stream" },
|
|
644
|
+
body: buf,
|
|
645
|
+
});
|
|
646
|
+
};
|
|
647
|
+
ElizaClient.prototype.hasCustomVrm = async function () {
|
|
648
|
+
try {
|
|
649
|
+
const res = await this.rawRequest("/api/avatar/vrm", { method: "HEAD" }, { allowNonOk: true });
|
|
650
|
+
return res.ok;
|
|
651
|
+
}
|
|
652
|
+
catch {
|
|
653
|
+
return false;
|
|
654
|
+
}
|
|
655
|
+
};
|
|
656
|
+
ElizaClient.prototype.uploadCustomBackground = async function (file) {
|
|
657
|
+
const buf = await file.arrayBuffer();
|
|
658
|
+
await this.fetch("/api/avatar/background", {
|
|
659
|
+
method: "POST",
|
|
660
|
+
headers: { "Content-Type": "application/octet-stream" },
|
|
661
|
+
body: buf,
|
|
662
|
+
});
|
|
663
|
+
};
|
|
664
|
+
ElizaClient.prototype.hasCustomBackground = async function () {
|
|
665
|
+
try {
|
|
666
|
+
const res = await this.rawRequest("/api/avatar/background", { method: "HEAD" }, { allowNonOk: true });
|
|
667
|
+
return res.ok;
|
|
668
|
+
}
|
|
669
|
+
catch {
|
|
670
|
+
return false;
|
|
671
|
+
}
|
|
672
|
+
};
|
|
673
|
+
ElizaClient.prototype.getConnectors = async function () {
|
|
674
|
+
return this.fetch("/api/connectors");
|
|
675
|
+
};
|
|
676
|
+
ElizaClient.prototype.saveConnector = async function (name, config) {
|
|
677
|
+
return this.fetch("/api/connectors", {
|
|
678
|
+
method: "POST",
|
|
679
|
+
body: JSON.stringify({ name, config }),
|
|
680
|
+
});
|
|
681
|
+
};
|
|
682
|
+
ElizaClient.prototype.deleteConnector = async function (name) {
|
|
683
|
+
return this.fetch(`/api/connectors/${encodeURIComponent(name)}`, {
|
|
684
|
+
method: "DELETE",
|
|
685
|
+
});
|
|
686
|
+
};
|
|
687
|
+
function connectorAccountsPath(provider, _connectorId, accountId, action) {
|
|
688
|
+
const base = `/api/connectors/${encodeURIComponent(provider)}/accounts`;
|
|
689
|
+
if (!accountId)
|
|
690
|
+
return base;
|
|
691
|
+
const withAccount = `${base}/${encodeURIComponent(accountId)}`;
|
|
692
|
+
return action ? `${withAccount}/${action}` : withAccount;
|
|
693
|
+
}
|
|
694
|
+
function connectorAccountOAuthPath(provider, action) {
|
|
695
|
+
return `/api/connectors/${encodeURIComponent(provider)}/oauth/${action}`;
|
|
696
|
+
}
|
|
697
|
+
function normalizeConnectorAccountRole(value) {
|
|
698
|
+
if (typeof value !== "string" || !value.trim())
|
|
699
|
+
return undefined;
|
|
700
|
+
const normalized = value.trim().toUpperCase();
|
|
701
|
+
switch (normalized) {
|
|
702
|
+
case "OWNER":
|
|
703
|
+
return "OWNER";
|
|
704
|
+
case "AGENT":
|
|
705
|
+
case "SERVICE":
|
|
706
|
+
return "AGENT";
|
|
707
|
+
case "TEAM":
|
|
708
|
+
case "ADMIN":
|
|
709
|
+
case "MEMBER":
|
|
710
|
+
case "VIEWER":
|
|
711
|
+
return "TEAM";
|
|
712
|
+
default:
|
|
713
|
+
return undefined;
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
function normalizeConnectorStatus(value) {
|
|
717
|
+
switch (value) {
|
|
718
|
+
case "connected":
|
|
719
|
+
case "pending":
|
|
720
|
+
case "needs-reauth":
|
|
721
|
+
case "disconnected":
|
|
722
|
+
case "error":
|
|
723
|
+
return value;
|
|
724
|
+
case "disabled":
|
|
725
|
+
case "revoked":
|
|
726
|
+
return "disconnected";
|
|
727
|
+
default:
|
|
728
|
+
return "unknown";
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
function isConnectorRoleValue(value) {
|
|
732
|
+
return normalizeConnectorAccountRole(value) !== undefined;
|
|
733
|
+
}
|
|
734
|
+
function normalizeConnectorPurposeList(value) {
|
|
735
|
+
const values = Array.isArray(value)
|
|
736
|
+
? value
|
|
737
|
+
: typeof value === "string"
|
|
738
|
+
? [value]
|
|
739
|
+
: [];
|
|
740
|
+
return values
|
|
741
|
+
.map((item) => (typeof item === "string" ? item.trim() : ""))
|
|
742
|
+
.filter((item) => Boolean(item) && !isConnectorRoleValue(item));
|
|
743
|
+
}
|
|
744
|
+
function recordFromUnknown(raw) {
|
|
745
|
+
return raw && typeof raw === "object" && !Array.isArray(raw)
|
|
746
|
+
? raw
|
|
747
|
+
: {};
|
|
748
|
+
}
|
|
749
|
+
function nonEmptyString(value) {
|
|
750
|
+
return typeof value === "string" && value.trim() ? value : null;
|
|
751
|
+
}
|
|
752
|
+
function connectorAccountLabel(record) {
|
|
753
|
+
return (nonEmptyString(record.label) ??
|
|
754
|
+
nonEmptyString(record.displayHandle) ??
|
|
755
|
+
nonEmptyString(record.handle) ??
|
|
756
|
+
nonEmptyString(record.externalId) ??
|
|
757
|
+
String(record.id ?? "unknown"));
|
|
758
|
+
}
|
|
759
|
+
function connectorAccountHandle(record) {
|
|
760
|
+
return typeof record.handle === "string"
|
|
761
|
+
? record.handle
|
|
762
|
+
: typeof record.displayHandle === "string"
|
|
763
|
+
? record.displayHandle
|
|
764
|
+
: null;
|
|
765
|
+
}
|
|
766
|
+
function connectorAccountMetadata(record) {
|
|
767
|
+
return record.metadata && typeof record.metadata === "object"
|
|
768
|
+
? record.metadata
|
|
769
|
+
: undefined;
|
|
770
|
+
}
|
|
771
|
+
function normalizeConnectorAccountRecord(provider, connectorId, raw) {
|
|
772
|
+
const record = recordFromUnknown(raw);
|
|
773
|
+
const role = normalizeConnectorAccountRole(record.role) ??
|
|
774
|
+
normalizeConnectorAccountRole(record.purpose) ??
|
|
775
|
+
"OWNER";
|
|
776
|
+
return {
|
|
777
|
+
...record,
|
|
778
|
+
id: String(record.id ?? ""),
|
|
779
|
+
provider: typeof record.provider === "string" && record.provider
|
|
780
|
+
? record.provider
|
|
781
|
+
: provider,
|
|
782
|
+
connectorId,
|
|
783
|
+
label: connectorAccountLabel(record),
|
|
784
|
+
handle: connectorAccountHandle(record),
|
|
785
|
+
externalId: typeof record.externalId === "string" ? record.externalId : null,
|
|
786
|
+
status: normalizeConnectorStatus(record.status),
|
|
787
|
+
role,
|
|
788
|
+
purpose: normalizeConnectorPurposeList(record.purpose),
|
|
789
|
+
isDefault: record.isDefault === true,
|
|
790
|
+
enabled: record.enabled !== false,
|
|
791
|
+
metadata: connectorAccountMetadata(record),
|
|
792
|
+
};
|
|
793
|
+
}
|
|
794
|
+
function normalizeConnectorAccountsListResponse(provider, connectorId, raw) {
|
|
795
|
+
const record = raw && typeof raw === "object" && !Array.isArray(raw)
|
|
796
|
+
? raw
|
|
797
|
+
: {};
|
|
798
|
+
const accounts = Array.isArray(record.accounts)
|
|
799
|
+
? record.accounts.map((item) => normalizeConnectorAccountRecord(provider, connectorId, item))
|
|
800
|
+
: [];
|
|
801
|
+
const defaultAccountId = typeof record.defaultAccountId === "string"
|
|
802
|
+
? record.defaultAccountId
|
|
803
|
+
: (accounts.find((account) => account.isDefault === true &&
|
|
804
|
+
account.enabled !== false &&
|
|
805
|
+
account.status === "connected")?.id ?? null);
|
|
806
|
+
return {
|
|
807
|
+
provider: typeof record.provider === "string" && record.provider
|
|
808
|
+
? record.provider
|
|
809
|
+
: provider,
|
|
810
|
+
connectorId,
|
|
811
|
+
defaultAccountId,
|
|
812
|
+
accounts,
|
|
813
|
+
};
|
|
814
|
+
}
|
|
815
|
+
function normalizeConnectorAccountActionResult(provider, connectorId, raw) {
|
|
816
|
+
const record = recordFromUnknown(raw);
|
|
817
|
+
const account = record.account ?? (typeof record.id === "string" ? record : null);
|
|
818
|
+
const flow = recordFromUnknown(record.flow);
|
|
819
|
+
return {
|
|
820
|
+
...record,
|
|
821
|
+
ok: normalizeConnectorActionOk(record, account),
|
|
822
|
+
account: account
|
|
823
|
+
? normalizeConnectorAccountRecord(provider, connectorId, account)
|
|
824
|
+
: undefined,
|
|
825
|
+
accounts: Array.isArray(record.accounts)
|
|
826
|
+
? record.accounts.map((item) => normalizeConnectorAccountRecord(provider, connectorId, item))
|
|
827
|
+
: undefined,
|
|
828
|
+
defaultAccountId: typeof record.defaultAccountId === "string"
|
|
829
|
+
? record.defaultAccountId
|
|
830
|
+
: null,
|
|
831
|
+
flow: Object.keys(flow).length > 0 ? flow : undefined,
|
|
832
|
+
authUrl: connectorActionAuthUrl(record, flow),
|
|
833
|
+
status: connectorActionStatus(record, flow),
|
|
834
|
+
error: typeof record.error === "string" ? record.error : undefined,
|
|
835
|
+
};
|
|
836
|
+
}
|
|
837
|
+
function normalizeConnectorActionOk(record, account) {
|
|
838
|
+
return typeof record.ok === "boolean"
|
|
839
|
+
? record.ok
|
|
840
|
+
: record.deleted === true || (!("error" in record) && account !== null);
|
|
841
|
+
}
|
|
842
|
+
function connectorActionAuthUrl(record, flow) {
|
|
843
|
+
if (typeof record.authUrl === "string")
|
|
844
|
+
return record.authUrl;
|
|
845
|
+
return typeof flow.authUrl === "string" ? flow.authUrl : undefined;
|
|
846
|
+
}
|
|
847
|
+
function connectorActionStatus(record, flow) {
|
|
848
|
+
if (typeof record.status === "string") {
|
|
849
|
+
return normalizeConnectorStatus(record.status);
|
|
850
|
+
}
|
|
851
|
+
return typeof flow.status === "string"
|
|
852
|
+
? normalizeConnectorStatus(flow.status)
|
|
853
|
+
: undefined;
|
|
854
|
+
}
|
|
855
|
+
function connectorAccountAuditPath(provider, query = {}) {
|
|
856
|
+
const params = new URLSearchParams();
|
|
857
|
+
if (query.accountId)
|
|
858
|
+
params.set("accountId", query.accountId);
|
|
859
|
+
if (query.action)
|
|
860
|
+
params.set("action", query.action);
|
|
861
|
+
if (query.outcome)
|
|
862
|
+
params.set("outcome", query.outcome);
|
|
863
|
+
if (typeof query.limit === "number") {
|
|
864
|
+
params.set("limit", String(query.limit));
|
|
865
|
+
}
|
|
866
|
+
const qs = params.toString();
|
|
867
|
+
return `/api/connectors/${encodeURIComponent(provider)}/audit/events${qs ? `?${qs}` : ""}`;
|
|
868
|
+
}
|
|
869
|
+
ElizaClient.prototype.listConnectorAccounts = async function (provider, connectorId = provider) {
|
|
870
|
+
const response = await this.fetch(connectorAccountsPath(provider, connectorId));
|
|
871
|
+
return normalizeConnectorAccountsListResponse(provider, connectorId, response);
|
|
872
|
+
};
|
|
873
|
+
ElizaClient.prototype.addConnectorAccount = async function (provider, connectorId = provider, body = {}) {
|
|
874
|
+
const response = await this.fetch(connectorAccountsPath(provider, connectorId), {
|
|
875
|
+
method: "POST",
|
|
876
|
+
body: JSON.stringify(body),
|
|
877
|
+
});
|
|
878
|
+
return normalizeConnectorAccountActionResult(provider, connectorId, response);
|
|
879
|
+
};
|
|
880
|
+
ElizaClient.prototype.startConnectorAccountOAuth = async function (provider, connectorId = provider, body = {}) {
|
|
881
|
+
const response = await this.fetch(connectorAccountOAuthPath(provider, "start"), {
|
|
882
|
+
method: "POST",
|
|
883
|
+
body: JSON.stringify(body),
|
|
884
|
+
});
|
|
885
|
+
return normalizeConnectorAccountActionResult(provider, connectorId, response);
|
|
886
|
+
};
|
|
887
|
+
ElizaClient.prototype.patchConnectorAccount = async function (provider, connectorId = provider, accountId, body) {
|
|
888
|
+
const response = await this.fetch(connectorAccountsPath(provider, connectorId, accountId), {
|
|
889
|
+
method: "PATCH",
|
|
890
|
+
body: JSON.stringify(body),
|
|
891
|
+
});
|
|
892
|
+
return normalizeConnectorAccountRecord(provider, connectorId, response);
|
|
893
|
+
};
|
|
894
|
+
ElizaClient.prototype.testConnectorAccount = async function (provider, connectorId = provider, accountId) {
|
|
895
|
+
const response = await this.fetch(connectorAccountsPath(provider, connectorId, accountId, "test"), { method: "POST" });
|
|
896
|
+
return normalizeConnectorAccountActionResult(provider, connectorId, response);
|
|
897
|
+
};
|
|
898
|
+
ElizaClient.prototype.refreshConnectorAccount = async function (provider, connectorId = provider, accountId) {
|
|
899
|
+
const response = await this.fetch(connectorAccountsPath(provider, connectorId, accountId, "refresh"), { method: "POST" });
|
|
900
|
+
return normalizeConnectorAccountActionResult(provider, connectorId, response);
|
|
901
|
+
};
|
|
902
|
+
ElizaClient.prototype.deleteConnectorAccount = async function (provider, connectorId = provider, accountId) {
|
|
903
|
+
const response = await this.fetch(connectorAccountsPath(provider, connectorId, accountId), { method: "DELETE" });
|
|
904
|
+
return normalizeConnectorAccountActionResult(provider, connectorId, response);
|
|
905
|
+
};
|
|
906
|
+
ElizaClient.prototype.makeDefaultConnectorAccount = async function (provider, connectorId = provider, accountId) {
|
|
907
|
+
const response = await this.fetch(connectorAccountsPath(provider, connectorId, accountId, "default"), { method: "POST" });
|
|
908
|
+
return normalizeConnectorAccountActionResult(provider, connectorId, response);
|
|
909
|
+
};
|
|
910
|
+
ElizaClient.prototype.listConnectorAccountAuditEvents = async function (provider, query = {}) {
|
|
911
|
+
return this.fetch(connectorAccountAuditPath(provider, query));
|
|
912
|
+
};
|
|
913
|
+
ElizaClient.prototype.getTriggers = async function () {
|
|
914
|
+
return this.fetch("/api/triggers");
|
|
915
|
+
};
|
|
916
|
+
ElizaClient.prototype.getTrigger = async function (id) {
|
|
917
|
+
return this.fetch(`/api/triggers/${encodeURIComponent(id)}`);
|
|
918
|
+
};
|
|
919
|
+
ElizaClient.prototype.createTrigger = async function (request) {
|
|
920
|
+
return this.fetch("/api/triggers", {
|
|
921
|
+
method: "POST",
|
|
922
|
+
body: JSON.stringify(request),
|
|
923
|
+
});
|
|
924
|
+
};
|
|
925
|
+
ElizaClient.prototype.updateTrigger = async function (id, request) {
|
|
926
|
+
return this.fetch(`/api/triggers/${encodeURIComponent(id)}`, {
|
|
927
|
+
method: "PUT",
|
|
928
|
+
body: JSON.stringify(request),
|
|
929
|
+
});
|
|
930
|
+
};
|
|
931
|
+
ElizaClient.prototype.deleteTrigger = async function (id) {
|
|
932
|
+
return this.fetch(`/api/triggers/${encodeURIComponent(id)}`, {
|
|
933
|
+
method: "DELETE",
|
|
934
|
+
});
|
|
935
|
+
};
|
|
936
|
+
ElizaClient.prototype.runTriggerNow = async function (id) {
|
|
937
|
+
return this.fetch(`/api/triggers/${encodeURIComponent(id)}/execute`, {
|
|
938
|
+
method: "POST",
|
|
939
|
+
});
|
|
940
|
+
};
|
|
941
|
+
ElizaClient.prototype.getTriggerRuns = async function (id) {
|
|
942
|
+
return this.fetch(`/api/triggers/${encodeURIComponent(id)}/runs`);
|
|
943
|
+
};
|
|
944
|
+
ElizaClient.prototype.emitTriggerEvent = async function (eventKind, payload = {}) {
|
|
945
|
+
return this.fetch(`/api/triggers/events/${encodeURIComponent(eventKind)}`, {
|
|
946
|
+
method: "POST",
|
|
947
|
+
body: JSON.stringify({ payload }),
|
|
948
|
+
});
|
|
949
|
+
};
|
|
950
|
+
ElizaClient.prototype.getTriggerHealth = async function () {
|
|
951
|
+
try {
|
|
952
|
+
const viaRpc = await invokeDesktopBridgeRequest({
|
|
953
|
+
rpcMethod: "getTriggerHealth",
|
|
954
|
+
ipcChannel: "agent",
|
|
955
|
+
});
|
|
956
|
+
if (viaRpc)
|
|
957
|
+
return viaRpc;
|
|
958
|
+
}
|
|
959
|
+
catch {
|
|
960
|
+
/* fall through */
|
|
961
|
+
}
|
|
962
|
+
return this.fetch("/api/triggers/health");
|
|
963
|
+
};
|
|
964
|
+
ElizaClient.prototype.getTrainingStatus = async function () {
|
|
965
|
+
return this.fetch("/api/training/status");
|
|
966
|
+
};
|
|
967
|
+
ElizaClient.prototype.listTrainingTrajectories = async function (opts) {
|
|
968
|
+
const params = new URLSearchParams();
|
|
969
|
+
if (typeof opts?.limit === "number")
|
|
970
|
+
params.set("limit", String(opts.limit));
|
|
971
|
+
if (typeof opts?.offset === "number")
|
|
972
|
+
params.set("offset", String(opts.offset));
|
|
973
|
+
const qs = params.toString();
|
|
974
|
+
return this.fetch(`/api/training/trajectories${qs ? `?${qs}` : ""}`);
|
|
975
|
+
};
|
|
976
|
+
ElizaClient.prototype.getTrainingTrajectory = async function (trajectoryId) {
|
|
977
|
+
return this.fetch(`/api/training/trajectories/${encodeURIComponent(trajectoryId)}`);
|
|
978
|
+
};
|
|
979
|
+
ElizaClient.prototype.listTrainingDatasets = async function () {
|
|
980
|
+
return this.fetch("/api/training/datasets");
|
|
981
|
+
};
|
|
982
|
+
ElizaClient.prototype.buildTrainingDataset = async function (options) {
|
|
983
|
+
return this.fetch("/api/training/datasets/build", {
|
|
984
|
+
method: "POST",
|
|
985
|
+
body: JSON.stringify(options ?? {}),
|
|
986
|
+
});
|
|
987
|
+
};
|
|
988
|
+
ElizaClient.prototype.listTrainingJobs = async function () {
|
|
989
|
+
return this.fetch("/api/training/jobs");
|
|
990
|
+
};
|
|
991
|
+
ElizaClient.prototype.startTrainingJob = async function (options) {
|
|
992
|
+
return this.fetch("/api/training/jobs", {
|
|
993
|
+
method: "POST",
|
|
994
|
+
body: JSON.stringify(options ?? {}),
|
|
995
|
+
});
|
|
996
|
+
};
|
|
997
|
+
ElizaClient.prototype.getTrainingJob = async function (jobId) {
|
|
998
|
+
return this.fetch(`/api/training/jobs/${encodeURIComponent(jobId)}`);
|
|
999
|
+
};
|
|
1000
|
+
ElizaClient.prototype.cancelTrainingJob = async function (jobId) {
|
|
1001
|
+
return this.fetch(`/api/training/jobs/${encodeURIComponent(jobId)}/cancel`, {
|
|
1002
|
+
method: "POST",
|
|
1003
|
+
});
|
|
1004
|
+
};
|
|
1005
|
+
function trainingModelRecordFromVastRegistry(item, loadedAt) {
|
|
1006
|
+
const entry = item.entry;
|
|
1007
|
+
const id = item.short_name ?? entry?.eliza_short_name;
|
|
1008
|
+
if (!id || !entry)
|
|
1009
|
+
return null;
|
|
1010
|
+
return {
|
|
1011
|
+
id,
|
|
1012
|
+
createdAt: loadedAt ?? "",
|
|
1013
|
+
jobId: `vast-registry:${id}`,
|
|
1014
|
+
outputDir: entry.gguf_repo_id ?? entry.eliza_repo_id ?? "",
|
|
1015
|
+
modelPath: entry.gguf_repo_id ?? entry.eliza_repo_id ?? id,
|
|
1016
|
+
adapterPath: null,
|
|
1017
|
+
sourceModel: entry.base_hf_id ?? null,
|
|
1018
|
+
backend: "cuda",
|
|
1019
|
+
ollamaModel: null,
|
|
1020
|
+
active: false,
|
|
1021
|
+
benchmark: {
|
|
1022
|
+
status: "not_run",
|
|
1023
|
+
lastRunAt: null,
|
|
1024
|
+
output: entry.tier
|
|
1025
|
+
? `Eliza-1 ${entry.tier} registry entry`
|
|
1026
|
+
: "Eliza-1 registry entry",
|
|
1027
|
+
},
|
|
1028
|
+
};
|
|
1029
|
+
}
|
|
1030
|
+
ElizaClient.prototype.listTrainingModels = async function () {
|
|
1031
|
+
const listed = await this.fetch("/api/training/models");
|
|
1032
|
+
if (Array.isArray(listed.models) && listed.models.length > 0) {
|
|
1033
|
+
return { models: listed.models };
|
|
1034
|
+
}
|
|
1035
|
+
try {
|
|
1036
|
+
const registry = await this.fetch("/api/training/vast/models");
|
|
1037
|
+
const registryModels = (registry.entries ?? [])
|
|
1038
|
+
.map((item) => trainingModelRecordFromVastRegistry(item, registry.loaded_at))
|
|
1039
|
+
.filter((model) => model !== null);
|
|
1040
|
+
if (registryModels.length > 0)
|
|
1041
|
+
return { models: registryModels };
|
|
1042
|
+
}
|
|
1043
|
+
catch {
|
|
1044
|
+
// The legacy training service and Vast registry are optional independent
|
|
1045
|
+
// surfaces; keep the legacy response when the registry is unavailable.
|
|
1046
|
+
}
|
|
1047
|
+
return { models: listed.models ?? [] };
|
|
1048
|
+
};
|
|
1049
|
+
ElizaClient.prototype.importTrainingModelToOllama = async function (modelId, options) {
|
|
1050
|
+
return this.fetch(`/api/training/models/${encodeURIComponent(modelId)}/import-ollama`, {
|
|
1051
|
+
method: "POST",
|
|
1052
|
+
body: JSON.stringify(options ?? {}),
|
|
1053
|
+
});
|
|
1054
|
+
};
|
|
1055
|
+
ElizaClient.prototype.activateTrainingModel = async function (modelId, providerModel) {
|
|
1056
|
+
return this.fetch(`/api/training/models/${encodeURIComponent(modelId)}/activate`, {
|
|
1057
|
+
method: "POST",
|
|
1058
|
+
body: JSON.stringify({ providerModel }),
|
|
1059
|
+
});
|
|
1060
|
+
};
|
|
1061
|
+
ElizaClient.prototype.benchmarkTrainingModel = async function (modelId) {
|
|
1062
|
+
return this.fetch(`/api/training/models/${encodeURIComponent(modelId)}/benchmark`, { method: "POST" });
|
|
1063
|
+
};
|
|
1064
|
+
ElizaClient.prototype.buildTrainingAnalysisIndex = async function (options) {
|
|
1065
|
+
return this.fetch("/api/training/analysis/index", {
|
|
1066
|
+
method: "POST",
|
|
1067
|
+
body: JSON.stringify(options ?? {}),
|
|
1068
|
+
});
|
|
1069
|
+
};
|
|
1070
|
+
ElizaClient.prototype.buildTrainingReadinessReport = async function (options) {
|
|
1071
|
+
return this.fetch("/api/training/analysis/readiness", {
|
|
1072
|
+
method: "POST",
|
|
1073
|
+
body: JSON.stringify(options ?? {}),
|
|
1074
|
+
});
|
|
1075
|
+
};
|
|
1076
|
+
ElizaClient.prototype.ingestHuggingFaceTrainingDataset = async function (options) {
|
|
1077
|
+
return this.fetch("/api/training/datasets/ingest-hf", {
|
|
1078
|
+
method: "POST",
|
|
1079
|
+
body: JSON.stringify(options ?? {}),
|
|
1080
|
+
});
|
|
1081
|
+
};
|
|
1082
|
+
ElizaClient.prototype.stageEliza1Bundle = async function (options) {
|
|
1083
|
+
return this.fetch("/api/training/models/stage-eliza1-bundle", {
|
|
1084
|
+
method: "POST",
|
|
1085
|
+
body: JSON.stringify(options ?? {}),
|
|
1086
|
+
});
|
|
1087
|
+
};
|
|
1088
|
+
ElizaClient.prototype.runFeedTrainingGeneration = async function (options) {
|
|
1089
|
+
return this.fetch("/api/training/feed/generate", {
|
|
1090
|
+
method: "POST",
|
|
1091
|
+
body: JSON.stringify(options ?? {}),
|
|
1092
|
+
});
|
|
1093
|
+
};
|
|
1094
|
+
ElizaClient.prototype.runTrainingScenarios = async function (options) {
|
|
1095
|
+
return this.fetch("/api/training/scenarios/run", {
|
|
1096
|
+
method: "POST",
|
|
1097
|
+
body: JSON.stringify(options ?? {}),
|
|
1098
|
+
});
|
|
1099
|
+
};
|
|
1100
|
+
ElizaClient.prototype.runTrainingActionBenchmark = async function (options) {
|
|
1101
|
+
return this.fetch("/api/training/benchmarks/action-selection/run", {
|
|
1102
|
+
method: "POST",
|
|
1103
|
+
body: JSON.stringify(options ?? {}),
|
|
1104
|
+
});
|
|
1105
|
+
};
|
|
1106
|
+
ElizaClient.prototype.runTrainingBenchmarkVsCerebras = async function (options) {
|
|
1107
|
+
return this.fetch("/api/training/benchmarks/run-vs-cerebras", {
|
|
1108
|
+
method: "POST",
|
|
1109
|
+
body: JSON.stringify(options ?? {}),
|
|
1110
|
+
});
|
|
1111
|
+
};
|
|
1112
|
+
ElizaClient.prototype.runTrainingLocalEvalComparison = async function (options) {
|
|
1113
|
+
return this.fetch("/api/training/evals/run-local-comparison", {
|
|
1114
|
+
method: "POST",
|
|
1115
|
+
body: JSON.stringify(options ?? {}),
|
|
1116
|
+
});
|
|
1117
|
+
};
|
|
1118
|
+
ElizaClient.prototype.runTrainingCollection = async function (options) {
|
|
1119
|
+
return this.fetch("/api/training/collect", {
|
|
1120
|
+
method: "POST",
|
|
1121
|
+
body: JSON.stringify(options ?? {}),
|
|
1122
|
+
});
|
|
1123
|
+
};
|
|
1124
|
+
ElizaClient.prototype.listTrainingCollections = async function (options) {
|
|
1125
|
+
const params = new URLSearchParams();
|
|
1126
|
+
if (options?.limit !== undefined) {
|
|
1127
|
+
params.set("limit", String(options.limit));
|
|
1128
|
+
}
|
|
1129
|
+
if (options?.root) {
|
|
1130
|
+
params.set("root", options.root);
|
|
1131
|
+
}
|
|
1132
|
+
const query = params.toString();
|
|
1133
|
+
return this.fetch(`/api/training/collections${query ? `?${query}` : ""}`);
|
|
1134
|
+
};
|
|
1135
|
+
ElizaClient.prototype.getPlugins = async function () {
|
|
1136
|
+
return this.fetch("/api/plugins");
|
|
1137
|
+
};
|
|
1138
|
+
ElizaClient.prototype.fetchModels = async function (provider, refresh = true) {
|
|
1139
|
+
const params = new URLSearchParams({ provider });
|
|
1140
|
+
if (refresh)
|
|
1141
|
+
params.set("refresh", "true");
|
|
1142
|
+
return this.fetch(`/api/models?${params.toString()}`);
|
|
1143
|
+
};
|
|
1144
|
+
ElizaClient.prototype.getCorePlugins = async function () {
|
|
1145
|
+
try {
|
|
1146
|
+
const viaRpc = await invokeDesktopBridgeRequest({
|
|
1147
|
+
rpcMethod: "getCorePlugins",
|
|
1148
|
+
ipcChannel: "agent",
|
|
1149
|
+
});
|
|
1150
|
+
if (viaRpc)
|
|
1151
|
+
return viaRpc;
|
|
1152
|
+
}
|
|
1153
|
+
catch {
|
|
1154
|
+
/* fall through */
|
|
1155
|
+
}
|
|
1156
|
+
return this.fetch("/api/plugins/core");
|
|
1157
|
+
};
|
|
1158
|
+
ElizaClient.prototype.toggleCorePlugin = async function (npmName, enabled) {
|
|
1159
|
+
return this.fetch("/api/plugins/core/toggle", {
|
|
1160
|
+
method: "POST",
|
|
1161
|
+
body: JSON.stringify({ npmName, enabled }),
|
|
1162
|
+
});
|
|
1163
|
+
};
|
|
1164
|
+
ElizaClient.prototype.updatePlugin = async function (id, config) {
|
|
1165
|
+
logSettingsClient(`PUT /api/plugins/${id} → start`, {
|
|
1166
|
+
baseUrl: this.getBaseUrl(),
|
|
1167
|
+
body: config,
|
|
1168
|
+
});
|
|
1169
|
+
const result = (await this.fetch(`/api/plugins/${id}`, {
|
|
1170
|
+
method: "PUT",
|
|
1171
|
+
body: JSON.stringify(config),
|
|
1172
|
+
}, {
|
|
1173
|
+
timeoutMs: SETTINGS_MUTATION_TIMEOUT_MS,
|
|
1174
|
+
}));
|
|
1175
|
+
logSettingsClient(`PUT /api/plugins/${id} ← ok`, {
|
|
1176
|
+
baseUrl: this.getBaseUrl(),
|
|
1177
|
+
result,
|
|
1178
|
+
});
|
|
1179
|
+
return result;
|
|
1180
|
+
};
|
|
1181
|
+
ElizaClient.prototype.getSecrets = async function () {
|
|
1182
|
+
return this.fetch("/api/secrets");
|
|
1183
|
+
};
|
|
1184
|
+
ElizaClient.prototype.updateSecrets = async function (secrets) {
|
|
1185
|
+
logSettingsClient("PUT /api/secrets → start", {
|
|
1186
|
+
baseUrl: this.getBaseUrl(),
|
|
1187
|
+
secretMeta: Object.keys(secrets)
|
|
1188
|
+
.sort()
|
|
1189
|
+
.map((key) => ({
|
|
1190
|
+
key,
|
|
1191
|
+
hasValue: Boolean(secrets[key]),
|
|
1192
|
+
})),
|
|
1193
|
+
});
|
|
1194
|
+
const out = (await this.fetch("/api/secrets", {
|
|
1195
|
+
method: "PUT",
|
|
1196
|
+
body: JSON.stringify({ secrets }),
|
|
1197
|
+
}));
|
|
1198
|
+
logSettingsClient("PUT /api/secrets ← ok", {
|
|
1199
|
+
baseUrl: this.getBaseUrl(),
|
|
1200
|
+
out,
|
|
1201
|
+
});
|
|
1202
|
+
return out;
|
|
1203
|
+
};
|
|
1204
|
+
ElizaClient.prototype.testPluginConnection = async function (id) {
|
|
1205
|
+
return this.fetch(`/api/plugins/${encodeURIComponent(id)}/test`, {
|
|
1206
|
+
method: "POST",
|
|
1207
|
+
});
|
|
1208
|
+
};
|
|
1209
|
+
ElizaClient.prototype.getLogs = async function (filter) {
|
|
1210
|
+
const params = new URLSearchParams();
|
|
1211
|
+
if (filter?.source)
|
|
1212
|
+
params.set("source", filter.source);
|
|
1213
|
+
if (filter?.level)
|
|
1214
|
+
params.set("level", filter.level);
|
|
1215
|
+
if (filter?.tag)
|
|
1216
|
+
params.set("tag", filter.tag);
|
|
1217
|
+
if (filter?.since)
|
|
1218
|
+
params.set("since", String(filter.since));
|
|
1219
|
+
const qs = params.toString();
|
|
1220
|
+
return this.fetch(`/api/logs${qs ? `?${qs}` : ""}`);
|
|
1221
|
+
};
|
|
1222
|
+
// buildSecurityAuditParams is a private helper used only by agent audit methods
|
|
1223
|
+
function buildSecurityAuditParams(filter, includeStream = false) {
|
|
1224
|
+
const params = new URLSearchParams();
|
|
1225
|
+
if (filter?.type)
|
|
1226
|
+
params.set("type", filter.type);
|
|
1227
|
+
if (filter?.severity)
|
|
1228
|
+
params.set("severity", filter.severity);
|
|
1229
|
+
if (filter?.since !== undefined) {
|
|
1230
|
+
const sinceValue = filter.since instanceof Date
|
|
1231
|
+
? filter.since.toISOString()
|
|
1232
|
+
: String(filter.since);
|
|
1233
|
+
params.set("since", sinceValue);
|
|
1234
|
+
}
|
|
1235
|
+
if (filter?.limit !== undefined)
|
|
1236
|
+
params.set("limit", String(filter.limit));
|
|
1237
|
+
if (includeStream)
|
|
1238
|
+
params.set("stream", "1");
|
|
1239
|
+
return params;
|
|
1240
|
+
}
|
|
1241
|
+
async function throwSecurityAuditResponseError(res) {
|
|
1242
|
+
const body = (await res
|
|
1243
|
+
.json()
|
|
1244
|
+
.catch(() => ({ error: res.statusText })));
|
|
1245
|
+
const err = new Error(body?.error ?? `HTTP ${res.status}`);
|
|
1246
|
+
err.status = res.status;
|
|
1247
|
+
throw err;
|
|
1248
|
+
}
|
|
1249
|
+
function findSseEventBreak(chunkBuffer) {
|
|
1250
|
+
const lfBreak = chunkBuffer.indexOf("\n\n");
|
|
1251
|
+
const crlfBreak = chunkBuffer.indexOf("\r\n\r\n");
|
|
1252
|
+
if (lfBreak === -1 && crlfBreak === -1)
|
|
1253
|
+
return null;
|
|
1254
|
+
if (lfBreak === -1)
|
|
1255
|
+
return { index: crlfBreak, length: 4 };
|
|
1256
|
+
if (crlfBreak === -1)
|
|
1257
|
+
return { index: lfBreak, length: 2 };
|
|
1258
|
+
return lfBreak < crlfBreak
|
|
1259
|
+
? { index: lfBreak, length: 2 }
|
|
1260
|
+
: { index: crlfBreak, length: 4 };
|
|
1261
|
+
}
|
|
1262
|
+
function parseSecurityAuditPayload(payload, onEvent) {
|
|
1263
|
+
if (!payload)
|
|
1264
|
+
return;
|
|
1265
|
+
try {
|
|
1266
|
+
const parsed = JSON.parse(payload);
|
|
1267
|
+
if (parsed.type === "snapshot" || parsed.type === "entry") {
|
|
1268
|
+
onEvent(parsed);
|
|
1269
|
+
}
|
|
1270
|
+
}
|
|
1271
|
+
catch (error) {
|
|
1272
|
+
console.warn("[client-agent] dropped malformed security audit stream frame", { payload, error });
|
|
1273
|
+
}
|
|
1274
|
+
}
|
|
1275
|
+
function consumeSecurityAuditEvent(rawEvent, onEvent) {
|
|
1276
|
+
for (const line of rawEvent.split(/\r?\n/)) {
|
|
1277
|
+
if (!line.startsWith("data:"))
|
|
1278
|
+
continue;
|
|
1279
|
+
parseSecurityAuditPayload(line.slice(5).trim(), onEvent);
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
async function readSecurityAuditStream(body, onEvent) {
|
|
1283
|
+
const decoder = new TextDecoder();
|
|
1284
|
+
const reader = body.getReader();
|
|
1285
|
+
let buffer = "";
|
|
1286
|
+
while (true) {
|
|
1287
|
+
const { done, value } = await reader.read();
|
|
1288
|
+
if (done)
|
|
1289
|
+
break;
|
|
1290
|
+
buffer += decoder.decode(value, { stream: true });
|
|
1291
|
+
let eventBreak = findSseEventBreak(buffer);
|
|
1292
|
+
while (eventBreak) {
|
|
1293
|
+
const rawEvent = buffer.slice(0, eventBreak.index);
|
|
1294
|
+
buffer = buffer.slice(eventBreak.index + eventBreak.length);
|
|
1295
|
+
consumeSecurityAuditEvent(rawEvent, onEvent);
|
|
1296
|
+
eventBreak = findSseEventBreak(buffer);
|
|
1297
|
+
}
|
|
1298
|
+
}
|
|
1299
|
+
if (buffer.trim())
|
|
1300
|
+
consumeSecurityAuditEvent(buffer, onEvent);
|
|
1301
|
+
}
|
|
1302
|
+
ElizaClient.prototype.getSecurityAudit = async function (filter) {
|
|
1303
|
+
const qs = buildSecurityAuditParams(filter).toString();
|
|
1304
|
+
return this.fetch(`/api/security/audit${qs ? `?${qs}` : ""}`);
|
|
1305
|
+
};
|
|
1306
|
+
ElizaClient.prototype.streamSecurityAudit = async function (onEvent, filter, signal) {
|
|
1307
|
+
if (!this.apiAvailable) {
|
|
1308
|
+
throw new Error("API not available (no HTTP origin)");
|
|
1309
|
+
}
|
|
1310
|
+
const token = this.apiToken;
|
|
1311
|
+
const qs = buildSecurityAuditParams(filter, true).toString();
|
|
1312
|
+
const res = await this.rawRequest(`/api/security/audit${qs ? `?${qs}` : ""}`, {
|
|
1313
|
+
method: "GET",
|
|
1314
|
+
headers: {
|
|
1315
|
+
Accept: "text/event-stream",
|
|
1316
|
+
...(token ? { Authorization: `Bearer ${token}` } : {}),
|
|
1317
|
+
},
|
|
1318
|
+
signal,
|
|
1319
|
+
}, { allowNonOk: true });
|
|
1320
|
+
if (!res.ok) {
|
|
1321
|
+
await throwSecurityAuditResponseError(res);
|
|
1322
|
+
}
|
|
1323
|
+
if (!res.body) {
|
|
1324
|
+
throw new Error("Streaming not supported by this browser");
|
|
1325
|
+
}
|
|
1326
|
+
await readSecurityAuditStream(res.body, onEvent);
|
|
1327
|
+
};
|
|
1328
|
+
ElizaClient.prototype.getAgentEvents = async function (opts) {
|
|
1329
|
+
const params = new URLSearchParams();
|
|
1330
|
+
if (opts?.afterEventId)
|
|
1331
|
+
params.set("after", opts.afterEventId);
|
|
1332
|
+
if (typeof opts?.limit === "number")
|
|
1333
|
+
params.set("limit", String(opts.limit));
|
|
1334
|
+
if (opts?.runId)
|
|
1335
|
+
params.set("runId", opts.runId);
|
|
1336
|
+
if (typeof opts?.fromSeq === "number")
|
|
1337
|
+
params.set("fromSeq", String(Math.trunc(opts.fromSeq)));
|
|
1338
|
+
const qs = params.toString();
|
|
1339
|
+
return this.fetch(`/api/agent/events${qs ? `?${qs}` : ""}`);
|
|
1340
|
+
};
|
|
1341
|
+
ElizaClient.prototype.getExtensionStatus = async function () {
|
|
1342
|
+
try {
|
|
1343
|
+
const viaRpc = await invokeDesktopBridgeRequest({
|
|
1344
|
+
rpcMethod: "getExtensionStatus",
|
|
1345
|
+
ipcChannel: "agent",
|
|
1346
|
+
});
|
|
1347
|
+
if (viaRpc)
|
|
1348
|
+
return viaRpc;
|
|
1349
|
+
}
|
|
1350
|
+
catch {
|
|
1351
|
+
/* fall through */
|
|
1352
|
+
}
|
|
1353
|
+
return this.fetch("/api/extension/status");
|
|
1354
|
+
};
|
|
1355
|
+
ElizaClient.prototype.getRelationshipsGraph = async function (query) {
|
|
1356
|
+
const params = new URLSearchParams();
|
|
1357
|
+
if (query?.search)
|
|
1358
|
+
params.set("search", query.search);
|
|
1359
|
+
if (query?.platform)
|
|
1360
|
+
params.set("platform", query.platform);
|
|
1361
|
+
if (query?.scope)
|
|
1362
|
+
params.set("scope", query.scope);
|
|
1363
|
+
if (typeof query?.limit === "number")
|
|
1364
|
+
params.set("limit", String(query.limit));
|
|
1365
|
+
if (typeof query?.offset === "number")
|
|
1366
|
+
params.set("offset", String(query.offset));
|
|
1367
|
+
const qs = params.toString();
|
|
1368
|
+
const response = await this.fetch(`/api/relationships/graph${qs ? `?${qs}` : ""}`);
|
|
1369
|
+
return response.data;
|
|
1370
|
+
};
|
|
1371
|
+
ElizaClient.prototype.getRelationshipsPeople = async function (query) {
|
|
1372
|
+
const params = new URLSearchParams();
|
|
1373
|
+
if (query?.search)
|
|
1374
|
+
params.set("search", query.search);
|
|
1375
|
+
if (query?.platform)
|
|
1376
|
+
params.set("platform", query.platform);
|
|
1377
|
+
if (query?.scope)
|
|
1378
|
+
params.set("scope", query.scope);
|
|
1379
|
+
if (typeof query?.limit === "number")
|
|
1380
|
+
params.set("limit", String(query.limit));
|
|
1381
|
+
if (typeof query?.offset === "number")
|
|
1382
|
+
params.set("offset", String(query.offset));
|
|
1383
|
+
const qs = params.toString();
|
|
1384
|
+
const response = await this.fetch(`/api/relationships/people${qs ? `?${qs}` : ""}`);
|
|
1385
|
+
return {
|
|
1386
|
+
people: response.data,
|
|
1387
|
+
stats: response.stats,
|
|
1388
|
+
};
|
|
1389
|
+
};
|
|
1390
|
+
ElizaClient.prototype.getRelationshipsPerson = async function (id) {
|
|
1391
|
+
const response = await this.fetch(`/api/relationships/people/${encodeURIComponent(id)}`);
|
|
1392
|
+
return response.data;
|
|
1393
|
+
};
|
|
1394
|
+
ElizaClient.prototype.getRelationshipsActivity = async function (limit, offset) {
|
|
1395
|
+
const params = new URLSearchParams();
|
|
1396
|
+
if (typeof limit === "number")
|
|
1397
|
+
params.set("limit", String(limit));
|
|
1398
|
+
if (typeof offset === "number")
|
|
1399
|
+
params.set("offset", String(offset));
|
|
1400
|
+
const qs = params.toString();
|
|
1401
|
+
return this.fetch(`/api/relationships/activity${qs ? `?${qs}` : ""}`);
|
|
1402
|
+
};
|
|
1403
|
+
ElizaClient.prototype.getRelationshipsCandidates = async function () {
|
|
1404
|
+
const response = await this.fetch("/api/relationships/candidates");
|
|
1405
|
+
return response.data;
|
|
1406
|
+
};
|
|
1407
|
+
ElizaClient.prototype.acceptRelationshipsCandidate = async function (candidateId) {
|
|
1408
|
+
const response = await this.fetch(`/api/relationships/candidates/${encodeURIComponent(candidateId)}/accept`, { method: "POST" });
|
|
1409
|
+
return response.data;
|
|
1410
|
+
};
|
|
1411
|
+
ElizaClient.prototype.rejectRelationshipsCandidate = async function (candidateId) {
|
|
1412
|
+
const response = await this.fetch(`/api/relationships/candidates/${encodeURIComponent(candidateId)}/reject`, { method: "POST" });
|
|
1413
|
+
return response.data;
|
|
1414
|
+
};
|
|
1415
|
+
ElizaClient.prototype.proposeRelationshipsLink = async function (sourceEntityId, targetEntityId, evidence) {
|
|
1416
|
+
const response = await this.fetch(`/api/relationships/people/${encodeURIComponent(sourceEntityId)}/link`, {
|
|
1417
|
+
method: "POST",
|
|
1418
|
+
body: JSON.stringify({
|
|
1419
|
+
targetEntityId,
|
|
1420
|
+
evidence: evidence ?? {},
|
|
1421
|
+
}),
|
|
1422
|
+
headers: { "Content-Type": "application/json" },
|
|
1423
|
+
});
|
|
1424
|
+
return response.data;
|
|
1425
|
+
};
|
|
1426
|
+
ElizaClient.prototype.getCharacter = async function () {
|
|
1427
|
+
// RPC composer forwards the `/api/character` body verbatim, so the
|
|
1428
|
+
// wire shape is `{ character, agentName }` — bun-side just types it
|
|
1429
|
+
// loosely as Record. Catch swallows AgentNotReadyError + transport
|
|
1430
|
+
// failure → fall through to HTTP.
|
|
1431
|
+
try {
|
|
1432
|
+
const viaRpc = await invokeDesktopBridgeRequest({ rpcMethod: "getCharacter", ipcChannel: "agent" });
|
|
1433
|
+
if (viaRpc)
|
|
1434
|
+
return viaRpc;
|
|
1435
|
+
}
|
|
1436
|
+
catch {
|
|
1437
|
+
/* fall through */
|
|
1438
|
+
}
|
|
1439
|
+
return this.fetch("/api/character");
|
|
1440
|
+
};
|
|
1441
|
+
ElizaClient.prototype.getRandomName = async function () {
|
|
1442
|
+
return this.fetch("/api/character/random-name");
|
|
1443
|
+
};
|
|
1444
|
+
ElizaClient.prototype.generateCharacterField = async function (field, context, mode) {
|
|
1445
|
+
return this.fetch("/api/character/generate", {
|
|
1446
|
+
method: "POST",
|
|
1447
|
+
body: JSON.stringify({ field, context, mode }),
|
|
1448
|
+
});
|
|
1449
|
+
};
|
|
1450
|
+
ElizaClient.prototype.updateCharacter = async function (character) {
|
|
1451
|
+
return this.fetch("/api/character", {
|
|
1452
|
+
method: "PUT",
|
|
1453
|
+
body: JSON.stringify(character),
|
|
1454
|
+
});
|
|
1455
|
+
};
|
|
1456
|
+
ElizaClient.prototype.listCharacterHistory = async function (options) {
|
|
1457
|
+
const params = new URLSearchParams();
|
|
1458
|
+
if (typeof options?.limit === "number") {
|
|
1459
|
+
params.set("limit", String(options.limit));
|
|
1460
|
+
}
|
|
1461
|
+
if (typeof options?.offset === "number") {
|
|
1462
|
+
params.set("offset", String(options.offset));
|
|
1463
|
+
}
|
|
1464
|
+
const qs = params.toString();
|
|
1465
|
+
return this.fetch(`/api/character/history${qs ? `?${qs}` : ""}`);
|
|
1466
|
+
};
|
|
1467
|
+
function appendMultiQueryParam(params, key, value) {
|
|
1468
|
+
if (Array.isArray(value)) {
|
|
1469
|
+
value
|
|
1470
|
+
.map((item) => item.trim())
|
|
1471
|
+
.filter(Boolean)
|
|
1472
|
+
.forEach((item) => {
|
|
1473
|
+
params.append(key, item);
|
|
1474
|
+
});
|
|
1475
|
+
return;
|
|
1476
|
+
}
|
|
1477
|
+
if (typeof value === "string" && value.trim()) {
|
|
1478
|
+
params.append(key, value.trim());
|
|
1479
|
+
}
|
|
1480
|
+
}
|
|
1481
|
+
function appendTrimmedQueryParam(params, key, value) {
|
|
1482
|
+
const trimmed = typeof value === "string" ? value.trim() : "";
|
|
1483
|
+
if (trimmed)
|
|
1484
|
+
params.set(key, trimmed);
|
|
1485
|
+
}
|
|
1486
|
+
function appendNumberQueryParam(params, key, value) {
|
|
1487
|
+
if (typeof value === "number")
|
|
1488
|
+
params.set(key, String(value));
|
|
1489
|
+
}
|
|
1490
|
+
function appendBooleanQueryParam(params, key, value) {
|
|
1491
|
+
if (typeof value === "boolean")
|
|
1492
|
+
params.set(key, String(value));
|
|
1493
|
+
}
|
|
1494
|
+
function appendExperienceScalarParams(params, options, includeOffset) {
|
|
1495
|
+
appendNumberQueryParam(params, "limit", options?.limit);
|
|
1496
|
+
if (includeOffset)
|
|
1497
|
+
appendNumberQueryParam(params, "offset", options?.offset);
|
|
1498
|
+
appendTrimmedQueryParam(params, "q", options?.q);
|
|
1499
|
+
appendTrimmedQueryParam(params, "query", options?.query);
|
|
1500
|
+
appendNumberQueryParam(params, "minConfidence", options?.minConfidence);
|
|
1501
|
+
appendNumberQueryParam(params, "minImportance", options?.minImportance);
|
|
1502
|
+
appendBooleanQueryParam(params, "includeRelated", options?.includeRelated);
|
|
1503
|
+
}
|
|
1504
|
+
function appendExperienceCollectionParams(params, options) {
|
|
1505
|
+
appendMultiQueryParam(params, "type", options?.type);
|
|
1506
|
+
appendMultiQueryParam(params, "outcome", options?.outcome);
|
|
1507
|
+
appendMultiQueryParam(params, "domain", options?.domain);
|
|
1508
|
+
options?.tags
|
|
1509
|
+
?.map((tag) => tag.trim())
|
|
1510
|
+
.filter(Boolean)
|
|
1511
|
+
.forEach((tag) => {
|
|
1512
|
+
params.append("tag", tag);
|
|
1513
|
+
});
|
|
1514
|
+
}
|
|
1515
|
+
function buildExperienceQueryParams(options, includeOffset) {
|
|
1516
|
+
const params = new URLSearchParams();
|
|
1517
|
+
appendExperienceScalarParams(params, options, includeOffset);
|
|
1518
|
+
appendExperienceCollectionParams(params, options);
|
|
1519
|
+
return params;
|
|
1520
|
+
}
|
|
1521
|
+
ElizaClient.prototype.listExperiences = async function (options) {
|
|
1522
|
+
const params = buildExperienceQueryParams(options, true);
|
|
1523
|
+
const qs = params.toString();
|
|
1524
|
+
const response = await this.fetch(`/api/character/experiences${qs ? `?${qs}` : ""}`);
|
|
1525
|
+
return {
|
|
1526
|
+
experiences: response.data,
|
|
1527
|
+
total: response.total,
|
|
1528
|
+
};
|
|
1529
|
+
};
|
|
1530
|
+
ElizaClient.prototype.getExperienceGraph = async function (options) {
|
|
1531
|
+
const params = buildExperienceQueryParams(options, false);
|
|
1532
|
+
const qs = params.toString();
|
|
1533
|
+
const response = await this.fetch(`/api/character/experiences/graph${qs ? `?${qs}` : ""}`);
|
|
1534
|
+
return { graph: response.data };
|
|
1535
|
+
};
|
|
1536
|
+
ElizaClient.prototype.runExperienceMaintenance = async function (options) {
|
|
1537
|
+
const response = await this.fetch("/api/character/experiences/maintenance", {
|
|
1538
|
+
method: "POST",
|
|
1539
|
+
body: JSON.stringify(options ?? {}),
|
|
1540
|
+
});
|
|
1541
|
+
return { result: response.data };
|
|
1542
|
+
};
|
|
1543
|
+
ElizaClient.prototype.getExperience = async function (id) {
|
|
1544
|
+
const response = await this.fetch(`/api/character/experiences/${encodeURIComponent(id)}`);
|
|
1545
|
+
return { experience: response.data };
|
|
1546
|
+
};
|
|
1547
|
+
ElizaClient.prototype.updateExperience = async function (id, data) {
|
|
1548
|
+
const response = await this.fetch(`/api/character/experiences/${encodeURIComponent(id)}`, {
|
|
1549
|
+
method: "PATCH",
|
|
1550
|
+
body: JSON.stringify(data),
|
|
1551
|
+
});
|
|
1552
|
+
return { experience: response.data };
|
|
1553
|
+
};
|
|
1554
|
+
ElizaClient.prototype.deleteExperience = async function (id) {
|
|
1555
|
+
return this.fetch(`/api/character/experiences/${encodeURIComponent(id)}`, {
|
|
1556
|
+
method: "DELETE",
|
|
1557
|
+
});
|
|
1558
|
+
};
|
|
1559
|
+
ElizaClient.prototype.getUpdateStatus = async function (force = false) {
|
|
1560
|
+
try {
|
|
1561
|
+
const viaRpc = await invokeDesktopBridgeRequest({
|
|
1562
|
+
rpcMethod: "getUpdateStatus",
|
|
1563
|
+
ipcChannel: "agent",
|
|
1564
|
+
params: { force },
|
|
1565
|
+
});
|
|
1566
|
+
if (viaRpc)
|
|
1567
|
+
return viaRpc;
|
|
1568
|
+
}
|
|
1569
|
+
catch {
|
|
1570
|
+
/* fall through */
|
|
1571
|
+
}
|
|
1572
|
+
return this.fetch(`/api/update/status${force ? "?force=true" : ""}`);
|
|
1573
|
+
};
|
|
1574
|
+
ElizaClient.prototype.setUpdateChannel = async function (channel) {
|
|
1575
|
+
return this.fetch("/api/update/channel", {
|
|
1576
|
+
method: "PUT",
|
|
1577
|
+
body: JSON.stringify({ channel }),
|
|
1578
|
+
});
|
|
1579
|
+
};
|
|
1580
|
+
ElizaClient.prototype.getAgentAutomationMode = async function () {
|
|
1581
|
+
try {
|
|
1582
|
+
const viaRpc = await invokeDesktopBridgeRequest({
|
|
1583
|
+
rpcMethod: "getAgentAutomationMode",
|
|
1584
|
+
ipcChannel: "agent:getAgentAutomationMode",
|
|
1585
|
+
});
|
|
1586
|
+
if (viaRpc)
|
|
1587
|
+
return viaRpc;
|
|
1588
|
+
}
|
|
1589
|
+
catch {
|
|
1590
|
+
/* fall through */
|
|
1591
|
+
}
|
|
1592
|
+
return this.fetch("/api/permissions/automation-mode");
|
|
1593
|
+
};
|
|
1594
|
+
ElizaClient.prototype.setAgentAutomationMode = async function (mode) {
|
|
1595
|
+
try {
|
|
1596
|
+
const viaRpc = await invokeDesktopBridgeRequest({
|
|
1597
|
+
rpcMethod: "setAgentAutomationMode",
|
|
1598
|
+
ipcChannel: "agent:setAgentAutomationMode",
|
|
1599
|
+
params: { mode },
|
|
1600
|
+
});
|
|
1601
|
+
if (viaRpc)
|
|
1602
|
+
return viaRpc;
|
|
1603
|
+
}
|
|
1604
|
+
catch {
|
|
1605
|
+
/* fall through */
|
|
1606
|
+
}
|
|
1607
|
+
return this.fetch("/api/permissions/automation-mode", {
|
|
1608
|
+
method: "PUT",
|
|
1609
|
+
body: JSON.stringify({ mode }),
|
|
1610
|
+
});
|
|
1611
|
+
};
|
|
1612
|
+
ElizaClient.prototype.getTradePermissionMode = async function () {
|
|
1613
|
+
try {
|
|
1614
|
+
const viaRpc = await invokeDesktopBridgeRequest({
|
|
1615
|
+
rpcMethod: "getTradePermissionMode",
|
|
1616
|
+
ipcChannel: "agent:getTradePermissionMode",
|
|
1617
|
+
});
|
|
1618
|
+
if (viaRpc)
|
|
1619
|
+
return viaRpc;
|
|
1620
|
+
}
|
|
1621
|
+
catch {
|
|
1622
|
+
/* fall through */
|
|
1623
|
+
}
|
|
1624
|
+
return this.fetch("/api/permissions/trade-mode");
|
|
1625
|
+
};
|
|
1626
|
+
ElizaClient.prototype.setTradePermissionMode = async function (mode) {
|
|
1627
|
+
try {
|
|
1628
|
+
const viaRpc = await invokeDesktopBridgeRequest({
|
|
1629
|
+
rpcMethod: "setTradePermissionMode",
|
|
1630
|
+
ipcChannel: "agent:setTradePermissionMode",
|
|
1631
|
+
params: { mode },
|
|
1632
|
+
});
|
|
1633
|
+
if (viaRpc)
|
|
1634
|
+
return viaRpc;
|
|
1635
|
+
}
|
|
1636
|
+
catch {
|
|
1637
|
+
/* fall through */
|
|
1638
|
+
}
|
|
1639
|
+
return this.fetch("/api/permissions/trade-mode", {
|
|
1640
|
+
method: "PUT",
|
|
1641
|
+
body: JSON.stringify({ mode }),
|
|
1642
|
+
});
|
|
1643
|
+
};
|
|
1644
|
+
ElizaClient.prototype.getPermissions = async function () {
|
|
1645
|
+
const permissions = await this.fetch("/api/permissions");
|
|
1646
|
+
const plugin = getNativeWebsiteBlockerPluginIfAvailable();
|
|
1647
|
+
if (!plugin) {
|
|
1648
|
+
return permissions;
|
|
1649
|
+
}
|
|
1650
|
+
const permission = mapWebsiteBlockerStatusToPermission(await plugin.getStatus());
|
|
1651
|
+
return {
|
|
1652
|
+
...permissions,
|
|
1653
|
+
[WEBSITE_BLOCKING_PERMISSION_ID]: permission,
|
|
1654
|
+
};
|
|
1655
|
+
};
|
|
1656
|
+
ElizaClient.prototype.getPermission = async function (id) {
|
|
1657
|
+
if (id === WEBSITE_BLOCKING_PERMISSION_ID) {
|
|
1658
|
+
const plugin = getNativeWebsiteBlockerPluginIfAvailable();
|
|
1659
|
+
if (plugin) {
|
|
1660
|
+
return mapWebsiteBlockerStatusToPermission(await plugin.getStatus());
|
|
1661
|
+
}
|
|
1662
|
+
}
|
|
1663
|
+
return this.fetch(`/api/permissions/${id}`);
|
|
1664
|
+
};
|
|
1665
|
+
ElizaClient.prototype.requestPermission = async function (id) {
|
|
1666
|
+
if (id === WEBSITE_BLOCKING_PERMISSION_ID) {
|
|
1667
|
+
const plugin = getNativeWebsiteBlockerPluginIfAvailable();
|
|
1668
|
+
if (plugin) {
|
|
1669
|
+
return mapWebsiteBlockerPermissionResult(await plugin.requestPermissions());
|
|
1670
|
+
}
|
|
1671
|
+
}
|
|
1672
|
+
return this.fetch(`/api/permissions/${id}/request`, { method: "POST" });
|
|
1673
|
+
};
|
|
1674
|
+
ElizaClient.prototype.openPermissionSettings = async function (id) {
|
|
1675
|
+
if (id === WEBSITE_BLOCKING_PERMISSION_ID) {
|
|
1676
|
+
const plugin = getNativeWebsiteBlockerPluginIfAvailable();
|
|
1677
|
+
if (plugin) {
|
|
1678
|
+
await plugin.openSettings();
|
|
1679
|
+
return;
|
|
1680
|
+
}
|
|
1681
|
+
}
|
|
1682
|
+
await this.fetch(`/api/permissions/${id}/open-settings`, {
|
|
1683
|
+
method: "POST",
|
|
1684
|
+
});
|
|
1685
|
+
};
|
|
1686
|
+
ElizaClient.prototype.refreshPermissions = async function () {
|
|
1687
|
+
const permissions = await this.fetch("/api/permissions/refresh", {
|
|
1688
|
+
method: "POST",
|
|
1689
|
+
});
|
|
1690
|
+
const plugin = getNativeWebsiteBlockerPluginIfAvailable();
|
|
1691
|
+
if (!plugin) {
|
|
1692
|
+
return permissions;
|
|
1693
|
+
}
|
|
1694
|
+
const permission = mapWebsiteBlockerStatusToPermission(await plugin.getStatus());
|
|
1695
|
+
return {
|
|
1696
|
+
...permissions,
|
|
1697
|
+
[WEBSITE_BLOCKING_PERMISSION_ID]: permission,
|
|
1698
|
+
};
|
|
1699
|
+
};
|
|
1700
|
+
ElizaClient.prototype.setShellEnabled = async function (enabled) {
|
|
1701
|
+
return this.fetch("/api/permissions/shell", {
|
|
1702
|
+
method: "PUT",
|
|
1703
|
+
body: JSON.stringify({ enabled }),
|
|
1704
|
+
});
|
|
1705
|
+
};
|
|
1706
|
+
ElizaClient.prototype.isShellEnabled = async function () {
|
|
1707
|
+
const result = await this.fetch("/api/permissions/shell");
|
|
1708
|
+
return result.enabled;
|
|
1709
|
+
};
|
|
1710
|
+
ElizaClient.prototype.getWebsiteBlockerStatus = async function () {
|
|
1711
|
+
const plugin = getNativeWebsiteBlockerPluginIfAvailable();
|
|
1712
|
+
if (plugin) {
|
|
1713
|
+
return plugin.getStatus();
|
|
1714
|
+
}
|
|
1715
|
+
return this.fetch("/api/website-blocker");
|
|
1716
|
+
};
|
|
1717
|
+
ElizaClient.prototype.startWebsiteBlock = async function (options) {
|
|
1718
|
+
const plugin = getNativeWebsiteBlockerPluginIfAvailable();
|
|
1719
|
+
if (plugin) {
|
|
1720
|
+
return plugin.startBlock(options);
|
|
1721
|
+
}
|
|
1722
|
+
return this.fetch("/api/website-blocker", {
|
|
1723
|
+
method: "PUT",
|
|
1724
|
+
body: JSON.stringify(options),
|
|
1725
|
+
});
|
|
1726
|
+
};
|
|
1727
|
+
ElizaClient.prototype.stopWebsiteBlock = async function () {
|
|
1728
|
+
const plugin = getNativeWebsiteBlockerPluginIfAvailable();
|
|
1729
|
+
if (plugin) {
|
|
1730
|
+
return plugin.stopBlock();
|
|
1731
|
+
}
|
|
1732
|
+
return this.fetch("/api/website-blocker", {
|
|
1733
|
+
method: "DELETE",
|
|
1734
|
+
});
|
|
1735
|
+
};
|
|
1736
|
+
ElizaClient.prototype.getAppBlockerStatus = async function () {
|
|
1737
|
+
const plugin = getNativeAppBlockerPluginIfAvailable();
|
|
1738
|
+
if (plugin) {
|
|
1739
|
+
return plugin.getStatus();
|
|
1740
|
+
}
|
|
1741
|
+
return {
|
|
1742
|
+
available: false,
|
|
1743
|
+
active: false,
|
|
1744
|
+
platform: "web",
|
|
1745
|
+
engine: "none",
|
|
1746
|
+
blockedCount: 0,
|
|
1747
|
+
blockedPackageNames: [],
|
|
1748
|
+
endsAt: null,
|
|
1749
|
+
permissionStatus: "not-applicable",
|
|
1750
|
+
reason: "App blocking is only available on iPhone and Android builds.",
|
|
1751
|
+
};
|
|
1752
|
+
};
|
|
1753
|
+
ElizaClient.prototype.checkAppBlockerPermissions = async function () {
|
|
1754
|
+
const plugin = getNativeAppBlockerPluginIfAvailable();
|
|
1755
|
+
if (plugin) {
|
|
1756
|
+
return plugin.checkPermissions();
|
|
1757
|
+
}
|
|
1758
|
+
return {
|
|
1759
|
+
status: "not-applicable",
|
|
1760
|
+
canRequest: false,
|
|
1761
|
+
reason: "App blocking is only available on iPhone and Android builds.",
|
|
1762
|
+
};
|
|
1763
|
+
};
|
|
1764
|
+
ElizaClient.prototype.requestAppBlockerPermissions = async function () {
|
|
1765
|
+
const plugin = getNativeAppBlockerPluginIfAvailable();
|
|
1766
|
+
if (plugin) {
|
|
1767
|
+
return plugin.requestPermissions();
|
|
1768
|
+
}
|
|
1769
|
+
return {
|
|
1770
|
+
status: "not-applicable",
|
|
1771
|
+
canRequest: false,
|
|
1772
|
+
reason: "App blocking is only available on iPhone and Android builds.",
|
|
1773
|
+
};
|
|
1774
|
+
};
|
|
1775
|
+
ElizaClient.prototype.getInstalledAppsToBlock = async function () {
|
|
1776
|
+
const plugin = getNativeAppBlockerPluginIfAvailable();
|
|
1777
|
+
if (plugin) {
|
|
1778
|
+
return plugin.getInstalledApps();
|
|
1779
|
+
}
|
|
1780
|
+
return { apps: [] };
|
|
1781
|
+
};
|
|
1782
|
+
ElizaClient.prototype.selectAppBlockerApps = async function () {
|
|
1783
|
+
const plugin = getNativeAppBlockerPluginIfAvailable();
|
|
1784
|
+
if (plugin) {
|
|
1785
|
+
return plugin.selectApps();
|
|
1786
|
+
}
|
|
1787
|
+
return {
|
|
1788
|
+
apps: [],
|
|
1789
|
+
cancelled: true,
|
|
1790
|
+
};
|
|
1791
|
+
};
|
|
1792
|
+
ElizaClient.prototype.startAppBlock = async function (options) {
|
|
1793
|
+
const plugin = getNativeAppBlockerPluginIfAvailable();
|
|
1794
|
+
if (plugin) {
|
|
1795
|
+
return plugin.blockApps(options);
|
|
1796
|
+
}
|
|
1797
|
+
return {
|
|
1798
|
+
success: false,
|
|
1799
|
+
endsAt: null,
|
|
1800
|
+
blockedCount: 0,
|
|
1801
|
+
error: "App blocking is only available on iPhone and Android builds.",
|
|
1802
|
+
};
|
|
1803
|
+
};
|
|
1804
|
+
ElizaClient.prototype.stopAppBlock = async function () {
|
|
1805
|
+
const plugin = getNativeAppBlockerPluginIfAvailable();
|
|
1806
|
+
if (plugin) {
|
|
1807
|
+
return plugin.unblockApps();
|
|
1808
|
+
}
|
|
1809
|
+
return {
|
|
1810
|
+
success: false,
|
|
1811
|
+
error: "App blocking is only available on iPhone and Android builds.",
|
|
1812
|
+
};
|
|
1813
|
+
};
|
|
1814
|
+
ElizaClient.prototype.getCodingAgentStatus = async function () {
|
|
1815
|
+
const [acpResult, orchestratorStatusResult, taskThreadsResult] = await Promise.allSettled([
|
|
1816
|
+
this.fetch("/api/coding-agents"),
|
|
1817
|
+
this.getOrchestratorStatus(),
|
|
1818
|
+
this.listCodingAgentTaskThreads({ limit: 20 }),
|
|
1819
|
+
]);
|
|
1820
|
+
const acpSessions = acpResult.status === "fulfilled" && Array.isArray(acpResult.value)
|
|
1821
|
+
? acpResult.value
|
|
1822
|
+
: null;
|
|
1823
|
+
const taskThreads = taskThreadsResult.status === "fulfilled" &&
|
|
1824
|
+
Array.isArray(taskThreadsResult.value)
|
|
1825
|
+
? taskThreadsResult.value
|
|
1826
|
+
: null;
|
|
1827
|
+
const orchestratorStatus = orchestratorStatusResult.status === "fulfilled"
|
|
1828
|
+
? orchestratorStatusResult.value
|
|
1829
|
+
: null;
|
|
1830
|
+
if (!acpSessions && !taskThreads && !orchestratorStatus) {
|
|
1831
|
+
return null;
|
|
1832
|
+
}
|
|
1833
|
+
const acpTasks = acpSessions
|
|
1834
|
+
? mapAcpSessionsToCodingAgentSessions(acpSessions).filter((task) => !TERMINAL_STATUSES.has(task.status))
|
|
1835
|
+
: [];
|
|
1836
|
+
const taskThreadSessions = taskThreads
|
|
1837
|
+
? mapTaskThreadsToCodingAgentSessions(taskThreads).filter((task) => !TERMINAL_STATUSES.has(task.status))
|
|
1838
|
+
: [];
|
|
1839
|
+
const tasks = [...acpTasks, ...taskThreadSessions];
|
|
1840
|
+
const taskThreadCount = typeof orchestratorStatus?.taskCount === "number"
|
|
1841
|
+
? orchestratorStatus.taskCount
|
|
1842
|
+
: (taskThreads?.length ?? 0);
|
|
1843
|
+
try {
|
|
1844
|
+
return {
|
|
1845
|
+
supervisionLevel: acpSessions ? "acp" : "orchestrator",
|
|
1846
|
+
taskCount: tasks.length,
|
|
1847
|
+
tasks,
|
|
1848
|
+
pendingConfirmations: 0,
|
|
1849
|
+
taskThreadCount,
|
|
1850
|
+
taskThreads: taskThreads ?? [],
|
|
1851
|
+
};
|
|
1852
|
+
}
|
|
1853
|
+
catch {
|
|
1854
|
+
return null;
|
|
1855
|
+
}
|
|
1856
|
+
};
|
|
1857
|
+
ElizaClient.prototype.listCodingAgentTaskThreads = async function (options) {
|
|
1858
|
+
const params = new URLSearchParams();
|
|
1859
|
+
if (options?.includeArchived)
|
|
1860
|
+
params.set("includeArchived", "true");
|
|
1861
|
+
if (options?.status)
|
|
1862
|
+
params.set("status", options.status);
|
|
1863
|
+
if (options?.search)
|
|
1864
|
+
params.set("search", options.search);
|
|
1865
|
+
if (typeof options?.limit === "number") {
|
|
1866
|
+
params.set("limit", String(options.limit));
|
|
1867
|
+
}
|
|
1868
|
+
const qs = params.toString();
|
|
1869
|
+
const res = await this.fetch(`/api/orchestrator/tasks${qs ? `?${qs}` : ""}`);
|
|
1870
|
+
return res.tasks;
|
|
1871
|
+
};
|
|
1872
|
+
ElizaClient.prototype.getCodingAgentTaskThread = async function (threadId) {
|
|
1873
|
+
try {
|
|
1874
|
+
return await this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(threadId)}`);
|
|
1875
|
+
}
|
|
1876
|
+
catch (error) {
|
|
1877
|
+
// A task that no longer exists (deleted between list and detail fetch) is a
|
|
1878
|
+
// normal "no detail" outcome, not a load failure. Every other error
|
|
1879
|
+
// propagates so the caller can surface it.
|
|
1880
|
+
if (error instanceof ApiError && error.status === 404) {
|
|
1881
|
+
return null;
|
|
1882
|
+
}
|
|
1883
|
+
throw error;
|
|
1884
|
+
}
|
|
1885
|
+
};
|
|
1886
|
+
ElizaClient.prototype.archiveCodingAgentTaskThread = async function (threadId) {
|
|
1887
|
+
await this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(threadId)}/archive`, { method: "POST" });
|
|
1888
|
+
return true;
|
|
1889
|
+
};
|
|
1890
|
+
ElizaClient.prototype.reopenCodingAgentTaskThread = async function (threadId) {
|
|
1891
|
+
await this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(threadId)}/reopen`, { method: "POST" });
|
|
1892
|
+
return true;
|
|
1893
|
+
};
|
|
1894
|
+
// --- Orchestrator-native task operations (/api/orchestrator/*) -------------
|
|
1895
|
+
// The four methods above are the compatibility surface the legacy coding-agent
|
|
1896
|
+
// panel binds to. The methods below are the orchestrator workbench vocabulary.
|
|
1897
|
+
// A task that vanished resolves to null on detail reads so the rail can refresh.
|
|
1898
|
+
ElizaClient.prototype.getOrchestratorStatus = async function () {
|
|
1899
|
+
return this.fetch("/api/orchestrator/status");
|
|
1900
|
+
};
|
|
1901
|
+
ElizaClient.prototype.getOrchestratorAccounts = async function () {
|
|
1902
|
+
return this.fetch("/api/orchestrator/accounts");
|
|
1903
|
+
};
|
|
1904
|
+
ElizaClient.prototype.getOrchestratorRooms = async function () {
|
|
1905
|
+
return this.fetch("/api/orchestrator/rooms");
|
|
1906
|
+
};
|
|
1907
|
+
ElizaClient.prototype.createOrchestratorTask = function (input) {
|
|
1908
|
+
return this.fetch("/api/orchestrator/tasks", {
|
|
1909
|
+
method: "POST",
|
|
1910
|
+
body: JSON.stringify(input),
|
|
1911
|
+
headers: { "Content-Type": "application/json" },
|
|
1912
|
+
});
|
|
1913
|
+
};
|
|
1914
|
+
ElizaClient.prototype.pauseOrchestratorTask = async function (taskId) {
|
|
1915
|
+
try {
|
|
1916
|
+
return await this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(taskId)}/pause`, { method: "POST" });
|
|
1917
|
+
}
|
|
1918
|
+
catch (error) {
|
|
1919
|
+
if (error instanceof ApiError && error.status === 404)
|
|
1920
|
+
return null;
|
|
1921
|
+
throw error;
|
|
1922
|
+
}
|
|
1923
|
+
};
|
|
1924
|
+
ElizaClient.prototype.resumeOrchestratorTask = async function (taskId) {
|
|
1925
|
+
try {
|
|
1926
|
+
return await this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(taskId)}/resume`, { method: "POST" });
|
|
1927
|
+
}
|
|
1928
|
+
catch (error) {
|
|
1929
|
+
if (error instanceof ApiError && error.status === 404)
|
|
1930
|
+
return null;
|
|
1931
|
+
throw error;
|
|
1932
|
+
}
|
|
1933
|
+
};
|
|
1934
|
+
ElizaClient.prototype.deleteOrchestratorTask = async function (taskId) {
|
|
1935
|
+
await this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(taskId)}`, { method: "DELETE" });
|
|
1936
|
+
return true;
|
|
1937
|
+
};
|
|
1938
|
+
ElizaClient.prototype.forkOrchestratorTask = async function (taskId, input) {
|
|
1939
|
+
try {
|
|
1940
|
+
return await this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(taskId)}/fork`, {
|
|
1941
|
+
method: "POST",
|
|
1942
|
+
body: JSON.stringify(input ?? {}),
|
|
1943
|
+
headers: { "Content-Type": "application/json" },
|
|
1944
|
+
});
|
|
1945
|
+
}
|
|
1946
|
+
catch (error) {
|
|
1947
|
+
if (error instanceof ApiError && error.status === 404)
|
|
1948
|
+
return null;
|
|
1949
|
+
throw error;
|
|
1950
|
+
}
|
|
1951
|
+
};
|
|
1952
|
+
ElizaClient.prototype.updateOrchestratorTask = async function (taskId, input) {
|
|
1953
|
+
try {
|
|
1954
|
+
return await this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(taskId)}`, {
|
|
1955
|
+
method: "PATCH",
|
|
1956
|
+
body: JSON.stringify(input),
|
|
1957
|
+
headers: { "Content-Type": "application/json" },
|
|
1958
|
+
});
|
|
1959
|
+
}
|
|
1960
|
+
catch (error) {
|
|
1961
|
+
if (error instanceof ApiError && error.status === 404)
|
|
1962
|
+
return null;
|
|
1963
|
+
throw error;
|
|
1964
|
+
}
|
|
1965
|
+
};
|
|
1966
|
+
ElizaClient.prototype.validateOrchestratorTask = async function (taskId, input) {
|
|
1967
|
+
try {
|
|
1968
|
+
return await this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(taskId)}/validate`, {
|
|
1969
|
+
method: "POST",
|
|
1970
|
+
body: JSON.stringify(input),
|
|
1971
|
+
headers: { "Content-Type": "application/json" },
|
|
1972
|
+
});
|
|
1973
|
+
}
|
|
1974
|
+
catch (error) {
|
|
1975
|
+
if (error instanceof ApiError && error.status === 404)
|
|
1976
|
+
return null;
|
|
1977
|
+
throw error;
|
|
1978
|
+
}
|
|
1979
|
+
};
|
|
1980
|
+
ElizaClient.prototype.addOrchestratorAgent = async function (taskId, input) {
|
|
1981
|
+
try {
|
|
1982
|
+
return await this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(taskId)}/agents`, {
|
|
1983
|
+
method: "POST",
|
|
1984
|
+
body: JSON.stringify(input),
|
|
1985
|
+
headers: { "Content-Type": "application/json" },
|
|
1986
|
+
});
|
|
1987
|
+
}
|
|
1988
|
+
catch (error) {
|
|
1989
|
+
if (error instanceof ApiError && error.status === 404)
|
|
1990
|
+
return null;
|
|
1991
|
+
throw error;
|
|
1992
|
+
}
|
|
1993
|
+
};
|
|
1994
|
+
ElizaClient.prototype.stopOrchestratorAgent = async function (taskId, sessionId) {
|
|
1995
|
+
await this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(taskId)}/agents/${encodeURIComponent(sessionId)}/stop`, { method: "POST" });
|
|
1996
|
+
return true;
|
|
1997
|
+
};
|
|
1998
|
+
ElizaClient.prototype.retryOrchestratorTaskTurn = async function (taskId, input) {
|
|
1999
|
+
try {
|
|
2000
|
+
return await this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(taskId)}/retry-turn`, {
|
|
2001
|
+
method: "POST",
|
|
2002
|
+
body: JSON.stringify(input),
|
|
2003
|
+
headers: { "Content-Type": "application/json" },
|
|
2004
|
+
});
|
|
2005
|
+
}
|
|
2006
|
+
catch (error) {
|
|
2007
|
+
if (error instanceof ApiError && error.status === 404)
|
|
2008
|
+
return null;
|
|
2009
|
+
throw error;
|
|
2010
|
+
}
|
|
2011
|
+
};
|
|
2012
|
+
ElizaClient.prototype.rerunOrchestratorTaskFromEvent = async function (taskId, input) {
|
|
2013
|
+
try {
|
|
2014
|
+
return await this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(taskId)}/rerun-from-event`, {
|
|
2015
|
+
method: "POST",
|
|
2016
|
+
body: JSON.stringify(input),
|
|
2017
|
+
headers: { "Content-Type": "application/json" },
|
|
2018
|
+
});
|
|
2019
|
+
}
|
|
2020
|
+
catch (error) {
|
|
2021
|
+
if (error instanceof ApiError && error.status === 404)
|
|
2022
|
+
return null;
|
|
2023
|
+
throw error;
|
|
2024
|
+
}
|
|
2025
|
+
};
|
|
2026
|
+
ElizaClient.prototype.restartOrchestratorTask = async function (taskId, input) {
|
|
2027
|
+
try {
|
|
2028
|
+
return await this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(taskId)}/restart`, {
|
|
2029
|
+
method: "POST",
|
|
2030
|
+
body: JSON.stringify(input ?? {}),
|
|
2031
|
+
headers: { "Content-Type": "application/json" },
|
|
2032
|
+
});
|
|
2033
|
+
}
|
|
2034
|
+
catch (error) {
|
|
2035
|
+
if (error instanceof ApiError && error.status === 404)
|
|
2036
|
+
return null;
|
|
2037
|
+
throw error;
|
|
2038
|
+
}
|
|
2039
|
+
};
|
|
2040
|
+
ElizaClient.prototype.restartOrchestratorTaskWithEditedPlan = async function (taskId, input) {
|
|
2041
|
+
try {
|
|
2042
|
+
return await this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(taskId)}/restart-with-edited-plan`, {
|
|
2043
|
+
method: "POST",
|
|
2044
|
+
body: JSON.stringify(input),
|
|
2045
|
+
headers: { "Content-Type": "application/json" },
|
|
2046
|
+
});
|
|
2047
|
+
}
|
|
2048
|
+
catch (error) {
|
|
2049
|
+
if (error instanceof ApiError && error.status === 404)
|
|
2050
|
+
return null;
|
|
2051
|
+
throw error;
|
|
2052
|
+
}
|
|
2053
|
+
};
|
|
2054
|
+
ElizaClient.prototype.listOrchestratorTaskPlanRevisions = function (taskId, options) {
|
|
2055
|
+
const params = new URLSearchParams();
|
|
2056
|
+
if (options?.cursor)
|
|
2057
|
+
params.set("cursor", options.cursor);
|
|
2058
|
+
if (typeof options?.limit === "number") {
|
|
2059
|
+
params.set("limit", String(options.limit));
|
|
2060
|
+
}
|
|
2061
|
+
const qs = params.toString();
|
|
2062
|
+
return this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(taskId)}/plan-revisions${qs ? `?${qs}` : ""}`);
|
|
2063
|
+
};
|
|
2064
|
+
ElizaClient.prototype.createOrchestratorTaskPlanRevision = async function (taskId, input) {
|
|
2065
|
+
try {
|
|
2066
|
+
return await this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(taskId)}/plan-revisions`, {
|
|
2067
|
+
method: "POST",
|
|
2068
|
+
body: JSON.stringify(input),
|
|
2069
|
+
headers: { "Content-Type": "application/json" },
|
|
2070
|
+
});
|
|
2071
|
+
}
|
|
2072
|
+
catch (error) {
|
|
2073
|
+
if (error instanceof ApiError && error.status === 404)
|
|
2074
|
+
return null;
|
|
2075
|
+
throw error;
|
|
2076
|
+
}
|
|
2077
|
+
};
|
|
2078
|
+
ElizaClient.prototype.listOrchestratorTaskMessages = function (taskId, options) {
|
|
2079
|
+
const params = new URLSearchParams();
|
|
2080
|
+
if (options?.cursor)
|
|
2081
|
+
params.set("cursor", options.cursor);
|
|
2082
|
+
if (typeof options?.limit === "number") {
|
|
2083
|
+
params.set("limit", String(options.limit));
|
|
2084
|
+
}
|
|
2085
|
+
const qs = params.toString();
|
|
2086
|
+
return this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(taskId)}/messages${qs ? `?${qs}` : ""}`);
|
|
2087
|
+
};
|
|
2088
|
+
ElizaClient.prototype.postOrchestratorTaskMessage = async function (taskId, content) {
|
|
2089
|
+
const result = await this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(taskId)}/messages`, {
|
|
2090
|
+
method: "POST",
|
|
2091
|
+
body: JSON.stringify({ content }),
|
|
2092
|
+
headers: { "Content-Type": "application/json" },
|
|
2093
|
+
});
|
|
2094
|
+
return result.recorded && (result.failedTo?.length ?? 0) === 0;
|
|
2095
|
+
};
|
|
2096
|
+
ElizaClient.prototype.listOrchestratorTaskEvents = function (taskId, options) {
|
|
2097
|
+
const params = new URLSearchParams();
|
|
2098
|
+
if (options?.cursor)
|
|
2099
|
+
params.set("cursor", options.cursor);
|
|
2100
|
+
if (typeof options?.limit === "number") {
|
|
2101
|
+
params.set("limit", String(options.limit));
|
|
2102
|
+
}
|
|
2103
|
+
const qs = params.toString();
|
|
2104
|
+
return this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(taskId)}/events${qs ? `?${qs}` : ""}`);
|
|
2105
|
+
};
|
|
2106
|
+
ElizaClient.prototype.listOrchestratorTaskTimeline = function (taskId, options) {
|
|
2107
|
+
const params = new URLSearchParams();
|
|
2108
|
+
if (options?.cursor)
|
|
2109
|
+
params.set("cursor", options.cursor);
|
|
2110
|
+
if (typeof options?.limit === "number") {
|
|
2111
|
+
params.set("limit", String(options.limit));
|
|
2112
|
+
}
|
|
2113
|
+
const qs = params.toString();
|
|
2114
|
+
return this.fetch(`/api/orchestrator/tasks/${encodeURIComponent(taskId)}/timeline${qs ? `?${qs}` : ""}`);
|
|
2115
|
+
};
|
|
2116
|
+
ElizaClient.prototype.streamOrchestratorTask = function (taskId, onChange) {
|
|
2117
|
+
if (typeof EventSource === "undefined")
|
|
2118
|
+
return () => { };
|
|
2119
|
+
const url = `${this.baseUrl || ""}/api/orchestrator/tasks/${encodeURIComponent(taskId)}/stream`;
|
|
2120
|
+
const source = new EventSource(url);
|
|
2121
|
+
source.onmessage = (event) => {
|
|
2122
|
+
try {
|
|
2123
|
+
const data = JSON.parse(event.data);
|
|
2124
|
+
// The stream pings `{type:"change"}` on every room mutation; the caller
|
|
2125
|
+
// refetches the tail. `ready` and heartbeat comments are ignored.
|
|
2126
|
+
if (data && data.type === "change")
|
|
2127
|
+
onChange();
|
|
2128
|
+
}
|
|
2129
|
+
catch {
|
|
2130
|
+
// ignore non-JSON frames
|
|
2131
|
+
}
|
|
2132
|
+
};
|
|
2133
|
+
return () => source.close();
|
|
2134
|
+
};
|
|
2135
|
+
ElizaClient.prototype.pauseAllOrchestratorTasks = async function () {
|
|
2136
|
+
const res = await this.fetch("/api/orchestrator/pause-all", { method: "POST" });
|
|
2137
|
+
return res.paused;
|
|
2138
|
+
};
|
|
2139
|
+
ElizaClient.prototype.resumeAllOrchestratorTasks = async function () {
|
|
2140
|
+
const res = await this.fetch("/api/orchestrator/resume-all", { method: "POST" });
|
|
2141
|
+
return res.resumed;
|
|
2142
|
+
};
|
|
2143
|
+
ElizaClient.prototype.stopCodingAgent = async function (sessionId) {
|
|
2144
|
+
try {
|
|
2145
|
+
await this.fetch(`/api/coding-agents/${encodeURIComponent(sessionId)}/stop`, { method: "POST" });
|
|
2146
|
+
return true;
|
|
2147
|
+
}
|
|
2148
|
+
catch {
|
|
2149
|
+
return false;
|
|
2150
|
+
}
|
|
2151
|
+
};
|
|
2152
|
+
ElizaClient.prototype.listCodingAgentScratchWorkspaces = async function () {
|
|
2153
|
+
try {
|
|
2154
|
+
return await this.fetch("/api/coding-agents/scratch");
|
|
2155
|
+
}
|
|
2156
|
+
catch {
|
|
2157
|
+
return [];
|
|
2158
|
+
}
|
|
2159
|
+
};
|
|
2160
|
+
ElizaClient.prototype.keepCodingAgentScratchWorkspace = async function (sessionId) {
|
|
2161
|
+
try {
|
|
2162
|
+
await this.fetch(`/api/coding-agents/${encodeURIComponent(sessionId)}/scratch/keep`, { method: "POST" });
|
|
2163
|
+
return true;
|
|
2164
|
+
}
|
|
2165
|
+
catch {
|
|
2166
|
+
return false;
|
|
2167
|
+
}
|
|
2168
|
+
};
|
|
2169
|
+
ElizaClient.prototype.deleteCodingAgentScratchWorkspace = async function (sessionId) {
|
|
2170
|
+
try {
|
|
2171
|
+
await this.fetch(`/api/coding-agents/${encodeURIComponent(sessionId)}/scratch/delete`, { method: "POST" });
|
|
2172
|
+
return true;
|
|
2173
|
+
}
|
|
2174
|
+
catch {
|
|
2175
|
+
return false;
|
|
2176
|
+
}
|
|
2177
|
+
};
|
|
2178
|
+
ElizaClient.prototype.promoteCodingAgentScratchWorkspace = async function (sessionId, name) {
|
|
2179
|
+
try {
|
|
2180
|
+
const response = await this.fetch(`/api/coding-agents/${encodeURIComponent(sessionId)}/scratch/promote`, {
|
|
2181
|
+
method: "POST",
|
|
2182
|
+
body: JSON.stringify(name ? { name } : {}),
|
|
2183
|
+
});
|
|
2184
|
+
return response.scratch ?? null;
|
|
2185
|
+
}
|
|
2186
|
+
catch {
|
|
2187
|
+
return null;
|
|
2188
|
+
}
|
|
2189
|
+
};
|
|
2190
|
+
ElizaClient.prototype.spawnShellSession = async function (workdir) {
|
|
2191
|
+
const res = await this.fetch("/api/coding-agents/spawn", {
|
|
2192
|
+
method: "POST",
|
|
2193
|
+
body: JSON.stringify({
|
|
2194
|
+
agentType: "shell",
|
|
2195
|
+
...(workdir ? { workdir } : {}),
|
|
2196
|
+
}),
|
|
2197
|
+
});
|
|
2198
|
+
return { sessionId: res.sessionId };
|
|
2199
|
+
};
|
|
2200
|
+
ElizaClient.prototype.subscribePtyOutput = function (sessionId) {
|
|
2201
|
+
this.sendWsMessage({ type: "pty-subscribe", sessionId });
|
|
2202
|
+
};
|
|
2203
|
+
ElizaClient.prototype.unsubscribePtyOutput = function (sessionId) {
|
|
2204
|
+
this.sendWsMessage({ type: "pty-unsubscribe", sessionId });
|
|
2205
|
+
};
|
|
2206
|
+
ElizaClient.prototype.sendPtyInput = function (sessionId, data) {
|
|
2207
|
+
this.sendWsMessage({ type: "pty-input", sessionId, data });
|
|
2208
|
+
};
|
|
2209
|
+
ElizaClient.prototype.resizePty = function (sessionId, cols, rows) {
|
|
2210
|
+
this.sendWsMessage({ type: "pty-resize", sessionId, cols, rows });
|
|
2211
|
+
};
|
|
2212
|
+
ElizaClient.prototype.getPtyBufferedOutput = async function (sessionId) {
|
|
2213
|
+
try {
|
|
2214
|
+
const res = await this.fetch(`/api/coding-agents/${encodeURIComponent(sessionId)}/buffered-output`);
|
|
2215
|
+
return res.output ?? "";
|
|
2216
|
+
}
|
|
2217
|
+
catch {
|
|
2218
|
+
return "";
|
|
2219
|
+
}
|
|
2220
|
+
};
|
|
2221
|
+
ElizaClient.prototype.streamGoLive = async function () {
|
|
2222
|
+
return this.fetch("/api/stream/live", { method: "POST" });
|
|
2223
|
+
};
|
|
2224
|
+
ElizaClient.prototype.streamGoOffline = async function () {
|
|
2225
|
+
return this.fetch("/api/stream/offline", { method: "POST" });
|
|
2226
|
+
};
|
|
2227
|
+
ElizaClient.prototype.streamStatus = async function () {
|
|
2228
|
+
return this.fetch("/api/stream/status");
|
|
2229
|
+
};
|
|
2230
|
+
ElizaClient.prototype.getStreamingDestinations = async function () {
|
|
2231
|
+
return this.fetch("/api/streaming/destinations");
|
|
2232
|
+
};
|
|
2233
|
+
ElizaClient.prototype.setActiveDestination = async function (destinationId) {
|
|
2234
|
+
return this.fetch("/api/streaming/destination", {
|
|
2235
|
+
method: "POST",
|
|
2236
|
+
body: JSON.stringify({ destinationId }),
|
|
2237
|
+
});
|
|
2238
|
+
};
|
|
2239
|
+
ElizaClient.prototype.setStreamVolume = async function (volume) {
|
|
2240
|
+
return this.fetch("/api/stream/volume", {
|
|
2241
|
+
method: "POST",
|
|
2242
|
+
body: JSON.stringify({ volume }),
|
|
2243
|
+
});
|
|
2244
|
+
};
|
|
2245
|
+
ElizaClient.prototype.muteStream = async function () {
|
|
2246
|
+
return this.fetch("/api/stream/mute", { method: "POST" });
|
|
2247
|
+
};
|
|
2248
|
+
ElizaClient.prototype.unmuteStream = async function () {
|
|
2249
|
+
return this.fetch("/api/stream/unmute", { method: "POST" });
|
|
2250
|
+
};
|
|
2251
|
+
ElizaClient.prototype.getStreamVoice = async function () {
|
|
2252
|
+
return this.fetch("/api/stream/voice");
|
|
2253
|
+
};
|
|
2254
|
+
ElizaClient.prototype.saveStreamVoice = async function (settings) {
|
|
2255
|
+
return this.fetch("/api/stream/voice", {
|
|
2256
|
+
method: "POST",
|
|
2257
|
+
body: JSON.stringify(settings),
|
|
2258
|
+
});
|
|
2259
|
+
};
|
|
2260
|
+
ElizaClient.prototype.streamVoiceSpeak = async function (text) {
|
|
2261
|
+
return this.fetch("/api/stream/voice/speak", {
|
|
2262
|
+
method: "POST",
|
|
2263
|
+
body: JSON.stringify({ text }),
|
|
2264
|
+
});
|
|
2265
|
+
};
|
|
2266
|
+
ElizaClient.prototype.synthesizeFirstRunSpeech = async function (lineId) {
|
|
2267
|
+
const res = await this.rawRequest("/api/tts/first-run/speak", {
|
|
2268
|
+
method: "POST",
|
|
2269
|
+
headers: { "Content-Type": "application/json" },
|
|
2270
|
+
body: JSON.stringify({ lineId }),
|
|
2271
|
+
});
|
|
2272
|
+
if (!res.ok) {
|
|
2273
|
+
throw new Error(`first-run TTS ${res.status}`);
|
|
2274
|
+
}
|
|
2275
|
+
return res.arrayBuffer();
|
|
2276
|
+
};
|
|
2277
|
+
ElizaClient.prototype.getOverlayLayout = async function (destinationId) {
|
|
2278
|
+
const qs = destinationId
|
|
2279
|
+
? `?destination=${encodeURIComponent(destinationId)}`
|
|
2280
|
+
: "";
|
|
2281
|
+
return this.fetch(`/api/stream/overlay-layout${qs}`);
|
|
2282
|
+
};
|
|
2283
|
+
ElizaClient.prototype.saveOverlayLayout = async function (layout, destinationId) {
|
|
2284
|
+
const qs = destinationId
|
|
2285
|
+
? `?destination=${encodeURIComponent(destinationId)}`
|
|
2286
|
+
: "";
|
|
2287
|
+
return this.fetch(`/api/stream/overlay-layout${qs}`, {
|
|
2288
|
+
method: "POST",
|
|
2289
|
+
body: JSON.stringify({ layout }),
|
|
2290
|
+
});
|
|
2291
|
+
};
|
|
2292
|
+
ElizaClient.prototype.getStreamSource = async function () {
|
|
2293
|
+
return this.fetch("/api/stream/source");
|
|
2294
|
+
};
|
|
2295
|
+
ElizaClient.prototype.setStreamSource = async function (sourceType, customUrl) {
|
|
2296
|
+
return this.fetch("/api/stream/source", {
|
|
2297
|
+
method: "POST",
|
|
2298
|
+
body: JSON.stringify({ sourceType, customUrl }),
|
|
2299
|
+
});
|
|
2300
|
+
};
|
|
2301
|
+
ElizaClient.prototype.getStreamSettings = async function () {
|
|
2302
|
+
return this.fetch("/api/stream/settings");
|
|
2303
|
+
};
|
|
2304
|
+
ElizaClient.prototype.saveStreamSettings = async function (settings) {
|
|
2305
|
+
return this.fetch("/api/stream/settings", {
|
|
2306
|
+
method: "POST",
|
|
2307
|
+
body: JSON.stringify({ settings }),
|
|
2308
|
+
});
|
|
2309
|
+
};
|
|
2310
|
+
// ---------------------------------------------------------------------------
|
|
2311
|
+
// Multi-account routes (WS3)
|
|
2312
|
+
// ---------------------------------------------------------------------------
|
|
2313
|
+
ElizaClient.prototype.listAccounts = async function () {
|
|
2314
|
+
return this.fetch("/api/accounts");
|
|
2315
|
+
};
|
|
2316
|
+
ElizaClient.prototype.createApiKeyAccount = async function (providerId, body) {
|
|
2317
|
+
return this.fetch(`/api/accounts/${encodeURIComponent(providerId)}`, {
|
|
2318
|
+
method: "POST",
|
|
2319
|
+
body: JSON.stringify({ source: "api-key", ...body }),
|
|
2320
|
+
});
|
|
2321
|
+
};
|
|
2322
|
+
ElizaClient.prototype.patchAccount = async function (providerId, accountId, body) {
|
|
2323
|
+
return this.fetch(`/api/accounts/${encodeURIComponent(providerId)}/${encodeURIComponent(accountId)}`, {
|
|
2324
|
+
method: "PATCH",
|
|
2325
|
+
body: JSON.stringify(body),
|
|
2326
|
+
});
|
|
2327
|
+
};
|
|
2328
|
+
ElizaClient.prototype.deleteAccount = async function (providerId, accountId) {
|
|
2329
|
+
return this.fetch(`/api/accounts/${encodeURIComponent(providerId)}/${encodeURIComponent(accountId)}`, { method: "DELETE" });
|
|
2330
|
+
};
|
|
2331
|
+
ElizaClient.prototype.testAccount = async function (providerId, accountId) {
|
|
2332
|
+
return this.fetch(`/api/accounts/${encodeURIComponent(providerId)}/${encodeURIComponent(accountId)}/test`, { method: "POST" });
|
|
2333
|
+
};
|
|
2334
|
+
ElizaClient.prototype.refreshAccountUsage = async function (providerId, accountId) {
|
|
2335
|
+
return this.fetch(`/api/accounts/${encodeURIComponent(providerId)}/${encodeURIComponent(accountId)}/refresh-usage`, { method: "POST" });
|
|
2336
|
+
};
|
|
2337
|
+
ElizaClient.prototype.startAccountOAuth = async function (providerId, body) {
|
|
2338
|
+
return this.fetch(`/api/accounts/${encodeURIComponent(providerId)}/oauth/start`, {
|
|
2339
|
+
method: "POST",
|
|
2340
|
+
body: JSON.stringify(body),
|
|
2341
|
+
});
|
|
2342
|
+
};
|
|
2343
|
+
ElizaClient.prototype.submitAccountOAuthCode = async function (providerId, body) {
|
|
2344
|
+
return this.fetch(`/api/accounts/${encodeURIComponent(providerId)}/oauth/submit-code`, {
|
|
2345
|
+
method: "POST",
|
|
2346
|
+
body: JSON.stringify(body),
|
|
2347
|
+
});
|
|
2348
|
+
};
|
|
2349
|
+
ElizaClient.prototype.cancelAccountOAuth = async function (providerId, body) {
|
|
2350
|
+
return this.fetch(`/api/accounts/${encodeURIComponent(providerId)}/oauth/cancel`, {
|
|
2351
|
+
method: "POST",
|
|
2352
|
+
body: JSON.stringify(body),
|
|
2353
|
+
});
|
|
2354
|
+
};
|
|
2355
|
+
ElizaClient.prototype.patchProviderStrategy = async function (providerId, body) {
|
|
2356
|
+
return this.fetch(`/api/providers/${encodeURIComponent(providerId)}/strategy`, {
|
|
2357
|
+
method: "PATCH",
|
|
2358
|
+
body: JSON.stringify(body),
|
|
2359
|
+
});
|
|
2360
|
+
};
|