@elizaos/agent 2.0.0-alpha.358 → 2.0.0-alpha.376
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/character-catalog.d.ts +10 -0
- package/apps/app-companion/src/character-catalog.d.ts.map +1 -0
- package/apps/app-companion/src/character-catalog.js +32 -0
- package/apps/app-companion/src/components/avatar/MathEnvironment.d.ts +38 -0
- package/apps/app-companion/src/components/avatar/MathEnvironment.d.ts.map +1 -0
- package/apps/app-companion/src/components/avatar/MathEnvironment.js +295 -0
- package/apps/app-companion/src/components/avatar/SceneOverlayManager.d.ts +36 -0
- package/apps/app-companion/src/components/avatar/SceneOverlayManager.d.ts.map +1 -0
- package/apps/app-companion/src/components/avatar/SceneOverlayManager.js +305 -0
- package/apps/app-companion/src/components/avatar/VrmAnimationLoader.d.ts +30 -0
- package/apps/app-companion/src/components/avatar/VrmAnimationLoader.d.ts.map +1 -0
- package/apps/app-companion/src/components/avatar/VrmAnimationLoader.js +99 -0
- package/apps/app-companion/src/components/avatar/VrmBlinkController.d.ts +37 -0
- package/apps/app-companion/src/components/avatar/VrmBlinkController.d.ts.map +1 -0
- package/apps/app-companion/src/components/avatar/VrmBlinkController.js +98 -0
- package/apps/app-companion/src/components/avatar/VrmCameraManager.d.ts +57 -0
- package/apps/app-companion/src/components/avatar/VrmCameraManager.d.ts.map +1 -0
- package/apps/app-companion/src/components/avatar/VrmCameraManager.js +256 -0
- package/apps/app-companion/src/components/avatar/VrmEngine.d.ts +283 -0
- package/apps/app-companion/src/components/avatar/VrmEngine.d.ts.map +1 -0
- package/apps/app-companion/src/components/avatar/VrmEngine.js +2003 -0
- package/apps/app-companion/src/components/avatar/VrmFootShadow.d.ts +18 -0
- package/apps/app-companion/src/components/avatar/VrmFootShadow.d.ts.map +1 -0
- package/apps/app-companion/src/components/avatar/VrmFootShadow.js +83 -0
- package/apps/app-companion/src/components/avatar/VrmTeleportEffect.d.ts +49 -0
- package/apps/app-companion/src/components/avatar/VrmTeleportEffect.d.ts.map +1 -0
- package/apps/app-companion/src/components/avatar/VrmTeleportEffect.js +390 -0
- package/apps/app-companion/src/components/avatar/VrmViewer.d.ts +64 -0
- package/apps/app-companion/src/components/avatar/VrmViewer.d.ts.map +1 -0
- package/apps/app-companion/src/components/avatar/VrmViewer.js +436 -0
- package/apps/app-companion/src/components/avatar/mixamoVRMRigMap.d.ts +3 -0
- package/apps/app-companion/src/components/avatar/mixamoVRMRigMap.d.ts.map +1 -0
- package/apps/app-companion/src/components/avatar/mixamoVRMRigMap.js +56 -0
- package/apps/app-companion/src/components/avatar/retargetMixamoFbxToVrm.d.ts +9 -0
- package/apps/app-companion/src/components/avatar/retargetMixamoFbxToVrm.d.ts.map +1 -0
- package/apps/app-companion/src/components/avatar/retargetMixamoFbxToVrm.js +127 -0
- package/apps/app-companion/src/components/avatar/retargetMixamoGltfToVrm.d.ts +11 -0
- package/apps/app-companion/src/components/avatar/retargetMixamoGltfToVrm.d.ts.map +1 -0
- package/apps/app-companion/src/components/avatar/retargetMixamoGltfToVrm.js +97 -0
- package/apps/app-companion/src/components/avatar/scene-overlay-renderer.d.ts +37 -0
- package/apps/app-companion/src/components/avatar/scene-overlay-renderer.d.ts.map +1 -0
- package/apps/app-companion/src/components/avatar/scene-overlay-renderer.js +337 -0
- package/apps/app-companion/src/components/avatar/scene-theme-tokens.d.ts +26 -0
- package/apps/app-companion/src/components/avatar/scene-theme-tokens.d.ts.map +1 -0
- package/apps/app-companion/src/components/avatar/scene-theme-tokens.js +48 -0
- package/apps/app-companion/src/components/avatar/vector-browser-three.d.ts +9 -0
- package/apps/app-companion/src/components/avatar/vector-browser-three.d.ts.map +1 -0
- package/apps/app-companion/src/components/avatar/vector-browser-three.js +21 -0
- package/apps/app-companion/src/components/avatar/vector-browser-utils.d.ts +52 -0
- package/apps/app-companion/src/components/avatar/vector-browser-utils.d.ts.map +1 -0
- package/apps/app-companion/src/components/avatar/vector-browser-utils.js +245 -0
- package/apps/app-companion/src/components/avatar/vrm-desktop-energy.d.ts +40 -0
- package/apps/app-companion/src/components/avatar/vrm-desktop-energy.d.ts.map +1 -0
- package/apps/app-companion/src/components/avatar/vrm-desktop-energy.js +74 -0
- package/apps/app-companion/src/components/chat/ChatAvatar.d.ts +3 -0
- package/apps/app-companion/src/components/chat/ChatAvatar.d.ts.map +1 -0
- package/apps/app-companion/src/components/chat/ChatAvatar.js +80 -0
- package/apps/app-companion/src/components/companion/CompanionAppView.d.ts +9 -0
- package/apps/app-companion/src/components/companion/CompanionAppView.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/CompanionAppView.js +114 -0
- package/apps/app-companion/src/components/companion/CompanionHeader.d.ts +25 -0
- package/apps/app-companion/src/components/companion/CompanionHeader.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/CompanionHeader.js +61 -0
- package/apps/app-companion/src/components/companion/CompanionSceneHost.d.ts +15 -0
- package/apps/app-companion/src/components/companion/CompanionSceneHost.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/CompanionSceneHost.js +476 -0
- package/apps/app-companion/src/components/companion/CompanionShell.d.ts +8 -0
- package/apps/app-companion/src/components/companion/CompanionShell.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/CompanionShell.js +9 -0
- package/apps/app-companion/src/components/companion/CompanionView.d.ts +7 -0
- package/apps/app-companion/src/components/companion/CompanionView.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/CompanionView.js +119 -0
- package/apps/app-companion/src/components/companion/EmotePicker.d.ts +2 -0
- package/apps/app-companion/src/components/companion/EmotePicker.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/EmotePicker.js +351 -0
- package/apps/app-companion/src/components/companion/GlobalEmoteOverlay.d.ts +2 -0
- package/apps/app-companion/src/components/companion/GlobalEmoteOverlay.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/GlobalEmoteOverlay.js +113 -0
- package/apps/app-companion/src/components/companion/InferenceCloudAlertButton.d.ts +9 -0
- package/apps/app-companion/src/components/companion/InferenceCloudAlertButton.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/InferenceCloudAlertButton.js +16 -0
- package/apps/app-companion/src/components/companion/VrmStage.d.ts +27 -0
- package/apps/app-companion/src/components/companion/VrmStage.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/VrmStage.js +179 -0
- package/apps/app-companion/src/components/companion/companion-app.d.ts +6 -0
- package/apps/app-companion/src/components/companion/companion-app.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/companion-app.js +15 -0
- package/apps/app-companion/src/components/companion/companion-scene-status-context.d.ts +7 -0
- package/apps/app-companion/src/components/companion/companion-scene-status-context.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/companion-scene-status-context.js +8 -0
- package/apps/app-companion/src/components/companion/companion-shell-styles.d.ts +38 -0
- package/apps/app-companion/src/components/companion/companion-shell-styles.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/companion-shell-styles.js +237 -0
- package/apps/app-companion/src/components/companion/resolve-companion-inference-notice.d.ts +19 -0
- package/apps/app-companion/src/components/companion/resolve-companion-inference-notice.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/resolve-companion-inference-notice.js +31 -0
- package/apps/app-companion/src/components/companion/scene-overlay-bridge.d.ts +6 -0
- package/apps/app-companion/src/components/companion/scene-overlay-bridge.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/scene-overlay-bridge.js +82 -0
- package/apps/app-companion/src/components/companion/shared-companion-scene-context.d.ts +3 -0
- package/apps/app-companion/src/components/companion/shared-companion-scene-context.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/shared-companion-scene-context.js +13 -0
- package/apps/app-companion/src/components/companion/walletUtils.d.ts +91 -0
- package/apps/app-companion/src/components/companion/walletUtils.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/walletUtils.js +152 -0
- package/apps/app-companion/src/emotes/index.d.ts +2 -0
- package/apps/app-companion/src/emotes/index.d.ts.map +1 -0
- package/apps/app-companion/src/emotes/index.js +1 -0
- package/apps/app-companion/src/index.d.ts +38 -0
- package/apps/app-companion/src/index.d.ts.map +1 -0
- package/apps/app-companion/src/index.js +37 -0
- package/apps/app-companion/src/vrm-assets.d.ts +10 -0
- package/apps/app-companion/src/vrm-assets.d.ts.map +1 -0
- package/apps/app-companion/src/vrm-assets.js +70 -0
- package/apps/app-elizamaker/src/drop-routes.d.ts +1 -1
- package/apps/app-elizamaker/src/drop-routes.d.ts.map +1 -1
- package/apps/app-elizamaker/src/drop-service-registry.d.ts +4 -0
- package/apps/app-elizamaker/src/drop-service-registry.d.ts.map +1 -0
- package/apps/app-elizamaker/src/drop-service-registry.js +7 -0
- package/apps/app-elizamaker/src/drop-service.d.ts +3 -3
- package/apps/app-elizamaker/src/drop-service.d.ts.map +1 -1
- package/apps/app-elizamaker/src/index.d.ts +5 -3
- package/apps/app-elizamaker/src/index.d.ts.map +1 -1
- package/apps/app-elizamaker/src/index.js +3 -1
- package/apps/app-elizamaker/src/og-tracker.d.ts.map +1 -1
- package/apps/app-elizamaker/src/og-tracker.js +1 -1
- package/apps/app-elizamaker/src/plugin.d.ts +4 -0
- package/apps/app-elizamaker/src/plugin.d.ts.map +1 -0
- package/apps/app-elizamaker/src/plugin.js +80 -0
- package/apps/app-elizamaker/src/twitter-verify.d.ts +2 -2
- package/apps/app-elizamaker/src/twitter-verify.d.ts.map +1 -1
- package/apps/app-elizamaker/src/twitter-verify.js +1 -2
- package/apps/app-knowledge/src/index.d.ts +3 -0
- package/apps/app-knowledge/src/index.d.ts.map +1 -0
- package/apps/app-knowledge/src/index.js +2 -0
- package/apps/app-knowledge/src/routes.d.ts +3 -15
- package/apps/app-knowledge/src/routes.d.ts.map +1 -1
- package/apps/app-knowledge/src/routes.js +11 -399
- package/apps/app-lifeops/src/action.d.ts +3 -0
- package/apps/app-lifeops/src/action.d.ts.map +1 -0
- package/apps/app-lifeops/src/action.js +351 -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 +313 -0
- package/apps/app-lifeops/src/actions/app-blocker.d.ts +7 -0
- package/apps/app-lifeops/src/actions/app-blocker.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/app-blocker.js +454 -0
- package/apps/app-lifeops/src/actions/approval.d.ts +21 -0
- package/apps/app-lifeops/src/actions/approval.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/approval.js +342 -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 +475 -0
- package/apps/app-lifeops/src/actions/book-travel-executor.d.ts +9 -0
- package/apps/app-lifeops/src/actions/book-travel-executor.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/book-travel-executor.js +65 -0
- package/apps/app-lifeops/src/actions/book-travel.d.ts +5 -0
- package/apps/app-lifeops/src/actions/book-travel.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/book-travel.js +491 -0
- package/apps/app-lifeops/src/actions/calendar.d.ts +19 -0
- package/apps/app-lifeops/src/actions/calendar.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/calendar.js +3189 -0
- 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 +285 -0
- package/apps/app-lifeops/src/actions/chat-thread-control.d.ts +3 -0
- package/apps/app-lifeops/src/actions/chat-thread-control.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/chat-thread-control.js +260 -0
- package/apps/app-lifeops/src/actions/checkin.d.ts +8 -0
- package/apps/app-lifeops/src/actions/checkin.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/checkin.js +230 -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 +365 -0
- package/apps/app-lifeops/src/actions/cross-channel-send.d.ts +34 -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 +964 -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 +386 -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 +227 -0
- package/apps/app-lifeops/src/actions/email-unsubscribe.d.ts +5 -0
- package/apps/app-lifeops/src/actions/email-unsubscribe.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/email-unsubscribe.js +172 -0
- package/apps/app-lifeops/src/actions/gmail.d.ts +57 -0
- package/apps/app-lifeops/src/actions/gmail.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/gmail.js +2540 -0
- 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 +398 -0
- package/apps/app-lifeops/src/actions/inbox.d.ts +5 -0
- package/apps/app-lifeops/src/actions/inbox.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/inbox.js +1244 -0
- package/apps/app-lifeops/src/actions/intent-sync.d.ts +5 -0
- package/apps/app-lifeops/src/actions/intent-sync.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/intent-sync.js +317 -0
- package/apps/app-lifeops/src/actions/life-goal-extractor.d.ts +69 -0
- package/apps/app-lifeops/src/actions/life-goal-extractor.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/life-goal-extractor.js +420 -0
- package/apps/app-lifeops/src/actions/life-param-extractor.d.ts +78 -0
- package/apps/app-lifeops/src/actions/life-param-extractor.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/life-param-extractor.js +431 -0
- package/apps/app-lifeops/src/actions/life-recent-context.d.ts +9 -0
- package/apps/app-lifeops/src/actions/life-recent-context.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/life-recent-context.js +78 -0
- package/apps/app-lifeops/src/actions/life-update-extractor.d.ts +27 -0
- package/apps/app-lifeops/src/actions/life-update-extractor.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/life-update-extractor.js +195 -0
- package/apps/app-lifeops/src/actions/life.d.ts +5 -0
- package/apps/app-lifeops/src/actions/life.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/life.extractor.d.ts +18 -0
- package/apps/app-lifeops/src/actions/life.extractor.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/life.extractor.js +363 -0
- package/apps/app-lifeops/src/actions/life.js +3247 -0
- package/apps/app-lifeops/src/actions/lifeops-connector.d.ts +5 -0
- package/apps/app-lifeops/src/actions/lifeops-connector.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/lifeops-connector.js +683 -0
- package/apps/app-lifeops/src/actions/lifeops-extraction-config.d.ts +16 -0
- package/apps/app-lifeops/src/actions/lifeops-extraction-config.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/lifeops-extraction-config.js +25 -0
- package/apps/app-lifeops/src/actions/lifeops-google-helpers.d.ts +64 -0
- package/apps/app-lifeops/src/actions/lifeops-google-helpers.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/lifeops-google-helpers.js +671 -0
- package/apps/app-lifeops/src/actions/lifeops-mutate.d.ts +5 -0
- package/apps/app-lifeops/src/actions/lifeops-mutate.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/lifeops-mutate.js +769 -0
- 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/non-actionable-request.d.ts +17 -0
- package/apps/app-lifeops/src/actions/non-actionable-request.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/non-actionable-request.js +25 -0
- package/apps/app-lifeops/src/actions/owner-app-block.d.ts +12 -0
- package/apps/app-lifeops/src/actions/owner-app-block.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/owner-app-block.js +144 -0
- package/apps/app-lifeops/src/actions/owner-calendar.d.ts +15 -0
- package/apps/app-lifeops/src/actions/owner-calendar.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/owner-calendar.js +762 -0
- package/apps/app-lifeops/src/actions/owner-inbox.d.ts +5 -0
- package/apps/app-lifeops/src/actions/owner-inbox.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/owner-inbox.js +662 -0
- package/apps/app-lifeops/src/actions/owner-remote-desktop.d.ts +12 -0
- package/apps/app-lifeops/src/actions/owner-remote-desktop.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/owner-remote-desktop.js +173 -0
- package/apps/app-lifeops/src/actions/owner-schedule.d.ts +3 -0
- package/apps/app-lifeops/src/actions/owner-schedule.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/owner-schedule.js +174 -0
- package/apps/app-lifeops/src/actions/owner-screen-time.d.ts +10 -0
- package/apps/app-lifeops/src/actions/owner-screen-time.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/owner-screen-time.js +213 -0
- package/apps/app-lifeops/src/actions/owner-website-block.d.ts +12 -0
- package/apps/app-lifeops/src/actions/owner-website-block.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/owner-website-block.js +410 -0
- package/apps/app-lifeops/src/actions/password-manager.d.ts +5 -0
- package/apps/app-lifeops/src/actions/password-manager.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/password-manager.js +217 -0
- package/apps/app-lifeops/src/actions/payments.d.ts +5 -0
- package/apps/app-lifeops/src/actions/payments.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/payments.js +236 -0
- package/apps/app-lifeops/src/actions/relationships.d.ts +12 -0
- package/apps/app-lifeops/src/actions/relationships.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/relationships.js +880 -0
- package/apps/app-lifeops/src/actions/remote-desktop.d.ts +5 -0
- package/apps/app-lifeops/src/actions/remote-desktop.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/remote-desktop.js +248 -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/schedule-x-dm-reply.d.ts +3 -0
- package/apps/app-lifeops/src/actions/schedule-x-dm-reply.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/schedule-x-dm-reply.js +134 -0
- package/apps/app-lifeops/src/actions/scheduled-trigger-task.d.ts +19 -0
- package/apps/app-lifeops/src/actions/scheduled-trigger-task.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/scheduled-trigger-task.js +82 -0
- package/apps/app-lifeops/src/actions/scheduling.d.ts +70 -0
- package/apps/app-lifeops/src/actions/scheduling.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/scheduling.js +1078 -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 +249 -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 +338 -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 +139 -0
- package/apps/app-lifeops/src/actions/subscriptions.d.ts +5 -0
- package/apps/app-lifeops/src/actions/subscriptions.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/subscriptions.js +404 -0
- package/apps/app-lifeops/src/actions/timezone-normalization.d.ts +4 -0
- package/apps/app-lifeops/src/actions/timezone-normalization.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/timezone-normalization.js +159 -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 +853 -0
- package/apps/app-lifeops/src/actions/update-owner-profile.d.ts +5 -0
- package/apps/app-lifeops/src/actions/update-owner-profile.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/update-owner-profile.js +181 -0
- package/apps/app-lifeops/src/actions/website-blocker.js +3 -3
- package/apps/app-lifeops/src/actions/x-read.d.ts +5 -0
- package/apps/app-lifeops/src/actions/x-read.d.ts.map +1 -0
- package/apps/app-lifeops/src/actions/x-read.js +561 -0
- package/apps/app-lifeops/src/activity-profile/activity-tracker-service.d.ts +36 -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 +160 -0
- package/apps/app-lifeops/src/activity-profile/analyzer.d.ts +23 -0
- package/apps/app-lifeops/src/activity-profile/analyzer.d.ts.map +1 -0
- package/apps/app-lifeops/src/activity-profile/analyzer.js +555 -0
- package/apps/app-lifeops/src/activity-profile/presence-signal-bridge-service.d.ts +14 -0
- package/apps/app-lifeops/src/activity-profile/presence-signal-bridge-service.d.ts.map +1 -0
- package/apps/app-lifeops/src/activity-profile/presence-signal-bridge-service.js +133 -0
- package/apps/app-lifeops/src/activity-profile/proactive-planner.d.ts +71 -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 +567 -0
- package/apps/app-lifeops/src/activity-profile/proactive-worker.d.ts +32 -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 +676 -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 +246 -0
- package/apps/app-lifeops/src/activity-profile/types.d.ts +1 -1
- package/apps/app-lifeops/src/activity-profile/types.d.ts.map +1 -1
- package/apps/app-lifeops/src/api/client-lifeops.d.ts +444 -0
- package/apps/app-lifeops/src/api/client-lifeops.d.ts.map +1 -0
- package/apps/app-lifeops/src/api/client-lifeops.js +945 -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 +35 -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/components/AppBlockerSettingsCard.d.ts +3 -0
- package/apps/app-lifeops/src/components/AppBlockerSettingsCard.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/AppBlockerSettingsCard.js +189 -0
- package/apps/app-lifeops/src/components/BrowserBridgeSetupPanel.d.ts +2 -0
- package/apps/app-lifeops/src/components/BrowserBridgeSetupPanel.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/BrowserBridgeSetupPanel.js +1065 -0
- package/apps/app-lifeops/src/components/BrowserBridgeStatusChip.d.ts +7 -0
- package/apps/app-lifeops/src/components/BrowserBridgeStatusChip.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/BrowserBridgeStatusChip.js +74 -0
- package/apps/app-lifeops/src/components/DataSourcesStrip.d.ts +14 -0
- package/apps/app-lifeops/src/components/DataSourcesStrip.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/DataSourcesStrip.js +36 -0
- package/apps/app-lifeops/src/components/EventEditorDrawer.d.ts +23 -0
- package/apps/app-lifeops/src/components/EventEditorDrawer.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/EventEditorDrawer.js +514 -0
- package/apps/app-lifeops/src/components/LifeOpsActivitySignalsEffect.d.ts +2 -0
- package/apps/app-lifeops/src/components/LifeOpsActivitySignalsEffect.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsActivitySignalsEffect.js +10 -0
- package/apps/app-lifeops/src/components/LifeOpsCalendarSection.d.ts +15 -0
- package/apps/app-lifeops/src/components/LifeOpsCalendarSection.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsCalendarSection.js +515 -0
- package/apps/app-lifeops/src/components/LifeOpsChatAdapter.d.ts +34 -0
- package/apps/app-lifeops/src/components/LifeOpsChatAdapter.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsChatAdapter.js +175 -0
- package/apps/app-lifeops/src/components/LifeOpsFeatureTogglesSection.d.ts +2 -0
- package/apps/app-lifeops/src/components/LifeOpsFeatureTogglesSection.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsFeatureTogglesSection.js +99 -0
- package/apps/app-lifeops/src/components/LifeOpsHabitVisuals.d.ts +37 -0
- package/apps/app-lifeops/src/components/LifeOpsHabitVisuals.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsHabitVisuals.js +88 -0
- package/apps/app-lifeops/src/components/LifeOpsInboxSection.d.ts +13 -0
- package/apps/app-lifeops/src/components/LifeOpsInboxSection.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsInboxSection.js +490 -0
- package/apps/app-lifeops/src/components/LifeOpsLinkBankButton.d.ts +12 -0
- package/apps/app-lifeops/src/components/LifeOpsLinkBankButton.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsLinkBankButton.js +92 -0
- package/apps/app-lifeops/src/components/LifeOpsLinkPaypalButton.d.ts +12 -0
- package/apps/app-lifeops/src/components/LifeOpsLinkPaypalButton.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsLinkPaypalButton.js +160 -0
- package/apps/app-lifeops/src/components/LifeOpsMoneySection.d.ts +3 -0
- package/apps/app-lifeops/src/components/LifeOpsMoneySection.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsMoneySection.js +373 -0
- package/apps/app-lifeops/src/components/LifeOpsNavRail.d.ts +9 -0
- package/apps/app-lifeops/src/components/LifeOpsNavRail.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsNavRail.js +93 -0
- package/apps/app-lifeops/src/components/LifeOpsOperationalPanels.d.ts +4 -0
- package/apps/app-lifeops/src/components/LifeOpsOperationalPanels.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsOperationalPanels.js +274 -0
- package/apps/app-lifeops/src/components/LifeOpsOverviewSection.d.ts +7 -0
- package/apps/app-lifeops/src/components/LifeOpsOverviewSection.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsOverviewSection.js +670 -0
- package/apps/app-lifeops/src/components/LifeOpsPageSections.d.ts +42 -0
- package/apps/app-lifeops/src/components/LifeOpsPageSections.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsPageSections.js +166 -0
- package/apps/app-lifeops/src/components/LifeOpsPageView.d.ts +2 -0
- package/apps/app-lifeops/src/components/LifeOpsPageView.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsPageView.js +565 -0
- package/apps/app-lifeops/src/components/LifeOpsRemindersSection.d.ts +2 -0
- package/apps/app-lifeops/src/components/LifeOpsRemindersSection.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsRemindersSection.js +749 -0
- package/apps/app-lifeops/src/components/LifeOpsResizableSidebar.d.ts +27 -0
- package/apps/app-lifeops/src/components/LifeOpsResizableSidebar.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsResizableSidebar.js +106 -0
- package/apps/app-lifeops/src/components/LifeOpsScreenTimeSection.d.ts +2 -0
- package/apps/app-lifeops/src/components/LifeOpsScreenTimeSection.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsScreenTimeSection.js +373 -0
- package/apps/app-lifeops/src/components/LifeOpsSectionContent.d.ts +10 -0
- package/apps/app-lifeops/src/components/LifeOpsSectionContent.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsSectionContent.js +30 -0
- package/apps/app-lifeops/src/components/LifeOpsSelectionContext.d.ts +21 -0
- package/apps/app-lifeops/src/components/LifeOpsSelectionContext.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsSelectionContext.js +30 -0
- package/apps/app-lifeops/src/components/LifeOpsSettingsSection.d.ts +20 -0
- package/apps/app-lifeops/src/components/LifeOpsSettingsSection.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsSettingsSection.js +597 -0
- package/apps/app-lifeops/src/components/LifeOpsSetupGate.d.ts +13 -0
- package/apps/app-lifeops/src/components/LifeOpsSetupGate.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsSetupGate.js +134 -0
- package/apps/app-lifeops/src/components/LifeOpsSleepSection.d.ts +10 -0
- package/apps/app-lifeops/src/components/LifeOpsSleepSection.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsSleepSection.js +425 -0
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceShell.d.ts +11 -0
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceShell.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceShell.js +49 -0
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceView.d.ts +2 -0
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceView.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceView.js +1041 -0
- package/apps/app-lifeops/src/components/MessagingConnectorCards.d.ts +7 -0
- package/apps/app-lifeops/src/components/MessagingConnectorCards.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/MessagingConnectorCards.js +643 -0
- package/apps/app-lifeops/src/components/MissingSourceCard.d.ts +9 -0
- package/apps/app-lifeops/src/components/MissingSourceCard.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/MissingSourceCard.js +5 -0
- package/apps/app-lifeops/src/components/MobileSignalsSetupCard.d.ts +2 -0
- package/apps/app-lifeops/src/components/MobileSignalsSetupCard.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/MobileSignalsSetupCard.js +162 -0
- package/apps/app-lifeops/src/components/SleepInspectionPanel.d.ts +8 -0
- package/apps/app-lifeops/src/components/SleepInspectionPanel.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/SleepInspectionPanel.js +59 -0
- package/apps/app-lifeops/src/components/WebsiteBlockerSettingsCard.d.ts +3 -0
- package/apps/app-lifeops/src/components/WebsiteBlockerSettingsCard.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/WebsiteBlockerSettingsCard.js +75 -0
- package/apps/app-lifeops/src/components/WhatsAppQrOverlay.d.ts +8 -0
- package/apps/app-lifeops/src/components/WhatsAppQrOverlay.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/WhatsAppQrOverlay.js +48 -0
- package/apps/app-lifeops/src/components/lifeops-labels.d.ts +2 -0
- package/apps/app-lifeops/src/components/lifeops-labels.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/lifeops-labels.js +5 -0
- package/apps/app-lifeops/src/contracts/index.d.ts +2 -2
- package/apps/app-lifeops/src/contracts/index.d.ts.map +1 -1
- package/apps/app-lifeops/src/contracts/index.js +2 -2
- package/apps/app-lifeops/src/events/index.d.ts +34 -0
- package/apps/app-lifeops/src/events/index.d.ts.map +1 -0
- package/apps/app-lifeops/src/events/index.js +23 -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 +48 -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 +173 -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 +172 -0
- package/apps/app-lifeops/src/followup/followup-tracker.d.ts +82 -0
- package/apps/app-lifeops/src/followup/followup-tracker.d.ts.map +1 -0
- package/apps/app-lifeops/src/followup/followup-tracker.js +279 -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/hooks/useCalendarWeek.d.ts +28 -0
- package/apps/app-lifeops/src/hooks/useCalendarWeek.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useCalendarWeek.js +93 -0
- package/apps/app-lifeops/src/hooks/useDiscordConnector.d.ts +14 -0
- package/apps/app-lifeops/src/hooks/useDiscordConnector.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useDiscordConnector.js +126 -0
- package/apps/app-lifeops/src/hooks/useGoogleLifeOpsConnector.d.ts +29 -0
- package/apps/app-lifeops/src/hooks/useGoogleLifeOpsConnector.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useGoogleLifeOpsConnector.js +481 -0
- package/apps/app-lifeops/src/hooks/useIMessageConnector.d.ts +10 -0
- package/apps/app-lifeops/src/hooks/useIMessageConnector.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useIMessageConnector.js +50 -0
- package/apps/app-lifeops/src/hooks/useInbox.d.ts +34 -0
- package/apps/app-lifeops/src/hooks/useInbox.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useInbox.js +98 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsActivitySignals.d.ts +2 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsActivitySignals.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsActivitySignals.js +382 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsAppState.d.ts +21 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsAppState.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsAppState.js +83 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsCapabilitiesStatus.d.ts +8 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsCapabilitiesStatus.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsCapabilitiesStatus.js +60 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleInspection.d.ts +18 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleInspection.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleInspection.js +66 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleState.d.ts +14 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleState.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleState.js +79 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsSection.d.ts +18 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsSection.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsSection.js +78 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsXConnector.d.ts +14 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsXConnector.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsXConnector.js +159 -0
- package/apps/app-lifeops/src/hooks/useSignalConnector.d.ts +16 -0
- package/apps/app-lifeops/src/hooks/useSignalConnector.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useSignalConnector.js +198 -0
- package/apps/app-lifeops/src/hooks/useTelegramConnector.d.ts +21 -0
- package/apps/app-lifeops/src/hooks/useTelegramConnector.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useTelegramConnector.js +177 -0
- package/apps/app-lifeops/src/hooks/useWhatsAppConnector.d.ts +8 -0
- package/apps/app-lifeops/src/hooks/useWhatsAppConnector.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useWhatsAppConnector.js +58 -0
- package/apps/app-lifeops/src/hooks/useWhatsAppPairing.d.ts +12 -0
- package/apps/app-lifeops/src/hooks/useWhatsAppPairing.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useWhatsAppPairing.js +152 -0
- package/apps/app-lifeops/src/inbox/config.d.ts +7 -0
- package/apps/app-lifeops/src/inbox/config.d.ts.map +1 -0
- package/apps/app-lifeops/src/inbox/config.js +67 -0
- package/apps/app-lifeops/src/inbox/message-fetcher.d.ts +1 -1
- package/apps/app-lifeops/src/inbox/message-fetcher.d.ts.map +1 -1
- package/apps/app-lifeops/src/inbox/message-fetcher.js +1 -1
- package/apps/app-lifeops/src/inbox/reflection.d.ts +40 -0
- package/apps/app-lifeops/src/inbox/reflection.d.ts.map +1 -0
- package/apps/app-lifeops/src/inbox/reflection.js +115 -0
- package/apps/app-lifeops/src/inbox/repository.d.ts +52 -0
- package/apps/app-lifeops/src/inbox/repository.d.ts.map +1 -0
- package/apps/app-lifeops/src/inbox/repository.js +262 -0
- package/apps/app-lifeops/src/inbox/triage-classifier.d.ts +15 -0
- package/apps/app-lifeops/src/inbox/triage-classifier.d.ts.map +1 -0
- package/apps/app-lifeops/src/inbox/triage-classifier.js +179 -0
- package/apps/app-lifeops/src/inbox/types.d.ts +1 -1
- package/apps/app-lifeops/src/inbox/types.d.ts.map +1 -1
- package/apps/app-lifeops/src/index.d.ts +20 -0
- package/apps/app-lifeops/src/index.d.ts.map +1 -0
- package/apps/app-lifeops/src/index.js +18 -0
- package/apps/app-lifeops/src/lifeops/app-state.d.ts +11 -0
- package/apps/app-lifeops/src/lifeops/app-state.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/app-state.js +46 -11
- package/apps/app-lifeops/src/lifeops/approval-queue.d.ts +24 -0
- package/apps/app-lifeops/src/lifeops/approval-queue.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/approval-queue.js +500 -0
- package/apps/app-lifeops/src/lifeops/approval-queue.types.d.ts +166 -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 +22 -0
- package/apps/app-lifeops/src/lifeops/autofill-whitelist.d.ts +15 -0
- package/apps/app-lifeops/src/lifeops/autofill-whitelist.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/autofill-whitelist.js +116 -0
- package/apps/app-lifeops/src/lifeops/awake-probability.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/awake-probability.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/background-planner-dispatch.d.ts +60 -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 +134 -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 +377 -0
- package/apps/app-lifeops/src/lifeops/bill-extraction.d.ts +47 -0
- package/apps/app-lifeops/src/lifeops/bill-extraction.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/bill-extraction.js +355 -0
- package/apps/app-lifeops/src/lifeops/browser-session-lifecycle.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/browser-session-lifecycle.d.ts.map +1 -1
- 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 +234 -0
- package/apps/app-lifeops/src/lifeops/checkin/checkin-service.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/checkin/checkin-service.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/checkin/checkin-service.js +1 -1
- 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 +27 -0
- package/apps/app-lifeops/src/lifeops/checkin/sleep-cycle-dispatch.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/checkin/sleep-cycle-dispatch.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/circadian-rules.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/circadian-rules.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/cross-channel-search.d.ts +88 -0
- package/apps/app-lifeops/src/lifeops/cross-channel-search.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/cross-channel-search.js +446 -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/discord-browser-scraper.d.ts +3 -2
- package/apps/app-lifeops/src/lifeops/discord-browser-scraper.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/discord-browser-scraper.js +12 -3
- package/apps/app-lifeops/src/lifeops/discord-desktop-cdp.d.ts +17 -0
- package/apps/app-lifeops/src/lifeops/discord-desktop-cdp.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/discord-desktop-cdp.js +305 -0
- package/apps/app-lifeops/src/lifeops/email-classifier.d.ts +57 -0
- package/apps/app-lifeops/src/lifeops/email-classifier.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/email-classifier.js +337 -0
- package/apps/app-lifeops/src/lifeops/engine.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/engine.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/goal-grounding.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/goal-grounding.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/goal-grounding.js +1 -1
- package/apps/app-lifeops/src/lifeops/goal-semantic-evaluator.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/goal-semantic-evaluator.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-calendar.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/google-calendar.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-connector-gateway.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/google-connector-gateway.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-gmail.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/google-gmail.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-gmail.js +4 -4
- package/apps/app-lifeops/src/lifeops/google-managed-client.d.ts +11 -2
- package/apps/app-lifeops/src/lifeops/google-managed-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-managed-client.js +23 -11
- package/apps/app-lifeops/src/lifeops/google-oauth.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/google-oauth.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-oauth.js +28 -11
- package/apps/app-lifeops/src/lifeops/google-scopes.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/google-scopes.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-scopes.js +1 -1
- package/apps/app-lifeops/src/lifeops/imessage-bridge.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/imessage-bridge.js +18 -6
- package/apps/app-lifeops/src/lifeops/imessage-outbound-probe.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/imessage-outbound-probe.js +24 -3
- package/apps/app-lifeops/src/lifeops/intent-sync.d.ts +59 -0
- package/apps/app-lifeops/src/lifeops/intent-sync.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/intent-sync.js +305 -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 +92 -0
- package/apps/app-lifeops/src/lifeops/owner-profile.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/owner-profile.js +1 -1
- package/apps/app-lifeops/src/lifeops/password-manager-bridge.d.ts +50 -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 +448 -0
- package/apps/app-lifeops/src/lifeops/payment-types.d.ts +22 -1
- package/apps/app-lifeops/src/lifeops/payment-types.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/paypal-managed-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/paypal-managed-client.js +1 -1
- package/apps/app-lifeops/src/lifeops/plaid-managed-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/plaid-managed-client.js +1 -1
- package/apps/app-lifeops/src/lifeops/priority-scoring.d.ts +51 -0
- package/apps/app-lifeops/src/lifeops/priority-scoring.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/priority-scoring.js +220 -0
- package/apps/app-lifeops/src/lifeops/redact-sensitive-data.d.ts +32 -0
- package/apps/app-lifeops/src/lifeops/redact-sensitive-data.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/redact-sensitive-data.js +123 -0
- package/apps/app-lifeops/src/lifeops/relative-schedule-resolver.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/relative-schedule-resolver.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/relative-time.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/relative-time.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/remote-desktop.d.ts +38 -0
- package/apps/app-lifeops/src/lifeops/remote-desktop.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/remote-desktop.js +372 -0
- package/apps/app-lifeops/src/lifeops/repository.d.ts +3 -2
- package/apps/app-lifeops/src/lifeops/repository.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/repository.js +48 -4
- package/apps/app-lifeops/src/lifeops/runtime.d.ts +11 -0
- package/apps/app-lifeops/src/lifeops/runtime.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/runtime.js +57 -0
- package/apps/app-lifeops/src/lifeops/schedule-insight.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/schedule-insight.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/schedule-insight.js +1 -1
- package/apps/app-lifeops/src/lifeops/schedule-state.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/schedule-state.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/schedule-state.js +1 -1
- package/apps/app-lifeops/src/lifeops/schedule-sync-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/schedule-sync-client.js +1 -1
- package/apps/app-lifeops/src/lifeops/schedule-sync-contracts.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/schedule-sync-contracts.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/screen-context.d.ts +52 -0
- package/apps/app-lifeops/src/lifeops/screen-context.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/screen-context.js +349 -0
- package/apps/app-lifeops/src/lifeops/seed-routines.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/seed-routines.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-constants.d.ts +2 -2
- package/apps/app-lifeops/src/lifeops/service-constants.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-browser.d.ts +2 -2
- package/apps/app-lifeops/src/lifeops/service-helpers-browser.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-misc.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-misc.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-misc.js +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-occurrence.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-occurrence.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-reminder.d.ts +2 -2
- package/apps/app-lifeops/src/lifeops/service-helpers-reminder.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-reminder.js +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-browser.d.ts +2 -2
- package/apps/app-lifeops/src/lifeops/service-mixin-browser.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-browser.js +4 -2
- package/apps/app-lifeops/src/lifeops/service-mixin-calendar.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-calendar.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-calendar.js +30 -13
- package/apps/app-lifeops/src/lifeops/service-mixin-core.d.ts +2 -2
- package/apps/app-lifeops/src/lifeops/service-mixin-core.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-core.js +6 -6
- package/apps/app-lifeops/src/lifeops/service-mixin-definitions.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-definitions.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-definitions.js +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-discord.js +144 -12
- package/apps/app-lifeops/src/lifeops/service-mixin-email-unsubscribe.js +47 -13
- package/apps/app-lifeops/src/lifeops/service-mixin-gmail.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-gmail.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-gmail.js +180 -81
- package/apps/app-lifeops/src/lifeops/service-mixin-goals.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-goals.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-goals.js +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-google.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-google.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-google.js +68 -8
- package/apps/app-lifeops/src/lifeops/service-mixin-imessage.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-imessage.js +68 -23
- package/apps/app-lifeops/src/lifeops/service-mixin-inbox.d.ts +14 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-inbox.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-inbox.js +180 -20
- package/apps/app-lifeops/src/lifeops/service-mixin-payments.d.ts +2 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-payments.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-payments.js +212 -6
- package/apps/app-lifeops/src/lifeops/service-mixin-reminders.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-reminders.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-reminders.js +2 -3
- package/apps/app-lifeops/src/lifeops/service-mixin-scheduling.js +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-signal.js +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-status.d.ts +2 -2
- package/apps/app-lifeops/src/lifeops/service-mixin-status.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-telegram.js +2 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-whatsapp.js +90 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-workflows.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-workflows.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-workflows.js +2 -2
- package/apps/app-lifeops/src/lifeops/service-mixin-x.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-x.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-x.js +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-calendar.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-calendar.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-calendar.js +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-connector.d.ts +2 -2
- package/apps/app-lifeops/src/lifeops/service-normalize-connector.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-connector.js +3 -3
- package/apps/app-lifeops/src/lifeops/service-normalize-gmail.d.ts +15 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-gmail.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-gmail.js +189 -6
- package/apps/app-lifeops/src/lifeops/service-normalize-health.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-health.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-task.d.ts +2 -2
- package/apps/app-lifeops/src/lifeops/service-normalize-task.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-task.js +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize.js +1 -1
- package/apps/app-lifeops/src/lifeops/service-types.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-types.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service.d.ts +274 -245
- package/apps/app-lifeops/src/lifeops/service.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/signal-auth.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/signal-auth.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/signal-auth.js +1 -2
- package/apps/app-lifeops/src/lifeops/signal-local-client.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/signal-local-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/sleep-cycle.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/sleep-cycle.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/sleep-episode-store.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/sleep-episode-store.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/sleep-regularity.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/sleep-regularity.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/sleep-wake-events.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/sleep-wake-events.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/source-reliability.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/source-reliability.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/subscriptions-playbooks.d.ts +13 -0
- package/apps/app-lifeops/src/lifeops/subscriptions-playbooks.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/subscriptions-playbooks.js +28 -67
- package/apps/app-lifeops/src/lifeops/telegram-auth.d.ts +3 -3
- package/apps/app-lifeops/src/lifeops/telegram-auth.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/telegram-auth.js +54 -28
- package/apps/app-lifeops/src/lifeops/telegram-local-client.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/telegram-local-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/telegram-local-client.js +16 -8
- package/apps/app-lifeops/src/lifeops/telemetry-mapping.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/telemetry-mapping.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/token-encryption.d.ts +49 -0
- package/apps/app-lifeops/src/lifeops/token-encryption.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/token-encryption.js +123 -0
- package/apps/app-lifeops/src/lifeops/travel-booking.types.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/travel-booking.types.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/x-managed-client.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/x-managed-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/x-managed-client.js +1 -1
- package/apps/app-lifeops/src/lifeops-route.d.ts +74 -0
- package/apps/app-lifeops/src/lifeops-route.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops-route.js +204 -0
- package/apps/app-lifeops/src/platform/index.d.ts +2 -0
- package/apps/app-lifeops/src/platform/index.d.ts.map +1 -0
- package/apps/app-lifeops/src/platform/index.js +1 -0
- package/apps/app-lifeops/src/platform/lifeops-github.d.ts +15 -0
- package/apps/app-lifeops/src/platform/lifeops-github.d.ts.map +1 -0
- package/apps/app-lifeops/src/platform/lifeops-github.js +135 -0
- package/apps/app-lifeops/src/plugin.d.ts +33 -0
- package/apps/app-lifeops/src/plugin.d.ts.map +1 -0
- package/apps/app-lifeops/src/plugin.js +316 -0
- package/apps/app-lifeops/src/provider.d.ts +4 -0
- package/apps/app-lifeops/src/provider.d.ts.map +1 -0
- package/apps/app-lifeops/src/provider.js +77 -0
- package/apps/app-lifeops/src/providers/activity-profile.d.ts +3 -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 +182 -0
- package/apps/app-lifeops/src/providers/inbox-triage.d.ts +3 -0
- package/apps/app-lifeops/src/providers/inbox-triage.d.ts.map +1 -0
- package/apps/app-lifeops/src/providers/inbox-triage.js +90 -0
- package/apps/app-lifeops/src/providers/lifeops.d.ts +3 -0
- package/apps/app-lifeops/src/providers/lifeops.d.ts.map +1 -0
- package/apps/app-lifeops/src/providers/lifeops.js +197 -0
- package/apps/app-lifeops/src/public.d.ts +1 -1
- package/apps/app-lifeops/src/public.d.ts.map +1 -1
- package/apps/app-lifeops/src/public.js +1 -1
- 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/cloud-features-routes.d.ts +9 -0
- package/apps/app-lifeops/src/routes/cloud-features-routes.d.ts.map +1 -0
- package/apps/app-lifeops/src/routes/cloud-features-routes.js +168 -0
- package/apps/app-lifeops/src/routes/lifeops-routes.d.ts.map +1 -1
- package/apps/app-lifeops/src/routes/lifeops-routes.js +299 -34
- package/apps/app-lifeops/src/routes/plugin.d.ts.map +1 -1
- package/apps/app-lifeops/src/routes/plugin.js +73 -2
- package/apps/app-lifeops/src/routes/sleep-routes.js +1 -1
- package/apps/app-lifeops/src/routes/travel-provider-relay-routes.d.ts +9 -0
- package/apps/app-lifeops/src/routes/travel-provider-relay-routes.d.ts.map +1 -0
- package/apps/app-lifeops/src/routes/travel-provider-relay-routes.js +141 -0
- package/apps/app-lifeops/src/routes/website-blocker-routes.d.ts +1 -1
- package/apps/app-lifeops/src/routes/website-blocker-routes.d.ts.map +1 -1
- package/apps/app-lifeops/src/service.d.ts +32 -0
- package/apps/app-lifeops/src/service.d.ts.map +1 -0
- package/apps/app-lifeops/src/service.js +67 -0
- package/apps/app-lifeops/src/travel-time/calendar-create.d.ts +17 -0
- package/apps/app-lifeops/src/travel-time/calendar-create.d.ts.map +1 -0
- package/apps/app-lifeops/src/travel-time/calendar-create.js +21 -0
- package/apps/app-lifeops/src/travel-time/service.d.ts +60 -0
- package/apps/app-lifeops/src/travel-time/service.d.ts.map +1 -0
- package/apps/app-lifeops/src/travel-time/service.js +142 -0
- package/apps/app-lifeops/src/types/app-blocker-settings-card.d.ts +1 -1
- package/apps/app-lifeops/src/types/app-blocker-settings-card.d.ts.map +1 -1
- package/apps/app-lifeops/src/types/website-blocker-settings-card.d.ts +1 -1
- package/apps/app-lifeops/src/types/website-blocker-settings-card.d.ts.map +1 -1
- package/apps/app-lifeops/src/utils/lifeops-url.d.ts +5 -0
- package/apps/app-lifeops/src/utils/lifeops-url.d.ts.map +1 -0
- package/apps/app-lifeops/src/utils/lifeops-url.js +35 -0
- package/apps/app-lifeops/src/website-blocker/access.d.ts.map +1 -1
- package/apps/app-lifeops/src/website-blocker/access.js +9 -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 +246 -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 +83 -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 +258 -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.js +4 -3
- package/apps/app-steward/src/ApprovalQueue.d.ts +18 -0
- package/apps/app-steward/src/ApprovalQueue.d.ts.map +1 -0
- package/apps/app-steward/src/ApprovalQueue.js +141 -0
- package/apps/app-steward/src/StewardLogo.d.ts +11 -0
- package/apps/app-steward/src/StewardLogo.d.ts.map +1 -0
- package/apps/app-steward/src/StewardLogo.js +4 -0
- package/apps/app-steward/src/StewardView.d.ts +6 -0
- package/apps/app-steward/src/StewardView.d.ts.map +1 -0
- package/apps/app-steward/src/StewardView.js +45 -0
- package/apps/app-steward/src/TransactionHistory.d.ts +22 -0
- package/apps/app-steward/src/TransactionHistory.d.ts.map +1 -0
- package/apps/app-steward/src/TransactionHistory.js +100 -0
- package/apps/app-steward/src/actions/check-balance.d.ts +17 -0
- package/apps/app-steward/src/actions/check-balance.d.ts.map +1 -0
- package/apps/app-steward/src/actions/check-balance.js +168 -0
- package/apps/app-steward/src/actions/execute-trade.d.ts +17 -0
- package/apps/app-steward/src/actions/execute-trade.d.ts.map +1 -0
- package/apps/app-steward/src/actions/execute-trade.js +307 -0
- package/apps/app-steward/src/actions/get-receive-address.d.ts +13 -0
- package/apps/app-steward/src/actions/get-receive-address.d.ts.map +1 -0
- package/apps/app-steward/src/actions/get-receive-address.js +127 -0
- package/apps/app-steward/src/actions/prepare-swap.d.ts +13 -0
- package/apps/app-steward/src/actions/prepare-swap.d.ts.map +1 -0
- package/apps/app-steward/src/actions/prepare-swap.js +303 -0
- package/apps/app-steward/src/actions/prepare-transfer.d.ts +14 -0
- package/apps/app-steward/src/actions/prepare-transfer.d.ts.map +1 -0
- package/apps/app-steward/src/actions/prepare-transfer.js +217 -0
- package/apps/app-steward/src/actions/transfer-token.d.ts +17 -0
- package/apps/app-steward/src/actions/transfer-token.d.ts.map +1 -0
- package/apps/app-steward/src/actions/transfer-token.js +479 -0
- package/apps/app-steward/src/actions/wallet-action-shared.d.ts +15 -0
- package/apps/app-steward/src/actions/wallet-action-shared.d.ts.map +1 -0
- package/apps/app-steward/src/actions/wallet-action-shared.js +24 -0
- package/apps/app-steward/src/api/bsc-trade.d.ts +36 -0
- package/apps/app-steward/src/api/bsc-trade.d.ts.map +1 -0
- package/apps/app-steward/src/api/bsc-trade.js +782 -0
- package/apps/app-steward/src/api/tx-service.js +1 -1
- package/apps/app-steward/src/api/wallet-bsc-routes.d.ts +63 -0
- package/apps/app-steward/src/api/wallet-bsc-routes.d.ts.map +1 -0
- package/apps/app-steward/src/api/wallet-bsc-routes.js +318 -0
- package/apps/app-steward/src/api/wallet-capability.d.ts +1 -2
- package/apps/app-steward/src/api/wallet-capability.d.ts.map +1 -1
- package/apps/app-steward/src/api/wallet-evm-balance.d.ts +1 -1
- package/apps/app-steward/src/api/wallet-evm-balance.d.ts.map +1 -1
- package/apps/app-steward/src/api/wallet-routes.d.ts +2 -2
- package/apps/app-steward/src/api/wallet-routes.d.ts.map +1 -1
- package/apps/app-steward/src/api/wallet-routes.js +2 -2
- package/apps/app-steward/src/api/wallet-rpc.d.ts +2 -2
- package/apps/app-steward/src/api/wallet-rpc.d.ts.map +1 -1
- package/apps/app-steward/src/api/wallet-rpc.js +1 -2
- package/apps/app-steward/src/api/wallet-trading-profile.d.ts +31 -0
- package/apps/app-steward/src/api/wallet-trading-profile.d.ts.map +1 -0
- package/apps/app-steward/src/api/wallet-trading-profile.js +560 -0
- package/apps/app-steward/src/api/wallet.d.ts +2 -2
- package/apps/app-steward/src/api/wallet.d.ts.map +1 -1
- package/apps/app-steward/src/browser-workspace-wallet.d.ts +66 -0
- package/apps/app-steward/src/browser-workspace-wallet.d.ts.map +1 -0
- package/apps/app-steward/src/browser-workspace-wallet.js +129 -0
- package/apps/app-steward/src/chain-utils.d.ts +10 -0
- package/apps/app-steward/src/chain-utils.d.ts.map +1 -0
- package/apps/app-steward/src/chain-utils.js +83 -0
- package/apps/app-steward/src/index.d.ts +20 -0
- package/apps/app-steward/src/index.d.ts.map +1 -0
- package/apps/app-steward/src/index.js +19 -0
- package/apps/app-steward/src/plugin.d.ts +21 -0
- package/apps/app-steward/src/plugin.d.ts.map +1 -0
- package/apps/app-steward/src/plugin.js +325 -0
- package/apps/app-steward/src/routes/server-wallet-trade.d.ts +1 -1
- package/apps/app-steward/src/routes/server-wallet-trade.d.ts.map +1 -1
- package/apps/app-steward/src/routes/server-wallet-trade.js +2 -15
- package/apps/app-steward/src/routes/steward-bridge.d.ts +202 -0
- package/apps/app-steward/src/routes/steward-bridge.d.ts.map +1 -0
- package/apps/app-steward/src/routes/steward-bridge.js +858 -0
- package/apps/app-steward/src/routes/steward-compat-routes.d.ts +21 -0
- package/apps/app-steward/src/routes/steward-compat-routes.d.ts.map +1 -0
- package/apps/app-steward/src/routes/steward-compat-routes.js +370 -0
- package/apps/app-steward/src/routes/wallet-browser-compat-routes.d.ts +4 -0
- package/apps/app-steward/src/routes/wallet-browser-compat-routes.d.ts.map +1 -0
- package/apps/app-steward/src/routes/wallet-browser-compat-routes.js +298 -0
- package/apps/app-steward/src/routes/wallet-bsc-core-routes.d.ts +15 -0
- package/apps/app-steward/src/routes/wallet-bsc-core-routes.d.ts.map +1 -0
- package/apps/app-steward/src/routes/wallet-bsc-core-routes.js +41 -0
- package/apps/app-steward/src/routes/wallet-compat-routes.d.ts +13 -0
- package/apps/app-steward/src/routes/wallet-compat-routes.d.ts.map +1 -0
- package/apps/app-steward/src/routes/wallet-compat-routes.js +198 -0
- package/apps/app-steward/src/routes/wallet-core-routes.d.ts.map +1 -1
- package/apps/app-steward/src/routes/wallet-core-routes.js +1 -2
- package/apps/app-steward/src/routes/wallet-export-guard.d.ts +1 -1
- package/apps/app-steward/src/routes/wallet-export-guard.d.ts.map +1 -1
- package/apps/app-steward/src/routes/wallet-trade-compat-routes.d.ts +11 -0
- package/apps/app-steward/src/routes/wallet-trade-compat-routes.d.ts.map +1 -0
- package/apps/app-steward/src/routes/wallet-trade-compat-routes.js +526 -0
- package/apps/app-steward/src/security/hydrate-wallet-keys-from-platform-store.d.ts +7 -0
- package/apps/app-steward/src/security/hydrate-wallet-keys-from-platform-store.d.ts.map +1 -0
- package/apps/app-steward/src/security/hydrate-wallet-keys-from-platform-store.js +40 -0
- package/apps/app-steward/src/security/wallet-os-store-actions.d.ts +14 -0
- package/apps/app-steward/src/security/wallet-os-store-actions.d.ts.map +1 -0
- package/apps/app-steward/src/security/wallet-os-store-actions.js +70 -0
- package/apps/app-steward/src/services/privy-wallets.d.ts.map +1 -0
- package/apps/app-steward/src/services/privy-wallets.js +225 -0
- package/apps/app-steward/src/services/steward-credentials.d.ts +37 -0
- package/apps/app-steward/src/services/steward-credentials.d.ts.map +1 -0
- package/apps/app-steward/src/services/steward-credentials.js +81 -0
- package/apps/app-steward/src/services/steward-evm-account.d.ts.map +1 -0
- package/apps/app-steward/src/services/steward-evm-bridge.d.ts.map +1 -0
- package/apps/app-steward/src/services/steward-sidecar/health-check.d.ts +9 -0
- package/apps/app-steward/src/services/steward-sidecar/health-check.d.ts.map +1 -0
- package/apps/app-steward/src/services/steward-sidecar/health-check.js +34 -0
- package/apps/app-steward/src/services/steward-sidecar/helpers.d.ts +21 -0
- package/apps/app-steward/src/services/steward-sidecar/helpers.d.ts.map +1 -0
- package/apps/app-steward/src/services/steward-sidecar/helpers.js +71 -0
- package/apps/app-steward/src/services/steward-sidecar/process-management.d.ts +9 -0
- package/apps/app-steward/src/services/steward-sidecar/process-management.d.ts.map +1 -0
- package/apps/app-steward/src/services/steward-sidecar/process-management.js +53 -0
- package/apps/app-steward/src/services/steward-sidecar/types.d.ts +60 -0
- package/apps/app-steward/src/services/steward-sidecar/types.d.ts.map +1 -0
- package/apps/app-steward/src/services/steward-sidecar/types.js +17 -0
- package/apps/app-steward/src/services/steward-sidecar/wallet-setup.d.ts +9 -0
- package/apps/app-steward/src/services/steward-sidecar/wallet-setup.d.ts.map +1 -0
- package/apps/app-steward/src/services/steward-sidecar/wallet-setup.js +114 -0
- package/apps/app-steward/src/services/steward-sidecar.d.ts +69 -0
- package/apps/app-steward/src/services/steward-sidecar.d.ts.map +1 -0
- package/apps/app-steward/src/services/steward-sidecar.js +380 -0
- package/apps/app-steward/src/services/steward-wallet.d.ts +25 -0
- package/apps/app-steward/src/services/steward-wallet.d.ts.map +1 -0
- package/apps/app-steward/src/services/steward-wallet.js +332 -0
- package/apps/app-steward/src/types/bsc-trade.d.ts +181 -0
- package/apps/app-steward/src/types/bsc-trade.d.ts.map +1 -0
- package/apps/app-steward/src/types/bsc-trade.js +8 -0
- package/apps/app-steward/src/types/index.d.ts +3 -0
- package/apps/app-steward/src/types/index.d.ts.map +1 -0
- package/apps/app-steward/src/types/index.js +2 -0
- package/apps/app-steward/src/types/steward.d.ts +1 -1
- package/apps/app-steward/src/types/steward.d.ts.map +1 -1
- package/apps/app-training/src/core/context-audit.d.ts +51 -0
- package/apps/app-training/src/core/context-audit.d.ts.map +1 -0
- package/apps/app-training/src/core/context-audit.js +141 -0
- package/apps/app-training/src/core/context-catalog.d.ts +47 -0
- package/apps/app-training/src/core/context-catalog.d.ts.map +1 -0
- package/apps/app-training/src/core/context-catalog.js +265 -0
- package/apps/app-training/src/core/context-types.d.ts +3 -0
- package/apps/app-training/src/core/context-types.d.ts.map +1 -0
- package/apps/app-training/src/core/context-types.js +11 -0
- package/apps/app-training/src/core/dataset-generator.d.ts +125 -0
- package/apps/app-training/src/core/dataset-generator.d.ts.map +1 -0
- package/apps/app-training/src/core/dataset-generator.js +703 -0
- package/apps/app-training/src/core/index.d.ts +13 -0
- package/apps/app-training/src/core/index.d.ts.map +1 -0
- package/apps/app-training/src/core/index.js +12 -0
- package/apps/app-training/src/core/replay-validator.d.ts +136 -0
- package/apps/app-training/src/core/replay-validator.d.ts.map +1 -0
- package/apps/app-training/src/core/replay-validator.js +305 -0
- package/apps/app-training/src/core/roleplay-executor.d.ts +123 -0
- package/apps/app-training/src/core/roleplay-executor.d.ts.map +1 -0
- package/apps/app-training/src/core/roleplay-executor.js +645 -0
- package/apps/app-training/src/core/roleplay-trajectories.d.ts +54 -0
- package/apps/app-training/src/core/roleplay-trajectories.d.ts.map +1 -0
- package/apps/app-training/src/core/roleplay-trajectories.js +73 -0
- package/apps/app-training/src/core/scenario-blueprints.d.ts +62 -0
- package/apps/app-training/src/core/scenario-blueprints.d.ts.map +1 -0
- package/apps/app-training/src/core/scenario-blueprints.js +790 -0
- package/apps/app-training/src/core/trajectory-task-datasets.d.ts +1 -1
- package/apps/app-training/src/core/trajectory-task-datasets.d.ts.map +1 -1
- package/apps/app-training/src/core/trajectory-task-datasets.js +7 -1
- package/apps/app-training/src/core/vertex-tuning.d.ts +139 -0
- package/apps/app-training/src/core/vertex-tuning.d.ts.map +1 -0
- package/apps/app-training/src/core/vertex-tuning.js +268 -0
- package/apps/app-training/src/index.d.ts +5 -0
- package/apps/app-training/src/index.d.ts.map +1 -0
- package/apps/app-training/src/index.js +4 -0
- package/apps/app-training/src/routes/index.d.ts +3 -0
- package/apps/app-training/src/routes/index.d.ts.map +1 -0
- package/apps/app-training/src/routes/index.js +2 -0
- package/apps/app-training/src/routes/training-routes.d.ts +11 -0
- package/apps/app-training/src/routes/training-routes.d.ts.map +1 -0
- package/apps/app-training/src/routes/training-routes.js +777 -0
- package/apps/app-training/src/routes/trajectory-routes.d.ts +19 -0
- package/apps/app-training/src/routes/trajectory-routes.d.ts.map +1 -0
- package/apps/app-training/src/routes/trajectory-routes.js +910 -0
- package/apps/app-training/src/services/training-service-like.d.ts +1 -1
- package/apps/app-training/src/services/training-service-like.d.ts.map +1 -1
- package/apps/app-training/src/services/training-service.d.ts +1 -1
- package/apps/app-training/src/services/training-service.d.ts.map +1 -1
- package/apps/app-training/src/ui/FineTuningView.d.ts +5 -0
- package/apps/app-training/src/ui/FineTuningView.d.ts.map +1 -0
- package/apps/app-training/src/ui/FineTuningView.js +388 -0
- package/apps/app-training/src/ui/fine-tuning-panels.d.ts +111 -0
- package/apps/app-training/src/ui/fine-tuning-panels.d.ts.map +1 -0
- package/apps/app-training/src/ui/fine-tuning-panels.js +130 -0
- package/apps/app-training/src/ui/index.d.ts +3 -0
- package/apps/app-training/src/ui/index.d.ts.map +1 -0
- package/apps/app-training/src/ui/index.js +2 -0
- package/apps/app-vincent/src/client.d.ts +17 -0
- package/apps/app-vincent/src/client.d.ts.map +1 -0
- package/apps/app-vincent/src/client.js +38 -0
- package/apps/app-vincent/src/vincent-contracts.d.ts +52 -0
- package/apps/app-vincent/src/vincent-contracts.d.ts.map +1 -0
- package/apps/app-vincent/src/vincent-contracts.js +4 -0
- package/package.json +4 -4
- package/packages/agent/src/actions/app-control.d.ts +7 -1
- package/packages/agent/src/actions/app-control.d.ts.map +1 -1
- package/packages/agent/src/actions/app-control.js +506 -3
- package/packages/agent/src/actions/configure-plugin.d.ts +11 -0
- package/packages/agent/src/actions/configure-plugin.d.ts.map +1 -0
- package/packages/agent/src/actions/configure-plugin.js +137 -0
- package/packages/agent/src/actions/connector-control.d.ts +24 -0
- package/packages/agent/src/actions/connector-control.d.ts.map +1 -0
- package/packages/agent/src/actions/connector-control.js +479 -0
- 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 +1 -2
- 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/database.d.ts +15 -0
- package/packages/agent/src/actions/database.d.ts.map +1 -0
- package/packages/agent/src/actions/database.js +473 -0
- package/packages/agent/src/actions/eject-plugin.js +1 -1
- package/packages/agent/src/actions/entity-actions.d.ts +2 -0
- package/packages/agent/src/actions/entity-actions.d.ts.map +1 -1
- package/packages/agent/src/actions/entity-actions.js +353 -4
- package/packages/agent/src/actions/extract-params.d.ts +87 -0
- package/packages/agent/src/actions/extract-params.d.ts.map +1 -0
- package/packages/agent/src/actions/extract-params.js +194 -0
- package/packages/agent/src/actions/get-self-status.d.ts.map +1 -1
- package/packages/agent/src/actions/get-self-status.js +1 -1
- package/packages/agent/src/actions/grounded-action-reply.d.ts.map +1 -1
- package/packages/agent/src/actions/grounded-action-reply.js +1 -2
- package/packages/agent/src/actions/index.d.ts +8 -0
- package/packages/agent/src/actions/index.d.ts.map +1 -1
- package/packages/agent/src/actions/index.js +8 -0
- package/packages/agent/src/actions/list-installed-plugins.d.ts +11 -0
- package/packages/agent/src/actions/list-installed-plugins.d.ts.map +1 -0
- package/packages/agent/src/actions/list-installed-plugins.js +142 -0
- package/packages/agent/src/actions/log-level.js +1 -1
- package/packages/agent/src/actions/logs.d.ts +12 -0
- package/packages/agent/src/actions/logs.d.ts.map +1 -0
- package/packages/agent/src/actions/logs.js +300 -0
- package/packages/agent/src/actions/manage-tasks.js +1 -1
- package/packages/agent/src/actions/media.js +1 -1
- package/packages/agent/src/actions/memories.d.ts +12 -0
- package/packages/agent/src/actions/memories.d.ts.map +1 -0
- package/packages/agent/src/actions/memories.js +310 -0
- package/packages/agent/src/actions/read-channel.d.ts.map +1 -1
- package/packages/agent/src/actions/read-channel.js +13 -2
- package/packages/agent/src/actions/read-messages.d.ts.map +1 -1
- package/packages/agent/src/actions/read-messages.js +13 -2
- package/packages/agent/src/actions/recent-conversation-texts.js +1 -1
- package/packages/agent/src/actions/reinject-plugin.js +1 -1
- package/packages/agent/src/actions/restart.js +1 -1
- package/packages/agent/src/actions/runtime.d.ts +14 -0
- package/packages/agent/src/actions/runtime.d.ts.map +1 -0
- package/packages/agent/src/actions/runtime.js +287 -0
- package/packages/agent/src/actions/search-conversations.d.ts.map +1 -1
- package/packages/agent/src/actions/search-conversations.js +13 -2
- package/packages/agent/src/actions/send-message.d.ts.map +1 -1
- package/packages/agent/src/actions/send-message.js +13 -2
- package/packages/agent/src/actions/set-user-name.js +1 -2
- package/packages/agent/src/actions/settings-actions.d.ts +28 -0
- package/packages/agent/src/actions/settings-actions.d.ts.map +1 -0
- package/packages/agent/src/actions/settings-actions.js +564 -0
- package/packages/agent/src/actions/tasks-coding.d.ts +10 -0
- package/packages/agent/src/actions/tasks-coding.d.ts.map +1 -0
- package/packages/agent/src/actions/tasks-coding.js +171 -0
- package/packages/agent/src/actions/toggle-plugin.d.ts +11 -0
- package/packages/agent/src/actions/toggle-plugin.d.ts.map +1 -0
- package/packages/agent/src/actions/toggle-plugin.js +125 -0
- package/packages/agent/src/actions/trajectories.d.ts +12 -0
- package/packages/agent/src/actions/trajectories.d.ts.map +1 -0
- package/packages/agent/src/actions/trajectories.js +347 -0
- package/packages/agent/src/actions/uninstall-plugin.d.ts +12 -0
- package/packages/agent/src/actions/uninstall-plugin.d.ts.map +1 -0
- package/packages/agent/src/actions/uninstall-plugin.js +110 -0
- package/packages/agent/src/actions/update-owner-name.d.ts +12 -0
- package/packages/agent/src/actions/update-owner-name.d.ts.map +1 -0
- package/packages/agent/src/actions/update-owner-name.js +83 -0
- package/packages/agent/src/actions/update-plugin.d.ts +10 -0
- package/packages/agent/src/actions/update-plugin.d.ts.map +1 -0
- package/packages/agent/src/actions/update-plugin.js +131 -0
- package/packages/agent/src/actions/workflow/api.d.ts +24 -0
- package/packages/agent/src/actions/workflow/api.d.ts.map +1 -0
- package/packages/agent/src/actions/workflow/api.js +42 -0
- package/packages/agent/src/actions/workflow/create-workflow.d.ts +11 -0
- package/packages/agent/src/actions/workflow/create-workflow.d.ts.map +1 -0
- package/packages/agent/src/actions/workflow/create-workflow.js +120 -0
- package/packages/agent/src/actions/workflow/delete-workflow.d.ts +11 -0
- package/packages/agent/src/actions/workflow/delete-workflow.d.ts.map +1 -0
- package/packages/agent/src/actions/workflow/delete-workflow.js +100 -0
- package/packages/agent/src/actions/workflow/index.d.ts +5 -0
- package/packages/agent/src/actions/workflow/index.d.ts.map +1 -0
- package/packages/agent/src/actions/workflow/index.js +4 -0
- package/packages/agent/src/actions/workflow/promote-task-to-workflow.d.ts +12 -0
- package/packages/agent/src/actions/workflow/promote-task-to-workflow.d.ts.map +1 -0
- package/packages/agent/src/actions/workflow/promote-task-to-workflow.js +154 -0
- package/packages/agent/src/actions/workflow/toggle-workflow-active.d.ts +10 -0
- package/packages/agent/src/actions/workflow/toggle-workflow-active.d.ts.map +1 -0
- package/packages/agent/src/actions/workflow/toggle-workflow-active.js +132 -0
- package/packages/agent/src/api/agent-admin-routes.js +1 -1
- package/packages/agent/src/api/apps-routes.d.ts +7 -0
- package/packages/agent/src/api/apps-routes.d.ts.map +1 -1
- package/packages/agent/src/api/apps-routes.js +66 -1
- package/packages/agent/src/api/auth-routes.js +1 -1
- package/packages/agent/src/api/binance-skill-helpers.d.ts.map +1 -1
- package/packages/agent/src/api/binance-skill-helpers.js +8 -5
- package/packages/agent/src/api/bug-report-routes.d.ts.map +1 -1
- package/packages/agent/src/api/bug-report-routes.js +8 -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 +1 -2
- package/packages/agent/src/api/chat-text-helpers.d.ts.map +1 -1
- package/packages/agent/src/api/chat-text-helpers.js +7 -6
- package/packages/agent/src/api/cloud-features-routes.d.ts +1 -28
- package/packages/agent/src/api/cloud-features-routes.d.ts.map +1 -1
- package/packages/agent/src/api/cloud-features-routes.js +1 -197
- package/packages/agent/src/api/cloud-routes.js +1 -1
- package/packages/agent/src/api/cloud-status-routes.js +1 -2
- package/packages/agent/src/api/compat-utils.js +1 -1
- package/packages/agent/src/api/config-routes.d.ts +9 -2
- package/packages/agent/src/api/config-routes.d.ts.map +1 -1
- package/packages/agent/src/api/config-routes.js +184 -4
- package/packages/agent/src/api/conversation-metadata.js +1 -1
- package/packages/agent/src/api/credit-detection.d.ts.map +1 -1
- package/packages/agent/src/api/credit-detection.js +11 -5
- package/packages/agent/src/api/database.d.ts +2 -0
- package/packages/agent/src/api/database.d.ts.map +1 -1
- package/packages/agent/src/api/database.js +116 -2
- package/packages/agent/src/api/diagnostics-routes.d.ts +7 -0
- package/packages/agent/src/api/diagnostics-routes.d.ts.map +1 -1
- package/packages/agent/src/api/diagnostics-routes.js +134 -19
- package/packages/agent/src/api/discord-profiles.js +1 -1
- package/packages/agent/src/api/http-helpers.d.ts.map +1 -1
- package/packages/agent/src/api/http-helpers.js +23 -4
- package/packages/agent/src/api/inbox-routes.d.ts.map +1 -1
- package/packages/agent/src/api/inbox-routes.js +33 -4
- package/packages/agent/src/api/index.d.ts +0 -3
- package/packages/agent/src/api/index.d.ts.map +1 -1
- package/packages/agent/src/api/index.js +0 -3
- package/packages/agent/src/api/knowledge-routes.d.ts +1 -1
- package/packages/agent/src/api/knowledge-routes.d.ts.map +1 -1
- package/packages/agent/src/api/knowledge-routes.js +1 -1
- package/packages/agent/src/api/knowledge-service-loader.d.ts +1 -1
- package/packages/agent/src/api/knowledge-service-loader.d.ts.map +1 -1
- package/packages/agent/src/api/knowledge-service-loader.js +1 -1
- package/packages/agent/src/api/memory-routes.d.ts.map +1 -1
- package/packages/agent/src/api/memory-routes.js +63 -0
- package/packages/agent/src/api/misc-routes.d.ts.map +1 -1
- package/packages/agent/src/api/misc-routes.js +3 -3
- package/packages/agent/src/api/onboarding-routes.js +1 -1
- package/packages/agent/src/api/parse-action-block.d.ts.map +1 -1
- package/packages/agent/src/api/parse-action-block.js +6 -3
- package/packages/agent/src/api/permissions-routes.d.ts +1 -1
- package/packages/agent/src/api/permissions-routes.d.ts.map +1 -1
- package/packages/agent/src/api/permissions-routes.js +1 -1
- package/packages/agent/src/api/provider-switch-config.js +2 -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/runtime-plugin-routes.d.ts.map +1 -1
- package/packages/agent/src/api/runtime-plugin-routes.js +49 -4
- package/packages/agent/src/api/server-auth.d.ts +2 -1
- package/packages/agent/src/api/server-auth.d.ts.map +1 -1
- package/packages/agent/src/api/server-auth.js +67 -8
- package/packages/agent/src/api/server-helpers-auth.d.ts +1 -0
- package/packages/agent/src/api/server-helpers-auth.d.ts.map +1 -1
- package/packages/agent/src/api/server-helpers-auth.js +70 -19
- package/packages/agent/src/api/server-helpers-config.d.ts +1 -1
- package/packages/agent/src/api/server-helpers-config.d.ts.map +1 -1
- package/packages/agent/src/api/server-helpers-config.js +1 -1
- package/packages/agent/src/api/server-helpers-swarm.d.ts +1 -1
- package/packages/agent/src/api/server-helpers-swarm.d.ts.map +1 -1
- package/packages/agent/src/api/server-helpers-wallet.d.ts +1 -1
- package/packages/agent/src/api/server-helpers-wallet.d.ts.map +1 -1
- package/packages/agent/src/api/server-helpers.d.ts.map +1 -1
- package/packages/agent/src/api/server-helpers.js +2 -2
- package/packages/agent/src/api/server-types.d.ts +3 -3
- package/packages/agent/src/api/server-types.d.ts.map +1 -1
- package/packages/agent/src/api/server.d.ts.map +1 -1
- package/packages/agent/src/api/server.js +90 -52
- package/packages/agent/src/api/skills-routes.d.ts.map +1 -1
- package/packages/agent/src/api/skills-routes.js +4 -1
- package/packages/agent/src/api/static-file-server.js +1 -1
- package/packages/agent/src/api/training-backend-check.d.ts +1 -1
- package/packages/agent/src/api/training-backend-check.d.ts.map +1 -1
- package/packages/agent/src/api/training-backend-check.js +1 -1
- package/packages/agent/src/api/training-routes.d.ts +1 -1
- package/packages/agent/src/api/training-routes.d.ts.map +1 -1
- package/packages/agent/src/api/training-routes.js +1 -1
- package/packages/agent/src/api/training-service-like.d.ts +1 -1
- package/packages/agent/src/api/training-service-like.d.ts.map +1 -1
- package/packages/agent/src/api/trajectory-routes.d.ts +1 -1
- package/packages/agent/src/api/trajectory-routes.d.ts.map +1 -1
- package/packages/agent/src/api/trajectory-routes.js +1 -1
- package/packages/agent/src/api/travel-provider-relay-routes.d.ts +1 -51
- package/packages/agent/src/api/travel-provider-relay-routes.d.ts.map +1 -1
- package/packages/agent/src/api/travel-provider-relay-routes.js +1 -203
- package/packages/agent/src/api/tts-routes.js +1 -1
- package/packages/agent/src/api/wallet-capability.d.ts.map +1 -1
- package/packages/agent/src/api/wallet-capability.js +1 -1
- package/packages/agent/src/api/wallet-evm-balance.d.ts +6 -0
- package/packages/agent/src/api/wallet-evm-balance.d.ts.map +1 -1
- package/packages/agent/src/api/wallet-evm-balance.js +1 -1
- package/packages/agent/src/api/wallet-routes.d.ts +1 -1
- package/packages/agent/src/api/wallet-routes.d.ts.map +1 -1
- package/packages/agent/src/api/wallet-rpc.js +1 -1
- package/packages/agent/src/api/wallet.d.ts +1 -1
- package/packages/agent/src/api/wallet.d.ts.map +1 -1
- package/packages/agent/src/api/wallet.js +3 -3
- package/packages/agent/src/api/whatsapp-routes.d.ts.map +1 -1
- package/packages/agent/src/api/whatsapp-routes.js +5 -1
- package/packages/agent/src/autonomy/index.d.ts.map +1 -1
- package/packages/agent/src/autonomy/index.js +14 -2
- package/packages/agent/src/cloud/base-url.d.ts.map +1 -1
- package/packages/agent/src/cloud/base-url.js +3 -2
- package/packages/agent/src/cloud/index.d.ts +2 -0
- package/packages/agent/src/cloud/index.d.ts.map +1 -1
- package/packages/agent/src/cloud/index.js +2 -0
- package/packages/agent/src/config/index.d.ts +0 -1
- package/packages/agent/src/config/index.d.ts.map +1 -1
- package/packages/agent/src/config/index.js +0 -1
- package/packages/agent/src/config/types.agent-defaults.d.ts +1 -1
- package/packages/agent/src/config/types.agent-defaults.d.ts.map +1 -1
- package/packages/agent/src/config/types.eliza.d.ts +5 -0
- package/packages/agent/src/config/types.eliza.d.ts.map +1 -1
- package/packages/agent/src/config/zod-schema.core.d.ts +3 -3
- package/packages/agent/src/contracts/apps.d.ts +1 -1
- package/packages/agent/src/contracts/apps.d.ts.map +1 -1
- package/packages/agent/src/contracts/apps.js +1 -1
- package/packages/agent/src/contracts/drop.d.ts +1 -1
- package/packages/agent/src/contracts/drop.d.ts.map +1 -1
- package/packages/agent/src/contracts/drop.js +1 -1
- package/packages/agent/src/contracts/index.d.ts +0 -8
- package/packages/agent/src/contracts/index.d.ts.map +1 -1
- package/packages/agent/src/contracts/index.js +0 -8
- package/packages/agent/src/contracts/lifeops.d.ts +1 -1
- package/packages/agent/src/contracts/lifeops.d.ts.map +1 -1
- package/packages/agent/src/contracts/lifeops.js +1 -1
- package/packages/agent/src/contracts/onboarding-provider-defaults.js +1 -1
- package/packages/agent/src/contracts/onboarding.d.ts +1 -1
- package/packages/agent/src/contracts/onboarding.d.ts.map +1 -1
- package/packages/agent/src/contracts/onboarding.js +1 -1
- package/packages/agent/src/contracts/permissions.d.ts +1 -1
- package/packages/agent/src/contracts/permissions.d.ts.map +1 -1
- package/packages/agent/src/contracts/permissions.js +1 -1
- package/packages/agent/src/contracts/service-routing.d.ts +1 -1
- package/packages/agent/src/contracts/service-routing.d.ts.map +1 -1
- package/packages/agent/src/contracts/service-routing.js +1 -1
- package/packages/agent/src/contracts/verification.d.ts +1 -1
- package/packages/agent/src/contracts/verification.d.ts.map +1 -1
- package/packages/agent/src/contracts/verification.js +1 -1
- package/packages/agent/src/contracts/wallet.d.ts +1 -1
- package/packages/agent/src/contracts/wallet.d.ts.map +1 -1
- package/packages/agent/src/contracts/wallet.js +1 -1
- package/packages/agent/src/diagnostics/integration-observability.d.ts.map +1 -1
- package/packages/agent/src/diagnostics/integration-observability.js +5 -2
- package/packages/agent/src/index.d.ts +44 -6
- package/packages/agent/src/index.d.ts.map +1 -1
- package/packages/agent/src/index.js +49 -5
- package/packages/agent/src/providers/conversation-utils.js +1 -1
- package/packages/agent/src/providers/media-provider.d.ts +1 -1
- package/packages/agent/src/providers/media-provider.d.ts.map +1 -1
- package/packages/agent/src/providers/page-scoped-context.d.ts.map +1 -1
- package/packages/agent/src/providers/page-scoped-context.js +1 -1
- package/packages/agent/src/providers/recent-conversations.js +1 -1
- package/packages/agent/src/providers/relevant-conversations.js +1 -1
- package/packages/agent/src/providers/rolodex.js +1 -1
- package/packages/agent/src/providers/self-status.d.ts +1 -1
- package/packages/agent/src/providers/self-status.d.ts.map +1 -1
- package/packages/agent/src/providers/skill-provider.js +1 -1
- package/packages/agent/src/providers/ui-catalog.js +1 -1
- package/packages/agent/src/runtime/custom-actions.js +1 -1
- package/packages/agent/src/runtime/discord-local-plugin.d.ts.map +1 -1
- package/packages/agent/src/runtime/discord-local-plugin.js +196 -0
- package/packages/agent/src/runtime/eliza-plugin.d.ts.map +1 -1
- package/packages/agent/src/runtime/eliza-plugin.js +47 -1
- package/packages/agent/src/runtime/eliza.d.ts.map +1 -1
- package/packages/agent/src/runtime/eliza.js +15 -15
- package/packages/agent/src/runtime/first-time-setup.js +1 -1
- package/packages/agent/src/runtime/index.d.ts +5 -0
- package/packages/agent/src/runtime/index.d.ts.map +1 -1
- package/packages/agent/src/runtime/index.js +5 -0
- package/packages/agent/src/runtime/plugin-collector.d.ts.map +1 -1
- package/packages/agent/src/runtime/plugin-collector.js +1 -2
- package/packages/agent/src/runtime/plugin-resolver.d.ts +2 -1
- package/packages/agent/src/runtime/plugin-resolver.d.ts.map +1 -1
- package/packages/agent/src/runtime/plugin-resolver.js +48 -19
- package/packages/agent/src/runtime/plugin-types.js +26 -13
- package/packages/agent/src/runtime/roles/src/action.d.ts.map +1 -1
- package/packages/agent/src/runtime/roles/src/action.js +5 -4
- package/packages/agent/src/runtime/roles/src/intent.js +1 -2
- package/packages/agent/src/runtime/trajectory-internals.d.ts +1 -1
- package/packages/agent/src/runtime/trajectory-internals.d.ts.map +1 -1
- package/packages/agent/src/runtime/trajectory-internals.js +9 -8
- package/packages/agent/src/runtime/trajectory-storage.d.ts.map +1 -1
- package/packages/agent/src/runtime/trajectory-storage.js +4 -1
- package/packages/agent/src/services/app-manager.d.ts.map +1 -1
- package/packages/agent/src/services/app-manager.js +5 -605
- package/packages/agent/src/services/browser-workspace-desktop.js +1 -1
- package/packages/agent/src/services/credential-words.d.ts.map +1 -1
- package/packages/agent/src/services/credential-words.js +6 -5
- package/packages/agent/src/services/desktop-control.d.ts +35 -0
- package/packages/agent/src/services/desktop-control.d.ts.map +1 -0
- package/packages/agent/src/services/desktop-control.js +621 -0
- package/packages/agent/src/services/evm-signing-capability.d.ts +1 -1
- package/packages/agent/src/services/evm-signing-capability.d.ts.map +1 -1
- package/packages/agent/src/services/index.d.ts +4 -2
- package/packages/agent/src/services/index.d.ts.map +1 -1
- package/packages/agent/src/services/index.js +11 -2
- package/packages/agent/src/services/registry-client-endpoints.js +1 -1
- package/packages/agent/src/services/registry-client-types.d.ts +1 -1
- package/packages/agent/src/services/registry-client-types.d.ts.map +1 -1
- package/packages/agent/src/services/relationships-graph.js +1 -1
- package/packages/agent/src/services/signal-pairing.d.ts +16 -0
- package/packages/agent/src/services/signal-pairing.d.ts.map +1 -1
- package/packages/agent/src/services/signal-pairing.js +115 -8
- package/packages/agent/src/services/skill-marketplace.d.ts.map +1 -1
- package/packages/agent/src/services/skill-marketplace.js +12 -8
- package/packages/agent/src/services/tts-stream-bridge.js +1 -1
- package/packages/agent/src/test-utils/sqlite-compat.d.ts +9 -3
- package/packages/agent/src/test-utils/sqlite-compat.d.ts.map +1 -1
- package/packages/agent/src/test-utils/sqlite-compat.js +163 -0
- package/packages/agent/src/triggers/action.js +1 -1
- package/packages/agent/src/triggers/delete-trigger.d.ts +10 -0
- package/packages/agent/src/triggers/delete-trigger.d.ts.map +1 -0
- package/packages/agent/src/triggers/delete-trigger.js +158 -0
- package/packages/agent/src/triggers/index.d.ts +3 -0
- package/packages/agent/src/triggers/index.d.ts.map +1 -1
- package/packages/agent/src/triggers/index.js +3 -0
- package/packages/agent/src/triggers/run-trigger.d.ts +11 -0
- package/packages/agent/src/triggers/run-trigger.d.ts.map +1 -0
- package/packages/agent/src/triggers/run-trigger.js +142 -0
- package/packages/agent/src/triggers/update-trigger.d.ts +10 -0
- package/packages/agent/src/triggers/update-trigger.d.ts.map +1 -0
- package/packages/agent/src/triggers/update-trigger.js +309 -0
- 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/App.d.ts +6 -0
- package/packages/app-core/src/App.d.ts.map +1 -0
- package/packages/app-core/src/App.js +510 -0
- package/packages/app-core/src/api/auth/audit.d.ts +52 -0
- package/packages/app-core/src/api/auth/audit.d.ts.map +1 -0
- package/packages/app-core/src/api/auth/audit.js +126 -0
- package/packages/app-core/src/api/auth/legacy-bearer.d.ts +75 -0
- package/packages/app-core/src/api/auth/legacy-bearer.d.ts.map +1 -0
- package/packages/app-core/src/api/auth/legacy-bearer.js +126 -0
- package/packages/app-core/src/api/auth/sessions.d.ts +152 -0
- package/packages/app-core/src/api/auth/sessions.d.ts.map +1 -0
- package/packages/app-core/src/api/auth/sessions.js +298 -0
- package/packages/app-core/src/api/auth-client.d.ts +130 -0
- package/packages/app-core/src/api/auth-client.d.ts.map +1 -0
- package/packages/app-core/src/api/auth-client.js +301 -0
- package/packages/app-core/src/api/auth.d.ts +157 -0
- package/packages/app-core/src/api/auth.d.ts.map +1 -0
- package/packages/app-core/src/api/auth.js +340 -0
- package/packages/app-core/src/api/client-agent.d.ts +567 -0
- package/packages/app-core/src/api/client-agent.d.ts.map +1 -0
- package/packages/app-core/src/api/client-agent.js +1322 -0
- package/packages/app-core/src/api/client-automations.d.ts +8 -0
- package/packages/app-core/src/api/client-automations.d.ts.map +1 -0
- package/packages/app-core/src/api/client-automations.js +7 -0
- package/packages/app-core/src/api/client-base.d.ts +82 -0
- package/packages/app-core/src/api/client-base.d.ts.map +1 -0
- package/packages/app-core/src/api/client-base.js +697 -0
- package/packages/app-core/src/api/client-browser-workspace.d.ts +25 -0
- package/packages/app-core/src/api/client-browser-workspace.d.ts.map +1 -0
- package/packages/app-core/src/api/client-browser-workspace.js +98 -0
- package/packages/app-core/src/api/client-chat.d.ts +346 -0
- package/packages/app-core/src/api/client-chat.d.ts.map +1 -0
- package/packages/app-core/src/api/client-chat.js +549 -0
- package/packages/app-core/src/api/client-cloud.d.ts +282 -0
- package/packages/app-core/src/api/client-cloud.d.ts.map +1 -0
- package/packages/app-core/src/api/client-cloud.js +403 -0
- package/packages/app-core/src/api/client-computeruse.d.ts +32 -0
- package/packages/app-core/src/api/client-computeruse.d.ts.map +1 -0
- package/packages/app-core/src/api/client-computeruse.js +16 -0
- package/packages/app-core/src/api/client-imessage.d.ts +68 -0
- package/packages/app-core/src/api/client-imessage.d.ts.map +1 -0
- package/packages/app-core/src/api/client-imessage.js +74 -0
- package/packages/app-core/src/api/client-lifeops.d.ts +35 -0
- package/packages/app-core/src/api/client-lifeops.d.ts.map +1 -0
- package/packages/app-core/src/api/client-lifeops.js +114 -0
- package/packages/app-core/src/api/client-local-inference.d.ts +62 -0
- package/packages/app-core/src/api/client-local-inference.d.ts.map +1 -0
- package/packages/app-core/src/api/client-local-inference.js +87 -0
- package/packages/app-core/src/api/client-n8n.d.ts +27 -0
- package/packages/app-core/src/api/client-n8n.d.ts.map +1 -0
- package/packages/app-core/src/api/client-n8n.js +55 -0
- package/packages/app-core/src/api/client-skills.d.ts +461 -0
- package/packages/app-core/src/api/client-skills.d.ts.map +1 -0
- package/packages/app-core/src/api/client-skills.js +604 -0
- package/packages/app-core/src/api/client-types-babylon.d.ts +254 -0
- package/packages/app-core/src/api/client-types-babylon.d.ts.map +1 -0
- package/packages/app-core/src/api/client-types-babylon.js +2 -0
- package/packages/app-core/src/api/client-types-character.d.ts +39 -0
- package/packages/app-core/src/api/client-types-character.d.ts.map +1 -0
- package/packages/app-core/src/api/client-types-chat.d.ts +396 -0
- package/packages/app-core/src/api/client-types-chat.d.ts.map +1 -0
- package/packages/app-core/src/api/client-types-chat.js +5 -0
- package/packages/app-core/src/api/client-types-cloud.d.ts +5 -1
- package/packages/app-core/src/api/client-types-cloud.d.ts.map +1 -1
- package/packages/app-core/src/api/client-types-config.d.ts +586 -0
- package/packages/app-core/src/api/client-types-config.d.ts.map +1 -0
- package/packages/app-core/src/api/client-types-config.js +5 -0
- package/packages/app-core/src/api/client-types-core.d.ts +2 -5
- package/packages/app-core/src/api/client-types-core.d.ts.map +1 -1
- package/packages/app-core/src/api/client-types-experience.d.ts +40 -0
- package/packages/app-core/src/api/client-types-experience.d.ts.map +1 -0
- package/packages/app-core/src/api/client-types-experience.js +1 -0
- package/packages/app-core/src/api/client-types-relationships.d.ts +181 -0
- package/packages/app-core/src/api/client-types-relationships.d.ts.map +1 -0
- package/packages/app-core/src/api/client-types-relationships.js +1 -0
- package/packages/app-core/src/api/client-types.d.ts +9 -0
- package/packages/app-core/src/api/client-types.d.ts.map +1 -0
- package/packages/app-core/src/api/client-types.js +12 -0
- package/packages/app-core/src/api/client-wallet.d.ts +125 -0
- package/packages/app-core/src/api/client-wallet.d.ts.map +1 -0
- package/packages/app-core/src/api/client-wallet.js +222 -0
- package/packages/app-core/src/api/client.d.ts +39 -0
- package/packages/app-core/src/api/client.d.ts.map +1 -0
- package/packages/app-core/src/api/client.js +38 -0
- package/packages/app-core/src/api/compat-route-shared.d.ts +14 -1
- package/packages/app-core/src/api/compat-route-shared.d.ts.map +1 -1
- package/packages/app-core/src/api/compat-route-shared.js +71 -2
- package/packages/app-core/src/api/csrf-client.d.ts +29 -0
- package/packages/app-core/src/api/csrf-client.d.ts.map +1 -0
- package/packages/app-core/src/api/csrf-client.js +54 -0
- package/packages/app-core/src/api/index.d.ts +2 -0
- package/packages/app-core/src/api/index.d.ts.map +1 -0
- package/packages/app-core/src/api/index.js +1 -0
- package/packages/app-core/src/api/response.d.ts.map +1 -1
- package/packages/app-core/src/api/response.js +19 -1
- package/packages/app-core/src/api/server-cloud-tts.d.ts.map +1 -1
- package/packages/app-core/src/api/server-cloud-tts.js +1 -2
- package/packages/app-core/src/app-shell/task-coordinator-slots.d.ts +38 -0
- package/packages/app-core/src/app-shell/task-coordinator-slots.d.ts.map +1 -0
- package/packages/app-core/src/app-shell/task-coordinator-slots.js +21 -0
- package/packages/app-core/src/autonomy/index.d.ts +48 -0
- package/packages/app-core/src/autonomy/index.d.ts.map +1 -0
- package/packages/app-core/src/autonomy/index.js +334 -0
- package/packages/app-core/src/bridge/capacitor-bridge.d.ts +153 -0
- package/packages/app-core/src/bridge/capacitor-bridge.d.ts.map +1 -0
- package/packages/app-core/src/bridge/capacitor-bridge.js +195 -0
- package/packages/app-core/src/bridge/electrobun-rpc.d.ts +57 -0
- package/packages/app-core/src/bridge/electrobun-rpc.d.ts.map +1 -0
- package/packages/app-core/src/bridge/electrobun-rpc.js +87 -0
- package/packages/app-core/src/bridge/electrobun-runtime.d.ts +3 -0
- package/packages/app-core/src/bridge/electrobun-runtime.d.ts.map +1 -0
- package/packages/app-core/src/bridge/electrobun-runtime.js +34 -0
- package/packages/app-core/src/bridge/gateway-discovery.d.ts +17 -0
- package/packages/app-core/src/bridge/gateway-discovery.d.ts.map +1 -0
- package/packages/app-core/src/bridge/gateway-discovery.js +49 -0
- package/packages/app-core/src/bridge/index.d.ts +7 -0
- package/packages/app-core/src/bridge/index.d.ts.map +1 -0
- package/packages/app-core/src/bridge/index.js +6 -0
- package/packages/app-core/src/bridge/native-plugins.d.ts +504 -0
- package/packages/app-core/src/bridge/native-plugins.d.ts.map +1 -0
- package/packages/app-core/src/bridge/native-plugins.js +67 -0
- package/packages/app-core/src/bridge/plugin-bridge.d.ts +133 -0
- package/packages/app-core/src/bridge/plugin-bridge.d.ts.map +1 -0
- package/packages/app-core/src/bridge/plugin-bridge.js +241 -0
- package/packages/app-core/src/bridge/storage-bridge.d.ts +39 -0
- package/packages/app-core/src/bridge/storage-bridge.d.ts.map +1 -0
- package/packages/app-core/src/bridge/storage-bridge.js +142 -0
- package/packages/app-core/src/character/character-draft-helpers.d.ts +35 -0
- package/packages/app-core/src/character/character-draft-helpers.d.ts.map +1 -0
- package/packages/app-core/src/character/character-draft-helpers.js +270 -0
- package/packages/app-core/src/chat/coding-agent-session-state.d.ts +16 -0
- package/packages/app-core/src/chat/coding-agent-session-state.d.ts.map +1 -0
- package/packages/app-core/src/chat/coding-agent-session-state.js +27 -0
- package/packages/app-core/src/chat/index.d.ts +65 -0
- package/packages/app-core/src/chat/index.d.ts.map +1 -0
- package/packages/app-core/src/chat/index.js +225 -0
- package/packages/app-core/src/components/apps/AppsCatalogGrid.d.ts +14 -0
- package/packages/app-core/src/components/apps/AppsCatalogGrid.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/AppsCatalogGrid.js +208 -0
- package/packages/app-core/src/components/apps/AppsSidebar.d.ts +22 -0
- package/packages/app-core/src/components/apps/AppsSidebar.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/AppsSidebar.js +98 -0
- package/packages/app-core/src/components/apps/GameView.d.ts +18 -0
- package/packages/app-core/src/components/apps/GameView.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/GameView.js +1133 -0
- package/packages/app-core/src/components/apps/GameViewOverlay.d.ts +2 -0
- package/packages/app-core/src/components/apps/GameViewOverlay.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/GameViewOverlay.js +120 -0
- package/packages/app-core/src/components/apps/RunningAppsRow.d.ts +12 -0
- package/packages/app-core/src/components/apps/RunningAppsRow.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/RunningAppsRow.js +35 -0
- package/packages/app-core/src/components/apps/app-identity.d.ts +24 -0
- package/packages/app-core/src/components/apps/app-identity.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/app-identity.js +161 -0
- package/packages/app-core/src/components/apps/catalog-loader.d.ts +7 -0
- package/packages/app-core/src/components/apps/catalog-loader.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/catalog-loader.js +21 -0
- package/packages/app-core/src/components/apps/extensions/registry.d.ts +12 -0
- package/packages/app-core/src/components/apps/extensions/registry.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/extensions/registry.js +23 -0
- package/packages/app-core/src/components/apps/extensions/surface.d.ts +34 -0
- package/packages/app-core/src/components/apps/extensions/surface.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/extensions/surface.js +96 -0
- package/packages/app-core/src/components/apps/extensions/types.d.ts +7 -0
- package/packages/app-core/src/components/apps/extensions/types.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/extensions/types.js +1 -0
- package/packages/app-core/src/components/apps/helpers.d.ts +50 -0
- package/packages/app-core/src/components/apps/helpers.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/helpers.js +351 -0
- package/packages/app-core/src/components/apps/internal-tool-apps.d.ts +7 -0
- package/packages/app-core/src/components/apps/internal-tool-apps.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/internal-tool-apps.js +143 -0
- package/packages/app-core/src/components/apps/overlay-app-api.d.ts +55 -0
- package/packages/app-core/src/components/apps/overlay-app-api.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/overlay-app-api.js +8 -0
- package/packages/app-core/src/components/apps/overlay-app-registry.d.ts +19 -0
- package/packages/app-core/src/components/apps/overlay-app-registry.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/overlay-app-registry.js +47 -0
- package/packages/app-core/src/components/apps/run-attention.d.ts +3 -0
- package/packages/app-core/src/components/apps/run-attention.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/run-attention.js +77 -0
- package/packages/app-core/src/components/apps/surfaces/GameOperatorShell.d.ts +47 -0
- package/packages/app-core/src/components/apps/surfaces/GameOperatorShell.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/surfaces/GameOperatorShell.js +42 -0
- package/packages/app-core/src/components/apps/surfaces/registry.d.ts +11 -0
- package/packages/app-core/src/components/apps/surfaces/registry.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/surfaces/registry.js +23 -0
- package/packages/app-core/src/components/apps/surfaces/types.d.ts +10 -0
- package/packages/app-core/src/components/apps/surfaces/types.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/surfaces/types.js +1 -0
- package/packages/app-core/src/components/apps/viewer-auth.d.ts +7 -0
- package/packages/app-core/src/components/apps/viewer-auth.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/viewer-auth.js +55 -0
- package/packages/app-core/src/components/auth/LoginView.d.ts +55 -0
- package/packages/app-core/src/components/auth/LoginView.d.ts.map +1 -0
- package/packages/app-core/src/components/auth/LoginView.js +147 -0
- package/packages/app-core/src/components/character/CharacterEditor.d.ts +12 -0
- package/packages/app-core/src/components/character/CharacterEditor.d.ts.map +1 -0
- package/packages/app-core/src/components/character/CharacterEditor.js +885 -0
- package/packages/app-core/src/components/character/CharacterEditorPanels.d.ts +35 -0
- package/packages/app-core/src/components/character/CharacterEditorPanels.d.ts.map +1 -0
- package/packages/app-core/src/components/character/CharacterEditorPanels.js +250 -0
- package/packages/app-core/src/components/character/CharacterExperienceWorkspace.d.ts +11 -0
- package/packages/app-core/src/components/character/CharacterExperienceWorkspace.d.ts.map +1 -0
- package/packages/app-core/src/components/character/CharacterExperienceWorkspace.js +224 -0
- package/packages/app-core/src/components/character/CharacterHubView.d.ts +22 -0
- package/packages/app-core/src/components/character/CharacterHubView.d.ts.map +1 -0
- package/packages/app-core/src/components/character/CharacterHubView.js +686 -0
- package/packages/app-core/src/components/character/CharacterLearnedSkillsSection.d.ts +2 -0
- package/packages/app-core/src/components/character/CharacterLearnedSkillsSection.d.ts.map +1 -0
- package/packages/app-core/src/components/character/CharacterLearnedSkillsSection.js +76 -0
- package/packages/app-core/src/components/character/CharacterOverviewSection.d.ts +27 -0
- package/packages/app-core/src/components/character/CharacterOverviewSection.d.ts.map +1 -0
- package/packages/app-core/src/components/character/CharacterOverviewSection.js +36 -0
- package/packages/app-core/src/components/character/CharacterRelationshipsSection.d.ts +7 -0
- package/packages/app-core/src/components/character/CharacterRelationshipsSection.d.ts.map +1 -0
- package/packages/app-core/src/components/character/CharacterRelationshipsSection.js +4 -0
- package/packages/app-core/src/components/character/CharacterRoster.d.ts +32 -0
- package/packages/app-core/src/components/character/CharacterRoster.d.ts.map +1 -0
- package/packages/app-core/src/components/character/CharacterRoster.js +111 -0
- package/packages/app-core/src/components/character/MusicLibraryCharacterWidget.d.ts +3 -0
- package/packages/app-core/src/components/character/MusicLibraryCharacterWidget.d.ts.map +1 -0
- package/packages/app-core/src/components/character/MusicLibraryCharacterWidget.js +27 -0
- package/packages/app-core/src/components/character/character-editor-helpers.d.ts +42 -0
- package/packages/app-core/src/components/character/character-editor-helpers.d.ts.map +1 -0
- package/packages/app-core/src/components/character/character-editor-helpers.js +58 -0
- package/packages/app-core/src/components/character/character-greeting.d.ts +5 -0
- package/packages/app-core/src/components/character/character-greeting.d.ts.map +1 -0
- package/packages/app-core/src/components/character/character-greeting.js +22 -0
- package/packages/app-core/src/components/character/character-hub-helpers.d.ts +14 -0
- package/packages/app-core/src/components/character/character-hub-helpers.d.ts.map +1 -0
- package/packages/app-core/src/components/character/character-hub-helpers.js +129 -0
- package/packages/app-core/src/components/character/character-hub-types.d.ts +49 -0
- package/packages/app-core/src/components/character/character-hub-types.d.ts.map +1 -0
- package/packages/app-core/src/components/character/character-hub-types.js +1 -0
- package/packages/app-core/src/components/character/character-voice-config.d.ts +33 -0
- package/packages/app-core/src/components/character/character-voice-config.d.ts.map +1 -0
- package/packages/app-core/src/components/character/character-voice-config.js +95 -0
- package/packages/app-core/src/components/chat/AgentActivityBox.d.ts +8 -0
- package/packages/app-core/src/components/chat/AgentActivityBox.d.ts.map +1 -0
- package/packages/app-core/src/components/chat/AgentActivityBox.js +33 -0
- package/packages/app-core/src/components/chat/AppsSection.d.ts +13 -0
- package/packages/app-core/src/components/chat/AppsSection.d.ts.map +1 -0
- package/packages/app-core/src/components/chat/AppsSection.js +120 -0
- package/packages/app-core/src/components/chat/MessageContent.d.ts +41 -0
- package/packages/app-core/src/components/chat/MessageContent.d.ts.map +1 -0
- package/packages/app-core/src/components/chat/MessageContent.js +668 -0
- package/packages/app-core/src/components/chat/SaveCommandModal.d.ts +9 -0
- package/packages/app-core/src/components/chat/SaveCommandModal.d.ts.map +1 -0
- package/packages/app-core/src/components/chat/SaveCommandModal.js +59 -0
- package/packages/app-core/src/components/chat/TasksEventsPanel.d.ts +30 -0
- package/packages/app-core/src/components/chat/TasksEventsPanel.d.ts.map +1 -0
- package/packages/app-core/src/components/chat/TasksEventsPanel.js +135 -0
- package/packages/app-core/src/components/chat/WidgetVisibilityPanel.d.ts +25 -0
- package/packages/app-core/src/components/chat/WidgetVisibilityPanel.d.ts.map +1 -0
- package/packages/app-core/src/components/chat/WidgetVisibilityPanel.js +30 -0
- package/packages/app-core/src/components/chat/chat-source-registration.d.ts +1 -0
- package/packages/app-core/src/components/chat/chat-source-registration.d.ts.map +1 -0
- package/packages/app-core/src/components/chat/chat-source-registration.js +1 -0
- package/packages/app-core/src/components/chat/widgets/agent-orchestrator.d.ts +20 -0
- package/packages/app-core/src/components/chat/widgets/agent-orchestrator.d.ts.map +1 -0
- package/packages/app-core/src/components/chat/widgets/agent-orchestrator.js +273 -0
- package/packages/app-core/src/components/chat/widgets/browser-status.d.ts +14 -0
- package/packages/app-core/src/components/chat/widgets/browser-status.d.ts.map +1 -0
- package/packages/app-core/src/components/chat/widgets/browser-status.js +109 -0
- package/packages/app-core/src/components/chat/widgets/music-player.d.ts +4 -0
- package/packages/app-core/src/components/chat/widgets/music-player.d.ts.map +1 -0
- package/packages/app-core/src/components/chat/widgets/music-player.js +132 -0
- package/packages/app-core/src/components/chat/widgets/registry.d.ts +8 -0
- package/packages/app-core/src/components/chat/widgets/registry.d.ts.map +1 -0
- package/packages/app-core/src/components/chat/widgets/registry.js +7 -0
- package/packages/app-core/src/components/chat/widgets/shared.d.ts +17 -0
- package/packages/app-core/src/components/chat/widgets/shared.d.ts.map +1 -0
- package/packages/app-core/src/components/chat/widgets/shared.js +8 -0
- package/packages/app-core/src/components/chat/widgets/todo.d.ts +3 -0
- package/packages/app-core/src/components/chat/widgets/todo.d.ts.map +1 -0
- package/packages/app-core/src/components/chat/widgets/todo.js +109 -0
- package/packages/app-core/src/components/chat/widgets/types.d.ts +16 -0
- package/packages/app-core/src/components/chat/widgets/types.d.ts.map +1 -0
- package/packages/app-core/src/components/chat/widgets/types.js +1 -0
- package/packages/app-core/src/components/chat/widgets/wallet-status.d.ts +4 -0
- package/packages/app-core/src/components/chat/widgets/wallet-status.d.ts.map +1 -0
- package/packages/app-core/src/components/chat/widgets/wallet-status.js +190 -0
- package/packages/app-core/src/components/cloud/CloudSourceControls.d.ts +13 -0
- package/packages/app-core/src/components/cloud/CloudSourceControls.d.ts.map +1 -0
- package/packages/app-core/src/components/cloud/CloudSourceControls.js +19 -0
- package/packages/app-core/src/components/cloud/CloudStatusBadge.d.ts +33 -0
- package/packages/app-core/src/components/cloud/CloudStatusBadge.d.ts.map +1 -0
- package/packages/app-core/src/components/cloud/CloudStatusBadge.js +98 -0
- package/packages/app-core/src/components/cloud/FlaminaGuide.d.ts +10 -0
- package/packages/app-core/src/components/cloud/FlaminaGuide.d.ts.map +1 -0
- package/packages/app-core/src/components/cloud/FlaminaGuide.js +86 -0
- package/packages/app-core/src/components/cloud/StripeEmbeddedCheckout.d.ts +24 -0
- package/packages/app-core/src/components/cloud/StripeEmbeddedCheckout.d.ts.map +1 -0
- package/packages/app-core/src/components/cloud/StripeEmbeddedCheckout.js +101 -0
- package/packages/app-core/src/components/companion/injected.d.ts +10 -0
- package/packages/app-core/src/components/companion/injected.d.ts.map +1 -0
- package/packages/app-core/src/components/companion/injected.js +25 -0
- package/packages/app-core/src/components/config-ui/config-control-primitives.d.ts +14 -0
- package/packages/app-core/src/components/config-ui/config-control-primitives.d.ts.map +1 -0
- package/packages/app-core/src/components/config-ui/config-control-primitives.js +22 -0
- package/packages/app-core/src/components/config-ui/config-field.d.ts +58 -0
- package/packages/app-core/src/components/config-ui/config-field.d.ts.map +1 -0
- package/packages/app-core/src/components/config-ui/config-field.js +869 -0
- package/packages/app-core/src/components/config-ui/config-renderer.d.ts +164 -0
- package/packages/app-core/src/components/config-ui/config-renderer.d.ts.map +1 -0
- package/packages/app-core/src/components/config-ui/config-renderer.js +397 -0
- package/packages/app-core/src/components/config-ui/index.d.ts +5 -0
- package/packages/app-core/src/components/config-ui/index.d.ts.map +1 -0
- package/packages/app-core/src/components/config-ui/index.js +4 -0
- package/packages/app-core/src/components/config-ui/ui-renderer.d.ts +15 -0
- package/packages/app-core/src/components/config-ui/ui-renderer.d.ts.map +1 -0
- package/packages/app-core/src/components/config-ui/ui-renderer.js +826 -0
- package/packages/app-core/src/components/connectors/BlueBubblesStatusPanel.d.ts +2 -0
- package/packages/app-core/src/components/connectors/BlueBubblesStatusPanel.d.ts.map +1 -0
- package/packages/app-core/src/components/connectors/BlueBubblesStatusPanel.js +61 -0
- package/packages/app-core/src/components/connectors/ConnectorSetupPanel.d.ts +12 -0
- package/packages/app-core/src/components/connectors/ConnectorSetupPanel.d.ts.map +1 -0
- package/packages/app-core/src/components/connectors/ConnectorSetupPanel.js +92 -0
- package/packages/app-core/src/components/connectors/DiscordLocalConnectorPanel.d.ts +2 -0
- package/packages/app-core/src/components/connectors/DiscordLocalConnectorPanel.d.ts.map +1 -0
- package/packages/app-core/src/components/connectors/DiscordLocalConnectorPanel.js +249 -0
- package/packages/app-core/src/components/connectors/IMessageStatusPanel.d.ts +2 -0
- package/packages/app-core/src/components/connectors/IMessageStatusPanel.d.ts.map +1 -0
- package/packages/app-core/src/components/connectors/IMessageStatusPanel.js +63 -0
- package/packages/app-core/src/components/connectors/SignalQrOverlay.d.ts +7 -0
- package/packages/app-core/src/components/connectors/SignalQrOverlay.d.ts.map +1 -0
- package/packages/app-core/src/components/connectors/SignalQrOverlay.js +63 -0
- package/packages/app-core/src/components/connectors/TelegramAccountConnectorPanel.d.ts +2 -0
- package/packages/app-core/src/components/connectors/TelegramAccountConnectorPanel.d.ts.map +1 -0
- package/packages/app-core/src/components/connectors/TelegramAccountConnectorPanel.js +202 -0
- package/packages/app-core/src/components/connectors/TelegramBotSetupPanel.d.ts +2 -0
- package/packages/app-core/src/components/connectors/TelegramBotSetupPanel.d.ts.map +1 -0
- package/packages/app-core/src/components/connectors/TelegramBotSetupPanel.js +81 -0
- package/packages/app-core/src/components/connectors/WhatsAppQrOverlay.d.ts +9 -0
- package/packages/app-core/src/components/connectors/WhatsAppQrOverlay.d.ts.map +1 -0
- package/packages/app-core/src/components/connectors/WhatsAppQrOverlay.js +53 -0
- package/packages/app-core/src/components/conversations/ConversationRenameDialog.d.ts +9 -0
- package/packages/app-core/src/components/conversations/ConversationRenameDialog.d.ts.map +1 -0
- package/packages/app-core/src/components/conversations/ConversationRenameDialog.js +46 -0
- package/packages/app-core/src/components/conversations/ConversationsSidebar.d.ts +9 -0
- package/packages/app-core/src/components/conversations/ConversationsSidebar.d.ts.map +1 -0
- package/packages/app-core/src/components/conversations/ConversationsSidebar.js +555 -0
- package/packages/app-core/src/components/conversations/brand-icons.d.ts +12 -0
- package/packages/app-core/src/components/conversations/brand-icons.d.ts.map +1 -0
- package/packages/app-core/src/components/conversations/brand-icons.js +49 -0
- package/packages/app-core/src/components/conversations/conversation-sidebar-model.d.ts +66 -0
- package/packages/app-core/src/components/conversations/conversation-sidebar-model.d.ts.map +1 -0
- package/packages/app-core/src/components/conversations/conversation-sidebar-model.js +340 -0
- package/packages/app-core/src/components/conversations/conversation-utils.d.ts +9 -0
- package/packages/app-core/src/components/conversations/conversation-utils.d.ts.map +1 -0
- package/packages/app-core/src/components/conversations/conversation-utils.js +142 -0
- package/packages/app-core/src/components/custom-actions/CustomActionEditor.d.ts +10 -0
- package/packages/app-core/src/components/custom-actions/CustomActionEditor.d.ts.map +1 -0
- package/packages/app-core/src/components/custom-actions/CustomActionEditor.js +385 -0
- package/packages/app-core/src/components/custom-actions/CustomActionsPanel.d.ts +9 -0
- package/packages/app-core/src/components/custom-actions/CustomActionsPanel.d.ts.map +1 -0
- package/packages/app-core/src/components/custom-actions/CustomActionsPanel.js +158 -0
- package/packages/app-core/src/components/custom-actions/CustomActionsView.d.ts +2 -0
- package/packages/app-core/src/components/custom-actions/CustomActionsView.d.ts.map +1 -0
- package/packages/app-core/src/components/custom-actions/CustomActionsView.js +144 -0
- package/packages/app-core/src/components/custom-actions/custom-action-form.d.ts +44 -0
- package/packages/app-core/src/components/custom-actions/custom-action-form.d.ts.map +1 -0
- package/packages/app-core/src/components/custom-actions/custom-action-form.js +237 -0
- package/packages/app-core/src/components/index.d.ts +100 -0
- package/packages/app-core/src/components/index.d.ts.map +1 -0
- package/packages/app-core/src/components/index.js +101 -0
- package/packages/app-core/src/components/inventory/ChainIcon.d.ts +9 -0
- package/packages/app-core/src/components/inventory/ChainIcon.d.ts.map +1 -0
- package/packages/app-core/src/components/inventory/ChainIcon.js +58 -0
- package/packages/app-core/src/components/inventory/TokenLogo.d.ts +9 -0
- package/packages/app-core/src/components/inventory/TokenLogo.d.ts.map +1 -0
- package/packages/app-core/src/components/inventory/TokenLogo.js +26 -0
- package/packages/app-core/src/components/inventory/chainConfig.d.ts +89 -0
- package/packages/app-core/src/components/inventory/chainConfig.d.ts.map +1 -0
- package/packages/app-core/src/components/inventory/chainConfig.js +285 -0
- package/packages/app-core/src/components/inventory/constants.d.ts +30 -0
- package/packages/app-core/src/components/inventory/constants.d.ts.map +1 -0
- package/packages/app-core/src/components/inventory/constants.js +57 -0
- package/packages/app-core/src/components/inventory/inventory-chain-filters.d.ts +11 -0
- package/packages/app-core/src/components/inventory/inventory-chain-filters.d.ts.map +1 -0
- package/packages/app-core/src/components/inventory/inventory-chain-filters.js +41 -0
- package/packages/app-core/src/components/inventory/media-url.d.ts +6 -0
- package/packages/app-core/src/components/inventory/media-url.d.ts.map +1 -0
- package/packages/app-core/src/components/inventory/media-url.js +28 -0
- package/packages/app-core/src/components/inventory/useInventoryData.d.ts +38 -0
- package/packages/app-core/src/components/inventory/useInventoryData.d.ts.map +1 -0
- package/packages/app-core/src/components/inventory/useInventoryData.js +278 -0
- package/packages/app-core/src/components/local-inference/ActiveModelBar.d.ts +10 -0
- package/packages/app-core/src/components/local-inference/ActiveModelBar.d.ts.map +1 -0
- package/packages/app-core/src/components/local-inference/ActiveModelBar.js +19 -0
- package/packages/app-core/src/components/local-inference/DeviceBridgeStatus.d.ts +2 -0
- package/packages/app-core/src/components/local-inference/DeviceBridgeStatus.d.ts.map +1 -0
- package/packages/app-core/src/components/local-inference/DeviceBridgeStatus.js +39 -0
- package/packages/app-core/src/components/local-inference/DevicesPanel.d.ts +8 -0
- package/packages/app-core/src/components/local-inference/DevicesPanel.d.ts.map +1 -0
- package/packages/app-core/src/components/local-inference/DevicesPanel.js +44 -0
- package/packages/app-core/src/components/local-inference/DownloadProgress.d.ts +7 -0
- package/packages/app-core/src/components/local-inference/DownloadProgress.d.ts.map +1 -0
- package/packages/app-core/src/components/local-inference/DownloadProgress.js +8 -0
- package/packages/app-core/src/components/local-inference/DownloadQueue.d.ts +15 -0
- package/packages/app-core/src/components/local-inference/DownloadQueue.d.ts.map +1 -0
- package/packages/app-core/src/components/local-inference/DownloadQueue.js +21 -0
- package/packages/app-core/src/components/local-inference/FirstRunOffer.d.ts +11 -0
- package/packages/app-core/src/components/local-inference/FirstRunOffer.d.ts.map +1 -0
- package/packages/app-core/src/components/local-inference/FirstRunOffer.js +49 -0
- package/packages/app-core/src/components/local-inference/HardwareBadge.d.ts +7 -0
- package/packages/app-core/src/components/local-inference/HardwareBadge.d.ts.map +1 -0
- package/packages/app-core/src/components/local-inference/HardwareBadge.js +10 -0
- package/packages/app-core/src/components/local-inference/HuggingFaceSearch.d.ts +22 -0
- package/packages/app-core/src/components/local-inference/HuggingFaceSearch.d.ts.map +1 -0
- package/packages/app-core/src/components/local-inference/HuggingFaceSearch.js +68 -0
- package/packages/app-core/src/components/local-inference/LocalInferencePanel.d.ts +5 -0
- package/packages/app-core/src/components/local-inference/LocalInferencePanel.d.ts.map +1 -0
- package/packages/app-core/src/components/local-inference/LocalInferencePanel.js +227 -0
- package/packages/app-core/src/components/local-inference/ModelCard.d.ts +20 -0
- package/packages/app-core/src/components/local-inference/ModelCard.d.ts.map +1 -0
- package/packages/app-core/src/components/local-inference/ModelCard.js +21 -0
- package/packages/app-core/src/components/local-inference/ModelHubView.d.ts +18 -0
- package/packages/app-core/src/components/local-inference/ModelHubView.d.ts.map +1 -0
- package/packages/app-core/src/components/local-inference/ModelHubView.js +40 -0
- package/packages/app-core/src/components/local-inference/ProvidersList.d.ts +15 -0
- package/packages/app-core/src/components/local-inference/ProvidersList.d.ts.map +1 -0
- package/packages/app-core/src/components/local-inference/ProvidersList.js +62 -0
- package/packages/app-core/src/components/local-inference/RoutingMatrix.d.ts +13 -0
- package/packages/app-core/src/components/local-inference/RoutingMatrix.d.ts.map +1 -0
- package/packages/app-core/src/components/local-inference/RoutingMatrix.js +105 -0
- package/packages/app-core/src/components/local-inference/SlotAssignments.d.ts +15 -0
- package/packages/app-core/src/components/local-inference/SlotAssignments.d.ts.map +1 -0
- package/packages/app-core/src/components/local-inference/SlotAssignments.js +58 -0
- package/packages/app-core/src/components/local-inference/hub-utils.d.ts +27 -0
- package/packages/app-core/src/components/local-inference/hub-utils.d.ts.map +1 -0
- package/packages/app-core/src/components/local-inference/hub-utils.js +86 -0
- package/packages/app-core/src/components/onboarding/BootstrapStep.d.ts +32 -0
- package/packages/app-core/src/components/onboarding/BootstrapStep.d.ts.map +1 -0
- package/packages/app-core/src/components/onboarding/BootstrapStep.js +101 -0
- package/packages/app-core/src/components/onboarding/onboarding-form-primitives.d.ts +54 -0
- package/packages/app-core/src/components/onboarding/onboarding-form-primitives.d.ts.map +1 -0
- package/packages/app-core/src/components/onboarding/onboarding-form-primitives.js +55 -0
- package/packages/app-core/src/components/onboarding/onboarding-step-chrome.d.ts +40 -0
- package/packages/app-core/src/components/onboarding/onboarding-step-chrome.d.ts.map +1 -0
- package/packages/app-core/src/components/onboarding/onboarding-step-chrome.js +74 -0
- package/packages/app-core/src/components/pages/AdvancedPageView.d.ts +4 -0
- package/packages/app-core/src/components/pages/AdvancedPageView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/AdvancedPageView.js +72 -0
- package/packages/app-core/src/components/pages/AppsPageView.d.ts +12 -0
- package/packages/app-core/src/components/pages/AppsPageView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/AppsPageView.js +58 -0
- package/packages/app-core/src/components/pages/AppsView.d.ts +3 -0
- package/packages/app-core/src/components/pages/AppsView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/AppsView.js +810 -0
- package/packages/app-core/src/components/pages/AutomationsView.d.ts +6 -0
- package/packages/app-core/src/components/pages/AutomationsView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/AutomationsView.js +2381 -0
- package/packages/app-core/src/components/pages/BrowserWorkspaceView.d.ts +3 -0
- package/packages/app-core/src/components/pages/BrowserWorkspaceView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/BrowserWorkspaceView.js +909 -0
- package/packages/app-core/src/components/pages/ChatModalView.d.ts +13 -0
- package/packages/app-core/src/components/pages/ChatModalView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/ChatModalView.js +17 -0
- package/packages/app-core/src/components/pages/ChatView.d.ts +24 -0
- package/packages/app-core/src/components/pages/ChatView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/ChatView.js +534 -0
- package/packages/app-core/src/components/pages/ConfigPageView.d.ts +12 -0
- package/packages/app-core/src/components/pages/ConfigPageView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/ConfigPageView.js +263 -0
- package/packages/app-core/src/components/pages/ConnectorsPageView.d.ts +8 -0
- package/packages/app-core/src/components/pages/ConnectorsPageView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/ConnectorsPageView.js +8 -0
- package/packages/app-core/src/components/pages/DatabasePageView.d.ts +5 -0
- package/packages/app-core/src/components/pages/DatabasePageView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/DatabasePageView.js +33 -0
- package/packages/app-core/src/components/pages/DatabaseView.d.ts +6 -0
- package/packages/app-core/src/components/pages/DatabaseView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/DatabaseView.js +247 -0
- package/packages/app-core/src/components/pages/ElizaCloudDashboard.d.ts +2 -0
- package/packages/app-core/src/components/pages/ElizaCloudDashboard.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/ElizaCloudDashboard.js +380 -0
- package/packages/app-core/src/components/pages/HeartbeatForm.d.ts +56 -0
- package/packages/app-core/src/components/pages/HeartbeatForm.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/HeartbeatForm.js +215 -0
- package/packages/app-core/src/components/pages/HeartbeatsView.d.ts +3 -0
- package/packages/app-core/src/components/pages/HeartbeatsView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/HeartbeatsView.js +397 -0
- package/packages/app-core/src/components/pages/InventoryView.d.ts +2 -0
- package/packages/app-core/src/components/pages/InventoryView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/InventoryView.js +837 -0
- package/packages/app-core/src/components/pages/KnowledgeView.d.ts +12 -0
- package/packages/app-core/src/components/pages/KnowledgeView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/KnowledgeView.js +536 -0
- package/packages/app-core/src/components/pages/LogsPageView.d.ts +6 -0
- package/packages/app-core/src/components/pages/LogsPageView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/LogsPageView.js +6 -0
- package/packages/app-core/src/components/pages/LogsView.d.ts +2 -0
- package/packages/app-core/src/components/pages/LogsView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/LogsView.js +85 -0
- package/packages/app-core/src/components/pages/MediaGalleryView.d.ts +6 -0
- package/packages/app-core/src/components/pages/MediaGalleryView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/MediaGalleryView.js +273 -0
- package/packages/app-core/src/components/pages/MemoryDetailPanel.d.ts +5 -0
- package/packages/app-core/src/components/pages/MemoryDetailPanel.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/MemoryDetailPanel.js +17 -0
- package/packages/app-core/src/components/pages/MemoryViewerView.d.ts +5 -0
- package/packages/app-core/src/components/pages/MemoryViewerView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/MemoryViewerView.js +234 -0
- package/packages/app-core/src/components/pages/MiladyOsAppsView.d.ts +4 -0
- package/packages/app-core/src/components/pages/MiladyOsAppsView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/MiladyOsAppsView.js +618 -0
- package/packages/app-core/src/components/pages/PageScopedChatPane.d.ts +48 -0
- package/packages/app-core/src/components/pages/PageScopedChatPane.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/PageScopedChatPane.js +503 -0
- package/packages/app-core/src/components/pages/PluginCard.d.ts +36 -0
- package/packages/app-core/src/components/pages/PluginCard.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/PluginCard.js +128 -0
- package/packages/app-core/src/components/pages/PluginConfigForm.d.ts +29 -0
- package/packages/app-core/src/components/pages/PluginConfigForm.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/PluginConfigForm.js +133 -0
- package/packages/app-core/src/components/pages/PluginsPageView.d.ts +9 -0
- package/packages/app-core/src/components/pages/PluginsPageView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/PluginsPageView.js +5 -0
- package/packages/app-core/src/components/pages/PluginsView.d.ts +11 -0
- package/packages/app-core/src/components/pages/PluginsView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/PluginsView.js +844 -0
- package/packages/app-core/src/components/pages/RelationshipsGraphPanel.d.ts +8 -0
- package/packages/app-core/src/components/pages/RelationshipsGraphPanel.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/RelationshipsGraphPanel.js +696 -0
- package/packages/app-core/src/components/pages/RelationshipsIdentityCluster.d.ts +5 -0
- package/packages/app-core/src/components/pages/RelationshipsIdentityCluster.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/RelationshipsIdentityCluster.js +17 -0
- package/packages/app-core/src/components/pages/RelationshipsView.d.ts +5 -0
- package/packages/app-core/src/components/pages/RelationshipsView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/RelationshipsView.js +5 -0
- package/packages/app-core/src/components/pages/ReleaseCenterView.d.ts +2 -0
- package/packages/app-core/src/components/pages/ReleaseCenterView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/ReleaseCenterView.js +216 -0
- package/packages/app-core/src/components/pages/RuntimeView.d.ts +5 -0
- package/packages/app-core/src/components/pages/RuntimeView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/RuntimeView.js +283 -0
- package/packages/app-core/src/components/pages/SecretsView.d.ts +5 -0
- package/packages/app-core/src/components/pages/SecretsView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/SecretsView.js +245 -0
- package/packages/app-core/src/components/pages/SettingsView.d.ts +6 -0
- package/packages/app-core/src/components/pages/SettingsView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/SettingsView.js +574 -0
- package/packages/app-core/src/components/pages/SkillsView.d.ts +6 -0
- package/packages/app-core/src/components/pages/SkillsView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/SkillsView.js +205 -0
- package/packages/app-core/src/components/pages/SqlEditorPanel.d.ts +13 -0
- package/packages/app-core/src/components/pages/SqlEditorPanel.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/SqlEditorPanel.js +19 -0
- package/packages/app-core/src/components/pages/StreamView.d.ts +4 -0
- package/packages/app-core/src/components/pages/StreamView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/StreamView.js +113 -0
- package/packages/app-core/src/components/pages/TasksPageView.d.ts +2 -0
- package/packages/app-core/src/components/pages/TasksPageView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/TasksPageView.js +10 -0
- package/packages/app-core/src/components/pages/TrajectoriesView.d.ts +9 -0
- package/packages/app-core/src/components/pages/TrajectoriesView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/TrajectoriesView.js +278 -0
- package/packages/app-core/src/components/pages/TrajectoryDetailView.d.ts +7 -0
- package/packages/app-core/src/components/pages/TrajectoryDetailView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/TrajectoryDetailView.js +173 -0
- package/packages/app-core/src/components/pages/TriggersView.d.ts +3 -0
- package/packages/app-core/src/components/pages/TriggersView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/TriggersView.js +2 -0
- package/packages/app-core/src/components/pages/VectorBrowserView.d.ts +13 -0
- package/packages/app-core/src/components/pages/VectorBrowserView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/VectorBrowserView.js +846 -0
- package/packages/app-core/src/components/pages/WorkflowGraphViewer.d.ts +15 -0
- package/packages/app-core/src/components/pages/WorkflowGraphViewer.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/WorkflowGraphViewer.js +335 -0
- package/packages/app-core/src/components/pages/automation-conversations.d.ts +16 -0
- package/packages/app-core/src/components/pages/automation-conversations.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/automation-conversations.js +204 -0
- package/packages/app-core/src/components/pages/chat-view-hooks.d.ts +63 -0
- package/packages/app-core/src/components/pages/chat-view-hooks.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/chat-view-hooks.js +531 -0
- package/packages/app-core/src/components/pages/cloud-dashboard-utils.d.ts +91 -0
- package/packages/app-core/src/components/pages/cloud-dashboard-utils.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/cloud-dashboard-utils.js +284 -0
- package/packages/app-core/src/components/pages/config-page-sections.d.ts +86 -0
- package/packages/app-core/src/components/pages/config-page-sections.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/config-page-sections.js +205 -0
- package/packages/app-core/src/components/pages/database-utils.d.ts +30 -0
- package/packages/app-core/src/components/pages/database-utils.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/database-utils.js +133 -0
- package/packages/app-core/src/components/pages/heartbeat-utils.d.ts +105 -0
- package/packages/app-core/src/components/pages/heartbeat-utils.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/heartbeat-utils.js +368 -0
- package/packages/app-core/src/components/pages/knowledge-detail.d.ts +9 -0
- package/packages/app-core/src/components/pages/knowledge-detail.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/knowledge-detail.js +149 -0
- package/packages/app-core/src/components/pages/knowledge-upload.d.ts +27 -0
- package/packages/app-core/src/components/pages/knowledge-upload.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/knowledge-upload.js +125 -0
- package/packages/app-core/src/components/pages/page-scoped-conversations.d.ts +62 -0
- package/packages/app-core/src/components/pages/page-scoped-conversations.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/page-scoped-conversations.js +211 -0
- package/packages/app-core/src/components/pages/plugin-list-utils.d.ts +67 -0
- package/packages/app-core/src/components/pages/plugin-list-utils.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/plugin-list-utils.js +666 -0
- package/packages/app-core/src/components/pages/plugin-view-connectors.d.ts +57 -0
- package/packages/app-core/src/components/pages/plugin-view-connectors.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/plugin-view-connectors.js +267 -0
- package/packages/app-core/src/components/pages/plugin-view-dialogs.d.ts +36 -0
- package/packages/app-core/src/components/pages/plugin-view-dialogs.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/plugin-view-dialogs.js +63 -0
- package/packages/app-core/src/components/pages/plugin-view-modal.d.ts +34 -0
- package/packages/app-core/src/components/pages/plugin-view-modal.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/plugin-view-modal.js +29 -0
- package/packages/app-core/src/components/pages/plugin-view-sidebar.d.ts +36 -0
- package/packages/app-core/src/components/pages/plugin-view-sidebar.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/plugin-view-sidebar.js +42 -0
- package/packages/app-core/src/components/pages/relationships/RelationshipsActivityFeed.d.ts +2 -0
- package/packages/app-core/src/components/pages/relationships/RelationshipsActivityFeed.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/relationships/RelationshipsActivityFeed.js +85 -0
- package/packages/app-core/src/components/pages/relationships/RelationshipsCandidateMergesPanel.d.ts +6 -0
- package/packages/app-core/src/components/pages/relationships/RelationshipsCandidateMergesPanel.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/relationships/RelationshipsCandidateMergesPanel.js +73 -0
- package/packages/app-core/src/components/pages/relationships/RelationshipsPersonPanels.d.ts +27 -0
- package/packages/app-core/src/components/pages/relationships/RelationshipsPersonPanels.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/relationships/RelationshipsPersonPanels.js +241 -0
- package/packages/app-core/src/components/pages/relationships/RelationshipsSidebar.d.ts +10 -0
- package/packages/app-core/src/components/pages/relationships/RelationshipsSidebar.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/relationships/RelationshipsSidebar.js +16 -0
- package/packages/app-core/src/components/pages/relationships/RelationshipsWorkspaceView.d.ts +7 -0
- package/packages/app-core/src/components/pages/relationships/RelationshipsWorkspaceView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/relationships/RelationshipsWorkspaceView.js +130 -0
- package/packages/app-core/src/components/pages/relationships/relationships-utils.d.ts +16 -0
- package/packages/app-core/src/components/pages/relationships/relationships-utils.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/relationships/relationships-utils.js +105 -0
- package/packages/app-core/src/components/pages/settings/IdentitySettingsSection.d.ts +2 -0
- package/packages/app-core/src/components/pages/settings/IdentitySettingsSection.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/settings/IdentitySettingsSection.js +310 -0
- package/packages/app-core/src/components/pages/skill-detail-panel.d.ts +13 -0
- package/packages/app-core/src/components/pages/skill-detail-panel.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/skill-detail-panel.js +161 -0
- package/packages/app-core/src/components/pages/skill-marketplace.d.ts +38 -0
- package/packages/app-core/src/components/pages/skill-marketplace.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/skill-marketplace.js +114 -0
- package/packages/app-core/src/components/pages/useBrowserWorkspaceWalletBridge.d.ts +43 -0
- package/packages/app-core/src/components/pages/useBrowserWorkspaceWalletBridge.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/useBrowserWorkspaceWalletBridge.js +321 -0
- package/packages/app-core/src/components/pages/vector-browser-utils.d.ts +2 -0
- package/packages/app-core/src/components/pages/vector-browser-utils.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/vector-browser-utils.js +1 -0
- package/packages/app-core/src/components/pages/workflow-graph-events.d.ts +6 -0
- package/packages/app-core/src/components/pages/workflow-graph-events.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/workflow-graph-events.js +7 -0
- package/packages/app-core/src/components/permissions/PermissionIcon.d.ts +4 -0
- package/packages/app-core/src/components/permissions/PermissionIcon.d.ts.map +1 -0
- package/packages/app-core/src/components/permissions/PermissionIcon.js +13 -0
- package/packages/app-core/src/components/permissions/StreamingPermissions.d.ts +21 -0
- package/packages/app-core/src/components/permissions/StreamingPermissions.d.ts.map +1 -0
- package/packages/app-core/src/components/permissions/StreamingPermissions.js +284 -0
- package/packages/app-core/src/components/phone-companion/Chat.d.ts +15 -0
- package/packages/app-core/src/components/phone-companion/Chat.d.ts.map +1 -0
- package/packages/app-core/src/components/phone-companion/Chat.js +76 -0
- package/packages/app-core/src/components/phone-companion/Pairing.d.ts +9 -0
- package/packages/app-core/src/components/phone-companion/Pairing.d.ts.map +1 -0
- package/packages/app-core/src/components/phone-companion/Pairing.js +124 -0
- package/packages/app-core/src/components/phone-companion/PhoneCompanionApp.d.ts +9 -0
- package/packages/app-core/src/components/phone-companion/PhoneCompanionApp.d.ts.map +1 -0
- package/packages/app-core/src/components/phone-companion/PhoneCompanionApp.js +108 -0
- package/packages/app-core/src/components/phone-companion/RemoteSession.d.ts +9 -0
- package/packages/app-core/src/components/phone-companion/RemoteSession.d.ts.map +1 -0
- package/packages/app-core/src/components/phone-companion/RemoteSession.js +364 -0
- package/packages/app-core/src/components/phone-companion/index.d.ts +5 -0
- package/packages/app-core/src/components/phone-companion/index.d.ts.map +1 -0
- package/packages/app-core/src/components/phone-companion/index.js +4 -0
- package/packages/app-core/src/components/plugins/showcase-data.d.ts +4 -0
- package/packages/app-core/src/components/plugins/showcase-data.d.ts.map +1 -0
- package/packages/app-core/src/components/plugins/showcase-data.js +461 -0
- package/packages/app-core/src/components/policy-controls/ApprovedAddressesSection.d.ts +7 -0
- package/packages/app-core/src/components/policy-controls/ApprovedAddressesSection.d.ts.map +1 -0
- package/packages/app-core/src/components/policy-controls/ApprovedAddressesSection.js +74 -0
- package/packages/app-core/src/components/policy-controls/AutoApproveSection.d.ts +7 -0
- package/packages/app-core/src/components/policy-controls/AutoApproveSection.d.ts.map +1 -0
- package/packages/app-core/src/components/policy-controls/AutoApproveSection.js +14 -0
- package/packages/app-core/src/components/policy-controls/PolicyToggle.d.ts +15 -0
- package/packages/app-core/src/components/policy-controls/PolicyToggle.d.ts.map +1 -0
- package/packages/app-core/src/components/policy-controls/PolicyToggle.js +12 -0
- package/packages/app-core/src/components/policy-controls/RateLimitSection.d.ts +7 -0
- package/packages/app-core/src/components/policy-controls/RateLimitSection.d.ts.map +1 -0
- package/packages/app-core/src/components/policy-controls/RateLimitSection.js +11 -0
- package/packages/app-core/src/components/policy-controls/SpendingLimitSection.d.ts +7 -0
- package/packages/app-core/src/components/policy-controls/SpendingLimitSection.d.ts.map +1 -0
- package/packages/app-core/src/components/policy-controls/SpendingLimitSection.js +15 -0
- package/packages/app-core/src/components/policy-controls/TimeWindowSection.d.ts +7 -0
- package/packages/app-core/src/components/policy-controls/TimeWindowSection.d.ts.map +1 -0
- package/packages/app-core/src/components/policy-controls/TimeWindowSection.js +40 -0
- package/packages/app-core/src/components/policy-controls/constants.d.ts +11 -0
- package/packages/app-core/src/components/policy-controls/constants.d.ts.map +1 -0
- package/packages/app-core/src/components/policy-controls/constants.js +41 -0
- package/packages/app-core/src/components/policy-controls/helpers.d.ts +13 -0
- package/packages/app-core/src/components/policy-controls/helpers.d.ts.map +1 -0
- package/packages/app-core/src/components/policy-controls/helpers.js +43 -0
- package/packages/app-core/src/components/policy-controls/index.d.ts +10 -0
- package/packages/app-core/src/components/policy-controls/index.d.ts.map +1 -0
- package/packages/app-core/src/components/policy-controls/index.js +9 -0
- package/packages/app-core/src/components/policy-controls/types.d.ts +58 -0
- package/packages/app-core/src/components/policy-controls/types.d.ts.map +1 -0
- package/packages/app-core/src/components/policy-controls/types.js +7 -0
- package/packages/app-core/src/components/release-center/shared.d.ts +13 -0
- package/packages/app-core/src/components/release-center/shared.d.ts.map +1 -0
- package/packages/app-core/src/components/release-center/shared.js +38 -0
- package/packages/app-core/src/components/release-center/types.d.ts +79 -0
- package/packages/app-core/src/components/release-center/types.d.ts.map +1 -0
- package/packages/app-core/src/components/release-center/types.js +5 -0
- package/packages/app-core/src/components/settings/ApiKeyConfig.d.ts +21 -0
- package/packages/app-core/src/components/settings/ApiKeyConfig.d.ts.map +1 -0
- package/packages/app-core/src/components/settings/ApiKeyConfig.js +111 -0
- package/packages/app-core/src/components/settings/AppearanceSettingsSection.d.ts +2 -0
- package/packages/app-core/src/components/settings/AppearanceSettingsSection.d.ts.map +1 -0
- package/packages/app-core/src/components/settings/AppearanceSettingsSection.js +292 -0
- package/packages/app-core/src/components/settings/CapabilitiesSection.d.ts +2 -0
- package/packages/app-core/src/components/settings/CapabilitiesSection.d.ts.map +1 -0
- package/packages/app-core/src/components/settings/CapabilitiesSection.js +97 -0
- package/packages/app-core/src/components/settings/DesktopWorkspaceSection.d.ts +7 -0
- package/packages/app-core/src/components/settings/DesktopWorkspaceSection.d.ts.map +1 -0
- package/packages/app-core/src/components/settings/DesktopWorkspaceSection.js +502 -0
- package/packages/app-core/src/components/settings/PermissionsSection.d.ts +8 -0
- package/packages/app-core/src/components/settings/PermissionsSection.d.ts.map +1 -0
- package/packages/app-core/src/components/settings/PermissionsSection.js +310 -0
- package/packages/app-core/src/components/settings/PolicyControlsView.d.ts +2 -0
- package/packages/app-core/src/components/settings/PolicyControlsView.d.ts.map +1 -0
- package/packages/app-core/src/components/settings/PolicyControlsView.js +231 -0
- package/packages/app-core/src/components/settings/ProviderSwitcher.d.ts +22 -0
- package/packages/app-core/src/components/settings/ProviderSwitcher.d.ts.map +1 -0
- package/packages/app-core/src/components/settings/ProviderSwitcher.js +572 -0
- package/packages/app-core/src/components/settings/SecuritySettingsSection.d.ts +2 -0
- package/packages/app-core/src/components/settings/SecuritySettingsSection.d.ts.map +1 -0
- package/packages/app-core/src/components/settings/SecuritySettingsSection.js +264 -0
- package/packages/app-core/src/components/settings/SubscriptionStatus.d.ts +26 -0
- package/packages/app-core/src/components/settings/SubscriptionStatus.d.ts.map +1 -0
- package/packages/app-core/src/components/settings/SubscriptionStatus.js +266 -0
- package/packages/app-core/src/components/settings/VoiceConfigView.d.ts +5 -0
- package/packages/app-core/src/components/settings/VoiceConfigView.d.ts.map +1 -0
- package/packages/app-core/src/components/settings/VoiceConfigView.js +505 -0
- package/packages/app-core/src/components/settings/cloud-model-schema.d.ts +26 -0
- package/packages/app-core/src/components/settings/cloud-model-schema.d.ts.map +1 -0
- package/packages/app-core/src/components/settings/cloud-model-schema.js +103 -0
- package/packages/app-core/src/components/settings/permission-controls.d.ts +37 -0
- package/packages/app-core/src/components/settings/permission-controls.d.ts.map +1 -0
- package/packages/app-core/src/components/settings/permission-controls.js +403 -0
- package/packages/app-core/src/components/settings/permission-types.d.ts +44 -0
- package/packages/app-core/src/components/settings/permission-types.d.ts.map +1 -0
- package/packages/app-core/src/components/settings/permission-types.js +215 -0
- package/packages/app-core/src/components/settings/settings-control-primitives.d.ts +11 -0
- package/packages/app-core/src/components/settings/settings-control-primitives.d.ts.map +1 -0
- package/packages/app-core/src/components/settings/settings-control-primitives.js +14 -0
- package/packages/app-core/src/components/shared/AppPageSidebar.d.ts +12 -0
- package/packages/app-core/src/components/shared/AppPageSidebar.d.ts.map +1 -0
- package/packages/app-core/src/components/shared/AppPageSidebar.js +119 -0
- package/packages/app-core/src/components/shared/CollapsibleSidebarSection.d.ts +19 -0
- package/packages/app-core/src/components/shared/CollapsibleSidebarSection.d.ts.map +1 -0
- package/packages/app-core/src/components/shared/CollapsibleSidebarSection.js +12 -0
- package/packages/app-core/src/components/shared/LanguageDropdown.d.ts +24 -0
- package/packages/app-core/src/components/shared/LanguageDropdown.d.ts.map +1 -0
- package/packages/app-core/src/components/shared/LanguageDropdown.js +37 -0
- package/packages/app-core/src/components/shared/ThemeToggle.d.ts +14 -0
- package/packages/app-core/src/components/shared/ThemeToggle.d.ts.map +1 -0
- package/packages/app-core/src/components/shared/ThemeToggle.js +14 -0
- package/packages/app-core/src/components/shared/confirm-delete-control.d.ts +19 -0
- package/packages/app-core/src/components/shared/confirm-delete-control.d.ts.map +1 -0
- package/packages/app-core/src/components/shared/confirm-delete-control.js +19 -0
- package/packages/app-core/src/components/shell/BugReportModal.d.ts +2 -0
- package/packages/app-core/src/components/shell/BugReportModal.d.ts.map +1 -0
- package/packages/app-core/src/components/shell/BugReportModal.js +366 -0
- package/packages/app-core/src/components/shell/CommandPalette.d.ts +2 -0
- package/packages/app-core/src/components/shell/CommandPalette.d.ts.map +1 -0
- package/packages/app-core/src/components/shell/CommandPalette.js +185 -0
- package/packages/app-core/src/components/shell/ComputerUseApprovalOverlay.d.ts +2 -0
- package/packages/app-core/src/components/shell/ComputerUseApprovalOverlay.d.ts.map +1 -0
- package/packages/app-core/src/components/shell/ComputerUseApprovalOverlay.js +171 -0
- package/packages/app-core/src/components/shell/ConnectionFailedBanner.d.ts +6 -0
- package/packages/app-core/src/components/shell/ConnectionFailedBanner.d.ts.map +1 -0
- package/packages/app-core/src/components/shell/ConnectionFailedBanner.js +23 -0
- package/packages/app-core/src/components/shell/ConnectionLostOverlay.d.ts +2 -0
- package/packages/app-core/src/components/shell/ConnectionLostOverlay.d.ts.map +1 -0
- package/packages/app-core/src/components/shell/ConnectionLostOverlay.js +49 -0
- package/packages/app-core/src/components/shell/Header.d.ts +13 -0
- package/packages/app-core/src/components/shell/Header.d.ts.map +1 -0
- package/packages/app-core/src/components/shell/Header.js +271 -0
- package/packages/app-core/src/components/shell/LoadingScreen.d.ts +13 -0
- package/packages/app-core/src/components/shell/LoadingScreen.d.ts.map +1 -0
- package/packages/app-core/src/components/shell/LoadingScreen.js +86 -0
- package/packages/app-core/src/components/shell/PairingView.d.ts +2 -0
- package/packages/app-core/src/components/shell/PairingView.d.ts.map +1 -0
- package/packages/app-core/src/components/shell/PairingView.js +41 -0
- package/packages/app-core/src/components/shell/RestartBanner.d.ts +2 -0
- package/packages/app-core/src/components/shell/RestartBanner.d.ts.map +1 -0
- package/packages/app-core/src/components/shell/RestartBanner.js +39 -0
- package/packages/app-core/src/components/shell/RuntimeGate.d.ts +22 -0
- package/packages/app-core/src/components/shell/RuntimeGate.d.ts.map +1 -0
- package/packages/app-core/src/components/shell/RuntimeGate.js +388 -0
- package/packages/app-core/src/components/shell/ShellHeaderControls.d.ts +44 -0
- package/packages/app-core/src/components/shell/ShellHeaderControls.d.ts.map +1 -0
- package/packages/app-core/src/components/shell/ShellHeaderControls.js +80 -0
- package/packages/app-core/src/components/shell/ShellOverlays.d.ts +5 -0
- package/packages/app-core/src/components/shell/ShellOverlays.d.ts.map +1 -0
- package/packages/app-core/src/components/shell/ShellOverlays.js +15 -0
- package/packages/app-core/src/components/shell/ShortcutsOverlay.d.ts +2 -0
- package/packages/app-core/src/components/shell/ShortcutsOverlay.d.ts.map +1 -0
- package/packages/app-core/src/components/shell/ShortcutsOverlay.js +58 -0
- package/packages/app-core/src/components/shell/StartupFailureView.d.ts +8 -0
- package/packages/app-core/src/components/shell/StartupFailureView.d.ts.map +1 -0
- package/packages/app-core/src/components/shell/StartupFailureView.js +148 -0
- package/packages/app-core/src/components/shell/StartupShell.d.ts +12 -0
- package/packages/app-core/src/components/shell/StartupShell.d.ts.map +1 -0
- package/packages/app-core/src/components/shell/StartupShell.js +233 -0
- package/packages/app-core/src/components/shell/SystemWarningBanner.d.ts +6 -0
- package/packages/app-core/src/components/shell/SystemWarningBanner.d.ts.map +1 -0
- package/packages/app-core/src/components/shell/SystemWarningBanner.js +44 -0
- package/packages/app-core/src/components/steward/injected.d.ts +5 -0
- package/packages/app-core/src/components/steward/injected.d.ts.map +1 -0
- package/packages/app-core/src/components/steward/injected.js +14 -0
- package/packages/app-core/src/components/stream/StatusBar.d.ts +10 -0
- package/packages/app-core/src/components/stream/StatusBar.d.ts.map +1 -0
- package/packages/app-core/src/components/stream/StatusBar.js +65 -0
- package/packages/app-core/src/components/stream/helpers.d.ts +15 -0
- package/packages/app-core/src/components/stream/helpers.d.ts.map +1 -0
- package/packages/app-core/src/components/stream/helpers.js +16 -0
- package/packages/app-core/src/components/training/injected.d.ts +3 -0
- package/packages/app-core/src/components/training/injected.d.ts.map +1 -0
- package/packages/app-core/src/components/training/injected.js +6 -0
- package/packages/app-core/src/components/workspace/AppWorkspaceChrome.d.ts +62 -0
- package/packages/app-core/src/components/workspace/AppWorkspaceChrome.d.ts.map +1 -0
- package/packages/app-core/src/components/workspace/AppWorkspaceChrome.js +207 -0
- package/packages/app-core/src/config/app-config.d.ts +121 -0
- package/packages/app-core/src/config/app-config.d.ts.map +1 -0
- package/packages/app-core/src/config/app-config.js +31 -0
- package/packages/app-core/src/config/boot-config-react.d.ts +5 -0
- package/packages/app-core/src/config/boot-config-react.d.ts.map +1 -0
- package/packages/app-core/src/config/boot-config-react.js +7 -0
- package/packages/app-core/src/config/boot-config-store.d.ts +2 -2
- package/packages/app-core/src/config/boot-config-store.d.ts.map +1 -1
- package/packages/app-core/src/config/cloud-only.d.ts +6 -0
- package/packages/app-core/src/config/cloud-only.d.ts.map +1 -0
- package/packages/app-core/src/config/cloud-only.js +15 -0
- package/packages/app-core/src/config/config-catalog.d.ts +376 -0
- package/packages/app-core/src/config/config-catalog.d.ts.map +1 -0
- package/packages/app-core/src/config/config-catalog.js +732 -0
- package/packages/app-core/src/config/index.d.ts +12 -0
- package/packages/app-core/src/config/index.d.ts.map +1 -0
- package/packages/app-core/src/config/index.js +11 -0
- package/packages/app-core/src/config/plugin-auto-enable.d.ts +5 -0
- package/packages/app-core/src/config/plugin-auto-enable.d.ts.map +1 -0
- package/packages/app-core/src/config/plugin-auto-enable.js +47 -0
- package/packages/app-core/src/config/plugin-ui-spec.d.ts +42 -0
- package/packages/app-core/src/config/plugin-ui-spec.d.ts.map +1 -0
- package/packages/app-core/src/config/plugin-ui-spec.js +256 -0
- package/packages/app-core/src/config/ui-spec.d.ts +164 -0
- package/packages/app-core/src/config/ui-spec.d.ts.map +1 -0
- package/packages/app-core/src/config/ui-spec.js +13 -0
- package/packages/app-core/src/config/wechat-config.d.ts +3 -0
- package/packages/app-core/src/config/wechat-config.d.ts.map +1 -0
- package/packages/app-core/src/config/wechat-config.js +21 -0
- package/packages/app-core/src/content-packs/apply-pack.d.ts +33 -0
- package/packages/app-core/src/content-packs/apply-pack.d.ts.map +1 -0
- package/packages/app-core/src/content-packs/apply-pack.js +96 -0
- package/packages/app-core/src/content-packs/bundled-packs.d.ts +14 -0
- package/packages/app-core/src/content-packs/bundled-packs.d.ts.map +1 -0
- package/packages/app-core/src/content-packs/bundled-packs.js +106 -0
- package/packages/app-core/src/content-packs/index.d.ts +4 -0
- package/packages/app-core/src/content-packs/index.d.ts.map +1 -0
- package/packages/app-core/src/content-packs/index.js +3 -0
- package/packages/app-core/src/content-packs/load-pack.d.ts +34 -0
- package/packages/app-core/src/content-packs/load-pack.d.ts.map +1 -0
- package/packages/app-core/src/content-packs/load-pack.js +151 -0
- package/packages/app-core/src/events/index.d.ts +62 -0
- package/packages/app-core/src/events/index.d.ts.map +1 -0
- package/packages/app-core/src/events/index.js +51 -0
- package/packages/app-core/src/hooks/index.d.ts +16 -0
- package/packages/app-core/src/hooks/index.d.ts.map +1 -0
- package/packages/app-core/src/hooks/index.js +15 -0
- package/packages/app-core/src/hooks/useActivityEvents.d.ts +20 -0
- package/packages/app-core/src/hooks/useActivityEvents.d.ts.map +1 -0
- package/packages/app-core/src/hooks/useActivityEvents.js +126 -0
- package/packages/app-core/src/hooks/useAuthStatus.d.ts +44 -0
- package/packages/app-core/src/hooks/useAuthStatus.d.ts.map +1 -0
- package/packages/app-core/src/hooks/useAuthStatus.js +67 -0
- package/packages/app-core/src/hooks/useBugReport.d.ts +26 -0
- package/packages/app-core/src/hooks/useBugReport.d.ts.map +1 -0
- package/packages/app-core/src/hooks/useBugReport.js +28 -0
- package/packages/app-core/src/hooks/useCanvasWindow.d.ts +38 -0
- package/packages/app-core/src/hooks/useCanvasWindow.d.ts.map +1 -0
- package/packages/app-core/src/hooks/useCanvasWindow.js +277 -0
- package/packages/app-core/src/hooks/useChatAvatarVoiceBridge.d.ts +12 -0
- package/packages/app-core/src/hooks/useChatAvatarVoiceBridge.d.ts.map +1 -0
- package/packages/app-core/src/hooks/useChatAvatarVoiceBridge.js +21 -0
- package/packages/app-core/src/hooks/useContextMenu.d.ts +17 -0
- package/packages/app-core/src/hooks/useContextMenu.d.ts.map +1 -0
- package/packages/app-core/src/hooks/useContextMenu.js +142 -0
- package/packages/app-core/src/hooks/useGoogleLifeOpsConnector.d.ts +20 -0
- package/packages/app-core/src/hooks/useGoogleLifeOpsConnector.d.ts.map +1 -0
- package/packages/app-core/src/hooks/useGoogleLifeOpsConnector.js +69 -0
- package/packages/app-core/src/hooks/useKeyboardShortcuts.d.ts +5 -0
- package/packages/app-core/src/hooks/useKeyboardShortcuts.d.ts.map +1 -0
- package/packages/app-core/src/hooks/useKeyboardShortcuts.js +32 -0
- package/packages/app-core/src/hooks/useLifeOpsAppState.d.ts +21 -0
- package/packages/app-core/src/hooks/useLifeOpsAppState.d.ts.map +1 -0
- package/packages/app-core/src/hooks/useLifeOpsAppState.js +81 -0
- package/packages/app-core/src/hooks/useMediaQuery.d.ts +4 -0
- package/packages/app-core/src/hooks/useMediaQuery.d.ts.map +1 -0
- package/packages/app-core/src/hooks/useMediaQuery.js +30 -0
- package/packages/app-core/src/hooks/useMusicPlayer.d.ts +54 -0
- package/packages/app-core/src/hooks/useMusicPlayer.d.ts.map +1 -0
- package/packages/app-core/src/hooks/useMusicPlayer.js +117 -0
- package/packages/app-core/src/hooks/useRenderGuard.d.ts +17 -0
- package/packages/app-core/src/hooks/useRenderGuard.d.ts.map +1 -0
- package/packages/app-core/src/hooks/useRenderGuard.js +36 -0
- package/packages/app-core/src/hooks/useSignalPairing.d.ts +12 -0
- package/packages/app-core/src/hooks/useSignalPairing.d.ts.map +1 -0
- package/packages/app-core/src/hooks/useSignalPairing.js +129 -0
- package/packages/app-core/src/hooks/useStreamPopoutNavigation.d.ts +3 -0
- package/packages/app-core/src/hooks/useStreamPopoutNavigation.d.ts.map +1 -0
- package/packages/app-core/src/hooks/useStreamPopoutNavigation.js +4 -0
- package/packages/app-core/src/hooks/useVoiceChat.d.ts +37 -0
- package/packages/app-core/src/hooks/useVoiceChat.d.ts.map +1 -0
- package/packages/app-core/src/hooks/useVoiceChat.js +1310 -0
- package/packages/app-core/src/hooks/useWhatsAppPairing.d.ts +12 -0
- package/packages/app-core/src/hooks/useWhatsAppPairing.d.ts.map +1 -0
- package/packages/app-core/src/hooks/useWhatsAppPairing.js +95 -0
- package/packages/app-core/src/hooks/useWorkflowGenerationState.d.ts +23 -0
- package/packages/app-core/src/hooks/useWorkflowGenerationState.d.ts.map +1 -0
- package/packages/app-core/src/hooks/useWorkflowGenerationState.js +46 -0
- package/packages/app-core/src/hooks/voice-chat-playback.d.ts +32 -0
- package/packages/app-core/src/hooks/voice-chat-playback.d.ts.map +1 -0
- package/packages/app-core/src/hooks/voice-chat-playback.js +203 -0
- package/packages/app-core/src/hooks/voice-chat-recording.d.ts +6 -0
- package/packages/app-core/src/hooks/voice-chat-recording.d.ts.map +1 -0
- package/packages/app-core/src/hooks/voice-chat-recording.js +46 -0
- package/packages/app-core/src/hooks/voice-chat-types.d.ts +193 -0
- package/packages/app-core/src/hooks/voice-chat-types.d.ts.map +1 -0
- package/packages/app-core/src/hooks/voice-chat-types.js +185 -0
- package/packages/app-core/src/i18n/index.d.ts +7 -0
- package/packages/app-core/src/i18n/index.d.ts.map +1 -0
- package/packages/app-core/src/i18n/index.js +57 -0
- package/packages/app-core/src/i18n/locales/en.json +3090 -0
- package/packages/app-core/src/i18n/locales/es.json +3090 -0
- package/packages/app-core/src/i18n/locales/ko.json +3090 -0
- package/packages/app-core/src/i18n/locales/pt.json +3090 -0
- package/packages/app-core/src/i18n/locales/tl.json +3090 -0
- package/packages/app-core/src/i18n/locales/vi.json +3090 -0
- package/packages/app-core/src/i18n/locales/zh-CN.json +3090 -0
- package/packages/app-core/src/i18n/messages.d.ts +6 -0
- package/packages/app-core/src/i18n/messages.d.ts.map +1 -0
- package/packages/app-core/src/i18n/messages.js +26 -0
- package/packages/app-core/src/index.d.ts +55 -0
- package/packages/app-core/src/index.d.ts.map +1 -0
- package/packages/app-core/src/index.js +51 -0
- package/packages/app-core/src/onboarding/flow.d.ts +66 -0
- package/packages/app-core/src/onboarding/flow.d.ts.map +1 -0
- package/packages/app-core/src/onboarding/flow.js +100 -0
- package/packages/app-core/src/onboarding/mobile-runtime-mode.d.ts +8 -0
- package/packages/app-core/src/onboarding/mobile-runtime-mode.d.ts.map +1 -0
- package/packages/app-core/src/onboarding/mobile-runtime-mode.js +54 -0
- package/packages/app-core/src/onboarding/server-target.d.ts +4 -0
- package/packages/app-core/src/onboarding/server-target.d.ts.map +1 -0
- package/packages/app-core/src/onboarding/server-target.js +13 -0
- package/packages/app-core/src/onboarding-config.d.ts +60 -0
- package/packages/app-core/src/onboarding-config.d.ts.map +1 -0
- package/packages/app-core/src/onboarding-config.js +169 -0
- package/packages/app-core/src/platform/browser-launch.d.ts +10 -0
- package/packages/app-core/src/platform/browser-launch.d.ts.map +1 -0
- package/packages/app-core/src/platform/browser-launch.js +147 -0
- package/packages/app-core/src/platform/cloud-preference-patch.d.ts +11 -0
- package/packages/app-core/src/platform/cloud-preference-patch.d.ts.map +1 -0
- package/packages/app-core/src/platform/cloud-preference-patch.js +85 -0
- package/packages/app-core/src/platform/desktop-permissions-client.d.ts +3 -0
- package/packages/app-core/src/platform/desktop-permissions-client.d.ts.map +1 -0
- package/packages/app-core/src/platform/desktop-permissions-client.js +128 -0
- package/packages/app-core/src/platform/index.d.ts +15 -0
- package/packages/app-core/src/platform/index.d.ts.map +1 -0
- package/packages/app-core/src/platform/index.js +23 -0
- package/packages/app-core/src/platform/init.d.ts +38 -0
- package/packages/app-core/src/platform/init.d.ts.map +1 -0
- package/packages/app-core/src/platform/init.js +159 -0
- package/packages/app-core/src/platform/is-native-server.d.ts +14 -0
- package/packages/app-core/src/platform/is-native-server.d.ts.map +1 -0
- package/packages/app-core/src/platform/is-native-server.js +16 -0
- package/packages/app-core/src/platform/onboarding-reset.d.ts +11 -0
- package/packages/app-core/src/platform/onboarding-reset.d.ts.map +1 -0
- package/packages/app-core/src/platform/onboarding-reset.js +127 -0
- package/packages/app-core/src/platform/types.d.ts +28 -0
- package/packages/app-core/src/platform/types.d.ts.map +1 -0
- package/packages/app-core/src/platform/types.js +1 -0
- package/packages/app-core/src/platform/window-shell.d.ts +28 -0
- package/packages/app-core/src/platform/window-shell.d.ts.map +1 -0
- package/packages/app-core/src/platform/window-shell.js +73 -0
- package/packages/app-core/src/providers/index.d.ts +26 -0
- package/packages/app-core/src/providers/index.d.ts.map +1 -0
- package/packages/app-core/src/providers/index.js +107 -0
- package/packages/app-core/src/runtime/channel-plugin-map.d.ts +6 -0
- package/packages/app-core/src/runtime/channel-plugin-map.d.ts.map +1 -0
- package/packages/app-core/src/runtime/channel-plugin-map.js +10 -0
- package/packages/app-core/src/runtime/plugin-manager-guard.d.ts +12 -0
- package/packages/app-core/src/runtime/plugin-manager-guard.d.ts.map +1 -0
- package/packages/app-core/src/runtime/plugin-manager-guard.js +82 -0
- package/packages/app-core/src/security/agent-vault-id.d.ts +14 -0
- package/packages/app-core/src/security/agent-vault-id.d.ts.map +1 -0
- package/packages/app-core/src/security/agent-vault-id.js +32 -0
- package/packages/app-core/src/security/platform-secure-store-node.d.ts +15 -0
- package/packages/app-core/src/security/platform-secure-store-node.d.ts.map +1 -0
- package/packages/app-core/src/security/platform-secure-store-node.js +296 -0
- package/packages/app-core/src/security/platform-secure-store.d.ts +47 -0
- package/packages/app-core/src/security/platform-secure-store.d.ts.map +1 -0
- package/packages/app-core/src/security/platform-secure-store.js +10 -0
- package/packages/app-core/src/services/auth-store.d.ts +185 -0
- package/packages/app-core/src/services/auth-store.d.ts.map +1 -0
- package/packages/app-core/src/services/auth-store.js +418 -0
- package/packages/app-core/src/services/cloud-jwks-store.d.ts +62 -0
- package/packages/app-core/src/services/cloud-jwks-store.d.ts.map +1 -0
- package/packages/app-core/src/services/cloud-jwks-store.js +118 -0
- package/packages/app-core/src/services/local-inference/active-model.d.ts +45 -0
- package/packages/app-core/src/services/local-inference/active-model.d.ts.map +1 -0
- package/packages/app-core/src/services/local-inference/active-model.js +120 -0
- package/packages/app-core/src/services/local-inference/device-bridge.d.ts +124 -0
- package/packages/app-core/src/services/local-inference/device-bridge.d.ts.map +1 -0
- package/packages/app-core/src/services/local-inference/device-bridge.js +643 -0
- package/packages/app-core/src/services/local-inference/engine.d.ts +52 -0
- package/packages/app-core/src/services/local-inference/engine.d.ts.map +1 -0
- package/packages/app-core/src/services/local-inference/engine.js +138 -0
- package/packages/app-core/src/services/local-inference/external-scanner.d.ts +17 -0
- package/packages/app-core/src/services/local-inference/external-scanner.d.ts.map +1 -0
- package/packages/app-core/src/services/local-inference/external-scanner.js +261 -0
- package/packages/app-core/src/services/local-inference/handler-registry.d.ts +72 -0
- package/packages/app-core/src/services/local-inference/handler-registry.d.ts.map +1 -0
- package/packages/app-core/src/services/local-inference/handler-registry.js +160 -0
- package/packages/app-core/src/services/local-inference/hardware.d.ts +26 -0
- package/packages/app-core/src/services/local-inference/hardware.d.ts.map +1 -0
- package/packages/app-core/src/services/local-inference/hardware.js +139 -0
- package/packages/app-core/src/services/local-inference/paths.d.ts +17 -0
- package/packages/app-core/src/services/local-inference/paths.d.ts.map +1 -0
- package/packages/app-core/src/services/local-inference/paths.js +34 -0
- package/packages/app-core/src/services/local-inference/providers.d.ts +61 -0
- package/packages/app-core/src/services/local-inference/providers.d.ts.map +1 -0
- package/packages/app-core/src/services/local-inference/providers.js +231 -0
- package/packages/app-core/src/services/local-inference/registry.d.ts +35 -0
- package/packages/app-core/src/services/local-inference/registry.d.ts.map +1 -0
- package/packages/app-core/src/services/local-inference/registry.js +108 -0
- package/packages/app-core/src/services/local-inference/routing-preferences.d.ts +29 -0
- package/packages/app-core/src/services/local-inference/routing-preferences.d.ts.map +1 -0
- package/packages/app-core/src/services/local-inference/routing-preferences.js +71 -0
- package/packages/app-core/src/services/local-inference/types.d.ts +121 -0
- package/packages/app-core/src/services/local-inference/types.d.ts.map +1 -0
- package/packages/app-core/src/services/local-inference/types.js +14 -0
- package/packages/app-core/src/services/local-inference/verify.d.ts +39 -0
- package/packages/app-core/src/services/local-inference/verify.d.ts.map +1 -0
- package/packages/app-core/src/services/local-inference/verify.js +104 -0
- package/packages/app-core/src/services/phone-companion/env.d.ts +11 -0
- package/packages/app-core/src/services/phone-companion/env.d.ts.map +1 -0
- package/packages/app-core/src/services/phone-companion/env.js +21 -0
- package/packages/app-core/src/services/phone-companion/index.d.ts +14 -0
- package/packages/app-core/src/services/phone-companion/index.d.ts.map +1 -0
- package/packages/app-core/src/services/phone-companion/index.js +13 -0
- package/packages/app-core/src/services/phone-companion/logger.d.ts +14 -0
- package/packages/app-core/src/services/phone-companion/logger.d.ts.map +1 -0
- package/packages/app-core/src/services/phone-companion/logger.js +57 -0
- package/packages/app-core/src/services/phone-companion/milady-intent.d.ts +63 -0
- package/packages/app-core/src/services/phone-companion/milady-intent.d.ts.map +1 -0
- package/packages/app-core/src/services/phone-companion/milady-intent.js +50 -0
- package/packages/app-core/src/services/phone-companion/navigation.d.ts +17 -0
- package/packages/app-core/src/services/phone-companion/navigation.d.ts.map +1 -0
- package/packages/app-core/src/services/phone-companion/navigation.js +99 -0
- package/packages/app-core/src/services/phone-companion/push.d.ts +27 -0
- package/packages/app-core/src/services/phone-companion/push.d.ts.map +1 -0
- package/packages/app-core/src/services/phone-companion/push.js +80 -0
- package/packages/app-core/src/services/phone-companion/session-client.d.ts +114 -0
- package/packages/app-core/src/services/phone-companion/session-client.d.ts.map +1 -0
- package/packages/app-core/src/services/phone-companion/session-client.js +211 -0
- package/packages/app-core/src/services/plugin-installer.d.ts +1 -1
- package/packages/app-core/src/services/plugin-installer.d.ts.map +1 -1
- package/packages/app-core/src/services/plugin-installer.js +29 -5
- package/packages/app-core/src/services/steward-sidecar.d.ts +6 -0
- package/packages/app-core/src/services/steward-sidecar.d.ts.map +1 -0
- package/packages/app-core/src/services/steward-sidecar.js +5 -0
- package/packages/app-core/src/shell/DesktopOnboardingRuntime.d.ts +9 -0
- package/packages/app-core/src/shell/DesktopOnboardingRuntime.d.ts.map +1 -0
- package/packages/app-core/src/shell/DesktopOnboardingRuntime.js +10 -0
- package/packages/app-core/src/shell/DesktopSurfaceNavigationRuntime.d.ts +2 -0
- package/packages/app-core/src/shell/DesktopSurfaceNavigationRuntime.d.ts.map +1 -0
- package/packages/app-core/src/shell/DesktopSurfaceNavigationRuntime.js +48 -0
- package/packages/app-core/src/shell/DesktopTrayRuntime.d.ts +11 -0
- package/packages/app-core/src/shell/DesktopTrayRuntime.d.ts.map +1 -0
- package/packages/app-core/src/shell/DesktopTrayRuntime.js +265 -0
- package/packages/app-core/src/shell/DetachedShellRoot.d.ts +10 -0
- package/packages/app-core/src/shell/DetachedShellRoot.d.ts.map +1 -0
- package/packages/app-core/src/shell/DetachedShellRoot.js +111 -0
- package/packages/app-core/src/shell/index.d.ts +5 -0
- package/packages/app-core/src/shell/index.d.ts.map +1 -0
- package/packages/app-core/src/shell/index.js +4 -0
- package/packages/app-core/src/state/AppContext.d.ts +13 -0
- package/packages/app-core/src/state/AppContext.d.ts.map +1 -0
- package/packages/app-core/src/state/AppContext.js +1896 -0
- package/packages/app-core/src/state/ChatComposerContext.d.ts +28 -0
- package/packages/app-core/src/state/ChatComposerContext.d.ts.map +1 -0
- package/packages/app-core/src/state/ChatComposerContext.js +30 -0
- package/packages/app-core/src/state/CompanionSceneConfigContext.d.ts +27 -0
- package/packages/app-core/src/state/CompanionSceneConfigContext.d.ts.map +1 -0
- package/packages/app-core/src/state/CompanionSceneConfigContext.js +32 -0
- package/packages/app-core/src/state/PtySessionsContext.d.ts +15 -0
- package/packages/app-core/src/state/PtySessionsContext.d.ts.map +1 -0
- package/packages/app-core/src/state/PtySessionsContext.js +15 -0
- package/packages/app-core/src/state/TranslationContext.d.ts +29 -0
- package/packages/app-core/src/state/TranslationContext.d.ts.map +1 -0
- package/packages/app-core/src/state/TranslationContext.js +61 -0
- package/packages/app-core/src/state/agent-profile-types.d.ts +29 -0
- package/packages/app-core/src/state/agent-profile-types.d.ts.map +1 -0
- package/packages/app-core/src/state/agent-profile-types.js +1 -0
- package/packages/app-core/src/state/agent-profiles.d.ts +16 -0
- package/packages/app-core/src/state/agent-profiles.d.ts.map +1 -0
- package/packages/app-core/src/state/agent-profiles.js +119 -0
- package/packages/app-core/src/state/agent-startup-timing.d.ts +15 -0
- package/packages/app-core/src/state/agent-startup-timing.d.ts.map +1 -0
- package/packages/app-core/src/state/agent-startup-timing.js +28 -0
- package/packages/app-core/src/state/chat-conversation-guards.d.ts +6 -0
- package/packages/app-core/src/state/chat-conversation-guards.d.ts.map +1 -0
- package/packages/app-core/src/state/chat-conversation-guards.js +47 -0
- package/packages/app-core/src/state/complete-reset-local-state-after-wipe.d.ts +30 -0
- package/packages/app-core/src/state/complete-reset-local-state-after-wipe.d.ts.map +1 -0
- package/packages/app-core/src/state/complete-reset-local-state-after-wipe.js +24 -0
- package/packages/app-core/src/state/config-readers.d.ts +7 -0
- package/packages/app-core/src/state/config-readers.d.ts.map +1 -0
- package/packages/app-core/src/state/config-readers.js +8 -0
- package/packages/app-core/src/state/handle-reset-applied-from-main.d.ts +31 -0
- package/packages/app-core/src/state/handle-reset-applied-from-main.d.ts.map +1 -0
- package/packages/app-core/src/state/handle-reset-applied-from-main.js +38 -0
- package/packages/app-core/src/state/index.d.ts +14 -0
- package/packages/app-core/src/state/index.d.ts.map +1 -0
- package/packages/app-core/src/state/index.js +13 -0
- package/packages/app-core/src/state/internal.d.ts +9 -0
- package/packages/app-core/src/state/internal.d.ts.map +1 -0
- package/packages/app-core/src/state/internal.js +9 -0
- package/packages/app-core/src/state/navigation-events.d.ts +12 -0
- package/packages/app-core/src/state/navigation-events.d.ts.map +1 -0
- package/packages/app-core/src/state/navigation-events.js +25 -0
- package/packages/app-core/src/state/onboarding-bootstrap.d.ts +28 -0
- package/packages/app-core/src/state/onboarding-bootstrap.d.ts.map +1 -0
- package/packages/app-core/src/state/onboarding-bootstrap.js +76 -0
- package/packages/app-core/src/state/onboarding-resume.d.ts +9 -0
- package/packages/app-core/src/state/onboarding-resume.d.ts.map +1 -0
- package/packages/app-core/src/state/onboarding-resume.js +93 -0
- package/packages/app-core/src/state/parsers.d.ts +33 -0
- package/packages/app-core/src/state/parsers.d.ts.map +1 -0
- package/packages/app-core/src/state/parsers.js +354 -0
- package/packages/app-core/src/state/persistence.d.ts +111 -0
- package/packages/app-core/src/state/persistence.d.ts.map +1 -0
- package/packages/app-core/src/state/persistence.js +749 -0
- package/packages/app-core/src/state/shell-routing.d.ts +12 -0
- package/packages/app-core/src/state/shell-routing.d.ts.map +1 -0
- package/packages/app-core/src/state/shell-routing.js +21 -0
- package/packages/app-core/src/state/startup-coordinator.d.ts +137 -0
- package/packages/app-core/src/state/startup-coordinator.d.ts.map +1 -0
- package/packages/app-core/src/state/startup-coordinator.js +250 -0
- package/packages/app-core/src/state/startup-phase-hydrate.d.ts +74 -0
- package/packages/app-core/src/state/startup-phase-hydrate.d.ts.map +1 -0
- package/packages/app-core/src/state/startup-phase-hydrate.js +494 -0
- package/packages/app-core/src/state/startup-phase-poll.d.ts +61 -0
- package/packages/app-core/src/state/startup-phase-poll.d.ts.map +1 -0
- package/packages/app-core/src/state/startup-phase-poll.js +274 -0
- package/packages/app-core/src/state/startup-phase-restore.d.ts +49 -0
- package/packages/app-core/src/state/startup-phase-restore.d.ts.map +1 -0
- package/packages/app-core/src/state/startup-phase-restore.js +145 -0
- package/packages/app-core/src/state/startup-phase-runtime.d.ts +34 -0
- package/packages/app-core/src/state/startup-phase-runtime.d.ts.map +1 -0
- package/packages/app-core/src/state/startup-phase-runtime.js +126 -0
- package/packages/app-core/src/state/types.d.ts +645 -0
- package/packages/app-core/src/state/types.d.ts.map +1 -0
- package/packages/app-core/src/state/types.js +62 -0
- package/packages/app-core/src/state/ui-preferences.d.ts +3 -0
- package/packages/app-core/src/state/ui-preferences.d.ts.map +1 -0
- package/packages/app-core/src/state/ui-preferences.js +1 -0
- package/packages/app-core/src/state/useApp.d.ts +4 -0
- package/packages/app-core/src/state/useApp.d.ts.map +1 -0
- package/packages/app-core/src/state/useApp.js +32 -0
- package/packages/app-core/src/state/useCharacterState.d.ts +52 -0
- package/packages/app-core/src/state/useCharacterState.d.ts.map +1 -0
- package/packages/app-core/src/state/useCharacterState.js +208 -0
- package/packages/app-core/src/state/useChatCallbacks.d.ts +168 -0
- package/packages/app-core/src/state/useChatCallbacks.d.ts.map +1 -0
- package/packages/app-core/src/state/useChatCallbacks.js +773 -0
- package/packages/app-core/src/state/useChatLifecycle.d.ts +104 -0
- package/packages/app-core/src/state/useChatLifecycle.d.ts.map +1 -0
- package/packages/app-core/src/state/useChatLifecycle.js +584 -0
- package/packages/app-core/src/state/useChatSend.d.ts +81 -0
- package/packages/app-core/src/state/useChatSend.d.ts.map +1 -0
- package/packages/app-core/src/state/useChatSend.js +924 -0
- package/packages/app-core/src/state/useChatState.d.ts +144 -0
- package/packages/app-core/src/state/useChatState.d.ts.map +1 -0
- package/packages/app-core/src/state/useChatState.js +251 -0
- package/packages/app-core/src/state/useCloudState.d.ts +71 -0
- package/packages/app-core/src/state/useCloudState.d.ts.map +1 -0
- package/packages/app-core/src/state/useCloudState.js +558 -0
- package/packages/app-core/src/state/useDataLoaders.d.ts +88 -0
- package/packages/app-core/src/state/useDataLoaders.d.ts.map +1 -0
- package/packages/app-core/src/state/useDataLoaders.js +394 -0
- package/packages/app-core/src/state/useDisplayPreferences.d.ts +23 -0
- package/packages/app-core/src/state/useDisplayPreferences.d.ts.map +1 -0
- package/packages/app-core/src/state/useDisplayPreferences.js +64 -0
- package/packages/app-core/src/state/useExportImportState.d.ts +32 -0
- package/packages/app-core/src/state/useExportImportState.d.ts.map +1 -0
- package/packages/app-core/src/state/useExportImportState.js +140 -0
- package/packages/app-core/src/state/useLifecycleState.d.ts +123 -0
- package/packages/app-core/src/state/useLifecycleState.d.ts.map +1 -0
- package/packages/app-core/src/state/useLifecycleState.js +258 -0
- package/packages/app-core/src/state/useLogsState.d.ts +24 -0
- package/packages/app-core/src/state/useLogsState.d.ts.map +1 -0
- package/packages/app-core/src/state/useLogsState.js +87 -0
- package/packages/app-core/src/state/useMiscUiState.d.ts +87 -0
- package/packages/app-core/src/state/useMiscUiState.d.ts.map +1 -0
- package/packages/app-core/src/state/useMiscUiState.js +150 -0
- package/packages/app-core/src/state/useNavigationState.d.ts +29 -0
- package/packages/app-core/src/state/useNavigationState.d.ts.map +1 -0
- package/packages/app-core/src/state/useNavigationState.js +122 -0
- package/packages/app-core/src/state/useOnboardingCallbacks.d.ts +100 -0
- package/packages/app-core/src/state/useOnboardingCallbacks.d.ts.map +1 -0
- package/packages/app-core/src/state/useOnboardingCallbacks.js +792 -0
- package/packages/app-core/src/state/useOnboardingCompat.d.ts +61 -0
- package/packages/app-core/src/state/useOnboardingCompat.d.ts.map +1 -0
- package/packages/app-core/src/state/useOnboardingCompat.js +110 -0
- package/packages/app-core/src/state/useOnboardingState.d.ts +126 -0
- package/packages/app-core/src/state/useOnboardingState.d.ts.map +1 -0
- package/packages/app-core/src/state/useOnboardingState.js +263 -0
- package/packages/app-core/src/state/usePairingState.d.ts +21 -0
- package/packages/app-core/src/state/usePairingState.d.ts.map +1 -0
- package/packages/app-core/src/state/usePairingState.js +60 -0
- package/packages/app-core/src/state/usePluginsSkillsState.d.ts +131 -0
- package/packages/app-core/src/state/usePluginsSkillsState.d.ts.map +1 -0
- package/packages/app-core/src/state/usePluginsSkillsState.js +572 -0
- package/packages/app-core/src/state/useStartupCoordinator.d.ts +40 -0
- package/packages/app-core/src/state/useStartupCoordinator.d.ts.map +1 -0
- package/packages/app-core/src/state/useStartupCoordinator.js +183 -0
- package/packages/app-core/src/state/useTriggersState.d.ts +29 -0
- package/packages/app-core/src/state/useTriggersState.d.ts.map +1 -0
- package/packages/app-core/src/state/useTriggersState.js +198 -0
- package/packages/app-core/src/state/useVincentState.d.ts +3 -0
- package/packages/app-core/src/state/useVincentState.d.ts.map +1 -0
- package/packages/app-core/src/state/useVincentState.js +13 -0
- package/packages/app-core/src/state/useWalletState.d.ts +97 -0
- package/packages/app-core/src/state/useWalletState.d.ts.map +1 -0
- package/packages/app-core/src/state/useWalletState.js +533 -0
- package/packages/app-core/src/state/vrm.d.ts +2 -0
- package/packages/app-core/src/state/vrm.d.ts.map +1 -0
- package/packages/app-core/src/state/vrm.js +1 -0
- package/packages/app-core/src/test-support/test-helpers.d.ts +111 -0
- package/packages/app-core/src/test-support/test-helpers.d.ts.map +1 -0
- package/packages/app-core/src/test-support/test-helpers.js +417 -0
- package/packages/app-core/src/themes/apply-theme.d.ts +24 -0
- package/packages/app-core/src/themes/apply-theme.d.ts.map +1 -0
- package/packages/app-core/src/themes/apply-theme.js +130 -0
- package/packages/app-core/src/types/index.d.ts +658 -0
- package/packages/app-core/src/types/index.d.ts.map +1 -0
- package/packages/app-core/src/types/index.js +4 -0
- package/packages/app-core/src/utils/asset-url.d.ts +24 -0
- package/packages/app-core/src/utils/asset-url.d.ts.map +1 -0
- package/packages/app-core/src/utils/asset-url.js +137 -0
- package/packages/app-core/src/utils/assistant-text.d.ts +2 -0
- package/packages/app-core/src/utils/assistant-text.d.ts.map +1 -0
- package/packages/app-core/src/utils/assistant-text.js +167 -0
- package/packages/app-core/src/utils/character-message-examples.d.ts +7 -0
- package/packages/app-core/src/utils/character-message-examples.d.ts.map +1 -0
- package/packages/app-core/src/utils/character-message-examples.js +122 -0
- package/packages/app-core/src/utils/clipboard.d.ts +2 -0
- package/packages/app-core/src/utils/clipboard.d.ts.map +1 -0
- package/packages/app-core/src/utils/clipboard.js +38 -0
- package/packages/app-core/src/utils/cloud-status.d.ts +3 -0
- package/packages/app-core/src/utils/cloud-status.d.ts.map +1 -0
- package/packages/app-core/src/utils/cloud-status.js +10 -0
- package/packages/app-core/src/utils/desktop-bug-report.d.ts +35 -0
- package/packages/app-core/src/utils/desktop-bug-report.d.ts.map +1 -0
- package/packages/app-core/src/utils/desktop-bug-report.js +47 -0
- package/packages/app-core/src/utils/desktop-dialogs.d.ts +24 -0
- package/packages/app-core/src/utils/desktop-dialogs.d.ts.map +1 -0
- package/packages/app-core/src/utils/desktop-dialogs.js +149 -0
- package/packages/app-core/src/utils/desktop-workspace.d.ts +86 -0
- package/packages/app-core/src/utils/desktop-workspace.d.ts.map +1 -0
- package/packages/app-core/src/utils/desktop-workspace.js +162 -0
- package/packages/app-core/src/utils/eliza-cloud-model-route.d.ts +3 -0
- package/packages/app-core/src/utils/eliza-cloud-model-route.d.ts.map +1 -0
- package/packages/app-core/src/utils/eliza-cloud-model-route.js +9 -0
- package/packages/app-core/src/utils/eliza-globals.d.ts +15 -0
- package/packages/app-core/src/utils/eliza-globals.d.ts.map +1 -0
- package/packages/app-core/src/utils/eliza-globals.js +50 -0
- package/packages/app-core/src/utils/format.d.ts +66 -0
- package/packages/app-core/src/utils/format.d.ts.map +1 -0
- package/packages/app-core/src/utils/format.js +121 -0
- package/packages/app-core/src/utils/index.d.ts +15 -0
- package/packages/app-core/src/utils/index.d.ts.map +1 -0
- package/packages/app-core/src/utils/index.js +14 -0
- package/packages/app-core/src/utils/knowledge-upload-image.d.ts +27 -0
- package/packages/app-core/src/utils/knowledge-upload-image.d.ts.map +1 -0
- package/packages/app-core/src/utils/knowledge-upload-image.js +146 -0
- package/packages/app-core/src/utils/labels.d.ts +6 -0
- package/packages/app-core/src/utils/labels.d.ts.map +1 -0
- package/packages/app-core/src/utils/labels.js +41 -0
- package/packages/app-core/src/utils/name-tokens.d.ts +24 -0
- package/packages/app-core/src/utils/name-tokens.d.ts.map +1 -0
- package/packages/app-core/src/utils/name-tokens.js +36 -0
- package/packages/app-core/src/utils/number-parsing.d.ts +26 -0
- package/packages/app-core/src/utils/number-parsing.d.ts.map +1 -0
- package/packages/app-core/src/utils/number-parsing.js +51 -0
- package/packages/app-core/src/utils/openExternalUrl.d.ts +21 -0
- package/packages/app-core/src/utils/openExternalUrl.d.ts.map +1 -0
- package/packages/app-core/src/utils/openExternalUrl.js +67 -0
- package/packages/app-core/src/utils/owner-name.d.ts +3 -0
- package/packages/app-core/src/utils/owner-name.d.ts.map +1 -0
- package/packages/app-core/src/utils/owner-name.js +7 -0
- package/packages/app-core/src/utils/streaming-text.d.ts +9 -0
- package/packages/app-core/src/utils/streaming-text.d.ts.map +1 -0
- package/packages/app-core/src/utils/streaming-text.js +112 -0
- package/packages/app-core/src/utils/subscription-auth.d.ts +9 -0
- package/packages/app-core/src/utils/subscription-auth.d.ts.map +1 -0
- package/packages/app-core/src/utils/subscription-auth.js +48 -0
- package/packages/app-core/src/utils/trajectory-format.d.ts +6 -0
- package/packages/app-core/src/utils/trajectory-format.d.ts.map +1 -0
- package/packages/app-core/src/utils/trajectory-format.js +43 -0
- package/packages/app-core/src/voice/character-voice-config.d.ts +9 -0
- package/packages/app-core/src/voice/character-voice-config.d.ts.map +1 -0
- package/packages/app-core/src/voice/character-voice-config.js +83 -0
- package/packages/app-core/src/voice/index.d.ts +3 -0
- package/packages/app-core/src/voice/index.d.ts.map +1 -0
- package/packages/app-core/src/voice/index.js +2 -0
- package/packages/app-core/src/voice/types.d.ts +40 -0
- package/packages/app-core/src/voice/types.d.ts.map +1 -0
- package/packages/app-core/src/voice/types.js +295 -0
- package/packages/app-core/src/wallet-rpc.d.ts +9 -0
- package/packages/app-core/src/wallet-rpc.d.ts.map +1 -0
- package/packages/app-core/src/wallet-rpc.js +133 -0
- package/packages/app-core/src/widgets/WidgetHost.d.ts +32 -0
- package/packages/app-core/src/widgets/WidgetHost.d.ts.map +1 -0
- package/packages/app-core/src/widgets/WidgetHost.js +57 -0
- package/packages/app-core/src/widgets/index.d.ts +6 -0
- package/packages/app-core/src/widgets/index.d.ts.map +1 -0
- package/packages/app-core/src/widgets/index.js +2 -0
- package/packages/app-core/src/widgets/registry.d.ts +58 -0
- package/packages/app-core/src/widgets/registry.d.ts.map +1 -0
- package/packages/app-core/src/widgets/registry.js +221 -0
- package/packages/app-core/src/widgets/types.d.ts +50 -0
- package/packages/app-core/src/widgets/types.d.ts.map +1 -0
- package/packages/app-core/src/widgets/types.js +1 -0
- package/packages/app-core/src/widgets/useChatSidebarVisibility.d.ts +16 -0
- package/packages/app-core/src/widgets/useChatSidebarVisibility.d.ts.map +1 -0
- package/packages/app-core/src/widgets/useChatSidebarVisibility.js +54 -0
- package/packages/app-core/src/widgets/visibility.d.ts +55 -0
- package/packages/app-core/src/widgets/visibility.d.ts.map +1 -0
- package/packages/app-core/src/widgets/visibility.js +90 -0
- package/packages/native-plugins/activity-tracker/src/index.d.ts +69 -0
- package/packages/native-plugins/activity-tracker/src/index.d.ts.map +1 -0
- package/packages/native-plugins/activity-tracker/src/index.js +147 -0
- package/packages/shared/src/app-hero-art.d.ts.map +1 -1
- package/packages/shared/src/app-hero-art.js +8 -41
- package/packages/shared/src/config/types.agent-defaults.d.ts +383 -0
- package/packages/shared/src/config/types.agent-defaults.d.ts.map +1 -0
- package/packages/shared/src/config/types.agent-defaults.js +1 -0
- package/packages/shared/src/config/types.agents.d.ts +114 -0
- package/packages/shared/src/config/types.agents.d.ts.map +1 -0
- package/packages/shared/src/config/types.agents.js +1 -0
- package/packages/shared/src/config/types.d.ts +8 -0
- package/packages/shared/src/config/types.d.ts.map +1 -0
- package/packages/shared/src/config/types.eliza.d.ts +706 -0
- package/packages/shared/src/config/types.eliza.d.ts.map +1 -0
- package/packages/shared/src/config/types.eliza.js +1 -0
- package/packages/shared/src/config/types.gateway.d.ts +216 -0
- package/packages/shared/src/config/types.gateway.d.ts.map +1 -0
- package/packages/shared/src/config/types.gateway.js +1 -0
- package/packages/shared/src/config/types.hooks.d.ts +107 -0
- package/packages/shared/src/config/types.hooks.d.ts.map +1 -0
- package/packages/shared/src/config/types.hooks.js +1 -0
- package/packages/shared/src/config/types.js +7 -0
- package/packages/shared/src/config/types.messages.d.ts +176 -0
- package/packages/shared/src/config/types.messages.d.ts.map +1 -0
- package/packages/shared/src/config/types.messages.js +1 -0
- package/packages/shared/src/config/types.tools.d.ts +400 -0
- package/packages/shared/src/config/types.tools.d.ts.map +1 -0
- package/packages/shared/src/config/types.tools.js +1 -0
- package/packages/shared/src/contracts/apps.d.ts +1 -0
- package/packages/shared/src/contracts/apps.d.ts.map +1 -1
- package/packages/shared/src/contracts/apps.js +5 -0
- package/packages/shared/src/contracts/index.d.ts +1 -0
- package/packages/shared/src/contracts/index.d.ts.map +1 -1
- package/packages/shared/src/contracts/index.js +1 -0
- package/packages/shared/src/contracts/lifeops-connector-degradation.d.ts +9 -0
- package/packages/shared/src/contracts/lifeops-connector-degradation.d.ts.map +1 -0
- package/packages/shared/src/contracts/lifeops-connector-degradation.js +13 -0
- package/packages/shared/src/contracts/lifeops-extensions.d.ts +11 -1
- package/packages/shared/src/contracts/lifeops-extensions.d.ts.map +1 -1
- package/packages/shared/src/contracts/lifeops.d.ts +116 -14
- package/packages/shared/src/contracts/lifeops.d.ts.map +1 -1
- package/packages/shared/src/contracts/lifeops.js +24 -13
- package/packages/shared/src/dev-settings-banner-style.d.ts +14 -0
- package/packages/shared/src/dev-settings-banner-style.d.ts.map +1 -0
- package/packages/shared/src/dev-settings-banner-style.js +57 -0
- package/packages/shared/src/dev-settings-table.d.ts +47 -0
- package/packages/shared/src/dev-settings-table.d.ts.map +1 -0
- package/packages/shared/src/dev-settings-table.js +188 -0
- package/packages/shared/src/eliza-core-roles.d.ts +70 -0
- package/packages/shared/src/eliza-core-roles.d.ts.map +1 -0
- package/packages/shared/src/eliza-core-roles.js +541 -0
- package/packages/shared/src/index.d.ts +19 -7
- package/packages/shared/src/index.d.ts.map +1 -1
- package/packages/shared/src/index.js +28 -7
- package/packages/shared/src/spoken-text.js +1 -1
- package/packages/shared/src/themes/index.d.ts +7 -0
- package/packages/shared/src/themes/index.d.ts.map +1 -0
- package/packages/shared/src/themes/index.js +5 -0
- package/packages/shared/src/themes/presets.d.ts +15 -0
- package/packages/shared/src/themes/presets.d.ts.map +1 -0
- package/packages/shared/src/themes/presets.js +788 -0
- package/packages/skills/src/formatter.d.ts.map +1 -1
- package/packages/skills/src/formatter.js +2 -1
- package/packages/typescript/src/actions.js +6 -2
- package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-file.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-file.js +9 -3
- package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/remove-from-clipboard.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/remove-from-clipboard.js +8 -2
- package/packages/typescript/src/features/advanced-capabilities/evaluators/_factCandidates.d.ts +11 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/_factCandidates.d.ts.map +1 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/_factCandidates.js +49 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/factExtractor.d.ts +23 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/factExtractor.d.ts.map +1 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/factExtractor.js +602 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/factExtractor.schema.d.ts +210 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/factExtractor.schema.d.ts.map +1 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/factExtractor.schema.js +114 -0
- package/packages/typescript/src/features/advanced-capabilities/evaluators/index.d.ts +1 -1
- package/packages/typescript/src/features/advanced-capabilities/evaluators/index.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/evaluators/index.js +1 -1
- package/packages/typescript/src/features/advanced-capabilities/evaluators/reflection.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/evaluators/reflection.js +5 -73
- package/packages/typescript/src/features/advanced-capabilities/evaluators/relationshipExtraction.js +5 -3
- package/packages/typescript/src/features/advanced-capabilities/experience/evaluators/experienceEvaluator.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/experience/evaluators/experienceEvaluator.js +152 -27
- package/packages/typescript/src/features/advanced-capabilities/index.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/index.js +6 -1
- package/packages/typescript/src/features/advanced-capabilities/personality/actions/manage-message-examples.d.ts +16 -0
- package/packages/typescript/src/features/advanced-capabilities/personality/actions/manage-message-examples.d.ts.map +1 -0
- package/packages/typescript/src/features/advanced-capabilities/personality/actions/manage-message-examples.js +356 -0
- package/packages/typescript/src/features/advanced-capabilities/personality/actions/manage-post-examples.d.ts +9 -0
- package/packages/typescript/src/features/advanced-capabilities/personality/actions/manage-post-examples.d.ts.map +1 -0
- package/packages/typescript/src/features/advanced-capabilities/personality/actions/manage-post-examples.js +234 -0
- package/packages/typescript/src/features/advanced-capabilities/personality/actions/manage-style-rules.d.ts +8 -0
- package/packages/typescript/src/features/advanced-capabilities/personality/actions/manage-style-rules.d.ts.map +1 -0
- package/packages/typescript/src/features/advanced-capabilities/personality/actions/manage-style-rules.js +290 -0
- package/packages/typescript/src/features/advanced-capabilities/personality/actions/persist-character.d.ts +12 -0
- package/packages/typescript/src/features/advanced-capabilities/personality/actions/persist-character.d.ts.map +1 -0
- package/packages/typescript/src/features/advanced-capabilities/personality/actions/persist-character.js +167 -0
- package/packages/typescript/src/features/advanced-capabilities/personality/actions/set-voice-config.d.ts +13 -0
- package/packages/typescript/src/features/advanced-capabilities/personality/actions/set-voice-config.d.ts.map +1 -0
- package/packages/typescript/src/features/advanced-capabilities/personality/actions/set-voice-config.js +193 -0
- package/packages/typescript/src/features/advanced-capabilities/personality/actions/shared/persist-character-patch.d.ts +18 -0
- package/packages/typescript/src/features/advanced-capabilities/personality/actions/shared/persist-character-patch.d.ts.map +1 -0
- package/packages/typescript/src/features/advanced-capabilities/personality/actions/shared/persist-character-patch.js +42 -0
- package/packages/typescript/src/features/advanced-capabilities/personality/index.d.ts +5 -0
- package/packages/typescript/src/features/advanced-capabilities/personality/index.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/personality/index.js +5 -0
- package/packages/typescript/src/features/basic-capabilities/index.d.ts.map +1 -1
- package/packages/typescript/src/features/basic-capabilities/index.js +2 -1
- package/packages/typescript/src/features/index.d.ts +2 -2
- package/packages/typescript/src/features/index.d.ts.map +1 -1
- package/packages/typescript/src/features/index.js +1 -1
- package/packages/typescript/src/features/knowledge/actions.d.ts +3 -0
- package/packages/typescript/src/features/knowledge/actions.d.ts.map +1 -1
- package/packages/typescript/src/features/knowledge/actions.js +435 -1
- package/packages/typescript/src/features/knowledge/index.d.ts +1 -0
- package/packages/typescript/src/features/knowledge/index.d.ts.map +1 -1
- package/packages/typescript/src/features/knowledge/index.js +1 -0
- package/packages/typescript/src/features/knowledge/url-ingest.d.ts +37 -0
- package/packages/typescript/src/features/knowledge/url-ingest.d.ts.map +1 -0
- package/packages/typescript/src/features/knowledge/url-ingest.js +490 -0
- package/packages/typescript/src/features/plugin-manager/services/coreManagerService.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/services/coreManagerService.js +12 -2
- package/packages/typescript/src/features/plugin-manager/services/pluginRegistryService.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/services/pluginRegistryService.js +12 -2
- package/packages/typescript/src/features/trajectories/TrajectoriesService.d.ts.map +1 -1
- package/packages/typescript/src/features/trajectories/TrajectoriesService.js +8 -3
- package/packages/typescript/src/generated/action-docs.d.ts +20 -0
- package/packages/typescript/src/generated/action-docs.d.ts.map +1 -1
- package/packages/typescript/src/generated/action-docs.js +34 -0
- package/packages/typescript/src/index.node.d.ts +1 -1
- package/packages/typescript/src/index.node.d.ts.map +1 -1
- package/packages/typescript/src/index.node.js +1 -1
- package/packages/typescript/src/logger.d.ts.map +1 -1
- package/packages/typescript/src/logger.js +3 -2
- package/packages/typescript/src/plugins/native-features.d.ts +3 -2
- package/packages/typescript/src/plugins/native-features.d.ts.map +1 -1
- package/packages/typescript/src/plugins/native-features.js +2 -2
- 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 +5 -20
- package/packages/typescript/src/runtime.d.ts.map +1 -1
- package/packages/typescript/src/runtime.js +3 -1
- package/packages/typescript/src/security/external-content.d.ts.map +1 -1
- package/packages/typescript/src/security/external-content.js +2 -1
- package/packages/typescript/src/services/message.d.ts.map +1 -1
- package/packages/typescript/src/services/message.js +8 -3
- package/packages/typescript/src/services/plugin-hooks.d.ts.map +1 -1
- package/packages/typescript/src/services/plugin-hooks.js +3 -2
- package/packages/typescript/src/sessions/session-key.d.ts.map +1 -1
- package/packages/typescript/src/sessions/session-key.js +6 -4
- package/packages/typescript/src/types/agent.d.ts +6 -1
- package/packages/typescript/src/types/agent.d.ts.map +1 -1
- package/packages/typescript/src/types/plugin.d.ts +1 -1
- package/packages/typescript/src/types/plugin.d.ts.map +1 -1
- package/packages/typescript/src/utils/json-llm.d.ts.map +1 -1
- package/packages/typescript/src/utils/json-llm.js +3 -2
- package/packages/typescript/src/utils/message-text.js +1 -1
- package/packages/typescript/src/utils/toon.d.ts.map +1 -1
- package/packages/typescript/src/utils/toon.js +2 -1
- package/packages/typescript/src/utils.d.ts.map +1 -1
- package/packages/typescript/src/utils.js +7 -3
- package/packages/ui/src/components/composites/chat/chat-attachment-strip.d.ts +9 -0
- package/packages/ui/src/components/composites/chat/chat-attachment-strip.d.ts.map +1 -0
- package/packages/ui/src/components/composites/chat/chat-attachment-strip.js +8 -0
- package/packages/ui/src/components/composites/chat/chat-bubble.d.ts +14 -0
- package/packages/ui/src/components/composites/chat/chat-bubble.d.ts.map +1 -0
- package/packages/ui/src/components/composites/chat/chat-bubble.js +7 -0
- package/packages/ui/src/components/composites/chat/chat-composer-shell.d.ts +14 -0
- package/packages/ui/src/components/composites/chat/chat-composer-shell.d.ts.map +1 -0
- package/packages/ui/src/components/composites/chat/chat-composer-shell.js +25 -0
- package/packages/ui/src/components/composites/chat/chat-composer.d.ts +45 -0
- package/packages/ui/src/components/composites/chat/chat-composer.d.ts.map +1 -0
- package/packages/ui/src/components/composites/chat/chat-composer.js +297 -0
- package/packages/ui/src/components/composites/chat/chat-conversation-item.d.ts +21 -0
- package/packages/ui/src/components/composites/chat/chat-conversation-item.d.ts.map +1 -0
- package/packages/ui/src/components/composites/chat/chat-conversation-item.js +118 -0
- package/packages/ui/src/components/composites/chat/chat-conversation-rename-dialog.d.ts +22 -0
- package/packages/ui/src/components/composites/chat/chat-conversation-rename-dialog.d.ts.map +1 -0
- package/packages/ui/src/components/composites/chat/chat-conversation-rename-dialog.js +14 -0
- package/packages/ui/src/components/composites/chat/chat-empty-state.d.ts +19 -0
- package/packages/ui/src/components/composites/chat/chat-empty-state.d.ts.map +1 -0
- package/packages/ui/src/components/composites/chat/chat-empty-state.js +8 -0
- package/packages/ui/src/components/composites/chat/chat-message-actions.d.ts +14 -0
- package/packages/ui/src/components/composites/chat/chat-message-actions.d.ts.map +1 -0
- package/packages/ui/src/components/composites/chat/chat-message-actions.js +10 -0
- package/packages/ui/src/components/composites/chat/chat-message.d.ts +18 -0
- package/packages/ui/src/components/composites/chat/chat-message.d.ts.map +1 -0
- package/packages/ui/src/components/composites/chat/chat-message.js +260 -0
- package/packages/ui/src/components/composites/chat/chat-sidebar.d.ts +54 -0
- package/packages/ui/src/components/composites/chat/chat-sidebar.d.ts.map +1 -0
- package/packages/ui/src/components/composites/chat/chat-sidebar.js +64 -0
- package/packages/ui/src/components/composites/chat/chat-source.d.ts +23 -0
- package/packages/ui/src/components/composites/chat/chat-source.d.ts.map +1 -0
- package/packages/ui/src/components/composites/chat/chat-source.js +60 -0
- package/packages/ui/src/components/composites/chat/chat-thread-layout.d.ts +22 -0
- package/packages/ui/src/components/composites/chat/chat-thread-layout.d.ts.map +1 -0
- package/packages/ui/src/components/composites/chat/chat-thread-layout.js +37 -0
- package/packages/ui/src/components/composites/chat/chat-transcript.d.ts +19 -0
- package/packages/ui/src/components/composites/chat/chat-transcript.d.ts.map +1 -0
- package/packages/ui/src/components/composites/chat/chat-transcript.js +88 -0
- package/packages/ui/src/components/composites/chat/chat-types.d.ts +91 -0
- package/packages/ui/src/components/composites/chat/chat-types.d.ts.map +1 -0
- package/packages/ui/src/components/composites/chat/chat-types.js +1 -0
- package/packages/ui/src/components/composites/chat/chat-typing-indicator.d.ts +10 -0
- package/packages/ui/src/components/composites/chat/chat-typing-indicator.d.ts.map +1 -0
- package/packages/ui/src/components/composites/chat/chat-typing-indicator.js +10 -0
- package/packages/ui/src/components/composites/chat/create-task-popover.d.ts +13 -0
- package/packages/ui/src/components/composites/chat/create-task-popover.d.ts.map +1 -0
- package/packages/ui/src/components/composites/chat/create-task-popover.js +44 -0
- package/packages/ui/src/components/composites/chat/index.d.ts +17 -0
- package/packages/ui/src/components/composites/chat/index.d.ts.map +1 -0
- package/packages/ui/src/components/composites/chat/index.js +16 -0
- package/packages/ui/src/components/composites/form-field/form-field.d.ts +14 -0
- package/packages/ui/src/components/composites/form-field/form-field.d.ts.map +1 -0
- package/packages/ui/src/components/composites/form-field/form-field.js +8 -0
- package/packages/ui/src/components/composites/form-field/index.d.ts +2 -0
- package/packages/ui/src/components/composites/form-field/index.d.ts.map +1 -0
- package/packages/ui/src/components/composites/form-field/index.js +1 -0
- package/packages/ui/src/components/composites/index.d.ts +27 -0
- package/packages/ui/src/components/composites/index.d.ts.map +1 -0
- package/packages/ui/src/components/composites/index.js +26 -0
- package/packages/ui/src/components/composites/page-panel/index.d.ts +29 -0
- package/packages/ui/src/components/composites/page-panel/index.d.ts.map +1 -0
- package/packages/ui/src/components/composites/page-panel/index.js +28 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-collapsible-section.d.ts +4 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-collapsible-section.d.ts.map +1 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-collapsible-section.js +60 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-empty.d.ts +3 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-empty.d.ts.map +1 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-empty.js +15 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-frame.d.ts +5 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-frame.d.ts.map +1 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-frame.js +9 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-header.d.ts +7 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-header.d.ts.map +1 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-header.js +30 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-loading.d.ts +3 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-loading.d.ts.map +1 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-loading.js +13 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-root.d.ts +7 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-root.d.ts.map +1 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-root.js +17 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-toolbar.d.ts +4 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-toolbar.d.ts.map +1 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-toolbar.js +6 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-types.d.ts +66 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-types.d.ts.map +1 -0
- package/packages/ui/src/components/composites/page-panel/page-panel-types.js +1 -0
- package/packages/ui/src/components/composites/search/index.d.ts +3 -0
- package/packages/ui/src/components/composites/search/index.d.ts.map +1 -0
- package/packages/ui/src/components/composites/search/index.js +2 -0
- package/packages/ui/src/components/composites/search/search-input.d.ts +11 -0
- package/packages/ui/src/components/composites/search/search-input.d.ts.map +1 -0
- package/packages/ui/src/components/composites/search/search-input.js +10 -0
- package/packages/ui/src/components/composites/search/searchbar.d.ts +18 -0
- package/packages/ui/src/components/composites/search/searchbar.d.ts.map +1 -0
- package/packages/ui/src/components/composites/search/searchbar.js +25 -0
- package/packages/ui/src/components/composites/sidebar/index.d.ts +11 -0
- package/packages/ui/src/components/composites/sidebar/index.d.ts.map +1 -0
- package/packages/ui/src/components/composites/sidebar/index.js +10 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-auto-rail.d.ts +15 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-auto-rail.d.ts.map +1 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-auto-rail.js +292 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-body.d.ts +4 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-body.d.ts.map +1 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-body.js +7 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-collapsed-rail.d.ts +11 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-collapsed-rail.d.ts.map +1 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-collapsed-rail.js +13 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-content.d.ts +78 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-content.d.ts.map +1 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-content.js +94 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-filter-bar.d.ts +3 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-filter-bar.d.ts.map +1 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-filter-bar.js +14 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-header-stack.d.ts +3 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-header-stack.d.ts.map +1 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-header-stack.js +6 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-header.d.ts +9 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-header.d.ts.map +1 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-header.js +6 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-panel.d.ts +3 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-panel.d.ts.map +1 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-panel.js +18 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-root.d.ts +4 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-root.d.ts.map +1 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-root.js +491 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-scroll-region.d.ts +3 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-scroll-region.d.ts.map +1 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-scroll-region.js +18 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-types.d.ts +77 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-types.d.ts.map +1 -0
- package/packages/ui/src/components/composites/sidebar/sidebar-types.js +1 -0
- package/packages/ui/src/components/composites/skills/index.d.ts +2 -0
- package/packages/ui/src/components/composites/skills/index.d.ts.map +1 -0
- package/packages/ui/src/components/composites/skills/index.js +1 -0
- package/packages/ui/src/components/composites/skills/skill-sidebar-item.d.ts +16 -0
- package/packages/ui/src/components/composites/skills/skill-sidebar-item.d.ts.map +1 -0
- package/packages/ui/src/components/composites/skills/skill-sidebar-item.js +7 -0
- package/packages/ui/src/components/composites/trajectories/index.d.ts +5 -0
- package/packages/ui/src/components/composites/trajectories/index.d.ts.map +1 -0
- package/packages/ui/src/components/composites/trajectories/index.js +4 -0
- package/packages/ui/src/components/composites/trajectories/trajectory-code-block.d.ts +13 -0
- package/packages/ui/src/components/composites/trajectories/trajectory-code-block.d.ts.map +1 -0
- package/packages/ui/src/components/composites/trajectories/trajectory-code-block.js +13 -0
- package/packages/ui/src/components/composites/trajectories/trajectory-llm-call-card.d.ts +34 -0
- package/packages/ui/src/components/composites/trajectories/trajectory-llm-call-card.d.ts.map +1 -0
- package/packages/ui/src/components/composites/trajectories/trajectory-llm-call-card.js +14 -0
- package/packages/ui/src/components/composites/trajectories/trajectory-pipeline-graph.d.ts +26 -0
- package/packages/ui/src/components/composites/trajectories/trajectory-pipeline-graph.d.ts.map +1 -0
- package/packages/ui/src/components/composites/trajectories/trajectory-pipeline-graph.js +46 -0
- package/packages/ui/src/components/composites/trajectories/trajectory-sidebar-item.d.ts +15 -0
- package/packages/ui/src/components/composites/trajectories/trajectory-sidebar-item.d.ts.map +1 -0
- package/packages/ui/src/components/composites/trajectories/trajectory-sidebar-item.js +8 -0
- package/packages/ui/src/components/primitives/index.d.ts +26 -0
- package/packages/ui/src/components/primitives/index.d.ts.map +1 -0
- package/packages/ui/src/components/primitives/index.js +25 -0
- package/packages/ui/src/components/ui/admin-dialog.d.ts +50 -0
- package/packages/ui/src/components/ui/admin-dialog.d.ts.map +1 -0
- package/packages/ui/src/components/ui/admin-dialog.js +48 -0
- package/packages/ui/src/components/ui/badge.d.ts +10 -0
- package/packages/ui/src/components/ui/badge.d.ts.map +1 -0
- package/packages/ui/src/components/ui/badge.js +21 -0
- package/packages/ui/src/components/ui/banner.d.ts +17 -0
- package/packages/ui/src/components/ui/banner.d.ts.map +1 -0
- package/packages/ui/src/components/ui/banner.js +29 -0
- package/packages/ui/src/components/ui/button.d.ts +13 -0
- package/packages/ui/src/components/ui/button.d.ts.map +1 -0
- package/packages/ui/src/components/ui/button.js +40 -0
- package/packages/ui/src/components/ui/card.d.ts +15 -0
- package/packages/ui/src/components/ui/card.d.ts.map +1 -0
- package/packages/ui/src/components/ui/card.js +32 -0
- package/packages/ui/src/components/ui/checkbox.d.ts +5 -0
- package/packages/ui/src/components/ui/checkbox.d.ts.map +1 -0
- package/packages/ui/src/components/ui/checkbox.js +8 -0
- package/packages/ui/src/components/ui/confirm-delete.d.ts +20 -0
- package/packages/ui/src/components/ui/confirm-delete.d.ts.map +1 -0
- package/packages/ui/src/components/ui/confirm-delete.js +16 -0
- package/packages/ui/src/components/ui/confirm-dialog.d.ts +49 -0
- package/packages/ui/src/components/ui/confirm-dialog.d.ts.map +1 -0
- package/packages/ui/src/components/ui/confirm-dialog.js +90 -0
- package/packages/ui/src/components/ui/connection-status.d.ts +15 -0
- package/packages/ui/src/components/ui/connection-status.d.ts.map +1 -0
- package/packages/ui/src/components/ui/connection-status.js +25 -0
- package/packages/ui/src/components/ui/copy-button.d.ts +13 -0
- package/packages/ui/src/components/ui/copy-button.d.ts.map +1 -0
- package/packages/ui/src/components/ui/copy-button.js +14 -0
- package/packages/ui/src/components/ui/dialog.d.ts +25 -0
- package/packages/ui/src/components/ui/dialog.d.ts.map +1 -0
- package/packages/ui/src/components/ui/dialog.js +23 -0
- package/packages/ui/src/components/ui/drawer-sheet.d.ts +19 -0
- package/packages/ui/src/components/ui/drawer-sheet.d.ts.map +1 -0
- package/packages/ui/src/components/ui/drawer-sheet.js +21 -0
- package/packages/ui/src/components/ui/dropdown-menu.d.ts +28 -0
- package/packages/ui/src/components/ui/dropdown-menu.d.ts.map +1 -0
- package/packages/ui/src/components/ui/dropdown-menu.js +35 -0
- package/packages/ui/src/components/ui/empty-state.d.ts +13 -0
- package/packages/ui/src/components/ui/empty-state.d.ts.map +1 -0
- package/packages/ui/src/components/ui/empty-state.js +5 -0
- package/packages/ui/src/components/ui/error-boundary.d.ts +22 -0
- package/packages/ui/src/components/ui/error-boundary.d.ts.map +1 -0
- package/packages/ui/src/components/ui/error-boundary.js +27 -0
- package/packages/ui/src/components/ui/field-switch.d.ts +8 -0
- package/packages/ui/src/components/ui/field-switch.d.ts.map +1 -0
- package/packages/ui/src/components/ui/field-switch.js +10 -0
- package/packages/ui/src/components/ui/field.d.ts +12 -0
- package/packages/ui/src/components/ui/field.d.ts.map +1 -0
- package/packages/ui/src/components/ui/field.js +21 -0
- package/packages/ui/src/components/ui/form-select.d.ts +14 -0
- package/packages/ui/src/components/ui/form-select.d.ts.map +1 -0
- package/packages/ui/src/components/ui/form-select.js +9 -0
- package/packages/ui/src/components/ui/grid.d.ts +10 -0
- package/packages/ui/src/components/ui/grid.d.ts.map +1 -0
- package/packages/ui/src/components/ui/grid.js +31 -0
- package/packages/ui/src/components/ui/input.d.ts +12 -0
- package/packages/ui/src/components/ui/input.d.ts.map +1 -0
- package/packages/ui/src/components/ui/input.js +29 -0
- package/packages/ui/src/components/ui/label.d.ts +5 -0
- package/packages/ui/src/components/ui/label.d.ts.map +1 -0
- package/packages/ui/src/components/ui/label.js +10 -0
- package/packages/ui/src/components/ui/new-action-button.d.ts +7 -0
- package/packages/ui/src/components/ui/new-action-button.d.ts.map +1 -0
- package/packages/ui/src/components/ui/new-action-button.js +13 -0
- package/packages/ui/src/components/ui/popover.d.ts +7 -0
- package/packages/ui/src/components/ui/popover.d.ts.map +1 -0
- package/packages/ui/src/components/ui/popover.js +9 -0
- package/packages/ui/src/components/ui/save-footer.d.ts +13 -0
- package/packages/ui/src/components/ui/save-footer.d.ts.map +1 -0
- package/packages/ui/src/components/ui/save-footer.js +10 -0
- package/packages/ui/src/components/ui/section-card.d.ts +15 -0
- package/packages/ui/src/components/ui/section-card.d.ts.map +1 -0
- package/packages/ui/src/components/ui/section-card.js +10 -0
- package/packages/ui/src/components/ui/segmented-control.d.ts +18 -0
- package/packages/ui/src/components/ui/segmented-control.d.ts.map +1 -0
- package/packages/ui/src/components/ui/segmented-control.js +10 -0
- package/packages/ui/src/components/ui/select.d.ts +14 -0
- package/packages/ui/src/components/ui/select.d.ts.map +1 -0
- package/packages/ui/src/components/ui/select.js +27 -0
- package/packages/ui/src/components/ui/separator.d.ts +5 -0
- package/packages/ui/src/components/ui/separator.d.ts.map +1 -0
- package/packages/ui/src/components/ui/separator.js +7 -0
- package/packages/ui/src/components/ui/settings-controls.d.ts +41 -0
- package/packages/ui/src/components/ui/settings-controls.d.ts.map +1 -0
- package/packages/ui/src/components/ui/settings-controls.js +60 -0
- package/packages/ui/src/components/ui/skeleton.d.ts +17 -0
- package/packages/ui/src/components/ui/skeleton.d.ts.map +1 -0
- package/packages/ui/src/components/ui/skeleton.js +24 -0
- package/packages/ui/src/components/ui/slider.d.ts +5 -0
- package/packages/ui/src/components/ui/slider.d.ts.map +1 -0
- package/packages/ui/src/components/ui/slider.js +7 -0
- package/packages/ui/src/components/ui/sonner.d.ts +2 -0
- package/packages/ui/src/components/ui/sonner.d.ts.map +1 -0
- package/packages/ui/src/components/ui/sonner.js +1 -0
- package/packages/ui/src/components/ui/spinner.d.ts +6 -0
- package/packages/ui/src/components/ui/spinner.d.ts.map +1 -0
- package/packages/ui/src/components/ui/spinner.js +8 -0
- package/packages/ui/src/components/ui/stack.d.ts +11 -0
- package/packages/ui/src/components/ui/stack.d.ts.map +1 -0
- package/packages/ui/src/components/ui/stack.js +40 -0
- package/packages/ui/src/components/ui/status-badge.d.ts +27 -0
- package/packages/ui/src/components/ui/status-badge.d.ts.map +1 -0
- package/packages/ui/src/components/ui/status-badge.js +70 -0
- package/packages/ui/src/components/ui/switch.d.ts +5 -0
- package/packages/ui/src/components/ui/switch.d.ts.map +1 -0
- package/packages/ui/src/components/ui/switch.js +7 -0
- package/packages/ui/src/components/ui/tabs.d.ts +8 -0
- package/packages/ui/src/components/ui/tabs.d.ts.map +1 -0
- package/packages/ui/src/components/ui/tabs.js +12 -0
- package/packages/ui/src/components/ui/tag-editor.d.ts +12 -0
- package/packages/ui/src/components/ui/tag-editor.d.ts.map +1 -0
- package/packages/ui/src/components/ui/tag-editor.js +34 -0
- package/packages/ui/src/components/ui/tag-input.d.ts +3 -0
- package/packages/ui/src/components/ui/tag-input.d.ts.map +1 -0
- package/packages/ui/src/components/ui/tag-input.js +1 -0
- package/packages/ui/src/components/ui/textarea.d.ts +12 -0
- package/packages/ui/src/components/ui/textarea.d.ts.map +1 -0
- package/packages/ui/src/components/ui/textarea.js +29 -0
- package/packages/ui/src/components/ui/themed-select.d.ts +22 -0
- package/packages/ui/src/components/ui/themed-select.d.ts.map +1 -0
- package/packages/ui/src/components/ui/themed-select.js +137 -0
- package/packages/ui/src/components/ui/tooltip-extended.d.ts +54 -0
- package/packages/ui/src/components/ui/tooltip-extended.d.ts.map +1 -0
- package/packages/ui/src/components/ui/tooltip-extended.js +114 -0
- package/packages/ui/src/components/ui/tooltip.d.ts +18 -0
- package/packages/ui/src/components/ui/tooltip.d.ts.map +1 -0
- package/packages/ui/src/components/ui/tooltip.js +13 -0
- package/packages/ui/src/components/ui/typography.d.ts +15 -0
- package/packages/ui/src/components/ui/typography.d.ts.map +1 -0
- package/packages/ui/src/components/ui/typography.js +46 -0
- package/packages/ui/src/hooks/index.d.ts +6 -0
- package/packages/ui/src/hooks/index.d.ts.map +1 -0
- package/packages/ui/src/hooks/index.js +5 -0
- package/packages/ui/src/hooks/useClickOutside.d.ts +3 -0
- package/packages/ui/src/hooks/useClickOutside.d.ts.map +1 -0
- package/packages/ui/src/hooks/useClickOutside.js +22 -0
- package/packages/ui/src/hooks/useDocumentVisibility.d.ts +3 -0
- package/packages/ui/src/hooks/useDocumentVisibility.d.ts.map +1 -0
- package/packages/ui/src/hooks/useDocumentVisibility.js +28 -0
- package/packages/ui/src/hooks/useKeyboardShortcuts.d.ts +13 -0
- package/packages/ui/src/hooks/useKeyboardShortcuts.d.ts.map +1 -0
- package/packages/ui/src/hooks/useKeyboardShortcuts.js +34 -0
- package/packages/ui/src/hooks/useLinkedSidebarSelection.d.ts +16 -0
- package/packages/ui/src/hooks/useLinkedSidebarSelection.d.ts.map +1 -0
- package/packages/ui/src/hooks/useLinkedSidebarSelection.js +117 -0
- package/packages/ui/src/hooks/useTimeout.d.ts +5 -0
- package/packages/ui/src/hooks/useTimeout.d.ts.map +1 -0
- package/packages/ui/src/hooks/useTimeout.js +26 -0
- package/packages/ui/src/index.d.ts +8 -0
- package/packages/ui/src/index.d.ts.map +1 -0
- package/packages/ui/src/index.js +7 -0
- package/packages/ui/src/layouts/chat-panel-layout/chat-panel-layout.d.ts +11 -0
- package/packages/ui/src/layouts/chat-panel-layout/chat-panel-layout.d.ts.map +1 -0
- package/packages/ui/src/layouts/chat-panel-layout/chat-panel-layout.js +37 -0
- package/packages/ui/src/layouts/chat-panel-layout/index.d.ts +2 -0
- package/packages/ui/src/layouts/chat-panel-layout/index.d.ts.map +1 -0
- package/packages/ui/src/layouts/chat-panel-layout/index.js +1 -0
- package/packages/ui/src/layouts/content-layout/content-layout.d.ts +21 -0
- package/packages/ui/src/layouts/content-layout/content-layout.d.ts.map +1 -0
- package/packages/ui/src/layouts/content-layout/content-layout.js +5 -0
- package/packages/ui/src/layouts/content-layout/index.d.ts +2 -0
- package/packages/ui/src/layouts/content-layout/index.d.ts.map +1 -0
- package/packages/ui/src/layouts/content-layout/index.js +1 -0
- package/packages/ui/src/layouts/index.d.ts +5 -0
- package/packages/ui/src/layouts/index.d.ts.map +1 -0
- package/packages/ui/src/layouts/index.js +4 -0
- package/packages/ui/src/layouts/page-layout/index.d.ts +5 -0
- package/packages/ui/src/layouts/page-layout/index.d.ts.map +1 -0
- package/packages/ui/src/layouts/page-layout/index.js +4 -0
- package/packages/ui/src/layouts/page-layout/page-layout-header.d.ts +287 -0
- package/packages/ui/src/layouts/page-layout/page-layout-header.d.ts.map +1 -0
- package/packages/ui/src/layouts/page-layout/page-layout-header.js +8 -0
- package/packages/ui/src/layouts/page-layout/page-layout-mobile-drawer.d.ts +3 -0
- package/packages/ui/src/layouts/page-layout/page-layout-mobile-drawer.d.ts.map +1 -0
- package/packages/ui/src/layouts/page-layout/page-layout-mobile-drawer.js +37 -0
- package/packages/ui/src/layouts/page-layout/page-layout-types.d.ts +15 -0
- package/packages/ui/src/layouts/page-layout/page-layout-types.d.ts.map +1 -0
- package/packages/ui/src/layouts/page-layout/page-layout-types.js +1 -0
- package/packages/ui/src/layouts/page-layout/page-layout.d.ts +3 -0
- package/packages/ui/src/layouts/page-layout/page-layout.d.ts.map +1 -0
- package/packages/ui/src/layouts/page-layout/page-layout.js +5 -0
- package/packages/ui/src/layouts/workspace-layout/index.d.ts +4 -0
- package/packages/ui/src/layouts/workspace-layout/index.d.ts.map +1 -0
- package/packages/ui/src/layouts/workspace-layout/index.js +3 -0
- package/packages/ui/src/layouts/workspace-layout/workspace-layout-types.d.ts +19 -0
- package/packages/ui/src/layouts/workspace-layout/workspace-layout-types.d.ts.map +1 -0
- package/packages/ui/src/layouts/workspace-layout/workspace-layout-types.js +1 -0
- package/packages/ui/src/layouts/workspace-layout/workspace-layout.d.ts +3 -0
- package/packages/ui/src/layouts/workspace-layout/workspace-layout.d.ts.map +1 -0
- package/packages/ui/src/layouts/workspace-layout/workspace-layout.js +65 -0
- package/packages/ui/src/layouts/workspace-layout/workspace-mobile-sidebar-controls.d.ts +13 -0
- package/packages/ui/src/layouts/workspace-layout/workspace-mobile-sidebar-controls.d.ts.map +1 -0
- package/packages/ui/src/layouts/workspace-layout/workspace-mobile-sidebar-controls.js +5 -0
- package/packages/ui/src/lib/floating-layers.d.ts +17 -0
- package/packages/ui/src/lib/floating-layers.d.ts.map +1 -0
- package/packages/ui/src/lib/floating-layers.js +20 -0
- package/packages/ui/src/lib/utils.d.ts +3 -0
- package/packages/ui/src/lib/utils.d.ts.map +1 -0
- package/packages/ui/src/lib/utils.js +5 -0
- package/packages/agent/src/api/wallet-dex-prices.d.ts +0 -43
- package/packages/agent/src/api/wallet-dex-prices.d.ts.map +0 -1
- package/packages/agent/src/api/wallet-dex-prices.js +0 -149
- package/packages/agent/src/services/built-in-app-routes/hyperscape.d.ts +0 -5
- package/packages/agent/src/services/built-in-app-routes/hyperscape.d.ts.map +0 -1
- package/packages/agent/src/services/built-in-app-routes/hyperscape.js +0 -192
- package/packages/agent/src/services/privy-wallets.d.ts.map +0 -1
- package/packages/agent/src/services/privy-wallets.js +0 -225
- package/packages/agent/src/services/steward-evm-account.d.ts.map +0 -1
- package/packages/agent/src/services/steward-evm-bridge.d.ts.map +0 -1
- package/packages/agent/src/services/steward-wallet.d.ts +0 -25
- package/packages/agent/src/services/steward-wallet.d.ts.map +0 -1
- package/packages/agent/src/services/steward-wallet.js +0 -328
- package/packages/shared/src/types.d.ts +0 -27
- package/packages/shared/src/types.d.ts.map +0 -1
- package/packages/typescript/src/features/advanced-capabilities/evaluators/factRefinement.d.ts +0 -20
- package/packages/typescript/src/features/advanced-capabilities/evaluators/factRefinement.d.ts.map +0 -1
- package/packages/typescript/src/features/advanced-capabilities/evaluators/factRefinement.js +0 -362
- package/plugins/plugin-imessage/typescript/src/accounts.d.ts +0 -135
- package/plugins/plugin-imessage/typescript/src/accounts.d.ts.map +0 -1
- package/plugins/plugin-imessage/typescript/src/accounts.js +0 -208
- package/plugins/plugin-imessage/typescript/src/actions/index.d.ts +0 -5
- package/plugins/plugin-imessage/typescript/src/actions/index.d.ts.map +0 -1
- package/plugins/plugin-imessage/typescript/src/actions/index.js +0 -4
- package/plugins/plugin-imessage/typescript/src/actions/sendMessage.d.ts +0 -6
- package/plugins/plugin-imessage/typescript/src/actions/sendMessage.d.ts.map +0 -1
- package/plugins/plugin-imessage/typescript/src/actions/sendMessage.js +0 -199
- package/plugins/plugin-imessage/typescript/src/chatdb-reader.d.ts +0 -232
- package/plugins/plugin-imessage/typescript/src/chatdb-reader.d.ts.map +0 -1
- package/plugins/plugin-imessage/typescript/src/chatdb-reader.js +0 -645
- package/plugins/plugin-imessage/typescript/src/config.d.ts +0 -60
- package/plugins/plugin-imessage/typescript/src/config.d.ts.map +0 -1
- package/plugins/plugin-imessage/typescript/src/config.js +0 -7
- package/plugins/plugin-imessage/typescript/src/contacts-reader.d.ts +0 -147
- package/plugins/plugin-imessage/typescript/src/contacts-reader.d.ts.map +0 -1
- package/plugins/plugin-imessage/typescript/src/contacts-reader.js +0 -487
- package/plugins/plugin-imessage/typescript/src/index.d.ts +0 -23
- package/plugins/plugin-imessage/typescript/src/index.d.ts.map +0 -1
- package/plugins/plugin-imessage/typescript/src/index.js +0 -49
- package/plugins/plugin-imessage/typescript/src/providers/chatContext.d.ts +0 -6
- package/plugins/plugin-imessage/typescript/src/providers/chatContext.d.ts.map +0 -1
- package/plugins/plugin-imessage/typescript/src/providers/chatContext.js +0 -60
- package/plugins/plugin-imessage/typescript/src/providers/contacts.d.ts +0 -25
- package/plugins/plugin-imessage/typescript/src/providers/contacts.d.ts.map +0 -1
- package/plugins/plugin-imessage/typescript/src/providers/contacts.js +0 -118
- package/plugins/plugin-imessage/typescript/src/providers/index.d.ts +0 -6
- package/plugins/plugin-imessage/typescript/src/providers/index.d.ts.map +0 -1
- package/plugins/plugin-imessage/typescript/src/providers/index.js +0 -5
- package/plugins/plugin-imessage/typescript/src/rpc.d.ts +0 -206
- package/plugins/plugin-imessage/typescript/src/rpc.d.ts.map +0 -1
- package/plugins/plugin-imessage/typescript/src/rpc.js +0 -392
- package/plugins/plugin-imessage/typescript/src/service.d.ts +0 -250
- package/plugins/plugin-imessage/typescript/src/service.d.ts.map +0 -1
- package/plugins/plugin-imessage/typescript/src/service.js +0 -1116
- package/plugins/plugin-imessage/typescript/src/setup-routes.d.ts +0 -38
- package/plugins/plugin-imessage/typescript/src/setup-routes.d.ts.map +0 -1
- package/plugins/plugin-imessage/typescript/src/setup-routes.js +0 -321
- package/plugins/plugin-imessage/typescript/src/types.d.ts +0 -190
- package/plugins/plugin-imessage/typescript/src/types.d.ts.map +0 -1
- package/plugins/plugin-imessage/typescript/src/types.js +0 -137
- package/plugins/plugin-telegram/src/account-auth-service.d.ts +0 -99
- package/plugins/plugin-telegram/src/account-auth-service.d.ts.map +0 -1
- package/plugins/plugin-telegram/src/account-auth-service.js +0 -619
- /package/{packages/agent → apps/app-steward}/src/services/privy-wallets.d.ts +0 -0
- /package/{packages/agent → apps/app-steward}/src/services/steward-evm-account.d.ts +0 -0
- /package/{packages/agent → apps/app-steward}/src/services/steward-evm-account.js +0 -0
- /package/{packages/agent → apps/app-steward}/src/services/steward-evm-bridge.d.ts +0 -0
- /package/{packages/agent → apps/app-steward}/src/services/steward-evm-bridge.js +0 -0
- /package/packages/{shared/src/types.js → app-core/src/api/client-types-character.js} +0 -0
|
@@ -11,7 +11,7 @@ import type { Constructor } from "./service-mixin-core.js";
|
|
|
11
11
|
import { type StatusMixinDependencies } from "./service-mixin-status.js";
|
|
12
12
|
declare const LIFEOPS_COMPOSED: {
|
|
13
13
|
new (...args: any[]): {
|
|
14
|
-
getInbox(request?: import("@elizaos/shared
|
|
14
|
+
getInbox(request?: import("@elizaos/shared").GetLifeOpsInboxRequest): Promise<import("@elizaos/shared").LifeOpsInbox>;
|
|
15
15
|
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
16
16
|
readonly explicitOwnerEntityIdValue: string | null;
|
|
17
17
|
readonly ownerEntityIdValue: string;
|
|
@@ -31,37 +31,37 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
31
31
|
isBrowserPaused(settings: import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings): boolean;
|
|
32
32
|
requireBrowserAvailableForActions(actions: readonly import("@elizaos/plugin-browser-bridge").BrowserBridgeAction[]): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
33
33
|
buildBrowserCompanion(request: import("@elizaos/plugin-browser-bridge").UpsertBrowserBridgeCompanionRequest, current: import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus | null): import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus;
|
|
34
|
-
normalizeOwnership(input: import("@elizaos/shared
|
|
35
|
-
normalizeChildOwnership(parent: import("@elizaos/shared
|
|
34
|
+
normalizeOwnership(input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared").LifeOpsOwnership): import("@elizaos/shared").LifeOpsOwnership;
|
|
35
|
+
normalizeChildOwnership(parent: import("@elizaos/shared").LifeOpsOwnership, input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared").LifeOpsOwnership;
|
|
36
36
|
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
37
37
|
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
38
38
|
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
39
|
-
recordAudit(eventType: import("@elizaos/shared
|
|
39
|
+
recordAudit(eventType: import("@elizaos/shared").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
40
40
|
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
41
41
|
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
42
|
-
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
|
|
42
|
+
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").LifeOpsAuditEvent>;
|
|
43
43
|
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>;
|
|
44
44
|
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
45
45
|
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
46
|
-
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared
|
|
47
|
-
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared
|
|
46
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
47
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
48
48
|
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
49
|
-
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared
|
|
50
|
-
requireXGrant(requestedMode?: import("@elizaos/shared
|
|
49
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared").LifeOpsWorkflowDefinition>;
|
|
50
|
+
requireXGrant(requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
51
51
|
};
|
|
52
52
|
} & {
|
|
53
53
|
new (...args: any[]): {
|
|
54
54
|
getSleepHistory(opts?: {
|
|
55
55
|
windowDays?: number;
|
|
56
56
|
includeNaps?: boolean;
|
|
57
|
-
}): Promise<import("@elizaos/shared
|
|
57
|
+
}): Promise<import("@elizaos/shared").LifeOpsSleepHistoryResponse>;
|
|
58
58
|
getSleepRegularity(opts?: {
|
|
59
59
|
windowDays?: number;
|
|
60
60
|
includeNaps?: boolean;
|
|
61
|
-
}): Promise<import("@elizaos/shared
|
|
61
|
+
}): Promise<import("@elizaos/shared").LifeOpsSleepRegularityResponse>;
|
|
62
62
|
getPersonalBaseline(opts?: {
|
|
63
63
|
windowDays?: number;
|
|
64
|
-
}): Promise<import("@elizaos/shared
|
|
64
|
+
}): Promise<import("@elizaos/shared").LifeOpsPersonalBaselineResponse>;
|
|
65
65
|
collectRegularityEpisodes(args: {
|
|
66
66
|
windowDays: number;
|
|
67
67
|
includeNaps: boolean;
|
|
@@ -85,23 +85,23 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
85
85
|
isBrowserPaused(settings: import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings): boolean;
|
|
86
86
|
requireBrowserAvailableForActions(actions: readonly import("@elizaos/plugin-browser-bridge").BrowserBridgeAction[]): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
87
87
|
buildBrowserCompanion(request: import("@elizaos/plugin-browser-bridge").UpsertBrowserBridgeCompanionRequest, current: import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus | null): import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus;
|
|
88
|
-
normalizeOwnership(input: import("@elizaos/shared
|
|
89
|
-
normalizeChildOwnership(parent: import("@elizaos/shared
|
|
88
|
+
normalizeOwnership(input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared").LifeOpsOwnership): import("@elizaos/shared").LifeOpsOwnership;
|
|
89
|
+
normalizeChildOwnership(parent: import("@elizaos/shared").LifeOpsOwnership, input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared").LifeOpsOwnership;
|
|
90
90
|
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
91
91
|
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
92
92
|
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
93
|
-
recordAudit(eventType: import("@elizaos/shared
|
|
93
|
+
recordAudit(eventType: import("@elizaos/shared").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
94
94
|
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
95
95
|
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
96
|
-
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
|
|
96
|
+
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").LifeOpsAuditEvent>;
|
|
97
97
|
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>;
|
|
98
98
|
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
99
99
|
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
100
|
-
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared
|
|
101
|
-
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared
|
|
100
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
101
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
102
102
|
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
103
|
-
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared
|
|
104
|
-
requireXGrant(requestedMode?: import("@elizaos/shared
|
|
103
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared").LifeOpsWorkflowDefinition>;
|
|
104
|
+
requireXGrant(requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
105
105
|
};
|
|
106
106
|
} & {
|
|
107
107
|
new (...args: any[]): {
|
|
@@ -113,7 +113,7 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
113
113
|
endAt?: string | null;
|
|
114
114
|
durationSeconds?: number;
|
|
115
115
|
metadata?: Record<string, unknown>;
|
|
116
|
-
}): Promise<import("@elizaos/shared
|
|
116
|
+
}): Promise<import("@elizaos/shared").LifeOpsScreenTimeSession>;
|
|
117
117
|
finishActiveScreenTimeSession(id: string, endAt: string, durationSeconds: number): Promise<void>;
|
|
118
118
|
collectScreenTimeRows(opts: {
|
|
119
119
|
since: string;
|
|
@@ -131,7 +131,7 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
131
131
|
date: string;
|
|
132
132
|
source?: "app" | "website";
|
|
133
133
|
limit?: number;
|
|
134
|
-
}): Promise<import("@elizaos/shared
|
|
134
|
+
}): Promise<import("@elizaos/shared").LifeOpsScreenTimeDaily[]>;
|
|
135
135
|
getScreenTimeSummary(opts: {
|
|
136
136
|
since: string;
|
|
137
137
|
until: string;
|
|
@@ -292,27 +292,27 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
292
292
|
isBrowserPaused(settings: import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings): boolean;
|
|
293
293
|
requireBrowserAvailableForActions(actions: readonly import("@elizaos/plugin-browser-bridge").BrowserBridgeAction[]): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
294
294
|
buildBrowserCompanion(request: import("@elizaos/plugin-browser-bridge").UpsertBrowserBridgeCompanionRequest, current: import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus | null): import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus;
|
|
295
|
-
normalizeOwnership(input: import("@elizaos/shared
|
|
296
|
-
normalizeChildOwnership(parent: import("@elizaos/shared
|
|
295
|
+
normalizeOwnership(input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared").LifeOpsOwnership): import("@elizaos/shared").LifeOpsOwnership;
|
|
296
|
+
normalizeChildOwnership(parent: import("@elizaos/shared").LifeOpsOwnership, input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared").LifeOpsOwnership;
|
|
297
297
|
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
298
298
|
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
299
299
|
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
300
|
-
recordAudit(eventType: import("@elizaos/shared
|
|
300
|
+
recordAudit(eventType: import("@elizaos/shared").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
301
301
|
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
302
302
|
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
303
|
-
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
|
|
303
|
+
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").LifeOpsAuditEvent>;
|
|
304
304
|
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>;
|
|
305
305
|
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
306
306
|
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
307
|
-
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared
|
|
308
|
-
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared
|
|
307
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
308
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
309
309
|
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
310
|
-
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared
|
|
311
|
-
requireXGrant(requestedMode?: import("@elizaos/shared
|
|
310
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared").LifeOpsWorkflowDefinition>;
|
|
311
|
+
requireXGrant(requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
312
312
|
};
|
|
313
313
|
} & {
|
|
314
314
|
new (...args: any[]): {
|
|
315
|
-
getCapabilityStatus(now?: Date): Promise<import("@elizaos/shared
|
|
315
|
+
getCapabilityStatus(now?: Date): Promise<import("@elizaos/shared").LifeOpsCapabilitiesStatus>;
|
|
316
316
|
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
317
317
|
readonly explicitOwnerEntityIdValue: string | null;
|
|
318
318
|
readonly ownerEntityIdValue: string;
|
|
@@ -332,23 +332,23 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
332
332
|
isBrowserPaused(settings: import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings): boolean;
|
|
333
333
|
requireBrowserAvailableForActions(actions: readonly import("@elizaos/plugin-browser-bridge").BrowserBridgeAction[]): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
334
334
|
buildBrowserCompanion(request: import("@elizaos/plugin-browser-bridge").UpsertBrowserBridgeCompanionRequest, current: import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus | null): import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus;
|
|
335
|
-
normalizeOwnership(input: import("@elizaos/shared
|
|
336
|
-
normalizeChildOwnership(parent: import("@elizaos/shared
|
|
335
|
+
normalizeOwnership(input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared").LifeOpsOwnership): import("@elizaos/shared").LifeOpsOwnership;
|
|
336
|
+
normalizeChildOwnership(parent: import("@elizaos/shared").LifeOpsOwnership, input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared").LifeOpsOwnership;
|
|
337
337
|
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
338
338
|
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
339
339
|
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
340
|
-
recordAudit(eventType: import("@elizaos/shared
|
|
340
|
+
recordAudit(eventType: import("@elizaos/shared").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
341
341
|
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
342
342
|
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
343
|
-
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
|
|
343
|
+
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").LifeOpsAuditEvent>;
|
|
344
344
|
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>;
|
|
345
345
|
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
346
346
|
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
347
|
-
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared
|
|
348
|
-
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared
|
|
347
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
348
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
349
349
|
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
350
|
-
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared
|
|
351
|
-
requireXGrant(requestedMode?: import("@elizaos/shared
|
|
350
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared").LifeOpsWorkflowDefinition>;
|
|
351
|
+
requireXGrant(requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
352
352
|
getScheduleMergedState(args?: {
|
|
353
353
|
timezone?: string | null;
|
|
354
354
|
scope?: "local" | "cloud" | "effective";
|
|
@@ -357,7 +357,7 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
357
357
|
}): Promise<import("./schedule-sync-contracts.js").LifeOpsScheduleMergedState | null>;
|
|
358
358
|
getBrowserSettings(): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
359
359
|
listBrowserCompanions(): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus[]>;
|
|
360
|
-
getXConnectorStatus(mode?: import("@elizaos/shared
|
|
360
|
+
getXConnectorStatus(mode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsXConnectorStatus>;
|
|
361
361
|
getHealthConnectorStatus(): Promise<{
|
|
362
362
|
available: boolean;
|
|
363
363
|
backend: import("./health-bridge.js").HealthBackend;
|
|
@@ -408,26 +408,26 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
408
408
|
isBrowserPaused(settings: import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings): boolean;
|
|
409
409
|
requireBrowserAvailableForActions(actions: readonly import("@elizaos/plugin-browser-bridge").BrowserBridgeAction[]): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
410
410
|
buildBrowserCompanion(request: import("@elizaos/plugin-browser-bridge").UpsertBrowserBridgeCompanionRequest, current: import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus | null): import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus;
|
|
411
|
-
normalizeOwnership(input: import("@elizaos/shared
|
|
412
|
-
normalizeChildOwnership(parent: import("@elizaos/shared
|
|
411
|
+
normalizeOwnership(input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared").LifeOpsOwnership): import("@elizaos/shared").LifeOpsOwnership;
|
|
412
|
+
normalizeChildOwnership(parent: import("@elizaos/shared").LifeOpsOwnership, input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared").LifeOpsOwnership;
|
|
413
413
|
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
414
414
|
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
415
415
|
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
416
|
-
recordAudit(eventType: import("@elizaos/shared
|
|
416
|
+
recordAudit(eventType: import("@elizaos/shared").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
417
417
|
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
418
418
|
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
419
|
-
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
|
|
419
|
+
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").LifeOpsAuditEvent>;
|
|
420
420
|
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>;
|
|
421
421
|
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
422
422
|
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
423
|
-
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared
|
|
424
|
-
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared
|
|
423
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
424
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
425
425
|
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
426
|
-
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared
|
|
427
|
-
requireXGrant(requestedMode?: import("@elizaos/shared
|
|
428
|
-
getGmailTriage(requestUrl: URL, request?: Record<string, unknown>, now?: Date): Promise<import("@elizaos/shared
|
|
426
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared").LifeOpsWorkflowDefinition>;
|
|
427
|
+
requireXGrant(requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
428
|
+
getGmailTriage(requestUrl: URL, request?: Record<string, unknown>, now?: Date): Promise<import("@elizaos/shared").LifeOpsGmailTriageFeed>;
|
|
429
429
|
listBrowserCompanions(): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus[]>;
|
|
430
|
-
createBrowserSession(request: import("@elizaos/shared
|
|
430
|
+
createBrowserSession(request: import("@elizaos/shared").CreateLifeOpsBrowserSessionRequest): Promise<import("@elizaos/shared").LifeOpsBrowserSession>;
|
|
431
431
|
};
|
|
432
432
|
} & {
|
|
433
433
|
new (...args: any[]): {
|
|
@@ -446,6 +446,35 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
446
446
|
getPaymentsDashboard(args?: {
|
|
447
447
|
windowDays?: number | null;
|
|
448
448
|
}): Promise<import("./payment-types.js").LifeOpsPaymentsDashboard>;
|
|
449
|
+
getOrCreateEmailPaymentSource(): Promise<import("./payment-types.js").LifeOpsPaymentSource>;
|
|
450
|
+
upsertBillFromEmail(args: {
|
|
451
|
+
sourceMessageId: string;
|
|
452
|
+
merchant: string;
|
|
453
|
+
amountUsd: number;
|
|
454
|
+
currency: string;
|
|
455
|
+
dueDate: string | null;
|
|
456
|
+
postedAt?: string | null;
|
|
457
|
+
confidence: number;
|
|
458
|
+
}): Promise<{
|
|
459
|
+
inserted: boolean;
|
|
460
|
+
transactionId: string;
|
|
461
|
+
}>;
|
|
462
|
+
markBillPaid(args: {
|
|
463
|
+
billId: string;
|
|
464
|
+
paidAt?: string | null;
|
|
465
|
+
}): Promise<{
|
|
466
|
+
ok: true;
|
|
467
|
+
}>;
|
|
468
|
+
snoozeBill(args: {
|
|
469
|
+
billId: string;
|
|
470
|
+
days: number;
|
|
471
|
+
}): Promise<{
|
|
472
|
+
ok: true;
|
|
473
|
+
dueDate: string;
|
|
474
|
+
}>;
|
|
475
|
+
getUpcomingBills(args?: {
|
|
476
|
+
now?: Date;
|
|
477
|
+
}): Promise<import("./payment-types.js").LifeOpsUpcomingBill[]>;
|
|
449
478
|
summarizePaymentsDashboard(dashboard: import("./payment-types.js").LifeOpsPaymentsDashboard): string;
|
|
450
479
|
getPlaidManagedClient(): import("./plaid-managed-client.js").PlaidManagedClient;
|
|
451
480
|
createPlaidLinkToken(): Promise<{
|
|
@@ -517,23 +546,23 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
517
546
|
isBrowserPaused(settings: import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings): boolean;
|
|
518
547
|
requireBrowserAvailableForActions(actions: readonly import("@elizaos/plugin-browser-bridge").BrowserBridgeAction[]): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
519
548
|
buildBrowserCompanion(request: import("@elizaos/plugin-browser-bridge").UpsertBrowserBridgeCompanionRequest, current: import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus | null): import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus;
|
|
520
|
-
normalizeOwnership(input: import("@elizaos/shared
|
|
521
|
-
normalizeChildOwnership(parent: import("@elizaos/shared
|
|
549
|
+
normalizeOwnership(input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared").LifeOpsOwnership): import("@elizaos/shared").LifeOpsOwnership;
|
|
550
|
+
normalizeChildOwnership(parent: import("@elizaos/shared").LifeOpsOwnership, input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared").LifeOpsOwnership;
|
|
522
551
|
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
523
552
|
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
524
553
|
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
525
|
-
recordAudit(eventType: import("@elizaos/shared
|
|
554
|
+
recordAudit(eventType: import("@elizaos/shared").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
526
555
|
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
527
556
|
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
528
|
-
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
|
|
557
|
+
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").LifeOpsAuditEvent>;
|
|
529
558
|
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>;
|
|
530
559
|
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
531
560
|
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
532
|
-
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared
|
|
533
|
-
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared
|
|
561
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
562
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
534
563
|
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
535
|
-
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared
|
|
536
|
-
requireXGrant(requestedMode?: import("@elizaos/shared
|
|
564
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared").LifeOpsWorkflowDefinition>;
|
|
565
|
+
requireXGrant(requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
537
566
|
};
|
|
538
567
|
} & {
|
|
539
568
|
new (...args: any[]): {
|
|
@@ -545,13 +574,13 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
545
574
|
timezone: string;
|
|
546
575
|
now?: Date;
|
|
547
576
|
}): Promise<import("./schedule-insight.js").LifeOpsScheduleSummary>;
|
|
548
|
-
resolveCounterpartyTarget(negotiation: import("@elizaos/shared
|
|
549
|
-
channel: "
|
|
577
|
+
resolveCounterpartyTarget(negotiation: import("@elizaos/shared").LifeOpsSchedulingNegotiation): Promise<{
|
|
578
|
+
channel: "discord" | "imessage" | "signal" | "sms" | "telegram" | "whatsapp" | "email";
|
|
550
579
|
target: string;
|
|
551
580
|
name: string;
|
|
552
581
|
} | null>;
|
|
553
|
-
dispatchSchedulingMessage(negotiation: import("@elizaos/shared
|
|
554
|
-
channel: "
|
|
582
|
+
dispatchSchedulingMessage(negotiation: import("@elizaos/shared").LifeOpsSchedulingNegotiation, body: string, subject: string): Promise<{
|
|
583
|
+
channel: "discord" | "imessage" | "signal" | "sms" | "telegram" | "whatsapp" | "email";
|
|
555
584
|
target: string;
|
|
556
585
|
name: string;
|
|
557
586
|
}>;
|
|
@@ -561,22 +590,22 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
561
590
|
durationMinutes?: number;
|
|
562
591
|
timezone?: string;
|
|
563
592
|
metadata?: Record<string, unknown>;
|
|
564
|
-
}): Promise<import("@elizaos/shared
|
|
565
|
-
getNegotiation(id: string): Promise<import("@elizaos/shared
|
|
593
|
+
}): Promise<import("@elizaos/shared").LifeOpsSchedulingNegotiation>;
|
|
594
|
+
getNegotiation(id: string): Promise<import("@elizaos/shared").LifeOpsSchedulingNegotiation | null>;
|
|
566
595
|
listActiveNegotiations(opts?: {
|
|
567
596
|
limit?: number;
|
|
568
|
-
}): Promise<import("@elizaos/shared
|
|
597
|
+
}): Promise<import("@elizaos/shared").LifeOpsSchedulingNegotiation[]>;
|
|
569
598
|
proposeTime(input: {
|
|
570
599
|
negotiationId: string;
|
|
571
600
|
startAt: string;
|
|
572
601
|
endAt: string;
|
|
573
602
|
proposedBy: "agent" | "owner" | "counterparty";
|
|
574
603
|
metadata?: Record<string, unknown>;
|
|
575
|
-
}): Promise<import("@elizaos/shared
|
|
576
|
-
respondToProposal(proposalId: string, status: "accepted" | "declined" | "expired"): Promise<import("@elizaos/shared
|
|
577
|
-
finalizeNegotiation(id: string, acceptedProposalId: string): Promise<import("@elizaos/shared
|
|
604
|
+
}): Promise<import("@elizaos/shared").LifeOpsSchedulingProposal>;
|
|
605
|
+
respondToProposal(proposalId: string, status: "accepted" | "declined" | "expired"): Promise<import("@elizaos/shared").LifeOpsSchedulingProposal>;
|
|
606
|
+
finalizeNegotiation(id: string, acceptedProposalId: string): Promise<import("@elizaos/shared").LifeOpsSchedulingNegotiation>;
|
|
578
607
|
cancelNegotiation(id: string, reason?: string): Promise<void>;
|
|
579
|
-
listProposals(negotiationId: string): Promise<import("@elizaos/shared
|
|
608
|
+
listProposals(negotiationId: string): Promise<import("@elizaos/shared").LifeOpsSchedulingProposal[]>;
|
|
580
609
|
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
581
610
|
readonly explicitOwnerEntityIdValue: string | null;
|
|
582
611
|
readonly ownerEntityIdValue: string;
|
|
@@ -596,23 +625,23 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
596
625
|
isBrowserPaused(settings: import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings): boolean;
|
|
597
626
|
requireBrowserAvailableForActions(actions: readonly import("@elizaos/plugin-browser-bridge").BrowserBridgeAction[]): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
598
627
|
buildBrowserCompanion(request: import("@elizaos/plugin-browser-bridge").UpsertBrowserBridgeCompanionRequest, current: import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus | null): import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus;
|
|
599
|
-
normalizeOwnership(input: import("@elizaos/shared
|
|
600
|
-
normalizeChildOwnership(parent: import("@elizaos/shared
|
|
628
|
+
normalizeOwnership(input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared").LifeOpsOwnership): import("@elizaos/shared").LifeOpsOwnership;
|
|
629
|
+
normalizeChildOwnership(parent: import("@elizaos/shared").LifeOpsOwnership, input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared").LifeOpsOwnership;
|
|
601
630
|
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
602
631
|
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
603
632
|
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
604
|
-
recordAudit(eventType: import("@elizaos/shared
|
|
633
|
+
recordAudit(eventType: import("@elizaos/shared").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
605
634
|
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
606
635
|
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
607
|
-
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
|
|
636
|
+
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").LifeOpsAuditEvent>;
|
|
608
637
|
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>;
|
|
609
638
|
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
610
639
|
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
611
|
-
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared
|
|
612
|
-
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared
|
|
640
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
641
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
613
642
|
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
614
|
-
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared
|
|
615
|
-
requireXGrant(requestedMode?: import("@elizaos/shared
|
|
643
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared").LifeOpsWorkflowDefinition>;
|
|
644
|
+
requireXGrant(requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
616
645
|
};
|
|
617
646
|
} & {
|
|
618
647
|
new (...args: any[]): {
|
|
@@ -661,27 +690,27 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
661
690
|
isBrowserPaused(settings: import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings): boolean;
|
|
662
691
|
requireBrowserAvailableForActions(actions: readonly import("@elizaos/plugin-browser-bridge").BrowserBridgeAction[]): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
663
692
|
buildBrowserCompanion(request: import("@elizaos/plugin-browser-bridge").UpsertBrowserBridgeCompanionRequest, current: import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus | null): import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus;
|
|
664
|
-
normalizeOwnership(input: import("@elizaos/shared
|
|
665
|
-
normalizeChildOwnership(parent: import("@elizaos/shared
|
|
693
|
+
normalizeOwnership(input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared").LifeOpsOwnership): import("@elizaos/shared").LifeOpsOwnership;
|
|
694
|
+
normalizeChildOwnership(parent: import("@elizaos/shared").LifeOpsOwnership, input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared").LifeOpsOwnership;
|
|
666
695
|
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
667
696
|
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
668
697
|
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
669
|
-
recordAudit(eventType: import("@elizaos/shared
|
|
698
|
+
recordAudit(eventType: import("@elizaos/shared").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
670
699
|
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
671
700
|
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
672
|
-
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
|
|
701
|
+
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").LifeOpsAuditEvent>;
|
|
673
702
|
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>;
|
|
674
703
|
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
675
704
|
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
676
|
-
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared
|
|
677
|
-
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared
|
|
705
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
706
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
678
707
|
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
679
|
-
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared
|
|
680
|
-
requireXGrant(requestedMode?: import("@elizaos/shared
|
|
708
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared").LifeOpsWorkflowDefinition>;
|
|
709
|
+
requireXGrant(requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
681
710
|
};
|
|
682
711
|
} & {
|
|
683
712
|
new (...args: any[]): {
|
|
684
|
-
getWhatsAppConnectorStatus(): Promise<import("@elizaos/shared
|
|
713
|
+
getWhatsAppConnectorStatus(): Promise<import("@elizaos/shared").LifeOpsWhatsAppConnectorStatus>;
|
|
685
714
|
sendWhatsAppMessage(req: import("./whatsapp-client.js").WhatsAppSendRequest): Promise<{
|
|
686
715
|
ok: true;
|
|
687
716
|
messageId: string;
|
|
@@ -717,23 +746,23 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
717
746
|
isBrowserPaused(settings: import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings): boolean;
|
|
718
747
|
requireBrowserAvailableForActions(actions: readonly import("@elizaos/plugin-browser-bridge").BrowserBridgeAction[]): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
719
748
|
buildBrowserCompanion(request: import("@elizaos/plugin-browser-bridge").UpsertBrowserBridgeCompanionRequest, current: import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus | null): import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus;
|
|
720
|
-
normalizeOwnership(input: import("@elizaos/shared
|
|
721
|
-
normalizeChildOwnership(parent: import("@elizaos/shared
|
|
749
|
+
normalizeOwnership(input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared").LifeOpsOwnership): import("@elizaos/shared").LifeOpsOwnership;
|
|
750
|
+
normalizeChildOwnership(parent: import("@elizaos/shared").LifeOpsOwnership, input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared").LifeOpsOwnership;
|
|
722
751
|
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
723
752
|
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
724
753
|
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
725
|
-
recordAudit(eventType: import("@elizaos/shared
|
|
754
|
+
recordAudit(eventType: import("@elizaos/shared").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
726
755
|
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
727
756
|
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
728
|
-
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
|
|
757
|
+
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").LifeOpsAuditEvent>;
|
|
729
758
|
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>;
|
|
730
759
|
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
731
760
|
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
732
|
-
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared
|
|
733
|
-
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared
|
|
761
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
762
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
734
763
|
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
735
|
-
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared
|
|
736
|
-
requireXGrant(requestedMode?: import("@elizaos/shared
|
|
764
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared").LifeOpsWorkflowDefinition>;
|
|
765
|
+
requireXGrant(requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
737
766
|
};
|
|
738
767
|
} & {
|
|
739
768
|
new (...args: any[]): {
|
|
@@ -741,12 +770,12 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
741
770
|
lifeOpsSignalServiceRegistered(): boolean;
|
|
742
771
|
lifeOpsEnsureSignalRuntimeReady(authDir: string, phoneNumber: string): Promise<void>;
|
|
743
772
|
lifeOpsClearSignalRuntimeConfig(authDir: string | null, phoneNumber: string | null): Promise<void>;
|
|
744
|
-
getSignalConnectorStatus(side?: import("@elizaos/shared
|
|
745
|
-
startSignalPairing(side?: import("@elizaos/shared
|
|
746
|
-
getSignalPairingStatus(sessionId: string): Promise<import("@elizaos/shared
|
|
747
|
-
stopSignalPairing(side?: import("@elizaos/shared
|
|
748
|
-
disconnectSignal(side?: import("@elizaos/shared
|
|
749
|
-
readSignalInbound(limit?: number): Promise<import("@elizaos/shared
|
|
773
|
+
getSignalConnectorStatus(side?: import("@elizaos/shared").LifeOpsConnectorSide): Promise<import("@elizaos/shared").LifeOpsSignalConnectorStatus>;
|
|
774
|
+
startSignalPairing(side?: import("@elizaos/shared").LifeOpsConnectorSide): Promise<import("@elizaos/shared").StartLifeOpsSignalPairingResponse>;
|
|
775
|
+
getSignalPairingStatus(sessionId: string): Promise<import("@elizaos/shared").LifeOpsSignalPairingStatus>;
|
|
776
|
+
stopSignalPairing(side?: import("@elizaos/shared").LifeOpsConnectorSide): import("@elizaos/shared").LifeOpsSignalPairingStatus;
|
|
777
|
+
disconnectSignal(side?: import("@elizaos/shared").LifeOpsConnectorSide): Promise<import("@elizaos/shared").LifeOpsSignalConnectorStatus>;
|
|
778
|
+
readSignalInbound(limit?: number): Promise<import("@elizaos/shared").LifeOpsSignalInboundMessage[]>;
|
|
750
779
|
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
751
780
|
readonly explicitOwnerEntityIdValue: string | null;
|
|
752
781
|
readonly ownerEntityIdValue: string;
|
|
@@ -766,29 +795,29 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
766
795
|
isBrowserPaused(settings: import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings): boolean;
|
|
767
796
|
requireBrowserAvailableForActions(actions: readonly import("@elizaos/plugin-browser-bridge").BrowserBridgeAction[]): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
768
797
|
buildBrowserCompanion(request: import("@elizaos/plugin-browser-bridge").UpsertBrowserBridgeCompanionRequest, current: import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus | null): import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus;
|
|
769
|
-
normalizeOwnership(input: import("@elizaos/shared
|
|
770
|
-
normalizeChildOwnership(parent: import("@elizaos/shared
|
|
798
|
+
normalizeOwnership(input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared").LifeOpsOwnership): import("@elizaos/shared").LifeOpsOwnership;
|
|
799
|
+
normalizeChildOwnership(parent: import("@elizaos/shared").LifeOpsOwnership, input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared").LifeOpsOwnership;
|
|
771
800
|
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
772
801
|
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
773
802
|
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
774
|
-
recordAudit(eventType: import("@elizaos/shared
|
|
803
|
+
recordAudit(eventType: import("@elizaos/shared").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
775
804
|
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
776
805
|
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
777
|
-
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
|
|
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").LifeOpsAuditEvent>;
|
|
778
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>;
|
|
779
808
|
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
780
809
|
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
781
|
-
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared
|
|
782
|
-
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared
|
|
810
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
811
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
783
812
|
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
784
|
-
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared
|
|
785
|
-
requireXGrant(requestedMode?: import("@elizaos/shared
|
|
813
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared").LifeOpsWorkflowDefinition>;
|
|
814
|
+
requireXGrant(requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
786
815
|
};
|
|
787
816
|
} & {
|
|
788
817
|
new (...args: any[]): {
|
|
789
818
|
lifeOpsDiscordProbeTab(tabId: string | null): Promise<import("./discord-browser-scraper.js").DiscordTabProbe | null>;
|
|
790
|
-
lifeOpsDiscordGetBrowserSessionById(sessionId: string | null): Promise<import("@elizaos/shared
|
|
791
|
-
lifeOpsDiscordGetOwnerBrowserDiscordState(grant: import("@elizaos/shared
|
|
819
|
+
lifeOpsDiscordGetBrowserSessionById(sessionId: string | null): Promise<import("@elizaos/shared").LifeOpsBrowserSession | null>;
|
|
820
|
+
lifeOpsDiscordGetOwnerBrowserDiscordState(grant: import("@elizaos/shared").LifeOpsConnectorGrant | null): Promise<{
|
|
792
821
|
available: boolean;
|
|
793
822
|
settingsEnabled: boolean;
|
|
794
823
|
trackingEnabled: boolean;
|
|
@@ -800,20 +829,20 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
800
829
|
discordTab: import("@elizaos/plugin-browser-bridge").BrowserBridgeTabSummary | null;
|
|
801
830
|
currentPageUrl: string | null;
|
|
802
831
|
probe: import("./discord-browser-scraper.js").DiscordTabProbe | null;
|
|
803
|
-
session: import("@elizaos/shared
|
|
832
|
+
session: import("@elizaos/shared").LifeOpsBrowserSession | null;
|
|
804
833
|
lastError: string | null;
|
|
805
|
-
reason: import("@elizaos/shared
|
|
834
|
+
reason: import("@elizaos/shared").LifeOpsMessagingConnectorReason;
|
|
806
835
|
}>;
|
|
807
|
-
lifeOpsDiscordBuildWorkspaceStatus(normalizedSide: import("@elizaos/shared
|
|
808
|
-
getDiscordConnectorStatus(side?: import("@elizaos/shared
|
|
809
|
-
authorizeDiscordConnector(side?: import("@elizaos/shared
|
|
836
|
+
lifeOpsDiscordBuildWorkspaceStatus(normalizedSide: import("@elizaos/shared").LifeOpsConnectorSide, grant: import("@elizaos/shared").LifeOpsConnectorGrant | null): Promise<import("@elizaos/shared").LifeOpsDiscordConnectorStatus>;
|
|
837
|
+
getDiscordConnectorStatus(side?: import("@elizaos/shared").LifeOpsConnectorSide): Promise<import("@elizaos/shared").LifeOpsDiscordConnectorStatus>;
|
|
838
|
+
authorizeDiscordConnector(side?: import("@elizaos/shared").LifeOpsConnectorSide, source?: import("@elizaos/shared").LifeOpsOwnerBrowserAccessSource): Promise<import("@elizaos/shared").LifeOpsDiscordConnectorStatus>;
|
|
810
839
|
searchDiscordMessages(request: {
|
|
811
|
-
side?: import("@elizaos/shared
|
|
840
|
+
side?: import("@elizaos/shared").LifeOpsConnectorSide;
|
|
812
841
|
query: string;
|
|
813
842
|
channelId?: string;
|
|
814
843
|
}): Promise<import("./discord-browser-scraper.js").DiscordMessageSearchResult[]>;
|
|
815
|
-
captureDiscordDeliveryStatus(side?: import("@elizaos/shared
|
|
816
|
-
disconnectDiscord(side?: import("@elizaos/shared
|
|
844
|
+
captureDiscordDeliveryStatus(side?: import("@elizaos/shared").LifeOpsConnectorSide): Promise<import("./discord-browser-scraper.js").DiscordMessageSearchResult[]>;
|
|
845
|
+
disconnectDiscord(side?: import("@elizaos/shared").LifeOpsConnectorSide): Promise<import("@elizaos/shared").LifeOpsDiscordConnectorStatus>;
|
|
817
846
|
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
818
847
|
readonly explicitOwnerEntityIdValue: string | null;
|
|
819
848
|
readonly ownerEntityIdValue: string;
|
|
@@ -833,51 +862,51 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
833
862
|
isBrowserPaused(settings: import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings): boolean;
|
|
834
863
|
requireBrowserAvailableForActions(actions: readonly import("@elizaos/plugin-browser-bridge").BrowserBridgeAction[]): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
835
864
|
buildBrowserCompanion(request: import("@elizaos/plugin-browser-bridge").UpsertBrowserBridgeCompanionRequest, current: import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus | null): import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus;
|
|
836
|
-
normalizeOwnership(input: import("@elizaos/shared
|
|
837
|
-
normalizeChildOwnership(parent: import("@elizaos/shared
|
|
865
|
+
normalizeOwnership(input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared").LifeOpsOwnership): import("@elizaos/shared").LifeOpsOwnership;
|
|
866
|
+
normalizeChildOwnership(parent: import("@elizaos/shared").LifeOpsOwnership, input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared").LifeOpsOwnership;
|
|
838
867
|
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
839
868
|
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
840
869
|
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
841
|
-
recordAudit(eventType: import("@elizaos/shared
|
|
870
|
+
recordAudit(eventType: import("@elizaos/shared").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
842
871
|
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
843
872
|
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
844
|
-
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
|
|
873
|
+
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").LifeOpsAuditEvent>;
|
|
845
874
|
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>;
|
|
846
875
|
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
847
876
|
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
848
|
-
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared
|
|
849
|
-
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared
|
|
877
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
878
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
850
879
|
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
851
|
-
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared
|
|
852
|
-
requireXGrant(requestedMode?: import("@elizaos/shared
|
|
880
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared").LifeOpsWorkflowDefinition>;
|
|
881
|
+
requireXGrant(requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
853
882
|
};
|
|
854
883
|
} & {
|
|
855
884
|
new (...args: any[]): {
|
|
856
|
-
getTelegramConnectorStatus(requestedSide?: import("@elizaos/shared
|
|
857
|
-
startTelegramAuth(request: import("@elizaos/shared
|
|
858
|
-
submitTelegramAuth(request: import("@elizaos/shared
|
|
859
|
-
disconnectTelegram(requestedSide?: import("@elizaos/shared
|
|
885
|
+
getTelegramConnectorStatus(requestedSide?: import("@elizaos/shared").LifeOpsConnectorSide): Promise<import("@elizaos/shared").LifeOpsTelegramConnectorStatus>;
|
|
886
|
+
startTelegramAuth(request: import("@elizaos/shared").StartLifeOpsTelegramAuthRequest): Promise<import("@elizaos/shared").StartLifeOpsTelegramAuthResponse>;
|
|
887
|
+
submitTelegramAuth(request: import("@elizaos/shared").SubmitLifeOpsTelegramAuthRequest): Promise<import("@elizaos/shared").StartLifeOpsTelegramAuthResponse>;
|
|
888
|
+
disconnectTelegram(requestedSide?: import("@elizaos/shared").LifeOpsConnectorSide): Promise<import("@elizaos/shared").LifeOpsTelegramConnectorStatus>;
|
|
860
889
|
sendTelegramMessage(request: {
|
|
861
|
-
side?: import("@elizaos/shared
|
|
890
|
+
side?: import("@elizaos/shared").LifeOpsConnectorSide;
|
|
862
891
|
target: string;
|
|
863
892
|
message: string;
|
|
864
893
|
}): Promise<{
|
|
865
894
|
ok: true;
|
|
866
895
|
messageId: string | null;
|
|
867
896
|
}>;
|
|
868
|
-
verifyTelegramConnector(request: import("@elizaos/shared
|
|
897
|
+
verifyTelegramConnector(request: import("@elizaos/shared").VerifyLifeOpsTelegramConnectorRequest): Promise<import("@elizaos/shared").VerifyLifeOpsTelegramConnectorResponse>;
|
|
869
898
|
searchTelegramMessages(request: {
|
|
870
|
-
side?: import("@elizaos/shared
|
|
899
|
+
side?: import("@elizaos/shared").LifeOpsConnectorSide;
|
|
871
900
|
query: string;
|
|
872
901
|
scope?: string;
|
|
873
902
|
limit?: number;
|
|
874
903
|
}): Promise<import("./telegram-local-client.js").TelegramMessageSearchResult[]>;
|
|
875
904
|
getTelegramDeliveryStatus(request: {
|
|
876
|
-
side?: import("@elizaos/shared
|
|
905
|
+
side?: import("@elizaos/shared").LifeOpsConnectorSide;
|
|
877
906
|
target: string;
|
|
878
907
|
messageIds: string[];
|
|
879
908
|
}): Promise<import("./telegram-local-client.js").TelegramReadReceiptResult[]>;
|
|
880
|
-
persistTelegramGrant(side: import("@elizaos/shared
|
|
909
|
+
persistTelegramGrant(side: import("@elizaos/shared").LifeOpsConnectorSide, phone: string, authIdentity?: {
|
|
881
910
|
id: string;
|
|
882
911
|
username: string;
|
|
883
912
|
firstName: string;
|
|
@@ -901,27 +930,27 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
901
930
|
isBrowserPaused(settings: import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings): boolean;
|
|
902
931
|
requireBrowserAvailableForActions(actions: readonly import("@elizaos/plugin-browser-bridge").BrowserBridgeAction[]): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
903
932
|
buildBrowserCompanion(request: import("@elizaos/plugin-browser-bridge").UpsertBrowserBridgeCompanionRequest, current: import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus | null): import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus;
|
|
904
|
-
normalizeOwnership(input: import("@elizaos/shared
|
|
905
|
-
normalizeChildOwnership(parent: import("@elizaos/shared
|
|
933
|
+
normalizeOwnership(input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared").LifeOpsOwnership): import("@elizaos/shared").LifeOpsOwnership;
|
|
934
|
+
normalizeChildOwnership(parent: import("@elizaos/shared").LifeOpsOwnership, input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared").LifeOpsOwnership;
|
|
906
935
|
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
907
936
|
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
908
937
|
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
909
|
-
recordAudit(eventType: import("@elizaos/shared
|
|
938
|
+
recordAudit(eventType: import("@elizaos/shared").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
910
939
|
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
911
940
|
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
912
|
-
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
|
|
941
|
+
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").LifeOpsAuditEvent>;
|
|
913
942
|
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>;
|
|
914
943
|
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
915
944
|
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
916
|
-
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared
|
|
917
|
-
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared
|
|
945
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
946
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
918
947
|
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
919
|
-
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared
|
|
920
|
-
requireXGrant(requestedMode?: import("@elizaos/shared
|
|
948
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared").LifeOpsWorkflowDefinition>;
|
|
949
|
+
requireXGrant(requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
921
950
|
};
|
|
922
951
|
} & {
|
|
923
952
|
new (...args: any[]): {
|
|
924
|
-
getIMessageConnectorStatus(): Promise<import("@elizaos/shared
|
|
953
|
+
getIMessageConnectorStatus(): Promise<import("@elizaos/shared").LifeOpsIMessageConnectorStatus>;
|
|
925
954
|
sendIMessage(req: import("./imessage-bridge.js").IMessageSendRequest): Promise<{
|
|
926
955
|
ok: true;
|
|
927
956
|
messageId?: string;
|
|
@@ -957,23 +986,23 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
957
986
|
isBrowserPaused(settings: import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings): boolean;
|
|
958
987
|
requireBrowserAvailableForActions(actions: readonly import("@elizaos/plugin-browser-bridge").BrowserBridgeAction[]): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
959
988
|
buildBrowserCompanion(request: import("@elizaos/plugin-browser-bridge").UpsertBrowserBridgeCompanionRequest, current: import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus | null): import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus;
|
|
960
|
-
normalizeOwnership(input: import("@elizaos/shared
|
|
961
|
-
normalizeChildOwnership(parent: import("@elizaos/shared
|
|
989
|
+
normalizeOwnership(input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared").LifeOpsOwnership): import("@elizaos/shared").LifeOpsOwnership;
|
|
990
|
+
normalizeChildOwnership(parent: import("@elizaos/shared").LifeOpsOwnership, input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared").LifeOpsOwnership;
|
|
962
991
|
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
963
992
|
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
964
993
|
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
965
|
-
recordAudit(eventType: import("@elizaos/shared
|
|
994
|
+
recordAudit(eventType: import("@elizaos/shared").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
966
995
|
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
967
996
|
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
968
|
-
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
|
|
997
|
+
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").LifeOpsAuditEvent>;
|
|
969
998
|
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>;
|
|
970
999
|
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
971
1000
|
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
972
|
-
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared
|
|
973
|
-
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared
|
|
1001
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1002
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
974
1003
|
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
975
|
-
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared
|
|
976
|
-
requireXGrant(requestedMode?: import("@elizaos/shared
|
|
1004
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared").LifeOpsWorkflowDefinition>;
|
|
1005
|
+
requireXGrant(requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
977
1006
|
};
|
|
978
1007
|
} & {
|
|
979
1008
|
new (...args: any[]): {
|
|
@@ -982,7 +1011,7 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
982
1011
|
}): Promise<{
|
|
983
1012
|
synced: number;
|
|
984
1013
|
}>;
|
|
985
|
-
syncXFeed(feedType: import("@elizaos/shared
|
|
1014
|
+
syncXFeed(feedType: import("@elizaos/shared").LifeOpsXFeedType, opts?: {
|
|
986
1015
|
limit?: number;
|
|
987
1016
|
} & {
|
|
988
1017
|
query?: string;
|
|
@@ -991,17 +1020,17 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
991
1020
|
}>;
|
|
992
1021
|
searchXPosts(query: string, opts?: {
|
|
993
1022
|
limit?: number;
|
|
994
|
-
}): Promise<import("@elizaos/shared
|
|
1023
|
+
}): Promise<import("@elizaos/shared").LifeOpsXFeedItem[]>;
|
|
995
1024
|
getXDms(opts?: {
|
|
996
1025
|
conversationId?: string;
|
|
997
1026
|
limit?: number;
|
|
998
|
-
}): Promise<import("@elizaos/shared
|
|
999
|
-
getXFeedItems(feedType: import("@elizaos/shared
|
|
1027
|
+
}): Promise<import("@elizaos/shared").LifeOpsXDm[]>;
|
|
1028
|
+
getXFeedItems(feedType: import("@elizaos/shared").LifeOpsXFeedType, opts?: {
|
|
1000
1029
|
limit?: number;
|
|
1001
|
-
}): Promise<import("@elizaos/shared
|
|
1030
|
+
}): Promise<import("@elizaos/shared").LifeOpsXFeedItem[]>;
|
|
1002
1031
|
readXInboundDms(opts?: {
|
|
1003
1032
|
limit?: number;
|
|
1004
|
-
}): Promise<import("@elizaos/shared
|
|
1033
|
+
}): Promise<import("@elizaos/shared").LifeOpsXDm[]>;
|
|
1005
1034
|
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
1006
1035
|
readonly explicitOwnerEntityIdValue: string | null;
|
|
1007
1036
|
readonly ownerEntityIdValue: string;
|
|
@@ -1021,33 +1050,33 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
1021
1050
|
isBrowserPaused(settings: import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings): boolean;
|
|
1022
1051
|
requireBrowserAvailableForActions(actions: readonly import("@elizaos/plugin-browser-bridge").BrowserBridgeAction[]): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
1023
1052
|
buildBrowserCompanion(request: import("@elizaos/plugin-browser-bridge").UpsertBrowserBridgeCompanionRequest, current: import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus | null): import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus;
|
|
1024
|
-
normalizeOwnership(input: import("@elizaos/shared
|
|
1025
|
-
normalizeChildOwnership(parent: import("@elizaos/shared
|
|
1053
|
+
normalizeOwnership(input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared").LifeOpsOwnership): import("@elizaos/shared").LifeOpsOwnership;
|
|
1054
|
+
normalizeChildOwnership(parent: import("@elizaos/shared").LifeOpsOwnership, input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared").LifeOpsOwnership;
|
|
1026
1055
|
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
1027
1056
|
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
1028
1057
|
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
1029
|
-
recordAudit(eventType: import("@elizaos/shared
|
|
1058
|
+
recordAudit(eventType: import("@elizaos/shared").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1030
1059
|
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1031
1060
|
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1032
|
-
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
|
|
1061
|
+
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").LifeOpsAuditEvent>;
|
|
1033
1062
|
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>;
|
|
1034
1063
|
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1035
1064
|
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1036
|
-
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared
|
|
1037
|
-
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared
|
|
1065
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1066
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1038
1067
|
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
1039
|
-
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared
|
|
1040
|
-
requireXGrant(requestedMode?: import("@elizaos/shared
|
|
1068
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared").LifeOpsWorkflowDefinition>;
|
|
1069
|
+
requireXGrant(requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1041
1070
|
};
|
|
1042
1071
|
} & {
|
|
1043
1072
|
new (...args: any[]): {
|
|
1044
1073
|
requireGmailManageGrant(args: {
|
|
1045
1074
|
requestUrl: URL;
|
|
1046
|
-
mode?: import("@elizaos/shared
|
|
1047
|
-
side?: import("@elizaos/shared
|
|
1075
|
+
mode?: import("@elizaos/shared").LifeOpsConnectorMode;
|
|
1076
|
+
side?: import("@elizaos/shared").LifeOpsConnectorSide;
|
|
1048
1077
|
grantId?: string;
|
|
1049
|
-
}): Promise<import("@elizaos/shared
|
|
1050
|
-
accessTokenForGrant(grant: import("@elizaos/shared
|
|
1078
|
+
}): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1079
|
+
accessTokenForGrant(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<string>;
|
|
1051
1080
|
scanEmailSubscriptions(requestUrl: URL, request?: import("./email-unsubscribe-types.js").EmailUnsubscribeScanRequest): Promise<import("./email-unsubscribe-types.js").EmailSubscriptionScanResult>;
|
|
1052
1081
|
unsubscribeEmailSender(requestUrl: URL, request: import("./email-unsubscribe-types.js").EmailUnsubscribeRequest): Promise<import("./email-unsubscribe-types.js").EmailUnsubscribeResult>;
|
|
1053
1082
|
listEmailUnsubscribes(limit?: number): Promise<import("./email-unsubscribe-types.js").EmailUnsubscribeRecord[]>;
|
|
@@ -1072,23 +1101,23 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
1072
1101
|
isBrowserPaused(settings: import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings): boolean;
|
|
1073
1102
|
requireBrowserAvailableForActions(actions: readonly import("@elizaos/plugin-browser-bridge").BrowserBridgeAction[]): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
1074
1103
|
buildBrowserCompanion(request: import("@elizaos/plugin-browser-bridge").UpsertBrowserBridgeCompanionRequest, current: import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus | null): import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus;
|
|
1075
|
-
normalizeOwnership(input: import("@elizaos/shared
|
|
1076
|
-
normalizeChildOwnership(parent: import("@elizaos/shared
|
|
1104
|
+
normalizeOwnership(input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared").LifeOpsOwnership): import("@elizaos/shared").LifeOpsOwnership;
|
|
1105
|
+
normalizeChildOwnership(parent: import("@elizaos/shared").LifeOpsOwnership, input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared").LifeOpsOwnership;
|
|
1077
1106
|
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
1078
1107
|
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
1079
1108
|
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
1080
|
-
recordAudit(eventType: import("@elizaos/shared
|
|
1109
|
+
recordAudit(eventType: import("@elizaos/shared").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1081
1110
|
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1082
1111
|
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1083
|
-
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
|
|
1112
|
+
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").LifeOpsAuditEvent>;
|
|
1084
1113
|
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>;
|
|
1085
1114
|
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1086
1115
|
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1087
|
-
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared
|
|
1088
|
-
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared
|
|
1116
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1117
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1089
1118
|
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
1090
|
-
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared
|
|
1091
|
-
requireXGrant(requestedMode?: import("@elizaos/shared
|
|
1119
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared").LifeOpsWorkflowDefinition>;
|
|
1120
|
+
requireXGrant(requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1092
1121
|
};
|
|
1093
1122
|
} & {
|
|
1094
1123
|
new (...args: any[]): {
|
|
@@ -1123,23 +1152,23 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
1123
1152
|
isBrowserPaused(settings: import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings): boolean;
|
|
1124
1153
|
requireBrowserAvailableForActions(actions: readonly import("@elizaos/plugin-browser-bridge").BrowserBridgeAction[]): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
1125
1154
|
buildBrowserCompanion(request: import("@elizaos/plugin-browser-bridge").UpsertBrowserBridgeCompanionRequest, current: import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus | null): import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus;
|
|
1126
|
-
normalizeOwnership(input: import("@elizaos/shared
|
|
1127
|
-
normalizeChildOwnership(parent: import("@elizaos/shared
|
|
1155
|
+
normalizeOwnership(input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared").LifeOpsOwnership): import("@elizaos/shared").LifeOpsOwnership;
|
|
1156
|
+
normalizeChildOwnership(parent: import("@elizaos/shared").LifeOpsOwnership, input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared").LifeOpsOwnership;
|
|
1128
1157
|
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
1129
1158
|
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
1130
1159
|
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
1131
|
-
recordAudit(eventType: import("@elizaos/shared
|
|
1160
|
+
recordAudit(eventType: import("@elizaos/shared").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1132
1161
|
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1133
1162
|
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1134
|
-
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
|
|
1163
|
+
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").LifeOpsAuditEvent>;
|
|
1135
1164
|
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>;
|
|
1136
1165
|
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1137
1166
|
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1138
|
-
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared
|
|
1139
|
-
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared
|
|
1167
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1168
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1140
1169
|
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
1141
|
-
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared
|
|
1142
|
-
requireXGrant(requestedMode?: import("@elizaos/shared
|
|
1170
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared").LifeOpsWorkflowDefinition>;
|
|
1171
|
+
requireXGrant(requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1143
1172
|
};
|
|
1144
1173
|
} & {
|
|
1145
1174
|
new (...args: any[]): {
|
|
@@ -1149,12 +1178,12 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
1149
1178
|
attendeeHandles?: string[];
|
|
1150
1179
|
extraContextMd?: string;
|
|
1151
1180
|
generatedForAt?: string;
|
|
1152
|
-
}): Promise<import("@elizaos/shared
|
|
1153
|
-
getDossier(id: string): Promise<import("@elizaos/shared
|
|
1154
|
-
getDossierByEvent(calendarEventId: string): Promise<import("@elizaos/shared
|
|
1181
|
+
}): Promise<import("@elizaos/shared").LifeOpsDossier>;
|
|
1182
|
+
getDossier(id: string): Promise<import("@elizaos/shared").LifeOpsDossier | null>;
|
|
1183
|
+
getDossierByEvent(calendarEventId: string): Promise<import("@elizaos/shared").LifeOpsDossier | null>;
|
|
1155
1184
|
listRecentDossiers(opts?: {
|
|
1156
1185
|
limit?: number;
|
|
1157
|
-
}): Promise<import("@elizaos/shared
|
|
1186
|
+
}): Promise<import("@elizaos/shared").LifeOpsDossier[]>;
|
|
1158
1187
|
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
1159
1188
|
readonly explicitOwnerEntityIdValue: string | null;
|
|
1160
1189
|
readonly ownerEntityIdValue: string;
|
|
@@ -1174,53 +1203,53 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
1174
1203
|
isBrowserPaused(settings: import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings): boolean;
|
|
1175
1204
|
requireBrowserAvailableForActions(actions: readonly import("@elizaos/plugin-browser-bridge").BrowserBridgeAction[]): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
1176
1205
|
buildBrowserCompanion(request: import("@elizaos/plugin-browser-bridge").UpsertBrowserBridgeCompanionRequest, current: import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus | null): import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus;
|
|
1177
|
-
normalizeOwnership(input: import("@elizaos/shared
|
|
1178
|
-
normalizeChildOwnership(parent: import("@elizaos/shared
|
|
1206
|
+
normalizeOwnership(input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared").LifeOpsOwnership): import("@elizaos/shared").LifeOpsOwnership;
|
|
1207
|
+
normalizeChildOwnership(parent: import("@elizaos/shared").LifeOpsOwnership, input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared").LifeOpsOwnership;
|
|
1179
1208
|
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
1180
1209
|
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
1181
1210
|
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
1182
|
-
recordAudit(eventType: import("@elizaos/shared
|
|
1211
|
+
recordAudit(eventType: import("@elizaos/shared").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1183
1212
|
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1184
1213
|
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1185
|
-
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
|
|
1214
|
+
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").LifeOpsAuditEvent>;
|
|
1186
1215
|
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>;
|
|
1187
1216
|
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1188
1217
|
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1189
|
-
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared
|
|
1190
|
-
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared
|
|
1218
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1219
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1191
1220
|
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
1192
|
-
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared
|
|
1193
|
-
requireXGrant(requestedMode?: import("@elizaos/shared
|
|
1221
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared").LifeOpsWorkflowDefinition>;
|
|
1222
|
+
requireXGrant(requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1194
1223
|
};
|
|
1195
1224
|
} & {
|
|
1196
1225
|
new (...args: any[]): {
|
|
1197
|
-
upsertRelationship(input: Omit<import("@elizaos/shared
|
|
1226
|
+
upsertRelationship(input: Omit<import("@elizaos/shared").LifeOpsRelationship, "agentId" | "id" | "createdAt" | "updatedAt"> & {
|
|
1198
1227
|
id?: string;
|
|
1199
|
-
}): Promise<import("@elizaos/shared
|
|
1200
|
-
getRelationship(id: string): Promise<import("@elizaos/shared
|
|
1228
|
+
}): Promise<import("@elizaos/shared").LifeOpsRelationship>;
|
|
1229
|
+
getRelationship(id: string): Promise<import("@elizaos/shared").LifeOpsRelationship | null>;
|
|
1201
1230
|
listRelationships(opts?: {
|
|
1202
1231
|
limit?: number;
|
|
1203
|
-
primaryChannel?: import("@elizaos/shared
|
|
1204
|
-
}): Promise<import("@elizaos/shared
|
|
1205
|
-
logInteraction(input: Omit<import("@elizaos/shared
|
|
1232
|
+
primaryChannel?: import("@elizaos/shared").LifeOpsMessageChannel;
|
|
1233
|
+
}): Promise<import("@elizaos/shared").LifeOpsRelationship[]>;
|
|
1234
|
+
logInteraction(input: Omit<import("@elizaos/shared").LifeOpsRelationshipInteraction, "id" | "agentId" | "createdAt">): Promise<import("@elizaos/shared").LifeOpsRelationshipInteraction>;
|
|
1206
1235
|
getInteractions(relationshipId: string, opts?: {
|
|
1207
1236
|
limit?: number;
|
|
1208
|
-
}): Promise<import("@elizaos/shared
|
|
1237
|
+
}): Promise<import("@elizaos/shared").LifeOpsRelationshipInteraction[]>;
|
|
1209
1238
|
getDaysSinceContact(relationshipId: string): Promise<number | null>;
|
|
1210
|
-
createFollowUp(input: Omit<import("@elizaos/shared
|
|
1211
|
-
status?: import("@elizaos/shared
|
|
1212
|
-
}): Promise<import("@elizaos/shared
|
|
1239
|
+
createFollowUp(input: Omit<import("@elizaos/shared").LifeOpsFollowUp, "agentId" | "id" | "createdAt" | "status" | "updatedAt"> & {
|
|
1240
|
+
status?: import("@elizaos/shared").LifeOpsFollowUpStatus;
|
|
1241
|
+
}): Promise<import("@elizaos/shared").LifeOpsFollowUp>;
|
|
1213
1242
|
completeFollowUp(id: string): Promise<void>;
|
|
1214
1243
|
snoozeFollowUp(id: string, newDueAt: string): Promise<void>;
|
|
1215
1244
|
listFollowUps(opts?: {
|
|
1216
|
-
status?: import("@elizaos/shared
|
|
1245
|
+
status?: import("@elizaos/shared").LifeOpsFollowUpStatus;
|
|
1217
1246
|
dueOnOrBefore?: string;
|
|
1218
1247
|
limit?: number;
|
|
1219
|
-
}): Promise<import("@elizaos/shared
|
|
1248
|
+
}): Promise<import("@elizaos/shared").LifeOpsFollowUp[]>;
|
|
1220
1249
|
getDailyFollowUpQueue(opts?: {
|
|
1221
1250
|
date?: string;
|
|
1222
1251
|
limit?: number;
|
|
1223
|
-
}): Promise<import("@elizaos/shared
|
|
1252
|
+
}): Promise<import("@elizaos/shared").LifeOpsFollowUp[]>;
|
|
1224
1253
|
readonly repository: import("./repository.js").LifeOpsRepository;
|
|
1225
1254
|
readonly explicitOwnerEntityIdValue: string | null;
|
|
1226
1255
|
readonly ownerEntityIdValue: string;
|
|
@@ -1240,34 +1269,34 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
1240
1269
|
isBrowserPaused(settings: import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings): boolean;
|
|
1241
1270
|
requireBrowserAvailableForActions(actions: readonly import("@elizaos/plugin-browser-bridge").BrowserBridgeAction[]): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
1242
1271
|
buildBrowserCompanion(request: import("@elizaos/plugin-browser-bridge").UpsertBrowserBridgeCompanionRequest, current: import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus | null): import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus;
|
|
1243
|
-
normalizeOwnership(input: import("@elizaos/shared
|
|
1244
|
-
normalizeChildOwnership(parent: import("@elizaos/shared
|
|
1272
|
+
normalizeOwnership(input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared").LifeOpsOwnership): import("@elizaos/shared").LifeOpsOwnership;
|
|
1273
|
+
normalizeChildOwnership(parent: import("@elizaos/shared").LifeOpsOwnership, input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared").LifeOpsOwnership;
|
|
1245
1274
|
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
1246
1275
|
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
1247
1276
|
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
1248
|
-
recordAudit(eventType: import("@elizaos/shared
|
|
1277
|
+
recordAudit(eventType: import("@elizaos/shared").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1249
1278
|
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1250
1279
|
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1251
|
-
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
|
|
1280
|
+
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").LifeOpsAuditEvent>;
|
|
1252
1281
|
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>;
|
|
1253
1282
|
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1254
1283
|
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1255
|
-
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared
|
|
1256
|
-
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared
|
|
1284
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1285
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1257
1286
|
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
1258
|
-
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared
|
|
1259
|
-
requireXGrant(requestedMode?: import("@elizaos/shared
|
|
1287
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared").LifeOpsWorkflowDefinition>;
|
|
1288
|
+
requireXGrant(requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1260
1289
|
};
|
|
1261
1290
|
} & import("./service-mixin-core.js").MixinClass<import("./service-mixin-core.js").MixinClass<import("./service-mixin-core.js").MixinClass<import("./service-mixin-core.js").MixinClass<import("./service-mixin-core.js").MixinClass<import("./service-mixin-core.js").MixinClass<{
|
|
1262
1291
|
new (...args: any[]): {
|
|
1263
|
-
requireGoogleDriveReadGrant(requestUrl: URL, requestedMode?: import("@elizaos/shared
|
|
1264
|
-
requireGoogleDriveWriteGrant(requestUrl: URL, requestedMode?: import("@elizaos/shared
|
|
1292
|
+
requireGoogleDriveReadGrant(requestUrl: URL, requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode, requestedSide?: import("@elizaos/shared").LifeOpsConnectorSide, grantId?: string): Promise<any>;
|
|
1293
|
+
requireGoogleDriveWriteGrant(requestUrl: URL, requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode, requestedSide?: import("@elizaos/shared").LifeOpsConnectorSide, grantId?: string): Promise<any>;
|
|
1265
1294
|
lifeOpsDriveAccessToken(grant: {
|
|
1266
1295
|
tokenRef: string | null;
|
|
1267
1296
|
}): Promise<string>;
|
|
1268
1297
|
listDriveFiles(requestUrl: URL, request?: {
|
|
1269
|
-
mode?: import("@elizaos/shared
|
|
1270
|
-
side?: import("@elizaos/shared
|
|
1298
|
+
mode?: import("@elizaos/shared").LifeOpsConnectorMode;
|
|
1299
|
+
side?: import("@elizaos/shared").LifeOpsConnectorSide;
|
|
1271
1300
|
grantId?: string;
|
|
1272
1301
|
folderId?: string;
|
|
1273
1302
|
maxResults?: number;
|
|
@@ -1277,14 +1306,14 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
1277
1306
|
nextPageToken: string | null;
|
|
1278
1307
|
}>;
|
|
1279
1308
|
getDriveFile(requestUrl: URL, request: {
|
|
1280
|
-
mode?: import("@elizaos/shared
|
|
1281
|
-
side?: import("@elizaos/shared
|
|
1309
|
+
mode?: import("@elizaos/shared").LifeOpsConnectorMode;
|
|
1310
|
+
side?: import("@elizaos/shared").LifeOpsConnectorSide;
|
|
1282
1311
|
grantId?: string;
|
|
1283
1312
|
fileId: string;
|
|
1284
1313
|
}): Promise<import("./google-drive.js").GoogleDriveFile>;
|
|
1285
1314
|
searchDriveFiles(requestUrl: URL, request: {
|
|
1286
|
-
mode?: import("@elizaos/shared
|
|
1287
|
-
side?: import("@elizaos/shared
|
|
1315
|
+
mode?: import("@elizaos/shared").LifeOpsConnectorMode;
|
|
1316
|
+
side?: import("@elizaos/shared").LifeOpsConnectorSide;
|
|
1288
1317
|
grantId?: string;
|
|
1289
1318
|
query: string;
|
|
1290
1319
|
maxResults?: number;
|
|
@@ -1293,8 +1322,8 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
1293
1322
|
nextPageToken: string | null;
|
|
1294
1323
|
}>;
|
|
1295
1324
|
getDocContent(requestUrl: URL, request: {
|
|
1296
|
-
mode?: import("@elizaos/shared
|
|
1297
|
-
side?: import("@elizaos/shared
|
|
1325
|
+
mode?: import("@elizaos/shared").LifeOpsConnectorMode;
|
|
1326
|
+
side?: import("@elizaos/shared").LifeOpsConnectorSide;
|
|
1298
1327
|
grantId?: string;
|
|
1299
1328
|
documentId: string;
|
|
1300
1329
|
}): Promise<{
|
|
@@ -1302,8 +1331,8 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
1302
1331
|
plainText: string;
|
|
1303
1332
|
}>;
|
|
1304
1333
|
getSheetContent(requestUrl: URL, request: {
|
|
1305
|
-
mode?: import("@elizaos/shared
|
|
1306
|
-
side?: import("@elizaos/shared
|
|
1334
|
+
mode?: import("@elizaos/shared").LifeOpsConnectorMode;
|
|
1335
|
+
side?: import("@elizaos/shared").LifeOpsConnectorSide;
|
|
1307
1336
|
grantId?: string;
|
|
1308
1337
|
spreadsheetId: string;
|
|
1309
1338
|
range?: string;
|
|
@@ -1312,8 +1341,8 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
1312
1341
|
rows: string[][];
|
|
1313
1342
|
}>;
|
|
1314
1343
|
createDriveFile(requestUrl: URL, request: {
|
|
1315
|
-
mode?: import("@elizaos/shared
|
|
1316
|
-
side?: import("@elizaos/shared
|
|
1344
|
+
mode?: import("@elizaos/shared").LifeOpsConnectorMode;
|
|
1345
|
+
side?: import("@elizaos/shared").LifeOpsConnectorSide;
|
|
1317
1346
|
grantId?: string;
|
|
1318
1347
|
name: string;
|
|
1319
1348
|
mimeType: string;
|
|
@@ -1321,15 +1350,15 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
1321
1350
|
parentFolderId?: string;
|
|
1322
1351
|
}): Promise<import("./google-drive.js").GoogleDriveFile>;
|
|
1323
1352
|
appendToDoc(requestUrl: URL, request: {
|
|
1324
|
-
mode?: import("@elizaos/shared
|
|
1325
|
-
side?: import("@elizaos/shared
|
|
1353
|
+
mode?: import("@elizaos/shared").LifeOpsConnectorMode;
|
|
1354
|
+
side?: import("@elizaos/shared").LifeOpsConnectorSide;
|
|
1326
1355
|
grantId?: string;
|
|
1327
1356
|
documentId: string;
|
|
1328
1357
|
text: string;
|
|
1329
1358
|
}): Promise<void>;
|
|
1330
1359
|
updateSheetCells(requestUrl: URL, request: {
|
|
1331
|
-
mode?: import("@elizaos/shared
|
|
1332
|
-
side?: import("@elizaos/shared
|
|
1360
|
+
mode?: import("@elizaos/shared").LifeOpsConnectorMode;
|
|
1361
|
+
side?: import("@elizaos/shared").LifeOpsConnectorSide;
|
|
1333
1362
|
grantId?: string;
|
|
1334
1363
|
spreadsheetId: string;
|
|
1335
1364
|
range: string;
|
|
@@ -1357,23 +1386,23 @@ declare const LIFEOPS_COMPOSED: {
|
|
|
1357
1386
|
isBrowserPaused(settings: import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings): boolean;
|
|
1358
1387
|
requireBrowserAvailableForActions(actions: readonly import("@elizaos/plugin-browser-bridge").BrowserBridgeAction[]): Promise<import("@elizaos/plugin-browser-bridge").BrowserBridgeSettings>;
|
|
1359
1388
|
buildBrowserCompanion(request: import("@elizaos/plugin-browser-bridge").UpsertBrowserBridgeCompanionRequest, current: import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus | null): import("@elizaos/plugin-browser-bridge").BrowserBridgeCompanionStatus;
|
|
1360
|
-
normalizeOwnership(input: import("@elizaos/shared
|
|
1361
|
-
normalizeChildOwnership(parent: import("@elizaos/shared
|
|
1389
|
+
normalizeOwnership(input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, current?: import("@elizaos/shared").LifeOpsOwnership): import("@elizaos/shared").LifeOpsOwnership;
|
|
1390
|
+
normalizeChildOwnership(parent: import("@elizaos/shared").LifeOpsOwnership, input: import("@elizaos/shared").LifeOpsOwnershipInput | undefined, field?: string): import("@elizaos/shared").LifeOpsOwnership;
|
|
1362
1391
|
logLifeOpsWarn(operation: string, message: string, context?: Record<string, unknown>): void;
|
|
1363
1392
|
logLifeOpsError(operation: string, error: unknown, context?: Record<string, unknown>): void;
|
|
1364
1393
|
withReminderProcessingLock<T>(operation: () => Promise<T>): Promise<T>;
|
|
1365
|
-
recordAudit(eventType: import("@elizaos/shared
|
|
1394
|
+
recordAudit(eventType: import("@elizaos/shared").LifeOpsAuditEventType, ownerType: "definition" | "occurrence" | "goal", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1366
1395
|
recordConnectorAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1367
1396
|
recordChannelPolicyAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1368
|
-
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
|
|
1397
|
+
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").LifeOpsAuditEvent>;
|
|
1369
1398
|
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>;
|
|
1370
1399
|
recordBrowserAudit(eventType: "browser_session_created" | "browser_session_updated", ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1371
1400
|
recordXPostAudit(ownerId: string, reason: string, inputs: Record<string, unknown>, decision: Record<string, unknown>): Promise<void>;
|
|
1372
|
-
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared
|
|
1373
|
-
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared
|
|
1401
|
+
clearGoogleGrantAuthFailure(grant: import("@elizaos/shared").LifeOpsConnectorGrant): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1402
|
+
markGoogleGrantNeedsReauth(grant: import("@elizaos/shared").LifeOpsConnectorGrant, message: string): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1374
1403
|
emitAssistantEvent(text: string, source: string, data?: Record<string, unknown>): void;
|
|
1375
|
-
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared
|
|
1376
|
-
requireXGrant(requestedMode?: import("@elizaos/shared
|
|
1404
|
+
getWorkflowDefinition(workflowId: string): Promise<import("@elizaos/shared").LifeOpsWorkflowDefinition>;
|
|
1405
|
+
requireXGrant(requestedMode?: import("@elizaos/shared").LifeOpsConnectorMode): Promise<import("@elizaos/shared").LifeOpsConnectorGrant>;
|
|
1377
1406
|
};
|
|
1378
1407
|
} & import("./service-mixin-core.js").MixinClass<import("./service-mixin-core.js").MixinClass<import("./service-mixin-core.js").MixinClass<typeof LifeOpsServiceBase, import("./service-mixin-google.js").LifeOpsGoogleService>, import("./service-mixin-calendar.js").LifeOpsCalendarService>, import("./service-mixin-gmail.js").LifeOpsGmailService>, import("./service-mixin-reminders.js").LifeOpsReminderService>, import("./service-mixin-browser.js").BrowserBridgeService>, import("./service-mixin-workflows.js").LifeOpsWorkflowService>, import("./service-mixin-definitions.js").LifeOpsDefinitionService>, import("./service-mixin-goals.js").LifeOpsGoalService>, import("./service-mixin-x.js").LifeOpsXService> & Constructor<StatusMixinDependencies>;
|
|
1379
1408
|
declare class LifeOpsServiceComposed extends LIFEOPS_COMPOSED {
|