@elizaos/ui 2.0.0-alpha.382 → 2.0.0-alpha.385
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/apps/app-companion/src/components/avatar/VrmViewer.d.ts.map +1 -1
- package/apps/app-companion/src/components/avatar/VrmViewer.js +2 -1
- package/apps/app-companion/src/components/companion/CompanionAppView.d.ts.map +1 -1
- package/apps/app-companion/src/components/companion/CompanionAppView.js +2 -1
- package/apps/app-companion/src/components/companion/CompanionView.d.ts.map +1 -1
- package/apps/app-companion/src/components/companion/CompanionView.js +2 -1
- package/apps/app-companion/src/components/companion/EmotePicker.d.ts.map +1 -1
- package/apps/app-companion/src/components/companion/EmotePicker.js +1 -1
- package/apps/app-companion/src/components/companion/scene-overlay-bridge.d.ts.map +1 -1
- package/apps/app-companion/src/components/companion/scene-overlay-bridge.js +2 -1
- package/apps/app-companion/src/index.d.ts +3 -3
- package/apps/app-companion/src/index.d.ts.map +1 -1
- package/apps/app-companion/src/index.js +3 -3
- package/apps/app-elizamaker/src/drop-service.d.ts +2 -2
- package/apps/app-elizamaker/src/drop-service.d.ts.map +1 -1
- package/apps/app-elizamaker/src/twitter-verify.d.ts +2 -2
- package/apps/app-elizamaker/src/twitter-verify.d.ts.map +1 -1
- package/apps/app-lifeops/src/api/client-lifeops.d.ts +1 -1
- package/apps/app-lifeops/src/api/client-lifeops.d.ts.map +1 -1
- package/apps/app-lifeops/src/contracts/index.d.ts +1 -1
- package/apps/app-lifeops/src/contracts/index.d.ts.map +1 -1
- package/apps/app-lifeops/src/contracts/index.js +1 -1
- package/apps/app-lifeops/src/inbox/message-fetcher.d.ts.map +1 -1
- package/apps/app-lifeops/src/inbox/message-fetcher.js +4 -2
- package/apps/app-lifeops/src/lifeops/google-managed-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-managed-client.js +4 -3
- package/apps/app-lifeops/src/lifeops/paypal-managed-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/paypal-managed-client.js +4 -3
- package/apps/app-lifeops/src/lifeops/plaid-managed-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/plaid-managed-client.js +4 -3
- package/apps/app-lifeops/src/lifeops/repository.d.ts +12 -1
- package/apps/app-lifeops/src/lifeops/repository.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/repository.js +135 -0
- package/apps/app-lifeops/src/lifeops/schedule-sync-client.js +1 -1
- package/apps/app-lifeops/src/lifeops/schema.d.ts +4587 -3791
- package/apps/app-lifeops/src/lifeops/schema.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/schema.js +30 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-inbox.d.ts +2 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-inbox.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-inbox.js +103 -13
- package/apps/app-lifeops/src/routes/cloud-features-routes.d.ts.map +1 -1
- package/apps/app-lifeops/src/routes/cloud-features-routes.js +2 -1
- package/apps/app-lifeops/src/routes/travel-provider-relay-routes.d.ts.map +1 -1
- package/apps/app-lifeops/src/routes/travel-provider-relay-routes.js +2 -1
- package/package.json +1 -1
- package/packages/agent/src/actions/grounded-action-reply.d.ts.map +1 -1
- package/packages/agent/src/actions/grounded-action-reply.js +1 -1
- package/packages/agent/src/actions/index.d.ts +1 -0
- package/packages/agent/src/actions/index.d.ts.map +1 -1
- package/packages/agent/src/actions/index.js +1 -0
- package/packages/agent/src/actions/scratchpad.d.ts +7 -0
- package/packages/agent/src/actions/scratchpad.d.ts.map +1 -0
- package/packages/agent/src/actions/scratchpad.js +394 -0
- package/packages/agent/src/actions/settings-actions.js +1 -1
- package/packages/agent/src/actions/terminal.d.ts.map +1 -1
- package/packages/agent/src/actions/terminal.js +10 -2
- package/packages/agent/src/api/apps-routes.d.ts.map +1 -1
- package/packages/agent/src/api/apps-routes.js +171 -0
- package/packages/agent/src/api/binance-skill-helpers.d.ts.map +1 -1
- package/packages/agent/src/api/chat-routes.d.ts +3 -0
- package/packages/agent/src/api/chat-routes.d.ts.map +1 -1
- package/packages/agent/src/api/chat-routes.js +33 -14
- package/packages/agent/src/api/conversation-routes.js +2 -2
- package/packages/agent/src/api/misc-routes.d.ts.map +1 -1
- package/packages/agent/src/api/misc-routes.js +2 -2
- package/packages/agent/src/api/permissions-routes.js +1 -1
- package/packages/agent/src/api/plugin-routes.d.ts.map +1 -1
- package/packages/agent/src/api/plugin-routes.js +7 -1
- package/packages/agent/src/api/provider-switch-config.js +1 -1
- package/packages/agent/src/api/registry-service.d.ts +1 -1
- package/packages/agent/src/api/registry-service.d.ts.map +1 -1
- package/packages/agent/src/api/server-auth.d.ts.map +1 -1
- package/packages/agent/src/api/server-auth.js +119 -1
- package/packages/agent/src/api/server-helpers-auth.d.ts.map +1 -1
- package/packages/agent/src/api/server-helpers-auth.js +119 -1
- package/packages/agent/src/api/server-helpers-swarm.d.ts +1 -1
- package/packages/agent/src/api/server-helpers-swarm.d.ts.map +1 -1
- package/packages/agent/src/api/server-helpers.js +1 -1
- package/packages/agent/src/api/server-types.d.ts +2 -2
- package/packages/agent/src/api/server-types.d.ts.map +1 -1
- package/packages/agent/src/api/server.d.ts.map +1 -1
- package/packages/agent/src/api/server.js +5 -4
- package/packages/agent/src/api/training-backend-check.d.ts +1 -1
- package/packages/agent/src/api/training-backend-check.d.ts.map +1 -1
- package/packages/agent/src/api/training-backend-check.js +1 -1
- package/packages/agent/src/api/training-routes.d.ts +1 -1
- package/packages/agent/src/api/training-routes.d.ts.map +1 -1
- package/packages/agent/src/api/training-routes.js +1 -1
- package/packages/agent/src/api/training-service-like.d.ts +1 -1
- package/packages/agent/src/api/training-service-like.d.ts.map +1 -1
- package/packages/agent/src/api/trajectory-routes.d.ts +1 -1
- package/packages/agent/src/api/trajectory-routes.d.ts.map +1 -1
- package/packages/agent/src/api/trajectory-routes.js +1 -1
- package/packages/agent/src/api/wallet-capability.js +1 -1
- package/packages/agent/src/api/wallet-evm-balance.js +1 -1
- package/packages/agent/src/api/wallet.d.ts +1 -1
- package/packages/agent/src/api/wallet.d.ts.map +1 -1
- package/packages/agent/src/api/wallet.js +2 -2
- package/packages/agent/src/awareness/index.d.ts +2 -0
- package/packages/agent/src/awareness/index.d.ts.map +1 -0
- package/packages/agent/src/awareness/index.js +1 -0
- package/packages/agent/src/config/config.d.ts.map +1 -1
- package/packages/agent/src/config/config.js +2 -0
- package/packages/agent/src/config/index.d.ts +1 -0
- package/packages/agent/src/config/index.d.ts.map +1 -1
- package/packages/agent/src/config/index.js +1 -0
- package/packages/agent/src/config/model-metadata.d.ts +20 -0
- package/packages/agent/src/config/model-metadata.d.ts.map +1 -0
- package/packages/agent/src/config/model-metadata.js +133 -0
- package/packages/agent/src/config/zod-schema.core.d.ts +28 -28
- package/packages/agent/src/config/zod-schema.core.d.ts.map +1 -1
- package/packages/agent/src/config/zod-schema.core.js +16 -9
- package/packages/agent/src/config/zod-schema.d.ts +10 -10
- package/packages/agent/src/index.d.ts +6 -11
- package/packages/agent/src/index.d.ts.map +1 -1
- package/packages/agent/src/index.js +8 -10
- package/packages/agent/src/providers/media-provider.js +1 -1
- package/packages/agent/src/runtime/custom-actions.d.ts.map +1 -1
- package/packages/agent/src/runtime/custom-actions.js +1 -1
- package/packages/agent/src/runtime/eliza-plugin.d.ts.map +1 -1
- package/packages/agent/src/runtime/eliza-plugin.js +6 -0
- package/packages/agent/src/runtime/eliza.d.ts.map +1 -1
- package/packages/agent/src/runtime/eliza.js +7 -7
- package/packages/agent/src/runtime/prompt-optimization.d.ts +24 -1
- package/packages/agent/src/runtime/prompt-optimization.d.ts.map +1 -1
- package/packages/agent/src/runtime/prompt-optimization.js +292 -27
- package/packages/agent/src/runtime/trajectory-internals.d.ts +1 -0
- package/packages/agent/src/runtime/trajectory-internals.d.ts.map +1 -1
- package/packages/agent/src/runtime/trajectory-storage.d.ts.map +1 -1
- package/packages/agent/src/runtime/trajectory-storage.js +3 -0
- package/packages/agent/src/services/index.d.ts +4 -4
- package/packages/agent/src/services/index.d.ts.map +1 -1
- package/packages/agent/src/services/index.js +2 -2
- package/packages/agent/src/services/registry-client-app-meta.d.ts.map +1 -1
- package/packages/agent/src/services/registry-client-app-meta.js +0 -61
- package/packages/agent/src/services/skill-marketplace.d.ts.map +1 -1
- package/packages/app-core/src/App.js +1 -1
- package/packages/app-core/src/api/auth.js +1 -1
- package/packages/app-core/src/api/client-agent.d.ts +1 -2
- package/packages/app-core/src/api/client-agent.d.ts.map +1 -1
- package/packages/app-core/src/api/client-chat.d.ts +10 -1
- package/packages/app-core/src/api/client-chat.d.ts.map +1 -1
- package/packages/app-core/src/api/client-chat.js +33 -0
- package/packages/app-core/src/api/client-skills.d.ts.map +1 -1
- package/packages/app-core/src/api/client-types-chat.d.ts +1 -0
- package/packages/app-core/src/api/client-types-chat.d.ts.map +1 -1
- package/packages/app-core/src/api/client-types-config.d.ts +2 -2
- package/packages/app-core/src/api/client-types-config.d.ts.map +1 -1
- package/packages/app-core/src/api/client-wallet.d.ts +2 -4
- package/packages/app-core/src/api/client-wallet.d.ts.map +1 -1
- package/packages/app-core/src/api/client.d.ts +3 -4
- package/packages/app-core/src/api/client.d.ts.map +1 -1
- package/packages/app-core/src/api/client.js +1 -1
- package/packages/app-core/src/api/compat-route-shared.d.ts +1 -1
- package/packages/app-core/src/api/compat-route-shared.d.ts.map +1 -1
- package/packages/app-core/src/api/compat-route-shared.js +117 -1
- package/packages/app-core/src/api/server-cloud-tts.js +1 -1
- package/packages/app-core/src/api/trusted-local-request.d.ts +4 -0
- package/packages/app-core/src/api/trusted-local-request.d.ts.map +1 -0
- package/packages/app-core/src/api/trusted-local-request.js +176 -0
- package/packages/app-core/src/autonomy/index.d.ts.map +1 -1
- package/packages/app-core/src/autonomy/index.js +3 -1
- package/packages/app-core/src/components/auth/LoginView.d.ts +3 -23
- package/packages/app-core/src/components/auth/LoginView.d.ts.map +1 -1
- package/packages/app-core/src/components/auth/LoginView.js +43 -33
- package/packages/app-core/src/components/chat/AppsSection.d.ts.map +1 -1
- package/packages/app-core/src/components/chat/AppsSection.js +61 -6
- package/packages/app-core/src/components/chat/MessageContent.d.ts.map +1 -1
- package/packages/app-core/src/components/chat/MessageContent.js +26 -3
- package/packages/app-core/src/components/chat/message-choice-parser.d.ts +20 -0
- package/packages/app-core/src/components/chat/message-choice-parser.d.ts.map +1 -0
- package/packages/app-core/src/components/chat/message-choice-parser.js +53 -0
- package/packages/app-core/src/components/chat/widgets/ChoiceWidget.d.ts +24 -0
- package/packages/app-core/src/components/chat/widgets/ChoiceWidget.d.ts.map +1 -0
- package/packages/app-core/src/components/chat/widgets/ChoiceWidget.js +38 -0
- package/packages/app-core/src/components/connectors/ConnectorSetupPanel.js +1 -1
- package/packages/app-core/src/components/custom-actions/CustomActionEditor.d.ts.map +1 -1
- package/packages/app-core/src/components/custom-actions/CustomActionsPanel.d.ts.map +1 -1
- package/packages/app-core/src/components/custom-actions/CustomActionsView.d.ts.map +1 -1
- package/packages/app-core/src/components/custom-actions/custom-action-form.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/BrowserWorkspaceView.js +1 -1
- package/packages/app-core/src/components/pages/KnowledgeView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/KnowledgeView.js +11 -1
- package/packages/app-core/src/components/pages/PluginConfigForm.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/PluginConfigForm.js +1 -1
- package/packages/app-core/src/components/pages/ScratchpadView.d.ts +2 -0
- package/packages/app-core/src/components/pages/ScratchpadView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/ScratchpadView.js +364 -0
- package/packages/app-core/src/components/pages/SettingsView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/SettingsView.js +29 -5
- package/packages/app-core/src/components/pages/VectorBrowserView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/VectorBrowserView.js +1 -1
- package/packages/app-core/src/components/pages/config-page-sections.d.ts +1 -1
- package/packages/app-core/src/components/pages/config-page-sections.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/config-page-sections.js +1 -1
- package/packages/app-core/src/components/pages/plugin-list-utils.d.ts +1 -1
- package/packages/app-core/src/components/pages/plugin-list-utils.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/useBrowserWorkspaceWalletBridge.d.ts +1 -1
- package/packages/app-core/src/components/pages/useBrowserWorkspaceWalletBridge.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/useBrowserWorkspaceWalletBridge.js +1 -1
- package/packages/app-core/src/components/settings/ApiKeyConfig.js +1 -1
- package/packages/app-core/src/components/settings/AppearanceSettingsSection.d.ts.map +1 -1
- package/packages/app-core/src/components/settings/AppearanceSettingsSection.js +1 -1
- package/packages/app-core/src/components/settings/AppsManagementSection.d.ts +12 -0
- package/packages/app-core/src/components/settings/AppsManagementSection.d.ts.map +1 -0
- package/packages/app-core/src/components/settings/AppsManagementSection.js +285 -0
- package/packages/app-core/src/components/settings/PermissionsSection.js +1 -1
- package/packages/app-core/src/components/settings/ProviderSwitcher.d.ts.map +1 -1
- package/packages/app-core/src/components/settings/ProviderSwitcher.js +2 -2
- package/packages/app-core/src/components/settings/SecuritySettingsSection.d.ts.map +1 -1
- package/packages/app-core/src/components/settings/SecuritySettingsSection.js +150 -33
- package/packages/app-core/src/components/settings/cloud-model-schema.d.ts +1 -1
- package/packages/app-core/src/components/settings/cloud-model-schema.d.ts.map +1 -1
- package/packages/app-core/src/components/shell/Header.d.ts.map +1 -1
- package/packages/app-core/src/components/shell/Header.js +28 -1
- package/packages/app-core/src/components/steward/injected.d.ts.map +1 -1
- package/packages/app-core/src/components/steward/injected.js +1 -1
- package/packages/app-core/src/components/training/injected.d.ts.map +1 -1
- package/packages/app-core/src/components/training/injected.js +1 -1
- package/packages/app-core/src/config/boot-config-store.d.ts +1 -1
- package/packages/app-core/src/config/boot-config-store.d.ts.map +1 -1
- package/packages/app-core/src/content-packs/bundled-packs.d.ts.map +1 -1
- package/packages/app-core/src/hooks/index.d.ts +0 -2
- package/packages/app-core/src/hooks/index.d.ts.map +1 -1
- package/packages/app-core/src/hooks/index.js +0 -2
- package/packages/app-core/src/hooks/useAuthStatus.d.ts +5 -0
- package/packages/app-core/src/hooks/useAuthStatus.d.ts.map +1 -1
- package/packages/app-core/src/hooks/useAuthStatus.js +41 -18
- package/packages/app-core/src/hooks/useSignalPairing.d.ts +1 -1
- package/packages/app-core/src/hooks/useSignalPairing.d.ts.map +1 -1
- package/packages/app-core/src/hooks/useWhatsAppPairing.d.ts +1 -1
- package/packages/app-core/src/hooks/useWhatsAppPairing.d.ts.map +1 -1
- package/packages/app-core/src/i18n/locales/en.json +0 -1
- package/packages/app-core/src/i18n/locales/es.json +0 -1
- package/packages/app-core/src/i18n/locales/ko.json +0 -1
- package/packages/app-core/src/i18n/locales/pt.json +0 -1
- package/packages/app-core/src/i18n/locales/tl.json +0 -1
- package/packages/app-core/src/i18n/locales/vi.json +0 -1
- package/packages/app-core/src/i18n/locales/zh-CN.json +0 -1
- package/packages/app-core/src/index.d.ts +0 -1
- package/packages/app-core/src/index.d.ts.map +1 -1
- package/packages/app-core/src/index.js +0 -1
- package/packages/app-core/src/runtime/channel-plugin-map.d.ts.map +1 -1
- package/packages/app-core/src/runtime/channel-plugin-map.js +1 -1
- package/packages/app-core/src/runtime/plugin-manager-guard.d.ts.map +1 -1
- package/packages/app-core/src/runtime/plugin-manager-guard.js +1 -1
- package/packages/app-core/src/services/plugin-installer.d.ts.map +1 -1
- package/packages/app-core/src/services/plugin-installer.js +1 -8
- package/packages/app-core/src/state/index.d.ts +0 -1
- package/packages/app-core/src/state/index.d.ts.map +1 -1
- package/packages/app-core/src/state/index.js +0 -1
- package/packages/app-core/src/state/startup-phase-restore.d.ts.map +1 -1
- package/packages/app-core/src/state/startup-phase-restore.js +1 -1
- package/packages/app-core/src/state/useOnboardingState.js +2 -2
- package/packages/app-core/src/state/usePluginsSkillsState.d.ts +4 -4
- package/packages/app-core/src/types/index.d.ts +1 -1
- package/packages/app-core/src/types/index.d.ts.map +1 -1
- package/packages/shared/src/contracts/index.d.ts +1 -0
- package/packages/shared/src/contracts/index.d.ts.map +1 -1
- package/packages/shared/src/contracts/index.js +1 -0
- package/packages/shared/src/contracts/scratchpad.d.ts +136 -0
- package/packages/shared/src/contracts/scratchpad.d.ts.map +1 -0
- package/packages/shared/src/contracts/scratchpad.js +90 -0
- package/packages/shared/src/index.d.ts +13 -13
- package/packages/shared/src/index.d.ts.map +1 -1
- package/packages/shared/src/index.js +19 -19
- package/packages/shared/src/spoken-text.js +1 -1
- package/packages/typescript/src/features/advanced-capabilities/evaluators/factExtractor.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/evaluators/factExtractor.js +12 -6
- package/packages/typescript/src/generated/action-docs.d.ts +25 -0
- package/packages/typescript/src/generated/action-docs.d.ts.map +1 -1
- package/packages/typescript/src/generated/action-docs.js +51 -0
- package/packages/typescript/src/services/message.d.ts.map +1 -1
- package/packages/typescript/src/services/message.js +1 -3
- package/packages/typescript/src/types/tools.d.ts.map +1 -1
- package/packages/typescript/src/types/tools.js +7 -3
- package/apps/app-lifeops/src/action.d.ts +0 -3
- package/apps/app-lifeops/src/action.d.ts.map +0 -1
- package/apps/app-lifeops/src/action.js +0 -351
- package/apps/app-lifeops/src/actions/activity-report.d.ts +0 -13
- package/apps/app-lifeops/src/actions/activity-report.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/activity-report.js +0 -313
- package/apps/app-lifeops/src/actions/app-blocker.d.ts +0 -7
- package/apps/app-lifeops/src/actions/app-blocker.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/app-blocker.js +0 -454
- package/apps/app-lifeops/src/actions/approval.d.ts +0 -21
- package/apps/app-lifeops/src/actions/approval.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/approval.js +0 -342
- package/apps/app-lifeops/src/actions/autofill.d.ts +0 -35
- package/apps/app-lifeops/src/actions/autofill.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/autofill.js +0 -475
- package/apps/app-lifeops/src/actions/book-travel-executor.d.ts +0 -9
- package/apps/app-lifeops/src/actions/book-travel-executor.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/book-travel-executor.js +0 -65
- package/apps/app-lifeops/src/actions/book-travel.d.ts +0 -5
- package/apps/app-lifeops/src/actions/book-travel.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/book-travel.js +0 -491
- package/apps/app-lifeops/src/actions/calendar.d.ts +0 -19
- package/apps/app-lifeops/src/actions/calendar.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/calendar.js +0 -3189
- package/apps/app-lifeops/src/actions/calendly.d.ts +0 -3
- package/apps/app-lifeops/src/actions/calendly.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/calendly.js +0 -285
- package/apps/app-lifeops/src/actions/chat-thread-control.d.ts +0 -3
- package/apps/app-lifeops/src/actions/chat-thread-control.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/chat-thread-control.js +0 -260
- package/apps/app-lifeops/src/actions/checkin.d.ts +0 -8
- package/apps/app-lifeops/src/actions/checkin.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/checkin.js +0 -230
- package/apps/app-lifeops/src/actions/computer-use.d.ts +0 -14
- package/apps/app-lifeops/src/actions/computer-use.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/computer-use.js +0 -365
- package/apps/app-lifeops/src/actions/cross-channel-send.d.ts +0 -34
- package/apps/app-lifeops/src/actions/cross-channel-send.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/cross-channel-send.js +0 -964
- package/apps/app-lifeops/src/actions/device-bus.d.ts +0 -19
- package/apps/app-lifeops/src/actions/device-bus.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/device-bus.js +0 -386
- package/apps/app-lifeops/src/actions/dossier.d.ts +0 -5
- package/apps/app-lifeops/src/actions/dossier.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/dossier.js +0 -227
- package/apps/app-lifeops/src/actions/email-unsubscribe.d.ts +0 -5
- package/apps/app-lifeops/src/actions/email-unsubscribe.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/email-unsubscribe.js +0 -172
- package/apps/app-lifeops/src/actions/gmail.d.ts +0 -57
- package/apps/app-lifeops/src/actions/gmail.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/gmail.js +0 -2540
- package/apps/app-lifeops/src/actions/health.d.ts +0 -9
- package/apps/app-lifeops/src/actions/health.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/health.js +0 -398
- package/apps/app-lifeops/src/actions/inbox.d.ts +0 -5
- package/apps/app-lifeops/src/actions/inbox.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/inbox.js +0 -1244
- package/apps/app-lifeops/src/actions/intent-sync.d.ts +0 -5
- package/apps/app-lifeops/src/actions/intent-sync.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/intent-sync.js +0 -326
- package/apps/app-lifeops/src/actions/life-goal-extractor.d.ts +0 -69
- package/apps/app-lifeops/src/actions/life-goal-extractor.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/life-goal-extractor.js +0 -420
- package/apps/app-lifeops/src/actions/life-param-extractor.d.ts +0 -78
- package/apps/app-lifeops/src/actions/life-param-extractor.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/life-param-extractor.js +0 -431
- package/apps/app-lifeops/src/actions/life-recent-context.d.ts +0 -9
- package/apps/app-lifeops/src/actions/life-recent-context.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/life-recent-context.js +0 -78
- package/apps/app-lifeops/src/actions/life-update-extractor.d.ts +0 -27
- package/apps/app-lifeops/src/actions/life-update-extractor.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/life-update-extractor.js +0 -195
- package/apps/app-lifeops/src/actions/life.d.ts +0 -5
- package/apps/app-lifeops/src/actions/life.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/life.extractor.d.ts +0 -18
- package/apps/app-lifeops/src/actions/life.extractor.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/life.extractor.js +0 -363
- package/apps/app-lifeops/src/actions/life.js +0 -3247
- package/apps/app-lifeops/src/actions/lifeops-connector.d.ts +0 -5
- package/apps/app-lifeops/src/actions/lifeops-connector.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/lifeops-connector.js +0 -683
- package/apps/app-lifeops/src/actions/lifeops-extraction-config.d.ts +0 -16
- package/apps/app-lifeops/src/actions/lifeops-extraction-config.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/lifeops-extraction-config.js +0 -25
- package/apps/app-lifeops/src/actions/lifeops-google-helpers.d.ts +0 -64
- package/apps/app-lifeops/src/actions/lifeops-google-helpers.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/lifeops-google-helpers.js +0 -671
- package/apps/app-lifeops/src/actions/lifeops-mutate.d.ts +0 -5
- package/apps/app-lifeops/src/actions/lifeops-mutate.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/lifeops-mutate.js +0 -769
- package/apps/app-lifeops/src/actions/list-remote-sessions.d.ts +0 -6
- package/apps/app-lifeops/src/actions/list-remote-sessions.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/list-remote-sessions.js +0 -45
- package/apps/app-lifeops/src/actions/non-actionable-request.d.ts +0 -17
- package/apps/app-lifeops/src/actions/non-actionable-request.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/non-actionable-request.js +0 -25
- package/apps/app-lifeops/src/actions/owner-app-block.d.ts +0 -12
- package/apps/app-lifeops/src/actions/owner-app-block.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/owner-app-block.js +0 -144
- package/apps/app-lifeops/src/actions/owner-calendar.d.ts +0 -15
- package/apps/app-lifeops/src/actions/owner-calendar.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/owner-calendar.js +0 -762
- package/apps/app-lifeops/src/actions/owner-inbox.d.ts +0 -5
- package/apps/app-lifeops/src/actions/owner-inbox.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/owner-inbox.js +0 -662
- package/apps/app-lifeops/src/actions/owner-remote-desktop.d.ts +0 -12
- package/apps/app-lifeops/src/actions/owner-remote-desktop.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/owner-remote-desktop.js +0 -173
- package/apps/app-lifeops/src/actions/owner-schedule.d.ts +0 -3
- package/apps/app-lifeops/src/actions/owner-schedule.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/owner-schedule.js +0 -174
- package/apps/app-lifeops/src/actions/owner-screen-time.d.ts +0 -10
- package/apps/app-lifeops/src/actions/owner-screen-time.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/owner-screen-time.js +0 -213
- package/apps/app-lifeops/src/actions/owner-website-block.d.ts +0 -12
- package/apps/app-lifeops/src/actions/owner-website-block.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/owner-website-block.js +0 -424
- package/apps/app-lifeops/src/actions/password-manager.d.ts +0 -5
- package/apps/app-lifeops/src/actions/password-manager.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/password-manager.js +0 -217
- package/apps/app-lifeops/src/actions/payments.d.ts +0 -5
- package/apps/app-lifeops/src/actions/payments.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/payments.js +0 -236
- package/apps/app-lifeops/src/actions/relationships.d.ts +0 -12
- package/apps/app-lifeops/src/actions/relationships.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/relationships.js +0 -880
- package/apps/app-lifeops/src/actions/remote-desktop.d.ts +0 -5
- package/apps/app-lifeops/src/actions/remote-desktop.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/remote-desktop.js +0 -248
- package/apps/app-lifeops/src/actions/revoke-remote-session.d.ts +0 -6
- package/apps/app-lifeops/src/actions/revoke-remote-session.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/revoke-remote-session.js +0 -73
- package/apps/app-lifeops/src/actions/schedule-x-dm-reply.d.ts +0 -3
- package/apps/app-lifeops/src/actions/schedule-x-dm-reply.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/schedule-x-dm-reply.js +0 -134
- package/apps/app-lifeops/src/actions/scheduled-trigger-task.d.ts +0 -19
- package/apps/app-lifeops/src/actions/scheduled-trigger-task.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/scheduled-trigger-task.js +0 -82
- package/apps/app-lifeops/src/actions/scheduling.d.ts +0 -70
- package/apps/app-lifeops/src/actions/scheduling.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/scheduling.js +0 -1078
- package/apps/app-lifeops/src/actions/screen-time.d.ts +0 -8
- package/apps/app-lifeops/src/actions/screen-time.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/screen-time.js +0 -249
- package/apps/app-lifeops/src/actions/search-across-channels.d.ts +0 -13
- package/apps/app-lifeops/src/actions/search-across-channels.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/search-across-channels.js +0 -338
- package/apps/app-lifeops/src/actions/start-remote-session.d.ts +0 -14
- package/apps/app-lifeops/src/actions/start-remote-session.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/start-remote-session.js +0 -139
- package/apps/app-lifeops/src/actions/subscriptions.d.ts +0 -5
- package/apps/app-lifeops/src/actions/subscriptions.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/subscriptions.js +0 -404
- package/apps/app-lifeops/src/actions/timezone-normalization.d.ts +0 -4
- package/apps/app-lifeops/src/actions/timezone-normalization.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/timezone-normalization.js +0 -159
- package/apps/app-lifeops/src/actions/twilio-call.d.ts +0 -20
- package/apps/app-lifeops/src/actions/twilio-call.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/twilio-call.js +0 -853
- package/apps/app-lifeops/src/actions/update-owner-profile.d.ts +0 -5
- package/apps/app-lifeops/src/actions/update-owner-profile.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/update-owner-profile.js +0 -181
- package/apps/app-lifeops/src/actions/x-read.d.ts +0 -5
- package/apps/app-lifeops/src/actions/x-read.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/x-read.js +0 -561
- package/apps/app-lifeops/src/activity-profile/activity-tracker-service.d.ts +0 -36
- package/apps/app-lifeops/src/activity-profile/activity-tracker-service.d.ts.map +0 -1
- package/apps/app-lifeops/src/activity-profile/activity-tracker-service.js +0 -160
- package/apps/app-lifeops/src/activity-profile/analyzer.d.ts +0 -23
- package/apps/app-lifeops/src/activity-profile/analyzer.d.ts.map +0 -1
- package/apps/app-lifeops/src/activity-profile/analyzer.js +0 -555
- package/apps/app-lifeops/src/activity-profile/presence-signal-bridge-service.d.ts +0 -14
- package/apps/app-lifeops/src/activity-profile/presence-signal-bridge-service.d.ts.map +0 -1
- package/apps/app-lifeops/src/activity-profile/presence-signal-bridge-service.js +0 -133
- package/apps/app-lifeops/src/activity-profile/proactive-planner.d.ts +0 -71
- package/apps/app-lifeops/src/activity-profile/proactive-planner.d.ts.map +0 -1
- package/apps/app-lifeops/src/activity-profile/proactive-planner.js +0 -567
- package/apps/app-lifeops/src/activity-profile/proactive-worker.d.ts +0 -32
- package/apps/app-lifeops/src/activity-profile/proactive-worker.d.ts.map +0 -1
- package/apps/app-lifeops/src/activity-profile/proactive-worker.js +0 -676
- package/apps/app-lifeops/src/activity-profile/service.d.ts +0 -11
- package/apps/app-lifeops/src/activity-profile/service.d.ts.map +0 -1
- package/apps/app-lifeops/src/activity-profile/service.js +0 -246
- package/apps/app-lifeops/src/app-blocker/access.d.ts +0 -8
- package/apps/app-lifeops/src/app-blocker/access.d.ts.map +0 -1
- package/apps/app-lifeops/src/app-blocker/access.js +0 -35
- package/apps/app-lifeops/src/app-blocker/engine.d.ts +0 -10
- package/apps/app-lifeops/src/app-blocker/engine.d.ts.map +0 -1
- package/apps/app-lifeops/src/app-blocker/engine.js +0 -43
- package/apps/app-lifeops/src/components/AppBlockerSettingsCard.d.ts +0 -3
- package/apps/app-lifeops/src/components/AppBlockerSettingsCard.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/AppBlockerSettingsCard.js +0 -189
- package/apps/app-lifeops/src/components/BrowserBridgeSetupPanel.d.ts +0 -2
- package/apps/app-lifeops/src/components/BrowserBridgeSetupPanel.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/BrowserBridgeSetupPanel.js +0 -1065
- package/apps/app-lifeops/src/components/BrowserBridgeStatusChip.d.ts +0 -7
- package/apps/app-lifeops/src/components/BrowserBridgeStatusChip.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/BrowserBridgeStatusChip.js +0 -74
- package/apps/app-lifeops/src/components/DataSourcesStrip.d.ts +0 -14
- package/apps/app-lifeops/src/components/DataSourcesStrip.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/DataSourcesStrip.js +0 -36
- package/apps/app-lifeops/src/components/EventEditorDrawer.d.ts +0 -23
- package/apps/app-lifeops/src/components/EventEditorDrawer.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/EventEditorDrawer.js +0 -514
- package/apps/app-lifeops/src/components/LifeOpsActivitySignalsEffect.d.ts +0 -2
- package/apps/app-lifeops/src/components/LifeOpsActivitySignalsEffect.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsActivitySignalsEffect.js +0 -10
- package/apps/app-lifeops/src/components/LifeOpsCalendarSection.d.ts +0 -15
- package/apps/app-lifeops/src/components/LifeOpsCalendarSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsCalendarSection.js +0 -515
- package/apps/app-lifeops/src/components/LifeOpsChatAdapter.d.ts +0 -34
- package/apps/app-lifeops/src/components/LifeOpsChatAdapter.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsChatAdapter.js +0 -175
- package/apps/app-lifeops/src/components/LifeOpsFeatureTogglesSection.d.ts +0 -2
- package/apps/app-lifeops/src/components/LifeOpsFeatureTogglesSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsFeatureTogglesSection.js +0 -99
- package/apps/app-lifeops/src/components/LifeOpsHabitVisuals.d.ts +0 -37
- package/apps/app-lifeops/src/components/LifeOpsHabitVisuals.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsHabitVisuals.js +0 -88
- package/apps/app-lifeops/src/components/LifeOpsInboxSection.d.ts +0 -13
- package/apps/app-lifeops/src/components/LifeOpsInboxSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsInboxSection.js +0 -490
- package/apps/app-lifeops/src/components/LifeOpsLinkBankButton.d.ts +0 -12
- package/apps/app-lifeops/src/components/LifeOpsLinkBankButton.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsLinkBankButton.js +0 -92
- package/apps/app-lifeops/src/components/LifeOpsLinkPaypalButton.d.ts +0 -12
- package/apps/app-lifeops/src/components/LifeOpsLinkPaypalButton.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsLinkPaypalButton.js +0 -160
- package/apps/app-lifeops/src/components/LifeOpsMoneySection.d.ts +0 -3
- package/apps/app-lifeops/src/components/LifeOpsMoneySection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsMoneySection.js +0 -373
- package/apps/app-lifeops/src/components/LifeOpsNavRail.d.ts +0 -9
- package/apps/app-lifeops/src/components/LifeOpsNavRail.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsNavRail.js +0 -93
- package/apps/app-lifeops/src/components/LifeOpsOperationalPanels.d.ts +0 -4
- package/apps/app-lifeops/src/components/LifeOpsOperationalPanels.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsOperationalPanels.js +0 -274
- package/apps/app-lifeops/src/components/LifeOpsOverviewSection.d.ts +0 -7
- package/apps/app-lifeops/src/components/LifeOpsOverviewSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsOverviewSection.js +0 -670
- package/apps/app-lifeops/src/components/LifeOpsPageSections.d.ts +0 -42
- package/apps/app-lifeops/src/components/LifeOpsPageSections.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsPageSections.js +0 -166
- package/apps/app-lifeops/src/components/LifeOpsPageView.d.ts +0 -2
- package/apps/app-lifeops/src/components/LifeOpsPageView.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsPageView.js +0 -565
- package/apps/app-lifeops/src/components/LifeOpsRemindersSection.d.ts +0 -2
- package/apps/app-lifeops/src/components/LifeOpsRemindersSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsRemindersSection.js +0 -749
- package/apps/app-lifeops/src/components/LifeOpsResizableSidebar.d.ts +0 -27
- package/apps/app-lifeops/src/components/LifeOpsResizableSidebar.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsResizableSidebar.js +0 -106
- package/apps/app-lifeops/src/components/LifeOpsScreenTimeSection.d.ts +0 -2
- package/apps/app-lifeops/src/components/LifeOpsScreenTimeSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsScreenTimeSection.js +0 -373
- package/apps/app-lifeops/src/components/LifeOpsSectionContent.d.ts +0 -10
- package/apps/app-lifeops/src/components/LifeOpsSectionContent.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsSectionContent.js +0 -30
- package/apps/app-lifeops/src/components/LifeOpsSelectionContext.d.ts +0 -21
- package/apps/app-lifeops/src/components/LifeOpsSelectionContext.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsSelectionContext.js +0 -30
- package/apps/app-lifeops/src/components/LifeOpsSettingsSection.d.ts +0 -20
- package/apps/app-lifeops/src/components/LifeOpsSettingsSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsSettingsSection.js +0 -597
- package/apps/app-lifeops/src/components/LifeOpsSetupGate.d.ts +0 -13
- package/apps/app-lifeops/src/components/LifeOpsSetupGate.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsSetupGate.js +0 -134
- package/apps/app-lifeops/src/components/LifeOpsSleepSection.d.ts +0 -10
- package/apps/app-lifeops/src/components/LifeOpsSleepSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsSleepSection.js +0 -425
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceShell.d.ts +0 -11
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceShell.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceShell.js +0 -49
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceView.d.ts +0 -2
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceView.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceView.js +0 -1041
- package/apps/app-lifeops/src/components/MessagingConnectorCards.d.ts +0 -7
- package/apps/app-lifeops/src/components/MessagingConnectorCards.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/MessagingConnectorCards.js +0 -643
- package/apps/app-lifeops/src/components/MissingSourceCard.d.ts +0 -9
- package/apps/app-lifeops/src/components/MissingSourceCard.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/MissingSourceCard.js +0 -5
- package/apps/app-lifeops/src/components/MobileSignalsSetupCard.d.ts +0 -2
- package/apps/app-lifeops/src/components/MobileSignalsSetupCard.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/MobileSignalsSetupCard.js +0 -162
- package/apps/app-lifeops/src/components/SleepInspectionPanel.d.ts +0 -8
- package/apps/app-lifeops/src/components/SleepInspectionPanel.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/SleepInspectionPanel.js +0 -59
- package/apps/app-lifeops/src/components/WebsiteBlockerSettingsCard.d.ts +0 -3
- package/apps/app-lifeops/src/components/WebsiteBlockerSettingsCard.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/WebsiteBlockerSettingsCard.js +0 -75
- package/apps/app-lifeops/src/components/WhatsAppQrOverlay.d.ts +0 -8
- package/apps/app-lifeops/src/components/WhatsAppQrOverlay.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/WhatsAppQrOverlay.js +0 -48
- package/apps/app-lifeops/src/components/lifeops-labels.d.ts +0 -2
- package/apps/app-lifeops/src/components/lifeops-labels.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/lifeops-labels.js +0 -5
- package/apps/app-lifeops/src/events/index.d.ts +0 -34
- package/apps/app-lifeops/src/events/index.d.ts.map +0 -1
- package/apps/app-lifeops/src/events/index.js +0 -23
- package/apps/app-lifeops/src/followup/actions/listOverdueFollowups.d.ts +0 -3
- package/apps/app-lifeops/src/followup/actions/listOverdueFollowups.d.ts.map +0 -1
- package/apps/app-lifeops/src/followup/actions/listOverdueFollowups.js +0 -48
- package/apps/app-lifeops/src/followup/actions/markFollowupDone.d.ts +0 -3
- package/apps/app-lifeops/src/followup/actions/markFollowupDone.d.ts.map +0 -1
- package/apps/app-lifeops/src/followup/actions/markFollowupDone.js +0 -173
- package/apps/app-lifeops/src/followup/actions/setFollowupThreshold.d.ts +0 -3
- package/apps/app-lifeops/src/followup/actions/setFollowupThreshold.d.ts.map +0 -1
- package/apps/app-lifeops/src/followup/actions/setFollowupThreshold.js +0 -172
- package/apps/app-lifeops/src/followup/followup-tracker.d.ts +0 -82
- package/apps/app-lifeops/src/followup/followup-tracker.d.ts.map +0 -1
- package/apps/app-lifeops/src/followup/followup-tracker.js +0 -279
- package/apps/app-lifeops/src/followup/index.d.ts +0 -5
- package/apps/app-lifeops/src/followup/index.d.ts.map +0 -1
- package/apps/app-lifeops/src/followup/index.js +0 -4
- package/apps/app-lifeops/src/hooks/useCalendarWeek.d.ts +0 -28
- package/apps/app-lifeops/src/hooks/useCalendarWeek.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useCalendarWeek.js +0 -93
- package/apps/app-lifeops/src/hooks/useDiscordConnector.d.ts +0 -14
- package/apps/app-lifeops/src/hooks/useDiscordConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useDiscordConnector.js +0 -126
- package/apps/app-lifeops/src/hooks/useGoogleLifeOpsConnector.d.ts +0 -29
- package/apps/app-lifeops/src/hooks/useGoogleLifeOpsConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useGoogleLifeOpsConnector.js +0 -481
- package/apps/app-lifeops/src/hooks/useIMessageConnector.d.ts +0 -10
- package/apps/app-lifeops/src/hooks/useIMessageConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useIMessageConnector.js +0 -50
- package/apps/app-lifeops/src/hooks/useInbox.d.ts +0 -34
- package/apps/app-lifeops/src/hooks/useInbox.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useInbox.js +0 -98
- package/apps/app-lifeops/src/hooks/useLifeOpsActivitySignals.d.ts +0 -2
- package/apps/app-lifeops/src/hooks/useLifeOpsActivitySignals.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsActivitySignals.js +0 -382
- package/apps/app-lifeops/src/hooks/useLifeOpsAppState.d.ts +0 -21
- package/apps/app-lifeops/src/hooks/useLifeOpsAppState.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsAppState.js +0 -83
- package/apps/app-lifeops/src/hooks/useLifeOpsCapabilitiesStatus.d.ts +0 -8
- package/apps/app-lifeops/src/hooks/useLifeOpsCapabilitiesStatus.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsCapabilitiesStatus.js +0 -60
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleInspection.d.ts +0 -18
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleInspection.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleInspection.js +0 -66
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleState.d.ts +0 -14
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleState.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleState.js +0 -79
- package/apps/app-lifeops/src/hooks/useLifeOpsSection.d.ts +0 -18
- package/apps/app-lifeops/src/hooks/useLifeOpsSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsSection.js +0 -78
- package/apps/app-lifeops/src/hooks/useLifeOpsXConnector.d.ts +0 -14
- package/apps/app-lifeops/src/hooks/useLifeOpsXConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsXConnector.js +0 -160
- package/apps/app-lifeops/src/hooks/useSignalConnector.d.ts +0 -16
- package/apps/app-lifeops/src/hooks/useSignalConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useSignalConnector.js +0 -198
- package/apps/app-lifeops/src/hooks/useTelegramConnector.d.ts +0 -21
- package/apps/app-lifeops/src/hooks/useTelegramConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useTelegramConnector.js +0 -177
- package/apps/app-lifeops/src/hooks/useWhatsAppConnector.d.ts +0 -8
- package/apps/app-lifeops/src/hooks/useWhatsAppConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useWhatsAppConnector.js +0 -58
- package/apps/app-lifeops/src/hooks/useWhatsAppPairing.d.ts +0 -12
- package/apps/app-lifeops/src/hooks/useWhatsAppPairing.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useWhatsAppPairing.js +0 -152
- package/apps/app-lifeops/src/inbox/config.d.ts +0 -7
- package/apps/app-lifeops/src/inbox/config.d.ts.map +0 -1
- package/apps/app-lifeops/src/inbox/config.js +0 -67
- package/apps/app-lifeops/src/inbox/reflection.d.ts +0 -40
- package/apps/app-lifeops/src/inbox/reflection.d.ts.map +0 -1
- package/apps/app-lifeops/src/inbox/reflection.js +0 -115
- package/apps/app-lifeops/src/inbox/repository.d.ts +0 -52
- package/apps/app-lifeops/src/inbox/repository.d.ts.map +0 -1
- package/apps/app-lifeops/src/inbox/repository.js +0 -262
- package/apps/app-lifeops/src/inbox/triage-classifier.d.ts +0 -15
- package/apps/app-lifeops/src/inbox/triage-classifier.d.ts.map +0 -1
- package/apps/app-lifeops/src/inbox/triage-classifier.js +0 -179
- package/apps/app-lifeops/src/index.d.ts +0 -20
- package/apps/app-lifeops/src/index.d.ts.map +0 -1
- package/apps/app-lifeops/src/index.js +0 -18
- package/apps/app-lifeops/src/lifeops/approval-queue.d.ts +0 -24
- package/apps/app-lifeops/src/lifeops/approval-queue.d.ts.map +0 -1
- package/apps/app-lifeops/src/lifeops/approval-queue.js +0 -500
- package/apps/app-lifeops/src/lifeops/approval-queue.types.d.ts +0 -166
- package/apps/app-lifeops/src/lifeops/approval-queue.types.d.ts.map +0 -1
- package/apps/app-lifeops/src/lifeops/approval-queue.types.js +0 -22
- package/apps/app-lifeops/src/lifeops/autofill-whitelist.d.ts +0 -15
- package/apps/app-lifeops/src/lifeops/autofill-whitelist.d.ts.map +0 -1
- package/apps/app-lifeops/src/lifeops/autofill-whitelist.js +0 -116
- package/apps/app-lifeops/src/lifeops/background-planner-dispatch.d.ts +0 -60
- package/apps/app-lifeops/src/lifeops/background-planner-dispatch.d.ts.map +0 -1
- package/apps/app-lifeops/src/lifeops/background-planner-dispatch.js +0 -134
- package/apps/app-lifeops/src/lifeops/background-planner.d.ts +0 -141
- package/apps/app-lifeops/src/lifeops/background-planner.d.ts.map +0 -1
- package/apps/app-lifeops/src/lifeops/background-planner.js +0 -377
- package/apps/app-lifeops/src/lifeops/calendly-client.d.ts +0 -61
- package/apps/app-lifeops/src/lifeops/calendly-client.d.ts.map +0 -1
- package/apps/app-lifeops/src/lifeops/calendly-client.js +0 -234
- package/apps/app-lifeops/src/lifeops/checkin/schedule-resolver.d.ts +0 -14
- package/apps/app-lifeops/src/lifeops/checkin/schedule-resolver.d.ts.map +0 -1
- package/apps/app-lifeops/src/lifeops/checkin/schedule-resolver.js +0 -27
- package/apps/app-lifeops/src/lifeops/cross-channel-search.d.ts +0 -88
- package/apps/app-lifeops/src/lifeops/cross-channel-search.d.ts.map +0 -1
- package/apps/app-lifeops/src/lifeops/cross-channel-search.js +0 -446
- package/apps/app-lifeops/src/lifeops/intent-sync.d.ts +0 -59
- package/apps/app-lifeops/src/lifeops/intent-sync.d.ts.map +0 -1
- package/apps/app-lifeops/src/lifeops/intent-sync.js +0 -305
- package/apps/app-lifeops/src/lifeops/notifications-push.d.ts +0 -37
- package/apps/app-lifeops/src/lifeops/notifications-push.d.ts.map +0 -1
- package/apps/app-lifeops/src/lifeops/notifications-push.js +0 -92
- package/apps/app-lifeops/src/lifeops/password-manager-bridge.d.ts +0 -50
- package/apps/app-lifeops/src/lifeops/password-manager-bridge.d.ts.map +0 -1
- package/apps/app-lifeops/src/lifeops/password-manager-bridge.js +0 -448
- package/apps/app-lifeops/src/lifeops/remote-desktop.d.ts +0 -38
- package/apps/app-lifeops/src/lifeops/remote-desktop.d.ts.map +0 -1
- package/apps/app-lifeops/src/lifeops/remote-desktop.js +0 -372
- package/apps/app-lifeops/src/lifeops/runtime.d.ts +0 -11
- package/apps/app-lifeops/src/lifeops/runtime.d.ts.map +0 -1
- package/apps/app-lifeops/src/lifeops/runtime.js +0 -57
- package/apps/app-lifeops/src/lifeops/screen-context.d.ts +0 -52
- package/apps/app-lifeops/src/lifeops/screen-context.d.ts.map +0 -1
- package/apps/app-lifeops/src/lifeops/screen-context.js +0 -349
- package/apps/app-lifeops/src/lifeops-route.d.ts +0 -74
- package/apps/app-lifeops/src/lifeops-route.d.ts.map +0 -1
- package/apps/app-lifeops/src/lifeops-route.js +0 -204
- package/apps/app-lifeops/src/platform/index.d.ts +0 -2
- package/apps/app-lifeops/src/platform/index.d.ts.map +0 -1
- package/apps/app-lifeops/src/platform/index.js +0 -1
- package/apps/app-lifeops/src/platform/lifeops-github.d.ts +0 -15
- package/apps/app-lifeops/src/platform/lifeops-github.d.ts.map +0 -1
- package/apps/app-lifeops/src/platform/lifeops-github.js +0 -135
- package/apps/app-lifeops/src/plugin.d.ts +0 -33
- package/apps/app-lifeops/src/plugin.d.ts.map +0 -1
- package/apps/app-lifeops/src/plugin.js +0 -316
- package/apps/app-lifeops/src/provider.d.ts +0 -4
- package/apps/app-lifeops/src/provider.d.ts.map +0 -1
- package/apps/app-lifeops/src/provider.js +0 -77
- package/apps/app-lifeops/src/providers/activity-profile.d.ts +0 -3
- package/apps/app-lifeops/src/providers/activity-profile.d.ts.map +0 -1
- package/apps/app-lifeops/src/providers/activity-profile.js +0 -140
- package/apps/app-lifeops/src/providers/app-blocker.d.ts +0 -3
- package/apps/app-lifeops/src/providers/app-blocker.d.ts.map +0 -1
- package/apps/app-lifeops/src/providers/app-blocker.js +0 -86
- package/apps/app-lifeops/src/providers/cross-channel-context.d.ts +0 -29
- package/apps/app-lifeops/src/providers/cross-channel-context.d.ts.map +0 -1
- package/apps/app-lifeops/src/providers/cross-channel-context.js +0 -182
- package/apps/app-lifeops/src/providers/inbox-triage.d.ts +0 -3
- package/apps/app-lifeops/src/providers/inbox-triage.d.ts.map +0 -1
- package/apps/app-lifeops/src/providers/inbox-triage.js +0 -90
- package/apps/app-lifeops/src/providers/lifeops.d.ts +0 -3
- package/apps/app-lifeops/src/providers/lifeops.d.ts.map +0 -1
- package/apps/app-lifeops/src/providers/lifeops.js +0 -197
- package/apps/app-lifeops/src/remote/pairing-code.d.ts +0 -39
- package/apps/app-lifeops/src/remote/pairing-code.d.ts.map +0 -1
- package/apps/app-lifeops/src/remote/pairing-code.js +0 -76
- package/apps/app-lifeops/src/remote/remote-session-service.d.ts +0 -107
- package/apps/app-lifeops/src/remote/remote-session-service.d.ts.map +0 -1
- package/apps/app-lifeops/src/remote/remote-session-service.js +0 -253
- package/apps/app-lifeops/src/service.d.ts +0 -32
- package/apps/app-lifeops/src/service.d.ts.map +0 -1
- package/apps/app-lifeops/src/service.js +0 -67
- package/apps/app-lifeops/src/travel-time/calendar-create.d.ts +0 -17
- package/apps/app-lifeops/src/travel-time/calendar-create.d.ts.map +0 -1
- package/apps/app-lifeops/src/travel-time/calendar-create.js +0 -21
- package/apps/app-lifeops/src/travel-time/service.d.ts +0 -60
- package/apps/app-lifeops/src/travel-time/service.d.ts.map +0 -1
- package/apps/app-lifeops/src/travel-time/service.js +0 -142
- package/apps/app-lifeops/src/utils/lifeops-url.d.ts +0 -5
- package/apps/app-lifeops/src/utils/lifeops-url.d.ts.map +0 -1
- package/apps/app-lifeops/src/utils/lifeops-url.js +0 -35
- package/apps/app-lifeops/src/website-blocker/chat-integration/actions/blockUntilTaskComplete.d.ts +0 -3
- package/apps/app-lifeops/src/website-blocker/chat-integration/actions/blockUntilTaskComplete.d.ts.map +0 -1
- package/apps/app-lifeops/src/website-blocker/chat-integration/actions/blockUntilTaskComplete.js +0 -246
- package/apps/app-lifeops/src/website-blocker/chat-integration/actions/listActiveBlocks.d.ts +0 -3
- package/apps/app-lifeops/src/website-blocker/chat-integration/actions/listActiveBlocks.d.ts.map +0 -1
- package/apps/app-lifeops/src/website-blocker/chat-integration/actions/listActiveBlocks.js +0 -83
- package/apps/app-lifeops/src/website-blocker/chat-integration/actions/releaseBlock.d.ts +0 -3
- package/apps/app-lifeops/src/website-blocker/chat-integration/actions/releaseBlock.d.ts.map +0 -1
- package/apps/app-lifeops/src/website-blocker/chat-integration/actions/releaseBlock.js +0 -98
- package/apps/app-lifeops/src/website-blocker/chat-integration/block-rule-reconciler.d.ts +0 -7
- package/apps/app-lifeops/src/website-blocker/chat-integration/block-rule-reconciler.d.ts.map +0 -1
- package/apps/app-lifeops/src/website-blocker/chat-integration/block-rule-reconciler.js +0 -111
- package/apps/app-lifeops/src/website-blocker/chat-integration/block-rule-schema.d.ts +0 -39
- package/apps/app-lifeops/src/website-blocker/chat-integration/block-rule-schema.d.ts.map +0 -1
- package/apps/app-lifeops/src/website-blocker/chat-integration/block-rule-schema.js +0 -123
- package/apps/app-lifeops/src/website-blocker/chat-integration/block-rule-service.d.ts +0 -21
- package/apps/app-lifeops/src/website-blocker/chat-integration/block-rule-service.d.ts.map +0 -1
- package/apps/app-lifeops/src/website-blocker/chat-integration/block-rule-service.js +0 -258
- package/apps/app-lifeops/src/website-blocker/chat-integration/index.d.ts +0 -8
- package/apps/app-lifeops/src/website-blocker/chat-integration/index.d.ts.map +0 -1
- package/apps/app-lifeops/src/website-blocker/chat-integration/index.js +0 -6
- package/packages/app-core/src/api/client-lifeops.d.ts +0 -35
- package/packages/app-core/src/api/client-lifeops.d.ts.map +0 -1
- package/packages/app-core/src/api/client-lifeops.js +0 -114
- package/packages/app-core/src/hooks/useGoogleLifeOpsConnector.d.ts +0 -20
- package/packages/app-core/src/hooks/useGoogleLifeOpsConnector.d.ts.map +0 -1
- package/packages/app-core/src/hooks/useGoogleLifeOpsConnector.js +0 -69
- package/packages/app-core/src/hooks/useLifeOpsAppState.d.ts +0 -21
- package/packages/app-core/src/hooks/useLifeOpsAppState.d.ts.map +0 -1
- package/packages/app-core/src/hooks/useLifeOpsAppState.js +0 -81
- package/packages/app-core/src/services/steward-sidecar.d.ts +0 -6
- package/packages/app-core/src/services/steward-sidecar.d.ts.map +0 -1
- package/packages/app-core/src/services/steward-sidecar.js +0 -5
|
@@ -1,561 +0,0 @@
|
|
|
1
|
-
import { logger, ModelType, parseJSONObjectFromText, parseKeyValueXml, } from "@elizaos/core";
|
|
2
|
-
import { LifeOpsService, LifeOpsServiceError } from "../lifeops/service.js";
|
|
3
|
-
import { recentConversationTexts as collectRecentConversationTexts } from "./life-recent-context.js";
|
|
4
|
-
import { hasLifeOpsAccess, messageText } from "./lifeops-google-helpers.js";
|
|
5
|
-
function normalizeSubaction(value) {
|
|
6
|
-
if (typeof value !== "string")
|
|
7
|
-
return null;
|
|
8
|
-
const normalized = value.trim().toLowerCase();
|
|
9
|
-
if (normalized === "read_dms" || normalized === "dms")
|
|
10
|
-
return "read_dms";
|
|
11
|
-
if (normalized === "read_feed" || normalized === "feed")
|
|
12
|
-
return "read_feed";
|
|
13
|
-
if (normalized === "search")
|
|
14
|
-
return "search";
|
|
15
|
-
return null;
|
|
16
|
-
}
|
|
17
|
-
function normalizeFeedType(value) {
|
|
18
|
-
if (typeof value === "string") {
|
|
19
|
-
const normalized = value.trim().toLowerCase();
|
|
20
|
-
if (normalized === "home_timeline" ||
|
|
21
|
-
normalized === "home" ||
|
|
22
|
-
normalized === "timeline") {
|
|
23
|
-
return "home_timeline";
|
|
24
|
-
}
|
|
25
|
-
if (normalized === "mentions")
|
|
26
|
-
return "mentions";
|
|
27
|
-
if (normalized === "search")
|
|
28
|
-
return "search";
|
|
29
|
-
}
|
|
30
|
-
return "home_timeline";
|
|
31
|
-
}
|
|
32
|
-
function normalizeOptionalFeedType(value) {
|
|
33
|
-
if (typeof value !== "string" || value.trim().length === 0) {
|
|
34
|
-
return undefined;
|
|
35
|
-
}
|
|
36
|
-
return normalizeFeedType(value);
|
|
37
|
-
}
|
|
38
|
-
function normalizeLimit(value) {
|
|
39
|
-
if (typeof value !== "number" || !Number.isFinite(value) || value <= 0) {
|
|
40
|
-
return undefined;
|
|
41
|
-
}
|
|
42
|
-
return Math.min(100, Math.floor(value));
|
|
43
|
-
}
|
|
44
|
-
function normalizeShouldAct(value) {
|
|
45
|
-
if (typeof value === "boolean") {
|
|
46
|
-
return value;
|
|
47
|
-
}
|
|
48
|
-
if (typeof value === "string") {
|
|
49
|
-
const normalized = value.trim().toLowerCase();
|
|
50
|
-
if (normalized === "true") {
|
|
51
|
-
return true;
|
|
52
|
-
}
|
|
53
|
-
if (normalized === "false") {
|
|
54
|
-
return false;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
return null;
|
|
58
|
-
}
|
|
59
|
-
function normalizePlannerResponse(value) {
|
|
60
|
-
if (typeof value !== "string") {
|
|
61
|
-
return undefined;
|
|
62
|
-
}
|
|
63
|
-
const trimmed = value.trim();
|
|
64
|
-
return trimmed.length > 0 ? trimmed : undefined;
|
|
65
|
-
}
|
|
66
|
-
async function resolveXReadPlanWithLlm(args) {
|
|
67
|
-
const recentConversation = (await collectRecentConversationTexts({
|
|
68
|
-
runtime: args.runtime,
|
|
69
|
-
message: args.message,
|
|
70
|
-
state: args.state,
|
|
71
|
-
limit: 8,
|
|
72
|
-
})).join("\n");
|
|
73
|
-
const currentMessage = messageText(args.message).trim();
|
|
74
|
-
const prompt = [
|
|
75
|
-
"Plan the X read action for this request.",
|
|
76
|
-
"The user may speak in any language.",
|
|
77
|
-
"Use the current request plus recent conversation context.",
|
|
78
|
-
"Return a JSON object with exactly these fields:",
|
|
79
|
-
" subaction: one of read_dms, read_feed, search, or null",
|
|
80
|
-
" feedType: one of home_timeline or mentions when subaction is read_feed, otherwise null",
|
|
81
|
-
" query: short search query when subaction is search, otherwise empty or null",
|
|
82
|
-
" limit: optional integer 1-100 when the user explicitly requests an amount",
|
|
83
|
-
" shouldAct: boolean",
|
|
84
|
-
" response: short natural-language reply when shouldAct is false or clarification is needed",
|
|
85
|
-
"",
|
|
86
|
-
"Use read_dms for direct messages or inbox reads.",
|
|
87
|
-
"Use read_feed for the timeline or mentions feed.",
|
|
88
|
-
"Use search only when the user is explicitly asking to find posts by keyword, phrase, author, or topic.",
|
|
89
|
-
"Set feedType=mentions when the user asks for mentions; otherwise use home_timeline for feed reads.",
|
|
90
|
-
"Set shouldAct=false when the user is vague or only asks for general X help.",
|
|
91
|
-
"",
|
|
92
|
-
"Examples:",
|
|
93
|
-
' "check my X DMs" -> {"subaction":"read_dms","feedType":null,"query":null,"limit":null,"shouldAct":true,"response":null}',
|
|
94
|
-
' "show me my mentions" -> {"subaction":"read_feed","feedType":"mentions","query":null,"limit":null,"shouldAct":true,"response":null}',
|
|
95
|
-
' "search X for Milady" -> {"subaction":"search","feedType":null,"query":"Milady","limit":null,"shouldAct":true,"response":null}',
|
|
96
|
-
' "help me with X" -> {"subaction":null,"feedType":null,"query":null,"limit":null,"shouldAct":false,"response":"Do you want me to read your X DMs, timeline, mentions, or run a search?"}',
|
|
97
|
-
"",
|
|
98
|
-
"Return ONLY valid JSON.",
|
|
99
|
-
`Current request: ${JSON.stringify(currentMessage)}`,
|
|
100
|
-
`Resolved intent: ${JSON.stringify(args.intent)}`,
|
|
101
|
-
`Recent conversation: ${JSON.stringify(recentConversation)}`,
|
|
102
|
-
].join("\n");
|
|
103
|
-
try {
|
|
104
|
-
// biome-ignore lint/correctness/useHookAtTopLevel: runtime.useModel is an elizaOS model API, not a React hook.
|
|
105
|
-
const result = await args.runtime.useModel(ModelType.TEXT_SMALL, {
|
|
106
|
-
prompt,
|
|
107
|
-
});
|
|
108
|
-
const rawResponse = typeof result === "string" ? result : "";
|
|
109
|
-
const parsed = parseKeyValueXml(rawResponse) ??
|
|
110
|
-
parseJSONObjectFromText(rawResponse);
|
|
111
|
-
if (!parsed) {
|
|
112
|
-
return {
|
|
113
|
-
subaction: null,
|
|
114
|
-
shouldAct: null,
|
|
115
|
-
};
|
|
116
|
-
}
|
|
117
|
-
return {
|
|
118
|
-
subaction: normalizeSubaction(parsed.subaction),
|
|
119
|
-
query: typeof parsed.query === "string" && parsed.query.trim().length > 0
|
|
120
|
-
? parsed.query.trim()
|
|
121
|
-
: undefined,
|
|
122
|
-
feedType: normalizeOptionalFeedType(parsed.feedType),
|
|
123
|
-
limit: normalizeLimit(parsed.limit),
|
|
124
|
-
shouldAct: normalizeShouldAct(parsed.shouldAct),
|
|
125
|
-
response: normalizePlannerResponse(parsed.response),
|
|
126
|
-
};
|
|
127
|
-
}
|
|
128
|
-
catch (error) {
|
|
129
|
-
args.runtime.logger?.warn?.({
|
|
130
|
-
src: "action:x-read",
|
|
131
|
-
error: error instanceof Error ? error.message : String(error),
|
|
132
|
-
}, "X read planning model call failed");
|
|
133
|
-
return {
|
|
134
|
-
subaction: null,
|
|
135
|
-
shouldAct: null,
|
|
136
|
-
};
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
const ACTION_PHRASE_PATTERN = /\b(urgent|asap|blocked|help|deadline|today|tonight|tomorrow|confirm|review|send|reply|respond|need|can you|could you|please|important)\b/i;
|
|
140
|
-
function clip(text, maxLength = 220) {
|
|
141
|
-
const trimmed = text.replace(/\s+/g, " ").trim();
|
|
142
|
-
if (trimmed.length <= maxLength) {
|
|
143
|
-
return trimmed;
|
|
144
|
-
}
|
|
145
|
-
return `${trimmed.slice(0, maxLength - 3).trimEnd()}...`;
|
|
146
|
-
}
|
|
147
|
-
function formatWhen(value) {
|
|
148
|
-
if (!value)
|
|
149
|
-
return "";
|
|
150
|
-
const parsed = Date.parse(value);
|
|
151
|
-
if (!Number.isFinite(parsed))
|
|
152
|
-
return "";
|
|
153
|
-
const ageHours = Math.max(0, (Date.now() - parsed) / 3_600_000);
|
|
154
|
-
if (ageHours < 1)
|
|
155
|
-
return "just now";
|
|
156
|
-
if (ageHours < 24)
|
|
157
|
-
return `${Math.floor(ageHours)}h ago`;
|
|
158
|
-
return `${Math.floor(ageHours / 24)}d ago`;
|
|
159
|
-
}
|
|
160
|
-
function rankDm(dm) {
|
|
161
|
-
const reasons = [];
|
|
162
|
-
let score = 0;
|
|
163
|
-
if (dm.isInbound) {
|
|
164
|
-
score += 35;
|
|
165
|
-
reasons.push("incoming");
|
|
166
|
-
}
|
|
167
|
-
if (dm.readAt === null) {
|
|
168
|
-
score += 15;
|
|
169
|
-
reasons.push("unread");
|
|
170
|
-
}
|
|
171
|
-
if (dm.repliedAt === null && dm.isInbound) {
|
|
172
|
-
score += 15;
|
|
173
|
-
reasons.push("not replied");
|
|
174
|
-
}
|
|
175
|
-
if (dm.text.includes("?")) {
|
|
176
|
-
score += 15;
|
|
177
|
-
reasons.push("question");
|
|
178
|
-
}
|
|
179
|
-
if (ACTION_PHRASE_PATTERN.test(dm.text)) {
|
|
180
|
-
score += 25;
|
|
181
|
-
reasons.push("action requested");
|
|
182
|
-
}
|
|
183
|
-
const when = Date.parse(dm.receivedAt);
|
|
184
|
-
if (Number.isFinite(when) && Date.now() - when <= 24 * 3_600_000) {
|
|
185
|
-
score += 15;
|
|
186
|
-
reasons.push("recent");
|
|
187
|
-
}
|
|
188
|
-
const participantIds = Array.isArray(dm.metadata?.participantIds)
|
|
189
|
-
? dm.metadata.participantIds
|
|
190
|
-
: [];
|
|
191
|
-
if (participantIds.length > 2) {
|
|
192
|
-
score += 10;
|
|
193
|
-
reasons.push("group DM");
|
|
194
|
-
}
|
|
195
|
-
return { item: dm, score, reasons };
|
|
196
|
-
}
|
|
197
|
-
function rankFeedItem(item) {
|
|
198
|
-
const reasons = [];
|
|
199
|
-
let score = 0;
|
|
200
|
-
if (ACTION_PHRASE_PATTERN.test(item.text)) {
|
|
201
|
-
score += 25;
|
|
202
|
-
reasons.push("action language");
|
|
203
|
-
}
|
|
204
|
-
if (item.text.includes("?")) {
|
|
205
|
-
score += 15;
|
|
206
|
-
reasons.push("question");
|
|
207
|
-
}
|
|
208
|
-
const raw = (item.metadata?.raw ?? {});
|
|
209
|
-
const referenceTypes = (raw.referenced_tweets ?? [])
|
|
210
|
-
.map((reference) => reference.type)
|
|
211
|
-
.filter((type) => typeof type === "string");
|
|
212
|
-
if (referenceTypes.includes("replied_to")) {
|
|
213
|
-
score += 25;
|
|
214
|
-
reasons.push("reply");
|
|
215
|
-
}
|
|
216
|
-
if (referenceTypes.includes("quoted")) {
|
|
217
|
-
score += 15;
|
|
218
|
-
reasons.push("quote");
|
|
219
|
-
}
|
|
220
|
-
const metrics = raw.public_metrics ?? {};
|
|
221
|
-
const engagement = (metrics.like_count ?? 0) +
|
|
222
|
-
(metrics.reply_count ?? 0) * 3 +
|
|
223
|
-
(metrics.retweet_count ?? 0) * 2 +
|
|
224
|
-
(metrics.quote_count ?? 0) * 2;
|
|
225
|
-
if (engagement >= 25) {
|
|
226
|
-
score += 20;
|
|
227
|
-
reasons.push("high engagement");
|
|
228
|
-
}
|
|
229
|
-
else if (engagement >= 5) {
|
|
230
|
-
score += 10;
|
|
231
|
-
reasons.push("some engagement");
|
|
232
|
-
}
|
|
233
|
-
const when = Date.parse(item.createdAtSource);
|
|
234
|
-
if (Number.isFinite(when) && Date.now() - when <= 24 * 3_600_000) {
|
|
235
|
-
score += 10;
|
|
236
|
-
reasons.push("recent");
|
|
237
|
-
}
|
|
238
|
-
return { item, score, reasons };
|
|
239
|
-
}
|
|
240
|
-
function formatDmLine(dm, reasons) {
|
|
241
|
-
const who = dm.senderHandle
|
|
242
|
-
? `@${dm.senderHandle}`
|
|
243
|
-
: dm.senderId || "unknown";
|
|
244
|
-
const when = formatWhen(dm.receivedAt);
|
|
245
|
-
const suffix = reasons.length > 0 ? ` (${reasons.join(", ")})` : "";
|
|
246
|
-
return `- ${who}${when ? `, ${when}` : ""}: ${clip(dm.text)}${suffix}`;
|
|
247
|
-
}
|
|
248
|
-
function formatFeedLine(item, reasons) {
|
|
249
|
-
const who = item.authorHandle
|
|
250
|
-
? `@${item.authorHandle}`
|
|
251
|
-
: item.authorId || "unknown";
|
|
252
|
-
const when = formatWhen(item.createdAtSource);
|
|
253
|
-
const suffix = reasons.length > 0 ? ` (${reasons.join(", ")})` : "";
|
|
254
|
-
return `- ${who}${when ? `, ${when}` : ""}: ${clip(item.text)}${suffix}`;
|
|
255
|
-
}
|
|
256
|
-
function summarizeDms(dms) {
|
|
257
|
-
if (dms.length === 0)
|
|
258
|
-
return "No X DMs found.";
|
|
259
|
-
const ranked = dms.map(rankDm).sort((a, b) => b.score - a.score);
|
|
260
|
-
const actionNeeded = ranked.filter((entry) => entry.score >= 60).slice(0, 5);
|
|
261
|
-
const otherRecent = ranked
|
|
262
|
-
.filter((entry) => !actionNeeded.includes(entry))
|
|
263
|
-
.slice(0, 5);
|
|
264
|
-
const lines = [`X DM rundown (${dms.length} messages)`];
|
|
265
|
-
lines.push(actionNeeded.length > 0
|
|
266
|
-
? [
|
|
267
|
-
"Action-needed",
|
|
268
|
-
...actionNeeded.map((entry) => formatDmLine(entry.item, entry.reasons)),
|
|
269
|
-
].join("\n")
|
|
270
|
-
: "Action-needed\n- No obvious urgent or reply-needed DMs.");
|
|
271
|
-
if (otherRecent.length > 0) {
|
|
272
|
-
lines.push([
|
|
273
|
-
"Other recent",
|
|
274
|
-
...otherRecent.map((entry) => formatDmLine(entry.item, entry.reasons)),
|
|
275
|
-
].join("\n"));
|
|
276
|
-
}
|
|
277
|
-
const nextSteps = actionNeeded.length > 0
|
|
278
|
-
? "Next steps\n- Draft replies for the action-needed DMs, or ask me to schedule a specific X DM reply."
|
|
279
|
-
: "Next steps\n- No reply looks required from this batch.";
|
|
280
|
-
lines.push(nextSteps);
|
|
281
|
-
return lines.join("\n\n");
|
|
282
|
-
}
|
|
283
|
-
function summarizeFeedItems(items, feedType) {
|
|
284
|
-
if (items.length === 0)
|
|
285
|
-
return `No items in X ${feedType}.`;
|
|
286
|
-
const ranked = items.map(rankFeedItem).sort((a, b) => b.score - a.score);
|
|
287
|
-
const important = ranked.filter((entry) => entry.score >= 35).slice(0, 6);
|
|
288
|
-
const replies = ranked
|
|
289
|
-
.filter((entry) => entry.reasons.includes("reply"))
|
|
290
|
-
.slice(0, 5);
|
|
291
|
-
const recent = ranked.slice(0, 6);
|
|
292
|
-
const lines = [`X ${feedType} rundown (${items.length} items)`];
|
|
293
|
-
lines.push(important.length > 0
|
|
294
|
-
? [
|
|
295
|
-
"Interesting or important",
|
|
296
|
-
...important.map((entry) => formatFeedLine(entry.item, entry.reasons)),
|
|
297
|
-
].join("\n")
|
|
298
|
-
: "Interesting or important\n- No high-signal posts stood out in this batch.");
|
|
299
|
-
if (feedType === "mentions" || replies.length > 0) {
|
|
300
|
-
lines.push(replies.length > 0
|
|
301
|
-
? [
|
|
302
|
-
"Replies or mentions to review",
|
|
303
|
-
...replies.map((entry) => formatFeedLine(entry.item, entry.reasons)),
|
|
304
|
-
].join("\n")
|
|
305
|
-
: "Replies or mentions to review\n- No replies or mentions needing review were found.");
|
|
306
|
-
}
|
|
307
|
-
lines.push([
|
|
308
|
-
"Recent context",
|
|
309
|
-
...recent.map((entry) => formatFeedLine(entry.item, entry.reasons)),
|
|
310
|
-
].join("\n"));
|
|
311
|
-
lines.push(important.length > 0
|
|
312
|
-
? "Next steps\n- Ask me to search deeper, read DMs, or draft a response for a specific post."
|
|
313
|
-
: "Next steps\n- Nothing here appears urgent; ask for a narrower search if you want more signal.");
|
|
314
|
-
return lines.join("\n\n");
|
|
315
|
-
}
|
|
316
|
-
export const xReadAction = {
|
|
317
|
-
name: "X_READ",
|
|
318
|
-
similes: [
|
|
319
|
-
"READ_X",
|
|
320
|
-
"READ_TWITTER",
|
|
321
|
-
"CHECK_TWITTER_DMS",
|
|
322
|
-
"TWITTER_TIMELINE",
|
|
323
|
-
"X_TIMELINE",
|
|
324
|
-
"TWITTER_MENTIONS",
|
|
325
|
-
"SEARCH_TWITTER",
|
|
326
|
-
"X_DMS",
|
|
327
|
-
"X_FEED",
|
|
328
|
-
"X_SEARCH",
|
|
329
|
-
],
|
|
330
|
-
description: "Read X/Twitter DMs, the home timeline or mentions feed, or run a recent search. " +
|
|
331
|
-
"Use this for requests like 'check my Twitter DMs', 'what's on my X timeline?', 'show me my mentions', or 'search Twitter for posts about elizaOS'. " +
|
|
332
|
-
"Use this for retrieving content from X, not posting. Do not reply that X/Twitter access is unavailable when this action is registered and visible.",
|
|
333
|
-
suppressPostActionContinuation: true,
|
|
334
|
-
validate: async (runtime, message) => {
|
|
335
|
-
if (!(await hasLifeOpsAccess(runtime, message)))
|
|
336
|
-
return false;
|
|
337
|
-
const service = new LifeOpsService(runtime);
|
|
338
|
-
try {
|
|
339
|
-
const status = await service.getXConnectorStatus();
|
|
340
|
-
return Boolean(status.grant &&
|
|
341
|
-
(status.feedRead ||
|
|
342
|
-
status.dmRead ||
|
|
343
|
-
status.grantedCapabilities.includes("x.read")));
|
|
344
|
-
}
|
|
345
|
-
catch (error) {
|
|
346
|
-
logger.warn({
|
|
347
|
-
boundary: "lifeops",
|
|
348
|
-
component: "x-read",
|
|
349
|
-
detail: error instanceof Error ? error.message : String(error),
|
|
350
|
-
}, "[x-read] getXConnectorStatus failed; action validation defaulting to false");
|
|
351
|
-
return false;
|
|
352
|
-
}
|
|
353
|
-
},
|
|
354
|
-
handler: async (runtime, message, state, options, callback) => {
|
|
355
|
-
if (!(await hasLifeOpsAccess(runtime, message))) {
|
|
356
|
-
return {
|
|
357
|
-
text: "",
|
|
358
|
-
success: false,
|
|
359
|
-
data: { error: "PERMISSION_DENIED" },
|
|
360
|
-
};
|
|
361
|
-
}
|
|
362
|
-
const params = (options?.parameters ?? {});
|
|
363
|
-
const intent = (params.intent ?? messageText(message) ?? "").trim();
|
|
364
|
-
const explicitSubaction = normalizeSubaction(params.subaction);
|
|
365
|
-
const llmPlan = await resolveXReadPlanWithLlm({
|
|
366
|
-
runtime,
|
|
367
|
-
message,
|
|
368
|
-
state,
|
|
369
|
-
intent,
|
|
370
|
-
});
|
|
371
|
-
const subaction = explicitSubaction ?? llmPlan.subaction;
|
|
372
|
-
const feedType = normalizeFeedType(params.feedType ?? llmPlan.feedType);
|
|
373
|
-
const limit = normalizeLimit(params.limit ?? llmPlan.limit);
|
|
374
|
-
const query = typeof params.query === "string" && params.query.trim().length > 0
|
|
375
|
-
? params.query.trim()
|
|
376
|
-
: (llmPlan.query ?? "");
|
|
377
|
-
const service = new LifeOpsService(runtime);
|
|
378
|
-
const respond = async (payload) => {
|
|
379
|
-
await callback?.({
|
|
380
|
-
text: payload.text ?? "",
|
|
381
|
-
source: "action",
|
|
382
|
-
action: "X_READ",
|
|
383
|
-
});
|
|
384
|
-
return payload;
|
|
385
|
-
};
|
|
386
|
-
if (llmPlan.shouldAct === false &&
|
|
387
|
-
!explicitSubaction &&
|
|
388
|
-
!params.query &&
|
|
389
|
-
!params.feedType &&
|
|
390
|
-
params.limit === undefined) {
|
|
391
|
-
return respond({
|
|
392
|
-
success: false,
|
|
393
|
-
text: llmPlan.response ??
|
|
394
|
-
"Do you want me to read your X DMs, timeline, mentions, or run a search?",
|
|
395
|
-
values: {
|
|
396
|
-
success: false,
|
|
397
|
-
error: "PLANNER_SHOULDACT_FALSE",
|
|
398
|
-
noop: true,
|
|
399
|
-
},
|
|
400
|
-
data: { noop: true, error: "PLANNER_SHOULDACT_FALSE" },
|
|
401
|
-
});
|
|
402
|
-
}
|
|
403
|
-
if (!subaction) {
|
|
404
|
-
return respond({
|
|
405
|
-
success: false,
|
|
406
|
-
text: llmPlan.response ??
|
|
407
|
-
"Do you want me to read your X DMs, timeline, mentions, or run a search?",
|
|
408
|
-
data: { error: "MISSING_SUBACTION" },
|
|
409
|
-
});
|
|
410
|
-
}
|
|
411
|
-
try {
|
|
412
|
-
if (subaction === "read_dms") {
|
|
413
|
-
const syncResult = await service.syncXDms({ limit });
|
|
414
|
-
const dms = await service.getXDms({ limit });
|
|
415
|
-
return respond({
|
|
416
|
-
success: true,
|
|
417
|
-
text: summarizeDms(dms),
|
|
418
|
-
data: {
|
|
419
|
-
subaction,
|
|
420
|
-
synced: syncResult.synced,
|
|
421
|
-
items: dms,
|
|
422
|
-
},
|
|
423
|
-
});
|
|
424
|
-
}
|
|
425
|
-
if (subaction === "search") {
|
|
426
|
-
if (query.length === 0) {
|
|
427
|
-
return respond({
|
|
428
|
-
success: false,
|
|
429
|
-
text: "Please provide a search query.",
|
|
430
|
-
data: { subaction, error: "MISSING_QUERY" },
|
|
431
|
-
});
|
|
432
|
-
}
|
|
433
|
-
const results = await service.searchXPosts(query, { limit });
|
|
434
|
-
return respond({
|
|
435
|
-
success: true,
|
|
436
|
-
text: summarizeFeedItems(results, "search"),
|
|
437
|
-
data: {
|
|
438
|
-
subaction,
|
|
439
|
-
query,
|
|
440
|
-
items: results,
|
|
441
|
-
},
|
|
442
|
-
});
|
|
443
|
-
}
|
|
444
|
-
const effectiveFeedType = feedType === "search" ? "home_timeline" : feedType;
|
|
445
|
-
const syncResult = await service.syncXFeed(effectiveFeedType, { limit });
|
|
446
|
-
const items = await service.getXFeedItems(effectiveFeedType, { limit });
|
|
447
|
-
return respond({
|
|
448
|
-
success: true,
|
|
449
|
-
text: summarizeFeedItems(items, effectiveFeedType),
|
|
450
|
-
data: {
|
|
451
|
-
subaction,
|
|
452
|
-
feedType: effectiveFeedType,
|
|
453
|
-
synced: syncResult.synced,
|
|
454
|
-
items,
|
|
455
|
-
},
|
|
456
|
-
});
|
|
457
|
-
}
|
|
458
|
-
catch (error) {
|
|
459
|
-
if (error instanceof LifeOpsServiceError) {
|
|
460
|
-
return respond({
|
|
461
|
-
success: false,
|
|
462
|
-
text: error.message,
|
|
463
|
-
data: {
|
|
464
|
-
subaction,
|
|
465
|
-
error: "X_READ_FAILED",
|
|
466
|
-
status: error.status,
|
|
467
|
-
},
|
|
468
|
-
});
|
|
469
|
-
}
|
|
470
|
-
throw error;
|
|
471
|
-
}
|
|
472
|
-
},
|
|
473
|
-
parameters: [
|
|
474
|
-
{
|
|
475
|
-
name: "subaction",
|
|
476
|
-
description: "X read operation. read_dms for direct messages, read_feed for timeline/mentions, search for recent tweet search.",
|
|
477
|
-
required: false,
|
|
478
|
-
schema: {
|
|
479
|
-
type: "string",
|
|
480
|
-
enum: ["read_dms", "read_feed", "search"],
|
|
481
|
-
},
|
|
482
|
-
},
|
|
483
|
-
{
|
|
484
|
-
name: "intent",
|
|
485
|
-
description: 'Free-text description of the request, e.g. "check my X DMs", "show my mentions", "search X for elizaOS".',
|
|
486
|
-
required: false,
|
|
487
|
-
schema: { type: "string" },
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
name: "query",
|
|
491
|
-
description: "Search query string for the search subaction.",
|
|
492
|
-
required: false,
|
|
493
|
-
schema: { type: "string" },
|
|
494
|
-
},
|
|
495
|
-
{
|
|
496
|
-
name: "feedType",
|
|
497
|
-
description: "Feed to read for read_feed. One of home_timeline (default), mentions, or search.",
|
|
498
|
-
required: false,
|
|
499
|
-
schema: {
|
|
500
|
-
type: "string",
|
|
501
|
-
enum: ["home_timeline", "mentions", "search"],
|
|
502
|
-
},
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
name: "limit",
|
|
506
|
-
description: "Max items to return (1-100).",
|
|
507
|
-
required: false,
|
|
508
|
-
schema: { type: "number" },
|
|
509
|
-
},
|
|
510
|
-
],
|
|
511
|
-
examples: [
|
|
512
|
-
[
|
|
513
|
-
{
|
|
514
|
-
name: "{{name1}}",
|
|
515
|
-
content: { text: "Check my X DMs." },
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
name: "{{agentName}}",
|
|
519
|
-
content: {
|
|
520
|
-
text: "X DMs (2):\n- @alice: hey!\n- @bob: see you tomorrow",
|
|
521
|
-
},
|
|
522
|
-
},
|
|
523
|
-
],
|
|
524
|
-
[
|
|
525
|
-
{
|
|
526
|
-
name: "{{name1}}",
|
|
527
|
-
content: { text: "What's on my X timeline?" },
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
name: "{{agentName}}",
|
|
531
|
-
content: {
|
|
532
|
-
text: "X home_timeline (5):\n- @carol: great post!",
|
|
533
|
-
},
|
|
534
|
-
},
|
|
535
|
-
],
|
|
536
|
-
[
|
|
537
|
-
{
|
|
538
|
-
name: "{{name1}}",
|
|
539
|
-
content: { text: "What are my recent X mentions?" },
|
|
540
|
-
},
|
|
541
|
-
{
|
|
542
|
-
name: "{{agentName}}",
|
|
543
|
-
content: {
|
|
544
|
-
text: "X mentions (3):\n- @carol: great post!",
|
|
545
|
-
},
|
|
546
|
-
},
|
|
547
|
-
],
|
|
548
|
-
[
|
|
549
|
-
{
|
|
550
|
-
name: "{{name1}}",
|
|
551
|
-
content: { text: "Search Twitter for posts about elizaOS." },
|
|
552
|
-
},
|
|
553
|
-
{
|
|
554
|
-
name: "{{agentName}}",
|
|
555
|
-
content: {
|
|
556
|
-
text: "X search (5):\n- @dev: elizaOS is shipping fast",
|
|
557
|
-
},
|
|
558
|
-
},
|
|
559
|
-
],
|
|
560
|
-
],
|
|
561
|
-
};
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* T8d — Activity tracker service.
|
|
3
|
-
*
|
|
4
|
-
* Starts the macOS Swift collector (when available) and writes focus events
|
|
5
|
-
* to `life_activity_events`. On non-Darwin platforms the service is a no-op
|
|
6
|
-
* that logs "no events" once at startup and returns empty reports via the
|
|
7
|
-
* action layer.
|
|
8
|
-
*
|
|
9
|
-
* The service does not mutate any cached profile state; reporting runs on
|
|
10
|
-
* demand via {@link getActivityReport}.
|
|
11
|
-
*/
|
|
12
|
-
import { type IAgentRuntime, Service } from "@elizaos/core";
|
|
13
|
-
export type ActivityTrackerMode = "running" | "disabled-config" | "disabled-non-darwin" | "stopped" | "failed";
|
|
14
|
-
export declare class ActivityTrackerService extends Service {
|
|
15
|
-
static readonly serviceType = "activity_tracker";
|
|
16
|
-
capabilityDescription: string;
|
|
17
|
-
private handle;
|
|
18
|
-
private mode;
|
|
19
|
-
private writeFailures;
|
|
20
|
-
private writeQueue;
|
|
21
|
-
static start(runtime: IAgentRuntime): Promise<ActivityTrackerService>;
|
|
22
|
-
stop(): Promise<void>;
|
|
23
|
-
getMode(): ActivityTrackerMode;
|
|
24
|
-
private startCollector;
|
|
25
|
-
private enqueueEvent;
|
|
26
|
-
private persistEvent;
|
|
27
|
-
private enqueueIdleSample;
|
|
28
|
-
/**
|
|
29
|
-
* Persist a HID idle sample as a `desktop_interaction` activity signal.
|
|
30
|
-
* The scorer reads `idleTimeSeconds` from the latest signal to distinguish
|
|
31
|
-
* passive-media (high idle) from active-use (low idle) per the
|
|
32
|
-
* shared-device-safety rule in `awake-probability.ts`.
|
|
33
|
-
*/
|
|
34
|
-
private persistIdleSample;
|
|
35
|
-
}
|
|
36
|
-
//# sourceMappingURL=activity-tracker-service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"activity-tracker-service.d.ts","sourceRoot":"","sources":["../../../../../../../apps/app-lifeops/src/activity-profile/activity-tracker-service.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,KAAK,aAAa,EAAU,OAAO,EAAE,MAAM,eAAe,CAAC;AAepE,MAAM,MAAM,mBAAmB,GAC3B,SAAS,GACT,iBAAiB,GACjB,qBAAqB,GACrB,SAAS,GACT,QAAQ,CAAC;AAEb,qBAAa,sBAAuB,SAAQ,OAAO;IACjD,gBAAyB,WAAW,sBAAsB;IAEjD,qBAAqB,SAC0F;IAExH,OAAO,CAAC,MAAM,CAAwC;IACtD,OAAO,CAAC,IAAI,CAA8C;IAC1D,OAAO,CAAC,aAAa,CAAK;IAC1B,OAAO,CAAC,UAAU,CAAoC;WAEhC,KAAK,CACzB,OAAO,EAAE,aAAa,GACrB,OAAO,CAAC,sBAAsB,CAAC;IAMnB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAQpC,OAAO,IAAI,mBAAmB;YAIhB,cAAc;IA2D5B,OAAO,CAAC,YAAY;YAON,YAAY;IAiC1B,OAAO,CAAC,iBAAiB;IAOzB;;;;;OAKG;YACW,iBAAiB;CA+ChC"}
|