@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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"owner-inbox.d.ts","sourceRoot":"","sources":["../../../../../../../apps/app-lifeops/src/actions/owner-inbox.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EAQP,MAAM,eAAe,CAAC;AAySvB,eAAO,MAAM,gBAAgB,EAAE,MAAM,GAAG;IACtC,8BAA8B,CAAC,EAAE,OAAO,CAAC;CA4jB1C,CAAC"}
|
|
@@ -1,662 +0,0 @@
|
|
|
1
|
-
import { ModelType, parseJSONObjectFromText, parseKeyValueXml, } from "@elizaos/core";
|
|
2
|
-
import { extractActionParamsViaLlm, hasAdminAccess } from "@elizaos/agent";
|
|
3
|
-
import { gmailAction } from "./gmail.js";
|
|
4
|
-
import { inboxAction } from "./inbox.js";
|
|
5
|
-
import { recentConversationTexts as collectRecentConversationTexts } from "./life-recent-context.js";
|
|
6
|
-
import { searchAcrossChannelsAction } from "./search-across-channels.js";
|
|
7
|
-
import { hasLifeOpsAccess } from "./lifeops-google-helpers.js";
|
|
8
|
-
const ACTION_NAME = "OWNER_INBOX";
|
|
9
|
-
const VALID_SUBACTIONS = [
|
|
10
|
-
"triage",
|
|
11
|
-
"digest",
|
|
12
|
-
"respond",
|
|
13
|
-
"needs_response",
|
|
14
|
-
"search",
|
|
15
|
-
"read_message",
|
|
16
|
-
"draft_reply",
|
|
17
|
-
"send_reply",
|
|
18
|
-
"cross_channel_search",
|
|
19
|
-
];
|
|
20
|
-
const VALID_CHANNELS = [
|
|
21
|
-
"all",
|
|
22
|
-
"gmail",
|
|
23
|
-
"slack",
|
|
24
|
-
"discord",
|
|
25
|
-
"sms",
|
|
26
|
-
"telegram",
|
|
27
|
-
"whatsapp",
|
|
28
|
-
"imessage",
|
|
29
|
-
];
|
|
30
|
-
function normalizeSubaction(value) {
|
|
31
|
-
if (typeof value !== "string")
|
|
32
|
-
return null;
|
|
33
|
-
const normalized = value.trim().toLowerCase();
|
|
34
|
-
return VALID_SUBACTIONS.includes(normalized)
|
|
35
|
-
? normalized
|
|
36
|
-
: null;
|
|
37
|
-
}
|
|
38
|
-
function normalizeChannel(value) {
|
|
39
|
-
if (typeof value !== "string")
|
|
40
|
-
return null;
|
|
41
|
-
const normalized = value.trim().toLowerCase();
|
|
42
|
-
return VALID_CHANNELS.includes(normalized)
|
|
43
|
-
? normalized
|
|
44
|
-
: null;
|
|
45
|
-
}
|
|
46
|
-
function normalizeShouldAct(value) {
|
|
47
|
-
if (typeof value === "boolean")
|
|
48
|
-
return value;
|
|
49
|
-
if (typeof value !== "string")
|
|
50
|
-
return null;
|
|
51
|
-
const normalized = value.trim().toLowerCase();
|
|
52
|
-
if (["true", "yes", "1"].includes(normalized))
|
|
53
|
-
return true;
|
|
54
|
-
if (["false", "no", "0"].includes(normalized))
|
|
55
|
-
return false;
|
|
56
|
-
return null;
|
|
57
|
-
}
|
|
58
|
-
function normalizePlannerResponse(value) {
|
|
59
|
-
if (typeof value !== "string")
|
|
60
|
-
return undefined;
|
|
61
|
-
const trimmed = value.trim();
|
|
62
|
-
return trimmed.length > 0 ? trimmed : undefined;
|
|
63
|
-
}
|
|
64
|
-
function messageText(message) {
|
|
65
|
-
return typeof message.content?.text === "string" ? message.content.text : "";
|
|
66
|
-
}
|
|
67
|
-
async function resolveOwnerInboxPlanWithLlm(args) {
|
|
68
|
-
if (typeof args.runtime.useModel !== "function") {
|
|
69
|
-
return { subaction: null, channel: null, shouldAct: null };
|
|
70
|
-
}
|
|
71
|
-
const recentConversation = (await collectRecentConversationTexts({
|
|
72
|
-
runtime: args.runtime,
|
|
73
|
-
message: args.message,
|
|
74
|
-
state: args.state,
|
|
75
|
-
limit: 6,
|
|
76
|
-
})).join("\n");
|
|
77
|
-
const prompt = [
|
|
78
|
-
"Plan the OWNER_INBOX subaction for this request.",
|
|
79
|
-
"Return ONLY valid JSON with exactly these fields:",
|
|
80
|
-
'{"subaction":"triage"|"digest"|"respond"|"needs_response"|"search"|"read_message"|"draft_reply"|"send_reply"|"cross_channel_search"|null,"channel":"all"|"gmail"|"slack"|"discord"|"sms"|"telegram"|"whatsapp"|"imessage"|null,"shouldAct":true|false,"response":"string|null"}',
|
|
81
|
-
"",
|
|
82
|
-
"OWNER_INBOX is the OWNER's single umbrella for inbox/email work.",
|
|
83
|
-
"Choose channel=gmail whenever the request explicitly names Gmail or email, or when the request is about a specific email by sender, subject, unread status, drafting an email reply, or sending an email reply.",
|
|
84
|
-
"Gmail-only structured params like messageId, senderQuery, subjectQuery, or labelQuery imply channel=gmail.",
|
|
85
|
-
"Choose channel=all for generic phrases like 'my inbox', 'inbox digest', 'triage my inbox', 'what needs my attention in my inbox', or replying to inbox items across channels.",
|
|
86
|
-
"Do NOT act when the request is a morning brief, night brief, operating picture, command center, what matters today, or a full start-of-day / end-of-day review — those belong to RUN_MORNING_CHECKIN / RUN_NIGHT_CHECKIN even when they include inbox items.",
|
|
87
|
-
"Choose triage for scanning and prioritizing new inbox items.",
|
|
88
|
-
"Choose digest for an inbox-only summary / unread overview / mailbox digest, including prioritised inbox briefs like 'show urgent blockers first and separate them from low-priority inbound', pending-drafts sections in a morning brief, or event-asset checklists before an event.",
|
|
89
|
-
"Choose respond for replying to inbox items across channels when the request is not a Gmail-thread-specific draft/send. Missed-call repair notes, approval-held apology drafts, group-chat handoff suggestions, and 'bump me again with context instead of starting over' inbox policies belong here.",
|
|
90
|
-
"Choose needs_response for Gmail/email requests that ask which messages still need a reply.",
|
|
91
|
-
"Choose search for searching messages, especially Gmail/email search by sender / subject / label / keyword.",
|
|
92
|
-
"Choose read_message for reading a specific Gmail message body by message id.",
|
|
93
|
-
"Choose draft_reply for drafting a reply to a specific Gmail thread or latest email from someone.",
|
|
94
|
-
"Choose send_reply for actually sending a Gmail reply.",
|
|
95
|
-
"Choose cross_channel_search when the user wants everything about a person/topic across all channels.",
|
|
96
|
-
"For standing inbox policies like 'if direct relaying gets messy, suggest a group chat handoff' or inbox repair workflows that are still missing channel details, keep shouldAct=true. OWNER_INBOX can store the policy and ask the minimum follow-up inside the action.",
|
|
97
|
-
"Set shouldAct=false only when the request is not an inbox/email operation and a different action should handle it.",
|
|
98
|
-
"When shouldAct=false, response must be a short clarifying sentence in the user's language.",
|
|
99
|
-
"",
|
|
100
|
-
'Example: "which emails need a response" -> {"subaction":"needs_response","channel":"gmail","shouldAct":true,"response":null}',
|
|
101
|
-
'Example: "find everything Alice said across my channels" -> {"subaction":"cross_channel_search","channel":"all","shouldAct":true,"response":null}',
|
|
102
|
-
'Example: "show urgent blockers first and separate them from low-priority inbound" -> {"subaction":"digest","channel":"all","shouldAct":true,"response":null}',
|
|
103
|
-
'Example: "if direct relaying gets messy here, suggest making a group chat handoff instead" -> {"subaction":"respond","channel":"all","shouldAct":true,"response":null}',
|
|
104
|
-
'Example: "also tell me what drafts still need my sign-off in the morning brief" -> {"subaction":"digest","channel":"all","shouldAct":true,"response":null}',
|
|
105
|
-
'Example: "tell me what slides, bio, title, or portal assets I still owe before the event" -> {"subaction":"digest","channel":"all","shouldAct":true,"response":null}',
|
|
106
|
-
'Example: "if I still haven\'t answered about those three events, bump me again with context instead of starting over" -> {"subaction":"respond","channel":"all","shouldAct":true,"response":null}',
|
|
107
|
-
"",
|
|
108
|
-
`Current request: ${JSON.stringify(messageText(args.message))}`,
|
|
109
|
-
`Resolved intent: ${JSON.stringify(args.intent)}`,
|
|
110
|
-
`Structured parameters: ${JSON.stringify(args.params)}`,
|
|
111
|
-
`Recent conversation: ${JSON.stringify(recentConversation)}`,
|
|
112
|
-
].join("\n");
|
|
113
|
-
try {
|
|
114
|
-
const result = await args.runtime.useModel(ModelType.TEXT_SMALL, {
|
|
115
|
-
prompt,
|
|
116
|
-
});
|
|
117
|
-
const rawResponse = typeof result === "string" ? result : "";
|
|
118
|
-
const parsed = parseKeyValueXml(rawResponse) ??
|
|
119
|
-
parseJSONObjectFromText(rawResponse);
|
|
120
|
-
if (!parsed) {
|
|
121
|
-
return { subaction: null, channel: null, shouldAct: null };
|
|
122
|
-
}
|
|
123
|
-
const subaction = normalizeSubaction(parsed.subaction);
|
|
124
|
-
const channel = normalizeChannel(parsed.channel);
|
|
125
|
-
return {
|
|
126
|
-
subaction,
|
|
127
|
-
channel,
|
|
128
|
-
shouldAct: subaction ? true : normalizeShouldAct(parsed.shouldAct),
|
|
129
|
-
response: normalizePlannerResponse(parsed.response),
|
|
130
|
-
};
|
|
131
|
-
}
|
|
132
|
-
catch (error) {
|
|
133
|
-
args.runtime.logger?.warn?.({
|
|
134
|
-
src: "action:owner-inbox",
|
|
135
|
-
error: error instanceof Error ? error.message : String(error),
|
|
136
|
-
}, "Owner inbox planning model call failed");
|
|
137
|
-
return { subaction: null, channel: null, shouldAct: null };
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
// ---------------------------------------------------------------------------
|
|
141
|
-
// Helpers
|
|
142
|
-
// ---------------------------------------------------------------------------
|
|
143
|
-
function missingSubactionResult() {
|
|
144
|
-
return {
|
|
145
|
-
text: "missing subaction; choose triage|digest|respond|needs_response|search|read_message|draft_reply|send_reply|cross_channel_search",
|
|
146
|
-
success: false,
|
|
147
|
-
values: { success: false, error: "MISSING_SUBACTION" },
|
|
148
|
-
data: { actionName: ACTION_NAME },
|
|
149
|
-
};
|
|
150
|
-
}
|
|
151
|
-
function inferImplicitChannel(subaction, params) {
|
|
152
|
-
if (subaction === "needs_response" ||
|
|
153
|
-
subaction === "read_message" ||
|
|
154
|
-
subaction === "draft_reply" ||
|
|
155
|
-
subaction === "send_reply") {
|
|
156
|
-
return "gmail";
|
|
157
|
-
}
|
|
158
|
-
if (params.messageId || params.senderQuery || params.subjectQuery || params.labelQuery) {
|
|
159
|
-
return "gmail";
|
|
160
|
-
}
|
|
161
|
-
return null;
|
|
162
|
-
}
|
|
163
|
-
function buildGmailSearchQuery(params) {
|
|
164
|
-
const parts = [];
|
|
165
|
-
if (params.senderQuery && params.senderQuery.trim()) {
|
|
166
|
-
parts.push(`from:${params.senderQuery.trim()}`);
|
|
167
|
-
}
|
|
168
|
-
if (params.subjectQuery && params.subjectQuery.trim()) {
|
|
169
|
-
parts.push(`subject:${params.subjectQuery.trim()}`);
|
|
170
|
-
}
|
|
171
|
-
if (params.labelQuery && params.labelQuery.trim()) {
|
|
172
|
-
parts.push(`label:${params.labelQuery.trim()}`);
|
|
173
|
-
}
|
|
174
|
-
if (params.query && params.query.trim()) {
|
|
175
|
-
parts.push(params.query.trim());
|
|
176
|
-
}
|
|
177
|
-
return parts.length > 0 ? parts.join(" ") : undefined;
|
|
178
|
-
}
|
|
179
|
-
function delegateTo(action, runtime, message, state, parameters, options, callback) {
|
|
180
|
-
if (typeof action.handler !== "function") {
|
|
181
|
-
return Promise.resolve({
|
|
182
|
-
text: `[${ACTION_NAME}] Delegate handler missing for ${action.name}.`,
|
|
183
|
-
success: false,
|
|
184
|
-
values: { success: false, error: "HANDLER_MISSING" },
|
|
185
|
-
data: { actionName: ACTION_NAME, delegate: action.name },
|
|
186
|
-
});
|
|
187
|
-
}
|
|
188
|
-
const delegated = {
|
|
189
|
-
...(options ?? {}),
|
|
190
|
-
parameters: {
|
|
191
|
-
...(options?.parameters ?? {}),
|
|
192
|
-
...parameters,
|
|
193
|
-
},
|
|
194
|
-
};
|
|
195
|
-
const delegatedCallback = callback
|
|
196
|
-
? async (content, files) => callback(content && typeof content === "object"
|
|
197
|
-
? { ...content, action: ACTION_NAME }
|
|
198
|
-
: content, files)
|
|
199
|
-
: undefined;
|
|
200
|
-
return Promise.resolve(action.handler(runtime, message, state, delegated, delegatedCallback));
|
|
201
|
-
}
|
|
202
|
-
// ---------------------------------------------------------------------------
|
|
203
|
-
// Action
|
|
204
|
-
// ---------------------------------------------------------------------------
|
|
205
|
-
export const ownerInboxAction = {
|
|
206
|
-
name: ACTION_NAME,
|
|
207
|
-
similes: [
|
|
208
|
-
// Old action names (back-compat)
|
|
209
|
-
"INBOX",
|
|
210
|
-
"GMAIL_ACTION",
|
|
211
|
-
"INBOX_TRIAGE_GMAIL",
|
|
212
|
-
"SEARCH_ACROSS_CHANNELS",
|
|
213
|
-
// Natural-language synonyms
|
|
214
|
-
"GMAIL",
|
|
215
|
-
"EMAIL",
|
|
216
|
-
"CHECK_EMAIL",
|
|
217
|
-
"CHECK_INBOX",
|
|
218
|
-
"DAILY_BRIEF",
|
|
219
|
-
"DAILY_DIGEST",
|
|
220
|
-
"INBOX_DIGEST",
|
|
221
|
-
"INBOX_TRIAGE",
|
|
222
|
-
"INBOX_SUMMARY",
|
|
223
|
-
"TRIAGE_INBOX",
|
|
224
|
-
"SCAN_MESSAGES",
|
|
225
|
-
"CHECK_MESSAGES",
|
|
226
|
-
"UNREAD_EMAILS",
|
|
227
|
-
"EMAIL_UNREAD",
|
|
228
|
-
"SEARCH_EMAIL",
|
|
229
|
-
"DRAFT_EMAIL_REPLY",
|
|
230
|
-
"SEND_EMAIL_REPLY",
|
|
231
|
-
"REPLY_INBOX",
|
|
232
|
-
"RESPOND_TO_MESSAGE",
|
|
233
|
-
"MISSED_CALL_FOLLOWUP",
|
|
234
|
-
"GROUP_CHAT_HANDOFF",
|
|
235
|
-
"GROUP_CHAT_HANDOFF_POLICY",
|
|
236
|
-
"REPAIR_AND_RESCHEDULE_CALL",
|
|
237
|
-
"CONTEXTUAL_BUMP",
|
|
238
|
-
"BUMP_WITH_CONTEXT",
|
|
239
|
-
"EVENT_ASSET_CHECKLIST",
|
|
240
|
-
"OUTSTANDING_EVENT_ASSETS",
|
|
241
|
-
"CROSS_CHANNEL_SEARCH",
|
|
242
|
-
"SEARCH_ALL_CHANNELS",
|
|
243
|
-
"SEARCH_EVERYWHERE",
|
|
244
|
-
"FIND_ACROSS_PLATFORMS",
|
|
245
|
-
],
|
|
246
|
-
tags: [
|
|
247
|
-
"always-include",
|
|
248
|
-
"owner inbox",
|
|
249
|
-
"daily brief",
|
|
250
|
-
"cross-channel inbox",
|
|
251
|
-
"gmail",
|
|
252
|
-
"email",
|
|
253
|
-
"unread summary",
|
|
254
|
-
"urgent blockers first",
|
|
255
|
-
"low-priority inbound",
|
|
256
|
-
"missed call repair",
|
|
257
|
-
"group chat handoff",
|
|
258
|
-
"approval-gated reply workflow",
|
|
259
|
-
"pending drafts",
|
|
260
|
-
"event asset checklist",
|
|
261
|
-
"bump me again with context",
|
|
262
|
-
],
|
|
263
|
-
description: "The OWNER's inbox, across every connected messaging channel — Gmail, " +
|
|
264
|
-
"Slack, Discord, SMS, Telegram, iMessage, and WhatsApp. One umbrella " +
|
|
265
|
-
"action for triage, inbox digests, responding to " +
|
|
266
|
-
"messages, and cross-channel search. " +
|
|
267
|
-
"Subactions: triage | digest | respond | needs_response | search | " +
|
|
268
|
-
"read_message | draft_reply | send_reply | cross_channel_search. " +
|
|
269
|
-
"Channel param: all | gmail | slack | discord | sms | telegram | " +
|
|
270
|
-
"whatsapp | imessage. Defaults to 'all'. " +
|
|
271
|
-
"Gmail-specific operations — search by sender/subject/label, read a " +
|
|
272
|
-
"message body, inspect reply-needed threads, draft or send a threaded " +
|
|
273
|
-
"reply — are available when " +
|
|
274
|
-
"channel=gmail (use messageId + replyBody for read_message / draft_reply / " +
|
|
275
|
-
"send_reply; senderQuery / subjectQuery / labelQuery for search). " +
|
|
276
|
-
"Use this for inbox-shaped coordination requests like 'show the urgent blockers first and separate them from low-priority inbound', " +
|
|
277
|
-
"'repair that missed call and hold the note for my approval', 'if direct relaying gets messy, suggest a group chat handoff', 'if I still have not answered about those three events, bump me again with context instead of starting over', 'also tell me what drafts still need my sign-off in the morning brief', or 'tell me what slides, bio, title, or portal assets I still owe before the event'. " +
|
|
278
|
-
"Route here when the user says 'my inbox', 'inbox digest', 'mailbox digest', " +
|
|
279
|
-
"'my inbox', 'what needs my attention in my inbox', 'triage my messages', or 'show me the unread blockers first' — use " +
|
|
280
|
-
"channel=all. When the user explicitly says 'Gmail' or 'email', or asks " +
|
|
281
|
-
"to search/read/draft/send a specific email reply, route here with " +
|
|
282
|
-
"channel=gmail. Requests like 'draft a reply to the latest email from Sarah' " +
|
|
283
|
-
"and 'send a reply to the last email from finance confirming receipt' " +
|
|
284
|
-
"belong here, not in generic REPLY. When the user asks for cross-channel " +
|
|
285
|
-
"search ('find everything about X across my channels'), use " +
|
|
286
|
-
"subaction=cross_channel_search. If the channel, recipient, or participant " +
|
|
287
|
-
"details are still missing but the request is clearly inbox-owned, still " +
|
|
288
|
-
"select OWNER_INBOX and let it ask the minimum follow-up question. " +
|
|
289
|
-
"Outstanding 'what do I still owe before the event' questions about slides, bios, titles, portal assets, or pending drafts belong here even when the checklist might ultimately come back empty. " +
|
|
290
|
-
"Policies like 'if direct relaying gets messy, suggest a group chat handoff' and 'bump me again with context instead of starting over' belong here even when participant names, platforms, or the exact blocked event still need follow-up. " +
|
|
291
|
-
"DO NOT use this action for explicit morning or night briefings such as " +
|
|
292
|
-
"'run my morning check-in', 'give me my night check-in', 'morning review', " +
|
|
293
|
-
"'morning brief', 'night brief', 'operating picture', 'command center', " +
|
|
294
|
-
"'evening wrap-up', or 'how did today go?' — those belong to " +
|
|
295
|
-
"RUN_MORNING_CHECKIN / RUN_NIGHT_CHECKIN, even if they may include inbox items. " +
|
|
296
|
-
"DO NOT use this action for the agent's own mailbox — that is AGENT_INBOX. " +
|
|
297
|
-
"Admin/owner only.",
|
|
298
|
-
descriptionCompressed: "Owner's inbox (Gmail + Slack + Discord + SMS + Telegram + iMessage + WhatsApp): triage, digest, respond, reply-needed lookup, search, and per-Gmail read/draft/send. Admin only. Not the agent's own mailbox.",
|
|
299
|
-
suppressPostActionContinuation: true,
|
|
300
|
-
validate: async (runtime, message) => {
|
|
301
|
-
// Union of the old validators: admin access OR LifeOps access (owner / granted user / agent).
|
|
302
|
-
if (await hasAdminAccess(runtime, message))
|
|
303
|
-
return true;
|
|
304
|
-
if (await hasLifeOpsAccess(runtime, message))
|
|
305
|
-
return true;
|
|
306
|
-
return false;
|
|
307
|
-
},
|
|
308
|
-
handler: async (runtime, message, state, options, callback) => {
|
|
309
|
-
const rawParams = (options?.parameters ?? {});
|
|
310
|
-
const params = await extractActionParamsViaLlm({
|
|
311
|
-
runtime,
|
|
312
|
-
message,
|
|
313
|
-
state,
|
|
314
|
-
actionName: ACTION_NAME,
|
|
315
|
-
actionDescription: ownerInboxAction.description ?? "",
|
|
316
|
-
paramSchema: ownerInboxAction.parameters ?? [],
|
|
317
|
-
existingParams: rawParams,
|
|
318
|
-
requiredFields: ["subaction"],
|
|
319
|
-
});
|
|
320
|
-
const body = messageText(message);
|
|
321
|
-
let subaction = normalizeSubaction(params.subaction);
|
|
322
|
-
let channel = normalizeChannel(params.channel);
|
|
323
|
-
if (!subaction) {
|
|
324
|
-
const intent = (params.intent ?? body).trim();
|
|
325
|
-
const plan = await resolveOwnerInboxPlanWithLlm({
|
|
326
|
-
runtime,
|
|
327
|
-
message,
|
|
328
|
-
state,
|
|
329
|
-
intent,
|
|
330
|
-
params,
|
|
331
|
-
});
|
|
332
|
-
subaction = plan.subaction;
|
|
333
|
-
if (plan.channel) {
|
|
334
|
-
channel = plan.channel;
|
|
335
|
-
}
|
|
336
|
-
if (plan.shouldAct === false || !subaction) {
|
|
337
|
-
const text = plan.response ??
|
|
338
|
-
"Tell me whether you want me to triage, summarize, search, read, draft, or send something from your inbox.";
|
|
339
|
-
await callback?.({ text });
|
|
340
|
-
return {
|
|
341
|
-
text,
|
|
342
|
-
success: true,
|
|
343
|
-
data: {
|
|
344
|
-
noop: true,
|
|
345
|
-
suggestedSubaction: subaction,
|
|
346
|
-
suggestedChannel: plan.channel,
|
|
347
|
-
},
|
|
348
|
-
};
|
|
349
|
-
}
|
|
350
|
-
}
|
|
351
|
-
channel ??= inferImplicitChannel(subaction, params);
|
|
352
|
-
channel ??= "all";
|
|
353
|
-
// Cross-channel search is its own delegate regardless of channel.
|
|
354
|
-
if (subaction === "cross_channel_search") {
|
|
355
|
-
return delegateTo(searchAcrossChannelsAction, runtime, message, state, {
|
|
356
|
-
query: params.query,
|
|
357
|
-
intent: params.intent,
|
|
358
|
-
}, options, callback);
|
|
359
|
-
}
|
|
360
|
-
// Gmail-specific per-message ops always route to gmailAction.
|
|
361
|
-
if (channel === "gmail") {
|
|
362
|
-
switch (subaction) {
|
|
363
|
-
case "triage":
|
|
364
|
-
return delegateTo(gmailAction, runtime, message, state, { subaction: "triage", intent: params.intent }, options, callback);
|
|
365
|
-
case "search": {
|
|
366
|
-
const gmailQuery = buildGmailSearchQuery(params);
|
|
367
|
-
return delegateTo(gmailAction, runtime, message, state, {
|
|
368
|
-
subaction: "search",
|
|
369
|
-
intent: params.intent,
|
|
370
|
-
query: gmailQuery,
|
|
371
|
-
queries: gmailQuery ? [gmailQuery] : undefined,
|
|
372
|
-
}, options, callback);
|
|
373
|
-
}
|
|
374
|
-
case "needs_response":
|
|
375
|
-
return delegateTo(gmailAction, runtime, message, state, { subaction: "needs_response", intent: params.intent }, options, callback);
|
|
376
|
-
case "digest":
|
|
377
|
-
return delegateTo(gmailAction, runtime, message, state, { subaction: "triage", intent: params.intent }, options, callback);
|
|
378
|
-
case "read_message":
|
|
379
|
-
return delegateTo(gmailAction, runtime, message, state, {
|
|
380
|
-
subaction: "read",
|
|
381
|
-
messageId: params.messageId,
|
|
382
|
-
intent: params.intent,
|
|
383
|
-
}, options, callback);
|
|
384
|
-
case "draft_reply":
|
|
385
|
-
return delegateTo(gmailAction, runtime, message, state, {
|
|
386
|
-
subaction: "draft_reply",
|
|
387
|
-
messageId: params.messageId,
|
|
388
|
-
bodyText: params.replyBody,
|
|
389
|
-
intent: params.intent,
|
|
390
|
-
}, options, callback);
|
|
391
|
-
case "send_reply":
|
|
392
|
-
return delegateTo(gmailAction, runtime, message, state, {
|
|
393
|
-
subaction: "send_reply",
|
|
394
|
-
messageId: params.messageId,
|
|
395
|
-
bodyText: params.replyBody,
|
|
396
|
-
intent: params.intent,
|
|
397
|
-
}, options, callback);
|
|
398
|
-
case "respond":
|
|
399
|
-
return delegateTo(gmailAction, runtime, message, state, {
|
|
400
|
-
subaction: "needs_response",
|
|
401
|
-
intent: params.intent,
|
|
402
|
-
}, options, callback);
|
|
403
|
-
}
|
|
404
|
-
}
|
|
405
|
-
// Non-Gmail channel (all / slack / discord / sms / telegram / whatsapp /
|
|
406
|
-
// imessage): the cross-channel inbox pipeline handles triage / digest /
|
|
407
|
-
// respond. search without channel=gmail falls through to cross-channel
|
|
408
|
-
// cross-channel search.
|
|
409
|
-
switch (subaction) {
|
|
410
|
-
case "triage":
|
|
411
|
-
case "digest":
|
|
412
|
-
case "respond":
|
|
413
|
-
case "needs_response":
|
|
414
|
-
return delegateTo(inboxAction, runtime, message, state, {
|
|
415
|
-
subaction: subaction === "needs_response" ? "digest" : subaction,
|
|
416
|
-
intent: params.intent,
|
|
417
|
-
target: params.target,
|
|
418
|
-
entryId: params.entryId,
|
|
419
|
-
messageText: params.replyBody,
|
|
420
|
-
confirmed: params.confirmed,
|
|
421
|
-
}, options, callback);
|
|
422
|
-
case "search":
|
|
423
|
-
return delegateTo(searchAcrossChannelsAction, runtime, message, state, {
|
|
424
|
-
query: params.query,
|
|
425
|
-
intent: params.intent,
|
|
426
|
-
}, options, callback);
|
|
427
|
-
case "read_message":
|
|
428
|
-
case "draft_reply":
|
|
429
|
-
case "send_reply":
|
|
430
|
-
return {
|
|
431
|
-
text: `${subaction} requires channel=gmail (Gmail is the only channel ` +
|
|
432
|
-
`that supports per-message read / draft / send operations).`,
|
|
433
|
-
success: false,
|
|
434
|
-
values: { success: false, error: "UNSUPPORTED_CHANNEL" },
|
|
435
|
-
data: { actionName: ACTION_NAME, subaction, channel },
|
|
436
|
-
};
|
|
437
|
-
}
|
|
438
|
-
return missingSubactionResult();
|
|
439
|
-
},
|
|
440
|
-
parameters: [
|
|
441
|
-
{
|
|
442
|
-
name: "subaction",
|
|
443
|
-
description: "Which owner-inbox operation to run. One of: triage (scan new messages), " +
|
|
444
|
-
"digest (daily summary), respond (draft/send a reply), needs_response " +
|
|
445
|
-
"(Gmail reply-needed lookup), search (within a channel), read_message " +
|
|
446
|
-
"(Gmail-only: read a full message body), draft_reply (Gmail-only: draft " +
|
|
447
|
-
"a threaded reply), send_reply (Gmail-only: send a threaded reply), " +
|
|
448
|
-
"cross_channel_search (search every connected channel + memory).",
|
|
449
|
-
required: false,
|
|
450
|
-
schema: {
|
|
451
|
-
type: "string",
|
|
452
|
-
enum: [...VALID_SUBACTIONS],
|
|
453
|
-
},
|
|
454
|
-
},
|
|
455
|
-
{
|
|
456
|
-
name: "channel",
|
|
457
|
-
description: "Which channel to scope to. Defaults to 'all' (cross-channel). Use " +
|
|
458
|
-
"'gmail' for Gmail-specific operations.",
|
|
459
|
-
required: false,
|
|
460
|
-
schema: {
|
|
461
|
-
type: "string",
|
|
462
|
-
enum: [
|
|
463
|
-
"all",
|
|
464
|
-
"gmail",
|
|
465
|
-
"slack",
|
|
466
|
-
"discord",
|
|
467
|
-
"sms",
|
|
468
|
-
"telegram",
|
|
469
|
-
"whatsapp",
|
|
470
|
-
"imessage",
|
|
471
|
-
],
|
|
472
|
-
},
|
|
473
|
-
},
|
|
474
|
-
{
|
|
475
|
-
name: "messageId",
|
|
476
|
-
description: "Gmail message ID — required for read_message / draft_reply / send_reply.",
|
|
477
|
-
required: false,
|
|
478
|
-
schema: { type: "string" },
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
name: "query",
|
|
482
|
-
description: "Free-text search query. Used by search and cross_channel_search.",
|
|
483
|
-
required: false,
|
|
484
|
-
schema: { type: "string" },
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
name: "senderQuery",
|
|
488
|
-
description: "Gmail sender filter (e.g. 'alice@example.com').",
|
|
489
|
-
required: false,
|
|
490
|
-
schema: { type: "string" },
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
name: "subjectQuery",
|
|
494
|
-
description: "Gmail subject-line filter.",
|
|
495
|
-
required: false,
|
|
496
|
-
schema: { type: "string" },
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
name: "labelQuery",
|
|
500
|
-
description: "Gmail label filter (e.g. 'INBOX', 'STARRED').",
|
|
501
|
-
required: false,
|
|
502
|
-
schema: { type: "string" },
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
name: "replyBody",
|
|
506
|
-
description: "Pre-composed reply text for draft_reply / send_reply, or for " +
|
|
507
|
-
"respond when the user has already dictated the exact text.",
|
|
508
|
-
required: false,
|
|
509
|
-
schema: { type: "string" },
|
|
510
|
-
},
|
|
511
|
-
{
|
|
512
|
-
name: "confirmed",
|
|
513
|
-
description: "Set to true when the user is confirming a previously drafted response, " +
|
|
514
|
-
"or when send_reply should bypass the draft-preview step.",
|
|
515
|
-
required: false,
|
|
516
|
-
schema: { type: "boolean" },
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
name: "intent",
|
|
520
|
-
description: "Natural-language intent — passed through to the underlying handler " +
|
|
521
|
-
"when the planner did not extract structured params.",
|
|
522
|
-
required: false,
|
|
523
|
-
schema: { type: "string" },
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
name: "target",
|
|
527
|
-
description: "For respond: who to respond to (sender name, channel name, or source).",
|
|
528
|
-
required: false,
|
|
529
|
-
schema: { type: "string" },
|
|
530
|
-
},
|
|
531
|
-
{
|
|
532
|
-
name: "entryId",
|
|
533
|
-
description: "For respond: specific triage entry ID.",
|
|
534
|
-
required: false,
|
|
535
|
-
schema: { type: "string" },
|
|
536
|
-
},
|
|
537
|
-
],
|
|
538
|
-
examples: [
|
|
539
|
-
[
|
|
540
|
-
{
|
|
541
|
-
name: "{{name1}}",
|
|
542
|
-
content: {
|
|
543
|
-
text: "I missed a call with the Frontier Tower team. Draft a repair note for my approval and help me reschedule it.",
|
|
544
|
-
},
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
name: "{{agentName}}",
|
|
548
|
-
content: {
|
|
549
|
-
text: "Drafted a repair note for Frontier Tower, held it for your approval, and prepared the reschedule follow-through.",
|
|
550
|
-
},
|
|
551
|
-
},
|
|
552
|
-
],
|
|
553
|
-
[
|
|
554
|
-
{
|
|
555
|
-
name: "{{name1}}",
|
|
556
|
-
content: { text: "Triage my inbox" },
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
name: "{{agentName}}",
|
|
560
|
-
content: {
|
|
561
|
-
text: "Triaged 15 new messages across Gmail / Slack / Discord: 2 urgent (escalated), 5 need reply, 3 auto-replied, 5 ignored.",
|
|
562
|
-
},
|
|
563
|
-
},
|
|
564
|
-
],
|
|
565
|
-
[
|
|
566
|
-
{
|
|
567
|
-
name: "{{name1}}",
|
|
568
|
-
content: { text: "Give me my daily brief" },
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
name: "{{agentName}}",
|
|
572
|
-
content: {
|
|
573
|
-
text: "# Daily Inbox Summary — Friday, April 18, 2026\n\n## Urgent (2)\n- Discord DM from Alice: \"Are we meeting tomorrow?\"\n- Gmail from ops@acme: \"Prod incident — need eyes\"",
|
|
574
|
-
},
|
|
575
|
-
},
|
|
576
|
-
],
|
|
577
|
-
[
|
|
578
|
-
{
|
|
579
|
-
name: "{{name1}}",
|
|
580
|
-
content: {
|
|
581
|
-
text: "Search Gmail for emails from finance@ about the Q3 budget",
|
|
582
|
-
},
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
name: "{{agentName}}",
|
|
586
|
-
content: {
|
|
587
|
-
text: "Found 4 Gmail threads from finance@ mentioning the Q3 budget — here are the most recent three.",
|
|
588
|
-
},
|
|
589
|
-
},
|
|
590
|
-
],
|
|
591
|
-
[
|
|
592
|
-
{
|
|
593
|
-
name: "{{name1}}",
|
|
594
|
-
content: {
|
|
595
|
-
text: "Find everything Alice said about the Frontier Tower deal across all my channels",
|
|
596
|
-
},
|
|
597
|
-
},
|
|
598
|
-
{
|
|
599
|
-
name: "{{agentName}}",
|
|
600
|
-
content: {
|
|
601
|
-
text: "Cross-channel search for \"Frontier Tower\" — 12 hits across Gmail, Telegram, and Calendar.",
|
|
602
|
-
},
|
|
603
|
-
},
|
|
604
|
-
],
|
|
605
|
-
[
|
|
606
|
-
{
|
|
607
|
-
name: "{{name1}}",
|
|
608
|
-
content: {
|
|
609
|
-
text: "If I still haven't answered about those three events, bump me again with context instead of starting over.",
|
|
610
|
-
},
|
|
611
|
-
},
|
|
612
|
-
{
|
|
613
|
-
name: "{{agentName}}",
|
|
614
|
-
content: {
|
|
615
|
-
text: "I'll keep the prior context attached and bump you again about those three events instead of restarting the thread from zero.",
|
|
616
|
-
},
|
|
617
|
-
},
|
|
618
|
-
],
|
|
619
|
-
[
|
|
620
|
-
{
|
|
621
|
-
name: "{{name1}}",
|
|
622
|
-
content: {
|
|
623
|
-
text: "In the morning brief, add a Pending Drafts section that lists which drafts still need my sign-off and who they are for.",
|
|
624
|
-
},
|
|
625
|
-
},
|
|
626
|
-
{
|
|
627
|
-
name: "{{agentName}}",
|
|
628
|
-
content: {
|
|
629
|
-
text: "I'll surface the pending drafts still waiting for your sign-off as part of the inbox briefing context.",
|
|
630
|
-
},
|
|
631
|
-
},
|
|
632
|
-
],
|
|
633
|
-
[
|
|
634
|
-
{
|
|
635
|
-
name: "{{name1}}",
|
|
636
|
-
content: {
|
|
637
|
-
text: "Tell me what slides, bio, title, or portal assets I still owe before the event.",
|
|
638
|
-
},
|
|
639
|
-
},
|
|
640
|
-
{
|
|
641
|
-
name: "{{agentName}}",
|
|
642
|
-
content: {
|
|
643
|
-
text: "I'll pull together the outstanding event assets and deadlines so you can see what is still owed before the event.",
|
|
644
|
-
},
|
|
645
|
-
},
|
|
646
|
-
],
|
|
647
|
-
[
|
|
648
|
-
{
|
|
649
|
-
name: "{{name1}}",
|
|
650
|
-
content: {
|
|
651
|
-
text: "Send a reply to the last email from finance confirming receipt.",
|
|
652
|
-
},
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
name: "{{agentName}}",
|
|
656
|
-
content: {
|
|
657
|
-
text: "Sent a reply on the most recent finance thread confirming receipt.",
|
|
658
|
-
},
|
|
659
|
-
},
|
|
660
|
-
],
|
|
661
|
-
],
|
|
662
|
-
};
|