@elizaos/agent 0.25.9 → 2.0.0-alpha.151

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 (2938) hide show
  1. package/LICENSE +1 -1
  2. package/apps/app-companion/src/actions/emote.d.ts +10 -0
  3. package/apps/app-companion/src/actions/emote.d.ts.map +1 -0
  4. package/apps/app-companion/src/actions/emote.js +79 -0
  5. package/apps/app-companion/src/emotes/catalog.d.ts +31 -0
  6. package/apps/app-companion/src/emotes/catalog.d.ts.map +1 -0
  7. package/apps/app-companion/src/emotes/catalog.js +402 -0
  8. package/apps/app-companion/src/plugin.d.ts +9 -0
  9. package/apps/app-companion/src/plugin.d.ts.map +1 -0
  10. package/apps/app-companion/src/plugin.js +15 -0
  11. package/apps/app-knowledge/src/routes.d.ts +23 -0
  12. package/apps/app-knowledge/src/routes.d.ts.map +1 -0
  13. package/apps/app-knowledge/src/routes.js +956 -0
  14. package/apps/app-knowledge/src/service-loader.d.ts +51 -0
  15. package/apps/app-knowledge/src/service-loader.d.ts.map +1 -0
  16. package/apps/app-knowledge/src/service-loader.js +34 -0
  17. package/apps/app-lifeops/src/action.d.ts +3 -0
  18. package/apps/app-lifeops/src/action.d.ts.map +1 -0
  19. package/apps/app-lifeops/src/action.js +332 -0
  20. package/apps/app-lifeops/src/actions/calendar.d.ts +19 -0
  21. package/apps/app-lifeops/src/actions/calendar.d.ts.map +1 -0
  22. package/apps/app-lifeops/src/actions/calendar.js +3143 -0
  23. package/apps/app-lifeops/src/actions/gmail.d.ts +33 -0
  24. package/apps/app-lifeops/src/actions/gmail.d.ts.map +1 -0
  25. package/apps/app-lifeops/src/actions/gmail.js +1734 -0
  26. package/apps/app-lifeops/src/actions/inbox-digest.d.ts +2 -0
  27. package/apps/app-lifeops/src/actions/inbox-digest.d.ts.map +1 -0
  28. package/apps/app-lifeops/src/actions/inbox-digest.js +1 -0
  29. package/apps/app-lifeops/src/actions/inbox-respond.d.ts +2 -0
  30. package/apps/app-lifeops/src/actions/inbox-respond.d.ts.map +1 -0
  31. package/apps/app-lifeops/src/actions/inbox-respond.js +1 -0
  32. package/apps/app-lifeops/src/actions/inbox-triage.d.ts +2 -0
  33. package/apps/app-lifeops/src/actions/inbox-triage.d.ts.map +1 -0
  34. package/apps/app-lifeops/src/actions/inbox-triage.js +1 -0
  35. package/apps/app-lifeops/src/actions/inbox.d.ts +3 -0
  36. package/apps/app-lifeops/src/actions/inbox.d.ts.map +1 -0
  37. package/apps/app-lifeops/src/actions/inbox.js +856 -0
  38. package/apps/app-lifeops/src/actions/life-goal-extractor.d.ts +69 -0
  39. package/apps/app-lifeops/src/actions/life-goal-extractor.d.ts.map +1 -0
  40. package/apps/app-lifeops/src/actions/life-goal-extractor.js +354 -0
  41. package/apps/app-lifeops/src/actions/life-param-extractor.d.ts +78 -0
  42. package/apps/app-lifeops/src/actions/life-param-extractor.d.ts.map +1 -0
  43. package/apps/app-lifeops/src/actions/life-param-extractor.js +423 -0
  44. package/apps/app-lifeops/src/actions/life-recent-context.d.ts +9 -0
  45. package/apps/app-lifeops/src/actions/life-recent-context.d.ts.map +1 -0
  46. package/apps/app-lifeops/src/actions/life-recent-context.js +84 -0
  47. package/apps/app-lifeops/src/actions/life-update-extractor.d.ts +27 -0
  48. package/apps/app-lifeops/src/actions/life-update-extractor.d.ts.map +1 -0
  49. package/apps/app-lifeops/src/actions/life-update-extractor.js +195 -0
  50. package/apps/app-lifeops/src/actions/life.d.ts +9 -0
  51. package/apps/app-lifeops/src/actions/life.d.ts.map +1 -0
  52. package/apps/app-lifeops/src/actions/life.extractor.d.ts +18 -0
  53. package/apps/app-lifeops/src/actions/life.extractor.d.ts.map +1 -0
  54. package/apps/app-lifeops/src/actions/life.extractor.js +264 -0
  55. package/apps/app-lifeops/src/actions/life.js +3379 -0
  56. package/apps/app-lifeops/src/actions/lifeops-extraction-config.d.ts +16 -0
  57. package/apps/app-lifeops/src/actions/lifeops-extraction-config.d.ts.map +1 -0
  58. package/apps/app-lifeops/src/actions/lifeops-extraction-config.js +25 -0
  59. package/apps/app-lifeops/src/actions/lifeops-google-helpers.d.ts +62 -0
  60. package/apps/app-lifeops/src/actions/lifeops-google-helpers.d.ts.map +1 -0
  61. package/apps/app-lifeops/src/actions/lifeops-google-helpers.js +607 -0
  62. package/apps/app-lifeops/src/actions/timezone-normalization.d.ts +3 -0
  63. package/apps/app-lifeops/src/actions/timezone-normalization.d.ts.map +1 -0
  64. package/apps/app-lifeops/src/actions/timezone-normalization.js +105 -0
  65. package/apps/app-lifeops/src/actions/update-owner-profile.d.ts +3 -0
  66. package/apps/app-lifeops/src/actions/update-owner-profile.d.ts.map +1 -0
  67. package/apps/app-lifeops/src/actions/update-owner-profile.js +131 -0
  68. package/apps/app-lifeops/src/inbox/channel-deep-links.d.ts +20 -0
  69. package/apps/app-lifeops/src/inbox/channel-deep-links.d.ts.map +1 -0
  70. package/apps/app-lifeops/src/inbox/channel-deep-links.js +185 -0
  71. package/apps/app-lifeops/src/inbox/config.d.ts +7 -0
  72. package/apps/app-lifeops/src/inbox/config.d.ts.map +1 -0
  73. package/apps/app-lifeops/src/inbox/config.js +59 -0
  74. package/apps/app-lifeops/src/inbox/message-fetcher.d.ts +33 -0
  75. package/apps/app-lifeops/src/inbox/message-fetcher.d.ts.map +1 -0
  76. package/apps/app-lifeops/src/inbox/message-fetcher.js +252 -0
  77. package/apps/app-lifeops/src/inbox/reflection.d.ts +45 -0
  78. package/apps/app-lifeops/src/inbox/reflection.d.ts.map +1 -0
  79. package/apps/app-lifeops/src/inbox/reflection.js +157 -0
  80. package/apps/app-lifeops/src/inbox/repository.d.ts +53 -0
  81. package/apps/app-lifeops/src/inbox/repository.d.ts.map +1 -0
  82. package/apps/app-lifeops/src/inbox/repository.js +362 -0
  83. package/apps/app-lifeops/src/inbox/triage-classifier.d.ts +17 -0
  84. package/apps/app-lifeops/src/inbox/triage-classifier.d.ts.map +1 -0
  85. package/apps/app-lifeops/src/inbox/triage-classifier.js +209 -0
  86. package/apps/app-lifeops/src/inbox/types.d.ts +130 -0
  87. package/apps/app-lifeops/src/inbox/types.d.ts.map +1 -0
  88. package/apps/app-lifeops/src/inbox/types.js +1 -0
  89. package/apps/app-lifeops/src/lifeops/app-state.d.ts +11 -0
  90. package/apps/app-lifeops/src/lifeops/app-state.d.ts.map +1 -0
  91. package/apps/app-lifeops/src/lifeops/app-state.js +32 -0
  92. package/apps/app-lifeops/src/lifeops/apple-reminders.d.ts +58 -0
  93. package/apps/app-lifeops/src/lifeops/apple-reminders.d.ts.map +1 -0
  94. package/apps/app-lifeops/src/lifeops/apple-reminders.js +325 -0
  95. package/apps/app-lifeops/src/lifeops/defaults.d.ts +24 -0
  96. package/apps/app-lifeops/src/lifeops/defaults.d.ts.map +1 -0
  97. package/apps/app-lifeops/src/lifeops/defaults.js +205 -0
  98. package/apps/app-lifeops/src/lifeops/engine.d.ts +8 -0
  99. package/apps/app-lifeops/src/lifeops/engine.d.ts.map +1 -0
  100. package/apps/app-lifeops/src/lifeops/engine.js +389 -0
  101. package/apps/app-lifeops/src/lifeops/goal-grounding.d.ts +54 -0
  102. package/apps/app-lifeops/src/lifeops/goal-grounding.d.ts.map +1 -0
  103. package/apps/app-lifeops/src/lifeops/goal-grounding.js +147 -0
  104. package/apps/app-lifeops/src/lifeops/goal-semantic-evaluator.d.ts +12 -0
  105. package/apps/app-lifeops/src/lifeops/goal-semantic-evaluator.d.ts.map +1 -0
  106. package/apps/app-lifeops/src/lifeops/goal-semantic-evaluator.js +154 -0
  107. package/apps/app-lifeops/src/lifeops/google-api-error.d.ts +7 -0
  108. package/apps/app-lifeops/src/lifeops/google-api-error.d.ts.map +1 -0
  109. package/apps/app-lifeops/src/lifeops/google-api-error.js +35 -0
  110. package/apps/app-lifeops/src/lifeops/google-calendar.d.ts +53 -0
  111. package/apps/app-lifeops/src/lifeops/google-calendar.d.ts.map +1 -0
  112. package/apps/app-lifeops/src/lifeops/google-calendar.js +268 -0
  113. package/apps/app-lifeops/src/lifeops/google-connector-gateway.d.ts +19 -0
  114. package/apps/app-lifeops/src/lifeops/google-connector-gateway.d.ts.map +1 -0
  115. package/apps/app-lifeops/src/lifeops/google-connector-gateway.js +65 -0
  116. package/apps/app-lifeops/src/lifeops/google-fetch.d.ts +11 -0
  117. package/apps/app-lifeops/src/lifeops/google-fetch.d.ts.map +1 -0
  118. package/apps/app-lifeops/src/lifeops/google-fetch.js +85 -0
  119. package/apps/app-lifeops/src/lifeops/google-gmail.d.ts +54 -0
  120. package/apps/app-lifeops/src/lifeops/google-gmail.d.ts.map +1 -0
  121. package/apps/app-lifeops/src/lifeops/google-gmail.js +471 -0
  122. package/apps/app-lifeops/src/lifeops/google-managed-client.d.ts +127 -0
  123. package/apps/app-lifeops/src/lifeops/google-managed-client.d.ts.map +1 -0
  124. package/apps/app-lifeops/src/lifeops/google-managed-client.js +294 -0
  125. package/apps/app-lifeops/src/lifeops/google-oauth.d.ts +61 -0
  126. package/apps/app-lifeops/src/lifeops/google-oauth.d.ts.map +1 -0
  127. package/apps/app-lifeops/src/lifeops/google-oauth.js +491 -0
  128. package/apps/app-lifeops/src/lifeops/google-scopes.d.ts +13 -0
  129. package/apps/app-lifeops/src/lifeops/google-scopes.d.ts.map +1 -0
  130. package/apps/app-lifeops/src/lifeops/google-scopes.js +96 -0
  131. package/apps/app-lifeops/src/lifeops/index.d.ts +25 -0
  132. package/apps/app-lifeops/src/lifeops/index.d.ts.map +1 -0
  133. package/apps/app-lifeops/src/lifeops/index.js +24 -0
  134. package/apps/app-lifeops/src/lifeops/owner-profile.d.ts +15 -0
  135. package/apps/app-lifeops/src/lifeops/owner-profile.d.ts.map +1 -0
  136. package/apps/app-lifeops/src/lifeops/owner-profile.js +194 -0
  137. package/apps/app-lifeops/src/lifeops/repository.d.ts +209 -0
  138. package/apps/app-lifeops/src/lifeops/repository.d.ts.map +1 -0
  139. package/apps/app-lifeops/src/lifeops/repository.js +3187 -0
  140. package/apps/app-lifeops/src/lifeops/runtime.d.ts +14 -0
  141. package/apps/app-lifeops/src/lifeops/runtime.d.ts.map +1 -0
  142. package/apps/app-lifeops/src/lifeops/runtime.js +120 -0
  143. package/apps/app-lifeops/src/lifeops/screen-context.d.ts +52 -0
  144. package/apps/app-lifeops/src/lifeops/screen-context.d.ts.map +1 -0
  145. package/apps/app-lifeops/src/lifeops/screen-context.js +332 -0
  146. package/apps/app-lifeops/src/lifeops/seed-routines.d.ts +20 -0
  147. package/apps/app-lifeops/src/lifeops/seed-routines.d.ts.map +1 -0
  148. package/apps/app-lifeops/src/lifeops/seed-routines.js +111 -0
  149. package/apps/app-lifeops/src/lifeops/service.d.ts +275 -0
  150. package/apps/app-lifeops/src/lifeops/service.d.ts.map +1 -0
  151. package/apps/app-lifeops/src/lifeops/service.js +9260 -0
  152. package/apps/app-lifeops/src/lifeops/sql.d.ts +31 -0
  153. package/apps/app-lifeops/src/lifeops/sql.d.ts.map +1 -0
  154. package/apps/app-lifeops/src/lifeops/sql.js +247 -0
  155. package/apps/app-lifeops/src/lifeops/time.d.ts +17 -0
  156. package/apps/app-lifeops/src/lifeops/time.d.ts.map +1 -0
  157. package/apps/app-lifeops/src/lifeops/time.js +132 -0
  158. package/apps/app-lifeops/src/lifeops/twilio.d.ts +25 -0
  159. package/apps/app-lifeops/src/lifeops/twilio.d.ts.map +1 -0
  160. package/apps/app-lifeops/src/lifeops/twilio.js +157 -0
  161. package/apps/app-lifeops/src/lifeops/x-poster.d.ts +19 -0
  162. package/apps/app-lifeops/src/lifeops/x-poster.d.ts.map +1 -0
  163. package/apps/app-lifeops/src/lifeops/x-poster.js +148 -0
  164. package/apps/app-lifeops/src/plugin.d.ts +22 -0
  165. package/apps/app-lifeops/src/plugin.d.ts.map +1 -0
  166. package/apps/app-lifeops/src/plugin.js +92 -0
  167. package/apps/app-lifeops/src/provider.d.ts +3 -0
  168. package/apps/app-lifeops/src/provider.d.ts.map +1 -0
  169. package/apps/app-lifeops/src/provider.js +75 -0
  170. package/apps/app-lifeops/src/providers/inbox-triage.d.ts +3 -0
  171. package/apps/app-lifeops/src/providers/inbox-triage.d.ts.map +1 -0
  172. package/apps/app-lifeops/src/providers/inbox-triage.js +89 -0
  173. package/apps/app-lifeops/src/providers/lifeops.d.ts +3 -0
  174. package/apps/app-lifeops/src/providers/lifeops.d.ts.map +1 -0
  175. package/apps/app-lifeops/src/providers/lifeops.js +157 -0
  176. package/apps/app-lifeops/src/routes/lifeops-browser-packaging.d.ts +16 -0
  177. package/apps/app-lifeops/src/routes/lifeops-browser-packaging.d.ts.map +1 -0
  178. package/apps/app-lifeops/src/routes/lifeops-browser-packaging.js +305 -0
  179. package/apps/app-lifeops/src/routes/lifeops-routes.d.ts +20 -0
  180. package/apps/app-lifeops/src/routes/lifeops-routes.d.ts.map +1 -0
  181. package/apps/app-lifeops/src/routes/lifeops-routes.js +1173 -0
  182. package/apps/app-lifeops/src/routes/website-blocker-routes.d.ts +7 -0
  183. package/apps/app-lifeops/src/routes/website-blocker-routes.d.ts.map +1 -0
  184. package/apps/app-lifeops/src/routes/website-blocker-routes.js +175 -0
  185. package/apps/app-lifeops/src/selfcontrol/access.d.ts +8 -0
  186. package/apps/app-lifeops/src/selfcontrol/access.d.ts.map +1 -0
  187. package/apps/app-lifeops/src/selfcontrol/access.js +16 -0
  188. package/apps/app-lifeops/src/selfcontrol/action.d.ts +10 -0
  189. package/apps/app-lifeops/src/selfcontrol/action.d.ts.map +1 -0
  190. package/apps/app-lifeops/src/selfcontrol/action.js +506 -0
  191. package/apps/app-lifeops/src/selfcontrol/index.d.ts +13 -0
  192. package/apps/app-lifeops/src/selfcontrol/index.d.ts.map +1 -0
  193. package/apps/app-lifeops/src/selfcontrol/index.js +10 -0
  194. package/apps/app-lifeops/src/selfcontrol/permissions.d.ts +9 -0
  195. package/apps/app-lifeops/src/selfcontrol/permissions.d.ts.map +1 -0
  196. package/apps/app-lifeops/src/selfcontrol/permissions.js +1 -0
  197. package/apps/app-lifeops/src/selfcontrol/provider.d.ts +4 -0
  198. package/apps/app-lifeops/src/selfcontrol/provider.d.ts.map +1 -0
  199. package/apps/app-lifeops/src/selfcontrol/provider.js +116 -0
  200. package/apps/app-lifeops/src/selfcontrol/roles.d.ts +13 -0
  201. package/apps/app-lifeops/src/selfcontrol/roles.d.ts.map +1 -0
  202. package/apps/app-lifeops/src/selfcontrol/roles.js +228 -0
  203. package/apps/app-lifeops/src/selfcontrol/selfcontrol.d.ts +97 -0
  204. package/apps/app-lifeops/src/selfcontrol/selfcontrol.d.ts.map +1 -0
  205. package/apps/app-lifeops/src/selfcontrol/selfcontrol.js +949 -0
  206. package/apps/app-lifeops/src/selfcontrol/service.d.ts +21 -0
  207. package/apps/app-lifeops/src/selfcontrol/service.d.ts.map +1 -0
  208. package/apps/app-lifeops/src/selfcontrol/service.js +268 -0
  209. package/apps/app-lifeops/src/service.d.ts +8 -0
  210. package/apps/app-lifeops/src/service.d.ts.map +1 -0
  211. package/apps/app-lifeops/src/service.js +11 -0
  212. package/apps/app-steward/src/api/wallet-capability.d.ts +28 -0
  213. package/apps/app-steward/src/api/wallet-capability.d.ts.map +1 -0
  214. package/apps/app-steward/src/api/wallet-capability.js +94 -0
  215. package/apps/app-steward/src/api/wallet-dex-prices.d.ts +43 -0
  216. package/apps/app-steward/src/api/wallet-dex-prices.d.ts.map +1 -0
  217. package/apps/app-steward/src/api/wallet-dex-prices.js +149 -0
  218. package/apps/app-steward/src/api/wallet-evm-balance.d.ts +66 -0
  219. package/apps/app-steward/src/api/wallet-evm-balance.d.ts.map +1 -0
  220. package/apps/app-steward/src/api/wallet-evm-balance.js +666 -0
  221. package/apps/app-steward/src/api/wallet-routes.d.ts +35 -0
  222. package/apps/app-steward/src/api/wallet-routes.d.ts.map +1 -0
  223. package/apps/app-steward/src/api/wallet-routes.js +470 -0
  224. package/apps/app-steward/src/api/wallet-rpc.d.ts +67 -0
  225. package/apps/app-steward/src/api/wallet-rpc.d.ts.map +1 -0
  226. package/apps/app-steward/src/api/wallet-rpc.js +453 -0
  227. package/apps/app-steward/src/api/wallet.d.ts +60 -0
  228. package/apps/app-steward/src/api/wallet.d.ts.map +1 -0
  229. package/apps/app-steward/src/api/wallet.js +639 -0
  230. package/apps/app-steward/src/routes/server-wallet-trade.d.ts +27 -0
  231. package/apps/app-steward/src/routes/server-wallet-trade.d.ts.map +1 -0
  232. package/apps/app-steward/src/routes/server-wallet-trade.js +69 -0
  233. package/apps/app-steward/src/routes/wallet-core-routes.d.ts +16 -0
  234. package/apps/app-steward/src/routes/wallet-core-routes.d.ts.map +1 -0
  235. package/apps/app-steward/src/routes/wallet-core-routes.js +46 -0
  236. package/apps/app-steward/src/routes/wallet-export-guard.d.ts +51 -0
  237. package/apps/app-steward/src/routes/wallet-export-guard.d.ts.map +1 -0
  238. package/apps/app-steward/src/routes/wallet-export-guard.js +248 -0
  239. package/apps/app-steward/src/services/steward-evm-account.d.ts +58 -0
  240. package/apps/app-steward/src/services/steward-evm-account.d.ts.map +1 -0
  241. package/apps/app-steward/src/services/steward-evm-account.js +302 -0
  242. package/apps/app-steward/src/services/steward-evm-bridge.d.ts +35 -0
  243. package/apps/app-steward/src/services/steward-evm-bridge.d.ts.map +1 -0
  244. package/apps/app-steward/src/services/steward-evm-bridge.js +99 -0
  245. package/apps/app-training/src/services/index.d.ts +3 -0
  246. package/apps/app-training/src/services/index.d.ts.map +1 -0
  247. package/apps/app-training/src/services/index.js +1 -0
  248. package/apps/app-training/src/services/training-backend-check.d.ts +8 -0
  249. package/apps/app-training/src/services/training-backend-check.d.ts.map +1 -0
  250. package/apps/app-training/src/services/training-backend-check.js +28 -0
  251. package/apps/app-training/src/services/training-service-like.d.ts +38 -0
  252. package/apps/app-training/src/services/training-service-like.d.ts.map +1 -0
  253. package/apps/app-training/src/services/training-service-like.js +1 -0
  254. package/package.json +491 -34
  255. package/packages/agent/src/actions/app-control.d.ts +17 -0
  256. package/packages/agent/src/actions/app-control.d.ts.map +1 -0
  257. package/packages/agent/src/actions/app-control.js +212 -0
  258. package/packages/agent/src/actions/calendar.d.ts +2 -0
  259. package/packages/agent/src/actions/calendar.d.ts.map +1 -0
  260. package/packages/agent/src/actions/calendar.js +1 -0
  261. package/packages/agent/src/actions/check-balance.d.ts +17 -0
  262. package/packages/agent/src/actions/check-balance.d.ts.map +1 -0
  263. package/packages/agent/src/actions/check-balance.js +167 -0
  264. package/packages/agent/src/actions/connector-resolver.d.ts +75 -0
  265. package/packages/agent/src/actions/connector-resolver.d.ts.map +1 -0
  266. package/packages/agent/src/actions/connector-resolver.js +245 -0
  267. package/packages/agent/src/actions/context-signal-lexicon.d.ts +17 -0
  268. package/packages/agent/src/actions/context-signal-lexicon.d.ts.map +1 -0
  269. package/packages/agent/src/actions/context-signal-lexicon.js +207 -0
  270. package/packages/agent/src/actions/context-signal.d.ts +46 -0
  271. package/packages/agent/src/actions/context-signal.d.ts.map +1 -0
  272. package/packages/agent/src/actions/context-signal.js +134 -0
  273. package/packages/agent/src/actions/eject-plugin.d.ts +3 -0
  274. package/packages/agent/src/actions/eject-plugin.d.ts.map +1 -0
  275. package/packages/agent/src/actions/eject-plugin.js +48 -0
  276. package/packages/agent/src/actions/entity-actions.d.ts +4 -0
  277. package/packages/agent/src/actions/entity-actions.d.ts.map +1 -0
  278. package/packages/agent/src/actions/entity-actions.js +344 -0
  279. package/packages/agent/src/actions/execute-trade.d.ts +17 -0
  280. package/packages/agent/src/actions/execute-trade.d.ts.map +1 -0
  281. package/packages/agent/src/actions/execute-trade.js +299 -0
  282. package/packages/agent/src/actions/get-self-status.d.ts +13 -0
  283. package/packages/agent/src/actions/get-self-status.d.ts.map +1 -0
  284. package/packages/agent/src/actions/get-self-status.js +66 -0
  285. package/packages/agent/src/actions/gmail.d.ts +2 -0
  286. package/packages/agent/src/actions/gmail.d.ts.map +1 -0
  287. package/packages/agent/src/actions/gmail.js +1 -0
  288. package/packages/agent/src/actions/grounded-action-reply.d.ts +22 -0
  289. package/packages/agent/src/actions/grounded-action-reply.d.ts.map +1 -0
  290. package/packages/agent/src/actions/grounded-action-reply.js +309 -0
  291. package/packages/agent/src/actions/inbox-digest.d.ts +2 -0
  292. package/packages/agent/src/actions/inbox-digest.d.ts.map +1 -0
  293. package/packages/agent/src/actions/inbox-digest.js +1 -0
  294. package/packages/agent/src/actions/inbox-respond.d.ts +2 -0
  295. package/packages/agent/src/actions/inbox-respond.d.ts.map +1 -0
  296. package/packages/agent/src/actions/inbox-respond.js +1 -0
  297. package/packages/agent/src/actions/inbox-triage.d.ts +2 -0
  298. package/packages/agent/src/actions/inbox-triage.d.ts.map +1 -0
  299. package/packages/agent/src/actions/inbox-triage.js +1 -0
  300. package/packages/agent/src/actions/inbox.d.ts +2 -0
  301. package/packages/agent/src/actions/inbox.d.ts.map +1 -0
  302. package/packages/agent/src/actions/inbox.js +1 -0
  303. package/packages/agent/src/actions/index.d.ts +24 -0
  304. package/packages/agent/src/actions/index.d.ts.map +1 -0
  305. package/packages/agent/src/actions/index.js +23 -0
  306. package/packages/agent/src/actions/install-plugin.d.ts +3 -0
  307. package/packages/agent/src/actions/install-plugin.d.ts.map +1 -0
  308. package/packages/agent/src/actions/install-plugin.js +65 -0
  309. package/packages/agent/src/actions/life-goal-extractor.d.ts +2 -0
  310. package/packages/agent/src/actions/life-goal-extractor.d.ts.map +1 -0
  311. package/packages/agent/src/actions/life-goal-extractor.js +1 -0
  312. package/packages/agent/src/actions/life-param-extractor.d.ts +2 -0
  313. package/packages/agent/src/actions/life-param-extractor.d.ts.map +1 -0
  314. package/packages/agent/src/actions/life-param-extractor.js +1 -0
  315. package/packages/agent/src/actions/life-recent-context.d.ts +2 -0
  316. package/packages/agent/src/actions/life-recent-context.d.ts.map +1 -0
  317. package/packages/agent/src/actions/life-recent-context.js +1 -0
  318. package/packages/agent/src/actions/life-update-extractor.d.ts +2 -0
  319. package/packages/agent/src/actions/life-update-extractor.d.ts.map +1 -0
  320. package/packages/agent/src/actions/life-update-extractor.js +1 -0
  321. package/packages/agent/src/actions/life.d.ts +2 -0
  322. package/packages/agent/src/actions/life.d.ts.map +1 -0
  323. package/packages/agent/src/actions/life.extractor.d.ts +2 -0
  324. package/packages/agent/src/actions/life.extractor.d.ts.map +1 -0
  325. package/packages/agent/src/actions/life.extractor.js +1 -0
  326. package/packages/agent/src/actions/life.js +1 -0
  327. package/packages/agent/src/actions/lifeops-extraction-config.d.ts +2 -0
  328. package/packages/agent/src/actions/lifeops-extraction-config.d.ts.map +1 -0
  329. package/packages/agent/src/actions/lifeops-extraction-config.js +1 -0
  330. package/packages/agent/src/actions/lifeops-google-helpers.d.ts +2 -0
  331. package/packages/agent/src/actions/lifeops-google-helpers.d.ts.map +1 -0
  332. package/packages/agent/src/actions/lifeops-google-helpers.js +1 -0
  333. package/packages/agent/src/actions/list-ejected.d.ts +3 -0
  334. package/packages/agent/src/actions/list-ejected.d.ts.map +1 -0
  335. package/packages/agent/src/actions/list-ejected.js +35 -0
  336. package/packages/agent/src/actions/log-level.d.ts +3 -0
  337. package/packages/agent/src/actions/log-level.d.ts.map +1 -0
  338. package/packages/agent/src/actions/log-level.js +125 -0
  339. package/packages/agent/src/actions/manage-tasks.d.ts +8 -0
  340. package/packages/agent/src/actions/manage-tasks.d.ts.map +1 -0
  341. package/packages/agent/src/actions/manage-tasks.js +289 -0
  342. package/packages/agent/src/actions/media.d.ts +21 -0
  343. package/packages/agent/src/actions/media.d.ts.map +1 -0
  344. package/packages/agent/src/actions/media.js +384 -0
  345. package/packages/agent/src/actions/read-channel.d.ts +3 -0
  346. package/packages/agent/src/actions/read-channel.d.ts.map +1 -0
  347. package/packages/agent/src/actions/read-channel.js +224 -0
  348. package/packages/agent/src/actions/read-messages.d.ts +14 -0
  349. package/packages/agent/src/actions/read-messages.d.ts.map +1 -0
  350. package/packages/agent/src/actions/read-messages.js +228 -0
  351. package/packages/agent/src/actions/reinject-plugin.d.ts +3 -0
  352. package/packages/agent/src/actions/reinject-plugin.d.ts.map +1 -0
  353. package/packages/agent/src/actions/reinject-plugin.js +47 -0
  354. package/packages/agent/src/actions/restart.d.ts +19 -0
  355. package/packages/agent/src/actions/restart.d.ts.map +1 -0
  356. package/packages/agent/src/actions/restart.js +109 -0
  357. package/packages/agent/src/actions/search-conversations.d.ts +3 -0
  358. package/packages/agent/src/actions/search-conversations.d.ts.map +1 -0
  359. package/packages/agent/src/actions/search-conversations.js +181 -0
  360. package/packages/agent/src/actions/send-admin-message.d.ts +3 -0
  361. package/packages/agent/src/actions/send-admin-message.d.ts.map +1 -0
  362. package/packages/agent/src/actions/send-admin-message.js +106 -0
  363. package/packages/agent/src/actions/send-message.d.ts +4 -0
  364. package/packages/agent/src/actions/send-message.d.ts.map +1 -0
  365. package/packages/agent/src/actions/send-message.js +364 -0
  366. package/packages/agent/src/actions/set-user-name.d.ts +13 -0
  367. package/packages/agent/src/actions/set-user-name.d.ts.map +1 -0
  368. package/packages/agent/src/actions/set-user-name.js +82 -0
  369. package/packages/agent/src/actions/skill-command.d.ts +20 -0
  370. package/packages/agent/src/actions/skill-command.d.ts.map +1 -0
  371. package/packages/agent/src/actions/skill-command.js +141 -0
  372. package/packages/agent/src/actions/stream-control.d.ts +11 -0
  373. package/packages/agent/src/actions/stream-control.d.ts.map +1 -0
  374. package/packages/agent/src/actions/stream-control.js +112 -0
  375. package/packages/agent/src/actions/sync-plugin.d.ts +3 -0
  376. package/packages/agent/src/actions/sync-plugin.d.ts.map +1 -0
  377. package/packages/agent/src/actions/sync-plugin.js +47 -0
  378. package/packages/agent/src/actions/terminal.d.ts +15 -0
  379. package/packages/agent/src/actions/terminal.d.ts.map +1 -0
  380. package/packages/agent/src/actions/terminal.js +453 -0
  381. package/packages/agent/src/actions/timezone-normalization.d.ts +2 -0
  382. package/packages/agent/src/actions/timezone-normalization.d.ts.map +1 -0
  383. package/packages/agent/src/actions/timezone-normalization.js +1 -0
  384. package/packages/agent/src/actions/transfer-token.d.ts +17 -0
  385. package/packages/agent/src/actions/transfer-token.d.ts.map +1 -0
  386. package/packages/agent/src/actions/transfer-token.js +470 -0
  387. package/packages/agent/src/actions/update-owner-profile.d.ts +2 -0
  388. package/packages/agent/src/actions/update-owner-profile.d.ts.map +1 -0
  389. package/packages/agent/src/actions/update-owner-profile.js +1 -0
  390. package/packages/agent/src/actions/wallet-action-shared.d.ts +15 -0
  391. package/packages/agent/src/actions/wallet-action-shared.d.ts.map +1 -0
  392. package/packages/agent/src/actions/wallet-action-shared.js +24 -0
  393. package/packages/agent/src/actions/web-search.d.ts +16 -0
  394. package/packages/agent/src/actions/web-search.d.ts.map +1 -0
  395. package/packages/agent/src/actions/web-search.js +196 -0
  396. package/packages/agent/src/activity-profile/analyzer.d.ts +23 -0
  397. package/packages/agent/src/activity-profile/analyzer.d.ts.map +1 -0
  398. package/packages/agent/src/activity-profile/analyzer.js +531 -0
  399. package/packages/agent/src/activity-profile/proactive-planner.d.ts +49 -0
  400. package/packages/agent/src/activity-profile/proactive-planner.d.ts.map +1 -0
  401. package/packages/agent/src/activity-profile/proactive-planner.js +455 -0
  402. package/packages/agent/src/activity-profile/proactive-worker.d.ts +32 -0
  403. package/packages/agent/src/activity-profile/proactive-worker.d.ts.map +1 -0
  404. package/packages/agent/src/activity-profile/proactive-worker.js +523 -0
  405. package/packages/agent/src/activity-profile/profile-metadata.d.ts +10 -0
  406. package/packages/agent/src/activity-profile/profile-metadata.d.ts.map +1 -0
  407. package/packages/agent/src/activity-profile/profile-metadata.js +25 -0
  408. package/packages/agent/src/activity-profile/service.d.ts +11 -0
  409. package/packages/agent/src/activity-profile/service.d.ts.map +1 -0
  410. package/packages/agent/src/activity-profile/service.js +226 -0
  411. package/packages/agent/src/activity-profile/types.d.ts +89 -0
  412. package/packages/agent/src/activity-profile/types.d.ts.map +1 -0
  413. package/packages/agent/src/activity-profile/types.js +29 -0
  414. package/packages/agent/src/api/agent-admin-routes.d.ts +39 -0
  415. package/packages/agent/src/api/agent-admin-routes.d.ts.map +1 -0
  416. package/packages/agent/src/api/agent-admin-routes.js +155 -0
  417. package/packages/agent/src/api/agent-lifecycle-routes.d.ts +16 -0
  418. package/packages/agent/src/api/agent-lifecycle-routes.d.ts.map +1 -0
  419. package/packages/agent/src/api/agent-lifecycle-routes.js +94 -0
  420. package/packages/agent/src/api/agent-model.d.ts +5 -0
  421. package/packages/agent/src/api/agent-model.d.ts.map +1 -0
  422. package/packages/agent/src/api/agent-model.js +154 -0
  423. package/packages/agent/src/api/agent-status-routes.d.ts +96 -0
  424. package/packages/agent/src/api/agent-status-routes.d.ts.map +1 -0
  425. package/packages/agent/src/api/agent-status-routes.js +274 -0
  426. package/packages/agent/src/api/agent-transfer-routes.d.ts +16 -0
  427. package/packages/agent/src/api/agent-transfer-routes.d.ts.map +1 -0
  428. package/packages/agent/src/api/agent-transfer-routes.js +124 -0
  429. package/packages/agent/src/api/app-package-routes.d.ts +7 -0
  430. package/packages/agent/src/api/app-package-routes.d.ts.map +1 -0
  431. package/packages/agent/src/api/app-package-routes.js +59 -0
  432. package/packages/agent/src/api/apps-routes.d.ts +24 -0
  433. package/packages/agent/src/api/apps-routes.d.ts.map +1 -0
  434. package/packages/agent/src/api/apps-routes.js +477 -0
  435. package/packages/agent/src/api/auth-routes.d.ts +11 -0
  436. package/packages/agent/src/api/auth-routes.d.ts.map +1 -0
  437. package/packages/agent/src/api/auth-routes.js +74 -0
  438. package/packages/agent/src/api/avatar-routes.d.ts +11 -0
  439. package/packages/agent/src/api/avatar-routes.d.ts.map +1 -0
  440. package/packages/agent/src/api/avatar-routes.js +205 -0
  441. package/packages/agent/src/api/binance-skill-helpers.d.ts +26 -0
  442. package/packages/agent/src/api/binance-skill-helpers.d.ts.map +1 -0
  443. package/packages/agent/src/api/binance-skill-helpers.js +781 -0
  444. package/packages/agent/src/api/bluebubbles-routes.d.ts +10 -0
  445. package/packages/agent/src/api/bluebubbles-routes.d.ts.map +1 -0
  446. package/packages/agent/src/api/bluebubbles-routes.js +129 -0
  447. package/packages/agent/src/api/browser-workspace-routes.d.ts +5 -0
  448. package/packages/agent/src/api/browser-workspace-routes.d.ts.map +1 -0
  449. package/packages/agent/src/api/browser-workspace-routes.js +100 -0
  450. package/packages/agent/src/api/bsc-trade.d.ts +40 -0
  451. package/packages/agent/src/api/bsc-trade.d.ts.map +1 -0
  452. package/packages/agent/src/api/bsc-trade.js +786 -0
  453. package/packages/agent/src/api/bug-report-routes.d.ts +10 -0
  454. package/packages/agent/src/api/bug-report-routes.d.ts.map +1 -0
  455. package/packages/agent/src/api/bug-report-routes.js +264 -0
  456. package/packages/agent/src/api/character-routes.d.ts +51 -0
  457. package/packages/agent/src/api/character-routes.d.ts.map +1 -0
  458. package/packages/agent/src/api/character-routes.js +367 -0
  459. package/packages/agent/src/api/chat-augmentation.d.ts +89 -0
  460. package/packages/agent/src/api/chat-augmentation.d.ts.map +1 -0
  461. package/packages/agent/src/api/chat-augmentation.js +396 -0
  462. package/packages/agent/src/api/chat-routes.d.ts +106 -0
  463. package/packages/agent/src/api/chat-routes.d.ts.map +1 -0
  464. package/packages/agent/src/api/chat-routes.js +1500 -0
  465. package/packages/agent/src/api/chat-text-helpers.d.ts +11 -0
  466. package/packages/agent/src/api/chat-text-helpers.d.ts.map +1 -0
  467. package/packages/agent/src/api/chat-text-helpers.js +183 -0
  468. package/packages/agent/src/api/cloud-billing-routes.d.ts +9 -0
  469. package/packages/agent/src/api/cloud-billing-routes.d.ts.map +1 -0
  470. package/packages/agent/src/api/cloud-billing-routes.js +388 -0
  471. package/packages/agent/src/api/cloud-compat-routes.d.ts +10 -0
  472. package/packages/agent/src/api/cloud-compat-routes.d.ts.map +1 -0
  473. package/packages/agent/src/api/cloud-compat-routes.js +212 -0
  474. package/packages/agent/src/api/cloud-provisioning.d.ts +14 -0
  475. package/packages/agent/src/api/cloud-provisioning.d.ts.map +1 -0
  476. package/packages/agent/src/api/cloud-provisioning.js +30 -0
  477. package/packages/agent/src/api/cloud-relay-routes.d.ts +22 -0
  478. package/packages/agent/src/api/cloud-relay-routes.d.ts.map +1 -0
  479. package/packages/agent/src/api/cloud-relay-routes.js +52 -0
  480. package/packages/agent/src/api/cloud-routes.d.ts +80 -0
  481. package/packages/agent/src/api/cloud-routes.d.ts.map +1 -0
  482. package/packages/agent/src/api/cloud-routes.js +582 -0
  483. package/packages/agent/src/api/cloud-status-routes.d.ts +15 -0
  484. package/packages/agent/src/api/cloud-status-routes.d.ts.map +1 -0
  485. package/packages/agent/src/api/cloud-status-routes.js +143 -0
  486. package/packages/agent/src/api/coding-agents-auth-sanitize.d.ts +2 -0
  487. package/packages/agent/src/api/coding-agents-auth-sanitize.d.ts.map +1 -0
  488. package/packages/agent/src/api/coding-agents-auth-sanitize.js +1 -0
  489. package/packages/agent/src/api/coding-agents-preflight-normalize.d.ts +2 -0
  490. package/packages/agent/src/api/coding-agents-preflight-normalize.d.ts.map +1 -0
  491. package/packages/agent/src/api/coding-agents-preflight-normalize.js +1 -0
  492. package/packages/agent/src/api/compat-utils.d.ts +49 -0
  493. package/packages/agent/src/api/compat-utils.d.ts.map +1 -0
  494. package/packages/agent/src/api/compat-utils.js +126 -0
  495. package/packages/agent/src/api/config-env.d.ts +43 -0
  496. package/packages/agent/src/api/config-env.d.ts.map +1 -0
  497. package/packages/agent/src/api/config-env.js +284 -0
  498. package/packages/agent/src/api/config-routes.d.ts +33 -0
  499. package/packages/agent/src/api/config-routes.d.ts.map +1 -0
  500. package/packages/agent/src/api/config-routes.js +253 -0
  501. package/packages/agent/src/api/connector-health.d.ts +42 -0
  502. package/packages/agent/src/api/connector-health.d.ts.map +1 -0
  503. package/packages/agent/src/api/connector-health.js +132 -0
  504. package/packages/agent/src/api/connector-routes.d.ts +21 -0
  505. package/packages/agent/src/api/connector-routes.d.ts.map +1 -0
  506. package/packages/agent/src/api/connector-routes.js +79 -0
  507. package/packages/agent/src/api/conversation-routes.d.ts +42 -0
  508. package/packages/agent/src/api/conversation-routes.d.ts.map +1 -0
  509. package/packages/agent/src/api/conversation-routes.js +1128 -0
  510. package/packages/agent/src/api/coordinator-types.d.ts +2 -0
  511. package/packages/agent/src/api/coordinator-types.d.ts.map +1 -0
  512. package/packages/agent/src/api/coordinator-types.js +1 -0
  513. package/packages/agent/src/api/coordinator-wiring.d.ts +2 -0
  514. package/packages/agent/src/api/coordinator-wiring.d.ts.map +1 -0
  515. package/packages/agent/src/api/coordinator-wiring.js +1 -0
  516. package/packages/agent/src/api/credit-detection.d.ts +9 -0
  517. package/packages/agent/src/api/credit-detection.d.ts.map +1 -0
  518. package/packages/agent/src/api/credit-detection.js +41 -0
  519. package/packages/agent/src/api/database.d.ts +33 -0
  520. package/packages/agent/src/api/database.d.ts.map +1 -0
  521. package/packages/agent/src/api/database.js +1020 -0
  522. package/packages/agent/src/api/diagnostics-routes.d.ts +53 -0
  523. package/packages/agent/src/api/diagnostics-routes.d.ts.map +1 -0
  524. package/packages/agent/src/api/diagnostics-routes.js +250 -0
  525. package/packages/agent/src/api/discord-avatar-cache.d.ts +10 -0
  526. package/packages/agent/src/api/discord-avatar-cache.d.ts.map +1 -0
  527. package/packages/agent/src/api/discord-avatar-cache.js +149 -0
  528. package/packages/agent/src/api/discord-local-routes.d.ts +12 -0
  529. package/packages/agent/src/api/discord-local-routes.d.ts.map +1 -0
  530. package/packages/agent/src/api/discord-local-routes.js +145 -0
  531. package/packages/agent/src/api/discord-profiles.d.ts +26 -0
  532. package/packages/agent/src/api/discord-profiles.d.ts.map +1 -0
  533. package/packages/agent/src/api/discord-profiles.js +282 -0
  534. package/packages/agent/src/api/drop-routes.d.ts +22 -0
  535. package/packages/agent/src/api/drop-routes.d.ts.map +1 -0
  536. package/packages/agent/src/api/drop-routes.js +155 -0
  537. package/packages/agent/src/api/drop-service.d.ts +26 -0
  538. package/packages/agent/src/api/drop-service.d.ts.map +1 -0
  539. package/packages/agent/src/api/drop-service.js +134 -0
  540. package/packages/agent/src/api/early-logs.d.ts +29 -0
  541. package/packages/agent/src/api/early-logs.d.ts.map +1 -0
  542. package/packages/agent/src/api/early-logs.js +96 -0
  543. package/packages/agent/src/api/health-routes.d.ts +44 -0
  544. package/packages/agent/src/api/health-routes.d.ts.map +1 -0
  545. package/packages/agent/src/api/health-routes.js +449 -0
  546. package/packages/agent/src/api/http-helpers.d.ts +50 -0
  547. package/packages/agent/src/api/http-helpers.d.ts.map +1 -0
  548. package/packages/agent/src/api/http-helpers.js +148 -0
  549. package/packages/agent/src/api/imessage-routes.d.ts +55 -0
  550. package/packages/agent/src/api/imessage-routes.d.ts.map +1 -0
  551. package/packages/agent/src/api/imessage-routes.js +231 -0
  552. package/packages/agent/src/api/inbox-routes.d.ts +48 -0
  553. package/packages/agent/src/api/inbox-routes.d.ts.map +1 -0
  554. package/packages/agent/src/api/inbox-routes.js +1547 -0
  555. package/packages/agent/src/api/index.d.ts +63 -0
  556. package/packages/agent/src/api/index.d.ts.map +1 -0
  557. package/packages/agent/src/api/index.js +62 -0
  558. package/packages/agent/src/api/knowledge-routes.d.ts +2 -0
  559. package/packages/agent/src/api/knowledge-routes.d.ts.map +1 -0
  560. package/packages/agent/src/api/knowledge-routes.js +2 -0
  561. package/packages/agent/src/api/knowledge-service-loader.d.ts +2 -0
  562. package/packages/agent/src/api/knowledge-service-loader.d.ts.map +1 -0
  563. package/packages/agent/src/api/knowledge-service-loader.js +2 -0
  564. package/packages/agent/src/api/lifeops-browser-packaging.d.ts +2 -0
  565. package/packages/agent/src/api/lifeops-browser-packaging.d.ts.map +1 -0
  566. package/packages/agent/src/api/lifeops-browser-packaging.js +1 -0
  567. package/packages/agent/src/api/lifeops-routes.d.ts +2 -0
  568. package/packages/agent/src/api/lifeops-routes.d.ts.map +1 -0
  569. package/packages/agent/src/api/lifeops-routes.js +1 -0
  570. package/packages/agent/src/api/mcp-routes.d.ts +33 -0
  571. package/packages/agent/src/api/mcp-routes.d.ts.map +1 -0
  572. package/packages/agent/src/api/mcp-routes.js +186 -0
  573. package/packages/agent/src/api/memory-bounds.d.ts +51 -0
  574. package/packages/agent/src/api/memory-bounds.d.ts.map +1 -0
  575. package/packages/agent/src/api/memory-bounds.js +81 -0
  576. package/packages/agent/src/api/memory-routes.d.ts +9 -0
  577. package/packages/agent/src/api/memory-routes.d.ts.map +1 -0
  578. package/packages/agent/src/api/memory-routes.js +420 -0
  579. package/packages/agent/src/api/merkle-tree.d.ts +90 -0
  580. package/packages/agent/src/api/merkle-tree.d.ts.map +1 -0
  581. package/packages/agent/src/api/merkle-tree.js +174 -0
  582. package/packages/agent/src/api/misc-routes.d.ts +64 -0
  583. package/packages/agent/src/api/misc-routes.d.ts.map +1 -0
  584. package/packages/agent/src/api/misc-routes.js +557 -0
  585. package/packages/agent/src/api/model-provider-helpers.d.ts +84 -0
  586. package/packages/agent/src/api/model-provider-helpers.d.ts.map +1 -0
  587. package/packages/agent/src/api/model-provider-helpers.js +588 -0
  588. package/packages/agent/src/api/models-routes.d.ts +14 -0
  589. package/packages/agent/src/api/models-routes.d.ts.map +1 -0
  590. package/packages/agent/src/api/models-routes.js +37 -0
  591. package/packages/agent/src/api/music-player-route-fallback.d.ts +16 -0
  592. package/packages/agent/src/api/music-player-route-fallback.d.ts.map +1 -0
  593. package/packages/agent/src/api/music-player-route-fallback.js +65 -0
  594. package/packages/agent/src/api/nfa-routes.d.ts +5 -0
  595. package/packages/agent/src/api/nfa-routes.d.ts.map +1 -0
  596. package/packages/agent/src/api/nfa-routes.js +133 -0
  597. package/packages/agent/src/api/nft-verify.d.ts +16 -0
  598. package/packages/agent/src/api/nft-verify.d.ts.map +1 -0
  599. package/packages/agent/src/api/nft-verify.js +81 -0
  600. package/packages/agent/src/api/og-tracker.d.ts +28 -0
  601. package/packages/agent/src/api/og-tracker.d.ts.map +1 -0
  602. package/packages/agent/src/api/og-tracker.js +60 -0
  603. package/packages/agent/src/api/onboarding-routes.d.ts +50 -0
  604. package/packages/agent/src/api/onboarding-routes.d.ts.map +1 -0
  605. package/packages/agent/src/api/onboarding-routes.js +561 -0
  606. package/packages/agent/src/api/owner-contact-helpers.d.ts +39 -0
  607. package/packages/agent/src/api/owner-contact-helpers.d.ts.map +1 -0
  608. package/packages/agent/src/api/owner-contact-helpers.js +47 -0
  609. package/packages/agent/src/api/parse-action-block.d.ts +35 -0
  610. package/packages/agent/src/api/parse-action-block.d.ts.map +1 -0
  611. package/packages/agent/src/api/parse-action-block.js +110 -0
  612. package/packages/agent/src/api/permissions-routes-extra.d.ts +30 -0
  613. package/packages/agent/src/api/permissions-routes-extra.d.ts.map +1 -0
  614. package/packages/agent/src/api/permissions-routes-extra.js +78 -0
  615. package/packages/agent/src/api/permissions-routes.d.ts +28 -0
  616. package/packages/agent/src/api/permissions-routes.d.ts.map +1 -0
  617. package/packages/agent/src/api/permissions-routes.js +180 -0
  618. package/packages/agent/src/api/plugin-discovery-helpers.d.ts +147 -0
  619. package/packages/agent/src/api/plugin-discovery-helpers.d.ts.map +1 -0
  620. package/packages/agent/src/api/plugin-discovery-helpers.js +1015 -0
  621. package/packages/agent/src/api/plugin-routes.d.ts +127 -0
  622. package/packages/agent/src/api/plugin-routes.d.ts.map +1 -0
  623. package/packages/agent/src/api/plugin-routes.js +1140 -0
  624. package/packages/agent/src/api/plugin-runtime-apply.d.ts +31 -0
  625. package/packages/agent/src/api/plugin-runtime-apply.d.ts.map +1 -0
  626. package/packages/agent/src/api/plugin-runtime-apply.js +217 -0
  627. package/packages/agent/src/api/plugin-validation.d.ts +86 -0
  628. package/packages/agent/src/api/plugin-validation.d.ts.map +1 -0
  629. package/packages/agent/src/api/plugin-validation.js +259 -0
  630. package/packages/agent/src/api/provider-switch-config.d.ts +60 -0
  631. package/packages/agent/src/api/provider-switch-config.d.ts.map +1 -0
  632. package/packages/agent/src/api/provider-switch-config.js +718 -0
  633. package/packages/agent/src/api/provider-switch-routes.d.ts +22 -0
  634. package/packages/agent/src/api/provider-switch-routes.d.ts.map +1 -0
  635. package/packages/agent/src/api/provider-switch-routes.js +92 -0
  636. package/packages/agent/src/api/rate-limiter.d.ts +29 -0
  637. package/packages/agent/src/api/rate-limiter.d.ts.map +1 -0
  638. package/packages/agent/src/api/rate-limiter.js +54 -0
  639. package/packages/agent/src/api/registry-routes.d.ts +29 -0
  640. package/packages/agent/src/api/registry-routes.d.ts.map +1 -0
  641. package/packages/agent/src/api/registry-routes.js +98 -0
  642. package/packages/agent/src/api/registry-service.d.ts +77 -0
  643. package/packages/agent/src/api/registry-service.d.ts.map +1 -0
  644. package/packages/agent/src/api/registry-service.js +190 -0
  645. package/packages/agent/src/api/relationships-routes.d.ts +7 -0
  646. package/packages/agent/src/api/relationships-routes.d.ts.map +1 -0
  647. package/packages/agent/src/api/relationships-routes.js +181 -0
  648. package/packages/agent/src/api/route-helpers.d.ts +16 -0
  649. package/packages/agent/src/api/route-helpers.d.ts.map +1 -0
  650. package/packages/agent/src/api/route-helpers.js +1 -0
  651. package/packages/agent/src/api/runtime-plugin-routes.d.ts +21 -0
  652. package/packages/agent/src/api/runtime-plugin-routes.d.ts.map +1 -0
  653. package/packages/agent/src/api/runtime-plugin-routes.js +132 -0
  654. package/packages/agent/src/api/sandbox-routes.d.ts +12 -0
  655. package/packages/agent/src/api/sandbox-routes.d.ts.map +1 -0
  656. package/packages/agent/src/api/sandbox-routes.js +1334 -0
  657. package/packages/agent/src/api/server-auth.d.ts +52 -0
  658. package/packages/agent/src/api/server-auth.d.ts.map +1 -0
  659. package/packages/agent/src/api/server-auth.js +332 -0
  660. package/packages/agent/src/api/server-helpers.d.ts +95 -0
  661. package/packages/agent/src/api/server-helpers.d.ts.map +1 -0
  662. package/packages/agent/src/api/server-helpers.js +708 -0
  663. package/packages/agent/src/api/server-startup.d.ts +16 -0
  664. package/packages/agent/src/api/server-startup.d.ts.map +1 -0
  665. package/packages/agent/src/api/server-startup.js +14 -0
  666. package/packages/agent/src/api/server-types.d.ts +216 -0
  667. package/packages/agent/src/api/server-types.d.ts.map +1 -0
  668. package/packages/agent/src/api/server-types.js +6 -0
  669. package/packages/agent/src/api/server.d.ts +144 -0
  670. package/packages/agent/src/api/server.d.ts.map +1 -0
  671. package/packages/agent/src/api/server.js +5304 -0
  672. package/packages/agent/src/api/signal-routes.d.ts +42 -0
  673. package/packages/agent/src/api/signal-routes.d.ts.map +1 -0
  674. package/packages/agent/src/api/signal-routes.js +232 -0
  675. package/packages/agent/src/api/skill-discovery-helpers.d.ts +80 -0
  676. package/packages/agent/src/api/skill-discovery-helpers.d.ts.map +1 -0
  677. package/packages/agent/src/api/skill-discovery-helpers.js +381 -0
  678. package/packages/agent/src/api/skills-routes.d.ts +32 -0
  679. package/packages/agent/src/api/skills-routes.d.ts.map +1 -0
  680. package/packages/agent/src/api/skills-routes.js +947 -0
  681. package/packages/agent/src/api/static-file-server.d.ts +19 -0
  682. package/packages/agent/src/api/static-file-server.d.ts.map +1 -0
  683. package/packages/agent/src/api/static-file-server.js +233 -0
  684. package/packages/agent/src/api/stream-persistence.d.ts +64 -0
  685. package/packages/agent/src/api/stream-persistence.d.ts.map +1 -0
  686. package/packages/agent/src/api/stream-persistence.js +231 -0
  687. package/packages/agent/src/api/stream-route-state.d.ts +56 -0
  688. package/packages/agent/src/api/stream-route-state.d.ts.map +1 -0
  689. package/packages/agent/src/api/stream-route-state.js +1 -0
  690. package/packages/agent/src/api/stream-routes.d.ts +43 -0
  691. package/packages/agent/src/api/stream-routes.d.ts.map +1 -0
  692. package/packages/agent/src/api/stream-routes.js +728 -0
  693. package/packages/agent/src/api/streaming-text.d.ts +9 -0
  694. package/packages/agent/src/api/streaming-text.d.ts.map +1 -0
  695. package/packages/agent/src/api/streaming-text.js +85 -0
  696. package/packages/agent/src/api/streaming-types.d.ts +30 -0
  697. package/packages/agent/src/api/streaming-types.d.ts.map +1 -0
  698. package/packages/agent/src/api/streaming-types.js +1 -0
  699. package/packages/agent/src/api/subscription-routes.d.ts +20 -0
  700. package/packages/agent/src/api/subscription-routes.d.ts.map +1 -0
  701. package/packages/agent/src/api/subscription-routes.js +213 -0
  702. package/packages/agent/src/api/task-agent-message-routing.d.ts +2 -0
  703. package/packages/agent/src/api/task-agent-message-routing.d.ts.map +1 -0
  704. package/packages/agent/src/api/task-agent-message-routing.js +1 -0
  705. package/packages/agent/src/api/telegram-account-routes.d.ts +26 -0
  706. package/packages/agent/src/api/telegram-account-routes.d.ts.map +1 -0
  707. package/packages/agent/src/api/telegram-account-routes.js +229 -0
  708. package/packages/agent/src/api/telegram-setup-routes.d.ts +27 -0
  709. package/packages/agent/src/api/telegram-setup-routes.d.ts.map +1 -0
  710. package/packages/agent/src/api/telegram-setup-routes.js +125 -0
  711. package/packages/agent/src/api/terminal-run-limits.d.ts +5 -0
  712. package/packages/agent/src/api/terminal-run-limits.d.ts.map +1 -0
  713. package/packages/agent/src/api/terminal-run-limits.js +22 -0
  714. package/packages/agent/src/api/trade-safety.d.ts +39 -0
  715. package/packages/agent/src/api/trade-safety.d.ts.map +1 -0
  716. package/packages/agent/src/api/trade-safety.js +66 -0
  717. package/packages/agent/src/api/training-backend-check.d.ts +2 -0
  718. package/packages/agent/src/api/training-backend-check.d.ts.map +1 -0
  719. package/packages/agent/src/api/training-backend-check.js +2 -0
  720. package/packages/agent/src/api/training-routes.d.ts +2 -0
  721. package/packages/agent/src/api/training-routes.d.ts.map +1 -0
  722. package/packages/agent/src/api/training-routes.js +2 -0
  723. package/packages/agent/src/api/training-service-like.d.ts +2 -0
  724. package/packages/agent/src/api/training-service-like.d.ts.map +1 -0
  725. package/packages/agent/src/api/training-service-like.js +1 -0
  726. package/packages/agent/src/api/trajectory-routes.d.ts +3 -0
  727. package/packages/agent/src/api/trajectory-routes.d.ts.map +1 -0
  728. package/packages/agent/src/api/trajectory-routes.js +2 -0
  729. package/packages/agent/src/api/trigger-routes.d.ts +73 -0
  730. package/packages/agent/src/api/trigger-routes.d.ts.map +1 -0
  731. package/packages/agent/src/api/trigger-routes.js +308 -0
  732. package/packages/agent/src/api/tts-routes.d.ts +24 -0
  733. package/packages/agent/src/api/tts-routes.d.ts.map +1 -0
  734. package/packages/agent/src/api/tts-routes.js +200 -0
  735. package/packages/agent/src/api/twitter-verify.d.ts +25 -0
  736. package/packages/agent/src/api/twitter-verify.d.ts.map +1 -0
  737. package/packages/agent/src/api/twitter-verify.js +168 -0
  738. package/packages/agent/src/api/tx-service.d.ts +51 -0
  739. package/packages/agent/src/api/tx-service.d.ts.map +1 -0
  740. package/packages/agent/src/api/tx-service.js +160 -0
  741. package/packages/agent/src/api/update-routes.d.ts +19 -0
  742. package/packages/agent/src/api/update-routes.d.ts.map +1 -0
  743. package/packages/agent/src/api/update-routes.js +54 -0
  744. package/packages/agent/src/api/wallet-bsc-routes.d.ts +67 -0
  745. package/packages/agent/src/api/wallet-bsc-routes.d.ts.map +1 -0
  746. package/packages/agent/src/api/wallet-bsc-routes.js +322 -0
  747. package/packages/agent/src/api/wallet-capability.d.ts +33 -0
  748. package/packages/agent/src/api/wallet-capability.d.ts.map +1 -0
  749. package/packages/agent/src/api/wallet-capability.js +124 -0
  750. package/packages/agent/src/api/wallet-dex-prices.d.ts +43 -0
  751. package/packages/agent/src/api/wallet-dex-prices.d.ts.map +1 -0
  752. package/packages/agent/src/api/wallet-dex-prices.js +153 -0
  753. package/packages/agent/src/api/wallet-env-sync.d.ts +2 -0
  754. package/packages/agent/src/api/wallet-env-sync.d.ts.map +1 -0
  755. package/packages/agent/src/api/wallet-env-sync.js +104 -0
  756. package/packages/agent/src/api/wallet-evm-balance.d.ts +66 -0
  757. package/packages/agent/src/api/wallet-evm-balance.d.ts.map +1 -0
  758. package/packages/agent/src/api/wallet-evm-balance.js +667 -0
  759. package/packages/agent/src/api/wallet-routes.d.ts +55 -0
  760. package/packages/agent/src/api/wallet-routes.d.ts.map +1 -0
  761. package/packages/agent/src/api/wallet-routes.js +833 -0
  762. package/packages/agent/src/api/wallet-rpc.d.ts +78 -0
  763. package/packages/agent/src/api/wallet-rpc.d.ts.map +1 -0
  764. package/packages/agent/src/api/wallet-rpc.js +476 -0
  765. package/packages/agent/src/api/wallet-trade-routes.d.ts +110 -0
  766. package/packages/agent/src/api/wallet-trade-routes.d.ts.map +1 -0
  767. package/packages/agent/src/api/wallet-trade-routes.js +353 -0
  768. package/packages/agent/src/api/wallet-trading-profile.d.ts +56 -0
  769. package/packages/agent/src/api/wallet-trading-profile.d.ts.map +1 -0
  770. package/packages/agent/src/api/wallet-trading-profile.js +565 -0
  771. package/packages/agent/src/api/wallet.d.ts +64 -0
  772. package/packages/agent/src/api/wallet.d.ts.map +1 -0
  773. package/packages/agent/src/api/wallet.js +674 -0
  774. package/packages/agent/src/api/website-blocker-routes.d.ts +2 -0
  775. package/packages/agent/src/api/website-blocker-routes.d.ts.map +1 -0
  776. package/packages/agent/src/api/website-blocker-routes.js +1 -0
  777. package/packages/agent/src/api/whatsapp-routes.d.ts +39 -0
  778. package/packages/agent/src/api/whatsapp-routes.d.ts.map +1 -0
  779. package/packages/agent/src/api/whatsapp-routes.js +226 -0
  780. package/packages/agent/src/api/workbench-helpers.d.ts +39 -0
  781. package/packages/agent/src/api/workbench-helpers.d.ts.map +1 -0
  782. package/packages/agent/src/api/workbench-helpers.js +133 -0
  783. package/packages/agent/src/api/workbench-routes.d.ts +53 -0
  784. package/packages/agent/src/api/workbench-routes.d.ts.map +1 -0
  785. package/packages/agent/src/api/workbench-routes.js +405 -0
  786. package/packages/agent/src/api/zip-utils.d.ts +8 -0
  787. package/packages/agent/src/api/zip-utils.d.ts.map +1 -0
  788. package/packages/agent/src/api/zip-utils.js +115 -0
  789. package/packages/agent/src/auth/anthropic.d.ts +29 -0
  790. package/packages/agent/src/auth/anthropic.d.ts.map +1 -0
  791. package/packages/agent/src/auth/anthropic.js +43 -0
  792. package/packages/agent/src/auth/claude-code-stealth.d.ts +2 -0
  793. package/packages/agent/src/auth/claude-code-stealth.d.ts.map +1 -0
  794. package/packages/agent/src/auth/claude-code-stealth.js +114 -0
  795. package/packages/agent/src/auth/credentials.d.ts +74 -0
  796. package/packages/agent/src/auth/credentials.d.ts.map +1 -0
  797. package/packages/agent/src/auth/credentials.js +379 -0
  798. package/packages/agent/src/auth/index.d.ts +6 -0
  799. package/packages/agent/src/auth/index.d.ts.map +1 -0
  800. package/packages/agent/src/auth/index.js +5 -0
  801. package/packages/agent/src/auth/openai-codex.d.ts +32 -0
  802. package/packages/agent/src/auth/openai-codex.d.ts.map +1 -0
  803. package/packages/agent/src/auth/openai-codex.js +81 -0
  804. package/packages/agent/src/auth/types.d.ts +18 -0
  805. package/packages/agent/src/auth/types.d.ts.map +1 -0
  806. package/packages/agent/src/auth/types.js +8 -0
  807. package/packages/agent/src/auth/vendor/pi-oauth/anthropic-login.d.ts +16 -0
  808. package/packages/agent/src/auth/vendor/pi-oauth/anthropic-login.d.ts.map +1 -0
  809. package/packages/agent/src/auth/vendor/pi-oauth/anthropic-login.js +78 -0
  810. package/packages/agent/src/auth/vendor/pi-oauth/openai-codex-login.d.ts +26 -0
  811. package/packages/agent/src/auth/vendor/pi-oauth/openai-codex-login.d.ts.map +1 -0
  812. package/packages/agent/src/auth/vendor/pi-oauth/openai-codex-login.js +342 -0
  813. package/packages/agent/src/auth/vendor/pi-oauth/pkce.d.ts +9 -0
  814. package/packages/agent/src/auth/vendor/pi-oauth/pkce.d.ts.map +1 -0
  815. package/packages/agent/src/auth/vendor/pi-oauth/pkce.js +21 -0
  816. package/packages/agent/src/autonomy/index.d.ts +48 -0
  817. package/packages/agent/src/autonomy/index.d.ts.map +1 -0
  818. package/packages/agent/src/autonomy/index.js +330 -0
  819. package/packages/agent/src/awareness/index.d.ts +2 -0
  820. package/packages/agent/src/awareness/index.d.ts.map +1 -0
  821. package/packages/agent/src/awareness/index.js +1 -0
  822. package/packages/agent/src/awareness/registry.d.ts +27 -0
  823. package/packages/agent/src/awareness/registry.d.ts.map +1 -0
  824. package/packages/agent/src/awareness/registry.js +161 -0
  825. package/packages/agent/src/bin.d.ts +3 -0
  826. package/packages/agent/src/bin.d.ts.map +1 -0
  827. package/packages/agent/src/bin.js +6 -0
  828. package/packages/agent/src/cli/benchmark.d.ts +10 -0
  829. package/packages/agent/src/cli/benchmark.d.ts.map +1 -0
  830. package/packages/agent/src/cli/benchmark.js +293 -0
  831. package/packages/agent/src/cli/index.d.ts +2 -0
  832. package/packages/agent/src/cli/index.d.ts.map +1 -0
  833. package/packages/agent/src/cli/index.js +70 -0
  834. package/packages/agent/src/cli/parse-duration.d.ts +5 -0
  835. package/packages/agent/src/cli/parse-duration.d.ts.map +1 -0
  836. package/packages/agent/src/cli/parse-duration.js +27 -0
  837. package/packages/agent/src/cloud/auth.d.ts +19 -0
  838. package/packages/agent/src/cloud/auth.d.ts.map +1 -0
  839. package/packages/agent/src/cloud/auth.js +110 -0
  840. package/packages/agent/src/cloud/backup.d.ts +18 -0
  841. package/packages/agent/src/cloud/backup.d.ts.map +1 -0
  842. package/packages/agent/src/cloud/backup.js +42 -0
  843. package/packages/agent/src/cloud/base-url.d.ts +3 -0
  844. package/packages/agent/src/cloud/base-url.d.ts.map +1 -0
  845. package/packages/agent/src/cloud/base-url.js +52 -0
  846. package/packages/agent/src/cloud/bridge-client.d.ts +126 -0
  847. package/packages/agent/src/cloud/bridge-client.d.ts.map +1 -0
  848. package/packages/agent/src/cloud/bridge-client.js +380 -0
  849. package/packages/agent/src/cloud/cloud-manager.d.ts +32 -0
  850. package/packages/agent/src/cloud/cloud-manager.d.ts.map +1 -0
  851. package/packages/agent/src/cloud/cloud-manager.js +121 -0
  852. package/packages/agent/src/cloud/cloud-proxy.d.ts +20 -0
  853. package/packages/agent/src/cloud/cloud-proxy.d.ts.map +1 -0
  854. package/packages/agent/src/cloud/cloud-proxy.js +34 -0
  855. package/packages/agent/src/cloud/cloud-wallet.d.ts +94 -0
  856. package/packages/agent/src/cloud/cloud-wallet.d.ts.map +1 -0
  857. package/packages/agent/src/cloud/cloud-wallet.js +199 -0
  858. package/packages/agent/src/cloud/index.d.ts +7 -0
  859. package/packages/agent/src/cloud/index.d.ts.map +1 -0
  860. package/packages/agent/src/cloud/index.js +6 -0
  861. package/packages/agent/src/cloud/reconnect.d.ts +26 -0
  862. package/packages/agent/src/cloud/reconnect.d.ts.map +1 -0
  863. package/packages/agent/src/cloud/reconnect.js +89 -0
  864. package/packages/agent/src/cloud/validate-url.d.ts +2 -0
  865. package/packages/agent/src/cloud/validate-url.d.ts.map +1 -0
  866. package/packages/agent/src/cloud/validate-url.js +162 -0
  867. package/packages/agent/src/config/character-schema.d.ts +25 -0
  868. package/packages/agent/src/config/character-schema.d.ts.map +1 -0
  869. package/packages/agent/src/config/character-schema.js +39 -0
  870. package/packages/agent/src/config/config.d.ts +6 -0
  871. package/packages/agent/src/config/config.d.ts.map +1 -0
  872. package/packages/agent/src/config/config.js +277 -0
  873. package/packages/agent/src/config/env-vars.d.ts +9 -0
  874. package/packages/agent/src/config/env-vars.d.ts.map +1 -0
  875. package/packages/agent/src/config/env-vars.js +282 -0
  876. package/packages/agent/src/config/feature-flags.d.ts +17 -0
  877. package/packages/agent/src/config/feature-flags.d.ts.map +1 -0
  878. package/packages/agent/src/config/feature-flags.js +37 -0
  879. package/packages/agent/src/config/includes.d.ts +26 -0
  880. package/packages/agent/src/config/includes.d.ts.map +1 -0
  881. package/packages/agent/src/config/includes.js +148 -0
  882. package/packages/agent/src/config/index.d.ts +19 -0
  883. package/packages/agent/src/config/index.d.ts.map +1 -0
  884. package/packages/agent/src/config/index.js +18 -0
  885. package/packages/agent/src/config/object-utils.d.ts +2 -0
  886. package/packages/agent/src/config/object-utils.d.ts.map +1 -0
  887. package/packages/agent/src/config/object-utils.js +6 -0
  888. package/packages/agent/src/config/owner-contacts.d.ts +42 -0
  889. package/packages/agent/src/config/owner-contacts.d.ts.map +1 -0
  890. package/packages/agent/src/config/owner-contacts.js +223 -0
  891. package/packages/agent/src/config/paths.d.ts +13 -0
  892. package/packages/agent/src/config/paths.d.ts.map +1 -0
  893. package/packages/agent/src/config/paths.js +106 -0
  894. package/packages/agent/src/config/plugin-auto-enable.d.ts +36 -0
  895. package/packages/agent/src/config/plugin-auto-enable.d.ts.map +1 -0
  896. package/packages/agent/src/config/plugin-auto-enable.js +519 -0
  897. package/packages/agent/src/config/plugin-widgets.d.ts +29 -0
  898. package/packages/agent/src/config/plugin-widgets.d.ts.map +1 -0
  899. package/packages/agent/src/config/plugin-widgets.js +70 -0
  900. package/packages/agent/src/config/runtime-env.d.ts +2 -0
  901. package/packages/agent/src/config/runtime-env.d.ts.map +1 -0
  902. package/packages/agent/src/config/runtime-env.js +1 -0
  903. package/packages/agent/src/config/schema.d.ts +87 -0
  904. package/packages/agent/src/config/schema.d.ts.map +1 -0
  905. package/packages/agent/src/config/schema.js +922 -0
  906. package/packages/agent/src/config/telegram-custom-commands.d.ts +25 -0
  907. package/packages/agent/src/config/telegram-custom-commands.d.ts.map +1 -0
  908. package/packages/agent/src/config/telegram-custom-commands.js +71 -0
  909. package/packages/agent/src/config/types.agent-defaults.d.ts +362 -0
  910. package/packages/agent/src/config/types.agent-defaults.d.ts.map +1 -0
  911. package/packages/agent/src/config/types.agent-defaults.js +1 -0
  912. package/packages/agent/src/config/types.agents.d.ts +114 -0
  913. package/packages/agent/src/config/types.agents.d.ts.map +1 -0
  914. package/packages/agent/src/config/types.agents.js +1 -0
  915. package/packages/agent/src/config/types.d.ts +8 -0
  916. package/packages/agent/src/config/types.d.ts.map +1 -0
  917. package/packages/agent/src/config/types.eliza.d.ts +670 -0
  918. package/packages/agent/src/config/types.eliza.d.ts.map +1 -0
  919. package/packages/agent/src/config/types.eliza.js +1 -0
  920. package/packages/agent/src/config/types.gateway.d.ts +216 -0
  921. package/packages/agent/src/config/types.gateway.d.ts.map +1 -0
  922. package/packages/agent/src/config/types.gateway.js +1 -0
  923. package/packages/agent/src/config/types.hooks.d.ts +107 -0
  924. package/packages/agent/src/config/types.hooks.d.ts.map +1 -0
  925. package/packages/agent/src/config/types.hooks.js +1 -0
  926. package/packages/agent/src/config/types.js +7 -0
  927. package/packages/agent/src/config/types.messages.d.ts +176 -0
  928. package/packages/agent/src/config/types.messages.d.ts.map +1 -0
  929. package/packages/agent/src/config/types.messages.js +1 -0
  930. package/packages/agent/src/config/types.tools.d.ts +400 -0
  931. package/packages/agent/src/config/types.tools.d.ts.map +1 -0
  932. package/packages/agent/src/config/types.tools.js +1 -0
  933. package/packages/agent/src/config/zod-schema.agent-runtime.d.ts +1137 -0
  934. package/packages/agent/src/config/zod-schema.agent-runtime.d.ts.map +1 -0
  935. package/packages/agent/src/config/zod-schema.agent-runtime.js +782 -0
  936. package/packages/agent/src/config/zod-schema.core.d.ts +1021 -0
  937. package/packages/agent/src/config/zod-schema.core.d.ts.map +1 -0
  938. package/packages/agent/src/config/zod-schema.core.js +694 -0
  939. package/packages/agent/src/config/zod-schema.d.ts +3185 -0
  940. package/packages/agent/src/config/zod-schema.d.ts.map +1 -0
  941. package/packages/agent/src/config/zod-schema.hooks.d.ts +88 -0
  942. package/packages/agent/src/config/zod-schema.hooks.d.ts.map +1 -0
  943. package/packages/agent/src/config/zod-schema.hooks.js +133 -0
  944. package/packages/agent/src/config/zod-schema.js +850 -0
  945. package/packages/agent/src/config/zod-schema.providers-core.d.ts +2746 -0
  946. package/packages/agent/src/config/zod-schema.providers-core.d.ts.map +1 -0
  947. package/packages/agent/src/config/zod-schema.providers-core.js +961 -0
  948. package/packages/agent/src/config/zod-schema.session.d.ts +183 -0
  949. package/packages/agent/src/config/zod-schema.session.d.ts.map +1 -0
  950. package/packages/agent/src/config/zod-schema.session.js +86 -0
  951. package/packages/agent/src/contracts/apps.d.ts +2 -0
  952. package/packages/agent/src/contracts/apps.d.ts.map +1 -0
  953. package/packages/agent/src/contracts/apps.js +1 -0
  954. package/packages/agent/src/contracts/awareness.d.ts +38 -0
  955. package/packages/agent/src/contracts/awareness.d.ts.map +1 -0
  956. package/packages/agent/src/contracts/awareness.js +7 -0
  957. package/packages/agent/src/contracts/config.d.ts +148 -0
  958. package/packages/agent/src/contracts/config.d.ts.map +1 -0
  959. package/packages/agent/src/contracts/config.js +4 -0
  960. package/packages/agent/src/contracts/drop.d.ts +2 -0
  961. package/packages/agent/src/contracts/drop.d.ts.map +1 -0
  962. package/packages/agent/src/contracts/drop.js +1 -0
  963. package/packages/agent/src/contracts/index.d.ts +11 -0
  964. package/packages/agent/src/contracts/index.d.ts.map +1 -0
  965. package/packages/agent/src/contracts/index.js +10 -0
  966. package/packages/agent/src/contracts/lifeops.d.ts +2 -0
  967. package/packages/agent/src/contracts/lifeops.d.ts.map +1 -0
  968. package/packages/agent/src/contracts/lifeops.js +1 -0
  969. package/packages/agent/src/contracts/onboarding.d.ts +2 -0
  970. package/packages/agent/src/contracts/onboarding.d.ts.map +1 -0
  971. package/packages/agent/src/contracts/onboarding.js +1 -0
  972. package/packages/agent/src/contracts/permissions.d.ts +2 -0
  973. package/packages/agent/src/contracts/permissions.d.ts.map +1 -0
  974. package/packages/agent/src/contracts/permissions.js +1 -0
  975. package/packages/agent/src/contracts/service-routing.d.ts +2 -0
  976. package/packages/agent/src/contracts/service-routing.d.ts.map +1 -0
  977. package/packages/agent/src/contracts/service-routing.js +1 -0
  978. package/packages/agent/src/contracts/verification.d.ts +2 -0
  979. package/packages/agent/src/contracts/verification.d.ts.map +1 -0
  980. package/packages/agent/src/contracts/verification.js +1 -0
  981. package/packages/agent/src/contracts/wallet.d.ts +2 -0
  982. package/packages/agent/src/contracts/wallet.d.ts.map +1 -0
  983. package/packages/agent/src/contracts/wallet.js +1 -0
  984. package/packages/agent/src/diagnostics/index.d.ts +2 -0
  985. package/packages/agent/src/diagnostics/index.d.ts.map +1 -0
  986. package/packages/agent/src/diagnostics/index.js +1 -0
  987. package/packages/agent/src/diagnostics/integration-observability.d.ts +40 -0
  988. package/packages/agent/src/diagnostics/integration-observability.d.ts.map +1 -0
  989. package/packages/agent/src/diagnostics/integration-observability.js +75 -0
  990. package/packages/agent/src/evals/coordinator-eval-client.d.ts +2 -0
  991. package/packages/agent/src/evals/coordinator-eval-client.d.ts.map +1 -0
  992. package/packages/agent/src/evals/coordinator-eval-client.js +1 -0
  993. package/packages/agent/src/evals/coordinator-live-runner.d.ts +2 -0
  994. package/packages/agent/src/evals/coordinator-live-runner.d.ts.map +1 -0
  995. package/packages/agent/src/evals/coordinator-live-runner.js +1 -0
  996. package/packages/agent/src/evals/coordinator-preflight.d.ts +2 -0
  997. package/packages/agent/src/evals/coordinator-preflight.d.ts.map +1 -0
  998. package/packages/agent/src/evals/coordinator-preflight.js +1 -0
  999. package/packages/agent/src/evals/coordinator-scenarios.d.ts +2 -0
  1000. package/packages/agent/src/evals/coordinator-scenarios.d.ts.map +1 -0
  1001. package/packages/agent/src/evals/coordinator-scenarios.js +1 -0
  1002. package/packages/agent/src/evaluators/late-join-whitelist.d.ts +16 -0
  1003. package/packages/agent/src/evaluators/late-join-whitelist.d.ts.map +1 -0
  1004. package/packages/agent/src/evaluators/late-join-whitelist.js +67 -0
  1005. package/packages/agent/src/hooks/discovery.d.ts +13 -0
  1006. package/packages/agent/src/hooks/discovery.d.ts.map +1 -0
  1007. package/packages/agent/src/hooks/discovery.js +191 -0
  1008. package/packages/agent/src/hooks/eligibility.d.ts +12 -0
  1009. package/packages/agent/src/hooks/eligibility.d.ts.map +1 -0
  1010. package/packages/agent/src/hooks/eligibility.js +105 -0
  1011. package/packages/agent/src/hooks/index.d.ts +3 -0
  1012. package/packages/agent/src/hooks/index.d.ts.map +1 -0
  1013. package/packages/agent/src/hooks/index.js +2 -0
  1014. package/packages/agent/src/hooks/loader.d.ts +34 -0
  1015. package/packages/agent/src/hooks/loader.d.ts.map +1 -0
  1016. package/packages/agent/src/hooks/loader.js +214 -0
  1017. package/packages/agent/src/hooks/registry.d.ts +11 -0
  1018. package/packages/agent/src/hooks/registry.d.ts.map +1 -0
  1019. package/packages/agent/src/hooks/registry.js +58 -0
  1020. package/packages/agent/src/hooks/types.d.ts +104 -0
  1021. package/packages/agent/src/hooks/types.d.ts.map +1 -0
  1022. package/packages/agent/src/hooks/types.js +8 -0
  1023. package/packages/agent/src/index.d.ts +22 -0
  1024. package/packages/agent/src/index.d.ts.map +1 -0
  1025. package/packages/agent/src/index.js +20 -0
  1026. package/packages/agent/src/lifeops/app-state.d.ts +2 -0
  1027. package/packages/agent/src/lifeops/app-state.d.ts.map +1 -0
  1028. package/packages/agent/src/lifeops/app-state.js +1 -0
  1029. package/packages/agent/src/lifeops/apple-reminders.d.ts +2 -0
  1030. package/packages/agent/src/lifeops/apple-reminders.d.ts.map +1 -0
  1031. package/packages/agent/src/lifeops/apple-reminders.js +1 -0
  1032. package/packages/agent/src/lifeops/defaults.d.ts +2 -0
  1033. package/packages/agent/src/lifeops/defaults.d.ts.map +1 -0
  1034. package/packages/agent/src/lifeops/defaults.js +1 -0
  1035. package/packages/agent/src/lifeops/engine.d.ts +2 -0
  1036. package/packages/agent/src/lifeops/engine.d.ts.map +1 -0
  1037. package/packages/agent/src/lifeops/engine.js +1 -0
  1038. package/packages/agent/src/lifeops/goal-grounding.d.ts +2 -0
  1039. package/packages/agent/src/lifeops/goal-grounding.d.ts.map +1 -0
  1040. package/packages/agent/src/lifeops/goal-grounding.js +1 -0
  1041. package/packages/agent/src/lifeops/goal-semantic-evaluator.d.ts +2 -0
  1042. package/packages/agent/src/lifeops/goal-semantic-evaluator.d.ts.map +1 -0
  1043. package/packages/agent/src/lifeops/goal-semantic-evaluator.js +1 -0
  1044. package/packages/agent/src/lifeops/google-api-error.d.ts +2 -0
  1045. package/packages/agent/src/lifeops/google-api-error.d.ts.map +1 -0
  1046. package/packages/agent/src/lifeops/google-api-error.js +1 -0
  1047. package/packages/agent/src/lifeops/google-calendar.d.ts +2 -0
  1048. package/packages/agent/src/lifeops/google-calendar.d.ts.map +1 -0
  1049. package/packages/agent/src/lifeops/google-calendar.js +1 -0
  1050. package/packages/agent/src/lifeops/google-connector-gateway.d.ts +2 -0
  1051. package/packages/agent/src/lifeops/google-connector-gateway.d.ts.map +1 -0
  1052. package/packages/agent/src/lifeops/google-connector-gateway.js +1 -0
  1053. package/packages/agent/src/lifeops/google-fetch.d.ts +2 -0
  1054. package/packages/agent/src/lifeops/google-fetch.d.ts.map +1 -0
  1055. package/packages/agent/src/lifeops/google-fetch.js +1 -0
  1056. package/packages/agent/src/lifeops/google-gmail.d.ts +2 -0
  1057. package/packages/agent/src/lifeops/google-gmail.d.ts.map +1 -0
  1058. package/packages/agent/src/lifeops/google-gmail.js +1 -0
  1059. package/packages/agent/src/lifeops/google-managed-client.d.ts +2 -0
  1060. package/packages/agent/src/lifeops/google-managed-client.d.ts.map +1 -0
  1061. package/packages/agent/src/lifeops/google-managed-client.js +1 -0
  1062. package/packages/agent/src/lifeops/google-oauth.d.ts +2 -0
  1063. package/packages/agent/src/lifeops/google-oauth.d.ts.map +1 -0
  1064. package/packages/agent/src/lifeops/google-oauth.js +1 -0
  1065. package/packages/agent/src/lifeops/google-scopes.d.ts +2 -0
  1066. package/packages/agent/src/lifeops/google-scopes.d.ts.map +1 -0
  1067. package/packages/agent/src/lifeops/google-scopes.js +1 -0
  1068. package/packages/agent/src/lifeops/index.d.ts +2 -0
  1069. package/packages/agent/src/lifeops/index.d.ts.map +1 -0
  1070. package/packages/agent/src/lifeops/index.js +1 -0
  1071. package/packages/agent/src/lifeops/owner-profile.d.ts +2 -0
  1072. package/packages/agent/src/lifeops/owner-profile.d.ts.map +1 -0
  1073. package/packages/agent/src/lifeops/owner-profile.js +1 -0
  1074. package/packages/agent/src/lifeops/repository.d.ts +2 -0
  1075. package/packages/agent/src/lifeops/repository.d.ts.map +1 -0
  1076. package/packages/agent/src/lifeops/repository.js +1 -0
  1077. package/packages/agent/src/lifeops/runtime.d.ts +2 -0
  1078. package/packages/agent/src/lifeops/runtime.d.ts.map +1 -0
  1079. package/packages/agent/src/lifeops/runtime.js +1 -0
  1080. package/packages/agent/src/lifeops/screen-context.d.ts +2 -0
  1081. package/packages/agent/src/lifeops/screen-context.d.ts.map +1 -0
  1082. package/packages/agent/src/lifeops/screen-context.js +1 -0
  1083. package/packages/agent/src/lifeops/seed-routines.d.ts +2 -0
  1084. package/packages/agent/src/lifeops/seed-routines.d.ts.map +1 -0
  1085. package/packages/agent/src/lifeops/seed-routines.js +1 -0
  1086. package/packages/agent/src/lifeops/service.d.ts +2 -0
  1087. package/packages/agent/src/lifeops/service.d.ts.map +1 -0
  1088. package/packages/agent/src/lifeops/service.js +1 -0
  1089. package/packages/agent/src/lifeops/sql.d.ts +2 -0
  1090. package/packages/agent/src/lifeops/sql.d.ts.map +1 -0
  1091. package/packages/agent/src/lifeops/sql.js +1 -0
  1092. package/packages/agent/src/lifeops/time.d.ts +2 -0
  1093. package/packages/agent/src/lifeops/time.d.ts.map +1 -0
  1094. package/packages/agent/src/lifeops/time.js +1 -0
  1095. package/packages/agent/src/lifeops/twilio.d.ts +2 -0
  1096. package/packages/agent/src/lifeops/twilio.d.ts.map +1 -0
  1097. package/packages/agent/src/lifeops/twilio.js +1 -0
  1098. package/packages/agent/src/lifeops/x-poster.d.ts +2 -0
  1099. package/packages/agent/src/lifeops/x-poster.d.ts.map +1 -0
  1100. package/packages/agent/src/lifeops/x-poster.js +1 -0
  1101. package/packages/agent/src/onboarding-presets.d.ts +2 -0
  1102. package/packages/agent/src/onboarding-presets.d.ts.map +1 -0
  1103. package/packages/agent/src/onboarding-presets.js +1 -0
  1104. package/packages/agent/src/plugins/custom-rtmp/index.d.ts +12 -0
  1105. package/packages/agent/src/plugins/custom-rtmp/index.d.ts.map +1 -0
  1106. package/packages/agent/src/plugins/custom-rtmp/index.js +26 -0
  1107. package/packages/agent/src/plugins/discord-voice-capability.d.ts +35 -0
  1108. package/packages/agent/src/plugins/discord-voice-capability.d.ts.map +1 -0
  1109. package/packages/agent/src/plugins/discord-voice-capability.js +97 -0
  1110. package/packages/agent/src/providers/activity-profile.d.ts +3 -0
  1111. package/packages/agent/src/providers/activity-profile.d.ts.map +1 -0
  1112. package/packages/agent/src/providers/activity-profile.js +140 -0
  1113. package/packages/agent/src/providers/admin-panel.d.ts +4 -0
  1114. package/packages/agent/src/providers/admin-panel.d.ts.map +1 -0
  1115. package/packages/agent/src/providers/admin-panel.js +83 -0
  1116. package/packages/agent/src/providers/admin-trust.d.ts +4 -0
  1117. package/packages/agent/src/providers/admin-trust.d.ts.map +1 -0
  1118. package/packages/agent/src/providers/admin-trust.js +34 -0
  1119. package/packages/agent/src/providers/conversation-utils.d.ts +11 -0
  1120. package/packages/agent/src/providers/conversation-utils.d.ts.map +1 -0
  1121. package/packages/agent/src/providers/conversation-utils.js +79 -0
  1122. package/packages/agent/src/providers/escalation-trigger.d.ts +15 -0
  1123. package/packages/agent/src/providers/escalation-trigger.d.ts.map +1 -0
  1124. package/packages/agent/src/providers/escalation-trigger.js +165 -0
  1125. package/packages/agent/src/providers/inbox-triage.d.ts +2 -0
  1126. package/packages/agent/src/providers/inbox-triage.d.ts.map +1 -0
  1127. package/packages/agent/src/providers/inbox-triage.js +1 -0
  1128. package/packages/agent/src/providers/index.d.ts +18 -0
  1129. package/packages/agent/src/providers/index.d.ts.map +1 -0
  1130. package/packages/agent/src/providers/index.js +17 -0
  1131. package/packages/agent/src/providers/lifeops.d.ts +2 -0
  1132. package/packages/agent/src/providers/lifeops.d.ts.map +1 -0
  1133. package/packages/agent/src/providers/lifeops.js +1 -0
  1134. package/packages/agent/src/providers/local-models.d.ts +118 -0
  1135. package/packages/agent/src/providers/local-models.d.ts.map +1 -0
  1136. package/packages/agent/src/providers/local-models.js +427 -0
  1137. package/packages/agent/src/providers/media-provider.d.ts +192 -0
  1138. package/packages/agent/src/providers/media-provider.d.ts.map +1 -0
  1139. package/packages/agent/src/providers/media-provider.js +1088 -0
  1140. package/packages/agent/src/providers/recent-conversations.d.ts +3 -0
  1141. package/packages/agent/src/providers/recent-conversations.d.ts.map +1 -0
  1142. package/packages/agent/src/providers/recent-conversations.js +87 -0
  1143. package/packages/agent/src/providers/relevant-conversations.d.ts +3 -0
  1144. package/packages/agent/src/providers/relevant-conversations.d.ts.map +1 -0
  1145. package/packages/agent/src/providers/relevant-conversations.js +88 -0
  1146. package/packages/agent/src/providers/role-backfill.d.ts +18 -0
  1147. package/packages/agent/src/providers/role-backfill.d.ts.map +1 -0
  1148. package/packages/agent/src/providers/role-backfill.js +84 -0
  1149. package/packages/agent/src/providers/rolodex.d.ts +3 -0
  1150. package/packages/agent/src/providers/rolodex.d.ts.map +1 -0
  1151. package/packages/agent/src/providers/rolodex.js +77 -0
  1152. package/packages/agent/src/providers/self-status.d.ts +4 -0
  1153. package/packages/agent/src/providers/self-status.d.ts.map +1 -0
  1154. package/packages/agent/src/providers/self-status.js +12 -0
  1155. package/packages/agent/src/providers/session-bridge.d.ts +24 -0
  1156. package/packages/agent/src/providers/session-bridge.d.ts.map +1 -0
  1157. package/packages/agent/src/providers/session-bridge.js +85 -0
  1158. package/packages/agent/src/providers/session-utils.d.ts +20 -0
  1159. package/packages/agent/src/providers/session-utils.d.ts.map +1 -0
  1160. package/packages/agent/src/providers/session-utils.js +33 -0
  1161. package/packages/agent/src/providers/simple-mode.d.ts +4 -0
  1162. package/packages/agent/src/providers/simple-mode.d.ts.map +1 -0
  1163. package/packages/agent/src/providers/simple-mode.js +85 -0
  1164. package/packages/agent/src/providers/skill-provider.d.ts +16 -0
  1165. package/packages/agent/src/providers/skill-provider.d.ts.map +1 -0
  1166. package/packages/agent/src/providers/skill-provider.js +336 -0
  1167. package/packages/agent/src/providers/tasks.d.ts +9 -0
  1168. package/packages/agent/src/providers/tasks.d.ts.map +1 -0
  1169. package/packages/agent/src/providers/tasks.js +113 -0
  1170. package/packages/agent/src/providers/ui-catalog.d.ts +3 -0
  1171. package/packages/agent/src/providers/ui-catalog.d.ts.map +1 -0
  1172. package/packages/agent/src/providers/ui-catalog.js +95 -0
  1173. package/packages/agent/src/providers/user-name.d.ts +11 -0
  1174. package/packages/agent/src/providers/user-name.d.ts.map +1 -0
  1175. package/packages/agent/src/providers/user-name.js +40 -0
  1176. package/packages/agent/src/providers/workspace-provider.d.ts +22 -0
  1177. package/packages/agent/src/providers/workspace-provider.d.ts.map +1 -0
  1178. package/packages/agent/src/providers/workspace-provider.js +177 -0
  1179. package/packages/agent/src/providers/workspace.d.ts +54 -0
  1180. package/packages/agent/src/providers/workspace.d.ts.map +1 -0
  1181. package/packages/agent/src/providers/workspace.js +481 -0
  1182. package/packages/agent/src/runtime/agent-event-service.d.ts +35 -0
  1183. package/packages/agent/src/runtime/agent-event-service.d.ts.map +1 -0
  1184. package/packages/agent/src/runtime/agent-event-service.js +16 -0
  1185. package/packages/agent/src/runtime/cloud-onboarding.d.ts +35 -0
  1186. package/packages/agent/src/runtime/cloud-onboarding.d.ts.map +1 -0
  1187. package/packages/agent/src/runtime/cloud-onboarding.js +279 -0
  1188. package/packages/agent/src/runtime/core-plugins.d.ts +19 -0
  1189. package/packages/agent/src/runtime/core-plugins.d.ts.map +1 -0
  1190. package/packages/agent/src/runtime/core-plugins.js +62 -0
  1191. package/packages/agent/src/runtime/custom-actions.d.ts +43 -0
  1192. package/packages/agent/src/runtime/custom-actions.d.ts.map +1 -0
  1193. package/packages/agent/src/runtime/custom-actions.js +507 -0
  1194. package/packages/agent/src/runtime/default-knowledge.d.ts +20 -0
  1195. package/packages/agent/src/runtime/default-knowledge.d.ts.map +1 -0
  1196. package/packages/agent/src/runtime/default-knowledge.js +256 -0
  1197. package/packages/agent/src/runtime/discord-local-plugin.d.ts +86 -0
  1198. package/packages/agent/src/runtime/discord-local-plugin.d.ts.map +1 -0
  1199. package/packages/agent/src/runtime/discord-local-plugin.js +884 -0
  1200. package/packages/agent/src/runtime/eliza-plugin.d.ts +16 -0
  1201. package/packages/agent/src/runtime/eliza-plugin.d.ts.map +1 -0
  1202. package/packages/agent/src/runtime/eliza-plugin.js +212 -0
  1203. package/packages/agent/src/runtime/eliza.d.ts +181 -0
  1204. package/packages/agent/src/runtime/eliza.d.ts.map +1 -0
  1205. package/packages/agent/src/runtime/eliza.js +3286 -0
  1206. package/packages/agent/src/runtime/embedding-presets.d.ts +19 -0
  1207. package/packages/agent/src/runtime/embedding-presets.d.ts.map +1 -0
  1208. package/packages/agent/src/runtime/embedding-presets.js +60 -0
  1209. package/packages/agent/src/runtime/first-time-setup.d.ts +25 -0
  1210. package/packages/agent/src/runtime/first-time-setup.d.ts.map +1 -0
  1211. package/packages/agent/src/runtime/first-time-setup.js +697 -0
  1212. package/packages/agent/src/runtime/index.d.ts +13 -0
  1213. package/packages/agent/src/runtime/index.d.ts.map +1 -0
  1214. package/packages/agent/src/runtime/index.js +12 -0
  1215. package/packages/agent/src/runtime/native-runtime-features.d.ts +4 -0
  1216. package/packages/agent/src/runtime/native-runtime-features.d.ts.map +1 -0
  1217. package/packages/agent/src/runtime/native-runtime-features.js +10 -0
  1218. package/packages/agent/src/runtime/onboarding-names.d.ts +11 -0
  1219. package/packages/agent/src/runtime/onboarding-names.d.ts.map +1 -0
  1220. package/packages/agent/src/runtime/onboarding-names.js +74 -0
  1221. package/packages/agent/src/runtime/owner-entity.d.ts +4 -0
  1222. package/packages/agent/src/runtime/owner-entity.d.ts.map +1 -0
  1223. package/packages/agent/src/runtime/owner-entity.js +30 -0
  1224. package/packages/agent/src/runtime/pglite-error-compat.d.ts +28 -0
  1225. package/packages/agent/src/runtime/pglite-error-compat.d.ts.map +1 -0
  1226. package/packages/agent/src/runtime/pglite-error-compat.js +54 -0
  1227. package/packages/agent/src/runtime/plugin-collector.d.ts +38 -0
  1228. package/packages/agent/src/runtime/plugin-collector.d.ts.map +1 -0
  1229. package/packages/agent/src/runtime/plugin-collector.js +397 -0
  1230. package/packages/agent/src/runtime/plugin-lifecycle.d.ts +44 -0
  1231. package/packages/agent/src/runtime/plugin-lifecycle.d.ts.map +1 -0
  1232. package/packages/agent/src/runtime/plugin-lifecycle.js +574 -0
  1233. package/packages/agent/src/runtime/plugin-resolver.d.ts +31 -0
  1234. package/packages/agent/src/runtime/plugin-resolver.d.ts.map +1 -0
  1235. package/packages/agent/src/runtime/plugin-resolver.js +828 -0
  1236. package/packages/agent/src/runtime/plugin-role-gating.d.ts +34 -0
  1237. package/packages/agent/src/runtime/plugin-role-gating.d.ts.map +1 -0
  1238. package/packages/agent/src/runtime/plugin-role-gating.js +232 -0
  1239. package/packages/agent/src/runtime/plugin-types.d.ts +71 -0
  1240. package/packages/agent/src/runtime/plugin-types.d.ts.map +1 -0
  1241. package/packages/agent/src/runtime/plugin-types.js +318 -0
  1242. package/packages/agent/src/runtime/prompt-compaction.d.ts +80 -0
  1243. package/packages/agent/src/runtime/prompt-compaction.d.ts.map +1 -0
  1244. package/packages/agent/src/runtime/prompt-compaction.js +307 -0
  1245. package/packages/agent/src/runtime/prompt-optimization.d.ts +11 -0
  1246. package/packages/agent/src/runtime/prompt-optimization.d.ts.map +1 -0
  1247. package/packages/agent/src/runtime/prompt-optimization.js +421 -0
  1248. package/packages/agent/src/runtime/release-plugin-policy.d.ts +20 -0
  1249. package/packages/agent/src/runtime/release-plugin-policy.d.ts.map +1 -0
  1250. package/packages/agent/src/runtime/release-plugin-policy.js +85 -0
  1251. package/packages/agent/src/runtime/restart.d.ts +45 -0
  1252. package/packages/agent/src/runtime/restart.d.ts.map +1 -0
  1253. package/packages/agent/src/runtime/restart.js +45 -0
  1254. package/packages/agent/src/runtime/roles/src/action.d.ts +11 -0
  1255. package/packages/agent/src/runtime/roles/src/action.d.ts.map +1 -0
  1256. package/packages/agent/src/runtime/roles/src/action.js +676 -0
  1257. package/packages/agent/src/runtime/roles/src/index.d.ts +24 -0
  1258. package/packages/agent/src/runtime/roles/src/index.d.ts.map +1 -0
  1259. package/packages/agent/src/runtime/roles/src/index.js +243 -0
  1260. package/packages/agent/src/runtime/roles/src/intent.d.ts +18 -0
  1261. package/packages/agent/src/runtime/roles/src/intent.d.ts.map +1 -0
  1262. package/packages/agent/src/runtime/roles/src/intent.js +299 -0
  1263. package/packages/agent/src/runtime/roles/src/provider.d.ts +7 -0
  1264. package/packages/agent/src/runtime/roles/src/provider.d.ts.map +1 -0
  1265. package/packages/agent/src/runtime/roles/src/provider.js +133 -0
  1266. package/packages/agent/src/runtime/roles/src/types.d.ts +3 -0
  1267. package/packages/agent/src/runtime/roles/src/types.d.ts.map +1 -0
  1268. package/packages/agent/src/runtime/roles/src/types.js +1 -0
  1269. package/packages/agent/src/runtime/roles/src/utils.d.ts +2 -0
  1270. package/packages/agent/src/runtime/roles/src/utils.d.ts.map +1 -0
  1271. package/packages/agent/src/runtime/roles/src/utils.js +1 -0
  1272. package/packages/agent/src/runtime/roles.d.ts +3 -0
  1273. package/packages/agent/src/runtime/roles.d.ts.map +1 -0
  1274. package/packages/agent/src/runtime/roles.js +5 -0
  1275. package/packages/agent/src/runtime/trajectory-export.d.ts +8 -0
  1276. package/packages/agent/src/runtime/trajectory-export.d.ts.map +1 -0
  1277. package/packages/agent/src/runtime/trajectory-export.js +7 -0
  1278. package/packages/agent/src/runtime/trajectory-internals.d.ts +217 -0
  1279. package/packages/agent/src/runtime/trajectory-internals.d.ts.map +1 -0
  1280. package/packages/agent/src/runtime/trajectory-internals.js +1296 -0
  1281. package/packages/agent/src/runtime/trajectory-persistence.d.ts +15 -0
  1282. package/packages/agent/src/runtime/trajectory-persistence.d.ts.map +1 -0
  1283. package/packages/agent/src/runtime/trajectory-persistence.js +29 -0
  1284. package/packages/agent/src/runtime/trajectory-query.d.ts +8 -0
  1285. package/packages/agent/src/runtime/trajectory-query.d.ts.map +1 -0
  1286. package/packages/agent/src/runtime/trajectory-query.js +27 -0
  1287. package/packages/agent/src/runtime/trajectory-storage.d.ts +65 -0
  1288. package/packages/agent/src/runtime/trajectory-storage.d.ts.map +1 -0
  1289. package/packages/agent/src/runtime/trajectory-storage.js +1026 -0
  1290. package/packages/agent/src/runtime/version.d.ts +2 -0
  1291. package/packages/agent/src/runtime/version.d.ts.map +1 -0
  1292. package/packages/agent/src/runtime/version.js +5 -0
  1293. package/packages/agent/src/runtime/web-search-tools.d.ts +22 -0
  1294. package/packages/agent/src/runtime/web-search-tools.d.ts.map +1 -0
  1295. package/packages/agent/src/runtime/web-search-tools.js +149 -0
  1296. package/packages/agent/src/security/access.d.ts +17 -0
  1297. package/packages/agent/src/security/access.d.ts.map +1 -0
  1298. package/packages/agent/src/security/access.js +149 -0
  1299. package/packages/agent/src/security/audit-log.d.ts +49 -0
  1300. package/packages/agent/src/security/audit-log.d.ts.map +1 -0
  1301. package/packages/agent/src/security/audit-log.js +161 -0
  1302. package/packages/agent/src/security/index.d.ts +3 -0
  1303. package/packages/agent/src/security/index.d.ts.map +1 -0
  1304. package/packages/agent/src/security/index.js +2 -0
  1305. package/packages/agent/src/security/network-policy.d.ts +6 -0
  1306. package/packages/agent/src/security/network-policy.d.ts.map +1 -0
  1307. package/packages/agent/src/security/network-policy.js +85 -0
  1308. package/packages/agent/src/server/index.d.ts +3 -0
  1309. package/packages/agent/src/server/index.d.ts.map +1 -0
  1310. package/packages/agent/src/server/index.js +1 -0
  1311. package/packages/agent/src/services/agent-export.d.ts +100 -0
  1312. package/packages/agent/src/services/agent-export.d.ts.map +1 -0
  1313. package/packages/agent/src/services/agent-export.js +729 -0
  1314. package/packages/agent/src/services/app-manager.d.ts +56 -0
  1315. package/packages/agent/src/services/app-manager.d.ts.map +1 -0
  1316. package/packages/agent/src/services/app-manager.js +2019 -0
  1317. package/packages/agent/src/services/app-package-modules.d.ts +30 -0
  1318. package/packages/agent/src/services/app-package-modules.d.ts.map +1 -0
  1319. package/packages/agent/src/services/app-package-modules.js +348 -0
  1320. package/packages/agent/src/services/app-run-store.d.ts +6 -0
  1321. package/packages/agent/src/services/app-run-store.d.ts.map +1 -0
  1322. package/packages/agent/src/services/app-run-store.js +490 -0
  1323. package/packages/agent/src/services/app-session-gate.d.ts +15 -0
  1324. package/packages/agent/src/services/app-session-gate.d.ts.map +1 -0
  1325. package/packages/agent/src/services/app-session-gate.js +71 -0
  1326. package/packages/agent/src/services/browser-capture.d.ts +41 -0
  1327. package/packages/agent/src/services/browser-capture.d.ts.map +1 -0
  1328. package/packages/agent/src/services/browser-capture.js +173 -0
  1329. package/packages/agent/src/services/browser-workspace.d.ts +179 -0
  1330. package/packages/agent/src/services/browser-workspace.d.ts.map +1 -0
  1331. package/packages/agent/src/services/browser-workspace.js +4589 -0
  1332. package/packages/agent/src/services/built-in-app-routes/2004scape.d.ts +28 -0
  1333. package/packages/agent/src/services/built-in-app-routes/2004scape.d.ts.map +1 -0
  1334. package/packages/agent/src/services/built-in-app-routes/2004scape.js +1343 -0
  1335. package/packages/agent/src/services/built-in-app-routes/hyperscape.d.ts +5 -0
  1336. package/packages/agent/src/services/built-in-app-routes/hyperscape.d.ts.map +1 -0
  1337. package/packages/agent/src/services/built-in-app-routes/hyperscape.js +189 -0
  1338. package/packages/agent/src/services/character-persistence.d.ts +39 -0
  1339. package/packages/agent/src/services/character-persistence.d.ts.map +1 -0
  1340. package/packages/agent/src/services/character-persistence.js +159 -0
  1341. package/packages/agent/src/services/client-chat-sender.d.ts +19 -0
  1342. package/packages/agent/src/services/client-chat-sender.d.ts.map +1 -0
  1343. package/packages/agent/src/services/client-chat-sender.js +88 -0
  1344. package/packages/agent/src/services/coding-agent-context.d.ts +310 -0
  1345. package/packages/agent/src/services/coding-agent-context.d.ts.map +1 -0
  1346. package/packages/agent/src/services/coding-agent-context.js +281 -0
  1347. package/packages/agent/src/services/coding-task-executor.d.ts +20 -0
  1348. package/packages/agent/src/services/coding-task-executor.d.ts.map +1 -0
  1349. package/packages/agent/src/services/coding-task-executor.js +141 -0
  1350. package/packages/agent/src/services/config-plugin-manager.d.ts +6 -0
  1351. package/packages/agent/src/services/config-plugin-manager.d.ts.map +1 -0
  1352. package/packages/agent/src/services/config-plugin-manager.js +53 -0
  1353. package/packages/agent/src/services/connector-setup-service.d.ts +48 -0
  1354. package/packages/agent/src/services/connector-setup-service.d.ts.map +1 -0
  1355. package/packages/agent/src/services/connector-setup-service.js +60 -0
  1356. package/packages/agent/src/services/conversation-proximity.d.ts +27 -0
  1357. package/packages/agent/src/services/conversation-proximity.d.ts.map +1 -0
  1358. package/packages/agent/src/services/conversation-proximity.js +124 -0
  1359. package/packages/agent/src/services/credential-words.d.ts +26 -0
  1360. package/packages/agent/src/services/credential-words.d.ts.map +1 -0
  1361. package/packages/agent/src/services/credential-words.js +116 -0
  1362. package/packages/agent/src/services/escalation.d.ts +46 -0
  1363. package/packages/agent/src/services/escalation.d.ts.map +1 -0
  1364. package/packages/agent/src/services/escalation.js +415 -0
  1365. package/packages/agent/src/services/executor-registry.d.ts +4 -0
  1366. package/packages/agent/src/services/executor-registry.d.ts.map +1 -0
  1367. package/packages/agent/src/services/executor-registry.js +10 -0
  1368. package/packages/agent/src/services/index.d.ts +25 -0
  1369. package/packages/agent/src/services/index.d.ts.map +1 -0
  1370. package/packages/agent/src/services/index.js +24 -0
  1371. package/packages/agent/src/services/mcp-marketplace.d.ts +89 -0
  1372. package/packages/agent/src/services/mcp-marketplace.d.ts.map +1 -0
  1373. package/packages/agent/src/services/mcp-marketplace.js +200 -0
  1374. package/packages/agent/src/services/overlay-app-presence.d.ts +9 -0
  1375. package/packages/agent/src/services/overlay-app-presence.d.ts.map +1 -0
  1376. package/packages/agent/src/services/overlay-app-presence.js +18 -0
  1377. package/packages/agent/src/services/plugin-manager-types.d.ts +113 -0
  1378. package/packages/agent/src/services/plugin-manager-types.d.ts.map +1 -0
  1379. package/packages/agent/src/services/plugin-manager-types.js +18 -0
  1380. package/packages/agent/src/services/privy-wallets.d.ts +23 -0
  1381. package/packages/agent/src/services/privy-wallets.d.ts.map +1 -0
  1382. package/packages/agent/src/services/privy-wallets.js +230 -0
  1383. package/packages/agent/src/services/registry-client-app-meta.d.ts +6 -0
  1384. package/packages/agent/src/services/registry-client-app-meta.d.ts.map +1 -0
  1385. package/packages/agent/src/services/registry-client-app-meta.js +225 -0
  1386. package/packages/agent/src/services/registry-client-endpoints.d.ts +7 -0
  1387. package/packages/agent/src/services/registry-client-endpoints.d.ts.map +1 -0
  1388. package/packages/agent/src/services/registry-client-endpoints.js +190 -0
  1389. package/packages/agent/src/services/registry-client-local.d.ts +4 -0
  1390. package/packages/agent/src/services/registry-client-local.d.ts.map +1 -0
  1391. package/packages/agent/src/services/registry-client-local.js +545 -0
  1392. package/packages/agent/src/services/registry-client-network.d.ts +9 -0
  1393. package/packages/agent/src/services/registry-client-network.d.ts.map +1 -0
  1394. package/packages/agent/src/services/registry-client-network.js +119 -0
  1395. package/packages/agent/src/services/registry-client-queries.d.ts +15 -0
  1396. package/packages/agent/src/services/registry-client-queries.d.ts.map +1 -0
  1397. package/packages/agent/src/services/registry-client-queries.js +172 -0
  1398. package/packages/agent/src/services/registry-client-types.d.ts +125 -0
  1399. package/packages/agent/src/services/registry-client-types.d.ts.map +1 -0
  1400. package/packages/agent/src/services/registry-client-types.js +1 -0
  1401. package/packages/agent/src/services/registry-client.d.ts +39 -0
  1402. package/packages/agent/src/services/registry-client.d.ts.map +1 -0
  1403. package/packages/agent/src/services/registry-client.js +332 -0
  1404. package/packages/agent/src/services/relationships-graph.d.ts +134 -0
  1405. package/packages/agent/src/services/relationships-graph.d.ts.map +1 -0
  1406. package/packages/agent/src/services/relationships-graph.js +1332 -0
  1407. package/packages/agent/src/services/remote-signing-service.d.ts +58 -0
  1408. package/packages/agent/src/services/remote-signing-service.d.ts.map +1 -0
  1409. package/packages/agent/src/services/remote-signing-service.js +185 -0
  1410. package/packages/agent/src/services/research-task-executor.d.ts +14 -0
  1411. package/packages/agent/src/services/research-task-executor.d.ts.map +1 -0
  1412. package/packages/agent/src/services/research-task-executor.js +136 -0
  1413. package/packages/agent/src/services/sandbox-engine.d.ts +96 -0
  1414. package/packages/agent/src/services/sandbox-engine.d.ts.map +1 -0
  1415. package/packages/agent/src/services/sandbox-engine.js +604 -0
  1416. package/packages/agent/src/services/sandbox-manager.d.ts +106 -0
  1417. package/packages/agent/src/services/sandbox-manager.d.ts.map +1 -0
  1418. package/packages/agent/src/services/sandbox-manager.js +380 -0
  1419. package/packages/agent/src/services/self-updater.d.ts +21 -0
  1420. package/packages/agent/src/services/self-updater.d.ts.map +1 -0
  1421. package/packages/agent/src/services/self-updater.js +162 -0
  1422. package/packages/agent/src/services/send-handler-availability.d.ts +5 -0
  1423. package/packages/agent/src/services/send-handler-availability.d.ts.map +1 -0
  1424. package/packages/agent/src/services/send-handler-availability.js +20 -0
  1425. package/packages/agent/src/services/signal-pairing.d.ts +57 -0
  1426. package/packages/agent/src/services/signal-pairing.d.ts.map +1 -0
  1427. package/packages/agent/src/services/signal-pairing.js +393 -0
  1428. package/packages/agent/src/services/signing-policy.d.ts +44 -0
  1429. package/packages/agent/src/services/signing-policy.d.ts.map +1 -0
  1430. package/packages/agent/src/services/signing-policy.js +165 -0
  1431. package/packages/agent/src/services/skill-catalog-client.d.ts +47 -0
  1432. package/packages/agent/src/services/skill-catalog-client.d.ts.map +1 -0
  1433. package/packages/agent/src/services/skill-catalog-client.js +130 -0
  1434. package/packages/agent/src/services/skill-marketplace.d.ts +42 -0
  1435. package/packages/agent/src/services/skill-marketplace.d.ts.map +1 -0
  1436. package/packages/agent/src/services/skill-marketplace.js +689 -0
  1437. package/packages/agent/src/services/steward-evm-account.d.ts +62 -0
  1438. package/packages/agent/src/services/steward-evm-account.d.ts.map +1 -0
  1439. package/packages/agent/src/services/steward-evm-account.js +308 -0
  1440. package/packages/agent/src/services/steward-evm-bridge.d.ts +39 -0
  1441. package/packages/agent/src/services/steward-evm-bridge.d.ts.map +1 -0
  1442. package/packages/agent/src/services/steward-evm-bridge.js +103 -0
  1443. package/packages/agent/src/services/steward-wallet.d.ts +30 -0
  1444. package/packages/agent/src/services/steward-wallet.d.ts.map +1 -0
  1445. package/packages/agent/src/services/steward-wallet.js +334 -0
  1446. package/packages/agent/src/services/stream-manager.d.ts +121 -0
  1447. package/packages/agent/src/services/stream-manager.d.ts.map +1 -0
  1448. package/packages/agent/src/services/stream-manager.js +609 -0
  1449. package/packages/agent/src/services/task-executor.d.ts +47 -0
  1450. package/packages/agent/src/services/task-executor.d.ts.map +1 -0
  1451. package/packages/agent/src/services/task-executor.js +31 -0
  1452. package/packages/agent/src/services/telegram-account-auth.d.ts +99 -0
  1453. package/packages/agent/src/services/telegram-account-auth.d.ts.map +1 -0
  1454. package/packages/agent/src/services/telegram-account-auth.js +611 -0
  1455. package/packages/agent/src/services/tts-stream-bridge.d.ts +83 -0
  1456. package/packages/agent/src/services/tts-stream-bridge.d.ts.map +1 -0
  1457. package/packages/agent/src/services/tts-stream-bridge.js +360 -0
  1458. package/packages/agent/src/services/update-checker.d.ts +29 -0
  1459. package/packages/agent/src/services/update-checker.d.ts.map +1 -0
  1460. package/packages/agent/src/services/update-checker.js +134 -0
  1461. package/packages/agent/src/services/version-compat.d.ts +99 -0
  1462. package/packages/agent/src/services/version-compat.d.ts.map +1 -0
  1463. package/packages/agent/src/services/version-compat.js +203 -0
  1464. package/packages/agent/src/services/whatsapp-pairing.d.ts +41 -0
  1465. package/packages/agent/src/services/whatsapp-pairing.d.ts.map +1 -0
  1466. package/packages/agent/src/services/whatsapp-pairing.js +209 -0
  1467. package/packages/agent/src/shared/index.d.ts +2 -0
  1468. package/packages/agent/src/shared/index.d.ts.map +1 -0
  1469. package/packages/agent/src/shared/index.js +1 -0
  1470. package/packages/agent/src/shared/ui-catalog-prompt.d.ts +52 -0
  1471. package/packages/agent/src/shared/ui-catalog-prompt.d.ts.map +1 -0
  1472. package/packages/agent/src/shared/ui-catalog-prompt.js +1028 -0
  1473. package/packages/agent/src/test-support/index.d.ts +4 -0
  1474. package/packages/agent/src/test-support/index.d.ts.map +1 -0
  1475. package/packages/agent/src/test-support/index.js +3 -0
  1476. package/packages/agent/src/test-support/process-helpers.d.ts +13 -0
  1477. package/packages/agent/src/test-support/process-helpers.d.ts.map +1 -0
  1478. package/packages/agent/src/test-support/process-helpers.js +23 -0
  1479. package/packages/agent/src/test-support/route-test-helpers.d.ts +37 -0
  1480. package/packages/agent/src/test-support/route-test-helpers.d.ts.map +1 -0
  1481. package/packages/agent/src/test-support/route-test-helpers.js +54 -0
  1482. package/packages/agent/src/test-support/test-helpers.d.ts +77 -0
  1483. package/packages/agent/src/test-support/test-helpers.d.ts.map +1 -0
  1484. package/packages/agent/src/test-support/test-helpers.js +217 -0
  1485. package/packages/agent/src/test-utils/sqlite-compat.d.ts +17 -0
  1486. package/packages/agent/src/test-utils/sqlite-compat.d.ts.map +1 -0
  1487. package/packages/agent/src/test-utils/sqlite-compat.js +48 -0
  1488. package/packages/agent/src/testing/index.d.ts +4 -0
  1489. package/packages/agent/src/testing/index.d.ts.map +1 -0
  1490. package/packages/agent/src/testing/index.js +3 -0
  1491. package/packages/agent/src/triggers/action.d.ts +4 -0
  1492. package/packages/agent/src/triggers/action.d.ts.map +1 -0
  1493. package/packages/agent/src/triggers/action.js +316 -0
  1494. package/packages/agent/src/triggers/index.d.ts +5 -0
  1495. package/packages/agent/src/triggers/index.d.ts.map +1 -0
  1496. package/packages/agent/src/triggers/index.js +4 -0
  1497. package/packages/agent/src/triggers/runtime.d.ts +25 -0
  1498. package/packages/agent/src/triggers/runtime.d.ts.map +1 -0
  1499. package/packages/agent/src/triggers/runtime.js +456 -0
  1500. package/packages/agent/src/triggers/scheduling.d.ts +71 -0
  1501. package/packages/agent/src/triggers/scheduling.d.ts.map +1 -0
  1502. package/packages/agent/src/triggers/scheduling.js +355 -0
  1503. package/packages/agent/src/triggers/types.d.ts +115 -0
  1504. package/packages/agent/src/triggers/types.d.ts.map +1 -0
  1505. package/packages/agent/src/triggers/types.js +1 -0
  1506. package/packages/agent/src/types/agent-skills.d.ts +19 -0
  1507. package/packages/agent/src/types/agent-skills.d.ts.map +1 -0
  1508. package/packages/agent/src/types/agent-skills.js +7 -0
  1509. package/packages/agent/src/types/config-like.d.ts +17 -0
  1510. package/packages/agent/src/types/config-like.d.ts.map +1 -0
  1511. package/packages/agent/src/types/config-like.js +7 -0
  1512. package/packages/agent/src/types/trajectory.d.ts +106 -0
  1513. package/packages/agent/src/types/trajectory.d.ts.map +1 -0
  1514. package/packages/agent/src/types/trajectory.js +7 -0
  1515. package/packages/agent/src/utils/exec-safety.d.ts +2 -0
  1516. package/packages/agent/src/utils/exec-safety.d.ts.map +1 -0
  1517. package/packages/agent/src/utils/exec-safety.js +21 -0
  1518. package/packages/agent/src/utils/index.d.ts +3 -0
  1519. package/packages/agent/src/utils/index.d.ts.map +1 -0
  1520. package/packages/agent/src/utils/index.js +2 -0
  1521. package/packages/agent/src/utils/number-parsing.d.ts +26 -0
  1522. package/packages/agent/src/utils/number-parsing.d.ts.map +1 -0
  1523. package/packages/agent/src/utils/number-parsing.js +52 -0
  1524. package/packages/agent/src/utils/spoken-text.d.ts +2 -0
  1525. package/packages/agent/src/utils/spoken-text.d.ts.map +1 -0
  1526. package/packages/agent/src/utils/spoken-text.js +1 -0
  1527. package/packages/agent/src/version-resolver.d.ts +2 -0
  1528. package/packages/agent/src/version-resolver.d.ts.map +1 -0
  1529. package/packages/agent/src/version-resolver.js +50 -0
  1530. package/packages/app-core/src/api/cloud-secrets.d.ts +23 -0
  1531. package/packages/app-core/src/api/cloud-secrets.d.ts.map +1 -0
  1532. package/packages/app-core/src/api/cloud-secrets.js +50 -0
  1533. package/packages/app-core/src/api/compat-route-shared.d.ts +16 -0
  1534. package/packages/app-core/src/api/compat-route-shared.d.ts.map +1 -0
  1535. package/packages/app-core/src/api/compat-route-shared.js +99 -0
  1536. package/packages/app-core/src/api/response.d.ts +12 -0
  1537. package/packages/app-core/src/api/response.d.ts.map +1 -0
  1538. package/packages/app-core/src/api/response.js +18 -0
  1539. package/packages/app-core/src/api/server-cloud-tts.d.ts +41 -0
  1540. package/packages/app-core/src/api/server-cloud-tts.d.ts.map +1 -0
  1541. package/packages/app-core/src/api/server-cloud-tts.js +469 -0
  1542. package/packages/app-core/src/config/boot-config-store.d.ts +117 -0
  1543. package/packages/app-core/src/config/boot-config-store.d.ts.map +1 -0
  1544. package/packages/app-core/src/config/boot-config-store.js +135 -0
  1545. package/packages/app-core/src/config/boot-config.d.ts +6 -0
  1546. package/packages/app-core/src/config/boot-config.d.ts.map +1 -0
  1547. package/packages/app-core/src/config/boot-config.js +5 -0
  1548. package/packages/app-core/src/config/branding.d.ts +55 -0
  1549. package/packages/app-core/src/config/branding.d.ts.map +1 -0
  1550. package/packages/app-core/src/config/branding.js +23 -0
  1551. package/packages/app-core/src/config/config.d.ts +12 -0
  1552. package/packages/app-core/src/config/config.d.ts.map +1 -0
  1553. package/packages/app-core/src/config/config.js +23 -0
  1554. package/packages/app-core/src/navigation/index.d.ts +52 -0
  1555. package/packages/app-core/src/navigation/index.d.ts.map +1 -0
  1556. package/packages/app-core/src/navigation/index.js +354 -0
  1557. package/packages/app-core/src/state/action-notice.d.ts +7 -0
  1558. package/packages/app-core/src/state/action-notice.d.ts.map +1 -0
  1559. package/packages/app-core/src/state/action-notice.js +1 -0
  1560. package/packages/app-core/src/types/index.d.ts +649 -0
  1561. package/packages/app-core/src/types/index.d.ts.map +1 -0
  1562. package/packages/app-core/src/types/index.js +1 -0
  1563. package/packages/app-core/src/types/lifeops-ui.d.ts +10 -0
  1564. package/packages/app-core/src/types/lifeops-ui.d.ts.map +1 -0
  1565. package/packages/app-core/src/types/lifeops-ui.js +1 -0
  1566. package/packages/app-core/src/utils/env.d.ts +31 -0
  1567. package/packages/app-core/src/utils/env.d.ts.map +1 -0
  1568. package/packages/app-core/src/utils/env.js +51 -0
  1569. package/packages/app-core/src/utils/tts-debug.d.ts +9 -0
  1570. package/packages/app-core/src/utils/tts-debug.d.ts.map +1 -0
  1571. package/packages/app-core/src/utils/tts-debug.js +68 -0
  1572. package/packages/shared/src/awareness/index.d.ts +2 -0
  1573. package/packages/shared/src/awareness/index.d.ts.map +1 -0
  1574. package/packages/shared/src/awareness/index.js +1 -0
  1575. package/packages/shared/src/awareness/registry.d.ts +27 -0
  1576. package/packages/shared/src/awareness/registry.d.ts.map +1 -0
  1577. package/packages/shared/src/awareness/registry.js +161 -0
  1578. package/packages/shared/src/connectors.d.ts +13 -0
  1579. package/packages/shared/src/connectors.d.ts.map +1 -0
  1580. package/packages/shared/src/connectors.js +91 -0
  1581. package/packages/shared/src/contracts/apps.d.ts +204 -0
  1582. package/packages/shared/src/contracts/apps.d.ts.map +1 -0
  1583. package/packages/shared/src/contracts/apps.js +188 -0
  1584. package/packages/shared/src/contracts/awareness.d.ts +38 -0
  1585. package/packages/shared/src/contracts/awareness.d.ts.map +1 -0
  1586. package/packages/shared/src/contracts/awareness.js +7 -0
  1587. package/packages/shared/src/contracts/cloud-topology.d.ts +13 -0
  1588. package/packages/shared/src/contracts/cloud-topology.d.ts.map +1 -0
  1589. package/packages/shared/src/contracts/cloud-topology.js +73 -0
  1590. package/packages/shared/src/contracts/config.d.ts +146 -0
  1591. package/packages/shared/src/contracts/config.d.ts.map +1 -0
  1592. package/packages/shared/src/contracts/config.js +4 -0
  1593. package/packages/shared/src/contracts/content-pack.d.ts +131 -0
  1594. package/packages/shared/src/contracts/content-pack.d.ts.map +1 -0
  1595. package/packages/shared/src/contracts/content-pack.js +102 -0
  1596. package/packages/shared/src/contracts/drop.d.ts +20 -0
  1597. package/packages/shared/src/contracts/drop.d.ts.map +1 -0
  1598. package/packages/shared/src/contracts/drop.js +4 -0
  1599. package/packages/shared/src/contracts/index.d.ts +13 -0
  1600. package/packages/shared/src/contracts/index.d.ts.map +1 -0
  1601. package/packages/shared/src/contracts/index.js +12 -0
  1602. package/packages/shared/src/contracts/lifeops.d.ts +1337 -0
  1603. package/packages/shared/src/contracts/lifeops.d.ts.map +1 -0
  1604. package/packages/shared/src/contracts/lifeops.js +278 -0
  1605. package/packages/shared/src/contracts/onboarding.d.ts +443 -0
  1606. package/packages/shared/src/contracts/onboarding.d.ts.map +1 -0
  1607. package/packages/shared/src/contracts/onboarding.js +1020 -0
  1608. package/packages/shared/src/contracts/permissions.d.ts +38 -0
  1609. package/packages/shared/src/contracts/permissions.d.ts.map +1 -0
  1610. package/packages/shared/src/contracts/permissions.js +4 -0
  1611. package/packages/shared/src/contracts/service-routing.d.ts +77 -0
  1612. package/packages/shared/src/contracts/service-routing.d.ts.map +1 -0
  1613. package/packages/shared/src/contracts/service-routing.js +227 -0
  1614. package/packages/shared/src/contracts/theme.d.ts +136 -0
  1615. package/packages/shared/src/contracts/theme.d.ts.map +1 -0
  1616. package/packages/shared/src/contracts/theme.js +133 -0
  1617. package/packages/shared/src/contracts/verification.d.ts +9 -0
  1618. package/packages/shared/src/contracts/verification.d.ts.map +1 -0
  1619. package/packages/shared/src/contracts/verification.js +4 -0
  1620. package/packages/shared/src/contracts/wallet.d.ts +626 -0
  1621. package/packages/shared/src/contracts/wallet.d.ts.map +1 -0
  1622. package/packages/shared/src/contracts/wallet.js +60 -0
  1623. package/packages/shared/src/env-utils.d.ts +5 -0
  1624. package/packages/shared/src/env-utils.d.ts.map +1 -0
  1625. package/packages/shared/src/env-utils.impl.d.ts +2 -0
  1626. package/packages/shared/src/env-utils.impl.d.ts.map +1 -0
  1627. package/packages/shared/src/env-utils.impl.js +16 -0
  1628. package/packages/shared/src/env-utils.js +4 -0
  1629. package/packages/shared/src/i18n/generated/validation-keyword-data.d.ts +1054 -0
  1630. package/packages/shared/src/i18n/generated/validation-keyword-data.d.ts.map +1 -0
  1631. package/packages/shared/src/i18n/generated/validation-keyword-data.js +1057 -0
  1632. package/packages/shared/src/i18n/keyword-matching.d.ts +23 -0
  1633. package/packages/shared/src/i18n/keyword-matching.d.ts.map +1 -0
  1634. package/packages/shared/src/i18n/keyword-matching.js +112 -0
  1635. package/packages/shared/src/i18n/validation-keywords.d.ts +13 -0
  1636. package/packages/shared/src/i18n/validation-keywords.d.ts.map +1 -0
  1637. package/packages/shared/src/i18n/validation-keywords.js +12 -0
  1638. package/packages/shared/src/index.d.ts +13 -0
  1639. package/packages/shared/src/index.d.ts.map +1 -0
  1640. package/packages/shared/src/index.js +12 -0
  1641. package/packages/shared/src/onboarding-presets.characters.d.ts +22 -0
  1642. package/packages/shared/src/onboarding-presets.characters.d.ts.map +1 -0
  1643. package/packages/shared/src/onboarding-presets.characters.js +2606 -0
  1644. package/packages/shared/src/onboarding-presets.d.ts +40 -0
  1645. package/packages/shared/src/onboarding-presets.d.ts.map +1 -0
  1646. package/packages/shared/src/onboarding-presets.js +176 -0
  1647. package/packages/shared/src/onboarding-presets.shared.d.ts +2 -0
  1648. package/packages/shared/src/onboarding-presets.shared.d.ts.map +1 -0
  1649. package/packages/shared/src/onboarding-presets.shared.js +7 -0
  1650. package/packages/shared/src/restart.d.ts +27 -0
  1651. package/packages/shared/src/restart.d.ts.map +1 -0
  1652. package/packages/shared/src/restart.js +28 -0
  1653. package/packages/shared/src/runtime-env.d.ts +82 -0
  1654. package/packages/shared/src/runtime-env.d.ts.map +1 -0
  1655. package/packages/shared/src/runtime-env.js +246 -0
  1656. package/packages/shared/src/settings-debug.d.ts +20 -0
  1657. package/packages/shared/src/settings-debug.d.ts.map +1 -0
  1658. package/packages/shared/src/settings-debug.js +116 -0
  1659. package/packages/shared/src/spoken-text.d.ts +2 -0
  1660. package/packages/shared/src/spoken-text.d.ts.map +1 -0
  1661. package/packages/shared/src/spoken-text.js +56 -0
  1662. package/packages/shared/src/types.d.ts +27 -0
  1663. package/packages/shared/src/types.d.ts.map +1 -0
  1664. package/packages/shared/src/types.js +1 -0
  1665. package/packages/shared/src/validation-keywords.d.ts +2 -0
  1666. package/packages/shared/src/validation-keywords.d.ts.map +1 -0
  1667. package/packages/shared/src/validation-keywords.js +1 -0
  1668. package/packages/typescript/src/action-docs.d.ts +22 -0
  1669. package/packages/typescript/src/action-docs.d.ts.map +1 -0
  1670. package/packages/typescript/src/action-docs.js +93 -0
  1671. package/packages/typescript/src/actions.d.ts +29 -0
  1672. package/packages/typescript/src/actions.d.ts.map +1 -0
  1673. package/packages/typescript/src/actions.js +456 -0
  1674. package/packages/typescript/src/advanced-capabilities/clipboard/actions/append.d.ts +4 -0
  1675. package/packages/typescript/src/advanced-capabilities/clipboard/actions/append.d.ts.map +1 -0
  1676. package/packages/typescript/src/advanced-capabilities/clipboard/actions/append.js +150 -0
  1677. package/packages/typescript/src/advanced-capabilities/clipboard/actions/delete.d.ts +4 -0
  1678. package/packages/typescript/src/advanced-capabilities/clipboard/actions/delete.d.ts.map +1 -0
  1679. package/packages/typescript/src/advanced-capabilities/clipboard/actions/delete.js +136 -0
  1680. package/packages/typescript/src/advanced-capabilities/clipboard/actions/list.d.ts +4 -0
  1681. package/packages/typescript/src/advanced-capabilities/clipboard/actions/list.d.ts.map +1 -0
  1682. package/packages/typescript/src/advanced-capabilities/clipboard/actions/list.js +84 -0
  1683. package/packages/typescript/src/advanced-capabilities/clipboard/actions/read-attachment.d.ts +4 -0
  1684. package/packages/typescript/src/advanced-capabilities/clipboard/actions/read-attachment.d.ts.map +1 -0
  1685. package/packages/typescript/src/advanced-capabilities/clipboard/actions/read-attachment.js +107 -0
  1686. package/packages/typescript/src/advanced-capabilities/clipboard/actions/read-file.d.ts +16 -0
  1687. package/packages/typescript/src/advanced-capabilities/clipboard/actions/read-file.d.ts.map +1 -0
  1688. package/packages/typescript/src/advanced-capabilities/clipboard/actions/read-file.js +187 -0
  1689. package/packages/typescript/src/advanced-capabilities/clipboard/actions/read.d.ts +4 -0
  1690. package/packages/typescript/src/advanced-capabilities/clipboard/actions/read.d.ts.map +1 -0
  1691. package/packages/typescript/src/advanced-capabilities/clipboard/actions/read.js +138 -0
  1692. package/packages/typescript/src/advanced-capabilities/clipboard/actions/remove-from-clipboard.d.ts +4 -0
  1693. package/packages/typescript/src/advanced-capabilities/clipboard/actions/remove-from-clipboard.d.ts.map +1 -0
  1694. package/packages/typescript/src/advanced-capabilities/clipboard/actions/remove-from-clipboard.js +96 -0
  1695. package/packages/typescript/src/advanced-capabilities/clipboard/actions/search.d.ts +4 -0
  1696. package/packages/typescript/src/advanced-capabilities/clipboard/actions/search.d.ts.map +1 -0
  1697. package/packages/typescript/src/advanced-capabilities/clipboard/actions/search.js +139 -0
  1698. package/packages/typescript/src/advanced-capabilities/clipboard/actions/write.d.ts +4 -0
  1699. package/packages/typescript/src/advanced-capabilities/clipboard/actions/write.d.ts.map +1 -0
  1700. package/packages/typescript/src/advanced-capabilities/clipboard/actions/write.js +138 -0
  1701. package/packages/typescript/src/advanced-capabilities/clipboard/index.d.ts +39 -0
  1702. package/packages/typescript/src/advanced-capabilities/clipboard/index.d.ts.map +1 -0
  1703. package/packages/typescript/src/advanced-capabilities/clipboard/index.js +78 -0
  1704. package/packages/typescript/src/advanced-capabilities/clipboard/providers/clipboard.d.ts +4 -0
  1705. package/packages/typescript/src/advanced-capabilities/clipboard/providers/clipboard.d.ts.map +1 -0
  1706. package/packages/typescript/src/advanced-capabilities/clipboard/providers/clipboard.js +62 -0
  1707. package/packages/typescript/src/advanced-capabilities/clipboard/services/attachmentContext.d.ts +16 -0
  1708. package/packages/typescript/src/advanced-capabilities/clipboard/services/attachmentContext.d.ts.map +1 -0
  1709. package/packages/typescript/src/advanced-capabilities/clipboard/services/attachmentContext.js +162 -0
  1710. package/packages/typescript/src/advanced-capabilities/clipboard/services/clipboardService.d.ts +65 -0
  1711. package/packages/typescript/src/advanced-capabilities/clipboard/services/clipboardService.d.ts.map +1 -0
  1712. package/packages/typescript/src/advanced-capabilities/clipboard/services/clipboardService.js +352 -0
  1713. package/packages/typescript/src/advanced-capabilities/clipboard/services/taskClipboardPersistence.d.ts +24 -0
  1714. package/packages/typescript/src/advanced-capabilities/clipboard/services/taskClipboardPersistence.d.ts.map +1 -0
  1715. package/packages/typescript/src/advanced-capabilities/clipboard/services/taskClipboardPersistence.js +63 -0
  1716. package/packages/typescript/src/advanced-capabilities/clipboard/services/taskClipboardService.d.ts +29 -0
  1717. package/packages/typescript/src/advanced-capabilities/clipboard/services/taskClipboardService.d.ts.map +1 -0
  1718. package/packages/typescript/src/advanced-capabilities/clipboard/services/taskClipboardService.js +195 -0
  1719. package/packages/typescript/src/advanced-capabilities/clipboard/specs.d.ts +15 -0
  1720. package/packages/typescript/src/advanced-capabilities/clipboard/specs.d.ts.map +1 -0
  1721. package/packages/typescript/src/advanced-capabilities/clipboard/specs.js +164 -0
  1722. package/packages/typescript/src/advanced-capabilities/clipboard/types.d.ts +92 -0
  1723. package/packages/typescript/src/advanced-capabilities/clipboard/types.d.ts.map +1 -0
  1724. package/packages/typescript/src/advanced-capabilities/clipboard/types.js +4 -0
  1725. package/packages/typescript/src/character-utils.d.ts +138 -0
  1726. package/packages/typescript/src/character-utils.d.ts.map +1 -0
  1727. package/packages/typescript/src/character-utils.js +271 -0
  1728. package/packages/typescript/src/character.d.ts +68 -0
  1729. package/packages/typescript/src/character.d.ts.map +1 -0
  1730. package/packages/typescript/src/character.js +155 -0
  1731. package/packages/typescript/src/connection.d.ts +45 -0
  1732. package/packages/typescript/src/connection.d.ts.map +1 -0
  1733. package/packages/typescript/src/connection.js +149 -0
  1734. package/packages/typescript/src/constants/index.d.ts +7 -0
  1735. package/packages/typescript/src/constants/index.d.ts.map +1 -0
  1736. package/packages/typescript/src/constants/index.js +6 -0
  1737. package/packages/typescript/src/constants/secrets.d.ts +99 -0
  1738. package/packages/typescript/src/constants/secrets.d.ts.map +1 -0
  1739. package/packages/typescript/src/constants/secrets.js +239 -0
  1740. package/packages/typescript/src/database/inMemoryAdapter.d.ts +285 -0
  1741. package/packages/typescript/src/database/inMemoryAdapter.d.ts.map +1 -0
  1742. package/packages/typescript/src/database/inMemoryAdapter.js +1149 -0
  1743. package/packages/typescript/src/database.d.ts +426 -0
  1744. package/packages/typescript/src/database.d.ts.map +1 -0
  1745. package/packages/typescript/src/database.js +24 -0
  1746. package/packages/typescript/src/entities.d.ts +11 -0
  1747. package/packages/typescript/src/entities.d.ts.map +1 -0
  1748. package/packages/typescript/src/entities.js +437 -0
  1749. package/packages/typescript/src/features/advanced-capabilities/actions/addContact.d.ts +3 -0
  1750. package/packages/typescript/src/features/advanced-capabilities/actions/addContact.d.ts.map +1 -0
  1751. package/packages/typescript/src/features/advanced-capabilities/actions/addContact.js +142 -0
  1752. package/packages/typescript/src/features/advanced-capabilities/actions/followRoom.d.ts +3 -0
  1753. package/packages/typescript/src/features/advanced-capabilities/actions/followRoom.d.ts.map +1 -0
  1754. package/packages/typescript/src/features/advanced-capabilities/actions/followRoom.js +183 -0
  1755. package/packages/typescript/src/features/advanced-capabilities/actions/imageGeneration.d.ts +3 -0
  1756. package/packages/typescript/src/features/advanced-capabilities/actions/imageGeneration.d.ts.map +1 -0
  1757. package/packages/typescript/src/features/advanced-capabilities/actions/imageGeneration.js +148 -0
  1758. package/packages/typescript/src/features/advanced-capabilities/actions/index.d.ts +21 -0
  1759. package/packages/typescript/src/features/advanced-capabilities/actions/index.d.ts.map +1 -0
  1760. package/packages/typescript/src/features/advanced-capabilities/actions/index.js +20 -0
  1761. package/packages/typescript/src/features/advanced-capabilities/actions/muteRoom.d.ts +3 -0
  1762. package/packages/typescript/src/features/advanced-capabilities/actions/muteRoom.d.ts.map +1 -0
  1763. package/packages/typescript/src/features/advanced-capabilities/actions/muteRoom.js +181 -0
  1764. package/packages/typescript/src/features/advanced-capabilities/actions/removeContact.d.ts +3 -0
  1765. package/packages/typescript/src/features/advanced-capabilities/actions/removeContact.d.ts.map +1 -0
  1766. package/packages/typescript/src/features/advanced-capabilities/actions/removeContact.js +102 -0
  1767. package/packages/typescript/src/features/advanced-capabilities/actions/roles.d.ts +13 -0
  1768. package/packages/typescript/src/features/advanced-capabilities/actions/roles.d.ts.map +1 -0
  1769. package/packages/typescript/src/features/advanced-capabilities/actions/roles.js +317 -0
  1770. package/packages/typescript/src/features/advanced-capabilities/actions/scheduleFollowUp.d.ts +3 -0
  1771. package/packages/typescript/src/features/advanced-capabilities/actions/scheduleFollowUp.d.ts.map +1 -0
  1772. package/packages/typescript/src/features/advanced-capabilities/actions/scheduleFollowUp.js +129 -0
  1773. package/packages/typescript/src/features/advanced-capabilities/actions/searchContacts.d.ts +3 -0
  1774. package/packages/typescript/src/features/advanced-capabilities/actions/searchContacts.d.ts.map +1 -0
  1775. package/packages/typescript/src/features/advanced-capabilities/actions/searchContacts.js +176 -0
  1776. package/packages/typescript/src/features/advanced-capabilities/actions/sendMessage.d.ts +15 -0
  1777. package/packages/typescript/src/features/advanced-capabilities/actions/sendMessage.d.ts.map +1 -0
  1778. package/packages/typescript/src/features/advanced-capabilities/actions/sendMessage.js +476 -0
  1779. package/packages/typescript/src/features/advanced-capabilities/actions/settings.d.ts +22 -0
  1780. package/packages/typescript/src/features/advanced-capabilities/actions/settings.d.ts.map +1 -0
  1781. package/packages/typescript/src/features/advanced-capabilities/actions/settings.js +823 -0
  1782. package/packages/typescript/src/features/advanced-capabilities/actions/think.d.ts +3 -0
  1783. package/packages/typescript/src/features/advanced-capabilities/actions/think.d.ts.map +1 -0
  1784. package/packages/typescript/src/features/advanced-capabilities/actions/think.js +84 -0
  1785. package/packages/typescript/src/features/advanced-capabilities/actions/unfollowRoom.d.ts +3 -0
  1786. package/packages/typescript/src/features/advanced-capabilities/actions/unfollowRoom.d.ts.map +1 -0
  1787. package/packages/typescript/src/features/advanced-capabilities/actions/unfollowRoom.js +134 -0
  1788. package/packages/typescript/src/features/advanced-capabilities/actions/unmuteRoom.d.ts +3 -0
  1789. package/packages/typescript/src/features/advanced-capabilities/actions/unmuteRoom.d.ts.map +1 -0
  1790. package/packages/typescript/src/features/advanced-capabilities/actions/unmuteRoom.js +193 -0
  1791. package/packages/typescript/src/features/advanced-capabilities/actions/updateContact.d.ts +3 -0
  1792. package/packages/typescript/src/features/advanced-capabilities/actions/updateContact.d.ts.map +1 -0
  1793. package/packages/typescript/src/features/advanced-capabilities/actions/updateContact.js +199 -0
  1794. package/packages/typescript/src/features/advanced-capabilities/actions/updateEntity.d.ts +43 -0
  1795. package/packages/typescript/src/features/advanced-capabilities/actions/updateEntity.d.ts.map +1 -0
  1796. package/packages/typescript/src/features/advanced-capabilities/actions/updateEntity.js +372 -0
  1797. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/append.d.ts +4 -0
  1798. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/append.d.ts.map +1 -0
  1799. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/append.js +150 -0
  1800. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/delete.d.ts +4 -0
  1801. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/delete.d.ts.map +1 -0
  1802. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/delete.js +136 -0
  1803. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/list.d.ts +4 -0
  1804. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/list.d.ts.map +1 -0
  1805. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/list.js +84 -0
  1806. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-attachment.d.ts +4 -0
  1807. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-attachment.d.ts.map +1 -0
  1808. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-attachment.js +112 -0
  1809. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-file.d.ts +16 -0
  1810. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-file.d.ts.map +1 -0
  1811. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-file.js +192 -0
  1812. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read.d.ts +4 -0
  1813. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read.d.ts.map +1 -0
  1814. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read.js +138 -0
  1815. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/remove-from-clipboard.d.ts +4 -0
  1816. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/remove-from-clipboard.d.ts.map +1 -0
  1817. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/remove-from-clipboard.js +96 -0
  1818. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/search.d.ts +4 -0
  1819. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/search.d.ts.map +1 -0
  1820. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/search.js +139 -0
  1821. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/write.d.ts +4 -0
  1822. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/write.d.ts.map +1 -0
  1823. package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/write.js +138 -0
  1824. package/packages/typescript/src/features/advanced-capabilities/clipboard/index.d.ts +39 -0
  1825. package/packages/typescript/src/features/advanced-capabilities/clipboard/index.d.ts.map +1 -0
  1826. package/packages/typescript/src/features/advanced-capabilities/clipboard/index.js +78 -0
  1827. package/packages/typescript/src/features/advanced-capabilities/clipboard/providers/clipboard.d.ts +4 -0
  1828. package/packages/typescript/src/features/advanced-capabilities/clipboard/providers/clipboard.d.ts.map +1 -0
  1829. package/packages/typescript/src/features/advanced-capabilities/clipboard/providers/clipboard.js +62 -0
  1830. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/attachmentContext.d.ts +16 -0
  1831. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/attachmentContext.d.ts.map +1 -0
  1832. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/attachmentContext.js +162 -0
  1833. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/clipboardService.d.ts +65 -0
  1834. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/clipboardService.d.ts.map +1 -0
  1835. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/clipboardService.js +352 -0
  1836. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/taskClipboardPersistence.d.ts +24 -0
  1837. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/taskClipboardPersistence.d.ts.map +1 -0
  1838. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/taskClipboardPersistence.js +63 -0
  1839. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/taskClipboardService.d.ts +29 -0
  1840. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/taskClipboardService.d.ts.map +1 -0
  1841. package/packages/typescript/src/features/advanced-capabilities/clipboard/services/taskClipboardService.js +195 -0
  1842. package/packages/typescript/src/features/advanced-capabilities/clipboard/specs.d.ts +15 -0
  1843. package/packages/typescript/src/features/advanced-capabilities/clipboard/specs.d.ts.map +1 -0
  1844. package/packages/typescript/src/features/advanced-capabilities/clipboard/specs.js +164 -0
  1845. package/packages/typescript/src/features/advanced-capabilities/clipboard/types.d.ts +92 -0
  1846. package/packages/typescript/src/features/advanced-capabilities/clipboard/types.d.ts.map +1 -0
  1847. package/packages/typescript/src/features/advanced-capabilities/clipboard/types.js +4 -0
  1848. package/packages/typescript/src/features/advanced-capabilities/evaluators/index.d.ts +8 -0
  1849. package/packages/typescript/src/features/advanced-capabilities/evaluators/index.d.ts.map +1 -0
  1850. package/packages/typescript/src/features/advanced-capabilities/evaluators/index.js +7 -0
  1851. package/packages/typescript/src/features/advanced-capabilities/evaluators/reflection.d.ts +3 -0
  1852. package/packages/typescript/src/features/advanced-capabilities/evaluators/reflection.d.ts.map +1 -0
  1853. package/packages/typescript/src/features/advanced-capabilities/evaluators/reflection.js +633 -0
  1854. package/packages/typescript/src/features/advanced-capabilities/evaluators/relationshipExtraction.d.ts +3 -0
  1855. package/packages/typescript/src/features/advanced-capabilities/evaluators/relationshipExtraction.d.ts.map +1 -0
  1856. package/packages/typescript/src/features/advanced-capabilities/evaluators/relationshipExtraction.js +619 -0
  1857. package/packages/typescript/src/features/advanced-capabilities/evaluators/task-completion.d.ts +12 -0
  1858. package/packages/typescript/src/features/advanced-capabilities/evaluators/task-completion.d.ts.map +1 -0
  1859. package/packages/typescript/src/features/advanced-capabilities/evaluators/task-completion.js +14 -0
  1860. package/packages/typescript/src/features/advanced-capabilities/experience/actions/record-experience.d.ts +3 -0
  1861. package/packages/typescript/src/features/advanced-capabilities/experience/actions/record-experience.d.ts.map +1 -0
  1862. package/packages/typescript/src/features/advanced-capabilities/experience/actions/record-experience.js +70 -0
  1863. package/packages/typescript/src/features/advanced-capabilities/experience/evaluators/experienceEvaluator.d.ts +3 -0
  1864. package/packages/typescript/src/features/advanced-capabilities/experience/evaluators/experienceEvaluator.d.ts.map +1 -0
  1865. package/packages/typescript/src/features/advanced-capabilities/experience/evaluators/experienceEvaluator.js +256 -0
  1866. package/packages/typescript/src/features/advanced-capabilities/experience/generated/prompts/typescript/prompts.d.ts +12 -0
  1867. package/packages/typescript/src/features/advanced-capabilities/experience/generated/prompts/typescript/prompts.d.ts.map +1 -0
  1868. package/packages/typescript/src/features/advanced-capabilities/experience/generated/prompts/typescript/prompts.js +41 -0
  1869. package/packages/typescript/src/features/advanced-capabilities/experience/generated/specs/spec-helpers.d.ts +49 -0
  1870. package/packages/typescript/src/features/advanced-capabilities/experience/generated/specs/spec-helpers.d.ts.map +1 -0
  1871. package/packages/typescript/src/features/advanced-capabilities/experience/generated/specs/spec-helpers.js +78 -0
  1872. package/packages/typescript/src/features/advanced-capabilities/experience/generated/specs/specs.d.ts +159 -0
  1873. package/packages/typescript/src/features/advanced-capabilities/experience/generated/specs/specs.d.ts.map +1 -0
  1874. package/packages/typescript/src/features/advanced-capabilities/experience/generated/specs/specs.js +192 -0
  1875. package/packages/typescript/src/features/advanced-capabilities/experience/index.d.ts +10 -0
  1876. package/packages/typescript/src/features/advanced-capabilities/experience/index.d.ts.map +1 -0
  1877. package/packages/typescript/src/features/advanced-capabilities/experience/index.js +8 -0
  1878. package/packages/typescript/src/features/advanced-capabilities/experience/providers/experienceProvider.d.ts +3 -0
  1879. package/packages/typescript/src/features/advanced-capabilities/experience/providers/experienceProvider.d.ts.map +1 -0
  1880. package/packages/typescript/src/features/advanced-capabilities/experience/providers/experienceProvider.js +51 -0
  1881. package/packages/typescript/src/features/advanced-capabilities/experience/service.d.ts +46 -0
  1882. package/packages/typescript/src/features/advanced-capabilities/experience/service.d.ts.map +1 -0
  1883. package/packages/typescript/src/features/advanced-capabilities/experience/service.js +569 -0
  1884. package/packages/typescript/src/features/advanced-capabilities/experience/types.d.ts +95 -0
  1885. package/packages/typescript/src/features/advanced-capabilities/experience/types.d.ts.map +1 -0
  1886. package/packages/typescript/src/features/advanced-capabilities/experience/types.js +22 -0
  1887. package/packages/typescript/src/features/advanced-capabilities/experience/utils/confidenceDecay.d.ts +34 -0
  1888. package/packages/typescript/src/features/advanced-capabilities/experience/utils/confidenceDecay.d.ts.map +1 -0
  1889. package/packages/typescript/src/features/advanced-capabilities/experience/utils/confidenceDecay.js +106 -0
  1890. package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceRelationships.d.ts +25 -0
  1891. package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceRelationships.d.ts.map +1 -0
  1892. package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceRelationships.js +116 -0
  1893. package/packages/typescript/src/features/advanced-capabilities/form/actions/restore.d.ts +13 -0
  1894. package/packages/typescript/src/features/advanced-capabilities/form/actions/restore.d.ts.map +1 -0
  1895. package/packages/typescript/src/features/advanced-capabilities/form/actions/restore.js +152 -0
  1896. package/packages/typescript/src/features/advanced-capabilities/form/builder.d.ts +101 -0
  1897. package/packages/typescript/src/features/advanced-capabilities/form/builder.d.ts.map +1 -0
  1898. package/packages/typescript/src/features/advanced-capabilities/form/builder.js +362 -0
  1899. package/packages/typescript/src/features/advanced-capabilities/form/builtins.d.ts +16 -0
  1900. package/packages/typescript/src/features/advanced-capabilities/form/builtins.d.ts.map +1 -0
  1901. package/packages/typescript/src/features/advanced-capabilities/form/builtins.js +245 -0
  1902. package/packages/typescript/src/features/advanced-capabilities/form/defaults.d.ts +32 -0
  1903. package/packages/typescript/src/features/advanced-capabilities/form/defaults.d.ts.map +1 -0
  1904. package/packages/typescript/src/features/advanced-capabilities/form/defaults.js +98 -0
  1905. package/packages/typescript/src/features/advanced-capabilities/form/evaluators/extractor.d.ts +12 -0
  1906. package/packages/typescript/src/features/advanced-capabilities/form/evaluators/extractor.d.ts.map +1 -0
  1907. package/packages/typescript/src/features/advanced-capabilities/form/evaluators/extractor.js +231 -0
  1908. package/packages/typescript/src/features/advanced-capabilities/form/extraction.d.ts +24 -0
  1909. package/packages/typescript/src/features/advanced-capabilities/form/extraction.d.ts.map +1 -0
  1910. package/packages/typescript/src/features/advanced-capabilities/form/extraction.js +319 -0
  1911. package/packages/typescript/src/features/advanced-capabilities/form/index.d.ts +22 -0
  1912. package/packages/typescript/src/features/advanced-capabilities/form/index.d.ts.map +1 -0
  1913. package/packages/typescript/src/features/advanced-capabilities/form/index.js +52 -0
  1914. package/packages/typescript/src/features/advanced-capabilities/form/intent.d.ts +41 -0
  1915. package/packages/typescript/src/features/advanced-capabilities/form/intent.d.ts.map +1 -0
  1916. package/packages/typescript/src/features/advanced-capabilities/form/intent.js +119 -0
  1917. package/packages/typescript/src/features/advanced-capabilities/form/providers/context.d.ts +11 -0
  1918. package/packages/typescript/src/features/advanced-capabilities/form/providers/context.d.ts.map +1 -0
  1919. package/packages/typescript/src/features/advanced-capabilities/form/providers/context.js +166 -0
  1920. package/packages/typescript/src/features/advanced-capabilities/form/service.d.ts +70 -0
  1921. package/packages/typescript/src/features/advanced-capabilities/form/service.d.ts.map +1 -0
  1922. package/packages/typescript/src/features/advanced-capabilities/form/service.js +924 -0
  1923. package/packages/typescript/src/features/advanced-capabilities/form/storage.d.ts +26 -0
  1924. package/packages/typescript/src/features/advanced-capabilities/form/storage.d.ts.map +1 -0
  1925. package/packages/typescript/src/features/advanced-capabilities/form/storage.js +228 -0
  1926. package/packages/typescript/src/features/advanced-capabilities/form/template.d.ts +10 -0
  1927. package/packages/typescript/src/features/advanced-capabilities/form/template.d.ts.map +1 -0
  1928. package/packages/typescript/src/features/advanced-capabilities/form/template.js +56 -0
  1929. package/packages/typescript/src/features/advanced-capabilities/form/ttl.d.ts +40 -0
  1930. package/packages/typescript/src/features/advanced-capabilities/form/ttl.d.ts.map +1 -0
  1931. package/packages/typescript/src/features/advanced-capabilities/form/ttl.js +107 -0
  1932. package/packages/typescript/src/features/advanced-capabilities/form/types.d.ts +588 -0
  1933. package/packages/typescript/src/features/advanced-capabilities/form/types.d.ts.map +1 -0
  1934. package/packages/typescript/src/features/advanced-capabilities/form/types.js +71 -0
  1935. package/packages/typescript/src/features/advanced-capabilities/form/validation.d.ts +24 -0
  1936. package/packages/typescript/src/features/advanced-capabilities/form/validation.d.ts.map +1 -0
  1937. package/packages/typescript/src/features/advanced-capabilities/form/validation.js +311 -0
  1938. package/packages/typescript/src/features/advanced-capabilities/index.d.ts +47 -0
  1939. package/packages/typescript/src/features/advanced-capabilities/index.d.ts.map +1 -0
  1940. package/packages/typescript/src/features/advanced-capabilities/index.js +114 -0
  1941. package/packages/typescript/src/features/advanced-capabilities/personality/actions/modify-character.d.ts +7 -0
  1942. package/packages/typescript/src/features/advanced-capabilities/personality/actions/modify-character.d.ts.map +1 -0
  1943. package/packages/typescript/src/features/advanced-capabilities/personality/actions/modify-character.js +1299 -0
  1944. package/packages/typescript/src/features/advanced-capabilities/personality/evaluators/character-evolution.d.ts +53 -0
  1945. package/packages/typescript/src/features/advanced-capabilities/personality/evaluators/character-evolution.d.ts.map +1 -0
  1946. package/packages/typescript/src/features/advanced-capabilities/personality/evaluators/character-evolution.js +429 -0
  1947. package/packages/typescript/src/features/advanced-capabilities/personality/index.d.ts +10 -0
  1948. package/packages/typescript/src/features/advanced-capabilities/personality/index.d.ts.map +1 -0
  1949. package/packages/typescript/src/features/advanced-capabilities/personality/index.js +8 -0
  1950. package/packages/typescript/src/features/advanced-capabilities/personality/providers/user-personality.d.ts +8 -0
  1951. package/packages/typescript/src/features/advanced-capabilities/personality/providers/user-personality.d.ts.map +1 -0
  1952. package/packages/typescript/src/features/advanced-capabilities/personality/providers/user-personality.js +57 -0
  1953. package/packages/typescript/src/features/advanced-capabilities/personality/services/character-file-manager.d.ts +71 -0
  1954. package/packages/typescript/src/features/advanced-capabilities/personality/services/character-file-manager.d.ts.map +1 -0
  1955. package/packages/typescript/src/features/advanced-capabilities/personality/services/character-file-manager.js +498 -0
  1956. package/packages/typescript/src/features/advanced-capabilities/personality/types.d.ts +18 -0
  1957. package/packages/typescript/src/features/advanced-capabilities/personality/types.d.ts.map +1 -0
  1958. package/packages/typescript/src/features/advanced-capabilities/personality/types.js +8 -0
  1959. package/packages/typescript/src/features/advanced-capabilities/providers/contacts.d.ts +3 -0
  1960. package/packages/typescript/src/features/advanced-capabilities/providers/contacts.d.ts.map +1 -0
  1961. package/packages/typescript/src/features/advanced-capabilities/providers/contacts.js +77 -0
  1962. package/packages/typescript/src/features/advanced-capabilities/providers/facts.d.ts +11 -0
  1963. package/packages/typescript/src/features/advanced-capabilities/providers/facts.d.ts.map +1 -0
  1964. package/packages/typescript/src/features/advanced-capabilities/providers/facts.js +108 -0
  1965. package/packages/typescript/src/features/advanced-capabilities/providers/followUps.d.ts +3 -0
  1966. package/packages/typescript/src/features/advanced-capabilities/providers/followUps.d.ts.map +1 -0
  1967. package/packages/typescript/src/features/advanced-capabilities/providers/followUps.js +112 -0
  1968. package/packages/typescript/src/features/advanced-capabilities/providers/index.d.ts +13 -0
  1969. package/packages/typescript/src/features/advanced-capabilities/providers/index.d.ts.map +1 -0
  1970. package/packages/typescript/src/features/advanced-capabilities/providers/index.js +12 -0
  1971. package/packages/typescript/src/features/advanced-capabilities/providers/knowledge.d.ts +9 -0
  1972. package/packages/typescript/src/features/advanced-capabilities/providers/knowledge.d.ts.map +1 -0
  1973. package/packages/typescript/src/features/advanced-capabilities/providers/knowledge.js +83 -0
  1974. package/packages/typescript/src/features/advanced-capabilities/providers/relationships.d.ts +15 -0
  1975. package/packages/typescript/src/features/advanced-capabilities/providers/relationships.d.ts.map +1 -0
  1976. package/packages/typescript/src/features/advanced-capabilities/providers/relationships.js +125 -0
  1977. package/packages/typescript/src/features/advanced-capabilities/providers/roles.d.ts +19 -0
  1978. package/packages/typescript/src/features/advanced-capabilities/providers/roles.d.ts.map +1 -0
  1979. package/packages/typescript/src/features/advanced-capabilities/providers/roles.js +180 -0
  1980. package/packages/typescript/src/features/advanced-capabilities/providers/settings.d.ts +7 -0
  1981. package/packages/typescript/src/features/advanced-capabilities/providers/settings.d.ts.map +1 -0
  1982. package/packages/typescript/src/features/advanced-capabilities/providers/settings.js +286 -0
  1983. package/packages/typescript/src/features/advanced-memory/evaluators/index.d.ts +3 -0
  1984. package/packages/typescript/src/features/advanced-memory/evaluators/index.d.ts.map +1 -0
  1985. package/packages/typescript/src/features/advanced-memory/evaluators/index.js +2 -0
  1986. package/packages/typescript/src/features/advanced-memory/evaluators/long-term-extraction.d.ts +3 -0
  1987. package/packages/typescript/src/features/advanced-memory/evaluators/long-term-extraction.d.ts.map +1 -0
  1988. package/packages/typescript/src/features/advanced-memory/evaluators/long-term-extraction.js +198 -0
  1989. package/packages/typescript/src/features/advanced-memory/evaluators/summarization.d.ts +3 -0
  1990. package/packages/typescript/src/features/advanced-memory/evaluators/summarization.d.ts.map +1 -0
  1991. package/packages/typescript/src/features/advanced-memory/evaluators/summarization.js +240 -0
  1992. package/packages/typescript/src/features/advanced-memory/index.d.ts +16 -0
  1993. package/packages/typescript/src/features/advanced-memory/index.d.ts.map +1 -0
  1994. package/packages/typescript/src/features/advanced-memory/index.js +26 -0
  1995. package/packages/typescript/src/features/advanced-memory/prompts.d.ts +2 -0
  1996. package/packages/typescript/src/features/advanced-memory/prompts.d.ts.map +1 -0
  1997. package/packages/typescript/src/features/advanced-memory/prompts.js +1 -0
  1998. package/packages/typescript/src/features/advanced-memory/providers/context-summary.d.ts +3 -0
  1999. package/packages/typescript/src/features/advanced-memory/providers/context-summary.d.ts.map +1 -0
  2000. package/packages/typescript/src/features/advanced-memory/providers/context-summary.js +85 -0
  2001. package/packages/typescript/src/features/advanced-memory/providers/index.d.ts +3 -0
  2002. package/packages/typescript/src/features/advanced-memory/providers/index.d.ts.map +1 -0
  2003. package/packages/typescript/src/features/advanced-memory/providers/index.js +2 -0
  2004. package/packages/typescript/src/features/advanced-memory/providers/long-term-memory.d.ts +3 -0
  2005. package/packages/typescript/src/features/advanced-memory/providers/long-term-memory.d.ts.map +1 -0
  2006. package/packages/typescript/src/features/advanced-memory/providers/long-term-memory.js +92 -0
  2007. package/packages/typescript/src/features/advanced-memory/schemas/index.d.ts +5 -0
  2008. package/packages/typescript/src/features/advanced-memory/schemas/index.d.ts.map +1 -0
  2009. package/packages/typescript/src/features/advanced-memory/schemas/index.js +3 -0
  2010. package/packages/typescript/src/features/advanced-memory/schemas/long-term-memories.d.ts +10 -0
  2011. package/packages/typescript/src/features/advanced-memory/schemas/long-term-memories.d.ts.map +1 -0
  2012. package/packages/typescript/src/features/advanced-memory/schemas/long-term-memories.js +65 -0
  2013. package/packages/typescript/src/features/advanced-memory/schemas/memory-access-logs.d.ts +10 -0
  2014. package/packages/typescript/src/features/advanced-memory/schemas/memory-access-logs.d.ts.map +1 -0
  2015. package/packages/typescript/src/features/advanced-memory/schemas/memory-access-logs.js +45 -0
  2016. package/packages/typescript/src/features/advanced-memory/schemas/session-summaries.d.ts +10 -0
  2017. package/packages/typescript/src/features/advanced-memory/schemas/session-summaries.d.ts.map +1 -0
  2018. package/packages/typescript/src/features/advanced-memory/schemas/session-summaries.js +66 -0
  2019. package/packages/typescript/src/features/advanced-memory/services/memory-service.d.ts +37 -0
  2020. package/packages/typescript/src/features/advanced-memory/services/memory-service.d.ts.map +1 -0
  2021. package/packages/typescript/src/features/advanced-memory/services/memory-service.js +347 -0
  2022. package/packages/typescript/src/features/advanced-memory/trajectory.d.ts +10 -0
  2023. package/packages/typescript/src/features/advanced-memory/trajectory.d.ts.map +1 -0
  2024. package/packages/typescript/src/features/advanced-memory/trajectory.js +33 -0
  2025. package/packages/typescript/src/features/advanced-memory/types.d.ts +68 -0
  2026. package/packages/typescript/src/features/advanced-memory/types.d.ts.map +1 -0
  2027. package/packages/typescript/src/features/advanced-memory/types.js +6 -0
  2028. package/packages/typescript/src/features/advanced-planning/actions/chain-example.d.ts +6 -0
  2029. package/packages/typescript/src/features/advanced-planning/actions/chain-example.d.ts.map +1 -0
  2030. package/packages/typescript/src/features/advanced-planning/actions/chain-example.js +181 -0
  2031. package/packages/typescript/src/features/advanced-planning/index.d.ts +5 -0
  2032. package/packages/typescript/src/features/advanced-planning/index.d.ts.map +1 -0
  2033. package/packages/typescript/src/features/advanced-planning/index.js +20 -0
  2034. package/packages/typescript/src/features/advanced-planning/providers/message-classifier.d.ts +3 -0
  2035. package/packages/typescript/src/features/advanced-planning/providers/message-classifier.d.ts.map +1 -0
  2036. package/packages/typescript/src/features/advanced-planning/providers/message-classifier.js +105 -0
  2037. package/packages/typescript/src/features/advanced-planning/services/planning-service.d.ts +77 -0
  2038. package/packages/typescript/src/features/advanced-planning/services/planning-service.d.ts.map +1 -0
  2039. package/packages/typescript/src/features/advanced-planning/services/planning-service.js +875 -0
  2040. package/packages/typescript/src/features/advanced-planning/types.d.ts +78 -0
  2041. package/packages/typescript/src/features/advanced-planning/types.d.ts.map +1 -0
  2042. package/packages/typescript/src/features/advanced-planning/types.js +1 -0
  2043. package/packages/typescript/src/features/autonomy/action.d.ts +14 -0
  2044. package/packages/typescript/src/features/autonomy/action.d.ts.map +1 -0
  2045. package/packages/typescript/src/features/autonomy/action.js +177 -0
  2046. package/packages/typescript/src/features/autonomy/execution-facade.d.ts +22 -0
  2047. package/packages/typescript/src/features/autonomy/execution-facade.d.ts.map +1 -0
  2048. package/packages/typescript/src/features/autonomy/execution-facade.js +132 -0
  2049. package/packages/typescript/src/features/autonomy/index.d.ts +11 -0
  2050. package/packages/typescript/src/features/autonomy/index.d.ts.map +1 -0
  2051. package/packages/typescript/src/features/autonomy/index.js +13 -0
  2052. package/packages/typescript/src/features/autonomy/providers.d.ts +21 -0
  2053. package/packages/typescript/src/features/autonomy/providers.d.ts.map +1 -0
  2054. package/packages/typescript/src/features/autonomy/providers.js +154 -0
  2055. package/packages/typescript/src/features/autonomy/routes.d.ts +11 -0
  2056. package/packages/typescript/src/features/autonomy/routes.d.ts.map +1 -0
  2057. package/packages/typescript/src/features/autonomy/routes.js +158 -0
  2058. package/packages/typescript/src/features/autonomy/service.d.ts +138 -0
  2059. package/packages/typescript/src/features/autonomy/service.d.ts.map +1 -0
  2060. package/packages/typescript/src/features/autonomy/service.js +813 -0
  2061. package/packages/typescript/src/features/autonomy/types.d.ts +31 -0
  2062. package/packages/typescript/src/features/autonomy/types.d.ts.map +1 -0
  2063. package/packages/typescript/src/features/autonomy/types.js +6 -0
  2064. package/packages/typescript/src/features/basic-capabilities/actions/choice.d.ts +4 -0
  2065. package/packages/typescript/src/features/basic-capabilities/actions/choice.d.ts.map +1 -0
  2066. package/packages/typescript/src/features/basic-capabilities/actions/choice.js +278 -0
  2067. package/packages/typescript/src/features/basic-capabilities/actions/ignore.d.ts +3 -0
  2068. package/packages/typescript/src/features/basic-capabilities/actions/ignore.d.ts.map +1 -0
  2069. package/packages/typescript/src/features/basic-capabilities/actions/ignore.js +23 -0
  2070. package/packages/typescript/src/features/basic-capabilities/actions/index.d.ts +10 -0
  2071. package/packages/typescript/src/features/basic-capabilities/actions/index.d.ts.map +1 -0
  2072. package/packages/typescript/src/features/basic-capabilities/actions/index.js +9 -0
  2073. package/packages/typescript/src/features/basic-capabilities/actions/none.d.ts +3 -0
  2074. package/packages/typescript/src/features/basic-capabilities/actions/none.d.ts.map +1 -0
  2075. package/packages/typescript/src/features/basic-capabilities/actions/none.js +26 -0
  2076. package/packages/typescript/src/features/basic-capabilities/actions/reply.d.ts +3 -0
  2077. package/packages/typescript/src/features/basic-capabilities/actions/reply.d.ts.map +1 -0
  2078. package/packages/typescript/src/features/basic-capabilities/actions/reply.js +80 -0
  2079. package/packages/typescript/src/features/basic-capabilities/index.d.ts +108 -0
  2080. package/packages/typescript/src/features/basic-capabilities/index.d.ts.map +1 -0
  2081. package/packages/typescript/src/features/basic-capabilities/index.js +1020 -0
  2082. package/packages/typescript/src/features/basic-capabilities/providers/actionState.d.ts +7 -0
  2083. package/packages/typescript/src/features/basic-capabilities/providers/actionState.d.ts.map +1 -0
  2084. package/packages/typescript/src/features/basic-capabilities/providers/actionState.js +232 -0
  2085. package/packages/typescript/src/features/basic-capabilities/providers/actions.d.ts +35 -0
  2086. package/packages/typescript/src/features/basic-capabilities/providers/actions.d.ts.map +1 -0
  2087. package/packages/typescript/src/features/basic-capabilities/providers/actions.js +82 -0
  2088. package/packages/typescript/src/features/basic-capabilities/providers/attachments.d.ts +20 -0
  2089. package/packages/typescript/src/features/basic-capabilities/providers/attachments.d.ts.map +1 -0
  2090. package/packages/typescript/src/features/basic-capabilities/providers/attachments.js +94 -0
  2091. package/packages/typescript/src/features/basic-capabilities/providers/character.d.ts +17 -0
  2092. package/packages/typescript/src/features/basic-capabilities/providers/character.d.ts.map +1 -0
  2093. package/packages/typescript/src/features/basic-capabilities/providers/character.js +190 -0
  2094. package/packages/typescript/src/features/basic-capabilities/providers/choice.d.ts +11 -0
  2095. package/packages/typescript/src/features/basic-capabilities/providers/choice.d.ts.map +1 -0
  2096. package/packages/typescript/src/features/basic-capabilities/providers/choice.js +86 -0
  2097. package/packages/typescript/src/features/basic-capabilities/providers/contextBench.d.ts +12 -0
  2098. package/packages/typescript/src/features/basic-capabilities/providers/contextBench.d.ts.map +1 -0
  2099. package/packages/typescript/src/features/basic-capabilities/providers/contextBench.js +50 -0
  2100. package/packages/typescript/src/features/basic-capabilities/providers/currentTime.d.ts +11 -0
  2101. package/packages/typescript/src/features/basic-capabilities/providers/currentTime.d.ts.map +1 -0
  2102. package/packages/typescript/src/features/basic-capabilities/providers/currentTime.js +56 -0
  2103. package/packages/typescript/src/features/basic-capabilities/providers/entities.d.ts +7 -0
  2104. package/packages/typescript/src/features/basic-capabilities/providers/entities.d.ts.map +1 -0
  2105. package/packages/typescript/src/features/basic-capabilities/providers/entities.js +39 -0
  2106. package/packages/typescript/src/features/basic-capabilities/providers/evaluators.d.ts +27 -0
  2107. package/packages/typescript/src/features/basic-capabilities/providers/evaluators.d.ts.map +1 -0
  2108. package/packages/typescript/src/features/basic-capabilities/providers/evaluators.js +107 -0
  2109. package/packages/typescript/src/features/basic-capabilities/providers/index.d.ts +19 -0
  2110. package/packages/typescript/src/features/basic-capabilities/providers/index.d.ts.map +1 -0
  2111. package/packages/typescript/src/features/basic-capabilities/providers/index.js +18 -0
  2112. package/packages/typescript/src/features/basic-capabilities/providers/providers.d.ts +18 -0
  2113. package/packages/typescript/src/features/basic-capabilities/providers/providers.d.ts.map +1 -0
  2114. package/packages/typescript/src/features/basic-capabilities/providers/providers.js +70 -0
  2115. package/packages/typescript/src/features/basic-capabilities/providers/recentMessages.d.ts +14 -0
  2116. package/packages/typescript/src/features/basic-capabilities/providers/recentMessages.d.ts.map +1 -0
  2117. package/packages/typescript/src/features/basic-capabilities/providers/recentMessages.js +323 -0
  2118. package/packages/typescript/src/features/basic-capabilities/providers/time.d.ts +12 -0
  2119. package/packages/typescript/src/features/basic-capabilities/providers/time.d.ts.map +1 -0
  2120. package/packages/typescript/src/features/basic-capabilities/providers/time.js +36 -0
  2121. package/packages/typescript/src/features/basic-capabilities/providers/world.d.ts +8 -0
  2122. package/packages/typescript/src/features/basic-capabilities/providers/world.d.ts.map +1 -0
  2123. package/packages/typescript/src/features/basic-capabilities/providers/world.js +212 -0
  2124. package/packages/typescript/src/features/index.d.ts +58 -0
  2125. package/packages/typescript/src/features/index.d.ts.map +1 -0
  2126. package/packages/typescript/src/features/index.js +155 -0
  2127. package/packages/typescript/src/features/knowledge/actions.d.ts +5 -0
  2128. package/packages/typescript/src/features/knowledge/actions.d.ts.map +1 -0
  2129. package/packages/typescript/src/features/knowledge/actions.js +269 -0
  2130. package/packages/typescript/src/features/knowledge/config.d.ts +5 -0
  2131. package/packages/typescript/src/features/knowledge/config.d.ts.map +1 -0
  2132. package/packages/typescript/src/features/knowledge/config.js +147 -0
  2133. package/packages/typescript/src/features/knowledge/ctx-embeddings.d.ts +53 -0
  2134. package/packages/typescript/src/features/knowledge/ctx-embeddings.d.ts.map +1 -0
  2135. package/packages/typescript/src/features/knowledge/ctx-embeddings.js +412 -0
  2136. package/packages/typescript/src/features/knowledge/docs-loader.d.ts +9 -0
  2137. package/packages/typescript/src/features/knowledge/docs-loader.d.ts.map +1 -0
  2138. package/packages/typescript/src/features/knowledge/docs-loader.js +202 -0
  2139. package/packages/typescript/src/features/knowledge/document-processor.d.ts +26 -0
  2140. package/packages/typescript/src/features/knowledge/document-processor.d.ts.map +1 -0
  2141. package/packages/typescript/src/features/knowledge/document-processor.js +618 -0
  2142. package/packages/typescript/src/features/knowledge/documents-provider.d.ts +3 -0
  2143. package/packages/typescript/src/features/knowledge/documents-provider.d.ts.map +1 -0
  2144. package/packages/typescript/src/features/knowledge/documents-provider.js +106 -0
  2145. package/packages/typescript/src/features/knowledge/index.d.ts +16 -0
  2146. package/packages/typescript/src/features/knowledge/index.d.ts.map +1 -0
  2147. package/packages/typescript/src/features/knowledge/index.js +29 -0
  2148. package/packages/typescript/src/features/knowledge/llm.d.ts +27 -0
  2149. package/packages/typescript/src/features/knowledge/llm.d.ts.map +1 -0
  2150. package/packages/typescript/src/features/knowledge/llm.js +444 -0
  2151. package/packages/typescript/src/features/knowledge/provider.d.ts +3 -0
  2152. package/packages/typescript/src/features/knowledge/provider.d.ts.map +1 -0
  2153. package/packages/typescript/src/features/knowledge/provider.js +62 -0
  2154. package/packages/typescript/src/features/knowledge/service.d.ts +76 -0
  2155. package/packages/typescript/src/features/knowledge/service.d.ts.map +1 -0
  2156. package/packages/typescript/src/features/knowledge/service.js +511 -0
  2157. package/packages/typescript/src/features/knowledge/types.d.ts +144 -0
  2158. package/packages/typescript/src/features/knowledge/types.d.ts.map +1 -0
  2159. package/packages/typescript/src/features/knowledge/types.js +57 -0
  2160. package/packages/typescript/src/features/knowledge/utils.d.ts +17 -0
  2161. package/packages/typescript/src/features/knowledge/utils.d.ts.map +1 -0
  2162. package/packages/typescript/src/features/knowledge/utils.js +313 -0
  2163. package/packages/typescript/src/features/plugin-manager/actions/coreStatusAction.d.ts +3 -0
  2164. package/packages/typescript/src/features/plugin-manager/actions/coreStatusAction.d.ts.map +1 -0
  2165. package/packages/typescript/src/features/plugin-manager/actions/coreStatusAction.js +65 -0
  2166. package/packages/typescript/src/features/plugin-manager/actions/listEjectedPluginsAction.d.ts +3 -0
  2167. package/packages/typescript/src/features/plugin-manager/actions/listEjectedPluginsAction.d.ts.map +1 -0
  2168. package/packages/typescript/src/features/plugin-manager/actions/listEjectedPluginsAction.js +63 -0
  2169. package/packages/typescript/src/features/plugin-manager/actions/searchPluginAction.d.ts +4 -0
  2170. package/packages/typescript/src/features/plugin-manager/actions/searchPluginAction.d.ts.map +1 -0
  2171. package/packages/typescript/src/features/plugin-manager/actions/searchPluginAction.js +232 -0
  2172. package/packages/typescript/src/features/plugin-manager/coreExtensions.d.ts +35 -0
  2173. package/packages/typescript/src/features/plugin-manager/coreExtensions.d.ts.map +1 -0
  2174. package/packages/typescript/src/features/plugin-manager/coreExtensions.js +77 -0
  2175. package/packages/typescript/src/features/plugin-manager/index.d.ts +25 -0
  2176. package/packages/typescript/src/features/plugin-manager/index.d.ts.map +1 -0
  2177. package/packages/typescript/src/features/plugin-manager/index.js +53 -0
  2178. package/packages/typescript/src/features/plugin-manager/providers/pluginConfigurationStatus.d.ts +5 -0
  2179. package/packages/typescript/src/features/plugin-manager/providers/pluginConfigurationStatus.d.ts.map +1 -0
  2180. package/packages/typescript/src/features/plugin-manager/providers/pluginConfigurationStatus.js +104 -0
  2181. package/packages/typescript/src/features/plugin-manager/providers/pluginStateProvider.d.ts +5 -0
  2182. package/packages/typescript/src/features/plugin-manager/providers/pluginStateProvider.d.ts.map +1 -0
  2183. package/packages/typescript/src/features/plugin-manager/providers/pluginStateProvider.js +105 -0
  2184. package/packages/typescript/src/features/plugin-manager/providers/registryPluginsProvider.d.ts +5 -0
  2185. package/packages/typescript/src/features/plugin-manager/providers/registryPluginsProvider.d.ts.map +1 -0
  2186. package/packages/typescript/src/features/plugin-manager/providers/registryPluginsProvider.js +93 -0
  2187. package/packages/typescript/src/features/plugin-manager/providers/relevance.d.ts +9 -0
  2188. package/packages/typescript/src/features/plugin-manager/providers/relevance.d.ts.map +1 -0
  2189. package/packages/typescript/src/features/plugin-manager/providers/relevance.js +226 -0
  2190. package/packages/typescript/src/features/plugin-manager/services/coreManagerService.d.ts +76 -0
  2191. package/packages/typescript/src/features/plugin-manager/services/coreManagerService.d.ts.map +1 -0
  2192. package/packages/typescript/src/features/plugin-manager/services/coreManagerService.js +479 -0
  2193. package/packages/typescript/src/features/plugin-manager/services/pluginConfigurationService.d.ts +31 -0
  2194. package/packages/typescript/src/features/plugin-manager/services/pluginConfigurationService.d.ts.map +1 -0
  2195. package/packages/typescript/src/features/plugin-manager/services/pluginConfigurationService.js +57 -0
  2196. package/packages/typescript/src/features/plugin-manager/services/pluginManagerService.d.ts +68 -0
  2197. package/packages/typescript/src/features/plugin-manager/services/pluginManagerService.d.ts.map +1 -0
  2198. package/packages/typescript/src/features/plugin-manager/services/pluginManagerService.js +1007 -0
  2199. package/packages/typescript/src/features/plugin-manager/services/pluginRegistryService.d.ts +84 -0
  2200. package/packages/typescript/src/features/plugin-manager/services/pluginRegistryService.d.ts.map +1 -0
  2201. package/packages/typescript/src/features/plugin-manager/services/pluginRegistryService.js +402 -0
  2202. package/packages/typescript/src/features/plugin-manager/types.d.ts +142 -0
  2203. package/packages/typescript/src/features/plugin-manager/types.d.ts.map +1 -0
  2204. package/packages/typescript/src/features/plugin-manager/types.js +13 -0
  2205. package/packages/typescript/src/features/plugin-manager/utils/paths.d.ts +4 -0
  2206. package/packages/typescript/src/features/plugin-manager/utils/paths.d.ts.map +1 -0
  2207. package/packages/typescript/src/features/plugin-manager/utils/paths.js +32 -0
  2208. package/packages/typescript/src/features/secrets/actions/index.d.ts +7 -0
  2209. package/packages/typescript/src/features/secrets/actions/index.d.ts.map +1 -0
  2210. package/packages/typescript/src/features/secrets/actions/index.js +6 -0
  2211. package/packages/typescript/src/features/secrets/actions/manage-secret.d.ts +12 -0
  2212. package/packages/typescript/src/features/secrets/actions/manage-secret.d.ts.map +1 -0
  2213. package/packages/typescript/src/features/secrets/actions/manage-secret.js +278 -0
  2214. package/packages/typescript/src/features/secrets/actions/request-secret.d.ts +3 -0
  2215. package/packages/typescript/src/features/secrets/actions/request-secret.d.ts.map +1 -0
  2216. package/packages/typescript/src/features/secrets/actions/request-secret.js +105 -0
  2217. package/packages/typescript/src/features/secrets/actions/set-secret.d.ts +12 -0
  2218. package/packages/typescript/src/features/secrets/actions/set-secret.d.ts.map +1 -0
  2219. package/packages/typescript/src/features/secrets/actions/set-secret.js +223 -0
  2220. package/packages/typescript/src/features/secrets/crypto/encryption.d.ts +184 -0
  2221. package/packages/typescript/src/features/secrets/crypto/encryption.d.ts.map +1 -0
  2222. package/packages/typescript/src/features/secrets/crypto/encryption.js +373 -0
  2223. package/packages/typescript/src/features/secrets/crypto/index.d.ts +5 -0
  2224. package/packages/typescript/src/features/secrets/crypto/index.d.ts.map +1 -0
  2225. package/packages/typescript/src/features/secrets/crypto/index.js +16 -0
  2226. package/packages/typescript/src/features/secrets/onboarding/action.d.ts +12 -0
  2227. package/packages/typescript/src/features/secrets/onboarding/action.d.ts.map +1 -0
  2228. package/packages/typescript/src/features/secrets/onboarding/action.js +337 -0
  2229. package/packages/typescript/src/features/secrets/onboarding/config.d.ts +99 -0
  2230. package/packages/typescript/src/features/secrets/onboarding/config.d.ts.map +1 -0
  2231. package/packages/typescript/src/features/secrets/onboarding/config.js +240 -0
  2232. package/packages/typescript/src/features/secrets/onboarding/index.d.ts +13 -0
  2233. package/packages/typescript/src/features/secrets/onboarding/index.d.ts.map +1 -0
  2234. package/packages/typescript/src/features/secrets/onboarding/index.js +12 -0
  2235. package/packages/typescript/src/features/secrets/onboarding/provider.d.ts +16 -0
  2236. package/packages/typescript/src/features/secrets/onboarding/provider.d.ts.map +1 -0
  2237. package/packages/typescript/src/features/secrets/onboarding/provider.js +231 -0
  2238. package/packages/typescript/src/features/secrets/onboarding/service.d.ts +134 -0
  2239. package/packages/typescript/src/features/secrets/onboarding/service.d.ts.map +1 -0
  2240. package/packages/typescript/src/features/secrets/onboarding/service.js +436 -0
  2241. package/packages/typescript/src/features/secrets/providers/index.d.ts +5 -0
  2242. package/packages/typescript/src/features/secrets/providers/index.d.ts.map +1 -0
  2243. package/packages/typescript/src/features/secrets/providers/index.js +4 -0
  2244. package/packages/typescript/src/features/secrets/providers/secrets-status.d.ts +22 -0
  2245. package/packages/typescript/src/features/secrets/providers/secrets-status.d.ts.map +1 -0
  2246. package/packages/typescript/src/features/secrets/providers/secrets-status.js +160 -0
  2247. package/packages/typescript/src/features/secrets/services/plugin-activator.d.ts +182 -0
  2248. package/packages/typescript/src/features/secrets/services/plugin-activator.d.ts.map +1 -0
  2249. package/packages/typescript/src/features/secrets/services/plugin-activator.js +617 -0
  2250. package/packages/typescript/src/features/secrets/services/secrets.d.ts +183 -0
  2251. package/packages/typescript/src/features/secrets/services/secrets.d.ts.map +1 -0
  2252. package/packages/typescript/src/features/secrets/services/secrets.js +566 -0
  2253. package/packages/typescript/src/features/secrets/storage/character-store.d.ts +63 -0
  2254. package/packages/typescript/src/features/secrets/storage/character-store.d.ts.map +1 -0
  2255. package/packages/typescript/src/features/secrets/storage/character-store.js +265 -0
  2256. package/packages/typescript/src/features/secrets/storage/component-store.d.ts +47 -0
  2257. package/packages/typescript/src/features/secrets/storage/component-store.d.ts.map +1 -0
  2258. package/packages/typescript/src/features/secrets/storage/component-store.js +264 -0
  2259. package/packages/typescript/src/features/secrets/storage/index.d.ts +10 -0
  2260. package/packages/typescript/src/features/secrets/storage/index.d.ts.map +1 -0
  2261. package/packages/typescript/src/features/secrets/storage/index.js +8 -0
  2262. package/packages/typescript/src/features/secrets/storage/interface.d.ts +52 -0
  2263. package/packages/typescript/src/features/secrets/storage/interface.d.ts.map +1 -0
  2264. package/packages/typescript/src/features/secrets/storage/interface.js +92 -0
  2265. package/packages/typescript/src/features/secrets/storage/memory-store.d.ts +44 -0
  2266. package/packages/typescript/src/features/secrets/storage/memory-store.d.ts.map +1 -0
  2267. package/packages/typescript/src/features/secrets/storage/memory-store.js +142 -0
  2268. package/packages/typescript/src/features/secrets/storage/world-store.d.ts +52 -0
  2269. package/packages/typescript/src/features/secrets/storage/world-store.d.ts.map +1 -0
  2270. package/packages/typescript/src/features/secrets/storage/world-store.js +292 -0
  2271. package/packages/typescript/src/features/secrets/types.d.ts +438 -0
  2272. package/packages/typescript/src/features/secrets/types.d.ts.map +1 -0
  2273. package/packages/typescript/src/features/secrets/types.js +57 -0
  2274. package/packages/typescript/src/features/secrets/validation.d.ts +33 -0
  2275. package/packages/typescript/src/features/secrets/validation.d.ts.map +1 -0
  2276. package/packages/typescript/src/features/secrets/validation.js +389 -0
  2277. package/packages/typescript/src/features/trajectories/TrajectoriesService.d.ts +275 -0
  2278. package/packages/typescript/src/features/trajectories/TrajectoriesService.d.ts.map +1 -0
  2279. package/packages/typescript/src/features/trajectories/TrajectoriesService.js +1401 -0
  2280. package/packages/typescript/src/features/trajectories/action-interceptor.d.ts +23 -0
  2281. package/packages/typescript/src/features/trajectories/action-interceptor.d.ts.map +1 -0
  2282. package/packages/typescript/src/features/trajectories/action-interceptor.js +178 -0
  2283. package/packages/typescript/src/features/trajectories/art-format.d.ts +32 -0
  2284. package/packages/typescript/src/features/trajectories/art-format.d.ts.map +1 -0
  2285. package/packages/typescript/src/features/trajectories/art-format.js +221 -0
  2286. package/packages/typescript/src/features/trajectories/export.d.ts +40 -0
  2287. package/packages/typescript/src/features/trajectories/export.d.ts.map +1 -0
  2288. package/packages/typescript/src/features/trajectories/export.js +99 -0
  2289. package/packages/typescript/src/features/trajectories/game-rewards.d.ts +14 -0
  2290. package/packages/typescript/src/features/trajectories/game-rewards.d.ts.map +1 -0
  2291. package/packages/typescript/src/features/trajectories/game-rewards.js +20 -0
  2292. package/packages/typescript/src/features/trajectories/index.d.ts +24 -0
  2293. package/packages/typescript/src/features/trajectories/index.d.ts.map +1 -0
  2294. package/packages/typescript/src/features/trajectories/index.js +253 -0
  2295. package/packages/typescript/src/features/trajectories/integration.d.ts +59 -0
  2296. package/packages/typescript/src/features/trajectories/integration.d.ts.map +1 -0
  2297. package/packages/typescript/src/features/trajectories/integration.js +83 -0
  2298. package/packages/typescript/src/features/trajectories/reward-service.d.ts +24 -0
  2299. package/packages/typescript/src/features/trajectories/reward-service.d.ts.map +1 -0
  2300. package/packages/typescript/src/features/trajectories/reward-service.js +89 -0
  2301. package/packages/typescript/src/features/trajectories/types.d.ts +243 -0
  2302. package/packages/typescript/src/features/trajectories/types.d.ts.map +1 -0
  2303. package/packages/typescript/src/features/trajectories/types.js +1 -0
  2304. package/packages/typescript/src/features/trust/actions/evaluateTrust.d.ts +3 -0
  2305. package/packages/typescript/src/features/trust/actions/evaluateTrust.d.ts.map +1 -0
  2306. package/packages/typescript/src/features/trust/actions/evaluateTrust.js +225 -0
  2307. package/packages/typescript/src/features/trust/actions/hasTrustEngine.d.ts +3 -0
  2308. package/packages/typescript/src/features/trust/actions/hasTrustEngine.d.ts.map +1 -0
  2309. package/packages/typescript/src/features/trust/actions/hasTrustEngine.js +3 -0
  2310. package/packages/typescript/src/features/trust/actions/index.d.ts +6 -0
  2311. package/packages/typescript/src/features/trust/actions/index.d.ts.map +1 -0
  2312. package/packages/typescript/src/features/trust/actions/index.js +5 -0
  2313. package/packages/typescript/src/features/trust/actions/recordTrustInteraction.d.ts +3 -0
  2314. package/packages/typescript/src/features/trust/actions/recordTrustInteraction.d.ts.map +1 -0
  2315. package/packages/typescript/src/features/trust/actions/recordTrustInteraction.js +189 -0
  2316. package/packages/typescript/src/features/trust/actions/requestElevation.d.ts +3 -0
  2317. package/packages/typescript/src/features/trust/actions/requestElevation.d.ts.map +1 -0
  2318. package/packages/typescript/src/features/trust/actions/requestElevation.js +165 -0
  2319. package/packages/typescript/src/features/trust/actions/roles.d.ts +3 -0
  2320. package/packages/typescript/src/features/trust/actions/roles.d.ts.map +1 -0
  2321. package/packages/typescript/src/features/trust/actions/roles.js +295 -0
  2322. package/packages/typescript/src/features/trust/actions/settings.d.ts +5 -0
  2323. package/packages/typescript/src/features/trust/actions/settings.d.ts.map +1 -0
  2324. package/packages/typescript/src/features/trust/actions/settings.js +603 -0
  2325. package/packages/typescript/src/features/trust/evaluators/index.d.ts +4 -0
  2326. package/packages/typescript/src/features/trust/evaluators/index.d.ts.map +1 -0
  2327. package/packages/typescript/src/features/trust/evaluators/index.js +3 -0
  2328. package/packages/typescript/src/features/trust/evaluators/reflection.d.ts +3 -0
  2329. package/packages/typescript/src/features/trust/evaluators/reflection.d.ts.map +1 -0
  2330. package/packages/typescript/src/features/trust/evaluators/reflection.js +290 -0
  2331. package/packages/typescript/src/features/trust/evaluators/securityEvaluator.d.ts +3 -0
  2332. package/packages/typescript/src/features/trust/evaluators/securityEvaluator.d.ts.map +1 -0
  2333. package/packages/typescript/src/features/trust/evaluators/securityEvaluator.js +270 -0
  2334. package/packages/typescript/src/features/trust/evaluators/trustChangeEvaluator.d.ts +3 -0
  2335. package/packages/typescript/src/features/trust/evaluators/trustChangeEvaluator.d.ts.map +1 -0
  2336. package/packages/typescript/src/features/trust/evaluators/trustChangeEvaluator.js +201 -0
  2337. package/packages/typescript/src/features/trust/index.d.ts +72 -0
  2338. package/packages/typescript/src/features/trust/index.d.ts.map +1 -0
  2339. package/packages/typescript/src/features/trust/index.js +213 -0
  2340. package/packages/typescript/src/features/trust/providers/adminTrust.d.ts +3 -0
  2341. package/packages/typescript/src/features/trust/providers/adminTrust.d.ts.map +1 -0
  2342. package/packages/typescript/src/features/trust/providers/adminTrust.js +49 -0
  2343. package/packages/typescript/src/features/trust/providers/index.d.ts +6 -0
  2344. package/packages/typescript/src/features/trust/providers/index.d.ts.map +1 -0
  2345. package/packages/typescript/src/features/trust/providers/index.js +5 -0
  2346. package/packages/typescript/src/features/trust/providers/roles.d.ts +4 -0
  2347. package/packages/typescript/src/features/trust/providers/roles.d.ts.map +1 -0
  2348. package/packages/typescript/src/features/trust/providers/roles.js +142 -0
  2349. package/packages/typescript/src/features/trust/providers/securityStatus.d.ts +3 -0
  2350. package/packages/typescript/src/features/trust/providers/securityStatus.d.ts.map +1 -0
  2351. package/packages/typescript/src/features/trust/providers/securityStatus.js +110 -0
  2352. package/packages/typescript/src/features/trust/providers/settings.d.ts +3 -0
  2353. package/packages/typescript/src/features/trust/providers/settings.d.ts.map +1 -0
  2354. package/packages/typescript/src/features/trust/providers/settings.js +212 -0
  2355. package/packages/typescript/src/features/trust/providers/trustProfile.d.ts +3 -0
  2356. package/packages/typescript/src/features/trust/providers/trustProfile.d.ts.map +1 -0
  2357. package/packages/typescript/src/features/trust/providers/trustProfile.js +68 -0
  2358. package/packages/typescript/src/features/trust/schema.d.ts +1170 -0
  2359. package/packages/typescript/src/features/trust/schema.d.ts.map +1 -0
  2360. package/packages/typescript/src/features/trust/schema.js +108 -0
  2361. package/packages/typescript/src/features/trust/services/ContextualPermissionSystem.d.ts +40 -0
  2362. package/packages/typescript/src/features/trust/services/ContextualPermissionSystem.d.ts.map +1 -0
  2363. package/packages/typescript/src/features/trust/services/ContextualPermissionSystem.js +317 -0
  2364. package/packages/typescript/src/features/trust/services/CredentialProtector.d.ts +62 -0
  2365. package/packages/typescript/src/features/trust/services/CredentialProtector.d.ts.map +1 -0
  2366. package/packages/typescript/src/features/trust/services/CredentialProtector.js +417 -0
  2367. package/packages/typescript/src/features/trust/services/SecurityModule.d.ts +142 -0
  2368. package/packages/typescript/src/features/trust/services/SecurityModule.d.ts.map +1 -0
  2369. package/packages/typescript/src/features/trust/services/SecurityModule.js +1057 -0
  2370. package/packages/typescript/src/features/trust/services/SecurityStore.d.ts +53 -0
  2371. package/packages/typescript/src/features/trust/services/SecurityStore.d.ts.map +1 -0
  2372. package/packages/typescript/src/features/trust/services/SecurityStore.js +123 -0
  2373. package/packages/typescript/src/features/trust/services/TrustEngine.d.ts +81 -0
  2374. package/packages/typescript/src/features/trust/services/TrustEngine.d.ts.map +1 -0
  2375. package/packages/typescript/src/features/trust/services/TrustEngine.js +621 -0
  2376. package/packages/typescript/src/features/trust/services/adminContext.d.ts +3 -0
  2377. package/packages/typescript/src/features/trust/services/adminContext.d.ts.map +1 -0
  2378. package/packages/typescript/src/features/trust/services/adminContext.js +32 -0
  2379. package/packages/typescript/src/features/trust/services/db.d.ts +12 -0
  2380. package/packages/typescript/src/features/trust/services/db.d.ts.map +1 -0
  2381. package/packages/typescript/src/features/trust/services/db.js +10 -0
  2382. package/packages/typescript/src/features/trust/types/permissions.d.ts +185 -0
  2383. package/packages/typescript/src/features/trust/types/permissions.d.ts.map +1 -0
  2384. package/packages/typescript/src/features/trust/types/permissions.js +58 -0
  2385. package/packages/typescript/src/features/trust/types/security.d.ts +114 -0
  2386. package/packages/typescript/src/features/trust/types/security.d.ts.map +1 -0
  2387. package/packages/typescript/src/features/trust/types/security.js +15 -0
  2388. package/packages/typescript/src/features/trust/types/trust.d.ts +179 -0
  2389. package/packages/typescript/src/features/trust/types/trust.d.ts.map +1 -0
  2390. package/packages/typescript/src/features/trust/types/trust.js +25 -0
  2391. package/packages/typescript/src/generated/action-docs.d.ts +2605 -0
  2392. package/packages/typescript/src/generated/action-docs.d.ts.map +1 -0
  2393. package/packages/typescript/src/generated/action-docs.js +3786 -0
  2394. package/packages/typescript/src/generated/spec-helpers.d.ts +49 -0
  2395. package/packages/typescript/src/generated/spec-helpers.d.ts.map +1 -0
  2396. package/packages/typescript/src/generated/spec-helpers.js +78 -0
  2397. package/packages/typescript/src/i18n/generated/validation-keyword-data.d.ts +1056 -0
  2398. package/packages/typescript/src/i18n/generated/validation-keyword-data.d.ts.map +1 -0
  2399. package/packages/typescript/src/i18n/generated/validation-keyword-data.js +1056 -0
  2400. package/packages/typescript/src/i18n/validation-keywords.d.ts +25 -0
  2401. package/packages/typescript/src/i18n/validation-keywords.d.ts.map +1 -0
  2402. package/packages/typescript/src/i18n/validation-keywords.js +112 -0
  2403. package/packages/typescript/src/index.d.ts +12 -0
  2404. package/packages/typescript/src/index.d.ts.map +1 -0
  2405. package/packages/typescript/src/index.js +13 -0
  2406. package/packages/typescript/src/index.node.d.ts +78 -0
  2407. package/packages/typescript/src/index.node.d.ts.map +1 -0
  2408. package/packages/typescript/src/index.node.js +107 -0
  2409. package/packages/typescript/src/logger.d.ts +121 -0
  2410. package/packages/typescript/src/logger.d.ts.map +1 -0
  2411. package/packages/typescript/src/logger.js +1023 -0
  2412. package/packages/typescript/src/markdown/chunk.d.ts +50 -0
  2413. package/packages/typescript/src/markdown/chunk.d.ts.map +1 -0
  2414. package/packages/typescript/src/markdown/chunk.js +268 -0
  2415. package/packages/typescript/src/markdown/code-spans.d.ts +42 -0
  2416. package/packages/typescript/src/markdown/code-spans.d.ts.map +1 -0
  2417. package/packages/typescript/src/markdown/code-spans.js +89 -0
  2418. package/packages/typescript/src/markdown/fences.d.ts +50 -0
  2419. package/packages/typescript/src/markdown/fences.d.ts.map +1 -0
  2420. package/packages/typescript/src/markdown/fences.js +90 -0
  2421. package/packages/typescript/src/markdown/frontmatter.d.ts +24 -0
  2422. package/packages/typescript/src/markdown/frontmatter.d.ts.map +1 -0
  2423. package/packages/typescript/src/markdown/frontmatter.js +151 -0
  2424. package/packages/typescript/src/markdown/index.d.ts +18 -0
  2425. package/packages/typescript/src/markdown/index.d.ts.map +1 -0
  2426. package/packages/typescript/src/markdown/index.js +17 -0
  2427. package/packages/typescript/src/markdown/ir.d.ts +101 -0
  2428. package/packages/typescript/src/markdown/ir.d.ts.map +1 -0
  2429. package/packages/typescript/src/markdown/ir.js +789 -0
  2430. package/packages/typescript/src/media/fetch.d.ts +39 -0
  2431. package/packages/typescript/src/media/fetch.d.ts.map +1 -0
  2432. package/packages/typescript/src/media/fetch.js +205 -0
  2433. package/packages/typescript/src/media/index.d.ts +8 -0
  2434. package/packages/typescript/src/media/index.d.ts.map +1 -0
  2435. package/packages/typescript/src/media/index.js +7 -0
  2436. package/packages/typescript/src/media/mime.d.ts +51 -0
  2437. package/packages/typescript/src/media/mime.d.ts.map +1 -0
  2438. package/packages/typescript/src/media/mime.js +225 -0
  2439. package/packages/typescript/src/memory.d.ts +40 -0
  2440. package/packages/typescript/src/memory.d.ts.map +1 -0
  2441. package/packages/typescript/src/memory.js +58 -0
  2442. package/packages/typescript/src/network/fetch-guard.d.ts +34 -0
  2443. package/packages/typescript/src/network/fetch-guard.d.ts.map +1 -0
  2444. package/packages/typescript/src/network/fetch-guard.js +136 -0
  2445. package/packages/typescript/src/network/index.d.ts +11 -0
  2446. package/packages/typescript/src/network/index.d.ts.map +1 -0
  2447. package/packages/typescript/src/network/index.js +10 -0
  2448. package/packages/typescript/src/network/ssrf.d.ts +58 -0
  2449. package/packages/typescript/src/network/ssrf.d.ts.map +1 -0
  2450. package/packages/typescript/src/network/ssrf.js +252 -0
  2451. package/packages/typescript/src/plugin-lifecycle.d.ts +16 -0
  2452. package/packages/typescript/src/plugin-lifecycle.d.ts.map +1 -0
  2453. package/packages/typescript/src/plugin-lifecycle.js +590 -0
  2454. package/packages/typescript/src/plugin.d.ts +13 -0
  2455. package/packages/typescript/src/plugin.d.ts.map +1 -0
  2456. package/packages/typescript/src/plugin.js +334 -0
  2457. package/packages/typescript/src/plugins/index.d.ts +9 -0
  2458. package/packages/typescript/src/plugins/index.d.ts.map +1 -0
  2459. package/packages/typescript/src/plugins/index.js +8 -0
  2460. package/packages/typescript/src/plugins/native-features.d.ts +14 -0
  2461. package/packages/typescript/src/plugins/native-features.d.ts.map +1 -0
  2462. package/packages/typescript/src/plugins/native-features.js +59 -0
  2463. package/packages/typescript/src/prompts.d.ts +88 -0
  2464. package/packages/typescript/src/prompts.d.ts.map +1 -0
  2465. package/packages/typescript/src/prompts.js +1123 -0
  2466. package/packages/typescript/src/providers/onboarding-progress.d.ts +19 -0
  2467. package/packages/typescript/src/providers/onboarding-progress.d.ts.map +1 -0
  2468. package/packages/typescript/src/providers/onboarding-progress.js +268 -0
  2469. package/packages/typescript/src/providers/skill-eligibility.d.ts +28 -0
  2470. package/packages/typescript/src/providers/skill-eligibility.d.ts.map +1 -0
  2471. package/packages/typescript/src/providers/skill-eligibility.js +179 -0
  2472. package/packages/typescript/src/provisioning.d.ts +54 -0
  2473. package/packages/typescript/src/provisioning.d.ts.map +1 -0
  2474. package/packages/typescript/src/provisioning.js +209 -0
  2475. package/packages/typescript/src/roles.d.ts +70 -0
  2476. package/packages/typescript/src/roles.d.ts.map +1 -0
  2477. package/packages/typescript/src/roles.js +544 -0
  2478. package/packages/typescript/src/runtime-composition.d.ts +129 -0
  2479. package/packages/typescript/src/runtime-composition.d.ts.map +1 -0
  2480. package/packages/typescript/src/runtime-composition.js +335 -0
  2481. package/packages/typescript/src/runtime.d.ts +877 -0
  2482. package/packages/typescript/src/runtime.d.ts.map +1 -0
  2483. package/packages/typescript/src/runtime.js +5277 -0
  2484. package/packages/typescript/src/schemas/agent.d.ts +7 -0
  2485. package/packages/typescript/src/schemas/agent.d.ts.map +1 -0
  2486. package/packages/typescript/src/schemas/agent.js +112 -0
  2487. package/packages/typescript/src/schemas/cache.d.ts +7 -0
  2488. package/packages/typescript/src/schemas/cache.d.ts.map +1 -0
  2489. package/packages/typescript/src/schemas/cache.js +55 -0
  2490. package/packages/typescript/src/schemas/channel-participant.d.ts +7 -0
  2491. package/packages/typescript/src/schemas/channel-participant.d.ts.map +1 -0
  2492. package/packages/typescript/src/schemas/channel-participant.js +49 -0
  2493. package/packages/typescript/src/schemas/channel.d.ts +7 -0
  2494. package/packages/typescript/src/schemas/channel.d.ts.map +1 -0
  2495. package/packages/typescript/src/schemas/channel.js +94 -0
  2496. package/packages/typescript/src/schemas/character.d.ts +445 -0
  2497. package/packages/typescript/src/schemas/character.d.ts.map +1 -0
  2498. package/packages/typescript/src/schemas/character.js +309 -0
  2499. package/packages/typescript/src/schemas/component.d.ts +7 -0
  2500. package/packages/typescript/src/schemas/component.d.ts.map +1 -0
  2501. package/packages/typescript/src/schemas/component.js +156 -0
  2502. package/packages/typescript/src/schemas/embedding.d.ts +7 -0
  2503. package/packages/typescript/src/schemas/embedding.d.ts.map +1 -0
  2504. package/packages/typescript/src/schemas/embedding.js +89 -0
  2505. package/packages/typescript/src/schemas/entity.d.ts +7 -0
  2506. package/packages/typescript/src/schemas/entity.d.ts.map +1 -0
  2507. package/packages/typescript/src/schemas/entity.js +69 -0
  2508. package/packages/typescript/src/schemas/index.d.ts +75 -0
  2509. package/packages/typescript/src/schemas/index.d.ts.map +1 -0
  2510. package/packages/typescript/src/schemas/index.js +74 -0
  2511. package/packages/typescript/src/schemas/log.d.ts +6 -0
  2512. package/packages/typescript/src/schemas/log.d.ts.map +1 -0
  2513. package/packages/typescript/src/schemas/log.js +93 -0
  2514. package/packages/typescript/src/schemas/memory.d.ts +7 -0
  2515. package/packages/typescript/src/schemas/memory.d.ts.map +1 -0
  2516. package/packages/typescript/src/schemas/memory.js +167 -0
  2517. package/packages/typescript/src/schemas/message-server-agent.d.ts +7 -0
  2518. package/packages/typescript/src/schemas/message-server-agent.d.ts.map +1 -0
  2519. package/packages/typescript/src/schemas/message-server-agent.js +58 -0
  2520. package/packages/typescript/src/schemas/message-server.d.ts +6 -0
  2521. package/packages/typescript/src/schemas/message-server.d.ts.map +1 -0
  2522. package/packages/typescript/src/schemas/message-server.js +62 -0
  2523. package/packages/typescript/src/schemas/message.d.ts +7 -0
  2524. package/packages/typescript/src/schemas/message.d.ts.map +1 -0
  2525. package/packages/typescript/src/schemas/message.js +106 -0
  2526. package/packages/typescript/src/schemas/pairing-allowlist.d.ts +7 -0
  2527. package/packages/typescript/src/schemas/pairing-allowlist.d.ts.map +1 -0
  2528. package/packages/typescript/src/schemas/pairing-allowlist.js +76 -0
  2529. package/packages/typescript/src/schemas/pairing-request.d.ts +7 -0
  2530. package/packages/typescript/src/schemas/pairing-request.d.ts.map +1 -0
  2531. package/packages/typescript/src/schemas/pairing-request.js +96 -0
  2532. package/packages/typescript/src/schemas/participant.d.ts +6 -0
  2533. package/packages/typescript/src/schemas/participant.d.ts.map +1 -0
  2534. package/packages/typescript/src/schemas/participant.js +91 -0
  2535. package/packages/typescript/src/schemas/relationship.d.ts +7 -0
  2536. package/packages/typescript/src/schemas/relationship.d.ts.map +1 -0
  2537. package/packages/typescript/src/schemas/relationship.js +102 -0
  2538. package/packages/typescript/src/schemas/room.d.ts +6 -0
  2539. package/packages/typescript/src/schemas/room.d.ts.map +1 -0
  2540. package/packages/typescript/src/schemas/room.js +86 -0
  2541. package/packages/typescript/src/schemas/server.d.ts +7 -0
  2542. package/packages/typescript/src/schemas/server.d.ts.map +1 -0
  2543. package/packages/typescript/src/schemas/server.js +33 -0
  2544. package/packages/typescript/src/schemas/task.d.ts +6 -0
  2545. package/packages/typescript/src/schemas/task.d.ts.map +1 -0
  2546. package/packages/typescript/src/schemas/task.js +95 -0
  2547. package/packages/typescript/src/schemas/world.d.ts +6 -0
  2548. package/packages/typescript/src/schemas/world.d.ts.map +1 -0
  2549. package/packages/typescript/src/schemas/world.js +64 -0
  2550. package/packages/typescript/src/search.d.ts +381 -0
  2551. package/packages/typescript/src/search.d.ts.map +1 -0
  2552. package/packages/typescript/src/search.js +1580 -0
  2553. package/packages/typescript/src/secrets.d.ts +6 -0
  2554. package/packages/typescript/src/secrets.d.ts.map +1 -0
  2555. package/packages/typescript/src/secrets.js +28 -0
  2556. package/packages/typescript/src/security/external-content.d.ts +96 -0
  2557. package/packages/typescript/src/security/external-content.d.ts.map +1 -0
  2558. package/packages/typescript/src/security/external-content.js +252 -0
  2559. package/packages/typescript/src/security/index.d.ts +12 -0
  2560. package/packages/typescript/src/security/index.d.ts.map +1 -0
  2561. package/packages/typescript/src/security/index.js +13 -0
  2562. package/packages/typescript/src/security/redact.d.ts +111 -0
  2563. package/packages/typescript/src/security/redact.d.ts.map +1 -0
  2564. package/packages/typescript/src/security/redact.js +254 -0
  2565. package/packages/typescript/src/services/agentEvent.d.ts +297 -0
  2566. package/packages/typescript/src/services/agentEvent.d.ts.map +1 -0
  2567. package/packages/typescript/src/services/agentEvent.js +422 -0
  2568. package/packages/typescript/src/services/approval.d.ts +169 -0
  2569. package/packages/typescript/src/services/approval.d.ts.map +1 -0
  2570. package/packages/typescript/src/services/approval.js +399 -0
  2571. package/packages/typescript/src/services/embedding.d.ts +29 -0
  2572. package/packages/typescript/src/services/embedding.d.ts.map +1 -0
  2573. package/packages/typescript/src/services/embedding.js +211 -0
  2574. package/packages/typescript/src/services/followUp.d.ts +48 -0
  2575. package/packages/typescript/src/services/followUp.d.ts.map +1 -0
  2576. package/packages/typescript/src/services/followUp.js +333 -0
  2577. package/packages/typescript/src/services/hook.d.ts +85 -0
  2578. package/packages/typescript/src/services/hook.d.ts.map +1 -0
  2579. package/packages/typescript/src/services/hook.js +396 -0
  2580. package/packages/typescript/src/services/message.d.ts +93 -0
  2581. package/packages/typescript/src/services/message.d.ts.map +1 -0
  2582. package/packages/typescript/src/services/message.js +3163 -0
  2583. package/packages/typescript/src/services/onboarding-cli.d.ts +240 -0
  2584. package/packages/typescript/src/services/onboarding-cli.d.ts.map +1 -0
  2585. package/packages/typescript/src/services/onboarding-cli.js +688 -0
  2586. package/packages/typescript/src/services/onboarding-rpc.d.ts +225 -0
  2587. package/packages/typescript/src/services/onboarding-rpc.d.ts.map +1 -0
  2588. package/packages/typescript/src/services/onboarding-rpc.js +318 -0
  2589. package/packages/typescript/src/services/onboarding-state.d.ts +155 -0
  2590. package/packages/typescript/src/services/onboarding-state.d.ts.map +1 -0
  2591. package/packages/typescript/src/services/onboarding-state.js +706 -0
  2592. package/packages/typescript/src/services/pairing-integration.d.ts +96 -0
  2593. package/packages/typescript/src/services/pairing-integration.d.ts.map +1 -0
  2594. package/packages/typescript/src/services/pairing-integration.js +145 -0
  2595. package/packages/typescript/src/services/pairing-migration.d.ts +105 -0
  2596. package/packages/typescript/src/services/pairing-migration.d.ts.map +1 -0
  2597. package/packages/typescript/src/services/pairing-migration.js +283 -0
  2598. package/packages/typescript/src/services/pairing.d.ts +80 -0
  2599. package/packages/typescript/src/services/pairing.d.ts.map +1 -0
  2600. package/packages/typescript/src/services/pairing.js +253 -0
  2601. package/packages/typescript/src/services/plugin-hooks.d.ts +112 -0
  2602. package/packages/typescript/src/services/plugin-hooks.d.ts.map +1 -0
  2603. package/packages/typescript/src/services/plugin-hooks.js +163 -0
  2604. package/packages/typescript/src/services/relationships.d.ts +125 -0
  2605. package/packages/typescript/src/services/relationships.d.ts.map +1 -0
  2606. package/packages/typescript/src/services/relationships.js +637 -0
  2607. package/packages/typescript/src/services/task-scheduler.d.ts +28 -0
  2608. package/packages/typescript/src/services/task-scheduler.d.ts.map +1 -0
  2609. package/packages/typescript/src/services/task-scheduler.js +89 -0
  2610. package/packages/typescript/src/services/task.d.ts +130 -0
  2611. package/packages/typescript/src/services/task.d.ts.map +1 -0
  2612. package/packages/typescript/src/services/task.js +536 -0
  2613. package/packages/typescript/src/services/tool-policy.d.ts +186 -0
  2614. package/packages/typescript/src/services/tool-policy.d.ts.map +1 -0
  2615. package/packages/typescript/src/services/tool-policy.js +332 -0
  2616. package/packages/typescript/src/services/trajectories.d.ts +25 -0
  2617. package/packages/typescript/src/services/trajectories.d.ts.map +1 -0
  2618. package/packages/typescript/src/services/trajectories.js +1 -0
  2619. package/packages/typescript/src/services.d.ts +61 -0
  2620. package/packages/typescript/src/services.d.ts.map +1 -0
  2621. package/packages/typescript/src/services.js +99 -0
  2622. package/packages/typescript/src/sessions/index.d.ts +17 -0
  2623. package/packages/typescript/src/sessions/index.d.ts.map +1 -0
  2624. package/packages/typescript/src/sessions/index.js +29 -0
  2625. package/packages/typescript/src/sessions/provider.d.ts +71 -0
  2626. package/packages/typescript/src/sessions/provider.d.ts.map +1 -0
  2627. package/packages/typescript/src/sessions/provider.js +243 -0
  2628. package/packages/typescript/src/sessions/session-key.d.ts +201 -0
  2629. package/packages/typescript/src/sessions/session-key.d.ts.map +1 -0
  2630. package/packages/typescript/src/sessions/session-key.js +396 -0
  2631. package/packages/typescript/src/sessions/types.d.ts +197 -0
  2632. package/packages/typescript/src/sessions/types.d.ts.map +1 -0
  2633. package/packages/typescript/src/sessions/types.js +68 -0
  2634. package/packages/typescript/src/settings.d.ts +99 -0
  2635. package/packages/typescript/src/settings.d.ts.map +1 -0
  2636. package/packages/typescript/src/settings.js +409 -0
  2637. package/packages/typescript/src/should-respond.d.ts +2 -0
  2638. package/packages/typescript/src/should-respond.d.ts.map +1 -0
  2639. package/packages/typescript/src/should-respond.js +16 -0
  2640. package/packages/typescript/src/streaming-context.d.ts +79 -0
  2641. package/packages/typescript/src/streaming-context.d.ts.map +1 -0
  2642. package/packages/typescript/src/streaming-context.js +115 -0
  2643. package/packages/typescript/src/trajectory-context.d.ts +26 -0
  2644. package/packages/typescript/src/trajectory-context.d.ts.map +1 -0
  2645. package/packages/typescript/src/trajectory-context.js +85 -0
  2646. package/packages/typescript/src/trajectory-utils.d.ts +49 -0
  2647. package/packages/typescript/src/trajectory-utils.d.ts.map +1 -0
  2648. package/packages/typescript/src/trajectory-utils.js +105 -0
  2649. package/packages/typescript/src/types/agent.d.ts +62 -0
  2650. package/packages/typescript/src/types/agent.d.ts.map +1 -0
  2651. package/packages/typescript/src/types/agent.js +5 -0
  2652. package/packages/typescript/src/types/agentEvent.d.ts +258 -0
  2653. package/packages/typescript/src/types/agentEvent.d.ts.map +1 -0
  2654. package/packages/typescript/src/types/agentEvent.js +11 -0
  2655. package/packages/typescript/src/types/channel-config.d.ts +167 -0
  2656. package/packages/typescript/src/types/channel-config.d.ts.map +1 -0
  2657. package/packages/typescript/src/types/channel-config.js +7 -0
  2658. package/packages/typescript/src/types/components.d.ts +346 -0
  2659. package/packages/typescript/src/types/components.d.ts.map +1 -0
  2660. package/packages/typescript/src/types/components.js +1 -0
  2661. package/packages/typescript/src/types/database.d.ts +1079 -0
  2662. package/packages/typescript/src/types/database.d.ts.map +1 -0
  2663. package/packages/typescript/src/types/database.js +9 -0
  2664. package/packages/typescript/src/types/environment.d.ts +73 -0
  2665. package/packages/typescript/src/types/environment.d.ts.map +1 -0
  2666. package/packages/typescript/src/types/environment.js +16 -0
  2667. package/packages/typescript/src/types/events.d.ts +386 -0
  2668. package/packages/typescript/src/types/events.d.ts.map +1 -0
  2669. package/packages/typescript/src/types/events.js +83 -0
  2670. package/packages/typescript/src/types/generated/eliza/v1/agent_pb.d.ts +400 -0
  2671. package/packages/typescript/src/types/generated/eliza/v1/agent_pb.d.ts.map +1 -0
  2672. package/packages/typescript/src/types/generated/eliza/v1/agent_pb.js +72 -0
  2673. package/packages/typescript/src/types/generated/eliza/v1/components_pb.d.ts +364 -0
  2674. package/packages/typescript/src/types/generated/eliza/v1/components_pb.d.ts.map +1 -0
  2675. package/packages/typescript/src/types/generated/eliza/v1/components_pb.js +68 -0
  2676. package/packages/typescript/src/types/generated/eliza/v1/database_pb.d.ts +694 -0
  2677. package/packages/typescript/src/types/generated/eliza/v1/database_pb.d.ts.map +1 -0
  2678. package/packages/typescript/src/types/generated/eliza/v1/database_pb.js +172 -0
  2679. package/packages/typescript/src/types/generated/eliza/v1/environment_pb.d.ts +299 -0
  2680. package/packages/typescript/src/types/generated/eliza/v1/environment_pb.d.ts.map +1 -0
  2681. package/packages/typescript/src/types/generated/eliza/v1/environment_pb.js +52 -0
  2682. package/packages/typescript/src/types/generated/eliza/v1/events_pb.d.ts +746 -0
  2683. package/packages/typescript/src/types/generated/eliza/v1/events_pb.d.ts.map +1 -0
  2684. package/packages/typescript/src/types/generated/eliza/v1/events_pb.js +357 -0
  2685. package/packages/typescript/src/types/generated/eliza/v1/ipc_pb.d.ts +799 -0
  2686. package/packages/typescript/src/types/generated/eliza/v1/ipc_pb.d.ts.map +1 -0
  2687. package/packages/typescript/src/types/generated/eliza/v1/ipc_pb.js +172 -0
  2688. package/packages/typescript/src/types/generated/eliza/v1/knowledge_pb.d.ts +63 -0
  2689. package/packages/typescript/src/types/generated/eliza/v1/knowledge_pb.d.ts.map +1 -0
  2690. package/packages/typescript/src/types/generated/eliza/v1/knowledge_pb.js +18 -0
  2691. package/packages/typescript/src/types/generated/eliza/v1/memory_pb.d.ts +290 -0
  2692. package/packages/typescript/src/types/generated/eliza/v1/memory_pb.d.ts.map +1 -0
  2693. package/packages/typescript/src/types/generated/eliza/v1/memory_pb.js +53 -0
  2694. package/packages/typescript/src/types/generated/eliza/v1/message_service_pb.d.ts +160 -0
  2695. package/packages/typescript/src/types/generated/eliza/v1/message_service_pb.d.ts.map +1 -0
  2696. package/packages/typescript/src/types/generated/eliza/v1/message_service_pb.js +88 -0
  2697. package/packages/typescript/src/types/generated/eliza/v1/messaging_pb.d.ts +214 -0
  2698. package/packages/typescript/src/types/generated/eliza/v1/messaging_pb.d.ts.map +1 -0
  2699. package/packages/typescript/src/types/generated/eliza/v1/messaging_pb.js +78 -0
  2700. package/packages/typescript/src/types/generated/eliza/v1/model_pb.d.ts +653 -0
  2701. package/packages/typescript/src/types/generated/eliza/v1/model_pb.d.ts.map +1 -0
  2702. package/packages/typescript/src/types/generated/eliza/v1/model_pb.js +237 -0
  2703. package/packages/typescript/src/types/generated/eliza/v1/payment_pb.d.ts +147 -0
  2704. package/packages/typescript/src/types/generated/eliza/v1/payment_pb.d.ts.map +1 -0
  2705. package/packages/typescript/src/types/generated/eliza/v1/payment_pb.js +27 -0
  2706. package/packages/typescript/src/types/generated/eliza/v1/plugin_pb.d.ts +286 -0
  2707. package/packages/typescript/src/types/generated/eliza/v1/plugin_pb.d.ts.map +1 -0
  2708. package/packages/typescript/src/types/generated/eliza/v1/plugin_pb.js +86 -0
  2709. package/packages/typescript/src/types/generated/eliza/v1/primitives_pb.d.ts +263 -0
  2710. package/packages/typescript/src/types/generated/eliza/v1/primitives_pb.d.ts.map +1 -0
  2711. package/packages/typescript/src/types/generated/eliza/v1/primitives_pb.js +38 -0
  2712. package/packages/typescript/src/types/generated/eliza/v1/prompts_pb.d.ts +137 -0
  2713. package/packages/typescript/src/types/generated/eliza/v1/prompts_pb.d.ts.map +1 -0
  2714. package/packages/typescript/src/types/generated/eliza/v1/prompts_pb.js +27 -0
  2715. package/packages/typescript/src/types/generated/eliza/v1/service_interfaces_pb.d.ts +2687 -0
  2716. package/packages/typescript/src/types/generated/eliza/v1/service_interfaces_pb.d.ts.map +1 -0
  2717. package/packages/typescript/src/types/generated/eliza/v1/service_interfaces_pb.js +392 -0
  2718. package/packages/typescript/src/types/generated/eliza/v1/service_pb.d.ts +144 -0
  2719. package/packages/typescript/src/types/generated/eliza/v1/service_pb.d.ts.map +1 -0
  2720. package/packages/typescript/src/types/generated/eliza/v1/service_pb.js +99 -0
  2721. package/packages/typescript/src/types/generated/eliza/v1/settings_pb.d.ts +146 -0
  2722. package/packages/typescript/src/types/generated/eliza/v1/settings_pb.d.ts.map +1 -0
  2723. package/packages/typescript/src/types/generated/eliza/v1/settings_pb.js +32 -0
  2724. package/packages/typescript/src/types/generated/eliza/v1/state_pb.d.ts +259 -0
  2725. package/packages/typescript/src/types/generated/eliza/v1/state_pb.d.ts.map +1 -0
  2726. package/packages/typescript/src/types/generated/eliza/v1/state_pb.js +44 -0
  2727. package/packages/typescript/src/types/generated/eliza/v1/task_pb.d.ts +120 -0
  2728. package/packages/typescript/src/types/generated/eliza/v1/task_pb.d.ts.map +1 -0
  2729. package/packages/typescript/src/types/generated/eliza/v1/task_pb.js +53 -0
  2730. package/packages/typescript/src/types/generated/eliza/v1/tee_pb.d.ts +205 -0
  2731. package/packages/typescript/src/types/generated/eliza/v1/tee_pb.d.ts.map +1 -0
  2732. package/packages/typescript/src/types/generated/eliza/v1/tee_pb.js +89 -0
  2733. package/packages/typescript/src/types/generated/eliza/v1/testing_pb.d.ts +47 -0
  2734. package/packages/typescript/src/types/generated/eliza/v1/testing_pb.d.ts.map +1 -0
  2735. package/packages/typescript/src/types/generated/eliza/v1/testing_pb.js +16 -0
  2736. package/packages/typescript/src/types/hook.d.ts +338 -0
  2737. package/packages/typescript/src/types/hook.d.ts.map +1 -0
  2738. package/packages/typescript/src/types/hook.js +73 -0
  2739. package/packages/typescript/src/types/index.d.ts +38 -0
  2740. package/packages/typescript/src/types/index.d.ts.map +1 -0
  2741. package/packages/typescript/src/types/index.js +46 -0
  2742. package/packages/typescript/src/types/knowledge.d.ts +49 -0
  2743. package/packages/typescript/src/types/knowledge.d.ts.map +1 -0
  2744. package/packages/typescript/src/types/knowledge.js +1 -0
  2745. package/packages/typescript/src/types/memory-storage.d.ts +28 -0
  2746. package/packages/typescript/src/types/memory-storage.d.ts.map +1 -0
  2747. package/packages/typescript/src/types/memory-storage.js +13 -0
  2748. package/packages/typescript/src/types/memory.d.ts +438 -0
  2749. package/packages/typescript/src/types/memory.d.ts.map +1 -0
  2750. package/packages/typescript/src/types/memory.js +16 -0
  2751. package/packages/typescript/src/types/message-service.d.ts +169 -0
  2752. package/packages/typescript/src/types/message-service.d.ts.map +1 -0
  2753. package/packages/typescript/src/types/message-service.js +1 -0
  2754. package/packages/typescript/src/types/messaging.d.ts +358 -0
  2755. package/packages/typescript/src/types/messaging.d.ts.map +1 -0
  2756. package/packages/typescript/src/types/messaging.js +27 -0
  2757. package/packages/typescript/src/types/model.d.ts +697 -0
  2758. package/packages/typescript/src/types/model.d.ts.map +1 -0
  2759. package/packages/typescript/src/types/model.js +247 -0
  2760. package/packages/typescript/src/types/onboarding.d.ts +319 -0
  2761. package/packages/typescript/src/types/onboarding.d.ts.map +1 -0
  2762. package/packages/typescript/src/types/onboarding.js +97 -0
  2763. package/packages/typescript/src/types/pairing.d.ts +124 -0
  2764. package/packages/typescript/src/types/pairing.d.ts.map +1 -0
  2765. package/packages/typescript/src/types/pairing.js +32 -0
  2766. package/packages/typescript/src/types/payment.d.ts +45 -0
  2767. package/packages/typescript/src/types/payment.d.ts.map +1 -0
  2768. package/packages/typescript/src/types/payment.js +1 -0
  2769. package/packages/typescript/src/types/plugin-manifest.d.ts +381 -0
  2770. package/packages/typescript/src/types/plugin-manifest.d.ts.map +1 -0
  2771. package/packages/typescript/src/types/plugin-manifest.js +10 -0
  2772. package/packages/typescript/src/types/plugin-store.d.ts +173 -0
  2773. package/packages/typescript/src/types/plugin-store.d.ts.map +1 -0
  2774. package/packages/typescript/src/types/plugin-store.js +1 -0
  2775. package/packages/typescript/src/types/plugin.d.ts +325 -0
  2776. package/packages/typescript/src/types/plugin.d.ts.map +1 -0
  2777. package/packages/typescript/src/types/plugin.js +1 -0
  2778. package/packages/typescript/src/types/primitives.d.ts +176 -0
  2779. package/packages/typescript/src/types/primitives.d.ts.map +1 -0
  2780. package/packages/typescript/src/types/primitives.js +41 -0
  2781. package/packages/typescript/src/types/prompt-batcher.d.ts +126 -0
  2782. package/packages/typescript/src/types/prompt-batcher.d.ts.map +1 -0
  2783. package/packages/typescript/src/types/prompt-batcher.js +6 -0
  2784. package/packages/typescript/src/types/prompts.d.ts +39 -0
  2785. package/packages/typescript/src/types/prompts.d.ts.map +1 -0
  2786. package/packages/typescript/src/types/prompts.js +7 -0
  2787. package/packages/typescript/src/types/proto.d.ts +60 -0
  2788. package/packages/typescript/src/types/proto.d.ts.map +1 -0
  2789. package/packages/typescript/src/types/proto.js +53 -0
  2790. package/packages/typescript/src/types/runtime.d.ts +394 -0
  2791. package/packages/typescript/src/types/runtime.d.ts.map +1 -0
  2792. package/packages/typescript/src/types/runtime.js +1 -0
  2793. package/packages/typescript/src/types/schema-builder.d.ts +43 -0
  2794. package/packages/typescript/src/types/schema-builder.d.ts.map +1 -0
  2795. package/packages/typescript/src/types/schema-builder.js +16 -0
  2796. package/packages/typescript/src/types/schema.d.ts +99 -0
  2797. package/packages/typescript/src/types/schema.d.ts.map +1 -0
  2798. package/packages/typescript/src/types/schema.js +11 -0
  2799. package/packages/typescript/src/types/service-interfaces.d.ts +1200 -0
  2800. package/packages/typescript/src/types/service-interfaces.d.ts.map +1 -0
  2801. package/packages/typescript/src/types/service-interfaces.js +81 -0
  2802. package/packages/typescript/src/types/service.d.ts +173 -0
  2803. package/packages/typescript/src/types/service.d.ts.map +1 -0
  2804. package/packages/typescript/src/types/service.js +78 -0
  2805. package/packages/typescript/src/types/settings.d.ts +36 -0
  2806. package/packages/typescript/src/types/settings.d.ts.map +1 -0
  2807. package/packages/typescript/src/types/settings.js +1 -0
  2808. package/packages/typescript/src/types/state.d.ts +251 -0
  2809. package/packages/typescript/src/types/state.d.ts.map +1 -0
  2810. package/packages/typescript/src/types/state.js +1 -0
  2811. package/packages/typescript/src/types/streaming.d.ts +93 -0
  2812. package/packages/typescript/src/types/streaming.d.ts.map +1 -0
  2813. package/packages/typescript/src/types/streaming.js +21 -0
  2814. package/packages/typescript/src/types/task.d.ts +122 -0
  2815. package/packages/typescript/src/types/task.d.ts.map +1 -0
  2816. package/packages/typescript/src/types/task.js +1 -0
  2817. package/packages/typescript/src/types/tee.d.ts +3 -0
  2818. package/packages/typescript/src/types/tee.d.ts.map +1 -0
  2819. package/packages/typescript/src/types/tee.js +1 -0
  2820. package/packages/typescript/src/types/testing.d.ts +15 -0
  2821. package/packages/typescript/src/types/testing.d.ts.map +1 -0
  2822. package/packages/typescript/src/types/testing.js +1 -0
  2823. package/packages/typescript/src/types/tools.d.ts +166 -0
  2824. package/packages/typescript/src/types/tools.d.ts.map +1 -0
  2825. package/packages/typescript/src/types/tools.js +380 -0
  2826. package/packages/typescript/src/types/trigger.d.ts +38 -0
  2827. package/packages/typescript/src/types/trigger.d.ts.map +1 -0
  2828. package/packages/typescript/src/types/trigger.js +1 -0
  2829. package/packages/typescript/src/utils/batch-queue/batch-processor.d.ts +53 -0
  2830. package/packages/typescript/src/utils/batch-queue/batch-processor.d.ts.map +1 -0
  2831. package/packages/typescript/src/utils/batch-queue/batch-processor.js +129 -0
  2832. package/packages/typescript/src/utils/batch-queue/index.d.ts +97 -0
  2833. package/packages/typescript/src/utils/batch-queue/index.d.ts.map +1 -0
  2834. package/packages/typescript/src/utils/batch-queue/index.js +175 -0
  2835. package/packages/typescript/src/utils/batch-queue/priority-queue.d.ts +53 -0
  2836. package/packages/typescript/src/utils/batch-queue/priority-queue.d.ts.map +1 -0
  2837. package/packages/typescript/src/utils/batch-queue/priority-queue.js +128 -0
  2838. package/packages/typescript/src/utils/batch-queue/semaphore.d.ts +18 -0
  2839. package/packages/typescript/src/utils/batch-queue/semaphore.d.ts.map +1 -0
  2840. package/packages/typescript/src/utils/batch-queue/semaphore.js +34 -0
  2841. package/packages/typescript/src/utils/batch-queue/task-drain.d.ts +57 -0
  2842. package/packages/typescript/src/utils/batch-queue/task-drain.d.ts.map +1 -0
  2843. package/packages/typescript/src/utils/batch-queue/task-drain.js +150 -0
  2844. package/packages/typescript/src/utils/batch-queue.d.ts +20 -0
  2845. package/packages/typescript/src/utils/batch-queue.d.ts.map +1 -0
  2846. package/packages/typescript/src/utils/batch-queue.js +19 -0
  2847. package/packages/typescript/src/utils/boolean.d.ts +50 -0
  2848. package/packages/typescript/src/utils/boolean.d.ts.map +1 -0
  2849. package/packages/typescript/src/utils/boolean.js +73 -0
  2850. package/packages/typescript/src/utils/buffer.d.ts +107 -0
  2851. package/packages/typescript/src/utils/buffer.d.ts.map +1 -0
  2852. package/packages/typescript/src/utils/buffer.js +229 -0
  2853. package/packages/typescript/src/utils/channel-utils.d.ts +274 -0
  2854. package/packages/typescript/src/utils/channel-utils.d.ts.map +1 -0
  2855. package/packages/typescript/src/utils/channel-utils.js +337 -0
  2856. package/packages/typescript/src/utils/context-catalog.d.ts +6 -0
  2857. package/packages/typescript/src/utils/context-catalog.d.ts.map +1 -0
  2858. package/packages/typescript/src/utils/context-catalog.js +126 -0
  2859. package/packages/typescript/src/utils/context-routing.d.ts +25 -0
  2860. package/packages/typescript/src/utils/context-routing.d.ts.map +1 -0
  2861. package/packages/typescript/src/utils/context-routing.js +160 -0
  2862. package/packages/typescript/src/utils/crypto-compat.d.ts +83 -0
  2863. package/packages/typescript/src/utils/crypto-compat.d.ts.map +1 -0
  2864. package/packages/typescript/src/utils/crypto-compat.js +368 -0
  2865. package/packages/typescript/src/utils/deterministic.d.ts +9 -0
  2866. package/packages/typescript/src/utils/deterministic.d.ts.map +1 -0
  2867. package/packages/typescript/src/utils/deterministic.js +70 -0
  2868. package/packages/typescript/src/utils/environment.d.ts +125 -0
  2869. package/packages/typescript/src/utils/environment.d.ts.map +1 -0
  2870. package/packages/typescript/src/utils/environment.js +290 -0
  2871. package/packages/typescript/src/utils/example-names.d.ts +3 -0
  2872. package/packages/typescript/src/utils/example-names.d.ts.map +1 -0
  2873. package/packages/typescript/src/utils/example-names.js +30 -0
  2874. package/packages/typescript/src/utils/json-llm.d.ts +17 -0
  2875. package/packages/typescript/src/utils/json-llm.d.ts.map +1 -0
  2876. package/packages/typescript/src/utils/json-llm.js +32 -0
  2877. package/packages/typescript/src/utils/model-errors.d.ts +3 -0
  2878. package/packages/typescript/src/utils/model-errors.d.ts.map +1 -0
  2879. package/packages/typescript/src/utils/model-errors.js +23 -0
  2880. package/packages/typescript/src/utils/node.d.ts +8 -0
  2881. package/packages/typescript/src/utils/node.d.ts.map +1 -0
  2882. package/packages/typescript/src/utils/node.js +12 -0
  2883. package/packages/typescript/src/utils/paths.d.ts +97 -0
  2884. package/packages/typescript/src/utils/paths.d.ts.map +1 -0
  2885. package/packages/typescript/src/utils/paths.js +204 -0
  2886. package/packages/typescript/src/utils/prompt-batcher/batcher.d.ts +163 -0
  2887. package/packages/typescript/src/utils/prompt-batcher/batcher.d.ts.map +1 -0
  2888. package/packages/typescript/src/utils/prompt-batcher/batcher.js +896 -0
  2889. package/packages/typescript/src/utils/prompt-batcher/dispatcher.d.ts +15 -0
  2890. package/packages/typescript/src/utils/prompt-batcher/dispatcher.d.ts.map +1 -0
  2891. package/packages/typescript/src/utils/prompt-batcher/dispatcher.js +230 -0
  2892. package/packages/typescript/src/utils/prompt-batcher/shared.d.ts +66 -0
  2893. package/packages/typescript/src/utils/prompt-batcher/shared.d.ts.map +1 -0
  2894. package/packages/typescript/src/utils/prompt-batcher/shared.js +101 -0
  2895. package/packages/typescript/src/utils/prompt-batcher.d.ts +5 -0
  2896. package/packages/typescript/src/utils/prompt-batcher.d.ts.map +1 -0
  2897. package/packages/typescript/src/utils/prompt-batcher.js +4 -0
  2898. package/packages/typescript/src/utils/retry.d.ts +128 -0
  2899. package/packages/typescript/src/utils/retry.d.ts.map +1 -0
  2900. package/packages/typescript/src/utils/retry.js +190 -0
  2901. package/packages/typescript/src/utils/server-health.d.ts +35 -0
  2902. package/packages/typescript/src/utils/server-health.d.ts.map +1 -0
  2903. package/packages/typescript/src/utils/server-health.js +76 -0
  2904. package/packages/typescript/src/utils/slice-to-fit-budget.d.ts +12 -0
  2905. package/packages/typescript/src/utils/slice-to-fit-budget.d.ts.map +1 -0
  2906. package/packages/typescript/src/utils/slice-to-fit-budget.js +36 -0
  2907. package/packages/typescript/src/utils/streaming.d.ts +275 -0
  2908. package/packages/typescript/src/utils/streaming.d.ts.map +1 -0
  2909. package/packages/typescript/src/utils/streaming.js +774 -0
  2910. package/packages/typescript/src/utils/text-normalize.d.ts +23 -0
  2911. package/packages/typescript/src/utils/text-normalize.d.ts.map +1 -0
  2912. package/packages/typescript/src/utils/text-normalize.js +42 -0
  2913. package/packages/typescript/src/utils/text-splitting.d.ts +14 -0
  2914. package/packages/typescript/src/utils/text-splitting.d.ts.map +1 -0
  2915. package/packages/typescript/src/utils/text-splitting.js +66 -0
  2916. package/packages/typescript/src/utils/toon.d.ts +8 -0
  2917. package/packages/typescript/src/utils/toon.d.ts.map +1 -0
  2918. package/packages/typescript/src/utils/toon.js +325 -0
  2919. package/packages/typescript/src/utils/type-guards.d.ts +25 -0
  2920. package/packages/typescript/src/utils/type-guards.d.ts.map +1 -0
  2921. package/packages/typescript/src/utils/type-guards.js +73 -0
  2922. package/packages/typescript/src/utils.d.ts +190 -0
  2923. package/packages/typescript/src/utils.d.ts.map +1 -0
  2924. package/packages/typescript/src/utils.js +1115 -0
  2925. package/packages/typescript/src/validation/index.d.ts +8 -0
  2926. package/packages/typescript/src/validation/index.d.ts.map +1 -0
  2927. package/packages/typescript/src/validation/index.js +7 -0
  2928. package/packages/typescript/src/validation/keywords.d.ts +26 -0
  2929. package/packages/typescript/src/validation/keywords.d.ts.map +1 -0
  2930. package/packages/typescript/src/validation/keywords.js +76 -0
  2931. package/packages/typescript/src/validation/secrets.d.ts +94 -0
  2932. package/packages/typescript/src/validation/secrets.d.ts.map +1 -0
  2933. package/packages/typescript/src/validation/secrets.js +399 -0
  2934. package/jest.config.js +0 -17
  2935. package/src/__tests__/client-type-identification.test.ts +0 -59
  2936. package/src/defaultCharacter.ts +0 -530
  2937. package/src/index.ts +0 -911
  2938. package/tsconfig.json +0 -16
@@ -0,0 +1,88 @@
1
+ /**
2
+ * Auto-generated prompt templates for elizaOS
3
+ * DO NOT EDIT - Generated from packages/prompts/prompts/*.txt
4
+ *
5
+ * These prompts use Handlebars-style template syntax:
6
+ * - {{variableName}} for simple substitution
7
+ * - {{#each items}}...{{/each}} for iteration
8
+ * - {{#if condition}}...{{/if}} for conditionals
9
+ */
10
+ export declare const addContactTemplate = "task: Extract contact information to add to the relationships.\n\ncontext:\n{{providers}}\n\nrecent_messages:\n{{recentMessages}}\n\ncurrent_message:\n{{message}}\n\ninstructions[5]:\n- identify the contact name being added\n- include entityId only if it is explicitly known from context\n- return categories as a comma-separated list\n- include notes, timezone, and language only when clearly present\n- include a short reason for why this contact should be saved\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\ncontactName: Jane Doe\nentityId:\ncategories: vip,colleague\nnotes: Met at the design summit\ntimezone: America/New_York\nlanguage: English\nreason: Important collaborator to remember";
11
+ export declare const ADD_CONTACT_TEMPLATE = "task: Extract contact information to add to the relationships.\n\ncontext:\n{{providers}}\n\nrecent_messages:\n{{recentMessages}}\n\ncurrent_message:\n{{message}}\n\ninstructions[5]:\n- identify the contact name being added\n- include entityId only if it is explicitly known from context\n- return categories as a comma-separated list\n- include notes, timezone, and language only when clearly present\n- include a short reason for why this contact should be saved\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\ncontactName: Jane Doe\nentityId:\ncategories: vip,colleague\nnotes: Met at the design summit\ntimezone: America/New_York\nlanguage: English\nreason: Important collaborator to remember";
12
+ export declare const autonomyContinuousContinueTemplate = "Your job: reflect on context, decide what you want to do next, and act if appropriate.\n- Use available actions/tools when they can advance the goal.\n- Use thinking to think about and plan what you want to do.\n- Do NOT speak out loud. This loop is internal-only.\n- Output structure: ONLY a <thought> plus any actions. No other message text.\n- If you don't need to make a change this round, take no action and output only a <thought>.\n- If you cannot act, explain what is missing inside <thought> and take no action.\n- Keep the response concise, focused on the next action.\n\nUSER CONTEXT (most recent last):\n{{targetRoomContext}}\n\nYour last autonomous note: \"{{lastThought}}\"\n\nContinue from that note. Output <thought> and take action if needed.";
13
+ export declare const AUTONOMY_CONTINUOUS_CONTINUE_TEMPLATE = "Your job: reflect on context, decide what you want to do next, and act if appropriate.\n- Use available actions/tools when they can advance the goal.\n- Use thinking to think about and plan what you want to do.\n- Do NOT speak out loud. This loop is internal-only.\n- Output structure: ONLY a <thought> plus any actions. No other message text.\n- If you don't need to make a change this round, take no action and output only a <thought>.\n- If you cannot act, explain what is missing inside <thought> and take no action.\n- Keep the response concise, focused on the next action.\n\nUSER CONTEXT (most recent last):\n{{targetRoomContext}}\n\nYour last autonomous note: \"{{lastThought}}\"\n\nContinue from that note. Output <thought> and take action if needed.";
14
+ export declare const autonomyContinuousFirstTemplate = "Your job: reflect on context, decide what you want to do next, and act if appropriate.\n- Use available actions/tools when they can advance the goal.\n- Use thinking to think about and plan what you want to do.\n- Do NOT speak out loud. This loop is internal-only.\n- Output structure: ONLY a <thought> plus any actions. No other message text.\n- If you don't need to make a change this round, take no action and output only a <thought>.\n- If you cannot act, explain what is missing inside <thought> and take no action.\n- Keep the response concise, focused on the next action.\n\nUSER CONTEXT (most recent last):\n{{targetRoomContext}}\n\nThink briefly, then output <thought> and take action if needed.";
15
+ export declare const AUTONOMY_CONTINUOUS_FIRST_TEMPLATE = "Your job: reflect on context, decide what you want to do next, and act if appropriate.\n- Use available actions/tools when they can advance the goal.\n- Use thinking to think about and plan what you want to do.\n- Do NOT speak out loud. This loop is internal-only.\n- Output structure: ONLY a <thought> plus any actions. No other message text.\n- If you don't need to make a change this round, take no action and output only a <thought>.\n- If you cannot act, explain what is missing inside <thought> and take no action.\n- Keep the response concise, focused on the next action.\n\nUSER CONTEXT (most recent last):\n{{targetRoomContext}}\n\nThink briefly, then output <thought> and take action if needed.";
16
+ export declare const autonomyTaskContinueTemplate = "You are running in AUTONOMOUS TASK MODE.\n\nYour job: continue helping the user and make progress toward the task.\n- Use available actions/tools to gather information or execute steps.\n- Use thinking to think about and plan what you want to do.\n- Do NOT speak out loud. This loop is internal-only.\n- Output structure: ONLY a <thought> plus any actions. No other message text.\n- If you don't need to make a change this round, take no action and output only a <thought>.\n- If you cannot act, explain what is missing inside <thought> and take no action.\n- Keep the response concise, focused on the next action.\n\nUSER CHAT CONTEXT (most recent last):\n{{targetRoomContext}}\n\nYour last autonomous note: \"{{lastThought}}\"\n\nContinue the task. Output <thought> and take action now.";
17
+ export declare const AUTONOMY_TASK_CONTINUE_TEMPLATE = "You are running in AUTONOMOUS TASK MODE.\n\nYour job: continue helping the user and make progress toward the task.\n- Use available actions/tools to gather information or execute steps.\n- Use thinking to think about and plan what you want to do.\n- Do NOT speak out loud. This loop is internal-only.\n- Output structure: ONLY a <thought> plus any actions. No other message text.\n- If you don't need to make a change this round, take no action and output only a <thought>.\n- If you cannot act, explain what is missing inside <thought> and take no action.\n- Keep the response concise, focused on the next action.\n\nUSER CHAT CONTEXT (most recent last):\n{{targetRoomContext}}\n\nYour last autonomous note: \"{{lastThought}}\"\n\nContinue the task. Output <thought> and take action now.";
18
+ export declare const autonomyTaskFirstTemplate = "You are running in AUTONOMOUS TASK MODE.\n\nYour job: continue helping the user and make progress toward the task.\n- Use available actions/tools to gather information or execute steps.\n- If you need UI control, use ComputerUse actions.\n- In MCP mode, selector-based actions require a process scope (pass process=... or prefix selector with \"process:<name> >> ...\").\n- Prefer safe, incremental steps; if unsure, gather more UI context before acting.\n- Do NOT speak out loud. This loop is internal-only.\n- Output structure: ONLY a <thought> plus any actions. No other message text.\n\nUSER CHAT CONTEXT (most recent last):\n{{targetRoomContext}}\n\nDecide what to do next. Output <thought>, then take the most useful action.";
19
+ export declare const AUTONOMY_TASK_FIRST_TEMPLATE = "You are running in AUTONOMOUS TASK MODE.\n\nYour job: continue helping the user and make progress toward the task.\n- Use available actions/tools to gather information or execute steps.\n- If you need UI control, use ComputerUse actions.\n- In MCP mode, selector-based actions require a process scope (pass process=... or prefix selector with \"process:<name> >> ...\").\n- Prefer safe, incremental steps; if unsure, gather more UI context before acting.\n- Do NOT speak out loud. This loop is internal-only.\n- Output structure: ONLY a <thought> plus any actions. No other message text.\n\nUSER CHAT CONTEXT (most recent last):\n{{targetRoomContext}}\n\nDecide what to do next. Output <thought>, then take the most useful action.";
20
+ export declare const chooseOptionTemplate = "# Task: Choose an option from the available choices.\n\n{{providers}}\n\n# Available Options:\n{{options}}\n\n# Instructions: \nAnalyze the options and select the most appropriate one based on the current context.\nProvide your reasoning and the selected option ID.\n\nRespond using TOON like this:\nthought: Your reasoning for the selection\nselected_id: The ID of the selected option\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
21
+ export declare const CHOOSE_OPTION_TEMPLATE = "# Task: Choose an option from the available choices.\n\n{{providers}}\n\n# Available Options:\n{{options}}\n\n# Instructions: \nAnalyze the options and select the most appropriate one based on the current context.\nProvide your reasoning and the selected option ID.\n\nRespond using TOON like this:\nthought: Your reasoning for the selection\nselected_id: The ID of the selected option\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
22
+ export declare const extractSecretOperationTemplate = "You are helping manage secrets for an AI agent.\n\nDetermine what operation the user wants to perform:\n- get: Retrieve a secret value\n- set: Store a new secret\n- delete: Remove a secret\n- list: Show all available secrets (without values)\n- check: Check if a secret exists\n\nCommon patterns:\n- \"What is my OpenAI key?\" -> operation: get, key: OPENAI_API_KEY\n- \"Do I have a Discord token set?\" -> operation: check, key: DISCORD_BOT_TOKEN\n- \"Show me my secrets\" -> operation: list\n- \"Delete my old API key\" -> operation: delete\n- \"Remove TWITTER_API_KEY\" -> operation: delete, key: TWITTER_API_KEY\n- \"Set my key to sk-...\" -> operation: set, key: <infer>, value: sk-...\n\n{{recentMessages}}\n\nExtract the operation, key (if applicable), value (if applicable), and level from the user's message.";
23
+ export declare const EXTRACT_SECRET_OPERATION_TEMPLATE = "You are helping manage secrets for an AI agent.\n\nDetermine what operation the user wants to perform:\n- get: Retrieve a secret value\n- set: Store a new secret\n- delete: Remove a secret\n- list: Show all available secrets (without values)\n- check: Check if a secret exists\n\nCommon patterns:\n- \"What is my OpenAI key?\" -> operation: get, key: OPENAI_API_KEY\n- \"Do I have a Discord token set?\" -> operation: check, key: DISCORD_BOT_TOKEN\n- \"Show me my secrets\" -> operation: list\n- \"Delete my old API key\" -> operation: delete\n- \"Remove TWITTER_API_KEY\" -> operation: delete, key: TWITTER_API_KEY\n- \"Set my key to sk-...\" -> operation: set, key: <infer>, value: sk-...\n\n{{recentMessages}}\n\nExtract the operation, key (if applicable), value (if applicable), and level from the user's message.";
24
+ export declare const extractSecretRequestTemplate = "You are helping an AI agent request a missing secret.\nDetermine what secret the agent needs and why based on the recent conversation.\n\nCommon patterns:\n- \"I need an API key for OpenAI\" -> key: OPENAI_API_KEY\n- \"Missing TWITTER_TOKEN\" -> key: TWITTER_TOKEN\n- \"I cannot proceed without a Discord token\" -> key: DISCORD_TOKEN\n\nRecent Messages:\n{{recentMessages}}\n\nOutput JSON with:\n- key: The name of the secret needed (e.g. OPENAI_API_KEY)\n- reason: Why it is needed (optional)\n\nIf no specific secret is requested, return null json.";
25
+ export declare const EXTRACT_SECRET_REQUEST_TEMPLATE = "You are helping an AI agent request a missing secret.\nDetermine what secret the agent needs and why based on the recent conversation.\n\nCommon patterns:\n- \"I need an API key for OpenAI\" -> key: OPENAI_API_KEY\n- \"Missing TWITTER_TOKEN\" -> key: TWITTER_TOKEN\n- \"I cannot proceed without a Discord token\" -> key: DISCORD_TOKEN\n\nRecent Messages:\n{{recentMessages}}\n\nOutput JSON with:\n- key: The name of the secret needed (e.g. OPENAI_API_KEY)\n- reason: Why it is needed (optional)\n\nIf no specific secret is requested, return null json.";
26
+ export declare const extractSecretsTemplate = "You are extracting secret/configuration values from the user's message.\n\nThe user wants to set one or more secrets. Extract:\n1. The secret key (should be UPPERCASE_WITH_UNDERSCORES format)\n2. The secret value\n3. Optional description\n4. Secret type (api_key, secret, credential, url, or config)\n\nCommon patterns:\n- \"Set my OpenAI key to sk-...\" -> key: OPENAI_API_KEY, value: sk-...\n- \"My Anthropic API key is sk-ant-...\" -> key: ANTHROPIC_API_KEY, value: sk-ant-...\n- \"Use this Discord token: ...\" -> key: DISCORD_BOT_TOKEN, value: ...\n- \"Set DATABASE_URL to postgres://...\" -> key: DATABASE_URL, value: postgres://...\n\n{{recentMessages}}\n\nExtract the secrets from the user's message. If the key name isn't explicitly specified, infer an appropriate UPPERCASE_WITH_UNDERSCORES name based on the context.";
27
+ export declare const EXTRACT_SECRETS_TEMPLATE = "You are extracting secret/configuration values from the user's message.\n\nThe user wants to set one or more secrets. Extract:\n1. The secret key (should be UPPERCASE_WITH_UNDERSCORES format)\n2. The secret value\n3. Optional description\n4. Secret type (api_key, secret, credential, url, or config)\n\nCommon patterns:\n- \"Set my OpenAI key to sk-...\" -> key: OPENAI_API_KEY, value: sk-...\n- \"My Anthropic API key is sk-ant-...\" -> key: ANTHROPIC_API_KEY, value: sk-ant-...\n- \"Use this Discord token: ...\" -> key: DISCORD_BOT_TOKEN, value: ...\n- \"Set DATABASE_URL to postgres://...\" -> key: DATABASE_URL, value: postgres://...\n\n{{recentMessages}}\n\nExtract the secrets from the user's message. If the key name isn't explicitly specified, infer an appropriate UPPERCASE_WITH_UNDERSCORES name based on the context.";
28
+ export declare const imageDescriptionTemplate = "Task: Analyze the provided image and generate a comprehensive description with multiple levels of detail.\n\nInstructions:\nCarefully examine the image and provide:\n1. A concise, descriptive title that captures the main subject or scene\n2. A brief summary description (1-2 sentences) highlighting the key elements\n3. An extensive, detailed description that covers all visible elements, composition, lighting, colors, mood, and any other relevant details\n\nBe objective and descriptive. Focus on what you can actually see in the image rather than making assumptions about context or meaning.\n\nOutput:\n\nRespond using TOON like this:\ntitle: A concise, descriptive title for the image\ndescription: A brief 1-2 sentence summary of the key elements in the image\ntext: An extensive, detailed description covering all visible elements, composition, lighting, colors, mood, setting, objects, people, activities, and any other relevant details you can observe in the image\n\nIMPORTANT: Your response must ONLY contain the TOON document above. Do not include any text, thinking, or reasoning before or after it.";
29
+ export declare const IMAGE_DESCRIPTION_TEMPLATE = "Task: Analyze the provided image and generate a comprehensive description with multiple levels of detail.\n\nInstructions:\nCarefully examine the image and provide:\n1. A concise, descriptive title that captures the main subject or scene\n2. A brief summary description (1-2 sentences) highlighting the key elements\n3. An extensive, detailed description that covers all visible elements, composition, lighting, colors, mood, and any other relevant details\n\nBe objective and descriptive. Focus on what you can actually see in the image rather than making assumptions about context or meaning.\n\nOutput:\n\nRespond using TOON like this:\ntitle: A concise, descriptive title for the image\ndescription: A brief 1-2 sentence summary of the key elements in the image\ntext: An extensive, detailed description covering all visible elements, composition, lighting, colors, mood, setting, objects, people, activities, and any other relevant details you can observe in the image\n\nIMPORTANT: Your response must ONLY contain the TOON document above. Do not include any text, thinking, or reasoning before or after it.";
30
+ export declare const imageGenerationTemplate = "# Task: Generate an image prompt for {{agentName}}.\n\n{{providers}}\n\n# Instructions:\nBased on the conversation, create a detailed prompt for image generation.\nThe prompt should be specific, descriptive, and suitable for AI image generation.\n\n# Recent conversation:\n{{recentMessages}}\n\nRespond using TOON like this:\nthought: Your reasoning for the image prompt\nprompt: Detailed image generation prompt\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
31
+ export declare const IMAGE_GENERATION_TEMPLATE = "# Task: Generate an image prompt for {{agentName}}.\n\n{{providers}}\n\n# Instructions:\nBased on the conversation, create a detailed prompt for image generation.\nThe prompt should be specific, descriptive, and suitable for AI image generation.\n\n# Recent conversation:\n{{recentMessages}}\n\nRespond using TOON like this:\nthought: Your reasoning for the image prompt\nprompt: Detailed image generation prompt\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
32
+ export declare const initialSummarizationTemplate = "# Task: Summarize Conversation\n\nYou are analyzing a conversation to create a concise summary that captures the key points, topics, and important details.\n\n# Recent Messages\n{{recentMessages}}\n\n# Instructions\nGenerate a summary that:\n1. Captures the main topics discussed\n2. Highlights key information shared\n3. Notes any decisions made or questions asked\n4. Maintains context for future reference\n5. Is concise but comprehensive\n\n**IMPORTANT**: Keep the summary under 2500 tokens. Be comprehensive but concise.\n\nAlso extract:\n- **Topics**: List of main topics discussed (comma-separated)\n- **Key Points**: Important facts or decisions (bullet points)\n\nRespond in TOON:\ntext: Your comprehensive summary here\ntopics[0]: topic1\ntopics[1]: topic2\ntopics[2]: topic3\nkeyPoints[0]: First key point\nkeyPoints[1]: Second key point";
33
+ export declare const INITIAL_SUMMARIZATION_TEMPLATE = "# Task: Summarize Conversation\n\nYou are analyzing a conversation to create a concise summary that captures the key points, topics, and important details.\n\n# Recent Messages\n{{recentMessages}}\n\n# Instructions\nGenerate a summary that:\n1. Captures the main topics discussed\n2. Highlights key information shared\n3. Notes any decisions made or questions asked\n4. Maintains context for future reference\n5. Is concise but comprehensive\n\n**IMPORTANT**: Keep the summary under 2500 tokens. Be comprehensive but concise.\n\nAlso extract:\n- **Topics**: List of main topics discussed (comma-separated)\n- **Key Points**: Important facts or decisions (bullet points)\n\nRespond in TOON:\ntext: Your comprehensive summary here\ntopics[0]: topic1\ntopics[1]: topic2\ntopics[2]: topic3\nkeyPoints[0]: First key point\nkeyPoints[1]: Second key point";
34
+ export declare const longTermExtractionTemplate = "# Task: Extract Long-Term Memory (Strict Criteria)\n\nYou are analyzing a conversation to extract ONLY the most critical, persistent information about the user using cognitive science memory categories.\n\n# Recent Messages\n{{recentMessages}}\n\n# Current Long-Term Memories\n{{existingMemories}}\n\n# Memory Categories (Based on Cognitive Science)\n\n## 1. EPISODIC Memory\nPersonal experiences and specific events with temporal/spatial context.\n**Examples:**\n- \"User completed migration project from MongoDB to PostgreSQL in Q2 2024\"\n- \"User encountered authentication bug in production on March 15th\"\n- \"User had a negative experience with Docker networking in previous job\"\n\n**Requirements:**\n- Must include WHO did WHAT, WHEN/WHERE\n- Must be a specific, concrete event (not a pattern)\n- Must have significant impact or relevance to future work\n\n## 2. SEMANTIC Memory\nGeneral facts, concepts, knowledge, and established truths about the user.\n**Examples:**\n- \"User is a senior backend engineer with 8 years experience\"\n- \"User specializes in distributed systems and microservices architecture\"\n- \"User's primary programming language is TypeScript\"\n- \"User works at Acme Corp as technical lead\"\n\n**Requirements:**\n- Must be factual, timeless information\n- Must be explicitly stated or demonstrated conclusively\n- No speculation or inference from single instances\n- Core identity, expertise, or knowledge only\n\n## 3. PROCEDURAL Memory\nSkills, workflows, methodologies, and how-to knowledge.\n**Examples:**\n- \"User follows strict TDD workflow: write tests first, then implementation\"\n- \"User prefers git rebase over merge to maintain linear history\"\n- \"User's debugging process: check logs \u2192 reproduce locally \u2192 binary search\"\n- \"User always writes JSDoc comments before implementing functions\"\n\n**Requirements:**\n- Must describe HOW user does something\n- Must be a repeated, consistent pattern (seen 3+ times or explicitly stated as standard practice)\n- Must be a workflow, methodology, or skill application\n- Not one-off preferences\n\n# ULTRA-STRICT EXTRACTION CRITERIA\n\n## DO EXTRACT (Only These):\n\n**EPISODIC:**\n- Significant completed projects or milestones\n- Important bugs, incidents, or problems encountered\n- Major decisions made with lasting impact\n- Formative experiences that shape future work\n\n**SEMANTIC:**\n- Professional identity (role, title, company)\n- Core expertise and specializations (stated explicitly or demonstrated conclusively)\n- Primary languages, frameworks, or tools (not exploratory use)\n- Established facts about their work context\n\n**PROCEDURAL:**\n- Consistent workflows demonstrated 3+ times or explicitly stated\n- Standard practices user always follows\n- Methodology preferences with clear rationale\n- Debugging, testing, or development processes\n\n## NEVER EXTRACT:\n\n- **One-time requests or tasks** (e.g., \"can you generate an image\", \"help me debug this\")\n- **Casual conversations** without lasting significance\n- **Exploratory questions** (e.g., \"how does X work?\")\n- **Temporary context** (current bug, today's task)\n- **Preferences from single occurrence** (e.g., user asked for code once)\n- **Social pleasantries** (thank you, greetings)\n- **Testing or experimentation** (trying out a feature)\n- **Common patterns everyone has** (likes clear explanations)\n- **Situational information** (working on feature X today)\n- **Opinions without persistence** (single complaint, isolated praise)\n- **General knowledge** (not specific to user)\n\n# Quality Gates (ALL Must Pass)\n\n1. **Significance Test**: Will this matter in 3+ months?\n2. **Specificity Test**: Is this concrete and actionable?\n3. **Evidence Test**: Is there strong evidence (3+ instances OR explicit self-identification)?\n4. **Uniqueness Test**: Is this specific to THIS user (not generic)?\n5. **Confidence Test**: Confidence must be >= 0.85 (be VERY conservative)\n6. **Non-Redundancy Test**: Does this add NEW information not in existing memories?\n\n# Confidence Scoring (Be Conservative)\n\n- **0.95-1.0**: User explicitly stated as core identity/practice AND demonstrated multiple times\n- **0.85-0.94**: User explicitly stated OR consistently demonstrated 5+ times\n- **0.75-0.84**: Strong pattern (3-4 instances) with supporting context\n- **Below 0.75**: DO NOT EXTRACT (insufficient evidence)\n\n# Critical Instructions\n\n1. **Default to NOT extracting** - When in doubt, skip it\n2. **Require overwhelming evidence** - One or two mentions is NOT enough\n3. **Focus on what's PERSISTENT** - Not what's temporary or situational\n4. **Verify against existing memories** - Don't duplicate or contradict\n5. **Maximum 2-3 extractions per run** - Quality over quantity\n\n**If there are no qualifying facts (which is common), return no memories entries.**\n\n# Response Format\n\nmemories[0]:\n category: semantic\n content: User is a senior TypeScript developer with 8 years of backend experience\n confidence: 0.95\nmemories[1]:\n category: procedural\n content: User follows TDD workflow: writes tests before implementation, runs tests after each change\n confidence: 0.88\nmemories[2]:\n category: episodic\n content: User led database migration from MongoDB to PostgreSQL for payment system in Q2 2024\n confidence: 0.92";
35
+ export declare const LONG_TERM_EXTRACTION_TEMPLATE = "# Task: Extract Long-Term Memory (Strict Criteria)\n\nYou are analyzing a conversation to extract ONLY the most critical, persistent information about the user using cognitive science memory categories.\n\n# Recent Messages\n{{recentMessages}}\n\n# Current Long-Term Memories\n{{existingMemories}}\n\n# Memory Categories (Based on Cognitive Science)\n\n## 1. EPISODIC Memory\nPersonal experiences and specific events with temporal/spatial context.\n**Examples:**\n- \"User completed migration project from MongoDB to PostgreSQL in Q2 2024\"\n- \"User encountered authentication bug in production on March 15th\"\n- \"User had a negative experience with Docker networking in previous job\"\n\n**Requirements:**\n- Must include WHO did WHAT, WHEN/WHERE\n- Must be a specific, concrete event (not a pattern)\n- Must have significant impact or relevance to future work\n\n## 2. SEMANTIC Memory\nGeneral facts, concepts, knowledge, and established truths about the user.\n**Examples:**\n- \"User is a senior backend engineer with 8 years experience\"\n- \"User specializes in distributed systems and microservices architecture\"\n- \"User's primary programming language is TypeScript\"\n- \"User works at Acme Corp as technical lead\"\n\n**Requirements:**\n- Must be factual, timeless information\n- Must be explicitly stated or demonstrated conclusively\n- No speculation or inference from single instances\n- Core identity, expertise, or knowledge only\n\n## 3. PROCEDURAL Memory\nSkills, workflows, methodologies, and how-to knowledge.\n**Examples:**\n- \"User follows strict TDD workflow: write tests first, then implementation\"\n- \"User prefers git rebase over merge to maintain linear history\"\n- \"User's debugging process: check logs \u2192 reproduce locally \u2192 binary search\"\n- \"User always writes JSDoc comments before implementing functions\"\n\n**Requirements:**\n- Must describe HOW user does something\n- Must be a repeated, consistent pattern (seen 3+ times or explicitly stated as standard practice)\n- Must be a workflow, methodology, or skill application\n- Not one-off preferences\n\n# ULTRA-STRICT EXTRACTION CRITERIA\n\n## DO EXTRACT (Only These):\n\n**EPISODIC:**\n- Significant completed projects or milestones\n- Important bugs, incidents, or problems encountered\n- Major decisions made with lasting impact\n- Formative experiences that shape future work\n\n**SEMANTIC:**\n- Professional identity (role, title, company)\n- Core expertise and specializations (stated explicitly or demonstrated conclusively)\n- Primary languages, frameworks, or tools (not exploratory use)\n- Established facts about their work context\n\n**PROCEDURAL:**\n- Consistent workflows demonstrated 3+ times or explicitly stated\n- Standard practices user always follows\n- Methodology preferences with clear rationale\n- Debugging, testing, or development processes\n\n## NEVER EXTRACT:\n\n- **One-time requests or tasks** (e.g., \"can you generate an image\", \"help me debug this\")\n- **Casual conversations** without lasting significance\n- **Exploratory questions** (e.g., \"how does X work?\")\n- **Temporary context** (current bug, today's task)\n- **Preferences from single occurrence** (e.g., user asked for code once)\n- **Social pleasantries** (thank you, greetings)\n- **Testing or experimentation** (trying out a feature)\n- **Common patterns everyone has** (likes clear explanations)\n- **Situational information** (working on feature X today)\n- **Opinions without persistence** (single complaint, isolated praise)\n- **General knowledge** (not specific to user)\n\n# Quality Gates (ALL Must Pass)\n\n1. **Significance Test**: Will this matter in 3+ months?\n2. **Specificity Test**: Is this concrete and actionable?\n3. **Evidence Test**: Is there strong evidence (3+ instances OR explicit self-identification)?\n4. **Uniqueness Test**: Is this specific to THIS user (not generic)?\n5. **Confidence Test**: Confidence must be >= 0.85 (be VERY conservative)\n6. **Non-Redundancy Test**: Does this add NEW information not in existing memories?\n\n# Confidence Scoring (Be Conservative)\n\n- **0.95-1.0**: User explicitly stated as core identity/practice AND demonstrated multiple times\n- **0.85-0.94**: User explicitly stated OR consistently demonstrated 5+ times\n- **0.75-0.84**: Strong pattern (3-4 instances) with supporting context\n- **Below 0.75**: DO NOT EXTRACT (insufficient evidence)\n\n# Critical Instructions\n\n1. **Default to NOT extracting** - When in doubt, skip it\n2. **Require overwhelming evidence** - One or two mentions is NOT enough\n3. **Focus on what's PERSISTENT** - Not what's temporary or situational\n4. **Verify against existing memories** - Don't duplicate or contradict\n5. **Maximum 2-3 extractions per run** - Quality over quantity\n\n**If there are no qualifying facts (which is common), return no memories entries.**\n\n# Response Format\n\nmemories[0]:\n category: semantic\n content: User is a senior TypeScript developer with 8 years of backend experience\n confidence: 0.95\nmemories[1]:\n category: procedural\n content: User follows TDD workflow: writes tests before implementation, runs tests after each change\n confidence: 0.88\nmemories[2]:\n category: episodic\n content: User led database migration from MongoDB to PostgreSQL for payment system in Q2 2024\n confidence: 0.92";
36
+ export declare const messageClassifierTemplate = "Analyze this user request and classify it for planning purposes:\n\n\"{{text}}\"\n\nClassify the request across these dimensions:\n\n1. COMPLEXITY LEVEL:\n- simple: Direct actions that don't require planning\n- medium: Multi-step tasks requiring coordination\n- complex: Strategic initiatives with multiple stakeholders\n- enterprise: Large-scale transformations with full complexity\n\n2. PLANNING TYPE:\n- direct_action: Single action, no planning needed\n- sequential_planning: Multiple steps in sequence\n- strategic_planning: Complex coordination with stakeholders\n\n3. REQUIRED CAPABILITIES:\n- List specific capabilities needed (analysis, communication, project_management, etc.)\n\n4. STAKEHOLDERS:\n- List types of people/groups involved\n\n5. CONSTRAINTS:\n- List limitations or requirements mentioned\n\n6. DEPENDENCIES:\n- List dependencies between tasks or external factors\n\nRespond in this exact format:\nCOMPLEXITY: [simple|medium|complex|enterprise]\nPLANNING: [direct_action|sequential_planning|strategic_planning]\nCAPABILITIES: [comma-separated list]\nSTAKEHOLDERS: [comma-separated list]\nCONSTRAINTS: [comma-separated list]\nDEPENDENCIES: [comma-separated list]\nCONFIDENCE: [0.0-1.0]";
37
+ export declare const MESSAGE_CLASSIFIER_TEMPLATE = "Analyze this user request and classify it for planning purposes:\n\n\"{{text}}\"\n\nClassify the request across these dimensions:\n\n1. COMPLEXITY LEVEL:\n- simple: Direct actions that don't require planning\n- medium: Multi-step tasks requiring coordination\n- complex: Strategic initiatives with multiple stakeholders\n- enterprise: Large-scale transformations with full complexity\n\n2. PLANNING TYPE:\n- direct_action: Single action, no planning needed\n- sequential_planning: Multiple steps in sequence\n- strategic_planning: Complex coordination with stakeholders\n\n3. REQUIRED CAPABILITIES:\n- List specific capabilities needed (analysis, communication, project_management, etc.)\n\n4. STAKEHOLDERS:\n- List types of people/groups involved\n\n5. CONSTRAINTS:\n- List limitations or requirements mentioned\n\n6. DEPENDENCIES:\n- List dependencies between tasks or external factors\n\nRespond in this exact format:\nCOMPLEXITY: [simple|medium|complex|enterprise]\nPLANNING: [direct_action|sequential_planning|strategic_planning]\nCAPABILITIES: [comma-separated list]\nSTAKEHOLDERS: [comma-separated list]\nCONSTRAINTS: [comma-separated list]\nDEPENDENCIES: [comma-separated list]\nCONFIDENCE: [0.0-1.0]";
38
+ export declare const messageHandlerTemplate = "task: Generate dialog and actions for {{agentName}}.\n\ncontext:\n{{providers}}\n\nrules[11]:\n- think briefly, then respond\n- always include a <thought> field, even for direct replies\n- actions execute in listed order\n- if replying without another grounded state/action query, REPLY goes first\n- use IGNORE or STOP only by themselves\n- include providers only when needed\n- use provider_hints from context when present instead of restating the same rules\n- if an action needs inputs, include them inside that action's <params> block\n- if a required param is unknown, ask for clarification in text\n- for live status questions or remaining-work queries, do not answer from recent conversation alone; call the relevant action/provider to refresh state, and do not pair it with a speculative REPLY that guesses the result\n- when an action will fetch the state and produce the final grounded answer, do not add REPLY just to say \"checking\", \"let me look\", or similar filler; use the action alone and leave text empty\n- for LifeOps create requests with a clear defaultable habit or natural window, such as drinking water, stretch breaks during the day, weekday-after-lunch Invisalign checks, or brushing when waking up and before bed, call LIFE instead of asking for exact clock times unless the user explicitly asks for precise scheduling\n\ncontrol_actions:\n- STOP means the task is done and the agent should end the run without executing more actions\n- STOP is a terminal control action even if it is not listed in available actions\n\nfields[5]{name,meaning}:\n- thought | short plan\n- actions | ordered <action> entries inside <actions>\n- providers | array of provider names, or empty\n- text | next message for {{agentName}}\n- simple | true or false\n\nformatting:\n- wrap multi-line code in fenced code blocks\n- use inline backticks for short code identifiers\n\noutput:\nXML only. Return exactly one <response>...</response> document. No prose before or after it. No <think>.\n\nExample:\n<response>\n <thought>Reply briefly. No extra providers needed.</thought>\n <actions>\n <action>\n <name>REPLY</name>\n </action>\n </actions>\n <providers></providers>\n <text>Your message here</text>\n <simple>true</simple>\n</response>";
39
+ export declare const MESSAGE_HANDLER_TEMPLATE = "task: Generate dialog and actions for {{agentName}}.\n\ncontext:\n{{providers}}\n\nrules[11]:\n- think briefly, then respond\n- always include a <thought> field, even for direct replies\n- actions execute in listed order\n- if replying without another grounded state/action query, REPLY goes first\n- use IGNORE or STOP only by themselves\n- include providers only when needed\n- use provider_hints from context when present instead of restating the same rules\n- if an action needs inputs, include them inside that action's <params> block\n- if a required param is unknown, ask for clarification in text\n- for live status questions or remaining-work queries, do not answer from recent conversation alone; call the relevant action/provider to refresh state, and do not pair it with a speculative REPLY that guesses the result\n- when an action will fetch the state and produce the final grounded answer, do not add REPLY just to say \"checking\", \"let me look\", or similar filler; use the action alone and leave text empty\n- for LifeOps create requests with a clear defaultable habit or natural window, such as drinking water, stretch breaks during the day, weekday-after-lunch Invisalign checks, or brushing when waking up and before bed, call LIFE instead of asking for exact clock times unless the user explicitly asks for precise scheduling\n\ncontrol_actions:\n- STOP means the task is done and the agent should end the run without executing more actions\n- STOP is a terminal control action even if it is not listed in available actions\n\nfields[5]{name,meaning}:\n- thought | short plan\n- actions | ordered <action> entries inside <actions>\n- providers | array of provider names, or empty\n- text | next message for {{agentName}}\n- simple | true or false\n\nformatting:\n- wrap multi-line code in fenced code blocks\n- use inline backticks for short code identifiers\n\noutput:\nXML only. Return exactly one <response>...</response> document. No prose before or after it. No <think>.\n\nExample:\n<response>\n <thought>Reply briefly. No extra providers needed.</thought>\n <actions>\n <action>\n <name>REPLY</name>\n </action>\n </actions>\n <providers></providers>\n <text>Your message here</text>\n <simple>true</simple>\n</response>";
40
+ export declare const multiStepDecisionTemplate = "Determine the next step the assistant should take in this conversation to help the user reach their goal.\n\n{{recentMessages}}\n\n# Multi-Step Workflow\n\nIn each step, decide:\n\n1. **Which providers (if any)** should be called to gather necessary data.\n2. **Which action (if any)** should be executed after providers return.\n3. Decide whether the task is complete. If so, set `isFinish: true`. Do not select the `REPLY` action; replies are handled separately after task completion.\n\nYou can select **multiple providers** and at most **one action** per step.\n\nIf the task is fully resolved and no further steps are needed, mark the step as `isFinish: true`.\n\n---\n\n{{actionsWithDescriptions}}\n\n{{providersWithDescriptions}}\n\nThese are the actions or data provider calls that have already been used in this run. Use this to avoid redundancy and guide your next move.\n\n{{actionResults}}\n\nkeys:\n\"thought\" Clearly explain your reasoning for the selected providers and/or action, and how this step contributes to resolving the user's request.\n\"action\" Name of the action to execute after providers return (can be empty if no action is needed).\n\"providers\" List of provider names to call in this step (can be empty if none are needed).\n\"isFinish\" Set to true only if the task is fully complete.\n\n\u26A0\uFE0F IMPORTANT: Do **not** mark the task as `isFinish: true` immediately after calling an action. Wait for the action to complete before deciding the task is finished.\n\noutput:\nthought: Your thought here\naction: ACTION\nproviders[2]: PROVIDER1,PROVIDER2\nisFinish: false";
41
+ export declare const MULTI_STEP_DECISION_TEMPLATE = "Determine the next step the assistant should take in this conversation to help the user reach their goal.\n\n{{recentMessages}}\n\n# Multi-Step Workflow\n\nIn each step, decide:\n\n1. **Which providers (if any)** should be called to gather necessary data.\n2. **Which action (if any)** should be executed after providers return.\n3. Decide whether the task is complete. If so, set `isFinish: true`. Do not select the `REPLY` action; replies are handled separately after task completion.\n\nYou can select **multiple providers** and at most **one action** per step.\n\nIf the task is fully resolved and no further steps are needed, mark the step as `isFinish: true`.\n\n---\n\n{{actionsWithDescriptions}}\n\n{{providersWithDescriptions}}\n\nThese are the actions or data provider calls that have already been used in this run. Use this to avoid redundancy and guide your next move.\n\n{{actionResults}}\n\nkeys:\n\"thought\" Clearly explain your reasoning for the selected providers and/or action, and how this step contributes to resolving the user's request.\n\"action\" Name of the action to execute after providers return (can be empty if no action is needed).\n\"providers\" List of provider names to call in this step (can be empty if none are needed).\n\"isFinish\" Set to true only if the task is fully complete.\n\n\u26A0\uFE0F IMPORTANT: Do **not** mark the task as `isFinish: true` immediately after calling an action. Wait for the action to complete before deciding the task is finished.\n\noutput:\nthought: Your thought here\naction: ACTION\nproviders[2]: PROVIDER1,PROVIDER2\nisFinish: false";
42
+ export declare const multiStepSummaryTemplate = "Summarize what the assistant has done so far and provide a final response to the user based on the completed steps.\n\n# Context Information\n{{bio}}\n\n---\n\n{{system}}\n\n---\n\n{{messageDirections}}\n\n# Conversation Summary\nBelow is the user's original request and conversation so far:\n{{recentMessages}}\n\n# Execution Trace\nHere are the actions taken by the assistant to fulfill the request:\n{{actionResults}}\n\n# Assistant's Last Reasoning Step\n{{recentMessage}}\n\n# Instructions\n\n - Review the execution trace and last reasoning step carefully\n\n - Your final output MUST be TOON in this format:\noutput:\nthought: Your thought here\ntext: Your final message to the user";
43
+ export declare const MULTI_STEP_SUMMARY_TEMPLATE = "Summarize what the assistant has done so far and provide a final response to the user based on the completed steps.\n\n# Context Information\n{{bio}}\n\n---\n\n{{system}}\n\n---\n\n{{messageDirections}}\n\n# Conversation Summary\nBelow is the user's original request and conversation so far:\n{{recentMessages}}\n\n# Execution Trace\nHere are the actions taken by the assistant to fulfill the request:\n{{actionResults}}\n\n# Assistant's Last Reasoning Step\n{{recentMessage}}\n\n# Instructions\n\n - Review the execution trace and last reasoning step carefully\n\n - Your final output MUST be TOON in this format:\noutput:\nthought: Your thought here\ntext: Your final message to the user";
44
+ export declare const optionExtractionTemplate = "# Task: Extract selected task and option from user message\n\n# Available Tasks:\n{{tasks}}\n\n# Recent Messages:\n{{recentMessages}}\n\n# Instructions:\n1. Review the user's message and identify which task and option they are selecting\n2. Match against the available tasks and their options, including ABORT\n3. Return the task ID (shortened UUID) and selected option name exactly as listed above\n4. If no clear selection is made, return null for both fields\n\n\nReturn in TOON format:\ntaskId: string_or_null\nselectedOption: OPTION_NAME_or_null\n\nIMPORTANT: Your response must ONLY contain the TOON document above. Do not include any text, thinking, or reasoning before or after it.";
45
+ export declare const OPTION_EXTRACTION_TEMPLATE = "# Task: Extract selected task and option from user message\n\n# Available Tasks:\n{{tasks}}\n\n# Recent Messages:\n{{recentMessages}}\n\n# Instructions:\n1. Review the user's message and identify which task and option they are selecting\n2. Match against the available tasks and their options, including ABORT\n3. Return the task ID (shortened UUID) and selected option name exactly as listed above\n4. If no clear selection is made, return null for both fields\n\n\nReturn in TOON format:\ntaskId: string_or_null\nselectedOption: OPTION_NAME_or_null\n\nIMPORTANT: Your response must ONLY contain the TOON document above. Do not include any text, thinking, or reasoning before or after it.";
46
+ export declare const postActionDecisionTemplate = "Continue helping the user after reviewing the latest action results.\n\ncontext:\n{{providers}}\n\nrecent conversation:\n{{recentMessages}}\n\nrecent action results:\n{{actionResults}}\n\nlatest reflection task status:\n{{taskCompletionStatus}}\n\nrules[10]:\n- think briefly, then continue the task from the latest action results\n- actions execute in listed order\n- if replying, REPLY goes first\n- use IGNORE or STOP only by themselves\n- include providers only when needed\n- use provider_hints from context when present instead of restating the same rules\n- if an action needs inputs, include them under params keyed by action name\n- if a required param is unknown, ask for clarification in text\n- if reflection says the task is incomplete, keep working or explain the concrete follow-up you still need\n- if the task is complete, either reply to the user or use STOP to end the run\n- STOP is a terminal control action even if it is not listed in available actions\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nthought: Your thought here\nactions[1]: ACTION\nproviders[0]:\ntext: Your message here\nsimple: true";
47
+ export declare const POST_ACTION_DECISION_TEMPLATE = "Continue helping the user after reviewing the latest action results.\n\ncontext:\n{{providers}}\n\nrecent conversation:\n{{recentMessages}}\n\nrecent action results:\n{{actionResults}}\n\nlatest reflection task status:\n{{taskCompletionStatus}}\n\nrules[10]:\n- think briefly, then continue the task from the latest action results\n- actions execute in listed order\n- if replying, REPLY goes first\n- use IGNORE or STOP only by themselves\n- include providers only when needed\n- use provider_hints from context when present instead of restating the same rules\n- if an action needs inputs, include them under params keyed by action name\n- if a required param is unknown, ask for clarification in text\n- if reflection says the task is incomplete, keep working or explain the concrete follow-up you still need\n- if the task is complete, either reply to the user or use STOP to end the run\n- STOP is a terminal control action even if it is not listed in available actions\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nthought: Your thought here\nactions[1]: ACTION\nproviders[0]:\ntext: Your message here\nsimple: true";
48
+ export declare const postCreationTemplate = "# Task: Create a post in the voice and style and perspective of {{agentName}} @{{xUserName}}.\n\nExample task outputs:\n1. A post about the importance of AI in our lives\nthought: I am thinking about writing a post about the importance of AI in our lives\npost: AI is changing the world and it is important to understand how it works\nimagePrompt: A futuristic cityscape with flying cars and people using AI to do things\n\n2. A post about dogs\nthought: I am thinking about writing a post about dogs\npost: Dogs are man's best friend and they are loyal and loving\nimagePrompt: A dog playing with a ball in a park\n\n3. A post about finding a new job\nthought: Getting a job is hard, I bet there's a good post in that\npost: Just keep going!\nimagePrompt: A person looking at a computer screen with a job search website\n\n{{providers}}\n\nWrite a post that is {{adjective}} about {{topic}} (without mentioning {{topic}} directly), from the perspective of {{agentName}}. Do not add commentary or acknowledge this request, just write the post.\nYour response should be 1, 2, or 3 sentences (choose the length at random).\nYour response should not contain any questions. Brief, concise statements only. The total character count MUST be less than 280. No emojis. Use \\n\\n (double spaces) between statements if there are multiple statements in your response.\n\nYour output should be formatted as TOON like this:\nthought: Your thought here\npost: Your post text here\nimagePrompt: Optional image prompt here\n\nThe \"post\" field should be the post you want to send. Do not including any thinking or internal reflection in the \"post\" field.\nThe \"imagePrompt\" field is optional and should be a prompt for an image that is relevant to the post. It should be a single sentence that captures the essence of the post. ONLY USE THIS FIELD if it makes sense that the post would benefit from an image.\nThe \"thought\" field should be a short description of what the agent is thinking about before responding, including a brief justification for the response. Includate an explanation how the post is relevant to the topic but unique and different than other posts.\n\n\nIMPORTANT: Your response must ONLY contain the TOON document above. Do not include any text, thinking, or reasoning before or after it.";
49
+ export declare const POST_CREATION_TEMPLATE = "# Task: Create a post in the voice and style and perspective of {{agentName}} @{{xUserName}}.\n\nExample task outputs:\n1. A post about the importance of AI in our lives\nthought: I am thinking about writing a post about the importance of AI in our lives\npost: AI is changing the world and it is important to understand how it works\nimagePrompt: A futuristic cityscape with flying cars and people using AI to do things\n\n2. A post about dogs\nthought: I am thinking about writing a post about dogs\npost: Dogs are man's best friend and they are loyal and loving\nimagePrompt: A dog playing with a ball in a park\n\n3. A post about finding a new job\nthought: Getting a job is hard, I bet there's a good post in that\npost: Just keep going!\nimagePrompt: A person looking at a computer screen with a job search website\n\n{{providers}}\n\nWrite a post that is {{adjective}} about {{topic}} (without mentioning {{topic}} directly), from the perspective of {{agentName}}. Do not add commentary or acknowledge this request, just write the post.\nYour response should be 1, 2, or 3 sentences (choose the length at random).\nYour response should not contain any questions. Brief, concise statements only. The total character count MUST be less than 280. No emojis. Use \\n\\n (double spaces) between statements if there are multiple statements in your response.\n\nYour output should be formatted as TOON like this:\nthought: Your thought here\npost: Your post text here\nimagePrompt: Optional image prompt here\n\nThe \"post\" field should be the post you want to send. Do not including any thinking or internal reflection in the \"post\" field.\nThe \"imagePrompt\" field is optional and should be a prompt for an image that is relevant to the post. It should be a single sentence that captures the essence of the post. ONLY USE THIS FIELD if it makes sense that the post would benefit from an image.\nThe \"thought\" field should be a short description of what the agent is thinking about before responding, including a brief justification for the response. Includate an explanation how the post is relevant to the topic but unique and different than other posts.\n\n\nIMPORTANT: Your response must ONLY contain the TOON document above. Do not include any text, thinking, or reasoning before or after it.";
50
+ export declare const reflectionEvaluatorTemplate = "# Task: Generate Agent Reflection, Extract Facts and Relationships\n\n{{providers}}\n\n# Examples:\n{{evaluationExamples}}\n\n# Entities in Room\n{{entitiesInRoom}}\n\n# Existing Relationships\n{{existingRelationships}}\n\n# Current Context:\nAgent Name: {{agentName}}\nRoom Type: {{roomType}}\nMessage Sender: {{senderName}} (ID: {{senderId}})\n\n{{recentMessages}}\n\n# Known Facts:\n{{knownFacts}}\n\n# Latest Action Results:\n{{actionResults}}\n\n# Instructions:\n1. Generate a self-reflective thought on the conversation about your performance and interaction quality.\n2. Extract only durable new facts from the conversation.\n - Prefer facts about the current user/sender that will still matter in a week: identity, stable preferences, recurring collaborators, durable setup, long-term projects, or ongoing constraints.\n - Do NOT extract temporary status updates, current debugging/work items, one-off session metrics, isolated praise/complaints, or facts that are only true right now.\n - If a fact would feel stale, irrelevant, or surprising to store a week from now, skip it.\n - When in doubt, omit the fact.\n3. Identify and describe relationships between entities.\n - The sourceEntityId is the UUID of the entity initiating the interaction.\n - The targetEntityId is the UUID of the entity being interacted with.\n - Relationships are one-direction, so a friendship would be two entity relationships where each entity is both the source and the target of the other.\n4. It is normal to return no facts when nothing durable was learned.\n5. Always decide whether the user's task or request is actually complete right now.\n - Set `task_completed: true` only if the user no longer needs additional action or follow-up from you in this turn.\n - If you asked a clarifying question, an action failed, work is still pending, or you only partially completed the request, set `task_completed: false`.\n6. Always include a short `task_completion_reason` grounded in the conversation and action results.\n\nOutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\nDo not output JSON, XML, Markdown fences, or commentary.\nUse indexed TOON fields exactly like this:\nthought: \"a self-reflective thought on the conversation\"\ntask_completed: false\ntask_completion_reason: \"The request is still incomplete because the needed action has not happened yet.\"\nfacts[0]:\n claim: durable factual statement\n type: fact\n in_bio: false\n already_known: false\nrelationships[0]:\n sourceEntityId: entity_initiating_interaction\n targetEntityId: entity_being_interacted_with\n tags[0]: dm_interaction\n\nFor additional entries, increment the index: facts[1], relationships[1], tags[1], etc.\nAlways include `task_completed` and `task_completion_reason`.\nIf there are no durable new facts, omit all facts[...] entries.\nIf there are no relationships, omit all relationships[...] entries.\n\nIMPORTANT: Your response must ONLY contain the TOON document above. Do not include any text, thinking, or reasoning before or after it.";
51
+ export declare const REFLECTION_EVALUATOR_TEMPLATE = "# Task: Generate Agent Reflection, Extract Facts and Relationships\n\n{{providers}}\n\n# Examples:\n{{evaluationExamples}}\n\n# Entities in Room\n{{entitiesInRoom}}\n\n# Existing Relationships\n{{existingRelationships}}\n\n# Current Context:\nAgent Name: {{agentName}}\nRoom Type: {{roomType}}\nMessage Sender: {{senderName}} (ID: {{senderId}})\n\n{{recentMessages}}\n\n# Known Facts:\n{{knownFacts}}\n\n# Latest Action Results:\n{{actionResults}}\n\n# Instructions:\n1. Generate a self-reflective thought on the conversation about your performance and interaction quality.\n2. Extract only durable new facts from the conversation.\n - Prefer facts about the current user/sender that will still matter in a week: identity, stable preferences, recurring collaborators, durable setup, long-term projects, or ongoing constraints.\n - Do NOT extract temporary status updates, current debugging/work items, one-off session metrics, isolated praise/complaints, or facts that are only true right now.\n - If a fact would feel stale, irrelevant, or surprising to store a week from now, skip it.\n - When in doubt, omit the fact.\n3. Identify and describe relationships between entities.\n - The sourceEntityId is the UUID of the entity initiating the interaction.\n - The targetEntityId is the UUID of the entity being interacted with.\n - Relationships are one-direction, so a friendship would be two entity relationships where each entity is both the source and the target of the other.\n4. It is normal to return no facts when nothing durable was learned.\n5. Always decide whether the user's task or request is actually complete right now.\n - Set `task_completed: true` only if the user no longer needs additional action or follow-up from you in this turn.\n - If you asked a clarifying question, an action failed, work is still pending, or you only partially completed the request, set `task_completed: false`.\n6. Always include a short `task_completion_reason` grounded in the conversation and action results.\n\nOutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\nDo not output JSON, XML, Markdown fences, or commentary.\nUse indexed TOON fields exactly like this:\nthought: \"a self-reflective thought on the conversation\"\ntask_completed: false\ntask_completion_reason: \"The request is still incomplete because the needed action has not happened yet.\"\nfacts[0]:\n claim: durable factual statement\n type: fact\n in_bio: false\n already_known: false\nrelationships[0]:\n sourceEntityId: entity_initiating_interaction\n targetEntityId: entity_being_interacted_with\n tags[0]: dm_interaction\n\nFor additional entries, increment the index: facts[1], relationships[1], tags[1], etc.\nAlways include `task_completed` and `task_completion_reason`.\nIf there are no durable new facts, omit all facts[...] entries.\nIf there are no relationships, omit all relationships[...] entries.\n\nIMPORTANT: Your response must ONLY contain the TOON document above. Do not include any text, thinking, or reasoning before or after it.";
52
+ export declare const reflectionTemplate = "# Task: Reflect on recent agent behavior and interactions.\n\n{{providers}}\n\n# Recent Interactions:\n{{recentInteractions}}\n\n# Instructions:\nAnalyze the agent's recent behavior and interactions. Consider:\n1. Was the communication clear and helpful?\n2. Were responses appropriate for the context?\n3. Were any mistakes made?\n4. What could be improved?\n\nRespond using TOON like this:\nthought: Your detailed analysis\nquality_score: Score 0-100 for overall quality\nstrengths: What went well\nimprovements: What could be improved\nlearnings: Key takeaways for future interactions\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
53
+ export declare const REFLECTION_TEMPLATE = "# Task: Reflect on recent agent behavior and interactions.\n\n{{providers}}\n\n# Recent Interactions:\n{{recentInteractions}}\n\n# Instructions:\nAnalyze the agent's recent behavior and interactions. Consider:\n1. Was the communication clear and helpful?\n2. Were responses appropriate for the context?\n3. Were any mistakes made?\n4. What could be improved?\n\nRespond using TOON like this:\nthought: Your detailed analysis\nquality_score: Score 0-100 for overall quality\nstrengths: What went well\nimprovements: What could be improved\nlearnings: Key takeaways for future interactions\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
54
+ export declare const removeContactTemplate = "task: Extract the contact removal request.\n\ncontext:\n{{providers}}\n\ncurrent_message:\n{{message}}\n\ninstructions[4]:\n- identify the contact name to remove\n- set confirmed to yes only when the user explicitly confirms removal\n- set confirmed to no when confirmation is absent or ambiguous\n- return only the requested contact\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\ncontactName: Jane Doe\nconfirmed: yes";
55
+ export declare const REMOVE_CONTACT_TEMPLATE = "task: Extract the contact removal request.\n\ncontext:\n{{providers}}\n\ncurrent_message:\n{{message}}\n\ninstructions[4]:\n- identify the contact name to remove\n- set confirmed to yes only when the user explicitly confirms removal\n- set confirmed to no when confirmation is absent or ambiguous\n- return only the requested contact\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\ncontactName: Jane Doe\nconfirmed: yes";
56
+ export declare const replyTemplate = "# Task: Generate dialog for the character {{agentName}}.\n\n{{providers}}\n\n# Instructions: Write the next message for {{agentName}}.\n\"thought\" should be a short description of what the agent is thinking about and planning.\n\"text\" should be the next message for {{agentName}} which they will send to the conversation.\n\nIMPORTANT CODE BLOCK FORMATTING RULES:\n- If {{agentName}} includes code examples, snippets, or multi-line code in the response, ALWAYS wrap the code with ``` fenced code blocks (specify the language if known, e.g., ```python).\n- ONLY use fenced code blocks for actual code. Do NOT wrap non-code text, instructions, or single words in fenced code blocks.\n- If including inline code (short single words or function names), use single backticks (`) as appropriate.\n- This ensures the user sees clearly formatted and copyable code when relevant.\n\nDo NOT include any thinking, reasoning, or <think> sections in your response.\nGo directly to the TOON response format without any preamble or explanation.\n\nRespond using TOON like this:\nthought: Your thought here\ntext: Your message here\n\nIMPORTANT: Your response must ONLY contain the TOON document above. Do not include any text, thinking, or reasoning before or after it.";
57
+ export declare const REPLY_TEMPLATE = "# Task: Generate dialog for the character {{agentName}}.\n\n{{providers}}\n\n# Instructions: Write the next message for {{agentName}}.\n\"thought\" should be a short description of what the agent is thinking about and planning.\n\"text\" should be the next message for {{agentName}} which they will send to the conversation.\n\nIMPORTANT CODE BLOCK FORMATTING RULES:\n- If {{agentName}} includes code examples, snippets, or multi-line code in the response, ALWAYS wrap the code with ``` fenced code blocks (specify the language if known, e.g., ```python).\n- ONLY use fenced code blocks for actual code. Do NOT wrap non-code text, instructions, or single words in fenced code blocks.\n- If including inline code (short single words or function names), use single backticks (`) as appropriate.\n- This ensures the user sees clearly formatted and copyable code when relevant.\n\nDo NOT include any thinking, reasoning, or <think> sections in your response.\nGo directly to the TOON response format without any preamble or explanation.\n\nRespond using TOON like this:\nthought: Your thought here\ntext: Your message here\n\nIMPORTANT: Your response must ONLY contain the TOON document above. Do not include any text, thinking, or reasoning before or after it.";
58
+ export declare const scheduleFollowUpTemplate = "task: Extract follow-up scheduling information from the request.\n\ncontext:\n{{providers}}\n\ncurrent_message:\n{{message}}\n\ncurrent_datetime:\n{{currentDateTime}}\n\ninstructions[5]:\n- identify who to follow up with\n- include entityId only when it is explicitly known\n- convert requested timing into an ISO datetime in scheduledAt\n- normalize priority to high, medium, or low\n- include message only when the user asked for a specific note or reminder text\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\ncontactName: Jane Doe\nentityId:\nscheduledAt: 2026-04-06T14:00:00.000Z\nreason: Check in on the proposal\npriority: medium\nmessage: Send the latest deck before the call";
59
+ export declare const SCHEDULE_FOLLOW_UP_TEMPLATE = "task: Extract follow-up scheduling information from the request.\n\ncontext:\n{{providers}}\n\ncurrent_message:\n{{message}}\n\ncurrent_datetime:\n{{currentDateTime}}\n\ninstructions[5]:\n- identify who to follow up with\n- include entityId only when it is explicitly known\n- convert requested timing into an ISO datetime in scheduledAt\n- normalize priority to high, medium, or low\n- include message only when the user asked for a specific note or reminder text\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\ncontactName: Jane Doe\nentityId:\nscheduledAt: 2026-04-06T14:00:00.000Z\nreason: Check in on the proposal\npriority: medium\nmessage: Send the latest deck before the call";
60
+ export declare const searchContactsTemplate = "task: Extract contact search criteria from the request.\n\ncontext:\n{{providers}}\n\ncurrent_message:\n{{message}}\n\ninstructions[5]:\n- return categories as a comma-separated list when the user filters by category\n- return tags as a comma-separated list when the user filters by tags\n- return searchTerm for any name or free-text lookup\n- set intent to count when the user only wants a count, otherwise list\n- omit fields that are not clearly requested\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\ncategories: vip,colleague\nsearchTerm: Jane\ntags: ai,design\nintent: list";
61
+ export declare const SEARCH_CONTACTS_TEMPLATE = "task: Extract contact search criteria from the request.\n\ncontext:\n{{providers}}\n\ncurrent_message:\n{{message}}\n\ninstructions[5]:\n- return categories as a comma-separated list when the user filters by category\n- return tags as a comma-separated list when the user filters by tags\n- return searchTerm for any name or free-text lookup\n- set intent to count when the user only wants a count, otherwise list\n- omit fields that are not clearly requested\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\ncategories: vip,colleague\nsearchTerm: Jane\ntags: ai,design\nintent: list";
62
+ export declare const shouldFollowRoomTemplate = "task: Decide whether {{agentName}} should follow this room.\n\ncontext:\n{{providers}}\n\ncurrent_message:\n{{message}}\n\ninstructions[3]:\n- return true only when the user is clearly asking {{agentName}} to follow, join, listen to, or stay engaged in this room\n- return false when the request is ambiguous or unrelated\n- prefer false when uncertain\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\ndecision: true";
63
+ export declare const SHOULD_FOLLOW_ROOM_TEMPLATE = "task: Decide whether {{agentName}} should follow this room.\n\ncontext:\n{{providers}}\n\ncurrent_message:\n{{message}}\n\ninstructions[3]:\n- return true only when the user is clearly asking {{agentName}} to follow, join, listen to, or stay engaged in this room\n- return false when the request is ambiguous or unrelated\n- prefer false when uncertain\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\ndecision: true";
64
+ export declare const shouldMuteRoomTemplate = "task: Decide whether {{agentName}} should mute this room.\n\ncontext:\n{{providers}}\n\ncurrent_message:\n{{message}}\n\ninstructions[3]:\n- return true only when the user is clearly asking {{agentName}} to mute, silence, or ignore this room\n- return false when the request is ambiguous or unrelated\n- prefer false when uncertain\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\ndecision: true";
65
+ export declare const SHOULD_MUTE_ROOM_TEMPLATE = "task: Decide whether {{agentName}} should mute this room.\n\ncontext:\n{{providers}}\n\ncurrent_message:\n{{message}}\n\ninstructions[3]:\n- return true only when the user is clearly asking {{agentName}} to mute, silence, or ignore this room\n- return false when the request is ambiguous or unrelated\n- prefer false when uncertain\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\ndecision: true";
66
+ export declare const shouldRespondTemplate = "task: Decide whether {{agentName}} should respond, ignore, or stop.\n\ncontext:\n{{providers}}\n\nrules[6]:\n- direct mention of {{agentName}} -> RESPOND\n- different assistant name or talking to someone else -> IGNORE unless {{agentName}} is also directly addressed\n- prior participation by {{agentName}} in the thread is not enough by itself; the newest message must still clearly expect {{agentName}} -> otherwise IGNORE\n- request to stop or be quiet directed at {{agentName}} -> STOP\n- if multiple people are mentioned and {{agentName}} is one of the addressees -> RESPOND\n- if unsure whether the speaker is talking to {{agentName}}, prefer IGNORE over hallucinating relevance\n\navailable_contexts:\n{{availableContexts}}\n\ncontext_routing:\n- primaryContext: choose one context from available_contexts, or \"general\" if none apply\n- secondaryContexts: optional comma-separated list of additional relevant contexts\n- evidenceTurnIds: optional comma-separated list of message IDs supporting the decision\n\ndecision_note:\n- respond only when the latest message is talking TO {{agentName}}\n- talking TO {{agentName}} means name mention, reply chain, or a clear follow-up that still expects {{agentName}} to answer\n- mentions of other people do not cancel a direct address to {{agentName}}\n- casual conversation between other users is not enough\n- if another assistant already answered and nobody re-addressed {{agentName}}, IGNORE\n- if {{agentName}} already replied recently and nobody re-addressed {{agentName}}, IGNORE\n- talking ABOUT {{agentName}} or continuing a room conversation around them is not enough\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\nname: {{agentName}}\nreasoning: Direct mention and clear follow-up.\naction: RESPOND\nprimaryContext: general\nsecondaryContexts:\nevidenceTurnIds:";
67
+ export declare const SHOULD_RESPOND_TEMPLATE = "task: Decide whether {{agentName}} should respond, ignore, or stop.\n\ncontext:\n{{providers}}\n\nrules[6]:\n- direct mention of {{agentName}} -> RESPOND\n- different assistant name or talking to someone else -> IGNORE unless {{agentName}} is also directly addressed\n- prior participation by {{agentName}} in the thread is not enough by itself; the newest message must still clearly expect {{agentName}} -> otherwise IGNORE\n- request to stop or be quiet directed at {{agentName}} -> STOP\n- if multiple people are mentioned and {{agentName}} is one of the addressees -> RESPOND\n- if unsure whether the speaker is talking to {{agentName}}, prefer IGNORE over hallucinating relevance\n\navailable_contexts:\n{{availableContexts}}\n\ncontext_routing:\n- primaryContext: choose one context from available_contexts, or \"general\" if none apply\n- secondaryContexts: optional comma-separated list of additional relevant contexts\n- evidenceTurnIds: optional comma-separated list of message IDs supporting the decision\n\ndecision_note:\n- respond only when the latest message is talking TO {{agentName}}\n- talking TO {{agentName}} means name mention, reply chain, or a clear follow-up that still expects {{agentName}} to answer\n- mentions of other people do not cancel a direct address to {{agentName}}\n- casual conversation between other users is not enough\n- if another assistant already answered and nobody re-addressed {{agentName}}, IGNORE\n- if {{agentName}} already replied recently and nobody re-addressed {{agentName}}, IGNORE\n- talking ABOUT {{agentName}} or continuing a room conversation around them is not enough\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\nname: {{agentName}}\nreasoning: Direct mention and clear follow-up.\naction: RESPOND\nprimaryContext: general\nsecondaryContexts:\nevidenceTurnIds:";
68
+ export declare const shouldRespondWithContextTemplate = "task: Decide whether {{agentName}} should respond and which domain context applies.\n\ncontext:\n{{providers}}\n\navailable_contexts:\n{{availableContexts}}\n\nrules[6]:\n- direct mention of {{agentName}} -> RESPOND\n- different assistant name or talking to someone else -> IGNORE unless {{agentName}} is also directly addressed\n- prior participation by {{agentName}} in the thread is not enough by itself; the newest message must still clearly expect {{agentName}} -> otherwise IGNORE\n- request to stop or be quiet directed at {{agentName}} -> STOP\n- if multiple people are mentioned and {{agentName}} is one of the addressees -> RESPOND\n- if unsure whether the speaker is talking to {{agentName}}, prefer IGNORE over hallucinating relevance\n\ncontext_routing:\n- primaryContext: the single best-matching domain from available_contexts\n- secondaryContexts: zero or more additional domains that are relevant\n- action intent does not only come from the last message; consider the full recent conversation\n- if no specific domain applies, use \"general\"\n\ndecision_note:\n- respond only when the latest message is talking TO {{agentName}}\n- talking TO {{agentName}} means name mention, reply chain, or a clear follow-up that still expects {{agentName}} to answer\n- mentions of other people do not cancel a direct address to {{agentName}}\n- casual conversation between other users is not enough\n- if another assistant already answered and nobody re-addressed {{agentName}}, IGNORE\n- if {{agentName}} already replied recently and nobody re-addressed {{agentName}}, IGNORE\n- talking ABOUT {{agentName}} or continuing a room conversation around them is not enough\n- context routing always applies, even for IGNORE/STOP decisions\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\nname: {{agentName}}\nreasoning: Direct mention asking about token balance.\naction: RESPOND\nprimaryContext: wallet\nsecondaryContexts: []";
69
+ export declare const SHOULD_RESPOND_WITH_CONTEXT_TEMPLATE = "task: Decide whether {{agentName}} should respond and which domain context applies.\n\ncontext:\n{{providers}}\n\navailable_contexts:\n{{availableContexts}}\n\nrules[6]:\n- direct mention of {{agentName}} -> RESPOND\n- different assistant name or talking to someone else -> IGNORE unless {{agentName}} is also directly addressed\n- prior participation by {{agentName}} in the thread is not enough by itself; the newest message must still clearly expect {{agentName}} -> otherwise IGNORE\n- request to stop or be quiet directed at {{agentName}} -> STOP\n- if multiple people are mentioned and {{agentName}} is one of the addressees -> RESPOND\n- if unsure whether the speaker is talking to {{agentName}}, prefer IGNORE over hallucinating relevance\n\ncontext_routing:\n- primaryContext: the single best-matching domain from available_contexts\n- secondaryContexts: zero or more additional domains that are relevant\n- action intent does not only come from the last message; consider the full recent conversation\n- if no specific domain applies, use \"general\"\n\ndecision_note:\n- respond only when the latest message is talking TO {{agentName}}\n- talking TO {{agentName}} means name mention, reply chain, or a clear follow-up that still expects {{agentName}} to answer\n- mentions of other people do not cancel a direct address to {{agentName}}\n- casual conversation between other users is not enough\n- if another assistant already answered and nobody re-addressed {{agentName}}, IGNORE\n- if {{agentName}} already replied recently and nobody re-addressed {{agentName}}, IGNORE\n- talking ABOUT {{agentName}} or continuing a room conversation around them is not enough\n- context routing always applies, even for IGNORE/STOP decisions\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\nname: {{agentName}}\nreasoning: Direct mention asking about token balance.\naction: RESPOND\nprimaryContext: wallet\nsecondaryContexts: []";
70
+ export declare const shouldUnfollowRoomTemplate = "task: Decide whether {{agentName}} should unfollow this room.\n\ncontext:\n{{providers}}\n\ncurrent_message:\n{{message}}\n\ninstructions[3]:\n- return true only when the user is clearly asking {{agentName}} to stop following or leave this room\n- return false when the request is ambiguous or unrelated\n- prefer false when uncertain\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\ndecision: true";
71
+ export declare const SHOULD_UNFOLLOW_ROOM_TEMPLATE = "task: Decide whether {{agentName}} should unfollow this room.\n\ncontext:\n{{providers}}\n\ncurrent_message:\n{{message}}\n\ninstructions[3]:\n- return true only when the user is clearly asking {{agentName}} to stop following or leave this room\n- return false when the request is ambiguous or unrelated\n- prefer false when uncertain\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\ndecision: true";
72
+ export declare const shouldUnmuteRoomTemplate = "task: Decide whether {{agentName}} should unmute this room.\n\ncontext:\n{{providers}}\n\ncurrent_message:\n{{message}}\n\ninstructions[3]:\n- return true only when the user is clearly asking {{agentName}} to unmute or resume listening to this room\n- return false when the request is ambiguous or unrelated\n- prefer false when uncertain\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\ndecision: true";
73
+ export declare const SHOULD_UNMUTE_ROOM_TEMPLATE = "task: Decide whether {{agentName}} should unmute this room.\n\ncontext:\n{{providers}}\n\ncurrent_message:\n{{message}}\n\ninstructions[3]:\n- return true only when the user is clearly asking {{agentName}} to unmute or resume listening to this room\n- return false when the request is ambiguous or unrelated\n- prefer false when uncertain\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\ndecision: true";
74
+ export declare const thinkTemplate = "# Task: Think deeply and reason carefully for {{agentName}}.\n\n{{providers}}\n\n# Context\nThe initial planning phase identified this question as requiring deeper analysis.\nThe following is the conversation so far and all available context.\n\n# Instructions\nYou are {{agentName}}. A question or request has been identified as complex, ambiguous, or requiring careful reasoning. Your job is to think through this thoroughly before responding.\n\nApproach this systematically:\n1. Identify the core question or problem being asked\n2. Consider multiple angles, approaches, or interpretations\n3. Evaluate trade-offs, risks, and constraints\n4. Draw on relevant knowledge and context from the conversation\n5. Arrive at a well-reasoned conclusion or recommendation\n\nBe thorough but concise. Prioritize depth of reasoning over length. If there are genuine unknowns, acknowledge them rather than guessing.\n\nRespond using TOON:\nthought: Your detailed internal reasoning \u2014 the full chain of thought, alternatives considered, and why you reached your conclusion\ntext: Your response to the user \u2014 clear, structured, and well-reasoned. Use headings, lists, or code blocks as appropriate for the content.\n\nIMPORTANT: Your response must ONLY contain the TOON document above. Do not include any preamble or explanation outside of it.";
75
+ export declare const THINK_TEMPLATE = "# Task: Think deeply and reason carefully for {{agentName}}.\n\n{{providers}}\n\n# Context\nThe initial planning phase identified this question as requiring deeper analysis.\nThe following is the conversation so far and all available context.\n\n# Instructions\nYou are {{agentName}}. A question or request has been identified as complex, ambiguous, or requiring careful reasoning. Your job is to think through this thoroughly before responding.\n\nApproach this systematically:\n1. Identify the core question or problem being asked\n2. Consider multiple angles, approaches, or interpretations\n3. Evaluate trade-offs, risks, and constraints\n4. Draw on relevant knowledge and context from the conversation\n5. Arrive at a well-reasoned conclusion or recommendation\n\nBe thorough but concise. Prioritize depth of reasoning over length. If there are genuine unknowns, acknowledge them rather than guessing.\n\nRespond using TOON:\nthought: Your detailed internal reasoning \u2014 the full chain of thought, alternatives considered, and why you reached your conclusion\ntext: Your response to the user \u2014 clear, structured, and well-reasoned. Use headings, lists, or code blocks as appropriate for the content.\n\nIMPORTANT: Your response must ONLY contain the TOON document above. Do not include any preamble or explanation outside of it.";
76
+ export declare const updateContactTemplate = "task: Extract contact updates from the request.\n\ncontext:\n{{providers}}\n\ncurrent_message:\n{{message}}\n\ninstructions[6]:\n- identify the contact name to update\n- set operation to replace unless the user clearly says to add_to or remove_from\n- return categories and tags as comma-separated lists\n- return preferences and customFields as comma-separated key:value pairs\n- include notes only when explicitly requested\n- omit fields that are not being changed\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\ncontactName: Jane Doe\noperation: add_to\ncategories: vip\ntags: ai,friend\npreferences: timezone:America/New_York,language:English\ncustomFields: company:Acme,title:Designer\nnotes: Prefers async communication";
77
+ export declare const UPDATE_CONTACT_TEMPLATE = "task: Extract contact updates from the request.\n\ncontext:\n{{providers}}\n\ncurrent_message:\n{{message}}\n\ninstructions[6]:\n- identify the contact name to update\n- set operation to replace unless the user clearly says to add_to or remove_from\n- return categories and tags as comma-separated lists\n- return preferences and customFields as comma-separated key:value pairs\n- include notes only when explicitly requested\n- omit fields that are not being changed\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\ncontactName: Jane Doe\noperation: add_to\ncategories: vip\ntags: ai,friend\npreferences: timezone:America/New_York,language:English\ncustomFields: company:Acme,title:Designer\nnotes: Prefers async communication";
78
+ export declare const updateEntityTemplate = "# Task: Update entity information.\n\n{{providers}}\n\n# Current Entity Information:\n{{entityInfo}}\n\n# Instructions:\nBased on the request, determine what information about the entity should be updated.\nOnly update fields that the user has explicitly requested to change.\n\nRespond using TOON like this:\nthought: Your reasoning for the entity update\nentity_id: The entity ID to update\nupdates[1]{name,value}:\n field_name,new_value\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
79
+ export declare const UPDATE_ENTITY_TEMPLATE = "# Task: Update entity information.\n\n{{providers}}\n\n# Current Entity Information:\n{{entityInfo}}\n\n# Instructions:\nBased on the request, determine what information about the entity should be updated.\nOnly update fields that the user has explicitly requested to change.\n\nRespond using TOON like this:\nthought: Your reasoning for the entity update\nentity_id: The entity ID to update\nupdates[1]{name,value}:\n field_name,new_value\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
80
+ export declare const updateRoleTemplate = "task: Extract the requested role change.\n\ncontext:\n{{providers}}\n\ncurrent_roles:\n{{roles}}\n\nrecent_messages:\n{{recentMessages}}\n\ncurrent_message:\n{{message}}\n\ninstructions[6]:\n- identify the single entity whose role should be updated\n- return entity_id only when the UUID is explicit in context\n- normalize new_role to one of OWNER, ADMIN, MEMBER, GUEST, or NONE\n- if the user is removing elevated access without naming a new role, use NONE\n- do not invent entity ids or roles\n- include a short thought describing the change\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\nthought: Sarah should become an admin.\nentity_id: 00000000-0000-0000-0000-000000000000\nnew_role: ADMIN";
81
+ export declare const UPDATE_ROLE_TEMPLATE = "task: Extract the requested role change.\n\ncontext:\n{{providers}}\n\ncurrent_roles:\n{{roles}}\n\nrecent_messages:\n{{recentMessages}}\n\ncurrent_message:\n{{message}}\n\ninstructions[6]:\n- identify the single entity whose role should be updated\n- return entity_id only when the UUID is explicit in context\n- normalize new_role to one of OWNER, ADMIN, MEMBER, GUEST, or NONE\n- if the user is removing elevated access without naming a new role, use NONE\n- do not invent entity ids or roles\n- include a short thought describing the change\n\noutput:\nTOON only. Return exactly one TOON document. No prose before or after it. No <think>.\n\nExample:\nthought: Sarah should become an admin.\nentity_id: 00000000-0000-0000-0000-000000000000\nnew_role: ADMIN";
82
+ export declare const updateSettingsTemplate = "# Task: Update settings based on the request.\n\n{{providers}}\n\n# Current Settings:\n{{settings}}\n\n# Instructions:\nBased on the request, determine which settings to update.\nOnly update settings that the user has explicitly requested.\n\nRespond using TOON like this:\nthought: Your reasoning for the settings changes\nupdates[1]{key,value}:\n setting_key,new_value\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
83
+ export declare const UPDATE_SETTINGS_TEMPLATE = "# Task: Update settings based on the request.\n\n{{providers}}\n\n# Current Settings:\n{{settings}}\n\n# Instructions:\nBased on the request, determine which settings to update.\nOnly update settings that the user has explicitly requested.\n\nRespond using TOON like this:\nthought: Your reasoning for the settings changes\nupdates[1]{key,value}:\n setting_key,new_value\n\nIMPORTANT: Your response must ONLY contain the TOON document above.";
84
+ export declare const updateSummarizationTemplate = "# Task: Update and Condense Conversation Summary\n\nYou are updating an existing conversation summary with new messages, while keeping the total summary concise.\n\n# Existing Summary\n{{existingSummary}}\n\n# Existing Topics\n{{existingTopics}}\n\n# New Messages Since Last Summary\n{{newMessages}}\n\n# Instructions\nUpdate the summary by:\n1. Merging the existing summary with insights from the new messages\n2. Removing redundant or less important details to stay under the token limit\n3. Keeping the most important context and decisions\n4. Adding new topics if they emerge\n5. **CRITICAL**: Keep the ENTIRE updated summary under 2500 tokens\n\nThe goal is a rolling summary that captures the essence of the conversation without growing indefinitely.\n\nRespond in TOON:\ntext: Your updated and condensed summary here\ntopics[0]: topic1\ntopics[1]: topic2\ntopics[2]: topic3\nkeyPoints[0]: First key point\nkeyPoints[1]: Second key point";
85
+ export declare const UPDATE_SUMMARIZATION_TEMPLATE = "# Task: Update and Condense Conversation Summary\n\nYou are updating an existing conversation summary with new messages, while keeping the total summary concise.\n\n# Existing Summary\n{{existingSummary}}\n\n# Existing Topics\n{{existingTopics}}\n\n# New Messages Since Last Summary\n{{newMessages}}\n\n# Instructions\nUpdate the summary by:\n1. Merging the existing summary with insights from the new messages\n2. Removing redundant or less important details to stay under the token limit\n3. Keeping the most important context and decisions\n4. Adding new topics if they emerge\n5. **CRITICAL**: Keep the ENTIRE updated summary under 2500 tokens\n\nThe goal is a rolling summary that captures the essence of the conversation without growing indefinitely.\n\nRespond in TOON:\ntext: Your updated and condensed summary here\ntopics[0]: topic1\ntopics[1]: topic2\ntopics[2]: topic3\nkeyPoints[0]: First key point\nkeyPoints[1]: Second key point";
86
+ export declare const booleanFooter = "Respond with only a YES or a NO.";
87
+ export declare const BOOLEAN_FOOTER = "Respond with only a YES or a NO.";
88
+ //# sourceMappingURL=prompts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prompts.d.ts","sourceRoot":"","sources":["../../../../../typescript/src/prompts.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,eAAO,MAAM,kBAAkB,4vBA4BY,CAAC;AAE5C,eAAO,MAAM,oBAAoB,4vBAAqB,CAAC;AAEvD,eAAO,MAAM,kCAAkC,4vBAcsB,CAAC;AAEtE,eAAO,MAAM,qCAAqC,4vBACf,CAAC;AAEpC,eAAO,MAAM,+BAA+B,qsBAYoB,CAAC;AAEjE,eAAO,MAAM,kCAAkC,qsBACf,CAAC;AAEjC,eAAO,MAAM,4BAA4B,yxBAgBgB,CAAC;AAE1D,eAAO,MAAM,+BAA+B,yxBAA+B,CAAC;AAE5E,eAAO,MAAM,yBAAyB,+tBAasC,CAAC;AAE7E,eAAO,MAAM,4BAA4B,+tBAA4B,CAAC;AAEtE,eAAO,MAAM,oBAAoB,6cAemC,CAAC;AAErE,eAAO,MAAM,sBAAsB,6cAAuB,CAAC;AAE3D,eAAO,MAAM,8BAA8B,szBAmB2D,CAAC;AAEvG,eAAO,MAAM,iCAAiC,szBAAiC,CAAC;AAEhF,eAAO,MAAM,4BAA4B,4iBAea,CAAC;AAEvD,eAAO,MAAM,+BAA+B,4iBAA+B,CAAC;AAE5E,eAAO,MAAM,sBAAsB,g0BAgBiI,CAAC;AAErK,eAAO,MAAM,wBAAwB,g0BAAyB,CAAC;AAE/D,eAAO,MAAM,wBAAwB,6lCAiBmG,CAAC;AAEzI,eAAO,MAAM,0BAA0B,6lCAA2B,CAAC;AAEnE,eAAO,MAAM,uBAAuB,weAegC,CAAC;AAErE,eAAO,MAAM,yBAAyB,weAA0B,CAAC;AAEjE,eAAO,MAAM,4BAA4B,q1BA2BV,CAAC;AAEhC,eAAO,MAAM,8BAA8B,q1BAA+B,CAAC;AAE3E,eAAO,MAAM,0BAA0B,8uKA+HpB,CAAC;AAEpB,eAAO,MAAM,6BAA6B,8uKAA6B,CAAC;AAExE,eAAO,MAAM,yBAAyB,6rCAoChB,CAAC;AAEvB,eAAO,MAAM,2BAA2B,6rCAA4B,CAAC;AAErE,eAAO,MAAM,sBAAsB,guEAgDvB,CAAC;AAEb,eAAO,MAAM,wBAAwB,guEAAyB,CAAC;AAE/D,eAAO,MAAM,yBAAyB,2kDAsCtB,CAAC;AAEjB,eAAO,MAAM,4BAA4B,2kDAA4B,CAAC;AAEtE,eAAO,MAAM,wBAAwB,srBA+BA,CAAC;AAEtC,eAAO,MAAM,2BAA2B,srBAA2B,CAAC;AAEpE,eAAO,MAAM,wBAAwB,srBAmBmG,CAAC;AAEzI,eAAO,MAAM,0BAA0B,srBAA2B,CAAC;AAEnE,eAAO,MAAM,0BAA0B,6pCAkC1B,CAAC;AAEd,eAAO,MAAM,6BAA6B,6pCAA6B,CAAC;AAExE,eAAO,MAAM,oBAAoB,qwEAkCuG,CAAC;AAEzI,eAAO,MAAM,sBAAsB,qwEAAuB,CAAC;AAE3D,eAAO,MAAM,2BAA2B,8gGAiEgG,CAAC;AAEzI,eAAO,MAAM,6BAA6B,8gGAA8B,CAAC;AAEzE,eAAO,MAAM,kBAAkB,upBAqBqC,CAAC;AAErE,eAAO,MAAM,mBAAmB,upBAAqB,CAAC;AAEtD,eAAO,MAAM,qBAAqB,ueAmBnB,CAAC;AAEhB,eAAO,MAAM,uBAAuB,ueAAwB,CAAC;AAE7D,eAAO,MAAM,aAAa,8uCAqB8G,CAAC;AAEzI,eAAO,MAAM,cAAc,8uCAAgB,CAAC;AAE5C,eAAO,MAAM,wBAAwB,+uBA2BS,CAAC;AAE/C,eAAO,MAAM,2BAA2B,+uBAA2B,CAAC;AAEpE,eAAO,MAAM,sBAAsB,0oBAsBtB,CAAC;AAEd,eAAO,MAAM,wBAAwB,0oBAAyB,CAAC;AAE/D,eAAO,MAAM,wBAAwB,meAiBtB,CAAC;AAEhB,eAAO,MAAM,2BAA2B,meAA2B,CAAC;AAEpE,eAAO,MAAM,sBAAsB,8cAiBpB,CAAC;AAEhB,eAAO,MAAM,yBAAyB,8cAAyB,CAAC;AAEhE,eAAO,MAAM,qBAAqB,o2DAuCjB,CAAC;AAElB,eAAO,MAAM,uBAAuB,o2DAAwB,CAAC;AAE7D,eAAO,MAAM,gCAAgC,08DAwCvB,CAAC;AAEvB,eAAO,MAAM,oCAAoC,08DAChB,CAAC;AAElC,eAAO,MAAM,0BAA0B,idAiBxB,CAAC;AAEhB,eAAO,MAAM,6BAA6B,idAA6B,CAAC;AAExE,eAAO,MAAM,wBAAwB,qdAiBtB,CAAC;AAEhB,eAAO,MAAM,2BAA2B,qdAA2B,CAAC;AAEpE,eAAO,MAAM,aAAa,m0CAwBoG,CAAC;AAE/H,eAAO,MAAM,cAAc,m0CAAgB,CAAC;AAE5C,eAAO,MAAM,qBAAqB,0xBA0BC,CAAC;AAEpC,eAAO,MAAM,uBAAuB,0xBAAwB,CAAC;AAE7D,eAAO,MAAM,oBAAoB,ogBAiBmC,CAAC;AAErE,eAAO,MAAM,sBAAsB,ogBAAuB,CAAC;AAE3D,eAAO,MAAM,kBAAkB,6vBA4Bf,CAAC;AAEjB,eAAO,MAAM,oBAAoB,6vBAAqB,CAAC;AAEvD,eAAO,MAAM,sBAAsB,+bAgBiC,CAAC;AAErE,eAAO,MAAM,wBAAwB,+bAAyB,CAAC;AAE/D,eAAO,MAAM,2BAA2B,o7BA6BT,CAAC;AAEhC,eAAO,MAAM,6BAA6B,o7BAA8B,CAAC;AAEzE,eAAO,MAAM,aAAa,qCAAqC,CAAC;AAEhE,eAAO,MAAM,cAAc,qCAAgB,CAAC"}