@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
@@ -1,4 +1,4 @@
1
- import type { Provider } from "../../../types/index.ts";
1
+ import type { Provider } from "../../../types/index.js";
2
2
  /**
3
3
  * Provider for sharing action execution state and plan between actions
4
4
  * Makes previous action results and execution plan available to subsequent actions
@@ -1,4 +1,4 @@
1
- import type { Provider } from "../../../types/index.ts";
1
+ import type { Provider } from "../../../types/index.js";
2
2
  /**
3
3
  * A provider object that fetches possible response actions based on the provided runtime, message, and state.
4
4
  * @type {Provider}
@@ -14,11 +14,11 @@ import type { Provider } from "../../../types/index.ts";
14
14
  /**
15
15
  * Provider for ACTIONS
16
16
  *
17
- * @typedef {import('./Provider').Provider} Provider
18
- * @typedef {import('./Runtime').IAgentRuntime} IAgentRuntime
19
- * @typedef {import('./Memory').Memory} Memory
20
- * @typedef {import('./State').State} State
21
- * @typedef {import('./Action').Action} Action
17
+ * @typedef {import('./Provider.js').Provider} Provider
18
+ * @typedef {import('./Runtime.js').IAgentRuntime} IAgentRuntime
19
+ * @typedef {import('./Memory.js').Memory} Memory
20
+ * @typedef {import('./State.js').State} State
21
+ * @typedef {import('./Action.js').Action} Action
22
22
  *
23
23
  * @type {Provider}
24
24
  * @property {string} name - The name of the provider
@@ -1,4 +1,4 @@
1
- import type { Provider } from "../../../types/index.ts";
1
+ import type { Provider } from "../../../types/index.js";
2
2
  /**
3
3
  * Provides a list of attachments in the current conversation.
4
4
  * @param {IAgentRuntime} runtime - The agent runtime object.
@@ -1,4 +1,4 @@
1
- import type { Provider } from "../../../types/index.ts";
1
+ import type { Provider } from "../../../types/index.js";
2
2
  /**
3
3
  * Character provider object.
4
4
  * @typedef {Object} Provider
@@ -1,4 +1,4 @@
1
- import type { Provider } from "../../../types/index.ts";
1
+ import type { Provider } from "../../../types/index.js";
2
2
  /**
3
3
  * Choice provider function that retrieves all pending tasks with options for a specific room
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { Provider } from "../../../types/index.ts";
1
+ import type { Provider } from "../../../types/index.js";
2
2
  /**
3
3
  * Benchmark context provider.
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { Provider } from "../../../types/index.ts";
1
+ import type { Provider } from "../../../types/index.js";
2
2
  /**
3
3
  * Current time provider function that retrieves the current date and time
4
4
  * in various formats for use in time-based operations or responses.
@@ -1,4 +1,4 @@
1
- import type { Provider } from "../../../types/index.ts";
1
+ import type { Provider } from "../../../types/index.js";
2
2
  /**
3
3
  * Provider for fetching entities related to the current conversation.
4
4
  * @type { Provider }
@@ -1,4 +1,4 @@
1
- import type { Evaluator, Provider } from "../../../types/index.ts";
1
+ import type { Evaluator, Provider } from "../../../types/index.js";
2
2
  /**
3
3
  * Formats the names of evaluators into a comma-separated list, each enclosed in single quotes.
4
4
  * @param evaluators - An array of evaluator objects.
@@ -3,17 +3,17 @@
3
3
  *
4
4
  * Core providers included by default in the basic-capabilities plugin.
5
5
  */
6
- export { actionStateProvider } from "./actionState.ts";
7
- export { actionsProvider } from "./actions.ts";
8
- export { attachmentsProvider } from "./attachments.ts";
9
- export { characterProvider } from "./character.ts";
10
- export { choiceProvider } from "./choice.ts";
11
- export { contextBenchProvider } from "./contextBench.ts";
12
- export { currentTimeProvider } from "./currentTime.ts";
13
- export { entitiesProvider } from "./entities.ts";
14
- export { evaluatorsProvider } from "./evaluators.ts";
15
- export { providersProvider } from "./providers.ts";
16
- export { recentMessagesProvider } from "./recentMessages.ts";
17
- export { timeProvider } from "./time.ts";
18
- export { worldProvider } from "./world.ts";
6
+ export { actionStateProvider } from "./actionState.js";
7
+ export { actionsProvider } from "./actions.js";
8
+ export { attachmentsProvider } from "./attachments.js";
9
+ export { characterProvider } from "./character.js";
10
+ export { choiceProvider } from "./choice.js";
11
+ export { contextBenchProvider } from "./contextBench.js";
12
+ export { currentTimeProvider } from "./currentTime.js";
13
+ export { entitiesProvider } from "./entities.js";
14
+ export { evaluatorsProvider } from "./evaluators.js";
15
+ export { providersProvider } from "./providers.js";
16
+ export { recentMessagesProvider } from "./recentMessages.js";
17
+ export { timeProvider } from "./time.js";
18
+ export { worldProvider } from "./world.js";
19
19
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { Memory } from "../../../types/index.ts";
1
+ import type { Memory } from "../../../types/index.js";
2
2
  export declare function normalizeMessageText(message: Memory): string;
3
3
  export declare function looksLikeNonActionableChatter(message: Memory): boolean;
4
4
  export declare function looksLikeRelationshipFollowUpReminder(message: Memory): boolean;
@@ -1,4 +1,4 @@
1
- import type { Provider } from "../../../types/index.ts";
1
+ import type { Provider } from "../../../types/index.js";
2
2
  /**
3
3
  * Provider for retrieving list of all data providers available for the agent to use.
4
4
  * @type { Provider }
@@ -1,4 +1,4 @@
1
- import type { Provider } from "../../../types/index.ts";
1
+ import type { Provider } from "../../../types/index.js";
2
2
  /**
3
3
  * A provider object that retrieves recent messages, interactions, and memories based on a given message.
4
4
  * @typedef {object} Provider
@@ -1,4 +1,4 @@
1
- import type { Provider } from "../../../types/index.ts";
1
+ import type { Provider } from "../../../types/index.js";
2
2
  /**
3
3
  * Time provider function that retrieves the current date and time in UTC
4
4
  * for use in time-based operations or responses.
@@ -1,4 +1,4 @@
1
- import type { Provider } from "../../../types/index.ts";
1
+ import type { Provider } from "../../../types/index.js";
2
2
  /**
3
3
  * Provider that exposes relevant world/environment information to agents.
4
4
  * Includes details like channel list, world name, and other world metadata.
@@ -10,9 +10,9 @@
10
10
  * Actions, providers, and evaluators are populated eagerly from each capability's
11
11
  * index so they are registered with the runtime alongside the lazy-started services.
12
12
  */
13
- import type { Action, Evaluator, Provider } from "../types/index.ts";
14
- import type { ServiceClass } from "../types/plugin.ts";
15
- import type { IAgentRuntime } from "../types/runtime.ts";
13
+ import type { Action, Evaluator, Provider } from "../types/index.js";
14
+ import type { ServiceClass } from "../types/plugin.js";
15
+ import type { IAgentRuntime } from "../types/runtime.js";
16
16
  declare const trustCapability: {
17
17
  providers: Provider[];
18
18
  actions: Action[];
@@ -30,10 +30,10 @@ declare const pluginManagerCapability: {
30
30
  actions: Action[];
31
31
  services: ServiceClass[];
32
32
  };
33
- export type { KnowledgePluginConfig } from "./knowledge/index.ts";
34
- export { createKnowledgePlugin, documentsProvider, KnowledgeService, knowledgeActions, knowledgePlugin, knowledgePluginCore, knowledgePluginHeadless, knowledgeProvider, } from "./knowledge/index.ts";
35
- export type { TrajectoryExportOptions, TrajectoryListItem, TrajectoryListOptions, TrajectoryListResult, TrajectoryStats, TrajectoryZipEntry, TrajectoryZipExportOptions, TrajectoryZipExportResult, } from "./trajectories/index.ts";
36
- export { TrajectoriesService, trajectoriesPlugin, } from "./trajectories/index.ts";
33
+ export type { KnowledgePluginConfig } from "./knowledge/index.js";
34
+ export { createKnowledgePlugin, documentsProvider, KnowledgeService, knowledgeActions, knowledgePlugin, knowledgePluginCore, knowledgePluginHeadless, knowledgeProvider, } from "./knowledge/index.js";
35
+ export type { TrajectoryExportOptions, TrajectoryListItem, TrajectoryListOptions, TrajectoryListResult, TrajectoryStats, TrajectoryZipEntry, TrajectoryZipExportOptions, TrajectoryZipExportResult, } from "./trajectories/index.js";
36
+ export { TrajectoriesService, trajectoriesPlugin, } from "./trajectories/index.js";
37
37
  export { pluginManagerCapability, secretsCapability, trustCapability };
38
38
  export declare const coreCapabilities: {
39
39
  trust: {
@@ -1,4 +1,4 @@
1
- import type { Action } from "../../types";
1
+ import type { Action } from "../../types/index.js";
2
2
  export declare const processKnowledgeAction: Action;
3
3
  export declare const searchKnowledgeAction: Action;
4
4
  export declare const knowledgeActions: Action[];
@@ -1,5 +1,5 @@
1
- import type { IAgentRuntime } from "../../types";
2
- import { type ModelConfig, type ProviderRateLimits } from "./types.ts";
1
+ import type { IAgentRuntime } from "../../types/index.js";
2
+ import { type ModelConfig, type ProviderRateLimits } from "./types.js";
3
3
  export declare function validateModelConfig(runtime?: IAgentRuntime): ModelConfig;
4
4
  export declare function getProviderRateLimits(runtime?: IAgentRuntime): Promise<ProviderRateLimits>;
5
5
  //# sourceMappingURL=config.d.ts.map
@@ -1,5 +1,5 @@
1
- import type { UUID } from "../../types";
2
- import type { KnowledgeService } from "./service.ts";
1
+ import type { UUID } from "../../types/index.js";
2
+ import type { KnowledgeService } from "./service.js";
3
3
  export declare function getKnowledgePath(runtimePath?: string): string;
4
4
  export declare function loadDocsFromPath(service: KnowledgeService, agentId: UUID, worldId?: UUID, knowledgePath?: string): Promise<{
5
5
  total: number;
@@ -1,5 +1,5 @@
1
1
  import type { Buffer } from "node:buffer";
2
- import { type IAgentRuntime, type Memory, type UUID } from "../../types";
2
+ import { type IAgentRuntime, type Memory, type UUID } from "../../types/index.js";
3
3
  export declare function processFragmentsSynchronously({ runtime, documentId, fullDocumentText, agentId, contentType, roomId, entityId, worldId, documentTitle, }: {
4
4
  runtime: IAgentRuntime;
5
5
  documentId: UUID;
@@ -1,3 +1,3 @@
1
- import type { Provider } from "../../types";
1
+ import type { Provider } from "../../types/index.js";
2
2
  export declare const documentsProvider: Provider;
3
3
  //# sourceMappingURL=documents-provider.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { Plugin } from "../../types";
1
+ import type { Plugin } from "../../types/index.js";
2
2
  export interface KnowledgePluginConfig {
3
3
  enableActions?: boolean;
4
4
  enableProviders?: boolean;
@@ -8,9 +8,9 @@ export declare const knowledgePlugin: Plugin;
8
8
  export declare const knowledgePluginCore: Plugin;
9
9
  export declare const knowledgePluginHeadless: Plugin;
10
10
  export default knowledgePlugin;
11
- export { knowledgeActions } from "./actions";
12
- export { documentsProvider } from "./documents-provider";
13
- export { knowledgeProvider } from "./provider";
14
- export { KnowledgeService } from "./service";
15
- export * from "./types";
11
+ export { knowledgeActions } from "./actions.js";
12
+ export { documentsProvider } from "./documents-provider.js";
13
+ export { knowledgeProvider } from "./provider.js";
14
+ export { KnowledgeService } from "./service.js";
15
+ export * from "./types.js";
16
16
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- import { type IAgentRuntime } from "../../types";
1
+ import { type IAgentRuntime } from "../../types/index.js";
2
2
  interface TextGenerationResult {
3
3
  text: string;
4
4
  usage: {
@@ -12,7 +12,7 @@ interface TextGenerationResult {
12
12
  modelId?: string;
13
13
  };
14
14
  }
15
- import type { TextGenerationOptions } from "./types";
15
+ import type { TextGenerationOptions } from "./types.js";
16
16
  export declare function generateTextEmbedding(runtime: IAgentRuntime, text: string): Promise<{
17
17
  embedding: number[];
18
18
  }>;
@@ -1,3 +1,3 @@
1
- import type { Provider } from "../../types";
1
+ import type { Provider } from "../../types/index.js";
2
2
  export declare const knowledgeProvider: Provider;
3
3
  //# sourceMappingURL=provider.d.ts.map
@@ -1,6 +1,6 @@
1
- import { type IAgentRuntime, type Memory, type Metadata, Service, type UUID } from "../../types";
2
- import type { KnowledgeConfig, StoredKnowledgeItem } from "./types";
3
- import type { AddKnowledgeOptions } from "./types.ts";
1
+ import { type IAgentRuntime, type Memory, type Metadata, Service, type UUID } from "../../types/index.js";
2
+ import type { KnowledgeConfig, StoredKnowledgeItem } from "./types.js";
3
+ import type { AddKnowledgeOptions } from "./types.js";
4
4
  export declare class KnowledgeService extends Service {
5
5
  static readonly serviceType = "knowledge";
6
6
  config: Metadata;
@@ -1,5 +1,5 @@
1
1
  import z from "zod";
2
- import type { Content, UUID } from "../../types";
2
+ import type { Content, UUID } from "../../types/index.js";
3
3
  /**
4
4
  * Local metadata type for stored knowledge items.
5
5
  * Uses a permissive record type to avoid conflicts between TypeScript and protobuf MemoryMetadata types.
@@ -1,3 +1,3 @@
1
- import type { Action } from "../../../types/components.ts";
1
+ import type { Action } from "../../../types/components.js";
2
2
  export declare const coreStatusAction: Action;
3
3
  //# sourceMappingURL=coreStatusAction.d.ts.map
@@ -1,3 +1,3 @@
1
- import type { Action } from "../../../types/components.ts";
1
+ import type { Action } from "../../../types/components.js";
2
2
  export declare const listEjectedPluginsAction: Action;
3
3
  //# sourceMappingURL=listEjectedPluginsAction.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { Action } from "../../../types/components.ts";
1
+ import type { Action } from "../../../types/components.js";
2
2
  export declare const searchPluginAction: Action;
3
3
  export declare const getPluginDetailsAction: Action;
4
4
  //# sourceMappingURL=searchPluginAction.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { IAgentRuntime } from "../../types/runtime.ts";
1
+ import type { IAgentRuntime } from "../../types/runtime.js";
2
2
  /**
3
3
  * Core Runtime Extensions
4
4
  *
@@ -1,24 +1,24 @@
1
- import type { Plugin } from "../../types/plugin.ts";
2
- import * as pluginRegistry from "./services/pluginRegistryService.ts";
3
- import * as types from "./types.ts";
4
- export { coreStatusAction } from "./actions/coreStatusAction.ts";
5
- export { listEjectedPluginsAction } from "./actions/listEjectedPluginsAction.ts";
6
- export { getPluginDetailsAction, searchPluginAction, } from "./actions/searchPluginAction.ts";
7
- export type { ExtendedRuntime } from "./coreExtensions.ts";
8
- export { applyRuntimeExtensions, extendRuntimeWithComponentUnregistration, } from "./coreExtensions.ts";
9
- export { pluginConfigurationStatusProvider } from "./providers/pluginConfigurationStatus.ts";
10
- export { pluginStateProvider } from "./providers/pluginStateProvider.ts";
11
- export { registryPluginsProvider } from "./providers/registryPluginsProvider.ts";
12
- export { buildKeywordRegex, buildProviderKeywords, COMMON_CONNECTOR_KEYWORDS, isProviderRelevant, keywordsFromPluginNames, PLUGIN_MANAGER_BASE_KEYWORDS, } from "./providers/relevance.ts";
13
- export type { CoreEjectResult, CoreReinjectResult, CoreStatus, CoreSyncResult, UpstreamMetadata as CoreUpstreamMetadata, } from "./services/coreManagerService.ts";
14
- export { CoreManagerService } from "./services/coreManagerService.ts";
15
- export { PluginConfigurationService } from "./services/pluginConfigurationService.ts";
16
- export { PluginManagerService } from "./services/pluginManagerService.ts";
17
- export type { CloneResult, PluginSearchResult, RegistryPlugin, } from "./services/pluginRegistryService.ts";
18
- export { clonePlugin, getAllPlugins, getPluginDetails, getRegistryEntry, listNonAppPlugins, loadRegistry, refreshRegistry, resetRegistryCache, searchNonAppPlugins, searchPluginsByContent, } from "./services/pluginRegistryService.ts";
19
- export type { ComponentRegistration, EjectedPluginInfo, EjectResult, InstallProgress, InstallResult, LoadPluginParams, PluginComponents, PluginManagerConfig, PluginMetadata, PluginRegistry, PluginState, ReinjectResult, SyncResult, UninstallResult, UnloadPluginParams, UpstreamMetadata, } from "./types.ts";
20
- export { PluginManagerServiceType, PluginStatus, } from "./types.ts";
21
- export { resolveConfigPath, resolveStateDir, resolveUserPath, } from "./utils/paths.ts";
1
+ import type { Plugin } from "../../types/plugin.js";
2
+ import * as pluginRegistry from "./services/pluginRegistryService.js";
3
+ import * as types from "./types.js";
4
+ export { coreStatusAction } from "./actions/coreStatusAction.js";
5
+ export { listEjectedPluginsAction } from "./actions/listEjectedPluginsAction.js";
6
+ export { getPluginDetailsAction, searchPluginAction, } from "./actions/searchPluginAction.js";
7
+ export type { ExtendedRuntime } from "./coreExtensions.js";
8
+ export { applyRuntimeExtensions, extendRuntimeWithComponentUnregistration, } from "./coreExtensions.js";
9
+ export { pluginConfigurationStatusProvider } from "./providers/pluginConfigurationStatus.js";
10
+ export { pluginStateProvider } from "./providers/pluginStateProvider.js";
11
+ export { registryPluginsProvider } from "./providers/registryPluginsProvider.js";
12
+ export { buildKeywordRegex, buildProviderKeywords, COMMON_CONNECTOR_KEYWORDS, isProviderRelevant, keywordsFromPluginNames, PLUGIN_MANAGER_BASE_KEYWORDS, } from "./providers/relevance.js";
13
+ export type { CoreEjectResult, CoreReinjectResult, CoreStatus, CoreSyncResult, UpstreamMetadata as CoreUpstreamMetadata, } from "./services/coreManagerService.js";
14
+ export { CoreManagerService } from "./services/coreManagerService.js";
15
+ export { PluginConfigurationService } from "./services/pluginConfigurationService.js";
16
+ export { PluginManagerService } from "./services/pluginManagerService.js";
17
+ export type { CloneResult, PluginSearchResult, RegistryPlugin, } from "./services/pluginRegistryService.js";
18
+ export { clonePlugin, getAllPlugins, getPluginDetails, getRegistryEntry, listNonAppPlugins, loadRegistry, refreshRegistry, resetRegistryCache, searchNonAppPlugins, searchPluginsByContent, } from "./services/pluginRegistryService.js";
19
+ export type { ComponentRegistration, EjectedPluginInfo, EjectResult, InstallProgress, InstallResult, LoadPluginParams, PluginComponents, PluginManagerConfig, PluginMetadata, PluginRegistry, PluginState, ReinjectResult, SyncResult, UninstallResult, UnloadPluginParams, UpstreamMetadata, } from "./types.js";
20
+ export { PluginManagerServiceType, PluginStatus, } from "./types.js";
21
+ export { resolveConfigPath, resolveStateDir, resolveUserPath, } from "./utils/paths.js";
22
22
  export { pluginRegistry, types };
23
23
  export declare const pluginManagerPlugin: Plugin;
24
24
  export default pluginManagerPlugin;
@@ -1,4 +1,4 @@
1
- import type { Provider } from "../../../types/components.ts";
1
+ import type { Provider } from "../../../types/components.js";
2
2
  export declare const pluginConfigurationStatusProvider: Provider & {
3
3
  relevanceKeywords: string[];
4
4
  };
@@ -1,4 +1,4 @@
1
- import type { Provider } from "../../../types/components.ts";
1
+ import type { Provider } from "../../../types/components.js";
2
2
  export declare const pluginStateProvider: Provider & {
3
3
  relevanceKeywords: string[];
4
4
  };
@@ -1,4 +1,4 @@
1
- import type { Provider } from "../../../types/components.ts";
1
+ import type { Provider } from "../../../types/components.js";
2
2
  export declare const registryPluginsProvider: Provider & {
3
3
  relevanceKeywords: string[];
4
4
  };
@@ -1,5 +1,5 @@
1
- import type { Memory } from "../../../types/memory.ts";
2
- import type { State } from "../../../types/state.ts";
1
+ import type { Memory } from "../../../types/memory.js";
2
+ import type { State } from "../../../types/state.js";
3
3
  export declare const PLUGIN_MANAGER_BASE_KEYWORDS: readonly ["plugin", "plugins", "plugin manager", "plugin-manager", "extension", "extensions", "module", "modules", "addon", "add-on", "add-ons", "integration", "integrations", "integrate", "integrated", "connect", "connected", "connection", "connector", "connectors", "adapter", "adapters", "bridge", "bridges", "interoperability", "orchestration", "compatibility", "ecosystem", "registry", "catalog", "directory", "marketplace", "index", "search", "discover", "install", "installed", "installation", "uninstall", "remove", "removed", "load", "loaded", "unload", "unloaded", "enable", "enabled", "disable", "disabled", "configure", "configuration", "config", "settings", "setup", "status", "state", "health", "available", "availability", "error", "errors", "package", "packages", "repo", "repository", "dependencies", "runtime", "provider", "providers", "service", "services", "tool", "tools", "workflow", "workflows"];
4
4
  export declare const COMMON_CONNECTOR_KEYWORDS: readonly ["discord", "telegram", "slack", "whatsapp", "twitter", "github", "farcaster", "nostr", "line", "matrix", "google chat", "msteams", "teams", "twilio", "imessage", "bluebubbles", "bluesky", "twitch", "instagram", "zalo", "nextcloud", "gmail", "openai", "anthropic", "groq", "ollama", "xai", "solana", "evm", "n8n", "mcp", "rss", "s3", "sql"];
5
5
  export declare function buildProviderKeywords(...groups: Array<readonly string[] | string[] | undefined>): string[];
@@ -1,6 +1,6 @@
1
- import type { IAgentRuntime } from "../../../types/runtime.ts";
2
- import type { ServiceTypeName } from "../../../types/service.ts";
3
- import { Service } from "../../../types/service.ts";
1
+ import type { IAgentRuntime } from "../../../types/runtime.js";
2
+ import type { ServiceTypeName } from "../../../types/service.js";
3
+ import { Service } from "../../../types/service.js";
4
4
  export interface UpstreamMetadata {
5
5
  $schema: "milaidy-upstream-v1";
6
6
  source: string;
@@ -1,6 +1,6 @@
1
- import type { Plugin as ElizaPlugin } from "../../../types/plugin.ts";
2
- import type { IAgentRuntime } from "../../../types/runtime.ts";
3
- import { Service } from "../../../types/service.ts";
1
+ import type { Plugin as ElizaPlugin } from "../../../types/plugin.js";
2
+ import type { IAgentRuntime } from "../../../types/runtime.js";
3
+ import { Service } from "../../../types/service.js";
4
4
  /**
5
5
  * Plugin configuration service that checks actual plugin config schemas
6
6
  * against the runtime's environment/settings.
@@ -1,9 +1,9 @@
1
- import type { Plugin as ElizaPlugin } from "../../../types/plugin.ts";
2
- import type { IAgentRuntime } from "../../../types/runtime.ts";
3
- import type { ServiceTypeName } from "../../../types/service.ts";
4
- import { Service } from "../../../types/service.ts";
5
- import { type EjectedPluginInfo, type EjectResult, type InstallProgress, type InstallResult, type LoadPluginParams, type PluginManagerConfig, type PluginRegistry, type PluginState, type ReinjectResult, type SyncResult, type UninstallResult, type UnloadPluginParams } from "../types.ts";
6
- import { type PluginSearchResult, type RegistryPlugin } from "./pluginRegistryService.ts";
1
+ import type { Plugin as ElizaPlugin } from "../../../types/plugin.js";
2
+ import type { IAgentRuntime } from "../../../types/runtime.js";
3
+ import type { ServiceTypeName } from "../../../types/service.js";
4
+ import { Service } from "../../../types/service.js";
5
+ import { type EjectedPluginInfo, type EjectResult, type InstallProgress, type InstallResult, type LoadPluginParams, type PluginManagerConfig, type PluginRegistry, type PluginState, type ReinjectResult, type SyncResult, type UninstallResult, type UnloadPluginParams } from "../types.js";
6
+ import { type PluginSearchResult, type RegistryPlugin } from "./pluginRegistryService.js";
7
7
  export declare function resetRegistryCache(): void;
8
8
  export declare class PluginManagerService extends Service implements PluginRegistry {
9
9
  static serviceType: ServiceTypeName;
@@ -1,4 +1,4 @@
1
- import type { PluginMetadata } from "../types.ts";
1
+ import type { PluginMetadata } from "../types.js";
2
2
  export interface RegistryPlugin {
3
3
  name: string;
4
4
  gitRepo: string;
@@ -1,6 +1,6 @@
1
- import type { EventPayload, EventPayloadMap } from "../../types/events.ts";
2
- import type { Plugin as ElizaPlugin } from "../../types/plugin.ts";
3
- import type { ServiceTypeName } from "../../types/service.ts";
1
+ import type { EventPayload, EventPayloadMap } from "../../types/events.js";
2
+ import type { Plugin as ElizaPlugin } from "../../types/plugin.js";
3
+ import type { ServiceTypeName } from "../../types/service.js";
4
4
  declare module "../../types/service.ts" {
5
5
  interface ServiceTypeRegistry {
6
6
  PLUGIN_MANAGER: "plugin_manager";
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Actions module exports
3
3
  */
4
- export { manageSecretAction } from "./manage-secret.ts";
5
- export { requestSecretAction } from "./request-secret.ts";
6
- export { setSecretAction } from "./set-secret.ts";
4
+ export { manageSecretAction } from "./manage-secret.js";
5
+ export { requestSecretAction } from "./request-secret.js";
6
+ export { setSecretAction } from "./set-secret.js";
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -4,7 +4,7 @@
4
4
  * Comprehensive action for managing secrets through natural language.
5
5
  * Supports get, set, delete, and list operations at different levels.
6
6
  */
7
- import { type Action } from "../../../types/index.ts";
7
+ import { type Action } from "../../../types/index.js";
8
8
  /**
9
9
  * Manage Secret Action
10
10
  */
@@ -1,3 +1,3 @@
1
- import { type Action } from "../../../types/index.ts";
1
+ import { type Action } from "../../../types/index.js";
2
2
  export declare const requestSecretAction: Action;
3
3
  //# sourceMappingURL=request-secret.d.ts.map
@@ -4,7 +4,7 @@
4
4
  * Allows the agent to set secrets from user input through natural language.
5
5
  * Extracts key-value pairs and stores them at the appropriate level.
6
6
  */
7
- import { type Action } from "../../../types/index.ts";
7
+ import { type Action } from "../../../types/index.js";
8
8
  /**
9
9
  * Set Secret Action
10
10
  */
@@ -4,7 +4,7 @@
4
4
  * Provides AES-256-GCM encryption with secure key derivation for protecting sensitive data.
5
5
  * Compatible with the Otto encryption approach while providing additional security features.
6
6
  */
7
- import type { EncryptedSecret, KeyDerivationParams } from "../types.ts";
7
+ import type { EncryptedSecret, KeyDerivationParams } from "../types.js";
8
8
  declare const ALGORITHM_GCM = "aes-256-gcm";
9
9
  declare const ALGORITHM_CBC = "aes-256-cbc";
10
10
  declare const IV_LENGTH = 16;
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Crypto module exports
3
3
  */
4
- export { ALGORITHM_CBC, ALGORITHM_GCM, createKeyDerivationParams, DEFAULT_PBKDF2_ITERATIONS, DEFAULT_SALT_LENGTH, decrypt, decryptCbc, decryptGcm, deriveKeyFromAgentId, deriveKeyPbkdf2, deriveKeyScrypt, encrypt, encryptCbc, encryptGcm, generateKey, generateSalt, generateSecureToken, hashValue, IV_LENGTH, isEncryptedSecret, KEY_LENGTH, KeyManager, secureCompare, } from "./encryption.ts";
4
+ export { ALGORITHM_CBC, ALGORITHM_GCM, createKeyDerivationParams, DEFAULT_PBKDF2_ITERATIONS, DEFAULT_SALT_LENGTH, decrypt, decryptCbc, decryptGcm, deriveKeyFromAgentId, deriveKeyPbkdf2, deriveKeyScrypt, encrypt, encryptCbc, encryptGcm, generateKey, generateSalt, generateSecureToken, hashValue, IV_LENGTH, isEncryptedSecret, KEY_LENGTH, KeyManager, secureCompare, } from "./encryption.js";
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -4,7 +4,7 @@
4
4
  * Extracts and saves setting values from natural language user messages.
5
5
  * Uses LLM to parse user responses and map them to settings.
6
6
  */
7
- import type { Action } from "../../../types/index.ts";
7
+ import type { Action } from "../../../types/index.js";
8
8
  /**
9
9
  * UPDATE_SETTINGS Action - extracts and saves settings from natural language.
10
10
  */
@@ -4,7 +4,7 @@
4
4
  * Provides the structure for defining secret requirements per agent/plugin,
5
5
  * supporting both conversational and form-based collection flows.
6
6
  */
7
- import type { SecretType } from "../types.ts";
7
+ import type { SecretType } from "../types.js";
8
8
  /**
9
9
  * Setting definition for onboarding.
10
10
  * Compatible with the-org OnboardingConfig format.
@@ -6,8 +6,8 @@
6
6
  *
7
7
  * Supports both conversational and form-based collection flows.
8
8
  */
9
- export * from "./action.ts";
10
- export * from "./config.ts";
11
- export * from "./provider.ts";
12
- export * from "./service.ts";
9
+ export * from "./action.js";
10
+ export * from "./config.js";
11
+ export * from "./provider.js";
12
+ export * from "./service.js";
13
13
  //# sourceMappingURL=index.d.ts.map
@@ -4,7 +4,7 @@
4
4
  * Provides onboarding status and context to the LLM during secret collection.
5
5
  * Injects prompts about required settings into the agent's context.
6
6
  */
7
- import type { Provider } from "../../../types/index.ts";
7
+ import type { Provider } from "../../../types/index.js";
8
8
  /**
9
9
  * Onboarding settings provider - injects onboarding context into LLM prompts.
10
10
  */
@@ -7,10 +7,10 @@
7
7
  * Integrates with the unified OnboardingStateMachine for
8
8
  * consistent state management across CLI and conversational interfaces.
9
9
  */
10
- import { OnboardingStateMachine } from "../../../services/onboarding-state.ts";
11
- import type { IAgentRuntime, Memory, OnboardingContext, OnboardingStep, ServiceTypeName, UUID, World } from "../../../types/index.ts";
12
- import { Service } from "../../../types/index.ts";
13
- import { type OnboardingConfig } from "./config.ts";
10
+ import { OnboardingStateMachine } from "../../../services/onboarding-state.js";
11
+ import type { IAgentRuntime, Memory, OnboardingContext, OnboardingStep, ServiceTypeName, UUID, World } from "../../../types/index.js";
12
+ import { Service } from "../../../types/index.js";
13
+ import { type OnboardingConfig } from "./config.js";
14
14
  export declare const ONBOARDING_SERVICE_TYPE: ServiceTypeName;
15
15
  /**
16
16
  * Onboarding session state.
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Providers module exports
3
3
  */
4
- export { secretsInfoProvider, secretsStatusProvider, } from "./secrets-status.ts";
4
+ export { secretsInfoProvider, secretsStatusProvider, } from "./secrets-status.js";
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -4,7 +4,7 @@
4
4
  * Provides context about the agent's secret configuration status
5
5
  * to help the LLM understand what capabilities are available.
6
6
  */
7
- import type { Provider } from "../../../types/index.ts";
7
+ import type { Provider } from "../../../types/index.js";
8
8
  /**
9
9
  * Secrets Status Provider
10
10
  *