@elizaos/core 2.0.0-alpha.206 → 2.0.0-alpha.207

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 (325) hide show
  1. package/dist/action-docs.d.ts +1 -1
  2. package/dist/actions.d.ts +1 -1
  3. package/dist/character-utils.d.ts +2 -2
  4. package/dist/character.d.ts +1 -1
  5. package/dist/connection.d.ts +3 -3
  6. package/dist/constants/index.d.ts +1 -1
  7. package/dist/database/inMemoryAdapter.d.ts +2 -2
  8. package/dist/database.d.ts +5 -5
  9. package/dist/entities.d.ts +1 -1
  10. package/dist/features/advanced-capabilities/actions/addContact.d.ts +1 -1
  11. package/dist/features/advanced-capabilities/actions/followRoom.d.ts +1 -1
  12. package/dist/features/advanced-capabilities/actions/imageGeneration.d.ts +1 -1
  13. package/dist/features/advanced-capabilities/actions/index.d.ts +15 -15
  14. package/dist/features/advanced-capabilities/actions/muteRoom.d.ts +1 -1
  15. package/dist/features/advanced-capabilities/actions/removeContact.d.ts +1 -1
  16. package/dist/features/advanced-capabilities/actions/roles.d.ts +1 -1
  17. package/dist/features/advanced-capabilities/actions/scheduleFollowUp.d.ts +1 -1
  18. package/dist/features/advanced-capabilities/actions/searchContacts.d.ts +1 -1
  19. package/dist/features/advanced-capabilities/actions/sendMessage.d.ts +1 -1
  20. package/dist/features/advanced-capabilities/actions/settings.d.ts +1 -1
  21. package/dist/features/advanced-capabilities/actions/think.d.ts +1 -1
  22. package/dist/features/advanced-capabilities/actions/unfollowRoom.d.ts +1 -1
  23. package/dist/features/advanced-capabilities/actions/unmuteRoom.d.ts +1 -1
  24. package/dist/features/advanced-capabilities/actions/updateContact.d.ts +1 -1
  25. package/dist/features/advanced-capabilities/actions/updateEntity.d.ts +1 -1
  26. package/dist/features/advanced-capabilities/clipboard/actions/append.d.ts +1 -1
  27. package/dist/features/advanced-capabilities/clipboard/actions/delete.d.ts +1 -1
  28. package/dist/features/advanced-capabilities/clipboard/actions/list.d.ts +1 -1
  29. package/dist/features/advanced-capabilities/clipboard/actions/read-attachment.d.ts +1 -1
  30. package/dist/features/advanced-capabilities/clipboard/actions/read-file.d.ts +1 -1
  31. package/dist/features/advanced-capabilities/clipboard/actions/read.d.ts +1 -1
  32. package/dist/features/advanced-capabilities/clipboard/actions/remove-from-clipboard.d.ts +1 -1
  33. package/dist/features/advanced-capabilities/clipboard/actions/search.d.ts +1 -1
  34. package/dist/features/advanced-capabilities/clipboard/actions/write.d.ts +1 -1
  35. package/dist/features/advanced-capabilities/clipboard/index.d.ts +15 -15
  36. package/dist/features/advanced-capabilities/clipboard/providers/clipboard.d.ts +1 -1
  37. package/dist/features/advanced-capabilities/clipboard/services/attachmentContext.d.ts +1 -1
  38. package/dist/features/advanced-capabilities/clipboard/services/clipboardService.d.ts +2 -2
  39. package/dist/features/advanced-capabilities/clipboard/services/taskClipboardPersistence.d.ts +2 -2
  40. package/dist/features/advanced-capabilities/clipboard/services/taskClipboardService.d.ts +2 -2
  41. package/dist/features/advanced-capabilities/evaluators/factRefinement.d.ts +1 -1
  42. package/dist/features/advanced-capabilities/evaluators/index.d.ts +5 -5
  43. package/dist/features/advanced-capabilities/evaluators/reflection.d.ts +1 -1
  44. package/dist/features/advanced-capabilities/evaluators/relationshipExtraction.d.ts +1 -1
  45. package/dist/features/advanced-capabilities/evaluators/skillExtraction.d.ts +1 -1
  46. package/dist/features/advanced-capabilities/evaluators/skillRefinement.d.ts +1 -1
  47. package/dist/features/advanced-capabilities/evaluators/task-completion.d.ts +1 -1
  48. package/dist/features/advanced-capabilities/experience/actions/record-experience.d.ts +1 -1
  49. package/dist/features/advanced-capabilities/experience/evaluators/experienceEvaluator.d.ts +1 -1
  50. package/dist/features/advanced-capabilities/experience/generated/specs/spec-helpers.d.ts +1 -1
  51. package/dist/features/advanced-capabilities/experience/index.d.ts +5 -5
  52. package/dist/features/advanced-capabilities/experience/providers/experienceProvider.d.ts +1 -1
  53. package/dist/features/advanced-capabilities/experience/service.d.ts +3 -3
  54. package/dist/features/advanced-capabilities/experience/types.d.ts +2 -2
  55. package/dist/features/advanced-capabilities/experience/utils/confidenceDecay.d.ts +1 -1
  56. package/dist/features/advanced-capabilities/experience/utils/experienceRelationships.d.ts +1 -1
  57. package/dist/features/advanced-capabilities/form/actions/restore.d.ts +1 -1
  58. package/dist/features/advanced-capabilities/form/builder.d.ts +2 -2
  59. package/dist/features/advanced-capabilities/form/builtins.d.ts +1 -1
  60. package/dist/features/advanced-capabilities/form/defaults.d.ts +1 -1
  61. package/dist/features/advanced-capabilities/form/evaluators/extractor.d.ts +1 -1
  62. package/dist/features/advanced-capabilities/form/extraction.d.ts +3 -3
  63. package/dist/features/advanced-capabilities/form/index.d.ts +15 -15
  64. package/dist/features/advanced-capabilities/form/intent.d.ts +1 -1
  65. package/dist/features/advanced-capabilities/form/providers/context.d.ts +1 -1
  66. package/dist/features/advanced-capabilities/form/service.d.ts +3 -3
  67. package/dist/features/advanced-capabilities/form/storage.d.ts +2 -2
  68. package/dist/features/advanced-capabilities/form/template.d.ts +1 -1
  69. package/dist/features/advanced-capabilities/form/ttl.d.ts +1 -1
  70. package/dist/features/advanced-capabilities/form/types.d.ts +1 -1
  71. package/dist/features/advanced-capabilities/form/validation.d.ts +2 -2
  72. package/dist/features/advanced-capabilities/index.d.ts +8 -8
  73. package/dist/features/advanced-capabilities/personality/actions/modify-character.d.ts +1 -1
  74. package/dist/features/advanced-capabilities/personality/evaluators/character-evolution.d.ts +1 -1
  75. package/dist/features/advanced-capabilities/personality/index.d.ts +5 -5
  76. package/dist/features/advanced-capabilities/personality/providers/user-personality.d.ts +1 -1
  77. package/dist/features/advanced-capabilities/personality/services/character-file-manager.d.ts +2 -2
  78. package/dist/features/advanced-capabilities/providers/contacts.d.ts +1 -1
  79. package/dist/features/advanced-capabilities/providers/facts.d.ts +1 -1
  80. package/dist/features/advanced-capabilities/providers/followUps.d.ts +1 -1
  81. package/dist/features/advanced-capabilities/providers/index.d.ts +7 -7
  82. package/dist/features/advanced-capabilities/providers/knowledge.d.ts +1 -1
  83. package/dist/features/advanced-capabilities/providers/relationships.d.ts +1 -1
  84. package/dist/features/advanced-capabilities/providers/roles.d.ts +1 -1
  85. package/dist/features/advanced-capabilities/providers/settings.d.ts +1 -1
  86. package/dist/features/advanced-memory/evaluators/index.d.ts +2 -2
  87. package/dist/features/advanced-memory/evaluators/long-term-extraction.d.ts +1 -1
  88. package/dist/features/advanced-memory/evaluators/summarization.d.ts +1 -1
  89. package/dist/features/advanced-memory/index.d.ts +6 -6
  90. package/dist/features/advanced-memory/prompts.d.ts +1 -1
  91. package/dist/features/advanced-memory/providers/context-summary.d.ts +1 -1
  92. package/dist/features/advanced-memory/providers/index.d.ts +2 -2
  93. package/dist/features/advanced-memory/providers/long-term-memory.d.ts +1 -1
  94. package/dist/features/advanced-memory/schemas/index.d.ts +4 -4
  95. package/dist/features/advanced-memory/schemas/long-term-memories.d.ts +1 -1
  96. package/dist/features/advanced-memory/schemas/memory-access-logs.d.ts +1 -1
  97. package/dist/features/advanced-memory/schemas/session-summaries.d.ts +1 -1
  98. package/dist/features/advanced-memory/services/memory-service.d.ts +2 -2
  99. package/dist/features/advanced-memory/trajectory.d.ts +1 -1
  100. package/dist/features/advanced-memory/types.d.ts +1 -1
  101. package/dist/features/advanced-planning/actions/chain-example.d.ts +1 -1
  102. package/dist/features/advanced-planning/index.d.ts +3 -3
  103. package/dist/features/advanced-planning/providers/message-classifier.d.ts +1 -1
  104. package/dist/features/advanced-planning/services/planning-service.d.ts +2 -2
  105. package/dist/features/advanced-planning/types.d.ts +1 -1
  106. package/dist/features/autonomy/action.d.ts +1 -1
  107. package/dist/features/autonomy/execution-facade.d.ts +1 -1
  108. package/dist/features/autonomy/index.d.ts +5 -5
  109. package/dist/features/autonomy/providers.d.ts +1 -1
  110. package/dist/features/autonomy/routes.d.ts +1 -1
  111. package/dist/features/autonomy/service.d.ts +3 -3
  112. package/dist/features/autonomy/types.d.ts +1 -1
  113. package/dist/features/basic-capabilities/actions/choice.d.ts +1 -1
  114. package/dist/features/basic-capabilities/actions/ignore.d.ts +1 -1
  115. package/dist/features/basic-capabilities/actions/index.d.ts +4 -4
  116. package/dist/features/basic-capabilities/actions/none.d.ts +1 -1
  117. package/dist/features/basic-capabilities/actions/reply.d.ts +1 -1
  118. package/dist/features/basic-capabilities/index.d.ts +11 -11
  119. package/dist/features/basic-capabilities/providers/actionState.d.ts +1 -1
  120. package/dist/features/basic-capabilities/providers/actions.d.ts +6 -6
  121. package/dist/features/basic-capabilities/providers/attachments.d.ts +1 -1
  122. package/dist/features/basic-capabilities/providers/character.d.ts +1 -1
  123. package/dist/features/basic-capabilities/providers/choice.d.ts +1 -1
  124. package/dist/features/basic-capabilities/providers/contextBench.d.ts +1 -1
  125. package/dist/features/basic-capabilities/providers/currentTime.d.ts +1 -1
  126. package/dist/features/basic-capabilities/providers/entities.d.ts +1 -1
  127. package/dist/features/basic-capabilities/providers/evaluators.d.ts +1 -1
  128. package/dist/features/basic-capabilities/providers/index.d.ts +13 -13
  129. package/dist/features/basic-capabilities/providers/non-actionable-chatter.d.ts +1 -1
  130. package/dist/features/basic-capabilities/providers/providers.d.ts +1 -1
  131. package/dist/features/basic-capabilities/providers/recentMessages.d.ts +1 -1
  132. package/dist/features/basic-capabilities/providers/time.d.ts +1 -1
  133. package/dist/features/basic-capabilities/providers/world.d.ts +1 -1
  134. package/dist/features/index.d.ts +7 -7
  135. package/dist/features/knowledge/actions.d.ts +1 -1
  136. package/dist/features/knowledge/config.d.ts +2 -2
  137. package/dist/features/knowledge/docs-loader.d.ts +2 -2
  138. package/dist/features/knowledge/document-processor.d.ts +1 -1
  139. package/dist/features/knowledge/documents-provider.d.ts +1 -1
  140. package/dist/features/knowledge/index.d.ts +6 -6
  141. package/dist/features/knowledge/llm.d.ts +2 -2
  142. package/dist/features/knowledge/provider.d.ts +1 -1
  143. package/dist/features/knowledge/service.d.ts +3 -3
  144. package/dist/features/knowledge/types.d.ts +1 -1
  145. package/dist/features/plugin-manager/actions/coreStatusAction.d.ts +1 -1
  146. package/dist/features/plugin-manager/actions/listEjectedPluginsAction.d.ts +1 -1
  147. package/dist/features/plugin-manager/actions/searchPluginAction.d.ts +1 -1
  148. package/dist/features/plugin-manager/coreExtensions.d.ts +1 -1
  149. package/dist/features/plugin-manager/index.d.ts +21 -21
  150. package/dist/features/plugin-manager/providers/pluginConfigurationStatus.d.ts +1 -1
  151. package/dist/features/plugin-manager/providers/pluginStateProvider.d.ts +1 -1
  152. package/dist/features/plugin-manager/providers/registryPluginsProvider.d.ts +1 -1
  153. package/dist/features/plugin-manager/providers/relevance.d.ts +2 -2
  154. package/dist/features/plugin-manager/services/coreManagerService.d.ts +3 -3
  155. package/dist/features/plugin-manager/services/pluginConfigurationService.d.ts +3 -3
  156. package/dist/features/plugin-manager/services/pluginManagerService.d.ts +6 -6
  157. package/dist/features/plugin-manager/services/pluginRegistryService.d.ts +1 -1
  158. package/dist/features/plugin-manager/types.d.ts +3 -3
  159. package/dist/features/secrets/actions/index.d.ts +3 -3
  160. package/dist/features/secrets/actions/manage-secret.d.ts +1 -1
  161. package/dist/features/secrets/actions/request-secret.d.ts +1 -1
  162. package/dist/features/secrets/actions/set-secret.d.ts +1 -1
  163. package/dist/features/secrets/crypto/encryption.d.ts +1 -1
  164. package/dist/features/secrets/crypto/index.d.ts +1 -1
  165. package/dist/features/secrets/onboarding/action.d.ts +1 -1
  166. package/dist/features/secrets/onboarding/config.d.ts +1 -1
  167. package/dist/features/secrets/onboarding/index.d.ts +4 -4
  168. package/dist/features/secrets/onboarding/provider.d.ts +1 -1
  169. package/dist/features/secrets/onboarding/service.d.ts +4 -4
  170. package/dist/features/secrets/providers/index.d.ts +1 -1
  171. package/dist/features/secrets/providers/secrets-status.d.ts +1 -1
  172. package/dist/features/secrets/services/plugin-activator.d.ts +2 -2
  173. package/dist/features/secrets/services/secrets.d.ts +4 -4
  174. package/dist/features/secrets/storage/character-store.d.ts +4 -4
  175. package/dist/features/secrets/storage/component-store.d.ts +4 -4
  176. package/dist/features/secrets/storage/index.d.ts +6 -6
  177. package/dist/features/secrets/storage/interface.d.ts +1 -1
  178. package/dist/features/secrets/storage/memory-store.d.ts +2 -2
  179. package/dist/features/secrets/storage/world-store.d.ts +4 -4
  180. package/dist/features/secrets/validation.d.ts +1 -1
  181. package/dist/features/trajectories/TrajectoriesService.d.ts +3 -3
  182. package/dist/features/trajectories/action-interceptor.d.ts +3 -3
  183. package/dist/features/trajectories/art-format.d.ts +1 -1
  184. package/dist/features/trajectories/export.d.ts +1 -1
  185. package/dist/features/trajectories/game-rewards.d.ts +1 -1
  186. package/dist/features/trajectories/index.d.ts +10 -10
  187. package/dist/features/trajectories/integration.d.ts +2 -2
  188. package/dist/features/trajectories/reward-service.d.ts +1 -1
  189. package/dist/features/trajectories/types.d.ts +1 -1
  190. package/dist/features/trust/actions/evaluateTrust.d.ts +1 -1
  191. package/dist/features/trust/actions/hasTrustEngine.d.ts +1 -1
  192. package/dist/features/trust/actions/index.d.ts +5 -5
  193. package/dist/features/trust/actions/recordTrustInteraction.d.ts +1 -1
  194. package/dist/features/trust/actions/requestElevation.d.ts +1 -1
  195. package/dist/features/trust/actions/roles.d.ts +1 -1
  196. package/dist/features/trust/actions/settings.d.ts +1 -1
  197. package/dist/features/trust/evaluators/index.d.ts +3 -3
  198. package/dist/features/trust/evaluators/reflection.d.ts +1 -1
  199. package/dist/features/trust/evaluators/securityEvaluator.d.ts +1 -1
  200. package/dist/features/trust/evaluators/trustChangeEvaluator.d.ts +1 -1
  201. package/dist/features/trust/index.d.ts +13 -13
  202. package/dist/features/trust/providers/adminTrust.d.ts +1 -1
  203. package/dist/features/trust/providers/index.d.ts +5 -5
  204. package/dist/features/trust/providers/roles.d.ts +1 -1
  205. package/dist/features/trust/providers/securityStatus.d.ts +1 -1
  206. package/dist/features/trust/providers/settings.d.ts +1 -1
  207. package/dist/features/trust/providers/trustProfile.d.ts +1 -1
  208. package/dist/features/trust/services/ContextualPermissionSystem.d.ts +4 -4
  209. package/dist/features/trust/services/CredentialProtector.d.ts +3 -3
  210. package/dist/features/trust/services/SecurityModule.d.ts +3 -3
  211. package/dist/features/trust/services/SecurityStore.d.ts +2 -2
  212. package/dist/features/trust/services/TrustEngine.d.ts +2 -2
  213. package/dist/features/trust/services/adminContext.d.ts +1 -1
  214. package/dist/features/trust/services/db.d.ts +1 -1
  215. package/dist/features/trust/services/wrappers.d.ts +8 -8
  216. package/dist/features/trust/types/permissions.d.ts +2 -2
  217. package/dist/features/trust/types/security.d.ts +2 -2
  218. package/dist/features/trust/types/trust.d.ts +1 -1
  219. package/dist/generated/spec-helpers.d.ts +1 -1
  220. package/dist/i18n/validation-keywords.d.ts +2 -2
  221. package/dist/index.browser.d.ts +32 -32
  222. package/dist/index.node.d.ts +70 -70
  223. package/dist/memory.d.ts +1 -1
  224. package/dist/plugin-lifecycle.d.ts +2 -2
  225. package/dist/plugin.d.ts +1 -1
  226. package/dist/plugins/index.d.ts +1 -1
  227. package/dist/plugins/native-features.d.ts +5 -5
  228. package/dist/providers/onboarding-progress.d.ts +1 -1
  229. package/dist/provisioning.d.ts +3 -3
  230. package/dist/roles.d.ts +1 -1
  231. package/dist/runtime-composition.d.ts +3 -3
  232. package/dist/runtime.d.ts +13 -13
  233. package/dist/schemas/agent.d.ts +1 -1
  234. package/dist/schemas/cache.d.ts +1 -1
  235. package/dist/schemas/channel-participant.d.ts +1 -1
  236. package/dist/schemas/channel.d.ts +1 -1
  237. package/dist/schemas/character.d.ts +1 -1
  238. package/dist/schemas/component.d.ts +1 -1
  239. package/dist/schemas/embedding.d.ts +1 -1
  240. package/dist/schemas/entity-identity.d.ts +1 -1
  241. package/dist/schemas/entity.d.ts +1 -1
  242. package/dist/schemas/index.d.ts +24 -24
  243. package/dist/schemas/log.d.ts +1 -1
  244. package/dist/schemas/memory.d.ts +1 -1
  245. package/dist/schemas/message-server-agent.d.ts +1 -1
  246. package/dist/schemas/message-server.d.ts +1 -1
  247. package/dist/schemas/message.d.ts +1 -1
  248. package/dist/schemas/pairing-allowlist.d.ts +1 -1
  249. package/dist/schemas/pairing-request.d.ts +1 -1
  250. package/dist/schemas/participant.d.ts +1 -1
  251. package/dist/schemas/relationship.d.ts +1 -1
  252. package/dist/schemas/room.d.ts +1 -1
  253. package/dist/schemas/server.d.ts +1 -1
  254. package/dist/schemas/task.d.ts +1 -1
  255. package/dist/schemas/world.d.ts +1 -1
  256. package/dist/secrets.d.ts +1 -1
  257. package/dist/services/agentEvent.d.ts +4 -4
  258. package/dist/services/approval.d.ts +2 -2
  259. package/dist/services/embedding.d.ts +2 -2
  260. package/dist/services/followUp.d.ts +5 -5
  261. package/dist/services/hook.d.ts +4 -4
  262. package/dist/services/message.d.ts +6 -6
  263. package/dist/services/onboarding-cli.d.ts +2 -2
  264. package/dist/services/onboarding-rpc.d.ts +2 -2
  265. package/dist/services/onboarding-state.d.ts +2 -2
  266. package/dist/services/pairing-integration.d.ts +3 -3
  267. package/dist/services/pairing-migration.d.ts +2 -2
  268. package/dist/services/pairing.d.ts +3 -3
  269. package/dist/services/plugin-hooks.d.ts +2 -2
  270. package/dist/services/relationships.d.ts +4 -4
  271. package/dist/services/task-scheduler.d.ts +4 -4
  272. package/dist/services/task.d.ts +4 -4
  273. package/dist/services/tool-policy.d.ts +3 -3
  274. package/dist/services/trajectories.d.ts +1 -1
  275. package/dist/services.d.ts +2 -2
  276. package/dist/settings.d.ts +1 -1
  277. package/dist/streaming-context.d.ts +1 -1
  278. package/dist/trajectory-utils.d.ts +1 -1
  279. package/dist/types/agent.d.ts +3 -3
  280. package/dist/types/agentEvent.d.ts +1 -1
  281. package/dist/types/components.d.ts +4 -4
  282. package/dist/types/database.d.ts +8 -8
  283. package/dist/types/environment.d.ts +2 -2
  284. package/dist/types/events.d.ts +8 -8
  285. package/dist/types/hook.d.ts +2 -2
  286. package/dist/types/index.d.ts +39 -39
  287. package/dist/types/knowledge.d.ts +1 -1
  288. package/dist/types/memory-storage.d.ts +2 -2
  289. package/dist/types/memory.d.ts +1 -1
  290. package/dist/types/message-service.d.ts +7 -7
  291. package/dist/types/messaging.d.ts +4 -4
  292. package/dist/types/model.d.ts +2 -2
  293. package/dist/types/onboarding.d.ts +1 -1
  294. package/dist/types/pairing.d.ts +1 -1
  295. package/dist/types/pipeline-hooks.d.ts +5 -5
  296. package/dist/types/plugin-manifest.d.ts +1 -1
  297. package/dist/types/plugin-store.d.ts +1 -1
  298. package/dist/types/plugin.d.ts +9 -9
  299. package/dist/types/prompt-batcher.d.ts +5 -5
  300. package/dist/types/prompt-optimization-hooks.d.ts +3 -3
  301. package/dist/types/prompt-optimization-score-card.d.ts +1 -1
  302. package/dist/types/prompt-optimization-trace.d.ts +1 -1
  303. package/dist/types/runtime.d.ts +31 -31
  304. package/dist/types/schema-builder.d.ts +1 -1
  305. package/dist/types/service-interfaces.d.ts +2 -2
  306. package/dist/types/service.d.ts +2 -2
  307. package/dist/types/state.d.ts +2 -2
  308. package/dist/types/task.d.ts +5 -5
  309. package/dist/types/testing.d.ts +1 -1
  310. package/dist/types/tools.d.ts +2 -2
  311. package/dist/types/trigger.d.ts +1 -1
  312. package/dist/utils/batch-queue/semaphore.d.ts +1 -1
  313. package/dist/utils/context-catalog.d.ts +1 -1
  314. package/dist/utils/context-routing.d.ts +3 -3
  315. package/dist/utils/node.d.ts +2 -2
  316. package/dist/utils/prompt-batcher/batcher.d.ts +6 -6
  317. package/dist/utils/prompt-batcher/dispatcher.d.ts +3 -3
  318. package/dist/utils/prompt-batcher/shared.d.ts +5 -5
  319. package/dist/utils/prompt-batcher.d.ts +1 -1
  320. package/dist/utils/streaming.d.ts +5 -5
  321. package/dist/utils/toon.d.ts +1 -1
  322. package/dist/utils.d.ts +6 -6
  323. package/dist/validation/index.d.ts +2 -2
  324. package/dist/validation/keywords.d.ts +1 -1
  325. package/package.json +3 -3
@@ -5,39 +5,39 @@
5
5
  * stubs or alternatives for Node.js-specific functionality.
6
6
  * Streaming context manager is auto-detected at runtime.
7
7
  */
8
- export * from "./actions";
9
- export * from "./character";
10
- export * from "./database";
11
- export * from "./database/inMemoryAdapter";
12
- export * from "./entities";
13
- export * from "./features/advanced-memory";
14
- export { AutonomyService } from "./features/autonomy/index";
15
- export { createBasicCapabilitiesPlugin } from "./features/basic-capabilities/index";
16
- export * from "./logger";
17
- export * from "./memory";
18
- export * from "./prompts";
19
- export * from "./roles";
20
- export * from "./runtime";
21
- export * from "./schemas/character";
22
- export { type BaseTables, buildBaseTables } from "./schemas/index";
23
- export * from "./search";
24
- export * from "./services";
25
- export * from "./services/agentEvent";
26
- export { AgentEventService } from "./services/agentEvent";
27
- export * from "./services/message";
28
- export * from "./services/trajectories";
29
- export * from "./settings";
30
- export * from "./streaming-context";
31
- export * from "./trajectory-context";
32
- export * from "./trajectory-utils";
33
- export * from "./types";
34
- export * from "./types/message-service";
35
- export * as proto from "./types/proto";
36
- export { fromJson, type JsonObject, type JsonValue, toJson, } from "./types/proto";
37
- export * from "./utils";
8
+ export * from "./actions.js";
9
+ export * from "./character.js";
10
+ export * from "./database.js";
11
+ export * from "./database/inMemoryAdapter.js";
12
+ export * from "./entities.js";
13
+ export * from "./features/advanced-memory/index.js";
14
+ export { AutonomyService } from "./features/autonomy/index.js";
15
+ export { createBasicCapabilitiesPlugin } from "./features/basic-capabilities/index.js";
16
+ export * from "./logger.js";
17
+ export * from "./memory.js";
18
+ export * from "./prompts.js";
19
+ export * from "./roles.js";
20
+ export * from "./runtime.js";
21
+ export * from "./schemas/character.js";
22
+ export { type BaseTables, buildBaseTables } from "./schemas/index.js";
23
+ export * from "./search.js";
24
+ export * from "./services.js";
25
+ export * from "./services/agentEvent.js";
26
+ export { AgentEventService } from "./services/agentEvent.js";
27
+ export * from "./services/message.js";
28
+ export * from "./services/trajectories.js";
29
+ export * from "./settings.js";
30
+ export * from "./streaming-context.js";
31
+ export * from "./trajectory-context.js";
32
+ export * from "./trajectory-utils.js";
33
+ export * from "./types/index.js";
34
+ export * from "./types/message-service.js";
35
+ export * as proto from "./types/proto.js";
36
+ export { fromJson, type JsonObject, type JsonValue, toJson, } from "./types/proto.js";
37
+ export * from "./utils.js";
38
38
  export { Semaphore } from "./utils/batch-queue/semaphore.js";
39
- export * from "./utils/buffer";
40
- export * from "./utils/environment";
39
+ export * from "./utils/buffer.js";
40
+ export * from "./utils/environment.js";
41
41
  export declare const isBrowser = true;
42
42
  export declare const isNode = false;
43
43
  /**
@@ -5,78 +5,78 @@
5
5
  * This is the full API surface of the core package.
6
6
  * Streaming context manager is auto-detected at runtime.
7
7
  */
8
- export * from "./actions";
9
- export * from "./character";
10
- export * from "./character-utils";
11
- export * from "./connection";
12
- export { CANONICAL_SECRET_KEYS, type CanonicalSecretKey, CHANNEL_OPTIONAL_SECRETS, getAliasesForKey, getAllSecretsForChannel, getProviderForApiKey, getRequiredSecretsForChannel, isCanonicalSecretKey, isSecretKeyAlias, LOCAL_MODEL_PROVIDERS, } from "./constants";
13
- export * from "./database";
14
- export * from "./database/inMemoryAdapter";
15
- export * from "./entities";
16
- export { factRefinementEvaluator, skillExtractionEvaluator, skillRefinementEvaluator, } from "./features/advanced-capabilities/evaluators/index";
17
- export * from "./features/advanced-memory";
18
- export * from "./features/basic-capabilities/index";
19
- export * from "./generated/action-docs";
20
- export * from "./generated/spec-helpers";
21
- export * from "./logger";
22
- export * from "./markdown";
23
- export * from "./media";
24
- export * from "./memory";
25
- export * from "./network";
26
- export { getOptimizationRootDir } from "./optimization-root-dir";
27
- export * from "./plugin";
28
- export * from "./plugins";
29
- export * from "./prompts";
30
- export * from "./providers/onboarding-progress";
31
- export * from "./providers/skill-eligibility";
32
- export * from "./provisioning";
33
- export * from "./roles";
34
- export * from "./runtime";
35
- export * from "./runtime-composition";
36
- export * from "./schemas/character";
37
- export * from "./schemas/index";
38
- export { type BaseTables, buildBaseTables } from "./schemas/index";
39
- export * from "./search";
40
- export * from "./secrets";
41
- export * from "./security";
42
- export * from "./services";
43
- export * from "./services/agentEvent";
44
- export * from "./services/approval";
45
- export * from "./services/hook";
46
- export * from "./services/message";
47
- export * from "./services/onboarding-cli";
48
- export * from "./services/onboarding-rpc";
49
- export * from "./services/onboarding-state";
50
- export * from "./services/pairing";
51
- export * from "./services/pairing-integration";
52
- export * from "./services/pairing-migration";
53
- export * from "./services/plugin-hooks";
54
- export { getTaskSchedulerAdapter, markTaskSchedulerDirty, registerTaskSchedulerRuntime, startTaskScheduler, stopTaskScheduler, unregisterTaskSchedulerRuntime, } from "./services/task-scheduler";
55
- export * from "./services/tool-policy";
56
- export * from "./services/optimized-prompt";
57
- export * from "./services/trajectories";
58
- export * from "./sessions";
59
- export * from "./settings";
60
- export * from "./settings";
61
- export * from "./trajectory-context";
62
- export * from "./trajectory-utils";
63
- export * from "./types";
64
- export * from "./types/agentEvent";
65
- export * from "./types/message-service";
66
- export * from "./types/onboarding";
67
- export * from "./types/plugin-manifest";
68
- export * as proto from "./types/proto";
69
- export { fromJson, type JsonObject, type JsonValue, toJson, } from "./types/proto";
70
- export * from "./utils";
8
+ export * from "./actions.js";
9
+ export * from "./character.js";
10
+ export * from "./character-utils.js";
11
+ export * from "./connection.js";
12
+ export { CANONICAL_SECRET_KEYS, type CanonicalSecretKey, CHANNEL_OPTIONAL_SECRETS, getAliasesForKey, getAllSecretsForChannel, getProviderForApiKey, getRequiredSecretsForChannel, isCanonicalSecretKey, isSecretKeyAlias, LOCAL_MODEL_PROVIDERS, } from "./constants/index.js";
13
+ export * from "./database.js";
14
+ export * from "./database/inMemoryAdapter.js";
15
+ export * from "./entities.js";
16
+ export { factRefinementEvaluator, skillExtractionEvaluator, skillRefinementEvaluator, } from "./features/advanced-capabilities/evaluators/index.js";
17
+ export * from "./features/advanced-memory/index.js";
18
+ export * from "./features/basic-capabilities/index.js";
19
+ export * from "./generated/action-docs.js";
20
+ export * from "./generated/spec-helpers.js";
21
+ export * from "./logger.js";
22
+ export * from "./markdown/index.js";
23
+ export * from "./media/index.js";
24
+ export * from "./memory.js";
25
+ export * from "./network/index.js";
26
+ export { getOptimizationRootDir } from "./optimization-root-dir.js";
27
+ export * from "./plugin.js";
28
+ export * from "./plugins/index.js";
29
+ export * from "./prompts.js";
30
+ export * from "./providers/onboarding-progress.js";
31
+ export * from "./providers/skill-eligibility.js";
32
+ export * from "./provisioning.js";
33
+ export * from "./roles.js";
34
+ export * from "./runtime.js";
35
+ export * from "./runtime-composition.js";
36
+ export * from "./schemas/character.js";
37
+ export * from "./schemas/index.js";
38
+ export { type BaseTables, buildBaseTables } from "./schemas/index.js";
39
+ export * from "./search.js";
40
+ export * from "./secrets.js";
41
+ export * from "./security/index.js";
42
+ export * from "./services.js";
43
+ export * from "./services/agentEvent.js";
44
+ export * from "./services/approval.js";
45
+ export * from "./services/hook.js";
46
+ export * from "./services/message.js";
47
+ export * from "./services/onboarding-cli.js";
48
+ export * from "./services/onboarding-rpc.js";
49
+ export * from "./services/onboarding-state.js";
50
+ export * from "./services/pairing.js";
51
+ export * from "./services/pairing-integration.js";
52
+ export * from "./services/pairing-migration.js";
53
+ export * from "./services/plugin-hooks.js";
54
+ export { getTaskSchedulerAdapter, markTaskSchedulerDirty, registerTaskSchedulerRuntime, startTaskScheduler, stopTaskScheduler, unregisterTaskSchedulerRuntime, } from "./services/task-scheduler.js";
55
+ export * from "./services/tool-policy.js";
56
+ export * from "./services/optimized-prompt.js";
57
+ export * from "./services/trajectories.js";
58
+ export * from "./sessions/index.js";
59
+ export * from "./settings.js";
60
+ export * from "./settings.js";
61
+ export * from "./trajectory-context.js";
62
+ export * from "./trajectory-utils.js";
63
+ export * from "./types/index.js";
64
+ export * from "./types/agentEvent.js";
65
+ export * from "./types/message-service.js";
66
+ export * from "./types/onboarding.js";
67
+ export * from "./types/plugin-manifest.js";
68
+ export * as proto from "./types/proto.js";
69
+ export { fromJson, type JsonObject, type JsonValue, toJson, } from "./types/proto.js";
70
+ export * from "./utils.js";
71
71
  /** Single implementation — see `utils/batch-queue/semaphore.ts` (was duplicated on `runtime.ts`). */
72
72
  export { Semaphore } from "./utils/batch-queue/semaphore.js";
73
- export * from "./utils/buffer";
74
- export * from "./utils/channel-utils";
75
- export * from "./utils/environment";
76
- export * from "./utils/server-health";
77
- export * from "./utils/state-dir";
78
- export * from "./utils/streaming";
79
- export * from "./validation";
73
+ export * from "./utils/buffer.js";
74
+ export * from "./utils/channel-utils.js";
75
+ export * from "./utils/environment.js";
76
+ export * from "./utils/server-health.js";
77
+ export * from "./utils/state-dir.js";
78
+ export * from "./utils/streaming.js";
79
+ export * from "./validation/index.js";
80
80
  export declare const isBrowser = false;
81
81
  export declare const isNode = true;
82
82
  //# sourceMappingURL=index.node.d.ts.map
package/dist/memory.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { type Content, type CustomMetadata, type DescriptionMetadata, type DocumentMetadata, type FragmentMetadata, type Memory, type MemoryMetadata, type MessageMemory, type MessageMetadata, type UUID } from "./types";
1
+ import { type Content, type CustomMetadata, type DescriptionMetadata, type DocumentMetadata, type FragmentMetadata, type Memory, type MemoryMetadata, type MessageMemory, type MessageMetadata, type UUID } from "./types/index.js";
2
2
  export declare function createMessageMemory(params: {
3
3
  id?: UUID;
4
4
  entityId: UUID;
@@ -1,5 +1,5 @@
1
- import type { Plugin, PluginOwnership } from "./types/plugin";
2
- import type { IAgentRuntime } from "./types/runtime";
1
+ import type { Plugin, PluginOwnership } from "./types/plugin.js";
2
+ import type { IAgentRuntime } from "./types/runtime.js";
3
3
  type RuntimeWithPluginLifecycle = IAgentRuntime & {
4
4
  __elizaPluginLifecycleInstalled?: boolean;
5
5
  __elizaPluginOwnership?: Map<string, PluginOwnership>;
package/dist/plugin.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { Plugin } from "./types";
1
+ import type { Plugin } from "./types/index.js";
2
2
  export declare function tryInstallPlugin(pluginName: string): Promise<boolean>;
3
3
  export declare function isValidPluginShape(obj: unknown): obj is Plugin;
4
4
  export declare function validatePlugin(plugin: unknown): {
@@ -5,5 +5,5 @@
5
5
  *
6
6
  * @module plugins
7
7
  */
8
- export * from "./native-features";
8
+ export * from "./native-features.js";
9
9
  //# sourceMappingURL=index.d.ts.map
@@ -1,8 +1,8 @@
1
- import { createKnowledgePlugin, KnowledgeService, knowledgePlugin, knowledgePluginCore, knowledgePluginHeadless } from "../features/knowledge/index";
2
- import { trajectoriesPlugin } from "../features/trajectories/index";
3
- import { FollowUpService } from "../services/followUp";
4
- import { RelationshipsService } from "../services/relationships";
5
- import type { Plugin } from "../types/plugin";
1
+ import { createKnowledgePlugin, KnowledgeService, knowledgePlugin, knowledgePluginCore, knowledgePluginHeadless } from "../features/knowledge/index.js";
2
+ import { trajectoriesPlugin } from "../features/trajectories/index.js";
3
+ import { FollowUpService } from "../services/followUp.js";
4
+ import { RelationshipsService } from "../services/relationships.js";
5
+ import type { Plugin } from "../types/plugin.js";
6
6
  export type NativeRuntimeFeature = "knowledge" | "relationships" | "trajectories";
7
7
  export declare const relationshipsPlugin: Plugin;
8
8
  export declare const nativeRuntimeFeaturePlugins: Record<NativeRuntimeFeature, Plugin>;
@@ -4,7 +4,7 @@
4
4
  * Injects onboarding state into LLM context. Shows current step,
5
5
  * what's configured, and what's missing.
6
6
  */
7
- import type { Provider } from "../types";
7
+ import type { Provider } from "../types/index.js";
8
8
  /**
9
9
  * Onboarding Progress Provider
10
10
  *
@@ -8,9 +8,9 @@
8
8
  * - Edge and ephemeral runtimes can skip provisioning entirely (they don't import this).
9
9
  * - Daemon entry points call provisionAgent() once after initialize().
10
10
  */
11
- import type { Character, UUID } from "./types";
12
- import type { IDatabaseAdapter } from "./types/database";
13
- import type { IAgentRuntime } from "./types/runtime";
11
+ import type { Character, UUID } from "./types/index.js";
12
+ import type { IDatabaseAdapter } from "./types/database.js";
13
+ import type { IAgentRuntime } from "./types/runtime.js";
14
14
  export interface ProvisionAgentOptions {
15
15
  /** Run plugin schema migrations (DDL). Default true for daemon. */
16
16
  runMigrations?: boolean;
package/dist/roles.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { IAgentRuntime, Memory, Role, UUID, World } from "./types";
1
+ import type { IAgentRuntime, Memory, Role, UUID, World } from "./types/index.js";
2
2
  export type RoleName = "OWNER" | "ADMIN" | "USER" | "GUEST";
3
3
  export type RoleGrantSource = "owner" | "manual" | "connector_admin";
4
4
  export declare const ROLE_RANK: Record<RoleName, number>;
@@ -23,9 +23,9 @@
23
23
  * is connected; basic-capabilities settings (e.g. POSTGRES_URL, PGLITE_DATA_DIR) are what you
24
24
  * need to create the adapter in the first place.
25
25
  */
26
- import type { CharacterInput } from "./character";
27
- import type { Character, IAgentRuntime, IDatabaseAdapter } from "./types";
28
- import type { Plugin } from "./types/plugin";
26
+ import type { CharacterInput } from "./character.js";
27
+ import type { Character, IAgentRuntime, IDatabaseAdapter } from "./types/index.js";
28
+ import type { Plugin } from "./types/plugin.js";
29
29
  /**
30
30
  * Flatten character.settings, character.secrets, and env into a single Record<string, string>.
31
31
  * Used when calling adapter factories (Plugin.adapter(agentId, settings)).
package/dist/runtime.d.ts CHANGED
@@ -1,9 +1,9 @@
1
- import { type Action, type ActionResult, type Agent, ChannelType, type Character, type Component, type Content, type Entity, type Evaluator, type EventHandler, type EventPayload, type EventPayloadMap, type GenerateTextOptions, type GenerateTextParams, type GenerateTextResult, type HandlerCallback, type IAgentRuntime, type IDatabaseAdapter, type IMessagingAdapter, type JsonValue, type Log, type LogBody, type Memory, type MemoryMetadata, type Metadata, type ModelHandler, type ModelParamsMap, type ModelResultMap, type ModelTypeName, type PairingAllowlistEntry, type PairingChannel, type PairingRequest, type Participant, type PatchOp, type PipelineHookContext, type PipelineHookPhase, type PipelineHookSpec, type Plugin, type PluginOwnership, type Provider, type Relationship, type Room, type Route, type RuntimeEventStorage, type RuntimeSettings, type SendHandlerFunction, type Service, type ServiceClass, type ServiceTypeName, type State, type StreamChunkCallback, type TargetInfo, type Task, type TaskWorker, type UUID, type World } from "./types";
2
- import type { IMessageService } from "./types/message-service";
3
- import type { PromptOptimizationRuntimeHooks } from "./types/prompt-optimization-hooks";
4
- import type { ExecutionTrace, ScoreSignal } from "./types/prompt-optimization-trace";
5
- import type { RetryBackoffConfig, SchemaRow, StreamEvent } from "./types/state";
6
- import type { ToolPolicyConfig, ToolProfileId } from "./types/tools";
1
+ import { type Action, type ActionResult, type Agent, ChannelType, type Character, type Component, type Content, type Entity, type Evaluator, type EventHandler, type EventPayload, type EventPayloadMap, type GenerateTextOptions, type GenerateTextParams, type GenerateTextResult, type HandlerCallback, type IAgentRuntime, type IDatabaseAdapter, type IMessagingAdapter, type JsonValue, type Log, type LogBody, type Memory, type MemoryMetadata, type Metadata, type ModelHandler, type ModelParamsMap, type ModelResultMap, type ModelTypeName, type PairingAllowlistEntry, type PairingChannel, type PairingRequest, type Participant, type PatchOp, type PipelineHookContext, type PipelineHookPhase, type PipelineHookSpec, type Plugin, type PluginOwnership, type Provider, type Relationship, type Room, type Route, type RuntimeEventStorage, type RuntimeSettings, type SendHandlerFunction, type Service, type ServiceClass, type ServiceTypeName, type State, type StreamChunkCallback, type TargetInfo, type Task, type TaskWorker, type UUID, type World } from "./types/index.js";
2
+ import type { IMessageService } from "./types/message-service.js";
3
+ import type { PromptOptimizationRuntimeHooks } from "./types/prompt-optimization-hooks.js";
4
+ import type { ExecutionTrace, ScoreSignal } from "./types/prompt-optimization-trace.js";
5
+ import type { RetryBackoffConfig, SchemaRow, StreamEvent } from "./types/state.js";
6
+ import type { ToolPolicyConfig, ToolProfileId } from "./types/tools.js";
7
7
  export declare class AgentRuntime implements IAgentRuntime {
8
8
  #private;
9
9
  readonly agentId: UUID;
@@ -103,7 +103,7 @@ export declare class AgentRuntime implements IAgentRuntime {
103
103
  * This is useful for cost optimization (force SMALL) or quality (force LARGE).
104
104
  * While not recommended for production, it can be a fast way to make the agent run cheaper.
105
105
  */
106
- llmMode?: import("./types").LLMModeType;
106
+ llmMode?: import("./types/index.js").LLMModeType;
107
107
  /**
108
108
  * Enable or disable the shouldRespond evaluation.
109
109
  * When true (default), the agent evaluates whether to respond to each message.
@@ -217,7 +217,7 @@ export declare class AgentRuntime implements IAgentRuntime {
217
217
  *
218
218
  * Priority: constructor option > character setting LLM_MODE > default (DEFAULT)
219
219
  */
220
- getLLMMode(): import("./types").LLMModeType;
220
+ getLLMMode(): import("./types/index.js").LLMModeType;
221
221
  /**
222
222
  * Check if the shouldRespond evaluation is enabled.
223
223
  *
@@ -312,7 +312,7 @@ export declare class AgentRuntime implements IAgentRuntime {
312
312
  getParticipantsForEntity(entityId: UUID): Promise<Participant[]>;
313
313
  getParticipantsForEntities(entityIds: UUID[]): Promise<Participant[]>;
314
314
  getParticipantsForRoom(roomId: UUID): Promise<UUID[]>;
315
- getParticipantsForRooms(roomIds: UUID[]): Promise<import("./types/database").ParticipantsForRoomsResult>;
315
+ getParticipantsForRooms(roomIds: UUID[]): Promise<import("./types/database.js").ParticipantsForRoomsResult>;
316
316
  isRoomParticipant(roomId: UUID, entityId: UUID): Promise<boolean>;
317
317
  areRoomParticipants(pairs: Array<{
318
318
  roomId: UUID;
@@ -454,7 +454,7 @@ export declare class AgentRuntime implements IAgentRuntime {
454
454
  key?: string;
455
455
  promptName?: string;
456
456
  modelSize?: "nano" | "small" | "medium" | "large" | "mega";
457
- modelType?: import("./types").TextGenerationModelType;
457
+ modelType?: import("./types/index.js").TextGenerationModelType;
458
458
  model?: string;
459
459
  preferredEncapsulation?: "json" | "xml" | "toon";
460
460
  forceFormat?: "json" | "xml" | "toon";
@@ -574,7 +574,7 @@ export declare class AgentRuntime implements IAgentRuntime {
574
574
  deleteAgents(agentIds: UUID[]): Promise<boolean>;
575
575
  ensureAgentExists(agent: Partial<Agent>): Promise<Agent>;
576
576
  getEntityById(entityId: UUID): Promise<Entity | null>;
577
- getEntitiesForRooms(roomIds: UUID[], includeComponents?: boolean): Promise<import("./types/database").EntitiesForRoomsResult>;
577
+ getEntitiesForRooms(roomIds: UUID[], includeComponents?: boolean): Promise<import("./types/database.js").EntitiesForRoomsResult>;
578
578
  getEntitiesForRoom(roomId: UUID, includeComponents?: boolean): Promise<Entity[]>;
579
579
  createEntity(entity: Entity): Promise<boolean>;
580
580
  createEntities(entities: Entity[]): Promise<UUID[]>;
@@ -895,12 +895,12 @@ export declare class AgentRuntime implements IAgentRuntime {
895
895
  getPairingRequests(queries: Array<{
896
896
  channel: PairingChannel;
897
897
  agentId: UUID;
898
- }>): Promise<import("./types/database").PairingRequestsResult>;
898
+ }>): Promise<import("./types/database.js").PairingRequestsResult>;
899
899
  getPairingAllowlistForChannel(channel: PairingChannel, agentId: UUID): Promise<PairingAllowlistEntry[]>;
900
900
  getPairingAllowlists(queries: Array<{
901
901
  channel: PairingChannel;
902
902
  agentId: UUID;
903
- }>): Promise<import("./types/database").PairingAllowlistsResult>;
903
+ }>): Promise<import("./types/database.js").PairingAllowlistsResult>;
904
904
  createPairingRequests(requests: PairingRequest[]): Promise<UUID[]>;
905
905
  updatePairingRequests(requests: PairingRequest[]): Promise<void>;
906
906
  deletePairingRequests(ids: UUID[]): Promise<void>;
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the agents table.
4
4
  * Contains agent/character configuration and metadata.
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the cache table.
4
4
  * Has a composite primary key on (key, agent_id).
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the channel_participants table.
4
4
  * Composite primary key on (channel_id, entity_id).
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the channels table.
4
4
  * ID is stored as text (not native uuid).
@@ -1,5 +1,5 @@
1
1
  import z from "zod";
2
- import type { Character } from "../types/agent";
2
+ import type { Character } from "../types/agent.js";
3
3
  export declare const uuidSchema: z.ZodString;
4
4
  export declare const mediaSchema: z.ZodObject<{
5
5
  id: z.ZodString;
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the components table.
4
4
  * Has multiple foreign keys to entities, agents, rooms, worlds.
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the embeddings table.
4
4
  * Contains 6 vector columns for different dimensions (384, 512, 768, 1024, 1536, 3072).
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Strengthened, normalized record of a (platform, handle) claim attached to an
4
4
  * entity. Lives alongside (and is more authoritative than) the legacy
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the entities table.
4
4
  * Has a unique constraint on (id, agent_id).
@@ -9,30 +9,30 @@
9
9
  * sessionSummaries, memoryAccessLogs) which are part of the enhanced
10
10
  * memory subsystem.
11
11
  */
12
- import { longTermMemories, memoryAccessLogs, sessionSummaries } from "../features/advanced-memory/schemas/index.ts";
13
- import type { BuildTableFn, DialectAdapter } from "../types/schema-builder.ts";
14
- import { agentSchema } from "./agent.ts";
15
- import { cacheSchema } from "./cache.ts";
16
- import { channelSchema } from "./channel.ts";
17
- import { channelParticipantSchema } from "./channel-participant.ts";
18
- import { componentSchema } from "./component.ts";
19
- import { embeddingSchema } from "./embedding.ts";
20
- import { entitySchema } from "./entity.ts";
21
- import { entityIdentitySchema, entityMergeCandidateSchema, factCandidateSchema } from "./entity-identity.ts";
22
- export type { EntityMergeCandidateStatus, FactCandidateKind, FactCandidateStatus, } from "./entity-identity.ts";
23
- import { logSchema } from "./log.ts";
24
- import { memorySchema } from "./memory.ts";
25
- import { messageSchema } from "./message.ts";
26
- import { messageServerSchema } from "./message-server.ts";
27
- import { messageServerAgentSchema } from "./message-server-agent.ts";
28
- import { pairingAllowlistSchema } from "./pairing-allowlist.ts";
29
- import { pairingRequestSchema } from "./pairing-request.ts";
30
- import { participantSchema } from "./participant.ts";
31
- import { relationshipSchema } from "./relationship.ts";
32
- import { roomSchema } from "./room.ts";
33
- import { serverSchema } from "./server.ts";
34
- import { taskSchema } from "./task.ts";
35
- import { worldSchema } from "./world.ts";
12
+ import { longTermMemories, memoryAccessLogs, sessionSummaries } from "../features/advanced-memory/schemas/index.js";
13
+ import type { BuildTableFn, DialectAdapter } from "../types/schema-builder.js";
14
+ import { agentSchema } from "./agent.js";
15
+ import { cacheSchema } from "./cache.js";
16
+ import { channelSchema } from "./channel.js";
17
+ import { channelParticipantSchema } from "./channel-participant.js";
18
+ import { componentSchema } from "./component.js";
19
+ import { embeddingSchema } from "./embedding.js";
20
+ import { entitySchema } from "./entity.js";
21
+ import { entityIdentitySchema, entityMergeCandidateSchema, factCandidateSchema } from "./entity-identity.js";
22
+ export type { EntityMergeCandidateStatus, FactCandidateKind, FactCandidateStatus, } from "./entity-identity.js";
23
+ import { logSchema } from "./log.js";
24
+ import { memorySchema } from "./memory.js";
25
+ import { messageSchema } from "./message.js";
26
+ import { messageServerSchema } from "./message-server.js";
27
+ import { messageServerAgentSchema } from "./message-server-agent.js";
28
+ import { pairingAllowlistSchema } from "./pairing-allowlist.js";
29
+ import { pairingRequestSchema } from "./pairing-request.js";
30
+ import { participantSchema } from "./participant.js";
31
+ import { relationshipSchema } from "./relationship.js";
32
+ import { roomSchema } from "./room.js";
33
+ import { serverSchema } from "./server.js";
34
+ import { taskSchema } from "./task.js";
35
+ import { worldSchema } from "./world.js";
36
36
  export { agentSchema, cacheSchema, channelParticipantSchema, channelSchema, componentSchema, embeddingSchema, entityIdentitySchema, entityMergeCandidateSchema, entitySchema, factCandidateSchema, logSchema, longTermMemories, memoryAccessLogs, memorySchema, messageSchema, messageServerAgentSchema, messageServerSchema, pairingAllowlistSchema, pairingRequestSchema, participantSchema, relationshipSchema, roomSchema, serverSchema, sessionSummaries, taskSchema, worldSchema, };
37
37
  /**
38
38
  * Type for the object returned by buildBaseTables().
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the logs table.
4
4
  */
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the memories table.
4
4
  * Has expression-based indexes on JSON fields and check constraints for metadata validation.
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the message_server_agents table.
4
4
  * Junction table with composite primary key.
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the message_servers table.
4
4
  */
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the central_messages table.
4
4
  * Has a self-referencing foreign key (in_reply_to_root_message_id).
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the pairing_allowlist table.
4
4
  * Has multiple indexes including a unique constraint.
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the pairing_requests table.
4
4
  * Has multiple unique indexes.
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the participants table.
4
4
  */
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the relationships table.
4
4
  * Has unique constraint on (source_entity_id, target_entity_id, agent_id).
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the rooms table.
4
4
  */
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the servers table.
4
4
  * Used for RLS multi-tenant isolation in multi-server deployments.
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the tasks table.
4
4
  */
@@ -1,4 +1,4 @@
1
- import type { SchemaTable } from "../types/schema.ts";
1
+ import type { SchemaTable } from "../types/schema.js";
2
2
  /**
3
3
  * Abstract schema for the worlds table.
4
4
  */