@elizaos/agent 2.0.0-alpha.173 → 2.0.0-alpha.192
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/actions/emote.d.ts.map +1 -1
- package/apps/app-companion/src/actions/emote.js +1 -0
- package/apps/app-elizamaker/src/drop-routes.d.ts +22 -0
- package/apps/app-elizamaker/src/drop-routes.d.ts.map +1 -0
- package/apps/app-elizamaker/src/drop-service.d.ts +26 -0
- package/apps/app-elizamaker/src/drop-service.d.ts.map +1 -0
- package/apps/app-elizamaker/src/index.d.ts +8 -0
- package/apps/app-elizamaker/src/index.d.ts.map +1 -0
- package/apps/app-elizamaker/src/index.js +5 -0
- package/apps/app-elizamaker/src/merkle-tree.d.ts.map +1 -0
- package/apps/app-elizamaker/src/og-tracker.d.ts.map +1 -0
- package/apps/app-elizamaker/src/og-tracker.js +60 -0
- package/apps/app-elizamaker/src/twitter-verify.d.ts +25 -0
- package/apps/app-elizamaker/src/twitter-verify.d.ts.map +1 -0
- package/apps/app-elizamaker/src/twitter-verify.js +168 -0
- package/apps/app-lifeops/src/actions/activity-report.d.ts +13 -0
- package/apps/app-lifeops/src/actions/activity-report.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/activity-report.js +287 -0
- package/apps/app-lifeops/src/actions/app-blocker.d.ts +5 -0
- package/apps/app-lifeops/src/actions/app-blocker.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/app-blocker.js +446 -0
- package/apps/app-lifeops/src/actions/autofill.d.ts +35 -0
- package/apps/app-lifeops/src/actions/autofill.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/autofill.js +340 -0
- package/apps/app-lifeops/src/actions/browser-extension.d.ts +19 -0
- package/apps/app-lifeops/src/actions/browser-extension.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/browser-extension.js +88 -0
- package/apps/app-lifeops/src/actions/calendar.d.ts.map +1 -1
- package/apps/app-lifeops/src/actions/calendar.js +405 -973
- package/apps/app-lifeops/src/actions/calendly.d.ts +3 -0
- package/apps/app-lifeops/src/actions/calendly.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/calendly.js +242 -0
- package/apps/app-lifeops/src/actions/checkin.d.ts +4 -0
- package/apps/app-lifeops/src/actions/checkin.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/checkin.js +72 -0
- package/apps/app-lifeops/src/actions/computer-use.d.ts +14 -0
- package/apps/app-lifeops/src/actions/computer-use.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/computer-use.js +149 -0
- package/apps/app-lifeops/src/actions/cross-channel-send.d.ts +22 -0
- package/apps/app-lifeops/src/actions/cross-channel-send.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/cross-channel-send.js +562 -0
- package/apps/app-lifeops/src/actions/device-bus.d.ts +19 -0
- package/apps/app-lifeops/src/actions/device-bus.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/device-bus.js +233 -0
- package/apps/app-lifeops/src/actions/dossier.d.ts +5 -0
- package/apps/app-lifeops/src/actions/dossier.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/dossier.js +195 -0
- package/apps/app-lifeops/src/actions/gmail.d.ts.map +1 -1
- package/apps/app-lifeops/src/actions/gmail.js +73 -37
- package/apps/app-lifeops/src/actions/health.d.ts +9 -0
- package/apps/app-lifeops/src/actions/health.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/health.js +357 -0
- package/apps/app-lifeops/src/actions/inbox.d.ts +3 -1
- package/apps/app-lifeops/src/actions/inbox.d.ts.map +1 -1
- package/apps/app-lifeops/src/actions/inbox.js +279 -152
- package/apps/app-lifeops/src/actions/intent-sync.d.ts +3 -0
- package/apps/app-lifeops/src/actions/intent-sync.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/intent-sync.js +258 -0
- package/apps/app-lifeops/src/actions/life.d.ts +0 -4
- package/apps/app-lifeops/src/actions/life.d.ts.map +1 -1
- package/apps/app-lifeops/src/actions/life.js +162 -249
- package/apps/app-lifeops/src/actions/lifeops-google-helpers.d.ts.map +1 -1
- package/apps/app-lifeops/src/actions/lifeops-google-helpers.js +11 -3
- package/apps/app-lifeops/src/actions/list-remote-sessions.d.ts +6 -0
- package/apps/app-lifeops/src/actions/list-remote-sessions.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/list-remote-sessions.js +45 -0
- package/apps/app-lifeops/src/actions/password-manager.d.ts +3 -0
- package/apps/app-lifeops/src/actions/password-manager.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/password-manager.js +182 -0
- package/apps/app-lifeops/src/actions/relationships.d.ts +9 -0
- package/apps/app-lifeops/src/actions/relationships.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/relationships.js +504 -0
- package/apps/app-lifeops/src/actions/remote-desktop.d.ts +3 -0
- package/apps/app-lifeops/src/actions/remote-desktop.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/remote-desktop.js +244 -0
- package/apps/app-lifeops/src/actions/revoke-remote-session.d.ts +6 -0
- package/apps/app-lifeops/src/actions/revoke-remote-session.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/revoke-remote-session.js +73 -0
- package/apps/app-lifeops/src/actions/scheduling.d.ts +55 -0
- package/apps/app-lifeops/src/actions/scheduling.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/scheduling.js +914 -0
- package/apps/app-lifeops/src/actions/screen-time.d.ts +8 -0
- package/apps/app-lifeops/src/actions/screen-time.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/screen-time.js +231 -0
- package/apps/app-lifeops/src/actions/search-across-channels.d.ts +13 -0
- package/apps/app-lifeops/src/actions/search-across-channels.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/search-across-channels.js +340 -0
- package/apps/app-lifeops/src/actions/start-remote-session.d.ts +14 -0
- package/apps/app-lifeops/src/actions/start-remote-session.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/start-remote-session.js +138 -0
- package/apps/app-lifeops/src/actions/twilio-call.d.ts +20 -0
- package/apps/app-lifeops/src/actions/twilio-call.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/twilio-call.js +510 -0
- package/apps/app-lifeops/src/actions/update-owner-profile.d.ts +3 -1
- package/apps/app-lifeops/src/actions/update-owner-profile.d.ts.map +1 -1
- package/apps/app-lifeops/src/actions/update-owner-profile.js +52 -31
- package/apps/app-lifeops/src/actions/website-blocker.d.ts +10 -0
- package/apps/app-lifeops/src/actions/website-blocker.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/website-blocker.js +539 -0
- package/apps/app-lifeops/src/actions/x-read.d.ts +3 -0
- package/apps/app-lifeops/src/actions/x-read.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/x-read.js +367 -0
- package/apps/app-lifeops/src/activity-profile/activity-tracker-repo.d.ts +28 -0
- package/apps/app-lifeops/src/activity-profile/activity-tracker-repo.d.ts.map +1 -0
- package/apps/app-lifeops/src/activity-profile/activity-tracker-repo.js +62 -0
- package/apps/app-lifeops/src/activity-profile/activity-tracker-reporting.d.ts +45 -0
- package/apps/app-lifeops/src/activity-profile/activity-tracker-reporting.d.ts.map +1 -0
- package/apps/app-lifeops/src/activity-profile/activity-tracker-reporting.js +112 -0
- package/apps/app-lifeops/src/activity-profile/activity-tracker-service.d.ts +26 -0
- package/apps/app-lifeops/src/activity-profile/activity-tracker-service.d.ts.map +1 -0
- package/apps/app-lifeops/src/activity-profile/activity-tracker-service.js +84 -0
- package/apps/app-lifeops/src/activity-profile/analyzer.d.ts.map +1 -0
- package/apps/app-lifeops/src/activity-profile/analyzer.js +544 -0
- package/apps/app-lifeops/src/activity-profile/proactive-planner.d.ts.map +1 -0
- package/apps/app-lifeops/src/activity-profile/proactive-planner.js +458 -0
- package/apps/app-lifeops/src/activity-profile/proactive-worker.d.ts.map +1 -0
- package/apps/app-lifeops/src/activity-profile/proactive-worker.js +571 -0
- package/apps/app-lifeops/src/activity-profile/profile-metadata.d.ts.map +1 -0
- package/apps/app-lifeops/src/activity-profile/redactor.d.ts +18 -0
- package/apps/app-lifeops/src/activity-profile/redactor.d.ts.map +1 -0
- package/apps/app-lifeops/src/activity-profile/redactor.js +39 -0
- package/apps/app-lifeops/src/activity-profile/service.d.ts +11 -0
- package/apps/app-lifeops/src/activity-profile/service.d.ts.map +1 -0
- package/apps/app-lifeops/src/activity-profile/service.js +229 -0
- package/apps/app-lifeops/src/activity-profile/types.d.ts.map +1 -0
- package/apps/app-lifeops/src/app-blocker/access.d.ts +8 -0
- package/apps/app-lifeops/src/app-blocker/access.d.ts.map +1 -0
- package/apps/app-lifeops/src/app-blocker/access.js +28 -0
- package/apps/app-lifeops/src/app-blocker/engine.d.ts +10 -0
- package/apps/app-lifeops/src/app-blocker/engine.d.ts.map +1 -0
- package/apps/app-lifeops/src/app-blocker/engine.js +43 -0
- package/apps/app-lifeops/src/dossier/action.d.ts +9 -0
- package/apps/app-lifeops/src/dossier/action.d.ts.map +1 -0
- package/apps/app-lifeops/src/dossier/action.js +87 -0
- package/apps/app-lifeops/src/dossier/service.d.ts +145 -0
- package/apps/app-lifeops/src/dossier/service.d.ts.map +1 -0
- package/apps/app-lifeops/src/dossier/service.js +346 -0
- package/apps/app-lifeops/src/followup/actions/listOverdueFollowups.d.ts +3 -0
- package/apps/app-lifeops/src/followup/actions/listOverdueFollowups.d.ts.map +1 -0
- package/apps/app-lifeops/src/followup/actions/listOverdueFollowups.js +47 -0
- package/apps/app-lifeops/src/followup/actions/markFollowupDone.d.ts +3 -0
- package/apps/app-lifeops/src/followup/actions/markFollowupDone.d.ts.map +1 -0
- package/apps/app-lifeops/src/followup/actions/markFollowupDone.js +172 -0
- package/apps/app-lifeops/src/followup/actions/setFollowupThreshold.d.ts +3 -0
- package/apps/app-lifeops/src/followup/actions/setFollowupThreshold.d.ts.map +1 -0
- package/apps/app-lifeops/src/followup/actions/setFollowupThreshold.js +171 -0
- package/apps/app-lifeops/src/followup/followup-tracker.d.ts +81 -0
- package/apps/app-lifeops/src/followup/followup-tracker.d.ts.map +1 -0
- package/apps/app-lifeops/src/followup/followup-tracker.js +251 -0
- package/apps/app-lifeops/src/followup/index.d.ts +5 -0
- package/apps/app-lifeops/src/followup/index.d.ts.map +1 -0
- package/apps/app-lifeops/src/followup/index.js +4 -0
- package/apps/app-lifeops/src/inbox/reflection.d.ts +0 -5
- package/apps/app-lifeops/src/inbox/reflection.d.ts.map +1 -1
- package/apps/app-lifeops/src/inbox/reflection.js +9 -51
- package/apps/app-lifeops/src/inbox/repository.d.ts +0 -1
- package/apps/app-lifeops/src/inbox/repository.d.ts.map +1 -1
- package/apps/app-lifeops/src/inbox/repository.js +18 -118
- package/apps/app-lifeops/src/inbox/triage-classifier.d.ts +4 -6
- package/apps/app-lifeops/src/inbox/triage-classifier.d.ts.map +1 -1
- package/apps/app-lifeops/src/inbox/triage-classifier.js +68 -101
- package/apps/app-lifeops/src/inbox/types.d.ts +4 -42
- package/apps/app-lifeops/src/inbox/types.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/approval-queue.types.d.ts +162 -0
- package/apps/app-lifeops/src/lifeops/approval-queue.types.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/approval-queue.types.js +41 -0
- package/apps/app-lifeops/src/lifeops/autofill-whitelist.d.ts +24 -0
- package/apps/app-lifeops/src/lifeops/autofill-whitelist.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/autofill-whitelist.js +125 -0
- package/apps/app-lifeops/src/lifeops/background-planner-dispatch.d.ts +59 -0
- package/apps/app-lifeops/src/lifeops/background-planner-dispatch.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/background-planner-dispatch.js +129 -0
- package/apps/app-lifeops/src/lifeops/background-planner.d.ts +141 -0
- package/apps/app-lifeops/src/lifeops/background-planner.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/background-planner.js +308 -0
- package/apps/app-lifeops/src/lifeops/browser-extension-store.d.ts +61 -0
- package/apps/app-lifeops/src/lifeops/browser-extension-store.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/browser-extension-store.js +181 -0
- package/apps/app-lifeops/src/lifeops/calendly-client.d.ts +61 -0
- package/apps/app-lifeops/src/lifeops/calendly-client.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/calendly-client.js +218 -0
- package/apps/app-lifeops/src/lifeops/checkin/checkin-service.d.ts +24 -0
- package/apps/app-lifeops/src/lifeops/checkin/checkin-service.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/checkin/checkin-service.js +216 -0
- package/apps/app-lifeops/src/lifeops/checkin/schedule-resolver.d.ts +14 -0
- package/apps/app-lifeops/src/lifeops/checkin/schedule-resolver.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/checkin/schedule-resolver.js +33 -0
- package/apps/app-lifeops/src/lifeops/checkin/types.d.ts +42 -0
- package/apps/app-lifeops/src/lifeops/checkin/types.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/checkin/types.js +7 -0
- package/apps/app-lifeops/src/lifeops/defaults.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/defaults.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/defaults.js +8 -1
- package/apps/app-lifeops/src/lifeops/discord-browser-scraper.d.ts +106 -0
- package/apps/app-lifeops/src/lifeops/discord-browser-scraper.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/discord-browser-scraper.js +488 -0
- package/apps/app-lifeops/src/lifeops/enforcement-windows.d.ts +34 -0
- package/apps/app-lifeops/src/lifeops/enforcement-windows.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/enforcement-windows.js +110 -0
- package/apps/app-lifeops/src/lifeops/google-connector-gateway.d.ts +13 -0
- package/apps/app-lifeops/src/lifeops/google-connector-gateway.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-connector-gateway.js +23 -0
- package/apps/app-lifeops/src/lifeops/google-drive.d.ts +103 -0
- package/apps/app-lifeops/src/lifeops/google-drive.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/google-drive.js +265 -0
- package/apps/app-lifeops/src/lifeops/google-fetch.d.ts +5 -0
- package/apps/app-lifeops/src/lifeops/google-fetch.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-fetch.js +12 -1
- package/apps/app-lifeops/src/lifeops/google-gmail.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-gmail.js +19 -34
- package/apps/app-lifeops/src/lifeops/google-managed-client.d.ts +12 -1
- package/apps/app-lifeops/src/lifeops/google-managed-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-managed-client.js +32 -12
- package/apps/app-lifeops/src/lifeops/google-oauth.d.ts +4 -0
- package/apps/app-lifeops/src/lifeops/google-oauth.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-oauth.js +99 -13
- package/apps/app-lifeops/src/lifeops/health-bridge.d.ts +57 -0
- package/apps/app-lifeops/src/lifeops/health-bridge.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/health-bridge.js +514 -0
- package/apps/app-lifeops/src/lifeops/imessage-bridge.d.ts +98 -0
- package/apps/app-lifeops/src/lifeops/imessage-bridge.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/imessage-bridge.js +537 -0
- package/apps/app-lifeops/src/lifeops/intent-sync.d.ts +56 -0
- package/apps/app-lifeops/src/lifeops/intent-sync.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/intent-sync.js +223 -0
- package/apps/app-lifeops/src/lifeops/notifications-push.d.ts +37 -0
- package/apps/app-lifeops/src/lifeops/notifications-push.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/notifications-push.js +90 -0
- package/apps/app-lifeops/src/lifeops/owner-profile.d.ts +29 -1
- package/apps/app-lifeops/src/lifeops/owner-profile.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/owner-profile.js +106 -0
- package/apps/app-lifeops/src/lifeops/password-manager-bridge.d.ts +49 -0
- package/apps/app-lifeops/src/lifeops/password-manager-bridge.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/password-manager-bridge.js +374 -0
- package/apps/app-lifeops/src/lifeops/remote-desktop.d.ts +37 -0
- package/apps/app-lifeops/src/lifeops/remote-desktop.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/remote-desktop.js +341 -0
- package/apps/app-lifeops/src/lifeops/repository.d.ts +69 -3
- package/apps/app-lifeops/src/lifeops/repository.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/repository.js +1368 -926
- package/apps/app-lifeops/src/lifeops/runtime.d.ts +1 -0
- package/apps/app-lifeops/src/lifeops/runtime.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/runtime.js +119 -9
- package/apps/app-lifeops/src/lifeops/schema.d.ts +5022 -0
- package/apps/app-lifeops/src/lifeops/schema.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/schema.js +207 -0
- package/apps/app-lifeops/src/lifeops/service-constants.d.ts +51 -0
- package/apps/app-lifeops/src/lifeops/service-constants.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-constants.js +111 -0
- package/apps/app-lifeops/src/lifeops/service-helpers-browser.d.ts +40 -0
- package/apps/app-lifeops/src/lifeops/service-helpers-browser.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-helpers-browser.js +288 -0
- package/apps/app-lifeops/src/lifeops/service-helpers-misc.d.ts +68 -0
- package/apps/app-lifeops/src/lifeops/service-helpers-misc.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-helpers-misc.js +493 -0
- package/apps/app-lifeops/src/lifeops/service-helpers-occurrence.d.ts +17 -0
- package/apps/app-lifeops/src/lifeops/service-helpers-occurrence.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-helpers-occurrence.js +214 -0
- package/apps/app-lifeops/src/lifeops/service-helpers-reminder.d.ts +24 -0
- package/apps/app-lifeops/src/lifeops/service-helpers-reminder.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-helpers-reminder.js +170 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-browser.d.ts +2 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-browser.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-browser.js +769 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-calendar.d.ts +2 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-calendar.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-calendar.js +513 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-core.d.ts +49 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-core.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-core.js +433 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-definitions.d.ts +2 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-definitions.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-definitions.js +353 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-discord.d.ts +2 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-discord.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-discord.js +603 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-dossier.d.ts +2 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-dossier.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-dossier.js +262 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-drive.d.ts +12 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-drive.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-drive.js +230 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-gmail.d.ts +2 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-gmail.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-gmail.js +1013 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-goals.d.ts +2 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-goals.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-goals.js +714 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-google.d.ts +2 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-google.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-google.js +793 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-health.d.ts +2 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-health.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-health.js +55 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-imessage.d.ts +3 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-imessage.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-imessage.js +106 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-relationships.d.ts +2 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-relationships.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-relationships.js +109 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-reminders.d.ts +37 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-reminders.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-reminders.js +2436 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-scheduling.d.ts +2 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-scheduling.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-scheduling.js +149 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-screentime.d.ts +2 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-screentime.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-screentime.js +97 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-signal.d.ts +2 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-signal.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-signal.js +264 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-telegram.d.ts +2 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-telegram.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-telegram.js +270 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-whatsapp.d.ts +2 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-whatsapp.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-whatsapp.js +56 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-workflows.d.ts +2 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-workflows.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-workflows.js +411 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-x-read.d.ts +2 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-x-read.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-x-read.js +190 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-x.d.ts +2 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-x.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-x.js +120 -0
- package/apps/app-lifeops/src/lifeops/service-normalize-calendar.d.ts +42 -0
- package/apps/app-lifeops/src/lifeops/service-normalize-calendar.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-normalize-calendar.js +294 -0
- package/apps/app-lifeops/src/lifeops/service-normalize-connector.d.ts +18 -0
- package/apps/app-lifeops/src/lifeops/service-normalize-connector.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-normalize-connector.js +317 -0
- package/apps/app-lifeops/src/lifeops/service-normalize-gmail.d.ts +63 -0
- package/apps/app-lifeops/src/lifeops/service-normalize-gmail.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-normalize-gmail.js +553 -0
- package/apps/app-lifeops/src/lifeops/service-normalize-task.d.ts +8 -0
- package/apps/app-lifeops/src/lifeops/service-normalize-task.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-normalize-task.js +333 -0
- package/apps/app-lifeops/src/lifeops/service-normalize.d.ts +27 -0
- package/apps/app-lifeops/src/lifeops/service-normalize.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-normalize.js +193 -0
- package/apps/app-lifeops/src/lifeops/service-types.d.ts +43 -0
- package/apps/app-lifeops/src/lifeops/service-types.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/service-types.js +8 -0
- package/apps/app-lifeops/src/lifeops/service.d.ts +1566 -272
- package/apps/app-lifeops/src/lifeops/service.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service.js +38 -9256
- package/apps/app-lifeops/src/lifeops/signal-auth.d.ts +26 -0
- package/apps/app-lifeops/src/lifeops/signal-auth.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/signal-auth.js +300 -0
- package/apps/app-lifeops/src/lifeops/signal-runtime-config.d.ts +13 -0
- package/apps/app-lifeops/src/lifeops/signal-runtime-config.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/signal-runtime-config.js +42 -0
- package/apps/app-lifeops/src/lifeops/sql.d.ts +0 -5
- package/apps/app-lifeops/src/lifeops/sql.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/sql.js +5 -125
- package/apps/app-lifeops/src/lifeops/telegram-auth.d.ts +62 -0
- package/apps/app-lifeops/src/lifeops/telegram-auth.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/telegram-auth.js +496 -0
- package/apps/app-lifeops/src/lifeops/telegram-local-client.d.ts +118 -0
- package/apps/app-lifeops/src/lifeops/telegram-local-client.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/telegram-local-client.js +376 -0
- package/apps/app-lifeops/src/lifeops/twilio.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/twilio.js +2 -1
- package/apps/app-lifeops/src/lifeops/unified-search.d.ts +88 -0
- package/apps/app-lifeops/src/lifeops/unified-search.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/unified-search.js +431 -0
- package/apps/app-lifeops/src/lifeops/whatsapp-client.d.ts +47 -0
- package/apps/app-lifeops/src/lifeops/whatsapp-client.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/whatsapp-client.js +198 -0
- package/apps/app-lifeops/src/lifeops/x-poster.d.ts +22 -0
- package/apps/app-lifeops/src/lifeops/x-poster.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/x-poster.js +67 -3
- package/apps/app-lifeops/src/lifeops/x-reader.d.ts +70 -0
- package/apps/app-lifeops/src/lifeops/x-reader.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/x-reader.js +260 -0
- package/apps/app-lifeops/src/plugin.d.ts +12 -1
- package/apps/app-lifeops/src/plugin.d.ts.map +1 -1
- package/apps/app-lifeops/src/plugin.js +245 -26
- package/apps/app-lifeops/src/provider.d.ts.map +1 -1
- package/apps/app-lifeops/src/provider.js +1 -0
- package/apps/app-lifeops/src/providers/activity-profile.d.ts.map +1 -0
- package/apps/app-lifeops/src/providers/activity-profile.js +140 -0
- package/apps/app-lifeops/src/providers/app-blocker.d.ts +3 -0
- package/apps/app-lifeops/src/providers/app-blocker.d.ts.map +1 -0
- package/apps/app-lifeops/src/providers/app-blocker.js +86 -0
- package/apps/app-lifeops/src/providers/cross-channel-context.d.ts +29 -0
- package/apps/app-lifeops/src/providers/cross-channel-context.d.ts.map +1 -0
- package/apps/app-lifeops/src/providers/cross-channel-context.js +193 -0
- package/apps/app-lifeops/src/providers/inbox-triage.d.ts.map +1 -1
- package/apps/app-lifeops/src/providers/inbox-triage.js +1 -0
- package/apps/app-lifeops/src/providers/lifeops.d.ts +1 -1
- package/apps/app-lifeops/src/providers/lifeops.d.ts.map +1 -1
- package/apps/app-lifeops/src/providers/lifeops.js +39 -11
- package/apps/app-lifeops/src/providers/website-blocker.d.ts +4 -0
- package/apps/app-lifeops/src/providers/website-blocker.d.ts.map +1 -0
- package/apps/app-lifeops/src/providers/website-blocker.js +117 -0
- package/apps/app-lifeops/src/remote/pairing-code.d.ts +39 -0
- package/apps/app-lifeops/src/remote/pairing-code.d.ts.map +1 -0
- package/apps/app-lifeops/src/remote/pairing-code.js +76 -0
- package/apps/app-lifeops/src/remote/remote-session-service.d.ts +107 -0
- package/apps/app-lifeops/src/remote/remote-session-service.d.ts.map +1 -0
- package/apps/app-lifeops/src/remote/remote-session-service.js +253 -0
- package/apps/app-lifeops/src/routes/lifeops-browser-packaging.d.ts.map +1 -1
- package/apps/app-lifeops/src/routes/lifeops-browser-packaging.js +9 -3
- package/apps/app-lifeops/src/routes/lifeops-routes.d.ts +1 -1
- package/apps/app-lifeops/src/routes/lifeops-routes.d.ts.map +1 -1
- package/apps/app-lifeops/src/routes/lifeops-routes.js +276 -40
- package/apps/app-lifeops/src/routes/website-blocker-routes.d.ts.map +1 -1
- package/apps/app-lifeops/src/routes/website-blocker-routes.js +8 -13
- package/apps/app-lifeops/src/travel-time/action.d.ts +6 -0
- package/apps/app-lifeops/src/travel-time/action.d.ts.map +1 -0
- package/apps/app-lifeops/src/travel-time/action.js +81 -0
- package/apps/app-lifeops/src/travel-time/service.d.ts +61 -0
- package/apps/app-lifeops/src/travel-time/service.d.ts.map +1 -0
- package/apps/app-lifeops/src/travel-time/service.js +145 -0
- package/apps/app-lifeops/src/types/app-blocker-settings-card.d.ts +2 -0
- package/apps/app-lifeops/src/types/app-blocker-settings-card.d.ts.map +1 -0
- package/apps/app-lifeops/src/types/index.d.ts +3 -0
- package/apps/app-lifeops/src/types/index.d.ts.map +1 -0
- package/apps/app-lifeops/src/types/website-blocker-settings-card.d.ts +2 -0
- package/apps/app-lifeops/src/types/website-blocker-settings-card.d.ts.map +1 -0
- package/apps/app-lifeops/src/website-blocker/access.d.ts +8 -0
- package/apps/app-lifeops/src/website-blocker/access.d.ts.map +1 -0
- package/apps/app-lifeops/src/website-blocker/access.js +32 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/actions/blockUntilTaskComplete.d.ts +3 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/actions/blockUntilTaskComplete.d.ts.map +1 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/actions/blockUntilTaskComplete.js +212 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/actions/listActiveBlocks.d.ts +3 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/actions/listActiveBlocks.d.ts.map +1 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/actions/listActiveBlocks.js +57 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/actions/releaseBlock.d.ts +3 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/actions/releaseBlock.d.ts.map +1 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/actions/releaseBlock.js +98 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/block-rule-reconciler.d.ts +7 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/block-rule-reconciler.d.ts.map +1 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/block-rule-reconciler.js +111 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/block-rule-schema.d.ts +39 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/block-rule-schema.d.ts.map +1 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/block-rule-schema.js +123 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/block-rule-service.d.ts +21 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/block-rule-service.d.ts.map +1 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/block-rule-service.js +227 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/index.d.ts +8 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/index.d.ts.map +1 -0
- package/apps/app-lifeops/src/website-blocker/chat-integration/index.js +6 -0
- package/apps/app-lifeops/src/website-blocker/engine.d.ts +116 -0
- package/apps/app-lifeops/src/website-blocker/engine.d.ts.map +1 -0
- package/apps/app-lifeops/src/website-blocker/engine.js +934 -0
- package/apps/app-lifeops/src/website-blocker/permissions.d.ts.map +1 -0
- package/apps/app-lifeops/src/website-blocker/permissions.js +1 -0
- package/apps/app-lifeops/src/website-blocker/public.d.ts +13 -0
- package/apps/app-lifeops/src/website-blocker/public.d.ts.map +1 -0
- package/apps/app-lifeops/src/website-blocker/public.js +10 -0
- package/apps/app-lifeops/src/website-blocker/roles.d.ts +13 -0
- package/apps/app-lifeops/src/website-blocker/roles.d.ts.map +1 -0
- package/apps/app-lifeops/src/website-blocker/roles.js +20 -0
- package/apps/app-lifeops/src/website-blocker/service.d.ts +21 -0
- package/apps/app-lifeops/src/website-blocker/service.d.ts.map +1 -0
- package/apps/app-lifeops/src/website-blocker/service.js +268 -0
- package/apps/app-steward/src/api/tx-service.d.ts +47 -0
- package/apps/app-steward/src/api/tx-service.d.ts.map +1 -0
- package/apps/app-steward/src/api/tx-service.js +156 -0
- package/apps/app-steward/src/api/wallet-routes.d.ts +1 -9
- package/apps/app-steward/src/api/wallet-routes.d.ts.map +1 -1
- package/apps/app-steward/src/routes/wallet-export-guard.d.ts +2 -9
- package/apps/app-steward/src/routes/wallet-export-guard.d.ts.map +1 -1
- package/apps/app-steward/src/types/steward.d.ts +85 -0
- package/apps/app-steward/src/types/steward.d.ts.map +1 -0
- package/apps/app-steward/src/types/steward.js +9 -0
- package/apps/app-training/src/backends/atropos.d.ts +31 -0
- package/apps/app-training/src/backends/atropos.d.ts.map +1 -0
- package/apps/app-training/src/backends/atropos.js +63 -0
- package/apps/app-training/src/backends/native.d.ts +50 -0
- package/apps/app-training/src/backends/native.d.ts.map +1 -0
- package/apps/app-training/src/backends/native.js +128 -0
- package/apps/app-training/src/backends/tinker.d.ts +27 -0
- package/apps/app-training/src/backends/tinker.d.ts.map +1 -0
- package/apps/app-training/src/backends/tinker.js +56 -0
- package/apps/app-training/src/core/privacy-filter.d.ts +73 -0
- package/apps/app-training/src/core/privacy-filter.d.ts.map +1 -0
- package/apps/app-training/src/core/privacy-filter.js +169 -0
- package/apps/app-training/src/core/training-config.d.ts +52 -0
- package/apps/app-training/src/core/training-config.d.ts.map +1 -0
- package/apps/app-training/src/core/training-config.js +140 -0
- package/apps/app-training/src/core/training-orchestrator.d.ts +107 -0
- package/apps/app-training/src/core/training-orchestrator.d.ts.map +1 -0
- package/apps/app-training/src/core/training-orchestrator.js +409 -0
- package/apps/app-training/src/core/trajectory-task-datasets.d.ts +38 -0
- package/apps/app-training/src/core/trajectory-task-datasets.d.ts.map +1 -0
- package/apps/app-training/src/core/trajectory-task-datasets.js +281 -0
- package/apps/app-training/src/optimizers/bootstrap-fewshot.d.ts +42 -0
- package/apps/app-training/src/optimizers/bootstrap-fewshot.d.ts.map +1 -0
- package/apps/app-training/src/optimizers/bootstrap-fewshot.js +91 -0
- package/apps/app-training/src/optimizers/index.d.ts +6 -0
- package/apps/app-training/src/optimizers/index.d.ts.map +1 -0
- package/apps/app-training/src/optimizers/index.js +4 -0
- package/apps/app-training/src/optimizers/instruction-search.d.ts +39 -0
- package/apps/app-training/src/optimizers/instruction-search.d.ts.map +1 -0
- package/apps/app-training/src/optimizers/instruction-search.js +82 -0
- package/apps/app-training/src/optimizers/prompt-evolution.d.ts +39 -0
- package/apps/app-training/src/optimizers/prompt-evolution.d.ts.map +1 -0
- package/apps/app-training/src/optimizers/prompt-evolution.js +111 -0
- package/apps/app-training/src/optimizers/scoring.d.ts +63 -0
- package/apps/app-training/src/optimizers/scoring.d.ts.map +1 -0
- package/apps/app-training/src/optimizers/scoring.js +117 -0
- package/apps/app-training/src/optimizers/types.d.ts +105 -0
- package/apps/app-training/src/optimizers/types.d.ts.map +1 -0
- package/apps/app-training/src/optimizers/types.js +17 -0
- package/apps/app-training/src/services/index.d.ts +1 -0
- package/apps/app-training/src/services/index.d.ts.map +1 -1
- package/apps/app-training/src/services/index.js +1 -0
- package/apps/app-training/src/services/training-trigger.d.ts +166 -0
- package/apps/app-training/src/services/training-trigger.d.ts.map +1 -0
- package/apps/app-training/src/services/training-trigger.js +376 -0
- package/package.json +26 -21
- package/packages/agent/src/actions/app-control.js +1 -1
- package/packages/agent/src/actions/connector-resolver.d.ts.map +1 -1
- package/packages/agent/src/actions/connector-resolver.js +17 -7
- package/packages/agent/src/actions/context-signal-lexicon.d.ts +1 -1
- package/packages/agent/src/actions/context-signal-lexicon.d.ts.map +1 -1
- package/packages/agent/src/actions/context-signal-lexicon.js +7 -1
- package/packages/agent/src/actions/context-signal.d.ts +1 -1
- package/packages/agent/src/actions/context-signal.d.ts.map +1 -1
- package/packages/agent/src/actions/context-signal.js +1 -1
- package/packages/agent/src/actions/eject-plugin.d.ts.map +1 -1
- package/packages/agent/src/actions/eject-plugin.js +3 -1
- package/packages/agent/src/actions/entity-actions.d.ts +1 -0
- package/packages/agent/src/actions/entity-actions.d.ts.map +1 -1
- package/packages/agent/src/actions/entity-actions.js +233 -1
- package/packages/agent/src/actions/get-self-status.d.ts.map +1 -1
- package/packages/agent/src/actions/get-self-status.js +12 -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 +0 -9
- package/packages/agent/src/actions/index.d.ts.map +1 -1
- package/packages/agent/src/actions/index.js +0 -9
- package/packages/agent/src/actions/install-plugin.d.ts.map +1 -1
- package/packages/agent/src/actions/install-plugin.js +3 -1
- package/packages/agent/src/actions/list-ejected.d.ts.map +1 -1
- package/packages/agent/src/actions/list-ejected.js +5 -3
- package/packages/agent/src/actions/reinject-plugin.d.ts.map +1 -1
- package/packages/agent/src/actions/reinject-plugin.js +3 -1
- package/packages/agent/src/actions/set-user-name.d.ts.map +1 -1
- package/packages/agent/src/actions/set-user-name.js +1 -1
- package/packages/agent/src/actions/sync-plugin.d.ts.map +1 -1
- package/packages/agent/src/actions/sync-plugin.js +5 -6
- package/packages/agent/src/api/agent-admin-routes.js +1 -1
- package/packages/agent/src/api/apps-routes.d.ts +2 -1
- package/packages/agent/src/api/apps-routes.d.ts.map +1 -1
- package/packages/agent/src/api/apps-routes.js +152 -2
- package/packages/agent/src/api/auth-routes.js +1 -1
- package/packages/agent/src/api/bsc-trade.d.ts +0 -4
- package/packages/agent/src/api/bsc-trade.d.ts.map +1 -1
- package/packages/agent/src/api/bsc-trade.js +0 -4
- package/packages/agent/src/api/character-routes.d.ts +2 -1
- package/packages/agent/src/api/character-routes.d.ts.map +1 -1
- package/packages/agent/src/api/chat-augmentation.js +1 -1
- package/packages/agent/src/api/chat-routes.d.ts.map +1 -1
- package/packages/agent/src/api/chat-routes.js +23 -108
- package/packages/agent/src/api/cloud-billing-routes.d.ts +1 -1
- package/packages/agent/src/api/cloud-billing-routes.d.ts.map +1 -1
- package/packages/agent/src/api/cloud-compat-routes.d.ts +1 -1
- package/packages/agent/src/api/cloud-compat-routes.d.ts.map +1 -1
- package/packages/agent/src/api/connector-health.d.ts +1 -1
- package/packages/agent/src/api/connector-health.d.ts.map +1 -1
- package/packages/agent/src/api/conversation-routes.d.ts +2 -2
- package/packages/agent/src/api/conversation-routes.d.ts.map +1 -1
- package/packages/agent/src/api/conversation-routes.js +1 -1
- package/packages/agent/src/api/curated-skills-routes.d.ts +22 -0
- package/packages/agent/src/api/curated-skills-routes.d.ts.map +1 -0
- package/packages/agent/src/api/curated-skills-routes.js +300 -0
- package/packages/agent/src/api/database.d.ts.map +1 -1
- package/packages/agent/src/api/database.js +11 -4
- package/packages/agent/src/api/discord-profiles.d.ts.map +1 -1
- package/packages/agent/src/api/discord-profiles.js +1 -4
- package/packages/agent/src/api/index.d.ts +0 -7
- package/packages/agent/src/api/index.d.ts.map +1 -1
- package/packages/agent/src/api/index.js +0 -7
- package/packages/agent/src/api/knowledge-routes.d.ts +22 -1
- package/packages/agent/src/api/knowledge-routes.d.ts.map +1 -1
- package/packages/agent/src/api/knowledge-routes.js +956 -2
- package/packages/agent/src/api/lifeops-browser-packaging.d.ts +1 -1
- package/packages/agent/src/api/lifeops-browser-packaging.d.ts.map +1 -1
- package/packages/agent/src/api/lifeops-browser-packaging.js +1 -1
- package/packages/agent/src/api/misc-routes.d.ts +2 -2
- package/packages/agent/src/api/misc-routes.d.ts.map +1 -1
- package/packages/agent/src/api/misc-routes.js +43 -6
- package/packages/agent/src/api/plugin-discovery-helpers.d.ts.map +1 -1
- package/packages/agent/src/api/plugin-discovery-helpers.js +2 -2
- package/packages/agent/src/api/plugin-routes.d.ts +1 -1
- package/packages/agent/src/api/plugin-routes.d.ts.map +1 -1
- package/packages/agent/src/api/plugin-routes.js +11 -2
- 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/relationships-routes.d.ts.map +1 -1
- package/packages/agent/src/api/relationships-routes.js +70 -3
- package/packages/agent/src/api/server-auth.d.ts +2 -9
- package/packages/agent/src/api/server-auth.d.ts.map +1 -1
- package/packages/agent/src/api/server-auth.js +1 -1
- package/packages/agent/src/api/server-helpers-auth.d.ts +39 -0
- package/packages/agent/src/api/server-helpers-auth.d.ts.map +1 -0
- package/packages/agent/src/api/server-helpers-auth.js +432 -0
- package/packages/agent/src/api/server-helpers-config.d.ts +37 -0
- package/packages/agent/src/api/server-helpers-config.d.ts.map +1 -0
- package/packages/agent/src/api/server-helpers-config.js +295 -0
- package/packages/agent/src/api/server-helpers-mcp.d.ts +12 -0
- package/packages/agent/src/api/server-helpers-mcp.d.ts.map +1 -0
- package/packages/agent/src/api/server-helpers-mcp.js +315 -0
- package/packages/agent/src/api/server-helpers-plugin.d.ts +13 -0
- package/packages/agent/src/api/server-helpers-plugin.d.ts.map +1 -0
- package/packages/agent/src/api/server-helpers-plugin.js +158 -0
- package/packages/agent/src/api/server-helpers-swarm.d.ts +57 -0
- package/packages/agent/src/api/server-helpers-swarm.d.ts.map +1 -0
- package/packages/agent/src/api/server-helpers-swarm.js +325 -0
- package/packages/agent/src/api/server-helpers-wallet.d.ts +18 -0
- package/packages/agent/src/api/server-helpers-wallet.d.ts.map +1 -0
- package/packages/agent/src/api/server-helpers-wallet.js +178 -0
- package/packages/agent/src/api/server-helpers.d.ts.map +1 -1
- package/packages/agent/src/api/server-helpers.js +1 -1
- package/packages/agent/src/api/server-types.d.ts +42 -3
- package/packages/agent/src/api/server-types.d.ts.map +1 -1
- package/packages/agent/src/api/server.d.ts +10 -56
- package/packages/agent/src/api/server.d.ts.map +1 -1
- package/packages/agent/src/api/server.js +298 -1436
- package/packages/agent/src/api/signal-routes.d.ts +1 -1
- package/packages/agent/src/api/signal-routes.d.ts.map +1 -1
- package/packages/agent/src/api/signal-routes.js +1 -2
- package/packages/agent/src/api/skill-discovery-helpers.js +2 -0
- package/packages/agent/src/api/skills-routes.d.ts.map +1 -1
- package/packages/agent/src/api/skills-routes.js +69 -0
- package/packages/agent/src/api/static-file-server.js +1 -1
- package/packages/agent/src/api/stream-routes.d.ts +0 -19
- package/packages/agent/src/api/stream-routes.d.ts.map +1 -1
- package/packages/agent/src/api/trade-safety.d.ts +0 -4
- package/packages/agent/src/api/trade-safety.d.ts.map +1 -1
- package/packages/agent/src/api/trade-safety.js +0 -4
- package/packages/agent/src/api/trigger-routes.d.ts +37 -47
- package/packages/agent/src/api/trigger-routes.d.ts.map +1 -1
- package/packages/agent/src/api/trigger-routes.js +89 -18
- package/packages/agent/src/api/tts-routes.d.ts.map +1 -1
- package/packages/agent/src/api/tts-routes.js +1 -1
- package/packages/agent/src/api/tx-service.d.ts +0 -4
- package/packages/agent/src/api/tx-service.d.ts.map +1 -1
- package/packages/agent/src/api/tx-service.js +0 -4
- package/packages/agent/src/api/wallet-bsc-routes.d.ts +0 -4
- package/packages/agent/src/api/wallet-bsc-routes.d.ts.map +1 -1
- package/packages/agent/src/api/wallet-bsc-routes.js +0 -4
- package/packages/agent/src/api/wallet-capability.d.ts +0 -5
- package/packages/agent/src/api/wallet-capability.d.ts.map +1 -1
- package/packages/agent/src/api/wallet-capability.js +0 -5
- package/packages/agent/src/api/wallet-dex-prices.d.ts.map +1 -1
- package/packages/agent/src/api/wallet-dex-prices.js +0 -4
- package/packages/agent/src/api/wallet-env-sync.d.ts.map +1 -1
- package/packages/agent/src/api/wallet-env-sync.js +5 -1
- package/packages/agent/src/api/wallet-evm-balance.d.ts.map +1 -1
- package/packages/agent/src/api/wallet-evm-balance.js +0 -4
- package/packages/agent/src/api/wallet-routes.d.ts +1 -14
- package/packages/agent/src/api/wallet-routes.d.ts.map +1 -1
- package/packages/agent/src/api/wallet-routes.js +9 -15
- package/packages/agent/src/api/wallet-rpc.d.ts +0 -5
- package/packages/agent/src/api/wallet-rpc.d.ts.map +1 -1
- package/packages/agent/src/api/wallet-rpc.js +0 -5
- package/packages/agent/src/api/wallet-trade-routes.d.ts +0 -5
- package/packages/agent/src/api/wallet-trade-routes.d.ts.map +1 -1
- package/packages/agent/src/api/wallet-trade-routes.js +0 -5
- package/packages/agent/src/api/wallet-trading-profile.d.ts +2 -27
- package/packages/agent/src/api/wallet-trading-profile.d.ts.map +1 -1
- package/packages/agent/src/api/wallet-trading-profile.js +0 -5
- package/packages/agent/src/api/wallet.d.ts.map +1 -1
- package/packages/agent/src/api/wallet.js +0 -4
- package/packages/agent/src/api/whatsapp-routes.d.ts +1 -1
- package/packages/agent/src/api/whatsapp-routes.d.ts.map +1 -1
- package/packages/agent/src/api/whatsapp-routes.js +1 -2
- package/packages/agent/src/api/workbench-helpers.d.ts.map +1 -1
- package/packages/agent/src/api/workbench-helpers.js +2 -1
- package/packages/agent/src/api/workbench-routes.d.ts.map +1 -1
- package/packages/agent/src/api/workbench-routes.js +1 -1
- package/packages/agent/src/auth/anthropic.d.ts +0 -5
- package/packages/agent/src/auth/anthropic.d.ts.map +1 -1
- package/packages/agent/src/auth/anthropic.js +0 -5
- package/packages/agent/src/auth/openai-codex.d.ts +0 -5
- package/packages/agent/src/auth/openai-codex.d.ts.map +1 -1
- package/packages/agent/src/auth/openai-codex.js +0 -5
- package/packages/agent/src/cloud/cloud-wallet.d.ts +0 -2
- package/packages/agent/src/cloud/cloud-wallet.d.ts.map +1 -1
- package/packages/agent/src/config/env-vars.d.ts.map +1 -1
- package/packages/agent/src/config/env-vars.js +2 -0
- package/packages/agent/src/config/includes.js +1 -1
- package/packages/agent/src/config/index.d.ts +1 -1
- package/packages/agent/src/config/index.d.ts.map +1 -1
- package/packages/agent/src/config/index.js +1 -1
- package/packages/agent/src/config/plugin-auto-enable.d.ts +8 -0
- package/packages/agent/src/config/plugin-auto-enable.d.ts.map +1 -1
- package/packages/agent/src/config/plugin-auto-enable.js +28 -0
- package/packages/agent/src/config/types.agent-defaults.d.ts +2 -1
- package/packages/agent/src/config/types.agent-defaults.d.ts.map +1 -1
- package/packages/agent/src/config/types.eliza.d.ts +34 -0
- package/packages/agent/src/config/types.eliza.d.ts.map +1 -1
- package/packages/agent/src/contracts/index.d.ts +8 -8
- package/packages/agent/src/contracts/index.d.ts.map +1 -1
- package/packages/agent/src/contracts/index.js +8 -8
- package/packages/agent/src/contracts/onboarding-provider-defaults.d.ts +165 -0
- package/packages/agent/src/contracts/onboarding-provider-defaults.d.ts.map +1 -0
- package/packages/agent/src/contracts/onboarding-provider-defaults.js +189 -0
- package/packages/agent/src/index.d.ts +8 -6
- package/packages/agent/src/index.d.ts.map +1 -1
- package/packages/agent/src/index.js +8 -6
- package/packages/agent/src/providers/conversation-utils.d.ts.map +1 -1
- package/packages/agent/src/providers/conversation-utils.js +2 -3
- package/packages/agent/src/providers/index.d.ts +0 -1
- package/packages/agent/src/providers/index.d.ts.map +1 -1
- package/packages/agent/src/providers/index.js +0 -1
- package/packages/agent/src/providers/user-name.d.ts.map +1 -1
- package/packages/agent/src/providers/user-name.js +1 -1
- package/packages/agent/src/providers/workspace-provider.d.ts +0 -8
- package/packages/agent/src/providers/workspace-provider.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 +1 -47
- package/packages/agent/src/runtime/eliza.d.ts +1 -91
- package/packages/agent/src/runtime/eliza.d.ts.map +1 -1
- package/packages/agent/src/runtime/eliza.js +109 -12
- package/packages/agent/src/runtime/first-time-setup.d.ts +20 -0
- package/packages/agent/src/runtime/first-time-setup.d.ts.map +1 -1
- package/packages/agent/src/runtime/first-time-setup.js +20 -25
- package/packages/agent/src/runtime/index.d.ts +1 -1
- package/packages/agent/src/runtime/index.d.ts.map +1 -1
- package/packages/agent/src/runtime/index.js +1 -1
- package/packages/agent/src/runtime/plugin-collector.d.ts +0 -12
- package/packages/agent/src/runtime/plugin-collector.d.ts.map +1 -1
- package/packages/agent/src/runtime/plugin-lifecycle.d.ts.map +1 -1
- package/packages/agent/src/runtime/plugin-lifecycle.js +6 -2
- package/packages/agent/src/runtime/plugin-resolver.d.ts.map +1 -1
- package/packages/agent/src/runtime/plugin-resolver.js +6 -7
- package/packages/agent/src/runtime/plugin-types.d.ts +0 -6
- package/packages/agent/src/runtime/plugin-types.d.ts.map +1 -1
- package/packages/agent/src/runtime/roles/src/utils.d.ts +1 -1
- package/packages/agent/src/runtime/roles/src/utils.d.ts.map +1 -1
- package/packages/agent/src/runtime/roles/src/utils.js +1 -1
- package/packages/agent/src/runtime/subagent-output.d.ts +51 -0
- package/packages/agent/src/runtime/subagent-output.d.ts.map +1 -0
- package/packages/agent/src/runtime/subagent-output.js +173 -0
- package/packages/agent/src/runtime/task-heartbeat.d.ts +22 -0
- package/packages/agent/src/runtime/task-heartbeat.d.ts.map +1 -0
- package/packages/agent/src/runtime/task-heartbeat.js +84 -0
- package/packages/agent/src/runtime/trajectory-internals.d.ts +37 -30
- package/packages/agent/src/runtime/trajectory-internals.d.ts.map +1 -1
- package/packages/agent/src/runtime/trajectory-internals.js +73 -47
- package/packages/agent/src/runtime/trajectory-persistence.d.ts +1 -1
- package/packages/agent/src/runtime/trajectory-persistence.d.ts.map +1 -1
- package/packages/agent/src/runtime/trajectory-persistence.js +1 -1
- package/packages/agent/src/runtime/trajectory-storage.d.ts +27 -1
- package/packages/agent/src/runtime/trajectory-storage.d.ts.map +1 -1
- package/packages/agent/src/runtime/trajectory-storage.js +124 -1
- package/packages/agent/src/runtime/web-search-tools.d.ts.map +1 -1
- package/packages/agent/src/security/access.d.ts.map +1 -1
- package/packages/agent/src/security/access.js +6 -26
- package/packages/agent/src/security/audit-log.d.ts +0 -2
- package/packages/agent/src/security/audit-log.d.ts.map +1 -1
- package/packages/agent/src/security/index.d.ts +1 -0
- package/packages/agent/src/security/index.d.ts.map +1 -1
- package/packages/agent/src/security/index.js +1 -0
- package/packages/agent/src/services/app-manager.d.ts +53 -1
- package/packages/agent/src/services/app-manager.d.ts.map +1 -1
- package/packages/agent/src/services/app-manager.js +219 -15
- package/packages/agent/src/services/app-package-modules.d.ts +3 -12
- package/packages/agent/src/services/app-package-modules.d.ts.map +1 -1
- package/packages/agent/src/services/app-package-modules.js +78 -11
- package/packages/agent/src/services/browser-workspace-desktop.d.ts +22 -0
- package/packages/agent/src/services/browser-workspace-desktop.d.ts.map +1 -0
- package/packages/agent/src/services/browser-workspace-desktop.js +1379 -0
- package/packages/agent/src/services/browser-workspace-elements.d.ts +42 -0
- package/packages/agent/src/services/browser-workspace-elements.d.ts.map +1 -0
- package/packages/agent/src/services/browser-workspace-elements.js +508 -0
- package/packages/agent/src/services/browser-workspace-forms.d.ts +19 -0
- package/packages/agent/src/services/browser-workspace-forms.d.ts.map +1 -0
- package/packages/agent/src/services/browser-workspace-forms.js +244 -0
- package/packages/agent/src/services/browser-workspace-helpers.d.ts +20 -0
- package/packages/agent/src/services/browser-workspace-helpers.d.ts.map +1 -0
- package/packages/agent/src/services/browser-workspace-helpers.js +121 -0
- package/packages/agent/src/services/browser-workspace-jsdom.d.ts +16 -0
- package/packages/agent/src/services/browser-workspace-jsdom.d.ts.map +1 -0
- package/packages/agent/src/services/browser-workspace-jsdom.js +223 -0
- package/packages/agent/src/services/browser-workspace-network.d.ts +7 -0
- package/packages/agent/src/services/browser-workspace-network.d.ts.map +1 -0
- package/packages/agent/src/services/browser-workspace-network.js +137 -0
- package/packages/agent/src/services/browser-workspace-snapshots.d.ts +14 -0
- package/packages/agent/src/services/browser-workspace-snapshots.d.ts.map +1 -0
- package/packages/agent/src/services/browser-workspace-snapshots.js +144 -0
- package/packages/agent/src/services/browser-workspace-state.d.ts +22 -0
- package/packages/agent/src/services/browser-workspace-state.d.ts.map +1 -0
- package/packages/agent/src/services/browser-workspace-state.js +129 -0
- package/packages/agent/src/services/browser-workspace-types.d.ts +262 -0
- package/packages/agent/src/services/browser-workspace-types.d.ts.map +1 -0
- package/packages/agent/src/services/browser-workspace-types.js +1 -0
- package/packages/agent/src/services/browser-workspace-web.d.ts +8 -0
- package/packages/agent/src/services/browser-workspace-web.d.ts.map +1 -0
- package/packages/agent/src/services/browser-workspace-web.js +1141 -0
- package/packages/agent/src/services/browser-workspace.d.ts +22 -165
- package/packages/agent/src/services/browser-workspace.d.ts.map +1 -1
- package/packages/agent/src/services/browser-workspace.js +89 -4043
- package/packages/agent/src/services/built-in-app-routes/hyperscape.d.ts.map +1 -1
- package/packages/agent/src/services/built-in-app-routes/hyperscape.js +9 -6
- package/packages/agent/src/services/character-persistence.d.ts.map +1 -1
- package/packages/agent/src/services/character-persistence.js +1 -2
- package/packages/agent/src/services/client-chat-sender.d.ts.map +1 -1
- package/packages/agent/src/services/coding-task-executor.d.ts +2 -8
- package/packages/agent/src/services/coding-task-executor.d.ts.map +1 -1
- package/packages/agent/src/services/coding-task-executor.js +34 -66
- package/packages/agent/src/services/connector-setup-service.d.ts +4 -4
- package/packages/agent/src/services/connector-setup-service.d.ts.map +1 -1
- package/packages/agent/src/services/escalation.d.ts.map +1 -1
- package/packages/agent/src/services/escalation.js +1 -1
- package/packages/agent/src/services/plugin-manager-types.d.ts +1 -0
- package/packages/agent/src/services/plugin-manager-types.d.ts.map +1 -1
- package/packages/agent/src/services/privy-wallets.d.ts +0 -5
- package/packages/agent/src/services/privy-wallets.d.ts.map +1 -1
- package/packages/agent/src/services/privy-wallets.js +0 -5
- package/packages/agent/src/services/registry-client-app-meta.d.ts.map +1 -1
- package/packages/agent/src/services/registry-client-app-meta.js +1 -0
- package/packages/agent/src/services/registry-client-local.d.ts.map +1 -1
- package/packages/agent/src/services/registry-client-local.js +1 -0
- package/packages/agent/src/services/registry-client-network.d.ts.map +1 -1
- package/packages/agent/src/services/registry-client-network.js +1 -0
- package/packages/agent/src/services/registry-client-queries.d.ts +11 -0
- package/packages/agent/src/services/registry-client-queries.d.ts.map +1 -1
- package/packages/agent/src/services/registry-client-queries.js +23 -0
- package/packages/agent/src/services/registry-client-types.d.ts +8 -32
- package/packages/agent/src/services/registry-client-types.d.ts.map +1 -1
- package/packages/agent/src/services/relationships-graph.d.ts +62 -1
- package/packages/agent/src/services/relationships-graph.d.ts.map +1 -1
- package/packages/agent/src/services/relationships-graph.js +116 -6
- package/packages/agent/src/services/signal-pairing.d.ts.map +1 -1
- package/packages/agent/src/services/signal-pairing.js +15 -1
- package/packages/agent/src/services/steward-evm-account.d.ts +0 -4
- package/packages/agent/src/services/steward-evm-account.d.ts.map +1 -1
- package/packages/agent/src/services/steward-evm-account.js +0 -4
- package/packages/agent/src/services/steward-evm-bridge.d.ts +0 -4
- package/packages/agent/src/services/steward-evm-bridge.d.ts.map +1 -1
- package/packages/agent/src/services/steward-evm-bridge.js +0 -4
- package/packages/agent/src/services/steward-wallet.d.ts +1 -6
- package/packages/agent/src/services/steward-wallet.d.ts.map +1 -1
- package/packages/agent/src/services/steward-wallet.js +0 -5
- package/packages/agent/src/services/tts-stream-bridge.d.ts.map +1 -1
- package/packages/agent/src/services/tts-stream-bridge.js +1 -1
- package/packages/agent/src/test-support/route-test-helpers.d.ts +2 -2
- package/packages/agent/src/test-support/route-test-helpers.d.ts.map +1 -1
- package/packages/agent/src/test-support/test-helpers.d.ts +2 -2
- package/packages/agent/src/test-support/test-helpers.d.ts.map +1 -1
- package/packages/agent/src/triggers/runtime.d.ts +1 -0
- package/packages/agent/src/triggers/runtime.d.ts.map +1 -1
- package/packages/agent/src/triggers/runtime.js +67 -16
- package/packages/agent/src/triggers/scheduling.d.ts +6 -1
- package/packages/agent/src/triggers/scheduling.d.ts.map +1 -1
- package/packages/agent/src/triggers/scheduling.js +66 -20
- package/packages/agent/src/triggers/types.d.ts +14 -37
- package/packages/agent/src/triggers/types.d.ts.map +1 -1
- package/packages/agent/src/triggers/types.js +1 -1
- package/packages/agent/src/types/trajectory.d.ts +42 -1
- package/packages/agent/src/types/trajectory.d.ts.map +1 -1
- package/packages/agent/src/types/trajectory.js +2 -1
- package/packages/agent/src/utils/index.d.ts +1 -1
- package/packages/agent/src/utils/index.d.ts.map +1 -1
- package/packages/agent/src/utils/index.js +1 -1
- package/packages/app-core/src/api/client-types-cloud.d.ts +799 -0
- package/packages/app-core/src/api/client-types-cloud.d.ts.map +1 -0
- package/packages/app-core/src/api/client-types-cloud.js +57 -0
- package/packages/app-core/src/api/client-types-core.d.ts +334 -0
- package/packages/app-core/src/api/client-types-core.d.ts.map +1 -0
- package/packages/app-core/src/api/client-types-core.js +22 -0
- package/packages/app-core/src/api/compat-route-shared.d.ts +2 -2
- package/packages/app-core/src/api/compat-route-shared.d.ts.map +1 -1
- package/packages/app-core/src/api/server-cloud-tts.js +1 -1
- package/packages/app-core/src/bridge/native-plugins.d.ts +290 -0
- package/packages/app-core/src/bridge/native-plugins.d.ts.map +1 -0
- package/packages/app-core/src/bridge/native-plugins.js +55 -0
- package/packages/app-core/src/config/boot-config-store.d.ts +121 -2
- package/packages/app-core/src/config/boot-config-store.d.ts.map +1 -1
- package/packages/app-core/src/config/boot-config-store.js +16 -7
- package/packages/app-core/src/services/plugin-installer.d.ts +93 -0
- package/packages/app-core/src/services/plugin-installer.d.ts.map +1 -0
- package/packages/app-core/src/services/plugin-installer.js +611 -0
- package/packages/app-core/src/utils/env.d.ts.map +1 -1
- package/packages/app-core/src/utils/serialise.d.ts +12 -0
- package/packages/app-core/src/utils/serialise.d.ts.map +1 -0
- package/packages/app-core/src/utils/serialise.js +21 -0
- package/packages/native-plugins/activity-tracker/src/index.d.ts +35 -0
- package/packages/native-plugins/activity-tracker/src/index.d.ts.map +1 -0
- package/packages/native-plugins/activity-tracker/src/index.js +102 -0
- package/packages/shared/src/connectors.d.ts.map +1 -1
- package/packages/shared/src/connectors.js +8 -3
- package/packages/shared/src/contracts/apps.d.ts +53 -0
- package/packages/shared/src/contracts/apps.d.ts.map +1 -1
- package/packages/shared/src/contracts/cloud-topology.d.ts.map +1 -1
- package/packages/shared/src/contracts/cloud-topology.js +2 -4
- package/packages/shared/src/contracts/config.d.ts.map +1 -1
- package/packages/shared/src/contracts/index.d.ts +1 -1
- package/packages/shared/src/contracts/index.d.ts.map +1 -1
- package/packages/shared/src/contracts/index.js +1 -1
- package/packages/shared/src/contracts/lifeops-extensions.d.ts +181 -0
- package/packages/shared/src/contracts/lifeops-extensions.d.ts.map +1 -0
- package/packages/shared/src/contracts/lifeops-extensions.js +30 -0
- package/packages/shared/src/contracts/lifeops.d.ts +259 -0
- package/packages/shared/src/contracts/lifeops.d.ts.map +1 -1
- package/packages/shared/src/contracts/lifeops.js +62 -0
- package/packages/shared/src/contracts/onboarding.d.ts +5 -0
- package/packages/shared/src/contracts/onboarding.d.ts.map +1 -1
- package/packages/shared/src/contracts/onboarding.js +7 -6
- package/packages/shared/src/contracts/service-routing.d.ts.map +1 -1
- package/packages/shared/src/contracts/service-routing.js +1 -3
- package/packages/shared/src/contracts/wallet.d.ts +30 -103
- package/packages/shared/src/contracts/wallet.d.ts.map +1 -1
- package/packages/shared/src/env-utils.impl.d.ts.map +1 -1
- package/packages/shared/src/env-utils.impl.js +1 -8
- package/packages/shared/src/i18n/keyword-matching.d.ts.map +1 -1
- package/packages/shared/src/i18n/validation-keywords.d.ts +1 -1
- package/packages/shared/src/i18n/validation-keywords.d.ts.map +1 -1
- package/packages/shared/src/i18n/validation-keywords.js +1 -1
- package/packages/shared/src/index.d.ts +3 -3
- package/packages/shared/src/index.d.ts.map +1 -1
- package/packages/shared/src/index.js +3 -3
- package/packages/shared/src/onboarding-presets.characters.d.ts.map +1 -1
- package/packages/shared/src/onboarding-presets.characters.js +15 -5
- package/packages/shared/src/onboarding-presets.d.ts.map +1 -1
- package/packages/shared/src/onboarding-presets.js +5 -1
- package/packages/shared/src/runtime-env.d.ts.map +1 -1
- package/packages/shared/src/runtime-env.js +2 -7
- package/packages/shared/src/settings-debug.d.ts.map +1 -1
- package/packages/shared/src/settings-debug.js +1 -3
- package/packages/skills/src/formatter.d.ts +44 -0
- package/packages/skills/src/formatter.d.ts.map +1 -0
- package/packages/skills/src/formatter.js +181 -0
- package/packages/skills/src/frontmatter.d.ts +51 -0
- package/packages/skills/src/frontmatter.d.ts.map +1 -0
- package/packages/skills/src/frontmatter.js +155 -0
- package/packages/skills/src/index.d.ts +29 -0
- package/packages/skills/src/index.d.ts.map +1 -0
- package/packages/skills/src/index.js +31 -0
- package/packages/skills/src/loader.d.ts +33 -0
- package/packages/skills/src/loader.d.ts.map +1 -0
- package/packages/skills/src/loader.js +369 -0
- package/packages/skills/src/resolver.d.ts +35 -0
- package/packages/skills/src/resolver.d.ts.map +1 -0
- package/packages/skills/src/resolver.js +146 -0
- package/packages/skills/src/types.d.ts +238 -0
- package/packages/skills/src/types.d.ts.map +1 -0
- package/packages/skills/src/types.js +1 -0
- package/packages/typescript/src/action-docs.d.ts.map +1 -1
- package/packages/typescript/src/action-docs.js +2 -0
- package/packages/typescript/src/actions.d.ts.map +1 -1
- package/packages/typescript/src/actions.js +8 -3
- package/packages/typescript/src/database/inMemoryAdapter.js +1 -1
- package/packages/typescript/src/features/advanced-capabilities/evaluators/factRefinement.d.ts +20 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/factRefinement.d.ts.map +1 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/factRefinement.js +362 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/index.d.ts +3 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/index.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/evaluators/index.js +3 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/reflection.js +1 -1
- package/packages/typescript/src/features/advanced-capabilities/evaluators/relationshipExtraction.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/evaluators/relationshipExtraction.js +21 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/skillExtraction.d.ts +25 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/skillExtraction.d.ts.map +1 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/skillExtraction.js +367 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/skillRefinement.d.ts +21 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/skillRefinement.d.ts.map +1 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/skillRefinement.js +545 -0
- package/packages/typescript/src/features/advanced-capabilities/form/service.d.ts +1 -5
- package/packages/typescript/src/features/advanced-capabilities/form/service.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/form/service.js +1 -13
- package/packages/typescript/src/features/advanced-capabilities/form/types.d.ts +3 -2
- package/packages/typescript/src/features/advanced-capabilities/form/types.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/providers/facts.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/providers/facts.js +68 -14
- package/packages/typescript/src/features/advanced-memory/services/memory-service.d.ts +1 -0
- package/packages/typescript/src/features/advanced-memory/services/memory-service.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-memory/services/memory-service.js +31 -11
- package/packages/typescript/src/features/autonomy/execution-facade.d.ts +1 -1
- package/packages/typescript/src/features/autonomy/execution-facade.d.ts.map +1 -1
- package/packages/typescript/src/features/autonomy/execution-facade.js +3 -3
- package/packages/typescript/src/features/basic-capabilities/actions/none.js +1 -1
- package/packages/typescript/src/features/basic-capabilities/index.d.ts.map +1 -1
- package/packages/typescript/src/features/basic-capabilities/index.js +9 -3
- package/packages/typescript/src/features/plugin-manager/coreExtensions.d.ts +4 -11
- package/packages/typescript/src/features/plugin-manager/coreExtensions.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/coreExtensions.js +0 -23
- package/packages/typescript/src/features/plugin-manager/index.d.ts +1 -1
- package/packages/typescript/src/features/plugin-manager/index.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/index.js +1 -1
- package/packages/typescript/src/features/plugin-manager/providers/relevance.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/providers/relevance.js +1 -3
- package/packages/typescript/src/features/trajectories/TrajectoriesService.d.ts +13 -0
- package/packages/typescript/src/features/trajectories/TrajectoriesService.d.ts.map +1 -1
- package/packages/typescript/src/features/trajectories/TrajectoriesService.js +12 -9
- package/packages/typescript/src/features/trajectories/integration.d.ts +1 -1
- package/packages/typescript/src/features/trajectories/integration.d.ts.map +1 -1
- package/packages/typescript/src/features/trajectories/types.d.ts +19 -1
- package/packages/typescript/src/features/trajectories/types.d.ts.map +1 -1
- package/packages/typescript/src/features/trust/index.d.ts +3 -52
- package/packages/typescript/src/features/trust/index.d.ts.map +1 -1
- package/packages/typescript/src/features/trust/index.js +5 -122
- package/packages/typescript/src/features/trust/services/wrappers.d.ts +56 -0
- package/packages/typescript/src/features/trust/services/wrappers.d.ts.map +1 -0
- package/packages/typescript/src/features/trust/services/wrappers.js +124 -0
- package/packages/typescript/src/generated/action-docs.d.ts +207 -3
- package/packages/typescript/src/generated/action-docs.d.ts.map +1 -1
- package/packages/typescript/src/generated/action-docs.js +271 -2
- package/packages/typescript/src/index.node.d.ts +3 -0
- package/packages/typescript/src/index.node.d.ts.map +1 -1
- package/packages/typescript/src/index.node.js +6 -0
- package/packages/typescript/src/optimization/ab-analysis.d.ts +1 -1
- package/packages/typescript/src/optimization/ab-analysis.d.ts.map +1 -1
- package/packages/typescript/src/optimization/ab-analysis.js +1 -1
- package/packages/typescript/src/optimization-root-dir.d.ts +6 -1
- package/packages/typescript/src/optimization-root-dir.d.ts.map +1 -1
- package/packages/typescript/src/optimization-root-dir.js +6 -1
- package/packages/typescript/src/prompts.d.ts +2 -2
- package/packages/typescript/src/prompts.d.ts.map +1 -1
- package/packages/typescript/src/prompts.js +4 -1
- package/packages/typescript/src/runtime.d.ts +3 -0
- package/packages/typescript/src/runtime.d.ts.map +1 -1
- package/packages/typescript/src/runtime.js +20 -5
- package/packages/typescript/src/schemas/character.d.ts +1 -1
- package/packages/typescript/src/schemas/character.d.ts.map +1 -1
- package/packages/typescript/src/schemas/character.js +1 -1
- package/packages/typescript/src/schemas/entity-identity.d.ts +29 -0
- package/packages/typescript/src/schemas/entity-identity.d.ts.map +1 -0
- package/packages/typescript/src/schemas/entity-identity.js +334 -0
- package/packages/typescript/src/schemas/index.d.ts +3 -1
- package/packages/typescript/src/schemas/index.d.ts.map +1 -1
- package/packages/typescript/src/schemas/index.js +2 -1
- package/packages/typescript/src/search.d.ts +0 -22
- package/packages/typescript/src/search.d.ts.map +1 -1
- package/packages/typescript/src/services/message.d.ts +11 -0
- package/packages/typescript/src/services/message.d.ts.map +1 -1
- package/packages/typescript/src/services/message.js +63 -36
- package/packages/typescript/src/services/optimized-prompt-resolver.d.ts +23 -0
- package/packages/typescript/src/services/optimized-prompt-resolver.d.ts.map +1 -0
- package/packages/typescript/src/services/optimized-prompt-resolver.js +50 -0
- package/packages/typescript/src/services/optimized-prompt.d.ts +117 -0
- package/packages/typescript/src/services/optimized-prompt.d.ts.map +1 -0
- package/packages/typescript/src/services/optimized-prompt.js +262 -0
- package/packages/typescript/src/services/relationships.d.ts +225 -0
- package/packages/typescript/src/services/relationships.d.ts.map +1 -1
- package/packages/typescript/src/services/relationships.js +979 -3
- package/packages/typescript/src/services/trajectories.d.ts +9 -0
- package/packages/typescript/src/services/trajectories.d.ts.map +1 -1
- package/packages/typescript/src/trajectory-context.d.ts +7 -0
- package/packages/typescript/src/trajectory-context.d.ts.map +1 -1
- package/packages/typescript/src/trajectory-utils.d.ts +24 -0
- package/packages/typescript/src/trajectory-utils.d.ts.map +1 -1
- package/packages/typescript/src/trajectory-utils.js +19 -0
- package/packages/typescript/src/types/components.d.ts +6 -0
- package/packages/typescript/src/types/components.d.ts.map +1 -1
- package/packages/typescript/src/types/plugin.d.ts +11 -0
- package/packages/typescript/src/types/plugin.d.ts.map +1 -1
- package/packages/typescript/src/types/runtime.d.ts +12 -0
- package/packages/typescript/src/types/runtime.d.ts.map +1 -1
- package/packages/typescript/src/types/service.d.ts +2 -0
- package/packages/typescript/src/types/service.d.ts.map +1 -1
- package/packages/typescript/src/types/service.js +1 -0
- package/packages/typescript/src/types/trigger.d.ts +4 -0
- package/packages/typescript/src/types/trigger.d.ts.map +1 -1
- package/packages/typescript/src/utils/batch-queue/batch-processor.d.ts +2 -3
- package/packages/typescript/src/utils/batch-queue/batch-processor.d.ts.map +1 -1
- package/packages/typescript/src/utils/batch-queue/batch-processor.js +0 -3
- package/packages/typescript/src/utils/crypto-compat.js +1 -1
- package/packages/typescript/src/utils/union-find.d.ts +30 -0
- package/packages/typescript/src/utils/union-find.d.ts.map +1 -0
- package/packages/typescript/src/utils/union-find.js +81 -0
- package/packages/typescript/src/utils.d.ts +1 -0
- package/packages/typescript/src/utils.d.ts.map +1 -1
- package/packages/typescript/src/utils.js +5 -1
- package/apps/app-lifeops/src/actions/inbox-digest.d.ts +0 -2
- package/apps/app-lifeops/src/actions/inbox-digest.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/inbox-digest.js +0 -1
- package/apps/app-lifeops/src/actions/inbox-respond.d.ts +0 -2
- package/apps/app-lifeops/src/actions/inbox-respond.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/inbox-respond.js +0 -1
- package/apps/app-lifeops/src/actions/inbox-triage.d.ts +0 -2
- package/apps/app-lifeops/src/actions/inbox-triage.d.ts.map +0 -1
- package/apps/app-lifeops/src/actions/inbox-triage.js +0 -1
- package/apps/app-lifeops/src/lifeops/index.d.ts +0 -25
- package/apps/app-lifeops/src/lifeops/index.d.ts.map +0 -1
- package/apps/app-lifeops/src/lifeops/index.js +0 -24
- package/apps/app-lifeops/src/selfcontrol/access.d.ts +0 -8
- package/apps/app-lifeops/src/selfcontrol/access.d.ts.map +0 -1
- package/apps/app-lifeops/src/selfcontrol/access.js +0 -16
- package/apps/app-lifeops/src/selfcontrol/action.d.ts +0 -10
- package/apps/app-lifeops/src/selfcontrol/action.d.ts.map +0 -1
- package/apps/app-lifeops/src/selfcontrol/action.js +0 -506
- package/apps/app-lifeops/src/selfcontrol/index.d.ts +0 -13
- package/apps/app-lifeops/src/selfcontrol/index.d.ts.map +0 -1
- package/apps/app-lifeops/src/selfcontrol/index.js +0 -10
- package/apps/app-lifeops/src/selfcontrol/permissions.d.ts.map +0 -1
- package/apps/app-lifeops/src/selfcontrol/provider.d.ts +0 -4
- package/apps/app-lifeops/src/selfcontrol/provider.d.ts.map +0 -1
- package/apps/app-lifeops/src/selfcontrol/provider.js +0 -116
- package/apps/app-lifeops/src/selfcontrol/roles.d.ts +0 -19
- package/apps/app-lifeops/src/selfcontrol/roles.d.ts.map +0 -1
- package/apps/app-lifeops/src/selfcontrol/roles.js +0 -41
- package/apps/app-lifeops/src/selfcontrol/selfcontrol.d.ts +0 -97
- package/apps/app-lifeops/src/selfcontrol/selfcontrol.d.ts.map +0 -1
- package/apps/app-lifeops/src/selfcontrol/selfcontrol.js +0 -949
- package/apps/app-lifeops/src/selfcontrol/service.d.ts +0 -21
- package/apps/app-lifeops/src/selfcontrol/service.d.ts.map +0 -1
- package/apps/app-lifeops/src/selfcontrol/service.js +0 -268
- package/packages/agent/src/actions/calendar.d.ts +0 -2
- package/packages/agent/src/actions/calendar.d.ts.map +0 -1
- package/packages/agent/src/actions/calendar.js +0 -1
- package/packages/agent/src/actions/check-balance.d.ts +0 -17
- package/packages/agent/src/actions/check-balance.d.ts.map +0 -1
- package/packages/agent/src/actions/check-balance.js +0 -167
- package/packages/agent/src/actions/execute-trade.d.ts +0 -17
- package/packages/agent/src/actions/execute-trade.d.ts.map +0 -1
- package/packages/agent/src/actions/execute-trade.js +0 -299
- package/packages/agent/src/actions/gmail.d.ts +0 -2
- package/packages/agent/src/actions/gmail.d.ts.map +0 -1
- package/packages/agent/src/actions/gmail.js +0 -1
- package/packages/agent/src/actions/inbox-digest.d.ts +0 -2
- package/packages/agent/src/actions/inbox-digest.d.ts.map +0 -1
- package/packages/agent/src/actions/inbox-digest.js +0 -1
- package/packages/agent/src/actions/inbox-respond.d.ts +0 -2
- package/packages/agent/src/actions/inbox-respond.d.ts.map +0 -1
- package/packages/agent/src/actions/inbox-respond.js +0 -1
- package/packages/agent/src/actions/inbox-triage.d.ts +0 -2
- package/packages/agent/src/actions/inbox-triage.d.ts.map +0 -1
- package/packages/agent/src/actions/inbox-triage.js +0 -1
- package/packages/agent/src/actions/inbox.d.ts +0 -2
- package/packages/agent/src/actions/inbox.d.ts.map +0 -1
- package/packages/agent/src/actions/inbox.js +0 -1
- package/packages/agent/src/actions/life-goal-extractor.d.ts +0 -2
- package/packages/agent/src/actions/life-goal-extractor.d.ts.map +0 -1
- package/packages/agent/src/actions/life-goal-extractor.js +0 -1
- package/packages/agent/src/actions/life-param-extractor.d.ts +0 -2
- package/packages/agent/src/actions/life-param-extractor.d.ts.map +0 -1
- package/packages/agent/src/actions/life-param-extractor.js +0 -1
- package/packages/agent/src/actions/life-recent-context.d.ts +0 -2
- package/packages/agent/src/actions/life-recent-context.d.ts.map +0 -1
- package/packages/agent/src/actions/life-recent-context.js +0 -1
- package/packages/agent/src/actions/life-update-extractor.d.ts +0 -2
- package/packages/agent/src/actions/life-update-extractor.d.ts.map +0 -1
- package/packages/agent/src/actions/life-update-extractor.js +0 -1
- package/packages/agent/src/actions/life.d.ts +0 -2
- package/packages/agent/src/actions/life.d.ts.map +0 -1
- package/packages/agent/src/actions/life.extractor.d.ts +0 -2
- package/packages/agent/src/actions/life.extractor.d.ts.map +0 -1
- package/packages/agent/src/actions/life.extractor.js +0 -1
- package/packages/agent/src/actions/life.js +0 -1
- package/packages/agent/src/actions/lifeops-extraction-config.d.ts +0 -2
- package/packages/agent/src/actions/lifeops-extraction-config.d.ts.map +0 -1
- package/packages/agent/src/actions/lifeops-extraction-config.js +0 -1
- package/packages/agent/src/actions/lifeops-google-helpers.d.ts +0 -2
- package/packages/agent/src/actions/lifeops-google-helpers.d.ts.map +0 -1
- package/packages/agent/src/actions/lifeops-google-helpers.js +0 -1
- package/packages/agent/src/actions/timezone-normalization.d.ts +0 -2
- package/packages/agent/src/actions/timezone-normalization.d.ts.map +0 -1
- package/packages/agent/src/actions/timezone-normalization.js +0 -1
- package/packages/agent/src/actions/transfer-token.d.ts +0 -17
- package/packages/agent/src/actions/transfer-token.d.ts.map +0 -1
- package/packages/agent/src/actions/transfer-token.js +0 -470
- package/packages/agent/src/actions/update-owner-profile.d.ts +0 -2
- package/packages/agent/src/actions/update-owner-profile.d.ts.map +0 -1
- package/packages/agent/src/actions/update-owner-profile.js +0 -1
- package/packages/agent/src/actions/wallet-action-shared.d.ts +0 -15
- package/packages/agent/src/actions/wallet-action-shared.d.ts.map +0 -1
- package/packages/agent/src/actions/wallet-action-shared.js +0 -24
- package/packages/agent/src/activity-profile/analyzer.d.ts.map +0 -1
- package/packages/agent/src/activity-profile/analyzer.js +0 -531
- package/packages/agent/src/activity-profile/proactive-planner.d.ts.map +0 -1
- package/packages/agent/src/activity-profile/proactive-planner.js +0 -455
- package/packages/agent/src/activity-profile/proactive-worker.d.ts.map +0 -1
- package/packages/agent/src/activity-profile/proactive-worker.js +0 -523
- package/packages/agent/src/activity-profile/profile-metadata.d.ts.map +0 -1
- package/packages/agent/src/activity-profile/service.d.ts +0 -11
- package/packages/agent/src/activity-profile/service.d.ts.map +0 -1
- package/packages/agent/src/activity-profile/service.js +0 -226
- package/packages/agent/src/activity-profile/types.d.ts.map +0 -1
- package/packages/agent/src/api/coding-agents-auth-sanitize.d.ts +0 -2
- package/packages/agent/src/api/coding-agents-auth-sanitize.d.ts.map +0 -1
- package/packages/agent/src/api/coding-agents-auth-sanitize.js +0 -1
- package/packages/agent/src/api/coding-agents-preflight-normalize.d.ts +0 -2
- package/packages/agent/src/api/coding-agents-preflight-normalize.d.ts.map +0 -1
- package/packages/agent/src/api/coding-agents-preflight-normalize.js +0 -1
- package/packages/agent/src/api/coordinator-types.d.ts +0 -2
- package/packages/agent/src/api/coordinator-types.d.ts.map +0 -1
- package/packages/agent/src/api/coordinator-types.js +0 -1
- package/packages/agent/src/api/coordinator-wiring.d.ts +0 -2
- package/packages/agent/src/api/coordinator-wiring.d.ts.map +0 -1
- package/packages/agent/src/api/coordinator-wiring.js +0 -1
- package/packages/agent/src/api/drop-routes.d.ts +0 -22
- package/packages/agent/src/api/drop-routes.d.ts.map +0 -1
- package/packages/agent/src/api/drop-service.d.ts +0 -26
- package/packages/agent/src/api/drop-service.d.ts.map +0 -1
- package/packages/agent/src/api/lifeops-routes.d.ts +0 -2
- package/packages/agent/src/api/lifeops-routes.d.ts.map +0 -1
- package/packages/agent/src/api/lifeops-routes.js +0 -1
- package/packages/agent/src/api/merkle-tree.d.ts.map +0 -1
- package/packages/agent/src/api/nft-verify.d.ts +0 -16
- package/packages/agent/src/api/nft-verify.d.ts.map +0 -1
- package/packages/agent/src/api/nft-verify.js +0 -81
- package/packages/agent/src/api/og-tracker.d.ts.map +0 -1
- package/packages/agent/src/api/og-tracker.js +0 -60
- package/packages/agent/src/api/task-agent-message-routing.d.ts +0 -2
- package/packages/agent/src/api/task-agent-message-routing.d.ts.map +0 -1
- package/packages/agent/src/api/task-agent-message-routing.js +0 -1
- package/packages/agent/src/api/twitter-verify.d.ts +0 -25
- package/packages/agent/src/api/twitter-verify.d.ts.map +0 -1
- package/packages/agent/src/api/twitter-verify.js +0 -168
- package/packages/agent/src/api/website-blocker-routes.d.ts +0 -2
- package/packages/agent/src/api/website-blocker-routes.d.ts.map +0 -1
- package/packages/agent/src/api/website-blocker-routes.js +0 -1
- package/packages/agent/src/config/runtime-env.d.ts +0 -2
- package/packages/agent/src/config/runtime-env.d.ts.map +0 -1
- package/packages/agent/src/config/runtime-env.js +0 -1
- package/packages/agent/src/evals/coordinator-eval-client.d.ts +0 -2
- package/packages/agent/src/evals/coordinator-eval-client.d.ts.map +0 -1
- package/packages/agent/src/evals/coordinator-eval-client.js +0 -1
- package/packages/agent/src/evals/coordinator-live-runner.d.ts +0 -2
- package/packages/agent/src/evals/coordinator-live-runner.d.ts.map +0 -1
- package/packages/agent/src/evals/coordinator-live-runner.js +0 -1
- package/packages/agent/src/evals/coordinator-preflight.d.ts +0 -2
- package/packages/agent/src/evals/coordinator-preflight.d.ts.map +0 -1
- package/packages/agent/src/evals/coordinator-preflight.js +0 -1
- package/packages/agent/src/evals/coordinator-scenarios.d.ts +0 -2
- package/packages/agent/src/evals/coordinator-scenarios.d.ts.map +0 -1
- package/packages/agent/src/evals/coordinator-scenarios.js +0 -1
- package/packages/agent/src/lifeops/app-state.d.ts +0 -2
- package/packages/agent/src/lifeops/app-state.d.ts.map +0 -1
- package/packages/agent/src/lifeops/app-state.js +0 -1
- package/packages/agent/src/lifeops/apple-reminders.d.ts +0 -2
- package/packages/agent/src/lifeops/apple-reminders.d.ts.map +0 -1
- package/packages/agent/src/lifeops/apple-reminders.js +0 -1
- package/packages/agent/src/lifeops/defaults.d.ts +0 -2
- package/packages/agent/src/lifeops/defaults.d.ts.map +0 -1
- package/packages/agent/src/lifeops/defaults.js +0 -1
- package/packages/agent/src/lifeops/engine.d.ts +0 -2
- package/packages/agent/src/lifeops/engine.d.ts.map +0 -1
- package/packages/agent/src/lifeops/engine.js +0 -1
- package/packages/agent/src/lifeops/goal-grounding.d.ts +0 -2
- package/packages/agent/src/lifeops/goal-grounding.d.ts.map +0 -1
- package/packages/agent/src/lifeops/goal-grounding.js +0 -1
- package/packages/agent/src/lifeops/goal-semantic-evaluator.d.ts +0 -2
- package/packages/agent/src/lifeops/goal-semantic-evaluator.d.ts.map +0 -1
- package/packages/agent/src/lifeops/goal-semantic-evaluator.js +0 -1
- package/packages/agent/src/lifeops/google-api-error.d.ts +0 -2
- package/packages/agent/src/lifeops/google-api-error.d.ts.map +0 -1
- package/packages/agent/src/lifeops/google-api-error.js +0 -1
- package/packages/agent/src/lifeops/google-calendar.d.ts +0 -2
- package/packages/agent/src/lifeops/google-calendar.d.ts.map +0 -1
- package/packages/agent/src/lifeops/google-calendar.js +0 -1
- package/packages/agent/src/lifeops/google-connector-gateway.d.ts +0 -2
- package/packages/agent/src/lifeops/google-connector-gateway.d.ts.map +0 -1
- package/packages/agent/src/lifeops/google-connector-gateway.js +0 -1
- package/packages/agent/src/lifeops/google-fetch.d.ts +0 -2
- package/packages/agent/src/lifeops/google-fetch.d.ts.map +0 -1
- package/packages/agent/src/lifeops/google-fetch.js +0 -1
- package/packages/agent/src/lifeops/google-gmail.d.ts +0 -2
- package/packages/agent/src/lifeops/google-gmail.d.ts.map +0 -1
- package/packages/agent/src/lifeops/google-gmail.js +0 -1
- package/packages/agent/src/lifeops/google-managed-client.d.ts +0 -2
- package/packages/agent/src/lifeops/google-managed-client.d.ts.map +0 -1
- package/packages/agent/src/lifeops/google-managed-client.js +0 -1
- package/packages/agent/src/lifeops/google-oauth.d.ts +0 -2
- package/packages/agent/src/lifeops/google-oauth.d.ts.map +0 -1
- package/packages/agent/src/lifeops/google-oauth.js +0 -1
- package/packages/agent/src/lifeops/google-scopes.d.ts +0 -2
- package/packages/agent/src/lifeops/google-scopes.d.ts.map +0 -1
- package/packages/agent/src/lifeops/google-scopes.js +0 -1
- package/packages/agent/src/lifeops/index.d.ts +0 -2
- package/packages/agent/src/lifeops/index.d.ts.map +0 -1
- package/packages/agent/src/lifeops/index.js +0 -1
- package/packages/agent/src/lifeops/owner-profile.d.ts +0 -2
- package/packages/agent/src/lifeops/owner-profile.d.ts.map +0 -1
- package/packages/agent/src/lifeops/owner-profile.js +0 -1
- package/packages/agent/src/lifeops/repository.d.ts +0 -2
- package/packages/agent/src/lifeops/repository.d.ts.map +0 -1
- package/packages/agent/src/lifeops/repository.js +0 -1
- package/packages/agent/src/lifeops/runtime.d.ts +0 -2
- package/packages/agent/src/lifeops/runtime.d.ts.map +0 -1
- package/packages/agent/src/lifeops/runtime.js +0 -1
- package/packages/agent/src/lifeops/screen-context.d.ts +0 -2
- package/packages/agent/src/lifeops/screen-context.d.ts.map +0 -1
- package/packages/agent/src/lifeops/screen-context.js +0 -1
- package/packages/agent/src/lifeops/seed-routines.d.ts +0 -2
- package/packages/agent/src/lifeops/seed-routines.d.ts.map +0 -1
- package/packages/agent/src/lifeops/seed-routines.js +0 -1
- package/packages/agent/src/lifeops/service.d.ts +0 -2
- package/packages/agent/src/lifeops/service.d.ts.map +0 -1
- package/packages/agent/src/lifeops/service.js +0 -1
- package/packages/agent/src/lifeops/sql.d.ts +0 -2
- package/packages/agent/src/lifeops/sql.d.ts.map +0 -1
- package/packages/agent/src/lifeops/sql.js +0 -1
- package/packages/agent/src/lifeops/time.d.ts +0 -2
- package/packages/agent/src/lifeops/time.d.ts.map +0 -1
- package/packages/agent/src/lifeops/time.js +0 -1
- package/packages/agent/src/lifeops/twilio.d.ts +0 -2
- package/packages/agent/src/lifeops/twilio.d.ts.map +0 -1
- package/packages/agent/src/lifeops/twilio.js +0 -1
- package/packages/agent/src/lifeops/x-poster.d.ts +0 -2
- package/packages/agent/src/lifeops/x-poster.d.ts.map +0 -1
- package/packages/agent/src/lifeops/x-poster.js +0 -1
- package/packages/agent/src/providers/activity-profile.d.ts.map +0 -1
- package/packages/agent/src/providers/activity-profile.js +0 -140
- package/packages/agent/src/providers/inbox-triage.d.ts +0 -2
- package/packages/agent/src/providers/inbox-triage.d.ts.map +0 -1
- package/packages/agent/src/providers/inbox-triage.js +0 -1
- package/packages/agent/src/providers/lifeops.d.ts +0 -2
- package/packages/agent/src/providers/lifeops.d.ts.map +0 -1
- package/packages/agent/src/providers/lifeops.js +0 -1
- package/packages/agent/src/utils/spoken-text.d.ts +0 -2
- package/packages/agent/src/utils/spoken-text.d.ts.map +0 -1
- package/packages/agent/src/utils/spoken-text.js +0 -1
- package/packages/app-core/src/config/config.d.ts +0 -12
- package/packages/app-core/src/config/config.d.ts.map +0 -1
- package/packages/app-core/src/config/config.js +0 -23
- package/packages/app-core/src/types/index.d.ts +0 -649
- package/packages/app-core/src/types/index.d.ts.map +0 -1
- package/packages/app-core/src/types/lifeops-ui.d.ts +0 -10
- package/packages/app-core/src/types/lifeops-ui.d.ts.map +0 -1
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/append.d.ts +0 -4
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/append.d.ts.map +0 -1
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/append.js +0 -150
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/delete.d.ts +0 -4
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/delete.d.ts.map +0 -1
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/delete.js +0 -136
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/list.d.ts +0 -4
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/list.d.ts.map +0 -1
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/list.js +0 -84
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/read-attachment.d.ts +0 -4
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/read-attachment.d.ts.map +0 -1
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/read-attachment.js +0 -107
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/read-file.d.ts +0 -16
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/read-file.d.ts.map +0 -1
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/read-file.js +0 -187
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/read.d.ts +0 -4
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/read.d.ts.map +0 -1
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/read.js +0 -138
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/remove-from-clipboard.d.ts +0 -4
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/remove-from-clipboard.d.ts.map +0 -1
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/remove-from-clipboard.js +0 -96
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/search.d.ts +0 -4
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/search.d.ts.map +0 -1
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/search.js +0 -139
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/write.d.ts +0 -4
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/write.d.ts.map +0 -1
- package/packages/typescript/src/advanced-capabilities/clipboard/actions/write.js +0 -138
- package/packages/typescript/src/advanced-capabilities/clipboard/index.d.ts +0 -39
- package/packages/typescript/src/advanced-capabilities/clipboard/index.d.ts.map +0 -1
- package/packages/typescript/src/advanced-capabilities/clipboard/index.js +0 -78
- package/packages/typescript/src/advanced-capabilities/clipboard/providers/clipboard.d.ts +0 -4
- package/packages/typescript/src/advanced-capabilities/clipboard/providers/clipboard.d.ts.map +0 -1
- package/packages/typescript/src/advanced-capabilities/clipboard/providers/clipboard.js +0 -62
- package/packages/typescript/src/advanced-capabilities/clipboard/services/attachmentContext.d.ts +0 -16
- package/packages/typescript/src/advanced-capabilities/clipboard/services/attachmentContext.d.ts.map +0 -1
- package/packages/typescript/src/advanced-capabilities/clipboard/services/attachmentContext.js +0 -162
- package/packages/typescript/src/advanced-capabilities/clipboard/services/clipboardService.d.ts +0 -65
- package/packages/typescript/src/advanced-capabilities/clipboard/services/clipboardService.d.ts.map +0 -1
- package/packages/typescript/src/advanced-capabilities/clipboard/services/clipboardService.js +0 -352
- package/packages/typescript/src/advanced-capabilities/clipboard/services/taskClipboardPersistence.d.ts +0 -24
- package/packages/typescript/src/advanced-capabilities/clipboard/services/taskClipboardPersistence.d.ts.map +0 -1
- package/packages/typescript/src/advanced-capabilities/clipboard/services/taskClipboardPersistence.js +0 -63
- package/packages/typescript/src/advanced-capabilities/clipboard/services/taskClipboardService.d.ts +0 -29
- package/packages/typescript/src/advanced-capabilities/clipboard/services/taskClipboardService.d.ts.map +0 -1
- package/packages/typescript/src/advanced-capabilities/clipboard/services/taskClipboardService.js +0 -195
- package/packages/typescript/src/advanced-capabilities/clipboard/specs.d.ts +0 -15
- package/packages/typescript/src/advanced-capabilities/clipboard/specs.d.ts.map +0 -1
- package/packages/typescript/src/advanced-capabilities/clipboard/specs.js +0 -164
- package/packages/typescript/src/advanced-capabilities/clipboard/types.d.ts +0 -92
- package/packages/typescript/src/advanced-capabilities/clipboard/types.d.ts.map +0 -1
- package/packages/typescript/src/advanced-capabilities/clipboard/types.js +0 -4
- package/packages/typescript/src/index.d.ts +0 -12
- package/packages/typescript/src/index.d.ts.map +0 -1
- package/packages/typescript/src/index.js +0 -13
- /package/{packages/agent/src/api → apps/app-elizamaker/src}/drop-routes.js +0 -0
- /package/{packages/agent/src/api → apps/app-elizamaker/src}/drop-service.js +0 -0
- /package/{packages/agent/src/api → apps/app-elizamaker/src}/merkle-tree.d.ts +0 -0
- /package/{packages/agent/src/api → apps/app-elizamaker/src}/merkle-tree.js +0 -0
- /package/{packages/agent/src/api → apps/app-elizamaker/src}/og-tracker.d.ts +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/activity-profile/analyzer.d.ts +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/activity-profile/proactive-planner.d.ts +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/activity-profile/proactive-worker.d.ts +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/activity-profile/profile-metadata.d.ts +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/activity-profile/profile-metadata.js +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/activity-profile/types.d.ts +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/activity-profile/types.js +0 -0
- /package/{packages/agent → apps/app-lifeops}/src/providers/activity-profile.d.ts +0 -0
- /package/apps/app-lifeops/src/{selfcontrol/permissions.js → types/app-blocker-settings-card.js} +0 -0
- /package/{packages/app-core → apps/app-lifeops}/src/types/index.js +0 -0
- /package/{packages/app-core/src/types/lifeops-ui.js → apps/app-lifeops/src/types/website-blocker-settings-card.js} +0 -0
- /package/apps/app-lifeops/src/{selfcontrol → website-blocker}/permissions.d.ts +0 -0
|
@@ -1,275 +1,1569 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
/**
|
|
2
|
+
* LifeOps Service — thin facade that composes domain-specific mixins.
|
|
3
|
+
*
|
|
4
|
+
* The implementation lives in the `service-mixin-*.ts` files; standalone
|
|
5
|
+
* helpers live in `service-normalize-*.ts` and `service-helpers-*.ts`.
|
|
6
|
+
* This file only re-exports the public surface that consumers already import.
|
|
7
|
+
*/
|
|
8
|
+
export { LifeOpsServiceError } from "./service-types.js";
|
|
9
|
+
import { LifeOpsServiceBase } from "./service-mixin-core.js";
|
|
10
|
+
declare const LifeOpsServiceComposedBase_base: {
|
|
11
|
+
new (...args: any[]): {
|
|
12
|
+
getHealthConnectorStatus(): Promise<{
|
|
13
|
+
available: boolean;
|
|
14
|
+
backend: import("./health-bridge.js").HealthBackend;
|
|
15
|
+
lastCheckedAt: string;
|
|
16
|
+
}>;
|
|
17
|
+
getHealthDailySummary(date: string): Promise<import("./health-bridge.js").HealthDailySummary>;
|
|
18
|
+
getHealthTrend(days: number): Promise<import("./health-bridge.js").HealthDailySummary[]>;
|
|
19
|
+
getHealthDataPoints(opts: {
|
|
20
|
+
metric: import("./health-bridge.js").HealthDataPoint["metric"];
|
|
21
|
+
startAt: string;
|
|
22
|
+
endAt: string;
|
|
23
|
+
}): Promise<import("./health-bridge.js").HealthDataPoint[]>;
|
|
24
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
25
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
26
|
+
readonly ownerEntityIdValue: string;
|
|
27
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
28
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
29
|
+
adaptiveWindowPolicyCache: {
|
|
30
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
31
|
+
computedAt: number;
|
|
32
|
+
} | null;
|
|
33
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
34
|
+
agentId(): string;
|
|
35
|
+
ownerEntityId(): string;
|
|
36
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
37
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
38
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
39
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
40
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
41
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
42
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
43
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
44
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
45
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
46
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
47
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
48
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
49
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
50
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
51
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
52
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
53
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
54
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
55
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
56
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
57
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
58
|
+
};
|
|
59
|
+
} & {
|
|
60
|
+
new (...args: any[]): {
|
|
61
|
+
generateDossier(input: {
|
|
62
|
+
subject: string;
|
|
63
|
+
calendarEventId?: string | null;
|
|
64
|
+
attendeeHandles?: string[];
|
|
65
|
+
extraContextMd?: string;
|
|
66
|
+
generatedForAt?: string;
|
|
67
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsDossier>;
|
|
68
|
+
getDossier(id: string): Promise<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsDossier | null>;
|
|
69
|
+
getDossierByEvent(calendarEventId: string): Promise<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsDossier | null>;
|
|
70
|
+
listRecentDossiers(opts?: {
|
|
71
|
+
limit?: number;
|
|
72
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsDossier[]>;
|
|
73
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
74
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
75
|
+
readonly ownerEntityIdValue: string;
|
|
76
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
77
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
78
|
+
adaptiveWindowPolicyCache: {
|
|
79
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
80
|
+
computedAt: number;
|
|
81
|
+
} | null;
|
|
82
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
83
|
+
agentId(): string;
|
|
84
|
+
ownerEntityId(): string;
|
|
85
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
86
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
87
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
88
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
89
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
90
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
91
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
92
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
93
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
94
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
95
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
96
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
97
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
98
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
99
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
100
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
101
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
102
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
103
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
104
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
105
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
106
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
107
|
+
};
|
|
108
|
+
} & {
|
|
109
|
+
new (...args: any[]): {
|
|
110
|
+
startNegotiation(input: {
|
|
111
|
+
subject: string;
|
|
112
|
+
relationshipId?: string | null;
|
|
113
|
+
durationMinutes?: number;
|
|
114
|
+
timezone?: string;
|
|
115
|
+
metadata?: Record<string, unknown>;
|
|
116
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsSchedulingNegotiation>;
|
|
117
|
+
getNegotiation(id: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsSchedulingNegotiation | null>;
|
|
118
|
+
listActiveNegotiations(opts?: {
|
|
119
|
+
limit?: number;
|
|
120
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsSchedulingNegotiation[]>;
|
|
121
|
+
proposeTime(input: {
|
|
122
|
+
negotiationId: string;
|
|
123
|
+
startAt: string;
|
|
124
|
+
endAt: string;
|
|
125
|
+
proposedBy: "agent" | "owner" | "counterparty";
|
|
126
|
+
metadata?: Record<string, unknown>;
|
|
127
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsSchedulingProposal>;
|
|
128
|
+
respondToProposal(proposalId: string, status: "accepted" | "declined" | "expired"): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsSchedulingProposal>;
|
|
129
|
+
finalizeNegotiation(id: string, acceptedProposalId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsSchedulingNegotiation>;
|
|
130
|
+
cancelNegotiation(id: string, reason?: string): Promise<void>;
|
|
131
|
+
listProposals(negotiationId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsSchedulingProposal[]>;
|
|
132
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
133
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
134
|
+
readonly ownerEntityIdValue: string;
|
|
135
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
136
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
137
|
+
adaptiveWindowPolicyCache: {
|
|
138
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
139
|
+
computedAt: number;
|
|
140
|
+
} | null;
|
|
141
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
142
|
+
agentId(): string;
|
|
143
|
+
ownerEntityId(): string;
|
|
144
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
145
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
146
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
147
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
148
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
149
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
150
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
151
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
152
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
153
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
154
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
155
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
156
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
157
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
158
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
159
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
160
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
161
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
162
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
163
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
164
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
165
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
166
|
+
};
|
|
167
|
+
} & {
|
|
168
|
+
new (...args: any[]): {
|
|
169
|
+
recordScreenTimeEvent(event: {
|
|
170
|
+
source: "app" | "website";
|
|
171
|
+
identifier: string;
|
|
172
|
+
displayName: string;
|
|
173
|
+
startAt: string;
|
|
174
|
+
endAt?: string | null;
|
|
175
|
+
durationSeconds?: number;
|
|
176
|
+
metadata?: Record<string, unknown>;
|
|
177
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsScreenTimeSession>;
|
|
178
|
+
finishActiveScreenTimeSession(id: string, endAt: string, durationSeconds: number): Promise<void>;
|
|
179
|
+
getScreenTimeDaily(opts: {
|
|
180
|
+
date: string;
|
|
181
|
+
source?: "app" | "website";
|
|
182
|
+
limit?: number;
|
|
183
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsScreenTimeDaily[]>;
|
|
184
|
+
getScreenTimeSummary(opts: {
|
|
185
|
+
since: string;
|
|
186
|
+
until: string;
|
|
187
|
+
source?: "app" | "website";
|
|
188
|
+
topN?: number;
|
|
189
|
+
}): Promise<{
|
|
190
|
+
items: {
|
|
191
|
+
source: "app" | "website";
|
|
192
|
+
identifier: string;
|
|
193
|
+
displayName: string;
|
|
194
|
+
totalSeconds: number;
|
|
195
|
+
}[];
|
|
196
|
+
totalSeconds: number;
|
|
197
|
+
}>;
|
|
198
|
+
aggregateDailyForDate(date: string): Promise<{
|
|
199
|
+
updated: number;
|
|
200
|
+
}>;
|
|
201
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
202
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
203
|
+
readonly ownerEntityIdValue: string;
|
|
204
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
205
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
206
|
+
adaptiveWindowPolicyCache: {
|
|
207
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
208
|
+
computedAt: number;
|
|
209
|
+
} | null;
|
|
210
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
211
|
+
agentId(): string;
|
|
212
|
+
ownerEntityId(): string;
|
|
213
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
214
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
215
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
216
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
217
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
218
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
219
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
220
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
221
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
222
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
223
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
224
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
225
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
226
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
227
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
228
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
229
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
230
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
231
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
232
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
233
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
234
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
235
|
+
};
|
|
236
|
+
} & {
|
|
237
|
+
new (...args: any[]): {
|
|
238
|
+
getWhatsAppConnectorStatus(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWhatsAppConnectorStatus>;
|
|
239
|
+
sendWhatsAppMessage(req: import("./whatsapp-client.js").WhatsAppSendRequest): Promise<{
|
|
240
|
+
ok: true;
|
|
241
|
+
messageId: string;
|
|
242
|
+
}>;
|
|
243
|
+
ingestWhatsAppWebhook(payload: unknown): Promise<{
|
|
244
|
+
ingested: number;
|
|
245
|
+
messages: import("./whatsapp-client.js").WhatsAppMessage[];
|
|
246
|
+
}>;
|
|
247
|
+
syncWhatsAppInbound(): {
|
|
248
|
+
drained: number;
|
|
249
|
+
messages: import("./whatsapp-client.js").WhatsAppMessage[];
|
|
250
|
+
};
|
|
251
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
252
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
253
|
+
readonly ownerEntityIdValue: string;
|
|
254
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
255
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
256
|
+
adaptiveWindowPolicyCache: {
|
|
257
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
258
|
+
computedAt: number;
|
|
259
|
+
} | null;
|
|
260
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
261
|
+
agentId(): string;
|
|
262
|
+
ownerEntityId(): string;
|
|
263
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
264
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
265
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
266
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
267
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
268
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
269
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
270
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
271
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
272
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
273
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
274
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
275
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
276
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
277
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
278
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
279
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
280
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
281
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
282
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
283
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
284
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
285
|
+
};
|
|
286
|
+
} & {
|
|
287
|
+
new (...args: any[]): {
|
|
288
|
+
upsertRelationship(input: Omit<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsRelationship, "id" | "agentId" | "createdAt" | "updatedAt"> & {
|
|
289
|
+
id?: string;
|
|
290
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsRelationship>;
|
|
291
|
+
getRelationship(id: string): Promise<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsRelationship | null>;
|
|
292
|
+
listRelationships(opts?: {
|
|
293
|
+
limit?: number;
|
|
294
|
+
primaryChannel?: import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsMessageChannel;
|
|
295
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsRelationship[]>;
|
|
296
|
+
logInteraction(input: Omit<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsRelationshipInteraction, "id" | "agentId" | "createdAt">): Promise<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsRelationshipInteraction>;
|
|
297
|
+
getInteractions(relationshipId: string, opts?: {
|
|
298
|
+
limit?: number;
|
|
299
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsRelationshipInteraction[]>;
|
|
300
|
+
getDaysSinceContact(relationshipId: string): Promise<number | null>;
|
|
301
|
+
createFollowUp(input: Omit<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsFollowUp, "status" | "id" | "agentId" | "createdAt" | "updatedAt"> & {
|
|
302
|
+
status?: import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsFollowUpStatus;
|
|
303
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsFollowUp>;
|
|
304
|
+
completeFollowUp(id: string): Promise<void>;
|
|
305
|
+
snoozeFollowUp(id: string, newDueAt: string): Promise<void>;
|
|
306
|
+
listFollowUps(opts?: {
|
|
307
|
+
status?: import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsFollowUpStatus;
|
|
308
|
+
dueOnOrBefore?: string;
|
|
309
|
+
limit?: number;
|
|
310
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsFollowUp[]>;
|
|
311
|
+
getDailyFollowUpQueue(opts?: {
|
|
312
|
+
date?: string;
|
|
313
|
+
limit?: number;
|
|
314
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsFollowUp[]>;
|
|
315
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
316
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
317
|
+
readonly ownerEntityIdValue: string;
|
|
318
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
319
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
320
|
+
adaptiveWindowPolicyCache: {
|
|
321
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
322
|
+
computedAt: number;
|
|
323
|
+
} | null;
|
|
324
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
325
|
+
agentId(): string;
|
|
326
|
+
ownerEntityId(): string;
|
|
327
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
328
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
329
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
330
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
331
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
332
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
333
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
334
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
335
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
336
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
337
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
338
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
339
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
340
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
341
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
342
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
343
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
344
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
345
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
346
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
347
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
348
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
349
|
+
};
|
|
350
|
+
} & {
|
|
351
|
+
new (...args: any[]): {
|
|
352
|
+
getIMessageConnectorStatus(): Promise<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsIMessageConnectorStatus>;
|
|
353
|
+
sendIMessage(req: import("./imessage-bridge.js").IMessageSendRequest): Promise<{
|
|
354
|
+
ok: true;
|
|
355
|
+
messageId?: string;
|
|
356
|
+
}>;
|
|
357
|
+
readIMessages(opts: {
|
|
358
|
+
chatId?: string;
|
|
359
|
+
since?: string;
|
|
360
|
+
limit?: number;
|
|
361
|
+
}): Promise<import("./imessage-bridge.js").IMessageRecord[]>;
|
|
362
|
+
listIMessageChats(): Promise<import("./imessage-bridge.js").IMessageChat[]>;
|
|
363
|
+
searchIMessages(opts: {
|
|
364
|
+
query: string;
|
|
365
|
+
chatId?: string;
|
|
366
|
+
limit?: number;
|
|
367
|
+
}): Promise<import("./imessage-bridge.js").IMessageRecord[]>;
|
|
368
|
+
getIMessageDeliveryStatus(messageIds: string[]): Promise<import("./imessage-bridge.js").IMessageDeliveryResult[]>;
|
|
369
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
370
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
371
|
+
readonly ownerEntityIdValue: string;
|
|
372
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
373
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
374
|
+
adaptiveWindowPolicyCache: {
|
|
375
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
376
|
+
computedAt: number;
|
|
377
|
+
} | null;
|
|
378
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
379
|
+
agentId(): string;
|
|
380
|
+
ownerEntityId(): string;
|
|
381
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
382
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
383
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
384
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
385
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
386
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
387
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
388
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
389
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
390
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
391
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
392
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
393
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
394
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
395
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
396
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
397
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
398
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
399
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
400
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
401
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
402
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
403
|
+
};
|
|
404
|
+
} & {
|
|
405
|
+
new (...args: any[]): {
|
|
406
|
+
lifeOpsSignalServiceConnected(): boolean;
|
|
407
|
+
lifeOpsSignalServiceRegistered(): boolean;
|
|
408
|
+
lifeOpsEnsureSignalRuntimeReady(authDir: string, phoneNumber: string): Promise<void>;
|
|
409
|
+
lifeOpsClearSignalRuntimeConfig(authDir: string | null, phoneNumber: string | null): Promise<void>;
|
|
410
|
+
getSignalConnectorStatus(side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsSignalConnectorStatus>;
|
|
411
|
+
startSignalPairing(side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide): Promise<import("@elizaos/shared/contracts/lifeops.js").StartLifeOpsSignalPairingResponse>;
|
|
412
|
+
getSignalPairingStatus(sessionId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsSignalPairingStatus>;
|
|
413
|
+
stopSignalPairing(side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide): import("@elizaos/shared/contracts/lifeops.js").LifeOpsSignalPairingStatus;
|
|
414
|
+
disconnectSignal(side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsSignalConnectorStatus>;
|
|
415
|
+
readSignalInbound(limit?: number): Promise<LifeOpsSignalInboundMessage[]>;
|
|
416
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
417
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
418
|
+
readonly ownerEntityIdValue: string;
|
|
419
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
420
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
421
|
+
adaptiveWindowPolicyCache: {
|
|
422
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
423
|
+
computedAt: number;
|
|
424
|
+
} | null;
|
|
425
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
426
|
+
agentId(): string;
|
|
427
|
+
ownerEntityId(): string;
|
|
428
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
429
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
430
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
431
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
432
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
433
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
434
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
435
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
436
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
437
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
438
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
439
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
440
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
441
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
442
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
443
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
444
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
445
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
446
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
447
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
448
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
449
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
450
|
+
};
|
|
451
|
+
} & {
|
|
452
|
+
new (...args: any[]): {
|
|
453
|
+
lifeOpsDiscordProbeTab(tabId: string | null): Promise<import("./discord-browser-scraper.js").DiscordTabProbe | null>;
|
|
454
|
+
lifeOpsDiscordGetBrowserSessionById(sessionId: string | null): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSession | null>;
|
|
455
|
+
lifeOpsDiscordGetOwnerBrowserDiscordState(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant | null): Promise<{
|
|
456
|
+
available: boolean;
|
|
457
|
+
canControl: boolean;
|
|
458
|
+
selectedCompanion: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null;
|
|
459
|
+
discordTab: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserTabSummary | null;
|
|
460
|
+
probe: import("./discord-browser-scraper.js").DiscordTabProbe | null;
|
|
461
|
+
session: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSession | null;
|
|
462
|
+
lastError: string | null;
|
|
463
|
+
reason: import("@elizaos/shared/contracts/lifeops.js").LifeOpsMessagingConnectorReason;
|
|
464
|
+
}>;
|
|
465
|
+
lifeOpsDiscordBuildWorkspaceStatus(normalizedSide: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide, grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant | null): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsDiscordConnectorStatus>;
|
|
466
|
+
getDiscordConnectorStatus(side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsDiscordConnectorStatus>;
|
|
467
|
+
authorizeDiscordConnector(side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsDiscordConnectorStatus>;
|
|
468
|
+
searchDiscordMessages(request: {
|
|
469
|
+
side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide;
|
|
470
|
+
query: string;
|
|
471
|
+
channelId?: string;
|
|
472
|
+
}): Promise<import("./discord-browser-scraper.js").DiscordMessageSearchResult[]>;
|
|
473
|
+
captureDiscordDeliveryStatus(side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide): Promise<import("./discord-browser-scraper.js").DiscordMessageSearchResult[]>;
|
|
474
|
+
disconnectDiscord(side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsDiscordConnectorStatus>;
|
|
475
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
476
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
477
|
+
readonly ownerEntityIdValue: string;
|
|
478
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
479
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
480
|
+
adaptiveWindowPolicyCache: {
|
|
481
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
482
|
+
computedAt: number;
|
|
483
|
+
} | null;
|
|
484
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
485
|
+
agentId(): string;
|
|
486
|
+
ownerEntityId(): string;
|
|
487
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
488
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
489
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
490
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
491
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
492
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
493
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
494
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
495
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
496
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
497
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
498
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
499
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
500
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
501
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
502
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
503
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
504
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
505
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
506
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
507
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
508
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
509
|
+
};
|
|
510
|
+
} & {
|
|
511
|
+
new (...args: any[]): {
|
|
512
|
+
getTelegramConnectorStatus(requestedSide?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsTelegramConnectorStatus>;
|
|
513
|
+
startTelegramAuth(request: import("@elizaos/shared/contracts/lifeops.js").StartLifeOpsTelegramAuthRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").StartLifeOpsTelegramAuthResponse>;
|
|
514
|
+
submitTelegramAuth(request: import("@elizaos/shared/contracts/lifeops.js").SubmitLifeOpsTelegramAuthRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").StartLifeOpsTelegramAuthResponse>;
|
|
515
|
+
disconnectTelegram(requestedSide?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsTelegramConnectorStatus>;
|
|
516
|
+
sendTelegramMessage(request: {
|
|
517
|
+
side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide;
|
|
518
|
+
target: string;
|
|
519
|
+
message: string;
|
|
520
|
+
}): Promise<{
|
|
521
|
+
ok: true;
|
|
522
|
+
messageId: string | null;
|
|
523
|
+
}>;
|
|
524
|
+
verifyTelegramConnector(request: import("@elizaos/shared/contracts/lifeops.js").VerifyLifeOpsTelegramConnectorRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").VerifyLifeOpsTelegramConnectorResponse>;
|
|
525
|
+
searchTelegramMessages(request: {
|
|
526
|
+
side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide;
|
|
527
|
+
query: string;
|
|
528
|
+
scope?: string;
|
|
529
|
+
limit?: number;
|
|
530
|
+
}): Promise<import("./telegram-local-client.js").TelegramMessageSearchResult[]>;
|
|
531
|
+
getTelegramDeliveryStatus(request: {
|
|
532
|
+
side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide;
|
|
533
|
+
target: string;
|
|
534
|
+
messageIds: string[];
|
|
535
|
+
}): Promise<import("./telegram-local-client.js").TelegramReadReceiptResult[]>;
|
|
536
|
+
persistTelegramGrant(side: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide, phone: string, authIdentity?: {
|
|
537
|
+
id: string;
|
|
538
|
+
username: string;
|
|
539
|
+
firstName: string;
|
|
540
|
+
}): Promise<void>;
|
|
541
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
542
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
543
|
+
readonly ownerEntityIdValue: string;
|
|
544
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
545
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
546
|
+
adaptiveWindowPolicyCache: {
|
|
547
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
548
|
+
computedAt: number;
|
|
549
|
+
} | null;
|
|
550
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
551
|
+
agentId(): string;
|
|
552
|
+
ownerEntityId(): string;
|
|
553
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
554
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
555
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
556
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
557
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
558
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
559
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
560
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
561
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
562
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
563
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
564
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
565
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
566
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
567
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
568
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
569
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
570
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
571
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
572
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
573
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
574
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
575
|
+
};
|
|
576
|
+
} & {
|
|
577
|
+
new (...args: any[]): {
|
|
578
|
+
syncXDms(opts?: {
|
|
579
|
+
limit?: number;
|
|
580
|
+
}): Promise<{
|
|
581
|
+
synced: number;
|
|
582
|
+
}>;
|
|
583
|
+
syncXFeed(feedType: import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsXFeedType, opts?: {
|
|
584
|
+
limit?: number;
|
|
585
|
+
} & {
|
|
586
|
+
query?: string;
|
|
587
|
+
}): Promise<{
|
|
588
|
+
synced: number;
|
|
589
|
+
}>;
|
|
590
|
+
searchXPosts(query: string, opts?: {
|
|
591
|
+
limit?: number;
|
|
592
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsXFeedItem[]>;
|
|
593
|
+
getXDms(opts?: {
|
|
594
|
+
conversationId?: string;
|
|
595
|
+
limit?: number;
|
|
596
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsXDm[]>;
|
|
597
|
+
getXFeedItems(feedType: import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsXFeedType, opts?: {
|
|
598
|
+
limit?: number;
|
|
599
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsXFeedItem[]>;
|
|
600
|
+
readXInboundDms(opts?: {
|
|
601
|
+
limit?: number;
|
|
602
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops-extensions.js").LifeOpsXDm[]>;
|
|
603
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
604
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
605
|
+
readonly ownerEntityIdValue: string;
|
|
606
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
607
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
608
|
+
adaptiveWindowPolicyCache: {
|
|
609
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
610
|
+
computedAt: number;
|
|
611
|
+
} | null;
|
|
612
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
613
|
+
agentId(): string;
|
|
614
|
+
ownerEntityId(): string;
|
|
615
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
616
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
617
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
618
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
619
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
620
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
621
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
622
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
623
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
624
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
625
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
626
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
627
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
628
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
629
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
630
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
631
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
632
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
633
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
634
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
635
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
636
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
637
|
+
};
|
|
638
|
+
} & {
|
|
639
|
+
new (...args: any[]): {
|
|
640
|
+
getXConnectorStatus(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsXConnectorStatus>;
|
|
641
|
+
upsertXConnector(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsXConnectorRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsXConnectorStatus>;
|
|
642
|
+
createXPost(request: import("@elizaos/shared/contracts/lifeops.js").CreateLifeOpsXPostRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsXPostResponse>;
|
|
643
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
644
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
645
|
+
readonly ownerEntityIdValue: string;
|
|
646
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
647
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
648
|
+
adaptiveWindowPolicyCache: {
|
|
649
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
650
|
+
computedAt: number;
|
|
651
|
+
} | null;
|
|
652
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
653
|
+
agentId(): string;
|
|
654
|
+
ownerEntityId(): string;
|
|
655
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
656
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
657
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
658
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
659
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
660
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
661
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
662
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
663
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
664
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
665
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
666
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
667
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
668
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
669
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
670
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
671
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
672
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
673
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
674
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
675
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
676
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
677
|
+
};
|
|
678
|
+
} & {
|
|
679
|
+
new (...args: any[]): {
|
|
680
|
+
deleteGoal(goalId: string): Promise<void>;
|
|
681
|
+
listGoals(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalRecord[]>;
|
|
682
|
+
getGoal(goalId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalRecord>;
|
|
683
|
+
createGoal(request: import("@elizaos/shared/contracts/lifeops.js").CreateLifeOpsGoalRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalRecord>;
|
|
684
|
+
updateGoal(goalId: string, request: import("@elizaos/shared/contracts/lifeops.js").UpdateLifeOpsGoalRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalRecord>;
|
|
685
|
+
collectLinkedDefinitionsForGoal(goalRecord: import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalRecord): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsTaskDefinition[]>;
|
|
686
|
+
collectOccurrenceViewsForDefinitions(definitions: import("@elizaos/shared/contracts/lifeops.js").LifeOpsTaskDefinition[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsOccurrenceView[]>;
|
|
687
|
+
deriveGoalReviewState(goal: import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalDefinition, definitions: import("@elizaos/shared/contracts/lifeops.js").LifeOpsTaskDefinition[], activeOccurrences: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOccurrenceView[], overdueOccurrences: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOccurrenceView[], recentCompletions: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOccurrenceView[], lastActivityAt: string | null, now: Date): import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalDefinition["reviewState"];
|
|
688
|
+
buildGoalReviewExplanation(args: {
|
|
689
|
+
goal: import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalDefinition;
|
|
690
|
+
linkedDefinitionCount: number;
|
|
691
|
+
activeOccurrenceCount: number;
|
|
692
|
+
overdueOccurrenceCount: number;
|
|
693
|
+
completedLast7Days: number;
|
|
694
|
+
reviewState: import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalDefinition["reviewState"];
|
|
695
|
+
lastActivityAt: string | null;
|
|
696
|
+
}): string;
|
|
697
|
+
buildGoalSupportSuggestions(args: {
|
|
698
|
+
goal: import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalDefinition;
|
|
699
|
+
linkedDefinitions: import("@elizaos/shared/contracts/lifeops.js").LifeOpsTaskDefinition[];
|
|
700
|
+
activeOccurrences: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOccurrenceView[];
|
|
701
|
+
overdueOccurrences: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOccurrenceView[];
|
|
702
|
+
recentCompletions: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOccurrenceView[];
|
|
703
|
+
}): import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalSupportSuggestion[];
|
|
704
|
+
formatLocalHourMinute(isoValue: string | null, timeZone: string): string | null;
|
|
705
|
+
median(values: number[]): number | null;
|
|
706
|
+
buildGoalSemanticEvidence(args: {
|
|
707
|
+
activeOccurrences: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOccurrenceView[];
|
|
708
|
+
goal: import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalDefinition;
|
|
709
|
+
lastActivityAt: string | null;
|
|
710
|
+
linkedDefinitions: import("@elizaos/shared/contracts/lifeops.js").LifeOpsTaskDefinition[];
|
|
711
|
+
overdueOccurrences: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOccurrenceView[];
|
|
712
|
+
recentCompletions: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOccurrenceView[];
|
|
713
|
+
reviewState: import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalDefinition["reviewState"];
|
|
714
|
+
summary: import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalReview["summary"];
|
|
715
|
+
now: Date;
|
|
716
|
+
}): Promise<Record<string, unknown>>;
|
|
717
|
+
getCachedSemanticGoalReview(args: {
|
|
718
|
+
goal: import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalDefinition;
|
|
719
|
+
now: Date;
|
|
720
|
+
}): import("./goal-grounding.js").GoalSemanticReviewMetadata;
|
|
721
|
+
syncComputedGoalReviewState(goal: import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalDefinition, reviewState: import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalDefinition["reviewState"], summary: import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalReview["summary"], semanticReview: ReturnType<typeof import("./goal-grounding.js").buildGoalSemanticReviewMetadata> | null, now: Date): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalDefinition>;
|
|
722
|
+
buildGoalReview(goalRecord: import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalRecord, now: Date, options?: {
|
|
723
|
+
allowSemanticEvaluation?: boolean;
|
|
724
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalReview>;
|
|
725
|
+
reviewGoal(goalId: string, now?: Date): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalReview>;
|
|
726
|
+
explainOccurrence(occurrenceId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsOccurrenceExplanation>;
|
|
727
|
+
refreshGoalReviewStates(now: Date): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoalDefinition[]>;
|
|
728
|
+
getOverview(now?: Date): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsOverview>;
|
|
729
|
+
listChannelPolicies(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsChannelPolicy[]>;
|
|
730
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
731
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
732
|
+
readonly ownerEntityIdValue: string;
|
|
733
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
734
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
735
|
+
adaptiveWindowPolicyCache: {
|
|
736
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
737
|
+
computedAt: number;
|
|
738
|
+
} | null;
|
|
739
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
740
|
+
agentId(): string;
|
|
741
|
+
ownerEntityId(): string;
|
|
742
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
743
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
744
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
745
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
746
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
747
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
748
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
749
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
750
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
751
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
752
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
753
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
754
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
755
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
756
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
757
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
758
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
759
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
760
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
761
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
762
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
763
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
764
|
+
};
|
|
765
|
+
} & {
|
|
766
|
+
new (...args: any[]): {
|
|
767
|
+
listDefinitions(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsDefinitionRecord[]>;
|
|
768
|
+
getDefinition(definitionId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsDefinitionRecord>;
|
|
769
|
+
createDefinition(request: import("@elizaos/shared/contracts/lifeops.js").CreateLifeOpsDefinitionRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsDefinitionRecord>;
|
|
770
|
+
checkAndOfferSeeding(): Promise<{
|
|
771
|
+
needsSeeding: boolean;
|
|
772
|
+
availableTemplates: import("./seed-routines.js").RoutineSeedTemplate[];
|
|
773
|
+
}>;
|
|
774
|
+
markSeedingOffered(): Promise<void>;
|
|
775
|
+
applySeedRoutines(keys: string[], timezone?: string): Promise<string[]>;
|
|
776
|
+
updateDefinition(definitionId: string, request: import("@elizaos/shared/contracts/lifeops.js").UpdateLifeOpsDefinitionRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsDefinitionRecord>;
|
|
777
|
+
deleteDefinition(definitionId: string): Promise<void>;
|
|
778
|
+
completeOccurrence(occurrenceId: string, request: import("@elizaos/shared/contracts/lifeops.js").CompleteLifeOpsOccurrenceRequest, now?: Date): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsOccurrenceView>;
|
|
779
|
+
skipOccurrence(occurrenceId: string, now?: Date): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsOccurrenceView>;
|
|
780
|
+
snoozeOccurrence(occurrenceId: string, request: import("@elizaos/shared/contracts/lifeops.js").SnoozeLifeOpsOccurrenceRequest, now?: Date): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsOccurrenceView>;
|
|
781
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
782
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
783
|
+
readonly ownerEntityIdValue: string;
|
|
784
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
785
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
786
|
+
adaptiveWindowPolicyCache: {
|
|
787
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
788
|
+
computedAt: number;
|
|
789
|
+
} | null;
|
|
790
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
791
|
+
agentId(): string;
|
|
792
|
+
ownerEntityId(): string;
|
|
793
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
794
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
795
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
796
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
797
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
798
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
799
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
800
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
801
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
802
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
803
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
804
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
805
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
806
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
807
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
808
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
809
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
810
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
811
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
812
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
813
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
814
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
815
|
+
};
|
|
816
|
+
} & {
|
|
817
|
+
new (...args: any[]): {
|
|
818
|
+
readWorkflowSchedulerState(workflow: import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition): import("./service-types.js").LifeOpsWorkflowSchedulerState | null;
|
|
819
|
+
computeWorkflowNextDueAt(workflow: import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition, cursorIso?: string | null): string | null;
|
|
820
|
+
withWorkflowSchedulerState(workflow: import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition, state: import("./service-types.js").LifeOpsWorkflowSchedulerState | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition;
|
|
821
|
+
initializeWorkflowSchedulerState(workflow: import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition): import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition;
|
|
822
|
+
runDueWorkflows(args: {
|
|
823
|
+
now: string;
|
|
824
|
+
limit: number;
|
|
825
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowRun[]>;
|
|
826
|
+
listWorkflows(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowRecord[]>;
|
|
827
|
+
getWorkflow(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowRecord>;
|
|
828
|
+
createWorkflow(request: import("@elizaos/shared/contracts/lifeops.js").CreateLifeOpsWorkflowRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowRecord>;
|
|
829
|
+
updateWorkflow(workflowId: string, request: import("@elizaos/shared/contracts/lifeops.js").UpdateLifeOpsWorkflowRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowRecord>;
|
|
830
|
+
executeWorkflowDefinition(definition: import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition, args: {
|
|
831
|
+
startedAt: string;
|
|
832
|
+
confirmBrowserActions: boolean;
|
|
833
|
+
request: Record<string, unknown>;
|
|
834
|
+
}): Promise<import("./service-types.js").ExecuteWorkflowResult>;
|
|
835
|
+
runWorkflow(workflowId: string, request?: {
|
|
836
|
+
now?: string;
|
|
837
|
+
confirmBrowserActions?: boolean;
|
|
838
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowRun>;
|
|
839
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
840
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
841
|
+
readonly ownerEntityIdValue: string;
|
|
842
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
843
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
844
|
+
adaptiveWindowPolicyCache: {
|
|
845
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
846
|
+
computedAt: number;
|
|
847
|
+
} | null;
|
|
848
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
849
|
+
agentId(): string;
|
|
850
|
+
ownerEntityId(): string;
|
|
851
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
852
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
853
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
854
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
855
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
856
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
857
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
858
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
859
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
860
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
861
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
862
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
863
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
864
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
865
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
866
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
867
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
868
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
869
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
870
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
871
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
872
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
873
|
+
};
|
|
874
|
+
} & {
|
|
875
|
+
new (...args: any[]): {
|
|
876
|
+
createBrowserSessionInternal(request: import("@elizaos/shared/contracts/lifeops.js").CreateLifeOpsBrowserSessionRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSession>;
|
|
877
|
+
requireBrowserCompanion(companionId: string, pairingToken: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus>;
|
|
878
|
+
claimQueuedBrowserSession(companion: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSession | null>;
|
|
879
|
+
requireBrowserSessionForCompanion(companion: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus, sessionId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSession>;
|
|
880
|
+
getBrowserSettings(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
881
|
+
updateBrowserSettings(request: import("@elizaos/shared/contracts/lifeops.js").UpdateLifeOpsBrowserSettingsRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
882
|
+
listBrowserCompanions(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus[]>;
|
|
883
|
+
listBrowserTabs(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserTabSummary[]>;
|
|
884
|
+
getCurrentBrowserPage(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserPageContext | null>;
|
|
885
|
+
syncBrowserState(request: import("@elizaos/shared/contracts/lifeops.js").SyncLifeOpsBrowserStateRequest): Promise<{
|
|
886
|
+
companion: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
887
|
+
tabs: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserTabSummary[];
|
|
888
|
+
currentPage: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserPageContext | null;
|
|
889
|
+
}>;
|
|
890
|
+
createBrowserCompanionPairing(request: import("@elizaos/shared/contracts/lifeops.js").CreateLifeOpsBrowserCompanionPairingRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionPairingResponse>;
|
|
891
|
+
autoPairBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").CreateLifeOpsBrowserCompanionAutoPairRequest, apiBaseUrl: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionAutoPairResponse>;
|
|
892
|
+
syncBrowserCompanion(companionId: string, pairingToken: string, request: import("@elizaos/shared/contracts/lifeops.js").SyncLifeOpsBrowserStateRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionSyncResponse>;
|
|
893
|
+
listBrowserSessions(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSession[]>;
|
|
894
|
+
getBrowserSession(sessionId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSession>;
|
|
895
|
+
createBrowserSession(request: import("@elizaos/shared/contracts/lifeops.js").CreateLifeOpsBrowserSessionRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSession>;
|
|
896
|
+
confirmBrowserSession(sessionId: string, request: import("@elizaos/shared/contracts/lifeops.js").ConfirmLifeOpsBrowserSessionRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSession>;
|
|
897
|
+
completeBrowserSession(sessionId: string, request: import("@elizaos/shared/contracts/lifeops.js").CompleteLifeOpsBrowserSessionRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSession>;
|
|
898
|
+
updateBrowserSessionProgressFromCompanion(companionId: string, pairingToken: string, sessionId: string, request: import("@elizaos/shared/contracts/lifeops.js").UpdateLifeOpsBrowserSessionProgressRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSession>;
|
|
899
|
+
completeBrowserSessionFromCompanion(companionId: string, pairingToken: string, sessionId: string, request: import("@elizaos/shared/contracts/lifeops.js").CompleteLifeOpsBrowserSessionRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSession>;
|
|
900
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
901
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
902
|
+
readonly ownerEntityIdValue: string;
|
|
903
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
904
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
905
|
+
adaptiveWindowPolicyCache: {
|
|
906
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
907
|
+
computedAt: number;
|
|
908
|
+
} | null;
|
|
909
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
910
|
+
agentId(): string;
|
|
911
|
+
ownerEntityId(): string;
|
|
912
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
913
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
914
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
915
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
916
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
917
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
918
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
919
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
920
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
921
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
922
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
923
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
924
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
925
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
926
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
927
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
928
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
929
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
930
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
931
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
932
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
933
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
934
|
+
};
|
|
935
|
+
} & {
|
|
936
|
+
new (...args: any[]): {
|
|
937
|
+
emitInAppReminderNudge(args: {
|
|
938
|
+
text: string;
|
|
939
|
+
ownerType: "occurrence" | "calendar_event";
|
|
940
|
+
ownerId: string;
|
|
941
|
+
subjectType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsSubjectType;
|
|
942
|
+
scheduledFor: string;
|
|
943
|
+
dueAt: string | null;
|
|
944
|
+
}): void;
|
|
945
|
+
readRecentReminderConversation(args: {
|
|
946
|
+
subjectType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsSubjectType;
|
|
947
|
+
limit?: number;
|
|
948
|
+
}): Promise<string[]>;
|
|
949
|
+
renderReminderBody(args: {
|
|
950
|
+
title: string;
|
|
951
|
+
scheduledFor: string;
|
|
952
|
+
dueAt: string | null;
|
|
953
|
+
channel: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderStep["channel"];
|
|
954
|
+
lifecycle: "plan" | "escalation";
|
|
955
|
+
urgency: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderUrgency;
|
|
956
|
+
subjectType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsSubjectType;
|
|
957
|
+
nearbyReminderTitles?: string[];
|
|
958
|
+
}): Promise<string>;
|
|
959
|
+
renderWorkflowRunBody(args: {
|
|
960
|
+
workflow: Pick<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition, "title" | "subjectType">;
|
|
961
|
+
run: Pick<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowRun, "status">;
|
|
962
|
+
}): Promise<string>;
|
|
963
|
+
emitWorkflowRunNudge(workflow: import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition, run: import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowRun): Promise<void>;
|
|
964
|
+
withNativeAppleReminderId(definition: import("@elizaos/shared/contracts/lifeops.js").LifeOpsTaskDefinition, reminderId: string | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsTaskDefinition;
|
|
965
|
+
syncNativeAppleReminderForDefinition(args: {
|
|
966
|
+
definition: import("@elizaos/shared/contracts/lifeops.js").LifeOpsTaskDefinition | null;
|
|
967
|
+
previousDefinition?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsTaskDefinition | null;
|
|
968
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsTaskDefinition | null>;
|
|
969
|
+
getDefinitionRecord(definitionId: string, now?: Date): Promise<{
|
|
970
|
+
definition: import("@elizaos/shared/contracts/lifeops.js").LifeOpsTaskDefinition;
|
|
971
|
+
reminderPlan: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderPlan | null;
|
|
972
|
+
performance: ReturnType<typeof import("./service-helpers-occurrence.js").computeDefinitionPerformance>;
|
|
973
|
+
}>;
|
|
974
|
+
getGoalRecord(goalId: string): Promise<{
|
|
975
|
+
goal: Awaited<ReturnType<import("./repository.js").LifeOpsRepository["getGoal"]>>;
|
|
976
|
+
links: Awaited<ReturnType<import("./repository.js").LifeOpsRepository["listGoalLinksForGoal"]>>;
|
|
977
|
+
}>;
|
|
978
|
+
ensureGoalExists(goalId: string | null, ownership?: Pick<LifeOpsOwnership, "domain" | "subjectType" | "subjectId">): Promise<string | null>;
|
|
979
|
+
syncGoalLink(definition: import("@elizaos/shared/contracts/lifeops.js").LifeOpsTaskDefinition): Promise<void>;
|
|
980
|
+
syncReminderPlan(definition: import("@elizaos/shared/contracts/lifeops.js").LifeOpsTaskDefinition, draft: {
|
|
981
|
+
steps: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderStep[];
|
|
982
|
+
mutePolicy: Record<string, unknown>;
|
|
983
|
+
quietHours: Record<string, unknown>;
|
|
984
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderPlan | null>;
|
|
985
|
+
resolveAdaptiveWindowPolicy(timezone: string, now: Date): Promise<ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy> | null>;
|
|
986
|
+
refreshDefinitionOccurrences(definition: import("@elizaos/shared/contracts/lifeops.js").LifeOpsTaskDefinition, now?: Date): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsOccurrence[]>;
|
|
987
|
+
getFreshOccurrence(occurrenceId: string, now?: Date): Promise<{
|
|
988
|
+
definition: import("@elizaos/shared/contracts/lifeops.js").LifeOpsTaskDefinition;
|
|
989
|
+
occurrence: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOccurrence;
|
|
990
|
+
}>;
|
|
991
|
+
resolvePrimaryChannelPolicy(channelType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsChannelPolicy["channelType"]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsChannelPolicy | null>;
|
|
992
|
+
resolveRuntimeReminderTarget(channel: Exclude<import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderStep["channel"], "in_app" | "sms" | "voice">, policy: import("@elizaos/shared/contracts/lifeops.js").LifeOpsChannelPolicy | null, ownerContacts?: import("@elizaos/agent").OwnerContactsConfig, ownerContactHints?: Record<string, import("@elizaos/agent/config/owner-contacts.js").OwnerContactRoutingHint>): Promise<{
|
|
993
|
+
source: string;
|
|
994
|
+
connectorRef: string;
|
|
995
|
+
target: import("@elizaos/core").TargetInfo;
|
|
996
|
+
resolution: {
|
|
997
|
+
sourceOfTruth: "config" | "relationships" | "config+relationships";
|
|
998
|
+
preferredCommunicationChannel: string | null;
|
|
999
|
+
platformIdentities: Array<{
|
|
1000
|
+
platform: string;
|
|
1001
|
+
handle: string;
|
|
1002
|
+
status?: string;
|
|
1003
|
+
}>;
|
|
1004
|
+
lastResponseAt: string | null;
|
|
1005
|
+
lastResponseChannel: string | null;
|
|
1006
|
+
};
|
|
1007
|
+
}>;
|
|
1008
|
+
readReminderActivityProfileSnapshot(): Promise<{
|
|
1009
|
+
primaryPlatform: string | null;
|
|
1010
|
+
secondaryPlatform: string | null;
|
|
1011
|
+
lastSeenPlatform: string | null;
|
|
1012
|
+
isCurrentlyActive: boolean;
|
|
1013
|
+
lastSeenAt: number | null;
|
|
1014
|
+
} | null>;
|
|
1015
|
+
scanReadReceipts(attempts: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderAttempt[], activityProfile: {
|
|
1016
|
+
primaryPlatform: string | null;
|
|
1017
|
+
secondaryPlatform: string | null;
|
|
1018
|
+
lastSeenPlatform: string | null;
|
|
1019
|
+
isCurrentlyActive: boolean;
|
|
1020
|
+
lastSeenAt: number | null;
|
|
1021
|
+
} | null, now: Date): Promise<void>;
|
|
1022
|
+
buildReminderPlanSchedule(args: {
|
|
1023
|
+
ownerType: "occurrence" | "calendar_event";
|
|
1024
|
+
ownerId: string;
|
|
1025
|
+
occurrenceId: string | null;
|
|
1026
|
+
title: string;
|
|
1027
|
+
plan: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderPlan;
|
|
1028
|
+
occurrence?: Pick<import("@elizaos/shared/contracts/lifeops.js").LifeOpsOccurrenceView, "relevanceStartAt" | "snoozedUntil"> | null;
|
|
1029
|
+
eventStartAt?: string | null;
|
|
1030
|
+
}): {
|
|
1031
|
+
ownerType: "occurrence" | "calendar_event";
|
|
1032
|
+
ownerId: string;
|
|
1033
|
+
occurrenceId: string | null;
|
|
1034
|
+
title: string;
|
|
1035
|
+
channel: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderStep["channel"];
|
|
1036
|
+
stepIndex: number;
|
|
1037
|
+
scheduledFor: string;
|
|
1038
|
+
}[];
|
|
1039
|
+
resolveReminderEscalationChannels(args: {
|
|
1040
|
+
activityProfile: {
|
|
1041
|
+
primaryPlatform: string | null;
|
|
1042
|
+
secondaryPlatform: string | null;
|
|
1043
|
+
lastSeenPlatform: string | null;
|
|
1044
|
+
isCurrentlyActive: boolean;
|
|
1045
|
+
lastSeenAt: number | null;
|
|
1046
|
+
} | null;
|
|
1047
|
+
policies: import("@elizaos/shared/contracts/lifeops.js").LifeOpsChannelPolicy[];
|
|
1048
|
+
urgency: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderUrgency;
|
|
1049
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderChannel[]>;
|
|
1050
|
+
markReminderEscalationStarted(args: {
|
|
1051
|
+
ownerType: "occurrence" | "calendar_event";
|
|
1052
|
+
ownerId: string;
|
|
1053
|
+
attemptedAt: string;
|
|
1054
|
+
channel: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderChannel;
|
|
1055
|
+
outcome: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderAttemptOutcome;
|
|
1056
|
+
}): Promise<void>;
|
|
1057
|
+
resolveReminderEscalation(args: {
|
|
1058
|
+
ownerType: "occurrence" | "calendar_event";
|
|
1059
|
+
ownerId: string;
|
|
1060
|
+
resolvedAt: string;
|
|
1061
|
+
resolution: "acknowledged" | "completed" | "skipped" | "snoozed";
|
|
1062
|
+
note?: string | null;
|
|
1063
|
+
}): Promise<void>;
|
|
1064
|
+
dispatchDueReminderEscalation(args: {
|
|
1065
|
+
plan: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderPlan;
|
|
1066
|
+
ownerType: "occurrence" | "calendar_event";
|
|
1067
|
+
ownerId: string;
|
|
1068
|
+
occurrenceId: string | null;
|
|
1069
|
+
subjectType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsSubjectType;
|
|
1070
|
+
title: string;
|
|
1071
|
+
dueAt: string | null;
|
|
1072
|
+
urgency: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderUrgency;
|
|
1073
|
+
intensity: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderIntensity;
|
|
1074
|
+
quietHours: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderPlan["quietHours"];
|
|
1075
|
+
attemptedAt: string;
|
|
1076
|
+
now: Date;
|
|
1077
|
+
attempts: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderAttempt[];
|
|
1078
|
+
policies: import("@elizaos/shared/contracts/lifeops.js").LifeOpsChannelPolicy[];
|
|
1079
|
+
activityProfile: {
|
|
1080
|
+
primaryPlatform: string | null;
|
|
1081
|
+
secondaryPlatform: string | null;
|
|
1082
|
+
lastSeenPlatform: string | null;
|
|
1083
|
+
isCurrentlyActive: boolean;
|
|
1084
|
+
lastSeenAt: number | null;
|
|
1085
|
+
} | null;
|
|
1086
|
+
occurrence?: Pick<import("@elizaos/shared/contracts/lifeops.js").LifeOpsOccurrenceView, "relevanceStartAt" | "snoozedUntil" | "metadata" | "state"> | null;
|
|
1087
|
+
eventStartAt?: string | null;
|
|
1088
|
+
acknowledged: boolean;
|
|
1089
|
+
nearbyReminderTitles?: string[];
|
|
1090
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderAttempt | null>;
|
|
1091
|
+
awardWebsiteAccessGrant(definition: import("@elizaos/shared/contracts/lifeops.js").LifeOpsTaskDefinition, occurrenceId: string, now?: Date): Promise<void>;
|
|
1092
|
+
syncWebsiteAccessState(now?: Date): Promise<void>;
|
|
1093
|
+
dispatchReminderAttempt(args: {
|
|
1094
|
+
plan: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderPlan;
|
|
1095
|
+
ownerType: "occurrence" | "calendar_event";
|
|
1096
|
+
ownerId: string;
|
|
1097
|
+
occurrenceId: string | null;
|
|
1098
|
+
subjectType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsSubjectType;
|
|
1099
|
+
title: string;
|
|
1100
|
+
channel: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderStep["channel"];
|
|
1101
|
+
stepIndex: number;
|
|
1102
|
+
scheduledFor: string;
|
|
1103
|
+
dueAt: string | null;
|
|
1104
|
+
urgency: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderUrgency;
|
|
1105
|
+
quietHours: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderPlan["quietHours"];
|
|
1106
|
+
acknowledged: boolean;
|
|
1107
|
+
attemptedAt: string;
|
|
1108
|
+
lifecycle?: "plan" | "escalation";
|
|
1109
|
+
escalationIndex?: number;
|
|
1110
|
+
escalationReason?: string;
|
|
1111
|
+
activityProfile?: {
|
|
1112
|
+
primaryPlatform: string | null;
|
|
1113
|
+
secondaryPlatform: string | null;
|
|
1114
|
+
lastSeenPlatform: string | null;
|
|
1115
|
+
isCurrentlyActive: boolean;
|
|
1116
|
+
lastSeenAt: number | null;
|
|
1117
|
+
} | null;
|
|
1118
|
+
nearbyReminderTitles?: string[];
|
|
1119
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderAttempt>;
|
|
1120
|
+
resolveGlobalReminderPreferencePolicy(policies: import("@elizaos/shared/contracts/lifeops.js").LifeOpsChannelPolicy[]): import("@elizaos/shared/contracts/lifeops.js").LifeOpsChannelPolicy | null;
|
|
1121
|
+
buildReminderPreferenceResponse(definition: import("@elizaos/shared/contracts/lifeops.js").LifeOpsTaskDefinition | null, policies: import("@elizaos/shared/contracts/lifeops.js").LifeOpsChannelPolicy[]): import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderPreference;
|
|
1122
|
+
resolveEffectiveReminderPlan(plan: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderPlan | null, preference: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderPreference): import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderPlan | null;
|
|
1123
|
+
getReminderPreference(definitionId?: string | null): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderPreference>;
|
|
1124
|
+
setReminderPreference(request: import("@elizaos/shared/contracts/lifeops.js").SetLifeOpsReminderPreferenceRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderPreference>;
|
|
1125
|
+
captureActivitySignal(request: import("@elizaos/shared/contracts/lifeops.js").CaptureLifeOpsActivitySignalRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsActivitySignal>;
|
|
1126
|
+
listActivitySignals(args?: {
|
|
1127
|
+
sinceAt?: string | null;
|
|
1128
|
+
limit?: number | null;
|
|
1129
|
+
states?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsActivitySignal["state"][] | null;
|
|
1130
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsActivitySignal[]>;
|
|
1131
|
+
upsertChannelPolicy(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsChannelPolicyRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsChannelPolicy>;
|
|
1132
|
+
capturePhoneConsent(request: import("@elizaos/shared/contracts/lifeops.js").CaptureLifeOpsPhoneConsentRequest): Promise<{
|
|
1133
|
+
phoneNumber: string;
|
|
1134
|
+
policies: import("@elizaos/shared/contracts/lifeops.js").LifeOpsChannelPolicy[];
|
|
1135
|
+
}>;
|
|
1136
|
+
processReminders(request?: {
|
|
1137
|
+
now?: string;
|
|
1138
|
+
limit?: number;
|
|
1139
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderProcessingResult>;
|
|
1140
|
+
processScheduledWork(request?: {
|
|
1141
|
+
now?: string;
|
|
1142
|
+
reminderLimit?: number;
|
|
1143
|
+
workflowLimit?: number;
|
|
1144
|
+
}): Promise<{
|
|
1145
|
+
now: string;
|
|
1146
|
+
reminderAttempts: import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderAttempt[];
|
|
1147
|
+
workflowRuns: import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowRun[];
|
|
1148
|
+
}>;
|
|
1149
|
+
relockWebsiteAccessGroup(groupKey: string, now?: Date): Promise<{
|
|
1150
|
+
ok: true;
|
|
1151
|
+
}>;
|
|
1152
|
+
resolveWebsiteAccessCallback(callbackKey: string, now?: Date): Promise<{
|
|
1153
|
+
ok: true;
|
|
1154
|
+
}>;
|
|
1155
|
+
inspectReminder(ownerType: "occurrence" | "calendar_event", ownerId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsReminderInspection>;
|
|
1156
|
+
acknowledgeReminder(request: import("@elizaos/shared/contracts/lifeops.js").AcknowledgeLifeOpsReminderRequest): Promise<{
|
|
1157
|
+
ok: true;
|
|
1158
|
+
}>;
|
|
1159
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
1160
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
1161
|
+
readonly ownerEntityIdValue: string;
|
|
1162
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
1163
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
1164
|
+
adaptiveWindowPolicyCache: {
|
|
1165
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
1166
|
+
computedAt: number;
|
|
1167
|
+
} | null;
|
|
1168
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
1169
|
+
agentId(): string;
|
|
1170
|
+
ownerEntityId(): string;
|
|
1171
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
1172
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
1173
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
1174
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
1175
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
1176
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
1177
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
1178
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
1179
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
1180
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
1181
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1182
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1183
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1184
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
1185
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1186
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1187
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1188
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
1189
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
1190
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
1191
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
1192
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
1193
|
+
};
|
|
1194
|
+
readonly ADAPTIVE_POLICY_TTL_MS: number;
|
|
1195
|
+
} & {
|
|
1196
|
+
new (...args: any[]): {
|
|
1197
|
+
recordGmailAudit(eventType: "gmail_triage_synced" | "gmail_reply_drafted" | "gmail_reply_sent" | "gmail_message_sent", ownerId: string | null, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1198
|
+
syncGoogleGmailTriage(args: {
|
|
1199
|
+
requestUrl: URL;
|
|
1200
|
+
requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode;
|
|
1201
|
+
requestedSide?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide;
|
|
1202
|
+
grantId?: string;
|
|
1203
|
+
maxResults: number;
|
|
1204
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGmailTriageFeed>;
|
|
1205
|
+
getGmailTriage(requestUrl: URL, request?: import("@elizaos/shared/contracts/lifeops.js").GetLifeOpsGmailTriageRequest, now?: Date): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGmailTriageFeed>;
|
|
1206
|
+
aggregateGmailTriageFeeds(requestUrl: URL, grants: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant[], maxResults: number, forceSync: boolean, now: Date): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGmailTriageFeed>;
|
|
1207
|
+
getGmailSearch(requestUrl: URL, request: import("@elizaos/shared/contracts/lifeops.js").GetLifeOpsGmailSearchRequest, now?: Date): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGmailSearchFeed>;
|
|
1208
|
+
readGmailMessage(requestUrl: URL, request: {
|
|
1209
|
+
side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide;
|
|
1210
|
+
mode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode;
|
|
1211
|
+
grantId?: string;
|
|
1212
|
+
forceSync?: boolean;
|
|
1213
|
+
maxResults?: number;
|
|
1214
|
+
messageId?: string;
|
|
1215
|
+
query?: string;
|
|
1216
|
+
replyNeededOnly?: boolean;
|
|
1217
|
+
}, now?: Date): Promise<{
|
|
1218
|
+
query: string | null;
|
|
1219
|
+
message: import("@elizaos/shared/contracts/lifeops.js").LifeOpsGmailMessageSummary;
|
|
1220
|
+
bodyText: string;
|
|
1221
|
+
source: "synced";
|
|
1222
|
+
syncedAt: string;
|
|
1223
|
+
}>;
|
|
1224
|
+
getGmailNeedsResponse(requestUrl: URL, request?: import("@elizaos/shared/contracts/lifeops.js").GetLifeOpsGmailTriageRequest, now?: Date): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGmailNeedsResponseFeed>;
|
|
1225
|
+
resolveGmailMessagesForBatchDrafts(args: {
|
|
1226
|
+
requestUrl: URL;
|
|
1227
|
+
request: import("@elizaos/shared/contracts/lifeops.js").CreateLifeOpsGmailBatchReplyDraftsRequest;
|
|
1228
|
+
now?: Date;
|
|
1229
|
+
}): Promise<{
|
|
1230
|
+
grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant;
|
|
1231
|
+
query: string | null;
|
|
1232
|
+
source: "cache" | "synced";
|
|
1233
|
+
syncedAt: string | null;
|
|
1234
|
+
messages: import("@elizaos/shared/contracts/lifeops.js").LifeOpsGmailMessageSummary[];
|
|
1235
|
+
}>;
|
|
1236
|
+
createGmailBatchReplyDrafts(requestUrl: URL, request: import("@elizaos/shared/contracts/lifeops.js").CreateLifeOpsGmailBatchReplyDraftsRequest, now?: Date): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGmailBatchReplyDraftsFeed>;
|
|
1237
|
+
renderGmailReplyDraft(args: {
|
|
1238
|
+
message: import("@elizaos/shared/contracts/lifeops.js").LifeOpsGmailMessageSummary;
|
|
1239
|
+
tone: "brief" | "neutral" | "warm";
|
|
1240
|
+
intent?: string;
|
|
1241
|
+
includeQuotedOriginal: boolean;
|
|
1242
|
+
senderName: string;
|
|
1243
|
+
sendAllowed: boolean;
|
|
1244
|
+
subjectType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsSubjectType;
|
|
1245
|
+
conversationContext?: string[];
|
|
1246
|
+
actionHistory?: string[];
|
|
1247
|
+
trajectorySummary?: string | null;
|
|
1248
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGmailReplyDraft>;
|
|
1249
|
+
renderGmailReplyDrafts(args: {
|
|
1250
|
+
messages: import("@elizaos/shared/contracts/lifeops.js").LifeOpsGmailMessageSummary[];
|
|
1251
|
+
tone: "brief" | "neutral" | "warm";
|
|
1252
|
+
intent?: string;
|
|
1253
|
+
includeQuotedOriginal: boolean;
|
|
1254
|
+
senderName: string;
|
|
1255
|
+
sendAllowed: boolean;
|
|
1256
|
+
subjectType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsSubjectType;
|
|
1257
|
+
conversationContext?: string[];
|
|
1258
|
+
actionHistory?: string[];
|
|
1259
|
+
trajectorySummary?: string | null;
|
|
1260
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGmailReplyDraft[]>;
|
|
1261
|
+
createGmailReplyDraft(requestUrl: URL, request: import("@elizaos/shared/contracts/lifeops.js").CreateLifeOpsGmailReplyDraftRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGmailReplyDraft>;
|
|
1262
|
+
sendGmailReplyWithGrant(args: {
|
|
1263
|
+
grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant;
|
|
1264
|
+
message: import("@elizaos/shared/contracts/lifeops.js").LifeOpsGmailMessageSummary;
|
|
1265
|
+
to?: string[];
|
|
1266
|
+
cc?: string[];
|
|
1267
|
+
subject?: string;
|
|
1268
|
+
bodyText: string;
|
|
1269
|
+
}): Promise<string | null>;
|
|
1270
|
+
sendGmailReply(requestUrl: URL, request: import("@elizaos/shared/contracts/lifeops.js").SendLifeOpsGmailReplyRequest): Promise<{
|
|
1271
|
+
ok: true;
|
|
1272
|
+
}>;
|
|
1273
|
+
sendGmailMessage(requestUrl: URL, request: import("@elizaos/shared/contracts/lifeops.js").SendLifeOpsGmailMessageRequest): Promise<{
|
|
1274
|
+
ok: true;
|
|
1275
|
+
}>;
|
|
1276
|
+
sendGmailReplies(requestUrl: URL, request: import("@elizaos/shared/contracts/lifeops.js").SendLifeOpsGmailBatchReplyRequest): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGmailBatchReplySendResult>;
|
|
1277
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
1278
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
1279
|
+
readonly ownerEntityIdValue: string;
|
|
1280
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
1281
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
1282
|
+
adaptiveWindowPolicyCache: {
|
|
1283
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
1284
|
+
computedAt: number;
|
|
1285
|
+
} | null;
|
|
1286
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
1287
|
+
agentId(): string;
|
|
1288
|
+
ownerEntityId(): string;
|
|
1289
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
1290
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
1291
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
1292
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
1293
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
1294
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
1295
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
1296
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
1297
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
1298
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
1299
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1300
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1301
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1302
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
1303
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1304
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1305
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1306
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
1307
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
1308
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
1309
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
1310
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
1311
|
+
};
|
|
1312
|
+
} & {
|
|
1313
|
+
new (...args: any[]): {
|
|
1314
|
+
requireGoogleDriveReadGrant(requestUrl: URL, requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode, requestedSide?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide, grantId?: string): Promise<any>;
|
|
1315
|
+
requireGoogleDriveWriteGrant(requestUrl: URL, requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode, requestedSide?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide, grantId?: string): Promise<any>;
|
|
1316
|
+
lifeOpsDriveAccessToken(grant: {
|
|
1317
|
+
tokenRef: string | null;
|
|
1318
|
+
}): Promise<string>;
|
|
1319
|
+
listDriveFiles(requestUrl: URL, request?: {
|
|
1320
|
+
mode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode;
|
|
1321
|
+
side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide;
|
|
1322
|
+
grantId?: string;
|
|
1323
|
+
folderId?: string;
|
|
1324
|
+
maxResults?: number;
|
|
1325
|
+
pageToken?: string;
|
|
1326
|
+
}): Promise<{
|
|
1327
|
+
files: import("./google-drive.js").GoogleDriveFile[];
|
|
1328
|
+
nextPageToken: string | null;
|
|
1329
|
+
}>;
|
|
1330
|
+
getDriveFile(requestUrl: URL, request: {
|
|
1331
|
+
mode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode;
|
|
1332
|
+
side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide;
|
|
1333
|
+
grantId?: string;
|
|
1334
|
+
fileId: string;
|
|
1335
|
+
}): Promise<import("./google-drive.js").GoogleDriveFile>;
|
|
1336
|
+
searchDriveFiles(requestUrl: URL, request: {
|
|
1337
|
+
mode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode;
|
|
1338
|
+
side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide;
|
|
1339
|
+
grantId?: string;
|
|
1340
|
+
query: string;
|
|
1341
|
+
maxResults?: number;
|
|
1342
|
+
}): Promise<{
|
|
1343
|
+
files: import("./google-drive.js").GoogleDriveFile[];
|
|
1344
|
+
nextPageToken: string | null;
|
|
1345
|
+
}>;
|
|
1346
|
+
getDocContent(requestUrl: URL, request: {
|
|
1347
|
+
mode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode;
|
|
1348
|
+
side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide;
|
|
1349
|
+
grantId?: string;
|
|
1350
|
+
documentId: string;
|
|
1351
|
+
}): Promise<{
|
|
1352
|
+
title: string;
|
|
1353
|
+
plainText: string;
|
|
1354
|
+
}>;
|
|
1355
|
+
getSheetContent(requestUrl: URL, request: {
|
|
1356
|
+
mode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode;
|
|
1357
|
+
side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide;
|
|
1358
|
+
grantId?: string;
|
|
1359
|
+
spreadsheetId: string;
|
|
1360
|
+
range?: string;
|
|
1361
|
+
}): Promise<{
|
|
1362
|
+
title: string;
|
|
1363
|
+
rows: string[][];
|
|
1364
|
+
}>;
|
|
1365
|
+
createDriveFile(requestUrl: URL, request: {
|
|
1366
|
+
mode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode;
|
|
1367
|
+
side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide;
|
|
1368
|
+
grantId?: string;
|
|
1369
|
+
name: string;
|
|
1370
|
+
mimeType: string;
|
|
1371
|
+
content?: string | Uint8Array;
|
|
1372
|
+
parentFolderId?: string;
|
|
1373
|
+
}): Promise<import("./google-drive.js").GoogleDriveFile>;
|
|
1374
|
+
appendToDoc(requestUrl: URL, request: {
|
|
1375
|
+
mode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode;
|
|
1376
|
+
side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide;
|
|
1377
|
+
grantId?: string;
|
|
1378
|
+
documentId: string;
|
|
1379
|
+
text: string;
|
|
1380
|
+
}): Promise<void>;
|
|
1381
|
+
updateSheetCells(requestUrl: URL, request: {
|
|
1382
|
+
mode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode;
|
|
1383
|
+
side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide;
|
|
1384
|
+
grantId?: string;
|
|
1385
|
+
spreadsheetId: string;
|
|
1386
|
+
range: string;
|
|
1387
|
+
values: ReadonlyArray<ReadonlyArray<string | number>>;
|
|
1388
|
+
}): Promise<{
|
|
1389
|
+
updatedRange: string;
|
|
1390
|
+
updatedCells: number;
|
|
1391
|
+
}>;
|
|
1392
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
1393
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
1394
|
+
readonly ownerEntityIdValue: string;
|
|
1395
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
1396
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
1397
|
+
adaptiveWindowPolicyCache: {
|
|
1398
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
1399
|
+
computedAt: number;
|
|
1400
|
+
} | null;
|
|
1401
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
1402
|
+
agentId(): string;
|
|
1403
|
+
ownerEntityId(): string;
|
|
1404
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
1405
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
1406
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
1407
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
1408
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
1409
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
1410
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
1411
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
1412
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
1413
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
1414
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1415
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1416
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1417
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
1418
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1419
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1420
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1421
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
1422
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
1423
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
1424
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
1425
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
1426
|
+
};
|
|
1427
|
+
} & {
|
|
1428
|
+
new (...args: any[]): {
|
|
1429
|
+
recordCalendarEventAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>, eventType?: "calendar_event_created" | "calendar_event_updated" | "calendar_event_deleted"): Promise<void>;
|
|
1430
|
+
syncCalendarReminderPlans(events: import("@elizaos/shared/contracts/lifeops.js").LifeOpsCalendarEvent[]): Promise<void>;
|
|
1431
|
+
deleteCalendarReminderPlansForEvents(eventIds: string[]): Promise<void>;
|
|
1432
|
+
syncGoogleCalendarFeed(args: {
|
|
1433
|
+
requestUrl: URL;
|
|
1434
|
+
requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode;
|
|
1435
|
+
requestedSide?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide;
|
|
1436
|
+
grantId?: string;
|
|
1437
|
+
calendarId: string;
|
|
1438
|
+
timeMin: string;
|
|
1439
|
+
timeMax: string;
|
|
1440
|
+
timeZone: string;
|
|
1441
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsCalendarFeed>;
|
|
1442
|
+
getCalendarFeed(requestUrl: URL, request?: import("@elizaos/shared/contracts/lifeops.js").GetLifeOpsCalendarFeedRequest, now?: Date): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsCalendarFeed>;
|
|
1443
|
+
aggregateCalendarFeeds(requestUrl: URL, grants: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant[], calendarId: string, timeMin: string, timeMax: string, timeZone: string, forceSync: boolean, now: Date): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsCalendarFeed>;
|
|
1444
|
+
createCalendarEvent(requestUrl: URL, request: import("@elizaos/shared/contracts/lifeops.js").CreateLifeOpsCalendarEventRequest, now?: Date): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsCalendarEvent>;
|
|
1445
|
+
updateCalendarEvent(requestUrl: URL, request: {
|
|
1446
|
+
mode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode | null;
|
|
1447
|
+
side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide | null;
|
|
1448
|
+
grantId?: string;
|
|
1449
|
+
calendarId?: string | null;
|
|
1450
|
+
eventId: string;
|
|
1451
|
+
title?: string;
|
|
1452
|
+
description?: string;
|
|
1453
|
+
location?: string;
|
|
1454
|
+
startAt?: string;
|
|
1455
|
+
endAt?: string;
|
|
1456
|
+
timeZone?: string;
|
|
1457
|
+
attendees?: import("@elizaos/shared/contracts/lifeops.js").CreateLifeOpsCalendarEventAttendee[] | null;
|
|
1458
|
+
}): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsCalendarEvent>;
|
|
1459
|
+
deleteCalendarEvent(requestUrl: URL, request: {
|
|
1460
|
+
mode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode | null;
|
|
1461
|
+
side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide | null;
|
|
1462
|
+
grantId?: string;
|
|
1463
|
+
calendarId?: string | null;
|
|
1464
|
+
eventId: string;
|
|
1465
|
+
}): Promise<void>;
|
|
1466
|
+
getNextCalendarEventContext(requestUrl: URL, request?: import("@elizaos/shared/contracts/lifeops.js").GetLifeOpsCalendarFeedRequest, now?: Date): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsNextCalendarEventContext>;
|
|
1467
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
1468
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
1469
|
+
readonly ownerEntityIdValue: string;
|
|
1470
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
1471
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
1472
|
+
adaptiveWindowPolicyCache: {
|
|
1473
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
1474
|
+
computedAt: number;
|
|
1475
|
+
} | null;
|
|
1476
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
1477
|
+
agentId(): string;
|
|
1478
|
+
ownerEntityId(): string;
|
|
1479
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
1480
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
1481
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
1482
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
1483
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
1484
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
1485
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
1486
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
1487
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
1488
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
1489
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1490
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1491
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1492
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
1493
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1494
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1495
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1496
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
1497
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
1498
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
1499
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
1500
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
1501
|
+
};
|
|
1502
|
+
} & {
|
|
1503
|
+
new (...args: any[]): {
|
|
1504
|
+
withGoogleGrantOperation<T>(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, operation: () => Promise<T>): Promise<T>;
|
|
1505
|
+
rethrowGoogleServiceError(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, error: unknown): Promise<never>;
|
|
1506
|
+
clearGoogleConnectorData(side?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide): Promise<void>;
|
|
1507
|
+
deleteCalendarReminderPlansForEvents(eventIds: string[]): Promise<void>;
|
|
1508
|
+
setPreferredGoogleConnectorMode(preferredMode: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode | null, preferredSide?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide | null): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant | null>;
|
|
1509
|
+
upsertManagedGoogleGrant(status: import("./google-managed-client.js").ManagedGoogleConnectorStatusResponse, side: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant | null>;
|
|
1510
|
+
runManagedGoogleOperation<T>(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, operation: () => Promise<T>): Promise<T>;
|
|
1511
|
+
requireGoogleCalendarGrant(requestUrl: URL, requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode, requestedSide?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide, grantId?: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
1512
|
+
requireGoogleCalendarWriteGrant(requestUrl: URL, requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode, requestedSide?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide, grantId?: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
1513
|
+
requireGoogleGmailGrant(requestUrl: URL, requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode, requestedSide?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide, grantId?: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
1514
|
+
requireGoogleGmailSendGrant(requestUrl: URL, requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode, requestedSide?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide, grantId?: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
1515
|
+
getGoogleConnectorStatus(requestUrl: URL, requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode, requestedSide?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide, grantId?: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoogleConnectorStatus>;
|
|
1516
|
+
getGoogleConnectorAccounts(requestUrl: URL, requestedSide?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoogleConnectorStatus[]>;
|
|
1517
|
+
selectGoogleConnectorMode(requestUrl: URL, preferredModeInput: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode | undefined, requestedSide?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorSide): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoogleConnectorStatus>;
|
|
1518
|
+
startGoogleConnector(request: import("@elizaos/shared/contracts/lifeops.js").StartLifeOpsGoogleConnectorRequest, requestUrl: URL): Promise<import("@elizaos/shared/contracts/lifeops.js").StartLifeOpsGoogleConnectorResponse>;
|
|
1519
|
+
completeGoogleConnectorCallback(callbackUrl: URL): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoogleConnectorStatus>;
|
|
1520
|
+
disconnectGoogleConnector(request: import("@elizaos/shared/contracts/lifeops.js").DisconnectLifeOpsGoogleConnectorRequest, requestUrl: URL): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsGoogleConnectorStatus>;
|
|
1521
|
+
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
1522
|
+
readonly explicitOwnerEntityIdValue: string | null;
|
|
1523
|
+
readonly ownerEntityIdValue: string;
|
|
1524
|
+
readonly googleManagedClient: import("./google-managed-client.js").GoogleManagedClient;
|
|
1525
|
+
ownerRoutingEntityIdPromise: Promise<string | null> | null;
|
|
1526
|
+
adaptiveWindowPolicyCache: {
|
|
1527
|
+
policy: ReturnType<typeof import("./defaults.js").computeAdaptiveWindowPolicy>;
|
|
1528
|
+
computedAt: number;
|
|
1529
|
+
} | null;
|
|
1530
|
+
readonly runtime: import("@elizaos/core").IAgentRuntime;
|
|
1531
|
+
agentId(): string;
|
|
1532
|
+
ownerEntityId(): string;
|
|
1533
|
+
ownerRoutingEntityId(): Promise<string | null>;
|
|
1534
|
+
getBrowserSettingsInternal(): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
1535
|
+
isBrowserPaused(settings: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings): boolean;
|
|
1536
|
+
requireBrowserAvailableForActions(actions: readonly import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserAction[]): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserSettings>;
|
|
1537
|
+
buildBrowserCompanion(request: import("@elizaos/shared/contracts/lifeops.js").UpsertLifeOpsBrowserCompanionRequest, current: import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus | null): import("@elizaos/shared/contracts/lifeops.js").LifeOpsBrowserCompanionStatus;
|
|
1538
|
+
normalizeOwnership(input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
1539
|
+
normalizeChildOwnership(parent: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership, input: import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared/contracts/lifeops.js").LifeOpsOwnership;
|
|
1540
|
+
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
1541
|
+
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
1542
|
+
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
1543
|
+
recordAudit(eventType: import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1544
|
+
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1545
|
+
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1546
|
+
recordWorkflowAudit(eventType: "workflow_created" | "workflow_updated" | "workflow_run", ownerId: string, actor: "user" | "workflow", reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsAuditEvent>;
|
|
1547
|
+
recordReminderAudit(eventType: "reminder_due" | "reminder_delivered" | "reminder_blocked" | "reminder_escalation_started" | "reminder_escalation_resolved", ownerType: "occurrence" | "calendar_event", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1548
|
+
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1549
|
+
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1550
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
1551
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
1552
|
+
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
1553
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsWorkflowDefinition>;
|
|
1554
|
+
requireXGrant(requestedMode?: import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorMode): Promise<import("@elizaos/shared/contracts/lifeops.js").LifeOpsConnectorGrant>;
|
|
1555
|
+
};
|
|
1556
|
+
} & typeof LifeOpsServiceBase;
|
|
1557
|
+
/**
|
|
1558
|
+
* Main LifeOps service — assembled from domain mixins layered on top of
|
|
1559
|
+
* {@link LifeOpsServiceBase}.
|
|
1560
|
+
*
|
|
1561
|
+
* Mixin order follows dependency direction: Google auth → data layers
|
|
1562
|
+
* (Calendar, Gmail, Drive) → business logic (Reminders, Browser, Workflows,
|
|
1563
|
+
* Definitions, Goals) → connectors (X, Telegram, Discord, Signal).
|
|
1564
|
+
*/
|
|
1565
|
+
export declare class LifeOpsServiceComposedBase extends LifeOpsServiceComposedBase_base {
|
|
10
1566
|
}
|
|
11
|
-
export declare class LifeOpsService {
|
|
12
|
-
private readonly runtime;
|
|
13
|
-
private readonly repository;
|
|
14
|
-
private readonly explicitOwnerEntityIdValue;
|
|
15
|
-
private readonly ownerEntityIdValue;
|
|
16
|
-
private readonly googleManagedClient;
|
|
17
|
-
private ownerRoutingEntityIdPromise;
|
|
18
|
-
/** Cached adaptive window policy derived from the activity profile.
|
|
19
|
-
* Recomputed at most every 30 minutes to avoid re-reading task metadata
|
|
20
|
-
* on every occurrence refresh. */
|
|
21
|
-
private adaptiveWindowPolicyCache;
|
|
22
|
-
constructor(runtime: IAgentRuntime, options?: LifeOpsServiceOptions);
|
|
23
|
-
private agentId;
|
|
24
|
-
private ownerEntityId;
|
|
25
|
-
private ownerRoutingEntityId;
|
|
26
|
-
private getBrowserSettingsInternal;
|
|
27
|
-
private isBrowserPaused;
|
|
28
|
-
private requireBrowserAvailableForActions;
|
|
29
|
-
private buildBrowserCompanion;
|
|
30
|
-
private normalizeOwnership;
|
|
31
|
-
private normalizeChildOwnership;
|
|
32
|
-
private logLifeOpsWarn;
|
|
33
|
-
private logLifeOpsError;
|
|
34
|
-
private withReminderProcessingLock;
|
|
35
|
-
private recordAudit;
|
|
36
|
-
private recordConnectorAudit;
|
|
37
|
-
private recordChannelPolicyAudit;
|
|
38
|
-
private recordWorkflowAudit;
|
|
39
|
-
private recordReminderAudit;
|
|
40
|
-
private recordBrowserAudit;
|
|
41
|
-
private recordXPostAudit;
|
|
42
|
-
private clearGoogleGrantAuthFailure;
|
|
43
|
-
private markGoogleGrantNeedsReauth;
|
|
44
|
-
private withGoogleGrantOperation;
|
|
45
|
-
private rethrowGoogleServiceError;
|
|
46
|
-
private clearGoogleConnectorData;
|
|
47
|
-
private setPreferredGoogleConnectorMode;
|
|
48
|
-
private upsertManagedGoogleGrant;
|
|
49
|
-
private runManagedGoogleOperation;
|
|
50
|
-
private requireGoogleCalendarGrant;
|
|
51
|
-
private requireGoogleCalendarWriteGrant;
|
|
52
|
-
private requireGoogleGmailGrant;
|
|
53
|
-
private requireGoogleGmailSendGrant;
|
|
54
|
-
private requireXGrant;
|
|
55
|
-
private getWorkflowDefinition;
|
|
56
|
-
private emitAssistantEvent;
|
|
57
|
-
private emitInAppReminderNudge;
|
|
58
|
-
private readRecentReminderConversation;
|
|
59
|
-
private renderReminderBody;
|
|
60
|
-
private renderWorkflowRunBody;
|
|
61
|
-
private emitWorkflowRunNudge;
|
|
62
|
-
private withNativeAppleReminderId;
|
|
63
|
-
private syncNativeAppleReminderForDefinition;
|
|
64
|
-
private readWorkflowSchedulerState;
|
|
65
|
-
private computeWorkflowNextDueAt;
|
|
66
|
-
private withWorkflowSchedulerState;
|
|
67
|
-
private initializeWorkflowSchedulerState;
|
|
68
|
-
private runDueWorkflows;
|
|
69
|
-
private recordGmailAudit;
|
|
70
|
-
private syncGoogleGmailTriage;
|
|
71
|
-
private recordCalendarEventAudit;
|
|
72
|
-
private syncCalendarReminderPlans;
|
|
73
|
-
private deleteCalendarReminderPlansForEvents;
|
|
74
|
-
private syncGoogleCalendarFeed;
|
|
75
|
-
private getDefinitionRecord;
|
|
76
|
-
private getGoalRecord;
|
|
77
|
-
private ensureGoalExists;
|
|
78
|
-
private syncGoalLink;
|
|
79
|
-
private syncReminderPlan;
|
|
80
|
-
/** Max age for the cached adaptive window policy (30 minutes). */
|
|
81
|
-
private static readonly ADAPTIVE_POLICY_TTL_MS;
|
|
82
|
-
/**
|
|
83
|
-
* Read the activity profile from the proactive task metadata and return
|
|
84
|
-
* an adaptive window policy. Result is cached for up to 30 minutes.
|
|
85
|
-
*/
|
|
86
|
-
private resolveAdaptiveWindowPolicy;
|
|
87
|
-
private refreshDefinitionOccurrences;
|
|
88
|
-
private getFreshOccurrence;
|
|
89
|
-
private resolvePrimaryChannelPolicy;
|
|
90
|
-
private resolveRuntimeReminderTarget;
|
|
91
|
-
private readReminderActivityProfileSnapshot;
|
|
92
|
-
/**
|
|
93
|
-
* Scan recent "delivered" attempts and upgrade to "delivered_read" when the
|
|
94
|
-
* owner was seen active after the reminder was sent. This gives escalation
|
|
95
|
-
* better signal about whether the owner is reachable.
|
|
96
|
-
*/
|
|
97
|
-
private scanReadReceipts;
|
|
98
|
-
private buildReminderPlanSchedule;
|
|
99
|
-
private resolveReminderEscalationChannels;
|
|
100
|
-
private markReminderEscalationStarted;
|
|
101
|
-
private resolveReminderEscalation;
|
|
102
|
-
private dispatchDueReminderEscalation;
|
|
103
|
-
private awardWebsiteAccessGrant;
|
|
104
|
-
private syncWebsiteAccessState;
|
|
105
|
-
private dispatchReminderAttempt;
|
|
106
|
-
private createBrowserSessionInternal;
|
|
107
|
-
private requireBrowserCompanion;
|
|
108
|
-
private claimQueuedBrowserSession;
|
|
109
|
-
private requireBrowserSessionForCompanion;
|
|
110
|
-
listDefinitions(): Promise<LifeOpsDefinitionRecord[]>;
|
|
111
|
-
getDefinition(definitionId: string): Promise<LifeOpsDefinitionRecord>;
|
|
112
|
-
createDefinition(request: CreateLifeOpsDefinitionRequest): Promise<LifeOpsDefinitionRecord>;
|
|
113
|
-
checkAndOfferSeeding(): Promise<{
|
|
114
|
-
needsSeeding: boolean;
|
|
115
|
-
availableTemplates: RoutineSeedTemplate[];
|
|
116
|
-
}>;
|
|
117
|
-
markSeedingOffered(): Promise<void>;
|
|
118
|
-
applySeedRoutines(keys: string[], timezone?: string): Promise<string[]>;
|
|
119
|
-
updateDefinition(definitionId: string, request: UpdateLifeOpsDefinitionRequest): Promise<LifeOpsDefinitionRecord>;
|
|
120
|
-
deleteDefinition(definitionId: string): Promise<void>;
|
|
121
|
-
deleteGoal(goalId: string): Promise<void>;
|
|
122
|
-
listGoals(): Promise<LifeOpsGoalRecord[]>;
|
|
123
|
-
getGoal(goalId: string): Promise<LifeOpsGoalRecord>;
|
|
124
|
-
createGoal(request: CreateLifeOpsGoalRequest): Promise<LifeOpsGoalRecord>;
|
|
125
|
-
updateGoal(goalId: string, request: UpdateLifeOpsGoalRequest): Promise<LifeOpsGoalRecord>;
|
|
126
|
-
private collectLinkedDefinitionsForGoal;
|
|
127
|
-
private collectOccurrenceViewsForDefinitions;
|
|
128
|
-
private deriveGoalReviewState;
|
|
129
|
-
private buildGoalReviewExplanation;
|
|
130
|
-
private buildGoalSupportSuggestions;
|
|
131
|
-
private formatLocalHourMinute;
|
|
132
|
-
private median;
|
|
133
|
-
private buildGoalSemanticEvidence;
|
|
134
|
-
private getCachedSemanticGoalReview;
|
|
135
|
-
private syncComputedGoalReviewState;
|
|
136
|
-
private buildGoalReview;
|
|
137
|
-
reviewGoal(goalId: string, now?: Date): Promise<LifeOpsGoalReview>;
|
|
138
|
-
explainOccurrence(occurrenceId: string): Promise<LifeOpsOccurrenceExplanation>;
|
|
139
|
-
private refreshGoalReviewStates;
|
|
140
|
-
getOverview(now?: Date): Promise<LifeOpsOverview>;
|
|
141
|
-
listChannelPolicies(): Promise<LifeOpsChannelPolicy[]>;
|
|
142
|
-
private resolveGlobalReminderPreferencePolicy;
|
|
143
|
-
private buildReminderPreferenceResponse;
|
|
144
|
-
private resolveEffectiveReminderPlan;
|
|
145
|
-
getReminderPreference(definitionId?: string | null): Promise<LifeOpsReminderPreference>;
|
|
146
|
-
setReminderPreference(request: SetLifeOpsReminderPreferenceRequest): Promise<LifeOpsReminderPreference>;
|
|
147
|
-
captureActivitySignal(request: CaptureLifeOpsActivitySignalRequest): Promise<LifeOpsActivitySignal>;
|
|
148
|
-
listActivitySignals(args?: {
|
|
149
|
-
sinceAt?: string | null;
|
|
150
|
-
limit?: number | null;
|
|
151
|
-
states?: LifeOpsActivitySignal["state"][] | null;
|
|
152
|
-
}): Promise<LifeOpsActivitySignal[]>;
|
|
153
|
-
upsertChannelPolicy(request: UpsertLifeOpsChannelPolicyRequest): Promise<LifeOpsChannelPolicy>;
|
|
154
|
-
capturePhoneConsent(request: CaptureLifeOpsPhoneConsentRequest): Promise<{
|
|
155
|
-
phoneNumber: string;
|
|
156
|
-
policies: LifeOpsChannelPolicy[];
|
|
157
|
-
}>;
|
|
158
|
-
processReminders(request?: {
|
|
159
|
-
now?: string;
|
|
160
|
-
limit?: number;
|
|
161
|
-
}): Promise<LifeOpsReminderProcessingResult>;
|
|
162
|
-
processScheduledWork(request?: {
|
|
163
|
-
now?: string;
|
|
164
|
-
reminderLimit?: number;
|
|
165
|
-
workflowLimit?: number;
|
|
166
|
-
}): Promise<{
|
|
167
|
-
now: string;
|
|
168
|
-
reminderAttempts: LifeOpsReminderAttempt[];
|
|
169
|
-
workflowRuns: LifeOpsWorkflowRun[];
|
|
170
|
-
}>;
|
|
171
|
-
relockWebsiteAccessGroup(groupKey: string, now?: Date): Promise<{
|
|
172
|
-
ok: true;
|
|
173
|
-
}>;
|
|
174
|
-
resolveWebsiteAccessCallback(callbackKey: string, now?: Date): Promise<{
|
|
175
|
-
ok: true;
|
|
176
|
-
}>;
|
|
177
|
-
inspectReminder(ownerType: "occurrence" | "calendar_event", ownerId: string): Promise<LifeOpsReminderInspection>;
|
|
178
|
-
acknowledgeReminder(request: AcknowledgeLifeOpsReminderRequest): Promise<{
|
|
179
|
-
ok: true;
|
|
180
|
-
}>;
|
|
181
|
-
listWorkflows(): Promise<LifeOpsWorkflowRecord[]>;
|
|
182
|
-
getWorkflow(workflowId: string): Promise<LifeOpsWorkflowRecord>;
|
|
183
|
-
createWorkflow(request: CreateLifeOpsWorkflowRequest): Promise<LifeOpsWorkflowRecord>;
|
|
184
|
-
updateWorkflow(workflowId: string, request: UpdateLifeOpsWorkflowRequest): Promise<LifeOpsWorkflowRecord>;
|
|
185
|
-
private executeWorkflowDefinition;
|
|
186
|
-
runWorkflow(workflowId: string, request?: {
|
|
187
|
-
now?: string;
|
|
188
|
-
confirmBrowserActions?: boolean;
|
|
189
|
-
}): Promise<LifeOpsWorkflowRun>;
|
|
190
|
-
getBrowserSettings(): Promise<LifeOpsBrowserSettings>;
|
|
191
|
-
updateBrowserSettings(request: UpdateLifeOpsBrowserSettingsRequest): Promise<LifeOpsBrowserSettings>;
|
|
192
|
-
listBrowserCompanions(): Promise<LifeOpsBrowserCompanionStatus[]>;
|
|
193
|
-
listBrowserTabs(): Promise<LifeOpsBrowserTabSummary[]>;
|
|
194
|
-
getCurrentBrowserPage(): Promise<LifeOpsBrowserPageContext | null>;
|
|
195
|
-
syncBrowserState(request: SyncLifeOpsBrowserStateRequest): Promise<{
|
|
196
|
-
companion: LifeOpsBrowserCompanionStatus;
|
|
197
|
-
tabs: LifeOpsBrowserTabSummary[];
|
|
198
|
-
currentPage: LifeOpsBrowserPageContext | null;
|
|
199
|
-
}>;
|
|
200
|
-
createBrowserCompanionPairing(request: CreateLifeOpsBrowserCompanionPairingRequest): Promise<LifeOpsBrowserCompanionPairingResponse>;
|
|
201
|
-
syncBrowserCompanion(companionId: string, pairingToken: string, request: SyncLifeOpsBrowserStateRequest): Promise<LifeOpsBrowserCompanionSyncResponse>;
|
|
202
|
-
listBrowserSessions(): Promise<LifeOpsBrowserSession[]>;
|
|
203
|
-
getBrowserSession(sessionId: string): Promise<LifeOpsBrowserSession>;
|
|
204
|
-
createBrowserSession(request: CreateLifeOpsBrowserSessionRequest): Promise<LifeOpsBrowserSession>;
|
|
205
|
-
confirmBrowserSession(sessionId: string, request: ConfirmLifeOpsBrowserSessionRequest): Promise<LifeOpsBrowserSession>;
|
|
206
|
-
completeBrowserSession(sessionId: string, request: CompleteLifeOpsBrowserSessionRequest): Promise<LifeOpsBrowserSession>;
|
|
207
|
-
updateBrowserSessionProgressFromCompanion(companionId: string, pairingToken: string, sessionId: string, request: UpdateLifeOpsBrowserSessionProgressRequest): Promise<LifeOpsBrowserSession>;
|
|
208
|
-
completeBrowserSessionFromCompanion(companionId: string, pairingToken: string, sessionId: string, request: CompleteLifeOpsBrowserSessionRequest): Promise<LifeOpsBrowserSession>;
|
|
209
|
-
getXConnectorStatus(requestedMode?: LifeOpsConnectorMode): Promise<LifeOpsXConnectorStatus>;
|
|
210
|
-
upsertXConnector(request: UpsertLifeOpsXConnectorRequest): Promise<LifeOpsXConnectorStatus>;
|
|
211
|
-
createXPost(request: CreateLifeOpsXPostRequest): Promise<LifeOpsXPostResponse>;
|
|
212
|
-
getCalendarFeed(requestUrl: URL, request?: GetLifeOpsCalendarFeedRequest, now?: Date): Promise<LifeOpsCalendarFeed>;
|
|
213
|
-
getGmailTriage(requestUrl: URL, request?: GetLifeOpsGmailTriageRequest, now?: Date): Promise<LifeOpsGmailTriageFeed>;
|
|
214
|
-
getGmailSearch(requestUrl: URL, request: GetLifeOpsGmailSearchRequest, now?: Date): Promise<LifeOpsGmailSearchFeed>;
|
|
215
|
-
readGmailMessage(requestUrl: URL, request: {
|
|
216
|
-
side?: LifeOpsConnectorSide;
|
|
217
|
-
mode?: LifeOpsConnectorMode;
|
|
218
|
-
forceSync?: boolean;
|
|
219
|
-
maxResults?: number;
|
|
220
|
-
messageId?: string;
|
|
221
|
-
query?: string;
|
|
222
|
-
replyNeededOnly?: boolean;
|
|
223
|
-
}, now?: Date): Promise<{
|
|
224
|
-
query: string | null;
|
|
225
|
-
message: LifeOpsGmailMessageSummary;
|
|
226
|
-
bodyText: string;
|
|
227
|
-
source: "synced";
|
|
228
|
-
syncedAt: string;
|
|
229
|
-
}>;
|
|
230
|
-
getGmailNeedsResponse(requestUrl: URL, request?: GetLifeOpsGmailTriageRequest, now?: Date): Promise<LifeOpsGmailNeedsResponseFeed>;
|
|
231
|
-
private resolveGmailMessagesForBatchDrafts;
|
|
232
|
-
createGmailBatchReplyDrafts(requestUrl: URL, request: CreateLifeOpsGmailBatchReplyDraftsRequest, now?: Date): Promise<LifeOpsGmailBatchReplyDraftsFeed>;
|
|
233
|
-
private renderGmailReplyDraft;
|
|
234
|
-
private renderGmailReplyDrafts;
|
|
235
|
-
createCalendarEvent(requestUrl: URL, request: CreateLifeOpsCalendarEventRequest, now?: Date): Promise<LifeOpsCalendarEvent>;
|
|
236
|
-
updateCalendarEvent(requestUrl: URL, request: {
|
|
237
|
-
mode?: LifeOpsConnectorMode | null;
|
|
238
|
-
side?: LifeOpsConnectorSide | null;
|
|
239
|
-
calendarId?: string | null;
|
|
240
|
-
eventId: string;
|
|
241
|
-
title?: string;
|
|
242
|
-
description?: string;
|
|
243
|
-
location?: string;
|
|
244
|
-
startAt?: string;
|
|
245
|
-
endAt?: string;
|
|
246
|
-
timeZone?: string;
|
|
247
|
-
attendees?: CreateLifeOpsCalendarEventAttendee[] | null;
|
|
248
|
-
}): Promise<LifeOpsCalendarEvent>;
|
|
249
|
-
deleteCalendarEvent(requestUrl: URL, request: {
|
|
250
|
-
mode?: LifeOpsConnectorMode | null;
|
|
251
|
-
side?: LifeOpsConnectorSide | null;
|
|
252
|
-
calendarId?: string | null;
|
|
253
|
-
eventId: string;
|
|
254
|
-
}): Promise<void>;
|
|
255
|
-
getNextCalendarEventContext(requestUrl: URL, request?: GetLifeOpsCalendarFeedRequest, now?: Date): Promise<LifeOpsNextCalendarEventContext>;
|
|
256
|
-
createGmailReplyDraft(requestUrl: URL, request: CreateLifeOpsGmailReplyDraftRequest): Promise<LifeOpsGmailReplyDraft>;
|
|
257
|
-
private sendGmailReplyWithGrant;
|
|
258
|
-
sendGmailReply(requestUrl: URL, request: SendLifeOpsGmailReplyRequest): Promise<{
|
|
259
|
-
ok: true;
|
|
260
|
-
}>;
|
|
261
|
-
sendGmailMessage(requestUrl: URL, request: SendLifeOpsGmailMessageRequest): Promise<{
|
|
262
|
-
ok: true;
|
|
263
|
-
}>;
|
|
264
|
-
sendGmailReplies(requestUrl: URL, request: SendLifeOpsGmailBatchReplyRequest): Promise<LifeOpsGmailBatchReplySendResult>;
|
|
265
|
-
completeOccurrence(occurrenceId: string, request: CompleteLifeOpsOccurrenceRequest, now?: Date): Promise<LifeOpsOccurrenceView>;
|
|
266
|
-
skipOccurrence(occurrenceId: string, now?: Date): Promise<LifeOpsOccurrenceView>;
|
|
267
|
-
snoozeOccurrence(occurrenceId: string, request: SnoozeLifeOpsOccurrenceRequest, now?: Date): Promise<LifeOpsOccurrenceView>;
|
|
268
|
-
getGoogleConnectorStatus(requestUrl: URL, requestedMode?: LifeOpsConnectorMode, requestedSide?: LifeOpsConnectorSide): Promise<LifeOpsGoogleConnectorStatus>;
|
|
269
|
-
selectGoogleConnectorMode(requestUrl: URL, preferredModeInput: LifeOpsConnectorMode | undefined, requestedSide?: LifeOpsConnectorSide): Promise<LifeOpsGoogleConnectorStatus>;
|
|
270
|
-
startGoogleConnector(request: StartLifeOpsGoogleConnectorRequest, requestUrl: URL): Promise<StartLifeOpsGoogleConnectorResponse>;
|
|
271
|
-
completeGoogleConnectorCallback(callbackUrl: URL): Promise<LifeOpsGoogleConnectorStatus>;
|
|
272
|
-
disconnectGoogleConnector(request: DisconnectLifeOpsGoogleConnectorRequest, requestUrl: URL): Promise<LifeOpsGoogleConnectorStatus>;
|
|
1567
|
+
export declare class LifeOpsService extends LifeOpsServiceComposedBase {
|
|
273
1568
|
}
|
|
274
|
-
export {};
|
|
275
1569
|
//# sourceMappingURL=service.d.ts.map
|