@elizaos/agent 2.0.0-alpha.173 → 2.0.0-alpha.192

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