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

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 { Action, Evaluator } from "./types/index.ts";
1
+ import type { Action, Evaluator } from "./types/index.js";
2
2
  /**
3
3
  * Merge canonical docs (description/similes/parameters) into an action definition.
4
4
  *
package/dist/actions.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { Action, ActionParameter, ActionParameters } from "./types";
1
+ import type { Action, ActionParameter, ActionParameters } from "./types/index.js";
2
2
  export declare const composeActionExamples: (actionsData: Action[], count: number, seed?: string) => string;
3
3
  /**
4
4
  * Render canonical action-call examples (including <params> blocks).
@@ -9,8 +9,8 @@
9
9
  *
10
10
  * @module character-utils
11
11
  */
12
- import { CHANNEL_SECRETS, resolveSecretKeyAlias, SECRET_KEY_ALIASES } from "./constants/secrets";
13
- import type { Character } from "./types";
12
+ import { CHANNEL_SECRETS, resolveSecretKeyAlias, SECRET_KEY_ALIASES } from "./constants/secrets.js";
13
+ import type { Character } from "./types/index.js";
14
14
  /**
15
15
  * Mapping of model provider names to their corresponding API key environment variables.
16
16
  * Re-exported from constants/secrets for backward compatibility.
@@ -1,4 +1,4 @@
1
- import type { Character, CharacterSettings, KnowledgeSourceItem, MessageExample, MessageExampleGroup } from "./types";
1
+ import type { Character, CharacterSettings, KnowledgeSourceItem, MessageExample, MessageExampleGroup } from "./types/index.js";
2
2
  type LegacyKnowledgeItem = string | {
3
3
  path: string;
4
4
  shared?: boolean;
@@ -7,9 +7,9 @@
7
7
  * WHY standalone + batch: Callers can ensure many connections in one go without going through
8
8
  * the runtime; batch APIs reduce DB round-trips. Safe to use from both Node and edge entry points.
9
9
  */
10
- import type { JsonValue, UUID } from "./types";
11
- import { ChannelType } from "./types";
12
- import type { IDatabaseAdapter } from "./types/database";
10
+ import type { JsonValue, UUID } from "./types/index.js";
11
+ import { ChannelType } from "./types/index.js";
12
+ import type { IDatabaseAdapter } from "./types/database.js";
13
13
  export interface EnsureConnectionParams {
14
14
  agentId: UUID;
15
15
  entityId: UUID;
@@ -3,5 +3,5 @@
3
3
  *
4
4
  * Re-exports all constants from submodules.
5
5
  */
6
- export * from "./secrets";
6
+ export * from "./secrets.js";
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1,5 +1,5 @@
1
- import { DatabaseAdapter } from "../database";
2
- import type { Agent, Component, EntitiesForRoomsResult, Entity, IDatabaseAdapter, Log, LogBody, Memory, MemoryMetadata, Metadata, PairingAllowlistEntry, PairingAllowlistsResult, PairingChannel, PairingRequest, PairingRequestsResult, Participant, ParticipantsForRoomsResult, ParticipantUpdateFields, ParticipantUserState, PatchOp, Relationship, Room, Task, UUID, World } from "../types";
1
+ import { DatabaseAdapter } from "../database.js";
2
+ import type { Agent, Component, EntitiesForRoomsResult, Entity, IDatabaseAdapter, Log, LogBody, Memory, MemoryMetadata, Metadata, PairingAllowlistEntry, PairingAllowlistsResult, PairingChannel, PairingRequest, PairingRequestsResult, Participant, ParticipantsForRoomsResult, ParticipantUpdateFields, ParticipantUserState, PatchOp, Relationship, Room, Task, UUID, World } from "../types/index.js";
3
3
  /**
4
4
  * In-memory database adapter.
5
5
  *
@@ -1,4 +1,4 @@
1
- import type { Agent, Component, Entity, IDatabaseAdapter, JsonValue, Log, LogBody, Memory, MemoryMetadata, Metadata, PairingAllowlistEntry, PairingChannel, PairingRequest, Participant, ParticipantUpdateFields, ParticipantUserState, PatchOp, Relationship, Room, Task, UUID, World } from "./types";
1
+ import type { Agent, Component, Entity, IDatabaseAdapter, JsonValue, Log, LogBody, Memory, MemoryMetadata, Metadata, PairingAllowlistEntry, PairingChannel, PairingRequest, Participant, ParticipantUpdateFields, ParticipantUserState, PatchOp, Relationship, Room, Task, UUID, World } from "./types/index.js";
2
2
  /**
3
3
  * Abstract base class for database adapters.
4
4
  *
@@ -69,7 +69,7 @@ export declare abstract class DatabaseAdapter<DB extends object = object> implem
69
69
  abstract transaction<T>(callback: (tx: IDatabaseAdapter<DB>) => Promise<T>, options?: {
70
70
  entityContext?: UUID;
71
71
  }): Promise<T>;
72
- abstract getEntitiesForRooms(roomIds: UUID[], includeComponents?: boolean): Promise<import("./types").EntitiesForRoomsResult>;
72
+ abstract getEntitiesForRooms(roomIds: UUID[], includeComponents?: boolean): Promise<import("./types/index.js").EntitiesForRoomsResult>;
73
73
  /**
74
74
  * Creates a new entities in the database.
75
75
  * @param entities The entity objects to create.
@@ -315,7 +315,7 @@ export declare abstract class DatabaseAdapter<DB extends object = object> implem
315
315
  abstract updateRooms(rooms: Room[]): Promise<void>;
316
316
  abstract deleteRooms(roomIds: UUID[]): Promise<void>;
317
317
  abstract getParticipantsForEntities(entityIds: UUID[]): Promise<Participant[]>;
318
- abstract getParticipantsForRooms(roomIds: UUID[]): Promise<import("./types").ParticipantsForRoomsResult>;
318
+ abstract getParticipantsForRooms(roomIds: UUID[]): Promise<import("./types/index.js").ParticipantsForRoomsResult>;
319
319
  abstract areRoomParticipants(pairs: Array<{
320
320
  roomId: UUID;
321
321
  entityId: UUID;
@@ -411,11 +411,11 @@ export declare abstract class DatabaseAdapter<DB extends object = object> implem
411
411
  abstract getPairingRequests(queries: Array<{
412
412
  channel: PairingChannel;
413
413
  agentId: UUID;
414
- }>): Promise<import("./types").PairingRequestsResult>;
414
+ }>): Promise<import("./types/index.js").PairingRequestsResult>;
415
415
  abstract getPairingAllowlists(queries: Array<{
416
416
  channel: PairingChannel;
417
417
  agentId: UUID;
418
- }>): Promise<import("./types").PairingAllowlistsResult>;
418
+ }>): Promise<import("./types/index.js").PairingAllowlistsResult>;
419
419
  abstract createPairingRequests(requests: PairingRequest[]): Promise<UUID[]>;
420
420
  abstract updatePairingRequests(requests: PairingRequest[]): Promise<void>;
421
421
  abstract deletePairingRequests(ids: UUID[]): Promise<void>;
@@ -1,4 +1,4 @@
1
- import { type Entity, type IAgentRuntime, type Memory, type State, type UUID } from "./types";
1
+ import { type Entity, type IAgentRuntime, type Memory, type State, type UUID } from "./types/index.js";
2
2
  export declare function findEntityByName(runtime: IAgentRuntime, message: Memory, state: State): Promise<Entity | null>;
3
3
  export declare const createUniqueUuid: (runtime: IAgentRuntime, baseUserId: UUID | string) => UUID;
4
4
  export declare function getEntityDetails({ runtime, roomId, }: {
@@ -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 addContactAction: Action;
3
3
  //# sourceMappingURL=addContact.d.ts.map
@@ -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 followRoomAction: Action;
3
3
  //# sourceMappingURL=followRoom.d.ts.map
@@ -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 generateImageAction: Action;
3
3
  //# sourceMappingURL=imageGeneration.d.ts.map
@@ -3,19 +3,19 @@
3
3
  *
4
4
  * Extended actions that can be enabled with `advancedCapabilities: true`.
5
5
  */
6
- export { addContactAction } from "./addContact.ts";
7
- export { followRoomAction } from "./followRoom.ts";
8
- export { generateImageAction } from "./imageGeneration.ts";
9
- export { muteRoomAction } from "./muteRoom.ts";
10
- export { removeContactAction } from "./removeContact.ts";
11
- export { updateRoleAction } from "./roles.ts";
12
- export { scheduleFollowUpAction } from "./scheduleFollowUp.ts";
13
- export { searchContactsAction } from "./searchContacts.ts";
14
- export { sendMessageAction } from "./sendMessage.ts";
15
- export { updateSettingsAction } from "./settings.ts";
16
- export { thinkAction } from "./think.ts";
17
- export { unfollowRoomAction } from "./unfollowRoom.ts";
18
- export { unmuteRoomAction } from "./unmuteRoom.ts";
19
- export { updateContactAction } from "./updateContact.ts";
20
- export { updateEntityAction } from "./updateEntity.ts";
6
+ export { addContactAction } from "./addContact.js";
7
+ export { followRoomAction } from "./followRoom.js";
8
+ export { generateImageAction } from "./imageGeneration.js";
9
+ export { muteRoomAction } from "./muteRoom.js";
10
+ export { removeContactAction } from "./removeContact.js";
11
+ export { updateRoleAction } from "./roles.js";
12
+ export { scheduleFollowUpAction } from "./scheduleFollowUp.js";
13
+ export { searchContactsAction } from "./searchContacts.js";
14
+ export { sendMessageAction } from "./sendMessage.js";
15
+ export { updateSettingsAction } from "./settings.js";
16
+ export { thinkAction } from "./think.js";
17
+ export { unfollowRoomAction } from "./unfollowRoom.js";
18
+ export { unmuteRoomAction } from "./unmuteRoom.js";
19
+ export { updateContactAction } from "./updateContact.js";
20
+ export { updateEntityAction } from "./updateEntity.js";
21
21
  //# sourceMappingURL=index.d.ts.map
@@ -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 muteRoomAction: Action;
3
3
  //# sourceMappingURL=muteRoom.d.ts.map
@@ -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 removeContactAction: Action;
3
3
  //# sourceMappingURL=removeContact.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { Action } from "../../../types/index.ts";
1
+ import type { Action } from "../../../types/index.js";
2
2
  /**
3
3
  * Represents an action to update the role of a user within a server.
4
4
  * @typedef {Object} Action
@@ -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 scheduleFollowUpAction: Action;
3
3
  //# sourceMappingURL=scheduleFollowUp.d.ts.map
@@ -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 searchContactsAction: Action;
3
3
  //# sourceMappingURL=searchContacts.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { Action } from "../../../types/index.ts";
1
+ import type { Action } from "../../../types/index.js";
2
2
  /**
3
3
  * Represents an action to send a message to a user or room.
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { Action, IAgentRuntime, UUID, WorldSettings } from "../../../types/index.ts";
1
+ import type { Action, IAgentRuntime, UUID, WorldSettings } from "../../../types/index.js";
2
2
  /**
3
3
  * Gets settings state from world metadata
4
4
  */
@@ -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 thinkAction: Action;
3
3
  //# sourceMappingURL=think.d.ts.map
@@ -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 unfollowRoomAction: Action;
3
3
  //# sourceMappingURL=unfollowRoom.d.ts.map
@@ -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 unmuteRoomAction: Action;
3
3
  //# sourceMappingURL=unmuteRoom.d.ts.map
@@ -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 updateContactAction: Action;
3
3
  //# sourceMappingURL=updateContact.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { Action } from "../../../types/index.ts";
1
+ import type { Action } from "../../../types/index.js";
2
2
  /**
3
3
  * Action for updating contact details for a user entity.
4
4
  *
@@ -1,4 +1,4 @@
1
- import { type Action } from "../../../../types/index.ts";
1
+ import { type Action } from "../../../../types/index.js";
2
2
  export declare const clipboardAppendAction: Action;
3
3
  export default clipboardAppendAction;
4
4
  //# sourceMappingURL=append.d.ts.map
@@ -1,4 +1,4 @@
1
- import { type Action } from "../../../../types/index.ts";
1
+ import { type Action } from "../../../../types/index.js";
2
2
  export declare const clipboardDeleteAction: Action;
3
3
  export default clipboardDeleteAction;
4
4
  //# sourceMappingURL=delete.d.ts.map
@@ -1,4 +1,4 @@
1
- import { type Action } from "../../../../types/index.ts";
1
+ import { type Action } from "../../../../types/index.js";
2
2
  export declare const clipboardListAction: Action;
3
3
  export default clipboardListAction;
4
4
  //# sourceMappingURL=list.d.ts.map
@@ -1,4 +1,4 @@
1
- import { type Action } from "../../../../types/index.ts";
1
+ import { type Action } from "../../../../types/index.js";
2
2
  export declare const readAttachmentAction: Action;
3
3
  export default readAttachmentAction;
4
4
  //# sourceMappingURL=read-attachment.d.ts.map
@@ -1,4 +1,4 @@
1
- import { type Action, type IAgentRuntime, type Memory, type State } from "../../../../types/index.ts";
1
+ import { type Action, type IAgentRuntime, type Memory, type State } from "../../../../types/index.js";
2
2
  type ReadFileInput = {
3
3
  filePath: string;
4
4
  from?: number;
@@ -1,4 +1,4 @@
1
- import { type Action } from "../../../../types/index.ts";
1
+ import { type Action } from "../../../../types/index.js";
2
2
  export declare const clipboardReadAction: Action;
3
3
  export default clipboardReadAction;
4
4
  //# sourceMappingURL=read.d.ts.map
@@ -1,4 +1,4 @@
1
- import { type Action } from "../../../../types/index.ts";
1
+ import { type Action } from "../../../../types/index.js";
2
2
  export declare const removeFromClipboardAction: Action;
3
3
  export default removeFromClipboardAction;
4
4
  //# sourceMappingURL=remove-from-clipboard.d.ts.map
@@ -1,4 +1,4 @@
1
- import { type Action } from "../../../../types/index.ts";
1
+ import { type Action } from "../../../../types/index.js";
2
2
  export declare const clipboardSearchAction: Action;
3
3
  export default clipboardSearchAction;
4
4
  //# sourceMappingURL=search.d.ts.map
@@ -1,4 +1,4 @@
1
- import { type Action } from "../../../../types/index.ts";
1
+ import { type Action } from "../../../../types/index.js";
2
2
  export declare const clipboardWriteAction: Action;
3
3
  export default clipboardWriteAction;
4
4
  //# sourceMappingURL=write.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { Plugin } from "../../../types/index.ts";
1
+ import type { Plugin } from "../../../types/index.js";
2
2
  /**
3
3
  * Clipboard Plugin for ElizaOS
4
4
  *
@@ -22,18 +22,18 @@ import type { Plugin } from "../../../types/index.ts";
22
22
  */
23
23
  export declare const clipboardPlugin: Plugin;
24
24
  export default clipboardPlugin;
25
- export { clipboardAppendAction } from "./actions/append.ts";
26
- export { clipboardDeleteAction } from "./actions/delete.ts";
27
- export { clipboardListAction } from "./actions/list.ts";
28
- export { clipboardReadAction } from "./actions/read.ts";
29
- export { readAttachmentAction } from "./actions/read-attachment.ts";
30
- export { readFileAction } from "./actions/read-file.ts";
31
- export { removeFromClipboardAction } from "./actions/remove-from-clipboard.ts";
32
- export { clipboardSearchAction } from "./actions/search.ts";
33
- export { clipboardWriteAction } from "./actions/write.ts";
34
- export { clipboardProvider } from "./providers/clipboard.ts";
35
- export { ClipboardService, createClipboardService, } from "./services/clipboardService.ts";
36
- export { maybeStoreTaskClipboardItem, resolveClipboardTitle, shouldAddToClipboard, type TaskClipboardPersistenceResult, } from "./services/taskClipboardPersistence.ts";
37
- export { createTaskClipboardService, TaskClipboardService, } from "./services/taskClipboardService.ts";
38
- export type { AddTaskClipboardItemInput, ClipboardConfig, ClipboardEntry, ClipboardReadOptions, ClipboardSearchOptions, ClipboardSearchResult, ClipboardWriteOptions, TaskClipboardItem, TaskClipboardSnapshot, TaskClipboardSourceType, } from "./types.ts";
25
+ export { clipboardAppendAction } from "./actions/append.js";
26
+ export { clipboardDeleteAction } from "./actions/delete.js";
27
+ export { clipboardListAction } from "./actions/list.js";
28
+ export { clipboardReadAction } from "./actions/read.js";
29
+ export { readAttachmentAction } from "./actions/read-attachment.js";
30
+ export { readFileAction } from "./actions/read-file.js";
31
+ export { removeFromClipboardAction } from "./actions/remove-from-clipboard.js";
32
+ export { clipboardSearchAction } from "./actions/search.js";
33
+ export { clipboardWriteAction } from "./actions/write.js";
34
+ export { clipboardProvider } from "./providers/clipboard.js";
35
+ export { ClipboardService, createClipboardService, } from "./services/clipboardService.js";
36
+ export { maybeStoreTaskClipboardItem, resolveClipboardTitle, shouldAddToClipboard, type TaskClipboardPersistenceResult, } from "./services/taskClipboardPersistence.js";
37
+ export { createTaskClipboardService, TaskClipboardService, } from "./services/taskClipboardService.js";
38
+ export type { AddTaskClipboardItemInput, ClipboardConfig, ClipboardEntry, ClipboardReadOptions, ClipboardSearchOptions, ClipboardSearchResult, ClipboardWriteOptions, TaskClipboardItem, TaskClipboardSnapshot, TaskClipboardSourceType, } from "./types.js";
39
39
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { Provider } from "../../../../types/index.ts";
1
+ import type { Provider } from "../../../../types/index.js";
2
2
  export declare const clipboardProvider: Provider;
3
3
  export default clipboardProvider;
4
4
  //# sourceMappingURL=clipboard.d.ts.map
@@ -1,4 +1,4 @@
1
- import { type IAgentRuntime, type Media, type Memory } from "../../../../types/index.ts";
1
+ import { type IAgentRuntime, type Media, type Memory } from "../../../../types/index.js";
2
2
  type AttachmentWithInlineData = Media & {
3
3
  _data?: string;
4
4
  _mimeType?: string;
@@ -1,5 +1,5 @@
1
- import type { IAgentRuntime } from "../../../../types/index.ts";
2
- import type { ClipboardConfig, ClipboardEntry, ClipboardReadOptions, ClipboardSearchOptions, ClipboardSearchResult, ClipboardWriteOptions } from "../types.ts";
1
+ import type { IAgentRuntime } from "../../../../types/index.js";
2
+ import type { ClipboardConfig, ClipboardEntry, ClipboardReadOptions, ClipboardSearchOptions, ClipboardSearchResult, ClipboardWriteOptions } from "../types.js";
3
3
  export declare const DEFAULT_CLIPBOARD_CONFIG: ClipboardConfig;
4
4
  export declare function resolveClipboardConfig(config?: Partial<ClipboardConfig>, runtime?: IAgentRuntime): ClipboardConfig;
5
5
  /**
@@ -1,5 +1,5 @@
1
- import type { IAgentRuntime, Memory } from "../../../../types/index.ts";
2
- import type { AddTaskClipboardItemInput, TaskClipboardItem, TaskClipboardSnapshot } from "../types.ts";
1
+ import type { IAgentRuntime, Memory } from "../../../../types/index.js";
2
+ import type { AddTaskClipboardItemInput, TaskClipboardItem, TaskClipboardSnapshot } from "../types.js";
3
3
  type TaskClipboardPersistenceInput = AddTaskClipboardItemInput & {
4
4
  fallbackTitle?: string;
5
5
  };
@@ -1,5 +1,5 @@
1
- import type { IAgentRuntime } from "../../../../types/index.ts";
2
- import type { AddTaskClipboardItemInput, ClipboardConfig, TaskClipboardItem, TaskClipboardSnapshot } from "../types.ts";
1
+ import type { IAgentRuntime } from "../../../../types/index.js";
2
+ import type { AddTaskClipboardItemInput, ClipboardConfig, TaskClipboardItem, TaskClipboardSnapshot } from "../types.js";
3
3
  export declare class TaskClipboardService {
4
4
  private readonly config;
5
5
  constructor(runtime: IAgentRuntime, config?: Partial<ClipboardConfig>);
@@ -15,6 +15,6 @@
15
15
  * The schema-level `fact_candidates` table receives anything we cannot apply
16
16
  * automatically. The Facts UI surfaces those as "I noticed conflicting info".
17
17
  */
18
- import type { Evaluator } from "../../../types/index.ts";
18
+ import type { Evaluator } from "../../../types/index.js";
19
19
  export declare const factRefinementEvaluator: Evaluator;
20
20
  //# sourceMappingURL=factRefinement.d.ts.map
@@ -3,9 +3,9 @@
3
3
  *
4
4
  * Evaluators for memory and relationship management.
5
5
  */
6
- export { factRefinementEvaluator } from "./factRefinement.ts";
7
- export { reflectionEvaluator } from "./reflection.ts";
8
- export { relationshipExtractionEvaluator } from "./relationshipExtraction.ts";
9
- export { skillExtractionEvaluator } from "./skillExtraction.ts";
10
- export { skillRefinementEvaluator } from "./skillRefinement.ts";
6
+ export { factRefinementEvaluator } from "./factRefinement.js";
7
+ export { reflectionEvaluator } from "./reflection.js";
8
+ export { relationshipExtractionEvaluator } from "./relationshipExtraction.js";
9
+ export { skillExtractionEvaluator } from "./skillExtraction.js";
10
+ export { skillRefinementEvaluator } from "./skillRefinement.js";
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,3 @@
1
- import type { Evaluator } from "../../../types/index.ts";
1
+ import type { Evaluator } from "../../../types/index.js";
2
2
  export declare const reflectionEvaluator: Evaluator;
3
3
  //# sourceMappingURL=reflection.d.ts.map
@@ -1,3 +1,3 @@
1
- import type { Evaluator } from "../../../types/index.ts";
1
+ import type { Evaluator } from "../../../types/index.js";
2
2
  export declare const relationshipExtractionEvaluator: Evaluator;
3
3
  //# sourceMappingURL=relationshipExtraction.d.ts.map
@@ -16,7 +16,7 @@
16
16
  *
17
17
  * The validator is intentionally cheap; the handler bears the LLM cost.
18
18
  */
19
- import type { Evaluator } from "../../../types/index.ts";
19
+ import type { Evaluator } from "../../../types/index.js";
20
20
  export declare const skillExtractionEvaluator: Evaluator;
21
21
  /**
22
22
  * Internal helper exposed for tests — counts proposed skill directories.
@@ -16,6 +16,6 @@
16
16
  * - the trajectory's status is "failed" OR a retry signal is present in
17
17
  * metadata.retryCount/metadata.retryDetected
18
18
  */
19
- import type { Evaluator } from "../../../types/index.ts";
19
+ import type { Evaluator } from "../../../types/index.js";
20
20
  export declare const skillRefinementEvaluator: Evaluator;
21
21
  //# sourceMappingURL=skillRefinement.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { UUID } from "../../../types/index.ts";
1
+ import type { UUID } from "../../../types/index.js";
2
2
  export interface TaskCompletionAssessment {
3
3
  assessed: boolean;
4
4
  completed: boolean;
@@ -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 recordExperienceAction: Action;
3
3
  //# sourceMappingURL=record-experience.d.ts.map
@@ -1,3 +1,3 @@
1
- import type { Evaluator } from "../../../../types/components.ts";
1
+ import type { Evaluator } from "../../../../types/components.js";
2
2
  export declare const experienceEvaluator: Evaluator;
3
3
  //# sourceMappingURL=experienceEvaluator.d.ts.map
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * DO NOT EDIT the spec data - update prompts/actions.json, prompts/providers.json, prompts/evaluators.json and regenerate.
7
7
  */
8
- import { type ActionDoc, type EvaluatorDoc, type ProviderDoc } from "./specs";
8
+ import { type ActionDoc, type EvaluatorDoc, type ProviderDoc } from "./specs.js";
9
9
  /**
10
10
  * Get an action spec by name from the core specs.
11
11
  * @param name - The action name
@@ -2,9 +2,9 @@
2
2
  * Experience learning — bundled with advanced capabilities (extended basic-capabilities).
3
3
  * Replaces the standalone `@elizaos/plugin-experience` package for TypeScript core.
4
4
  */
5
- export { recordExperienceAction } from "./actions/record-experience.ts";
6
- export { experienceEvaluator } from "./evaluators/experienceEvaluator.ts";
7
- export { experienceProvider } from "./providers/experienceProvider.ts";
8
- export type { ExperienceService } from "./service.ts";
9
- export * from "./types.ts";
5
+ export { recordExperienceAction } from "./actions/record-experience.js";
6
+ export { experienceEvaluator } from "./evaluators/experienceEvaluator.js";
7
+ export { experienceProvider } from "./providers/experienceProvider.js";
8
+ export type { ExperienceService } from "./service.js";
9
+ export * from "./types.js";
10
10
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,3 @@
1
- import type { Provider } from "../../../../types/components.ts";
1
+ import type { Provider } from "../../../../types/components.js";
2
2
  export declare const experienceProvider: Provider;
3
3
  //# sourceMappingURL=experienceProvider.d.ts.map
@@ -1,6 +1,6 @@
1
- import type { IAgentRuntime } from "../../../types/runtime.ts";
2
- import { Service, type ServiceTypeName } from "../../../types/service.ts";
3
- import { type Experience, type ExperienceAnalysis, type ExperienceQuery, ExperienceType } from "./types.ts";
1
+ import type { IAgentRuntime } from "../../../types/runtime.js";
2
+ import { Service, type ServiceTypeName } from "../../../types/service.js";
3
+ import { type Experience, type ExperienceAnalysis, type ExperienceQuery, ExperienceType } from "./types.js";
4
4
  export declare class ExperienceService extends Service {
5
5
  static serviceType: ServiceTypeName;
6
6
  capabilityDescription: string;
@@ -1,5 +1,5 @@
1
- import type { Memory } from "../../../types/memory.ts";
2
- import type { UUID } from "../../../types/primitives.ts";
1
+ import type { Memory } from "../../../types/memory.js";
2
+ import type { UUID } from "../../../types/primitives.js";
3
3
  export type JsonPrimitive = string | number | boolean | null;
4
4
  export type JsonValue = JsonPrimitive | JsonValue[] | {
5
5
  [key: string]: JsonValue;
@@ -1,4 +1,4 @@
1
- import type { Experience } from "../types";
1
+ import type { Experience } from "../types.js";
2
2
  export interface DecayConfig {
3
3
  halfLife: number;
4
4
  minConfidence: number;
@@ -1,4 +1,4 @@
1
- import type { Experience, JsonObject } from "../types";
1
+ import type { Experience, JsonObject } from "../types.js";
2
2
  export interface ExperienceChain {
3
3
  rootExperience: string;
4
4
  chain: string[];
@@ -7,7 +7,7 @@
7
7
  * 2. Preemption: FORM_RESTORE should preempt REPLY
8
8
  * 3. Immediate Context: After restore, the provider gives the agent the restored form context
9
9
  */
10
- import { type Action } from "../../../../types/index.ts";
10
+ import { type Action } from "../../../../types/index.js";
11
11
  export declare const formRestoreAction: Action;
12
12
  export default formRestoreAction;
13
13
  //# sourceMappingURL=restore.d.ts.map
@@ -2,8 +2,8 @@
2
2
  * @module builder
3
3
  * @description Fluent builder API for defining forms and controls
4
4
  */
5
- import type { JsonValue } from "../../../types/index.ts";
6
- import type { FormControl, FormControlDependency, FormControlOption, FormDefinition, FormDefinitionHooks } from "./types.ts";
5
+ import type { JsonValue } from "../../../types/index.js";
6
+ import type { FormControl, FormControlDependency, FormControlOption, FormDefinition, FormDefinitionHooks } from "./types.js";
7
7
  export declare class ControlBuilder {
8
8
  private control;
9
9
  constructor(key: string);
@@ -5,7 +5,7 @@
5
5
  * Standard control types available out of the box:
6
6
  * text, number, email, boolean, select, date, file
7
7
  */
8
- import type { ControlType } from "./types.ts";
8
+ import type { ControlType } from "./types.js";
9
9
  export declare const BUILTIN_TYPES: ControlType[];
10
10
  export declare const BUILTIN_TYPE_MAP: Map<string, ControlType>;
11
11
  export declare function registerBuiltinTypes(registerFn: (type: ControlType, options?: {
@@ -2,7 +2,7 @@
2
2
  * @module defaults
3
3
  * @description Default value application for forms and controls
4
4
  */
5
- import type { FormControl, FormDefinition } from "./types.ts";
5
+ import type { FormControl, FormDefinition } from "./types.js";
6
6
  /**
7
7
  * Apply defaults to a FormControl.
8
8
  *
@@ -6,7 +6,7 @@
6
6
  * each user message to detect intent, extract fields, update state,
7
7
  * trigger lifecycle transitions, and emit events.
8
8
  */
9
- import type { Evaluator } from "../../../../types/index.ts";
9
+ import type { Evaluator } from "../../../../types/index.js";
10
10
  export declare const formEvaluator: Evaluator;
11
11
  export default formEvaluator;
12
12
  //# sourceMappingURL=extractor.d.ts.map