@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.
- package/dist/action-docs.d.ts +1 -1
- package/dist/actions.d.ts +1 -1
- package/dist/character-utils.d.ts +2 -2
- package/dist/character.d.ts +1 -1
- package/dist/connection.d.ts +3 -3
- package/dist/constants/index.d.ts +1 -1
- package/dist/database/inMemoryAdapter.d.ts +2 -2
- package/dist/database.d.ts +5 -5
- package/dist/entities.d.ts +1 -1
- package/dist/features/advanced-capabilities/actions/addContact.d.ts +1 -1
- package/dist/features/advanced-capabilities/actions/followRoom.d.ts +1 -1
- package/dist/features/advanced-capabilities/actions/imageGeneration.d.ts +1 -1
- package/dist/features/advanced-capabilities/actions/index.d.ts +15 -15
- package/dist/features/advanced-capabilities/actions/muteRoom.d.ts +1 -1
- package/dist/features/advanced-capabilities/actions/removeContact.d.ts +1 -1
- package/dist/features/advanced-capabilities/actions/roles.d.ts +1 -1
- package/dist/features/advanced-capabilities/actions/scheduleFollowUp.d.ts +1 -1
- package/dist/features/advanced-capabilities/actions/searchContacts.d.ts +1 -1
- package/dist/features/advanced-capabilities/actions/sendMessage.d.ts +1 -1
- package/dist/features/advanced-capabilities/actions/settings.d.ts +1 -1
- package/dist/features/advanced-capabilities/actions/think.d.ts +1 -1
- package/dist/features/advanced-capabilities/actions/unfollowRoom.d.ts +1 -1
- package/dist/features/advanced-capabilities/actions/unmuteRoom.d.ts +1 -1
- package/dist/features/advanced-capabilities/actions/updateContact.d.ts +1 -1
- package/dist/features/advanced-capabilities/actions/updateEntity.d.ts +1 -1
- package/dist/features/advanced-capabilities/clipboard/actions/append.d.ts +1 -1
- package/dist/features/advanced-capabilities/clipboard/actions/delete.d.ts +1 -1
- package/dist/features/advanced-capabilities/clipboard/actions/list.d.ts +1 -1
- package/dist/features/advanced-capabilities/clipboard/actions/read-attachment.d.ts +1 -1
- package/dist/features/advanced-capabilities/clipboard/actions/read-file.d.ts +1 -1
- package/dist/features/advanced-capabilities/clipboard/actions/read.d.ts +1 -1
- package/dist/features/advanced-capabilities/clipboard/actions/remove-from-clipboard.d.ts +1 -1
- package/dist/features/advanced-capabilities/clipboard/actions/search.d.ts +1 -1
- package/dist/features/advanced-capabilities/clipboard/actions/write.d.ts +1 -1
- package/dist/features/advanced-capabilities/clipboard/index.d.ts +15 -15
- package/dist/features/advanced-capabilities/clipboard/providers/clipboard.d.ts +1 -1
- package/dist/features/advanced-capabilities/clipboard/services/attachmentContext.d.ts +1 -1
- package/dist/features/advanced-capabilities/clipboard/services/clipboardService.d.ts +2 -2
- package/dist/features/advanced-capabilities/clipboard/services/taskClipboardPersistence.d.ts +2 -2
- package/dist/features/advanced-capabilities/clipboard/services/taskClipboardService.d.ts +2 -2
- package/dist/features/advanced-capabilities/evaluators/factRefinement.d.ts +1 -1
- package/dist/features/advanced-capabilities/evaluators/index.d.ts +5 -5
- package/dist/features/advanced-capabilities/evaluators/reflection.d.ts +1 -1
- package/dist/features/advanced-capabilities/evaluators/relationshipExtraction.d.ts +1 -1
- package/dist/features/advanced-capabilities/evaluators/skillExtraction.d.ts +1 -1
- package/dist/features/advanced-capabilities/evaluators/skillRefinement.d.ts +1 -1
- package/dist/features/advanced-capabilities/evaluators/task-completion.d.ts +1 -1
- package/dist/features/advanced-capabilities/experience/actions/record-experience.d.ts +1 -1
- package/dist/features/advanced-capabilities/experience/evaluators/experienceEvaluator.d.ts +1 -1
- package/dist/features/advanced-capabilities/experience/generated/specs/spec-helpers.d.ts +1 -1
- package/dist/features/advanced-capabilities/experience/index.d.ts +5 -5
- package/dist/features/advanced-capabilities/experience/providers/experienceProvider.d.ts +1 -1
- package/dist/features/advanced-capabilities/experience/service.d.ts +3 -3
- package/dist/features/advanced-capabilities/experience/types.d.ts +2 -2
- package/dist/features/advanced-capabilities/experience/utils/confidenceDecay.d.ts +1 -1
- package/dist/features/advanced-capabilities/experience/utils/experienceRelationships.d.ts +1 -1
- package/dist/features/advanced-capabilities/form/actions/restore.d.ts +1 -1
- package/dist/features/advanced-capabilities/form/builder.d.ts +2 -2
- package/dist/features/advanced-capabilities/form/builtins.d.ts +1 -1
- package/dist/features/advanced-capabilities/form/defaults.d.ts +1 -1
- package/dist/features/advanced-capabilities/form/evaluators/extractor.d.ts +1 -1
- package/dist/features/advanced-capabilities/form/extraction.d.ts +3 -3
- package/dist/features/advanced-capabilities/form/index.d.ts +15 -15
- package/dist/features/advanced-capabilities/form/intent.d.ts +1 -1
- package/dist/features/advanced-capabilities/form/providers/context.d.ts +1 -1
- package/dist/features/advanced-capabilities/form/service.d.ts +3 -3
- package/dist/features/advanced-capabilities/form/storage.d.ts +2 -2
- package/dist/features/advanced-capabilities/form/template.d.ts +1 -1
- package/dist/features/advanced-capabilities/form/ttl.d.ts +1 -1
- package/dist/features/advanced-capabilities/form/types.d.ts +1 -1
- package/dist/features/advanced-capabilities/form/validation.d.ts +2 -2
- package/dist/features/advanced-capabilities/index.d.ts +8 -8
- package/dist/features/advanced-capabilities/personality/actions/modify-character.d.ts +1 -1
- package/dist/features/advanced-capabilities/personality/evaluators/character-evolution.d.ts +1 -1
- package/dist/features/advanced-capabilities/personality/index.d.ts +5 -5
- package/dist/features/advanced-capabilities/personality/providers/user-personality.d.ts +1 -1
- package/dist/features/advanced-capabilities/personality/services/character-file-manager.d.ts +2 -2
- package/dist/features/advanced-capabilities/providers/contacts.d.ts +1 -1
- package/dist/features/advanced-capabilities/providers/facts.d.ts +1 -1
- package/dist/features/advanced-capabilities/providers/followUps.d.ts +1 -1
- package/dist/features/advanced-capabilities/providers/index.d.ts +7 -7
- package/dist/features/advanced-capabilities/providers/knowledge.d.ts +1 -1
- package/dist/features/advanced-capabilities/providers/relationships.d.ts +1 -1
- package/dist/features/advanced-capabilities/providers/roles.d.ts +1 -1
- package/dist/features/advanced-capabilities/providers/settings.d.ts +1 -1
- package/dist/features/advanced-memory/evaluators/index.d.ts +2 -2
- package/dist/features/advanced-memory/evaluators/long-term-extraction.d.ts +1 -1
- package/dist/features/advanced-memory/evaluators/summarization.d.ts +1 -1
- package/dist/features/advanced-memory/index.d.ts +6 -6
- package/dist/features/advanced-memory/prompts.d.ts +1 -1
- package/dist/features/advanced-memory/providers/context-summary.d.ts +1 -1
- package/dist/features/advanced-memory/providers/index.d.ts +2 -2
- package/dist/features/advanced-memory/providers/long-term-memory.d.ts +1 -1
- package/dist/features/advanced-memory/schemas/index.d.ts +4 -4
- package/dist/features/advanced-memory/schemas/long-term-memories.d.ts +1 -1
- package/dist/features/advanced-memory/schemas/memory-access-logs.d.ts +1 -1
- package/dist/features/advanced-memory/schemas/session-summaries.d.ts +1 -1
- package/dist/features/advanced-memory/services/memory-service.d.ts +2 -2
- package/dist/features/advanced-memory/trajectory.d.ts +1 -1
- package/dist/features/advanced-memory/types.d.ts +1 -1
- package/dist/features/advanced-planning/actions/chain-example.d.ts +1 -1
- package/dist/features/advanced-planning/index.d.ts +3 -3
- package/dist/features/advanced-planning/providers/message-classifier.d.ts +1 -1
- package/dist/features/advanced-planning/services/planning-service.d.ts +2 -2
- package/dist/features/advanced-planning/types.d.ts +1 -1
- package/dist/features/autonomy/action.d.ts +1 -1
- package/dist/features/autonomy/execution-facade.d.ts +1 -1
- package/dist/features/autonomy/index.d.ts +5 -5
- package/dist/features/autonomy/providers.d.ts +1 -1
- package/dist/features/autonomy/routes.d.ts +1 -1
- package/dist/features/autonomy/service.d.ts +3 -3
- package/dist/features/autonomy/types.d.ts +1 -1
- package/dist/features/basic-capabilities/actions/choice.d.ts +1 -1
- package/dist/features/basic-capabilities/actions/ignore.d.ts +1 -1
- package/dist/features/basic-capabilities/actions/index.d.ts +4 -4
- package/dist/features/basic-capabilities/actions/none.d.ts +1 -1
- package/dist/features/basic-capabilities/actions/reply.d.ts +1 -1
- package/dist/features/basic-capabilities/index.d.ts +11 -11
- package/dist/features/basic-capabilities/providers/actionState.d.ts +1 -1
- package/dist/features/basic-capabilities/providers/actions.d.ts +6 -6
- package/dist/features/basic-capabilities/providers/attachments.d.ts +1 -1
- package/dist/features/basic-capabilities/providers/character.d.ts +1 -1
- package/dist/features/basic-capabilities/providers/choice.d.ts +1 -1
- package/dist/features/basic-capabilities/providers/contextBench.d.ts +1 -1
- package/dist/features/basic-capabilities/providers/currentTime.d.ts +1 -1
- package/dist/features/basic-capabilities/providers/entities.d.ts +1 -1
- package/dist/features/basic-capabilities/providers/evaluators.d.ts +1 -1
- package/dist/features/basic-capabilities/providers/index.d.ts +13 -13
- package/dist/features/basic-capabilities/providers/non-actionable-chatter.d.ts +1 -1
- package/dist/features/basic-capabilities/providers/providers.d.ts +1 -1
- package/dist/features/basic-capabilities/providers/recentMessages.d.ts +1 -1
- package/dist/features/basic-capabilities/providers/time.d.ts +1 -1
- package/dist/features/basic-capabilities/providers/world.d.ts +1 -1
- package/dist/features/index.d.ts +7 -7
- package/dist/features/knowledge/actions.d.ts +1 -1
- package/dist/features/knowledge/config.d.ts +2 -2
- package/dist/features/knowledge/docs-loader.d.ts +2 -2
- package/dist/features/knowledge/document-processor.d.ts +1 -1
- package/dist/features/knowledge/documents-provider.d.ts +1 -1
- package/dist/features/knowledge/index.d.ts +6 -6
- package/dist/features/knowledge/llm.d.ts +2 -2
- package/dist/features/knowledge/provider.d.ts +1 -1
- package/dist/features/knowledge/service.d.ts +3 -3
- package/dist/features/knowledge/types.d.ts +1 -1
- package/dist/features/plugin-manager/actions/coreStatusAction.d.ts +1 -1
- package/dist/features/plugin-manager/actions/listEjectedPluginsAction.d.ts +1 -1
- package/dist/features/plugin-manager/actions/searchPluginAction.d.ts +1 -1
- package/dist/features/plugin-manager/coreExtensions.d.ts +1 -1
- package/dist/features/plugin-manager/index.d.ts +21 -21
- package/dist/features/plugin-manager/providers/pluginConfigurationStatus.d.ts +1 -1
- package/dist/features/plugin-manager/providers/pluginStateProvider.d.ts +1 -1
- package/dist/features/plugin-manager/providers/registryPluginsProvider.d.ts +1 -1
- package/dist/features/plugin-manager/providers/relevance.d.ts +2 -2
- package/dist/features/plugin-manager/services/coreManagerService.d.ts +3 -3
- package/dist/features/plugin-manager/services/pluginConfigurationService.d.ts +3 -3
- package/dist/features/plugin-manager/services/pluginManagerService.d.ts +6 -6
- package/dist/features/plugin-manager/services/pluginRegistryService.d.ts +1 -1
- package/dist/features/plugin-manager/types.d.ts +3 -3
- package/dist/features/secrets/actions/index.d.ts +3 -3
- package/dist/features/secrets/actions/manage-secret.d.ts +1 -1
- package/dist/features/secrets/actions/request-secret.d.ts +1 -1
- package/dist/features/secrets/actions/set-secret.d.ts +1 -1
- package/dist/features/secrets/crypto/encryption.d.ts +1 -1
- package/dist/features/secrets/crypto/index.d.ts +1 -1
- package/dist/features/secrets/onboarding/action.d.ts +1 -1
- package/dist/features/secrets/onboarding/config.d.ts +1 -1
- package/dist/features/secrets/onboarding/index.d.ts +4 -4
- package/dist/features/secrets/onboarding/provider.d.ts +1 -1
- package/dist/features/secrets/onboarding/service.d.ts +4 -4
- package/dist/features/secrets/providers/index.d.ts +1 -1
- package/dist/features/secrets/providers/secrets-status.d.ts +1 -1
- package/dist/features/secrets/services/plugin-activator.d.ts +2 -2
- package/dist/features/secrets/services/secrets.d.ts +4 -4
- package/dist/features/secrets/storage/character-store.d.ts +4 -4
- package/dist/features/secrets/storage/component-store.d.ts +4 -4
- package/dist/features/secrets/storage/index.d.ts +6 -6
- package/dist/features/secrets/storage/interface.d.ts +1 -1
- package/dist/features/secrets/storage/memory-store.d.ts +2 -2
- package/dist/features/secrets/storage/world-store.d.ts +4 -4
- package/dist/features/secrets/validation.d.ts +1 -1
- package/dist/features/trajectories/TrajectoriesService.d.ts +3 -3
- package/dist/features/trajectories/action-interceptor.d.ts +3 -3
- package/dist/features/trajectories/art-format.d.ts +1 -1
- package/dist/features/trajectories/export.d.ts +1 -1
- package/dist/features/trajectories/game-rewards.d.ts +1 -1
- package/dist/features/trajectories/index.d.ts +10 -10
- package/dist/features/trajectories/integration.d.ts +2 -2
- package/dist/features/trajectories/reward-service.d.ts +1 -1
- package/dist/features/trajectories/types.d.ts +1 -1
- package/dist/features/trust/actions/evaluateTrust.d.ts +1 -1
- package/dist/features/trust/actions/hasTrustEngine.d.ts +1 -1
- package/dist/features/trust/actions/index.d.ts +5 -5
- package/dist/features/trust/actions/recordTrustInteraction.d.ts +1 -1
- package/dist/features/trust/actions/requestElevation.d.ts +1 -1
- package/dist/features/trust/actions/roles.d.ts +1 -1
- package/dist/features/trust/actions/settings.d.ts +1 -1
- package/dist/features/trust/evaluators/index.d.ts +3 -3
- package/dist/features/trust/evaluators/reflection.d.ts +1 -1
- package/dist/features/trust/evaluators/securityEvaluator.d.ts +1 -1
- package/dist/features/trust/evaluators/trustChangeEvaluator.d.ts +1 -1
- package/dist/features/trust/index.d.ts +13 -13
- package/dist/features/trust/providers/adminTrust.d.ts +1 -1
- package/dist/features/trust/providers/index.d.ts +5 -5
- package/dist/features/trust/providers/roles.d.ts +1 -1
- package/dist/features/trust/providers/securityStatus.d.ts +1 -1
- package/dist/features/trust/providers/settings.d.ts +1 -1
- package/dist/features/trust/providers/trustProfile.d.ts +1 -1
- package/dist/features/trust/services/ContextualPermissionSystem.d.ts +4 -4
- package/dist/features/trust/services/CredentialProtector.d.ts +3 -3
- package/dist/features/trust/services/SecurityModule.d.ts +3 -3
- package/dist/features/trust/services/SecurityStore.d.ts +2 -2
- package/dist/features/trust/services/TrustEngine.d.ts +2 -2
- package/dist/features/trust/services/adminContext.d.ts +1 -1
- package/dist/features/trust/services/db.d.ts +1 -1
- package/dist/features/trust/services/wrappers.d.ts +8 -8
- package/dist/features/trust/types/permissions.d.ts +2 -2
- package/dist/features/trust/types/security.d.ts +2 -2
- package/dist/features/trust/types/trust.d.ts +1 -1
- package/dist/generated/spec-helpers.d.ts +1 -1
- package/dist/i18n/validation-keywords.d.ts +2 -2
- package/dist/index.browser.d.ts +32 -32
- package/dist/index.node.d.ts +70 -70
- package/dist/memory.d.ts +1 -1
- package/dist/plugin-lifecycle.d.ts +2 -2
- package/dist/plugin.d.ts +1 -1
- package/dist/plugins/index.d.ts +1 -1
- package/dist/plugins/native-features.d.ts +5 -5
- package/dist/providers/onboarding-progress.d.ts +1 -1
- package/dist/provisioning.d.ts +3 -3
- package/dist/roles.d.ts +1 -1
- package/dist/runtime-composition.d.ts +3 -3
- package/dist/runtime.d.ts +13 -13
- package/dist/schemas/agent.d.ts +1 -1
- package/dist/schemas/cache.d.ts +1 -1
- package/dist/schemas/channel-participant.d.ts +1 -1
- package/dist/schemas/channel.d.ts +1 -1
- package/dist/schemas/character.d.ts +1 -1
- package/dist/schemas/component.d.ts +1 -1
- package/dist/schemas/embedding.d.ts +1 -1
- package/dist/schemas/entity-identity.d.ts +1 -1
- package/dist/schemas/entity.d.ts +1 -1
- package/dist/schemas/index.d.ts +24 -24
- package/dist/schemas/log.d.ts +1 -1
- package/dist/schemas/memory.d.ts +1 -1
- package/dist/schemas/message-server-agent.d.ts +1 -1
- package/dist/schemas/message-server.d.ts +1 -1
- package/dist/schemas/message.d.ts +1 -1
- package/dist/schemas/pairing-allowlist.d.ts +1 -1
- package/dist/schemas/pairing-request.d.ts +1 -1
- package/dist/schemas/participant.d.ts +1 -1
- package/dist/schemas/relationship.d.ts +1 -1
- package/dist/schemas/room.d.ts +1 -1
- package/dist/schemas/server.d.ts +1 -1
- package/dist/schemas/task.d.ts +1 -1
- package/dist/schemas/world.d.ts +1 -1
- package/dist/secrets.d.ts +1 -1
- package/dist/services/agentEvent.d.ts +4 -4
- package/dist/services/approval.d.ts +2 -2
- package/dist/services/embedding.d.ts +2 -2
- package/dist/services/followUp.d.ts +5 -5
- package/dist/services/hook.d.ts +4 -4
- package/dist/services/message.d.ts +6 -6
- package/dist/services/onboarding-cli.d.ts +2 -2
- package/dist/services/onboarding-rpc.d.ts +2 -2
- package/dist/services/onboarding-state.d.ts +2 -2
- package/dist/services/pairing-integration.d.ts +3 -3
- package/dist/services/pairing-migration.d.ts +2 -2
- package/dist/services/pairing.d.ts +3 -3
- package/dist/services/plugin-hooks.d.ts +2 -2
- package/dist/services/relationships.d.ts +4 -4
- package/dist/services/task-scheduler.d.ts +4 -4
- package/dist/services/task.d.ts +4 -4
- package/dist/services/tool-policy.d.ts +3 -3
- package/dist/services/trajectories.d.ts +1 -1
- package/dist/services.d.ts +2 -2
- package/dist/settings.d.ts +1 -1
- package/dist/streaming-context.d.ts +1 -1
- package/dist/trajectory-utils.d.ts +1 -1
- package/dist/types/agent.d.ts +3 -3
- package/dist/types/agentEvent.d.ts +1 -1
- package/dist/types/components.d.ts +4 -4
- package/dist/types/database.d.ts +8 -8
- package/dist/types/environment.d.ts +2 -2
- package/dist/types/events.d.ts +8 -8
- package/dist/types/hook.d.ts +2 -2
- package/dist/types/index.d.ts +39 -39
- package/dist/types/knowledge.d.ts +1 -1
- package/dist/types/memory-storage.d.ts +2 -2
- package/dist/types/memory.d.ts +1 -1
- package/dist/types/message-service.d.ts +7 -7
- package/dist/types/messaging.d.ts +4 -4
- package/dist/types/model.d.ts +2 -2
- package/dist/types/onboarding.d.ts +1 -1
- package/dist/types/pairing.d.ts +1 -1
- package/dist/types/pipeline-hooks.d.ts +5 -5
- package/dist/types/plugin-manifest.d.ts +1 -1
- package/dist/types/plugin-store.d.ts +1 -1
- package/dist/types/plugin.d.ts +9 -9
- package/dist/types/prompt-batcher.d.ts +5 -5
- package/dist/types/prompt-optimization-hooks.d.ts +3 -3
- package/dist/types/prompt-optimization-score-card.d.ts +1 -1
- package/dist/types/prompt-optimization-trace.d.ts +1 -1
- package/dist/types/runtime.d.ts +31 -31
- package/dist/types/schema-builder.d.ts +1 -1
- package/dist/types/service-interfaces.d.ts +2 -2
- package/dist/types/service.d.ts +2 -2
- package/dist/types/state.d.ts +2 -2
- package/dist/types/task.d.ts +5 -5
- package/dist/types/testing.d.ts +1 -1
- package/dist/types/tools.d.ts +2 -2
- package/dist/types/trigger.d.ts +1 -1
- package/dist/utils/batch-queue/semaphore.d.ts +1 -1
- package/dist/utils/context-catalog.d.ts +1 -1
- package/dist/utils/context-routing.d.ts +3 -3
- package/dist/utils/node.d.ts +2 -2
- package/dist/utils/prompt-batcher/batcher.d.ts +6 -6
- package/dist/utils/prompt-batcher/dispatcher.d.ts +3 -3
- package/dist/utils/prompt-batcher/shared.d.ts +5 -5
- package/dist/utils/prompt-batcher.d.ts +1 -1
- package/dist/utils/streaming.d.ts +5 -5
- package/dist/utils/toon.d.ts +1 -1
- package/dist/utils.d.ts +6 -6
- package/dist/validation/index.d.ts +2 -2
- package/dist/validation/keywords.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.browser.d.ts
CHANGED
|
@@ -5,39 +5,39 @@
|
|
|
5
5
|
* stubs or alternatives for Node.js-specific functionality.
|
|
6
6
|
* Streaming context manager is auto-detected at runtime.
|
|
7
7
|
*/
|
|
8
|
-
export * from "./actions";
|
|
9
|
-
export * from "./character";
|
|
10
|
-
export * from "./database";
|
|
11
|
-
export * from "./database/inMemoryAdapter";
|
|
12
|
-
export * from "./entities";
|
|
13
|
-
export * from "./features/advanced-memory";
|
|
14
|
-
export { AutonomyService } from "./features/autonomy/index";
|
|
15
|
-
export { createBasicCapabilitiesPlugin } from "./features/basic-capabilities/index";
|
|
16
|
-
export * from "./logger";
|
|
17
|
-
export * from "./memory";
|
|
18
|
-
export * from "./prompts";
|
|
19
|
-
export * from "./roles";
|
|
20
|
-
export * from "./runtime";
|
|
21
|
-
export * from "./schemas/character";
|
|
22
|
-
export { type BaseTables, buildBaseTables } from "./schemas/index";
|
|
23
|
-
export * from "./search";
|
|
24
|
-
export * from "./services";
|
|
25
|
-
export * from "./services/agentEvent";
|
|
26
|
-
export { AgentEventService } from "./services/agentEvent";
|
|
27
|
-
export * from "./services/message";
|
|
28
|
-
export * from "./services/trajectories";
|
|
29
|
-
export * from "./settings";
|
|
30
|
-
export * from "./streaming-context";
|
|
31
|
-
export * from "./trajectory-context";
|
|
32
|
-
export * from "./trajectory-utils";
|
|
33
|
-
export * from "./types";
|
|
34
|
-
export * from "./types/message-service";
|
|
35
|
-
export * as proto from "./types/proto";
|
|
36
|
-
export { fromJson, type JsonObject, type JsonValue, toJson, } from "./types/proto";
|
|
37
|
-
export * from "./utils";
|
|
8
|
+
export * from "./actions.js";
|
|
9
|
+
export * from "./character.js";
|
|
10
|
+
export * from "./database.js";
|
|
11
|
+
export * from "./database/inMemoryAdapter.js";
|
|
12
|
+
export * from "./entities.js";
|
|
13
|
+
export * from "./features/advanced-memory/index.js";
|
|
14
|
+
export { AutonomyService } from "./features/autonomy/index.js";
|
|
15
|
+
export { createBasicCapabilitiesPlugin } from "./features/basic-capabilities/index.js";
|
|
16
|
+
export * from "./logger.js";
|
|
17
|
+
export * from "./memory.js";
|
|
18
|
+
export * from "./prompts.js";
|
|
19
|
+
export * from "./roles.js";
|
|
20
|
+
export * from "./runtime.js";
|
|
21
|
+
export * from "./schemas/character.js";
|
|
22
|
+
export { type BaseTables, buildBaseTables } from "./schemas/index.js";
|
|
23
|
+
export * from "./search.js";
|
|
24
|
+
export * from "./services.js";
|
|
25
|
+
export * from "./services/agentEvent.js";
|
|
26
|
+
export { AgentEventService } from "./services/agentEvent.js";
|
|
27
|
+
export * from "./services/message.js";
|
|
28
|
+
export * from "./services/trajectories.js";
|
|
29
|
+
export * from "./settings.js";
|
|
30
|
+
export * from "./streaming-context.js";
|
|
31
|
+
export * from "./trajectory-context.js";
|
|
32
|
+
export * from "./trajectory-utils.js";
|
|
33
|
+
export * from "./types/index.js";
|
|
34
|
+
export * from "./types/message-service.js";
|
|
35
|
+
export * as proto from "./types/proto.js";
|
|
36
|
+
export { fromJson, type JsonObject, type JsonValue, toJson, } from "./types/proto.js";
|
|
37
|
+
export * from "./utils.js";
|
|
38
38
|
export { Semaphore } from "./utils/batch-queue/semaphore.js";
|
|
39
|
-
export * from "./utils/buffer";
|
|
40
|
-
export * from "./utils/environment";
|
|
39
|
+
export * from "./utils/buffer.js";
|
|
40
|
+
export * from "./utils/environment.js";
|
|
41
41
|
export declare const isBrowser = true;
|
|
42
42
|
export declare const isNode = false;
|
|
43
43
|
/**
|
package/dist/index.node.d.ts
CHANGED
|
@@ -5,78 +5,78 @@
|
|
|
5
5
|
* This is the full API surface of the core package.
|
|
6
6
|
* Streaming context manager is auto-detected at runtime.
|
|
7
7
|
*/
|
|
8
|
-
export * from "./actions";
|
|
9
|
-
export * from "./character";
|
|
10
|
-
export * from "./character-utils";
|
|
11
|
-
export * from "./connection";
|
|
12
|
-
export { CANONICAL_SECRET_KEYS, type CanonicalSecretKey, CHANNEL_OPTIONAL_SECRETS, getAliasesForKey, getAllSecretsForChannel, getProviderForApiKey, getRequiredSecretsForChannel, isCanonicalSecretKey, isSecretKeyAlias, LOCAL_MODEL_PROVIDERS, } from "./constants";
|
|
13
|
-
export * from "./database";
|
|
14
|
-
export * from "./database/inMemoryAdapter";
|
|
15
|
-
export * from "./entities";
|
|
16
|
-
export { factRefinementEvaluator, skillExtractionEvaluator, skillRefinementEvaluator, } from "./features/advanced-capabilities/evaluators/index";
|
|
17
|
-
export * from "./features/advanced-memory";
|
|
18
|
-
export * from "./features/basic-capabilities/index";
|
|
19
|
-
export * from "./generated/action-docs";
|
|
20
|
-
export * from "./generated/spec-helpers";
|
|
21
|
-
export * from "./logger";
|
|
22
|
-
export * from "./markdown";
|
|
23
|
-
export * from "./media";
|
|
24
|
-
export * from "./memory";
|
|
25
|
-
export * from "./network";
|
|
26
|
-
export { getOptimizationRootDir } from "./optimization-root-dir";
|
|
27
|
-
export * from "./plugin";
|
|
28
|
-
export * from "./plugins";
|
|
29
|
-
export * from "./prompts";
|
|
30
|
-
export * from "./providers/onboarding-progress";
|
|
31
|
-
export * from "./providers/skill-eligibility";
|
|
32
|
-
export * from "./provisioning";
|
|
33
|
-
export * from "./roles";
|
|
34
|
-
export * from "./runtime";
|
|
35
|
-
export * from "./runtime-composition";
|
|
36
|
-
export * from "./schemas/character";
|
|
37
|
-
export * from "./schemas/index";
|
|
38
|
-
export { type BaseTables, buildBaseTables } from "./schemas/index";
|
|
39
|
-
export * from "./search";
|
|
40
|
-
export * from "./secrets";
|
|
41
|
-
export * from "./security";
|
|
42
|
-
export * from "./services";
|
|
43
|
-
export * from "./services/agentEvent";
|
|
44
|
-
export * from "./services/approval";
|
|
45
|
-
export * from "./services/hook";
|
|
46
|
-
export * from "./services/message";
|
|
47
|
-
export * from "./services/onboarding-cli";
|
|
48
|
-
export * from "./services/onboarding-rpc";
|
|
49
|
-
export * from "./services/onboarding-state";
|
|
50
|
-
export * from "./services/pairing";
|
|
51
|
-
export * from "./services/pairing-integration";
|
|
52
|
-
export * from "./services/pairing-migration";
|
|
53
|
-
export * from "./services/plugin-hooks";
|
|
54
|
-
export { getTaskSchedulerAdapter, markTaskSchedulerDirty, registerTaskSchedulerRuntime, startTaskScheduler, stopTaskScheduler, unregisterTaskSchedulerRuntime, } from "./services/task-scheduler";
|
|
55
|
-
export * from "./services/tool-policy";
|
|
56
|
-
export * from "./services/optimized-prompt";
|
|
57
|
-
export * from "./services/trajectories";
|
|
58
|
-
export * from "./sessions";
|
|
59
|
-
export * from "./settings";
|
|
60
|
-
export * from "./settings";
|
|
61
|
-
export * from "./trajectory-context";
|
|
62
|
-
export * from "./trajectory-utils";
|
|
63
|
-
export * from "./types";
|
|
64
|
-
export * from "./types/agentEvent";
|
|
65
|
-
export * from "./types/message-service";
|
|
66
|
-
export * from "./types/onboarding";
|
|
67
|
-
export * from "./types/plugin-manifest";
|
|
68
|
-
export * as proto from "./types/proto";
|
|
69
|
-
export { fromJson, type JsonObject, type JsonValue, toJson, } from "./types/proto";
|
|
70
|
-
export * from "./utils";
|
|
8
|
+
export * from "./actions.js";
|
|
9
|
+
export * from "./character.js";
|
|
10
|
+
export * from "./character-utils.js";
|
|
11
|
+
export * from "./connection.js";
|
|
12
|
+
export { CANONICAL_SECRET_KEYS, type CanonicalSecretKey, CHANNEL_OPTIONAL_SECRETS, getAliasesForKey, getAllSecretsForChannel, getProviderForApiKey, getRequiredSecretsForChannel, isCanonicalSecretKey, isSecretKeyAlias, LOCAL_MODEL_PROVIDERS, } from "./constants/index.js";
|
|
13
|
+
export * from "./database.js";
|
|
14
|
+
export * from "./database/inMemoryAdapter.js";
|
|
15
|
+
export * from "./entities.js";
|
|
16
|
+
export { factRefinementEvaluator, skillExtractionEvaluator, skillRefinementEvaluator, } from "./features/advanced-capabilities/evaluators/index.js";
|
|
17
|
+
export * from "./features/advanced-memory/index.js";
|
|
18
|
+
export * from "./features/basic-capabilities/index.js";
|
|
19
|
+
export * from "./generated/action-docs.js";
|
|
20
|
+
export * from "./generated/spec-helpers.js";
|
|
21
|
+
export * from "./logger.js";
|
|
22
|
+
export * from "./markdown/index.js";
|
|
23
|
+
export * from "./media/index.js";
|
|
24
|
+
export * from "./memory.js";
|
|
25
|
+
export * from "./network/index.js";
|
|
26
|
+
export { getOptimizationRootDir } from "./optimization-root-dir.js";
|
|
27
|
+
export * from "./plugin.js";
|
|
28
|
+
export * from "./plugins/index.js";
|
|
29
|
+
export * from "./prompts.js";
|
|
30
|
+
export * from "./providers/onboarding-progress.js";
|
|
31
|
+
export * from "./providers/skill-eligibility.js";
|
|
32
|
+
export * from "./provisioning.js";
|
|
33
|
+
export * from "./roles.js";
|
|
34
|
+
export * from "./runtime.js";
|
|
35
|
+
export * from "./runtime-composition.js";
|
|
36
|
+
export * from "./schemas/character.js";
|
|
37
|
+
export * from "./schemas/index.js";
|
|
38
|
+
export { type BaseTables, buildBaseTables } from "./schemas/index.js";
|
|
39
|
+
export * from "./search.js";
|
|
40
|
+
export * from "./secrets.js";
|
|
41
|
+
export * from "./security/index.js";
|
|
42
|
+
export * from "./services.js";
|
|
43
|
+
export * from "./services/agentEvent.js";
|
|
44
|
+
export * from "./services/approval.js";
|
|
45
|
+
export * from "./services/hook.js";
|
|
46
|
+
export * from "./services/message.js";
|
|
47
|
+
export * from "./services/onboarding-cli.js";
|
|
48
|
+
export * from "./services/onboarding-rpc.js";
|
|
49
|
+
export * from "./services/onboarding-state.js";
|
|
50
|
+
export * from "./services/pairing.js";
|
|
51
|
+
export * from "./services/pairing-integration.js";
|
|
52
|
+
export * from "./services/pairing-migration.js";
|
|
53
|
+
export * from "./services/plugin-hooks.js";
|
|
54
|
+
export { getTaskSchedulerAdapter, markTaskSchedulerDirty, registerTaskSchedulerRuntime, startTaskScheduler, stopTaskScheduler, unregisterTaskSchedulerRuntime, } from "./services/task-scheduler.js";
|
|
55
|
+
export * from "./services/tool-policy.js";
|
|
56
|
+
export * from "./services/optimized-prompt.js";
|
|
57
|
+
export * from "./services/trajectories.js";
|
|
58
|
+
export * from "./sessions/index.js";
|
|
59
|
+
export * from "./settings.js";
|
|
60
|
+
export * from "./settings.js";
|
|
61
|
+
export * from "./trajectory-context.js";
|
|
62
|
+
export * from "./trajectory-utils.js";
|
|
63
|
+
export * from "./types/index.js";
|
|
64
|
+
export * from "./types/agentEvent.js";
|
|
65
|
+
export * from "./types/message-service.js";
|
|
66
|
+
export * from "./types/onboarding.js";
|
|
67
|
+
export * from "./types/plugin-manifest.js";
|
|
68
|
+
export * as proto from "./types/proto.js";
|
|
69
|
+
export { fromJson, type JsonObject, type JsonValue, toJson, } from "./types/proto.js";
|
|
70
|
+
export * from "./utils.js";
|
|
71
71
|
/** Single implementation — see `utils/batch-queue/semaphore.ts` (was duplicated on `runtime.ts`). */
|
|
72
72
|
export { Semaphore } from "./utils/batch-queue/semaphore.js";
|
|
73
|
-
export * from "./utils/buffer";
|
|
74
|
-
export * from "./utils/channel-utils";
|
|
75
|
-
export * from "./utils/environment";
|
|
76
|
-
export * from "./utils/server-health";
|
|
77
|
-
export * from "./utils/state-dir";
|
|
78
|
-
export * from "./utils/streaming";
|
|
79
|
-
export * from "./validation";
|
|
73
|
+
export * from "./utils/buffer.js";
|
|
74
|
+
export * from "./utils/channel-utils.js";
|
|
75
|
+
export * from "./utils/environment.js";
|
|
76
|
+
export * from "./utils/server-health.js";
|
|
77
|
+
export * from "./utils/state-dir.js";
|
|
78
|
+
export * from "./utils/streaming.js";
|
|
79
|
+
export * from "./validation/index.js";
|
|
80
80
|
export declare const isBrowser = false;
|
|
81
81
|
export declare const isNode = true;
|
|
82
82
|
//# sourceMappingURL=index.node.d.ts.map
|
package/dist/memory.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type Content, type CustomMetadata, type DescriptionMetadata, type DocumentMetadata, type FragmentMetadata, type Memory, type MemoryMetadata, type MessageMemory, type MessageMetadata, type UUID } from "./types";
|
|
1
|
+
import { type Content, type CustomMetadata, type DescriptionMetadata, type DocumentMetadata, type FragmentMetadata, type Memory, type MemoryMetadata, type MessageMemory, type MessageMetadata, type UUID } from "./types/index.js";
|
|
2
2
|
export declare function createMessageMemory(params: {
|
|
3
3
|
id?: UUID;
|
|
4
4
|
entityId: UUID;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { Plugin, PluginOwnership } from "./types/plugin";
|
|
2
|
-
import type { IAgentRuntime } from "./types/runtime";
|
|
1
|
+
import type { Plugin, PluginOwnership } from "./types/plugin.js";
|
|
2
|
+
import type { IAgentRuntime } from "./types/runtime.js";
|
|
3
3
|
type RuntimeWithPluginLifecycle = IAgentRuntime & {
|
|
4
4
|
__elizaPluginLifecycleInstalled?: boolean;
|
|
5
5
|
__elizaPluginOwnership?: Map<string, PluginOwnership>;
|
package/dist/plugin.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Plugin } from "./types";
|
|
1
|
+
import type { Plugin } from "./types/index.js";
|
|
2
2
|
export declare function tryInstallPlugin(pluginName: string): Promise<boolean>;
|
|
3
3
|
export declare function isValidPluginShape(obj: unknown): obj is Plugin;
|
|
4
4
|
export declare function validatePlugin(plugin: unknown): {
|
package/dist/plugins/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { createKnowledgePlugin, KnowledgeService, knowledgePlugin, knowledgePluginCore, knowledgePluginHeadless } from "../features/knowledge/index";
|
|
2
|
-
import { trajectoriesPlugin } from "../features/trajectories/index";
|
|
3
|
-
import { FollowUpService } from "../services/followUp";
|
|
4
|
-
import { RelationshipsService } from "../services/relationships";
|
|
5
|
-
import type { Plugin } from "../types/plugin";
|
|
1
|
+
import { createKnowledgePlugin, KnowledgeService, knowledgePlugin, knowledgePluginCore, knowledgePluginHeadless } from "../features/knowledge/index.js";
|
|
2
|
+
import { trajectoriesPlugin } from "../features/trajectories/index.js";
|
|
3
|
+
import { FollowUpService } from "../services/followUp.js";
|
|
4
|
+
import { RelationshipsService } from "../services/relationships.js";
|
|
5
|
+
import type { Plugin } from "../types/plugin.js";
|
|
6
6
|
export type NativeRuntimeFeature = "knowledge" | "relationships" | "trajectories";
|
|
7
7
|
export declare const relationshipsPlugin: Plugin;
|
|
8
8
|
export declare const nativeRuntimeFeaturePlugins: Record<NativeRuntimeFeature, Plugin>;
|
package/dist/provisioning.d.ts
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
* - Edge and ephemeral runtimes can skip provisioning entirely (they don't import this).
|
|
9
9
|
* - Daemon entry points call provisionAgent() once after initialize().
|
|
10
10
|
*/
|
|
11
|
-
import type { Character, UUID } from "./types";
|
|
12
|
-
import type { IDatabaseAdapter } from "./types/database";
|
|
13
|
-
import type { IAgentRuntime } from "./types/runtime";
|
|
11
|
+
import type { Character, UUID } from "./types/index.js";
|
|
12
|
+
import type { IDatabaseAdapter } from "./types/database.js";
|
|
13
|
+
import type { IAgentRuntime } from "./types/runtime.js";
|
|
14
14
|
export interface ProvisionAgentOptions {
|
|
15
15
|
/** Run plugin schema migrations (DDL). Default true for daemon. */
|
|
16
16
|
runMigrations?: boolean;
|
package/dist/roles.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { IAgentRuntime, Memory, Role, UUID, World } from "./types";
|
|
1
|
+
import type { IAgentRuntime, Memory, Role, UUID, World } from "./types/index.js";
|
|
2
2
|
export type RoleName = "OWNER" | "ADMIN" | "USER" | "GUEST";
|
|
3
3
|
export type RoleGrantSource = "owner" | "manual" | "connector_admin";
|
|
4
4
|
export declare const ROLE_RANK: Record<RoleName, number>;
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
* is connected; basic-capabilities settings (e.g. POSTGRES_URL, PGLITE_DATA_DIR) are what you
|
|
24
24
|
* need to create the adapter in the first place.
|
|
25
25
|
*/
|
|
26
|
-
import type { CharacterInput } from "./character";
|
|
27
|
-
import type { Character, IAgentRuntime, IDatabaseAdapter } from "./types";
|
|
28
|
-
import type { Plugin } from "./types/plugin";
|
|
26
|
+
import type { CharacterInput } from "./character.js";
|
|
27
|
+
import type { Character, IAgentRuntime, IDatabaseAdapter } from "./types/index.js";
|
|
28
|
+
import type { Plugin } from "./types/plugin.js";
|
|
29
29
|
/**
|
|
30
30
|
* Flatten character.settings, character.secrets, and env into a single Record<string, string>.
|
|
31
31
|
* Used when calling adapter factories (Plugin.adapter(agentId, settings)).
|
package/dist/runtime.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { type Action, type ActionResult, type Agent, ChannelType, type Character, type Component, type Content, type Entity, type Evaluator, type EventHandler, type EventPayload, type EventPayloadMap, type GenerateTextOptions, type GenerateTextParams, type GenerateTextResult, type HandlerCallback, type IAgentRuntime, type IDatabaseAdapter, type IMessagingAdapter, type JsonValue, type Log, type LogBody, type Memory, type MemoryMetadata, type Metadata, type ModelHandler, type ModelParamsMap, type ModelResultMap, type ModelTypeName, type PairingAllowlistEntry, type PairingChannel, type PairingRequest, type Participant, type PatchOp, type PipelineHookContext, type PipelineHookPhase, type PipelineHookSpec, type Plugin, type PluginOwnership, type Provider, type Relationship, type Room, type Route, type RuntimeEventStorage, type RuntimeSettings, type SendHandlerFunction, type Service, type ServiceClass, type ServiceTypeName, type State, type StreamChunkCallback, type TargetInfo, type Task, type TaskWorker, type UUID, type World } from "./types";
|
|
2
|
-
import type { IMessageService } from "./types/message-service";
|
|
3
|
-
import type { PromptOptimizationRuntimeHooks } from "./types/prompt-optimization-hooks";
|
|
4
|
-
import type { ExecutionTrace, ScoreSignal } from "./types/prompt-optimization-trace";
|
|
5
|
-
import type { RetryBackoffConfig, SchemaRow, StreamEvent } from "./types/state";
|
|
6
|
-
import type { ToolPolicyConfig, ToolProfileId } from "./types/tools";
|
|
1
|
+
import { type Action, type ActionResult, type Agent, ChannelType, type Character, type Component, type Content, type Entity, type Evaluator, type EventHandler, type EventPayload, type EventPayloadMap, type GenerateTextOptions, type GenerateTextParams, type GenerateTextResult, type HandlerCallback, type IAgentRuntime, type IDatabaseAdapter, type IMessagingAdapter, type JsonValue, type Log, type LogBody, type Memory, type MemoryMetadata, type Metadata, type ModelHandler, type ModelParamsMap, type ModelResultMap, type ModelTypeName, type PairingAllowlistEntry, type PairingChannel, type PairingRequest, type Participant, type PatchOp, type PipelineHookContext, type PipelineHookPhase, type PipelineHookSpec, type Plugin, type PluginOwnership, type Provider, type Relationship, type Room, type Route, type RuntimeEventStorage, type RuntimeSettings, type SendHandlerFunction, type Service, type ServiceClass, type ServiceTypeName, type State, type StreamChunkCallback, type TargetInfo, type Task, type TaskWorker, type UUID, type World } from "./types/index.js";
|
|
2
|
+
import type { IMessageService } from "./types/message-service.js";
|
|
3
|
+
import type { PromptOptimizationRuntimeHooks } from "./types/prompt-optimization-hooks.js";
|
|
4
|
+
import type { ExecutionTrace, ScoreSignal } from "./types/prompt-optimization-trace.js";
|
|
5
|
+
import type { RetryBackoffConfig, SchemaRow, StreamEvent } from "./types/state.js";
|
|
6
|
+
import type { ToolPolicyConfig, ToolProfileId } from "./types/tools.js";
|
|
7
7
|
export declare class AgentRuntime implements IAgentRuntime {
|
|
8
8
|
#private;
|
|
9
9
|
readonly agentId: UUID;
|
|
@@ -103,7 +103,7 @@ export declare class AgentRuntime implements IAgentRuntime {
|
|
|
103
103
|
* This is useful for cost optimization (force SMALL) or quality (force LARGE).
|
|
104
104
|
* While not recommended for production, it can be a fast way to make the agent run cheaper.
|
|
105
105
|
*/
|
|
106
|
-
llmMode?: import("./types").LLMModeType;
|
|
106
|
+
llmMode?: import("./types/index.js").LLMModeType;
|
|
107
107
|
/**
|
|
108
108
|
* Enable or disable the shouldRespond evaluation.
|
|
109
109
|
* When true (default), the agent evaluates whether to respond to each message.
|
|
@@ -217,7 +217,7 @@ export declare class AgentRuntime implements IAgentRuntime {
|
|
|
217
217
|
*
|
|
218
218
|
* Priority: constructor option > character setting LLM_MODE > default (DEFAULT)
|
|
219
219
|
*/
|
|
220
|
-
getLLMMode(): import("./types").LLMModeType;
|
|
220
|
+
getLLMMode(): import("./types/index.js").LLMModeType;
|
|
221
221
|
/**
|
|
222
222
|
* Check if the shouldRespond evaluation is enabled.
|
|
223
223
|
*
|
|
@@ -312,7 +312,7 @@ export declare class AgentRuntime implements IAgentRuntime {
|
|
|
312
312
|
getParticipantsForEntity(entityId: UUID): Promise<Participant[]>;
|
|
313
313
|
getParticipantsForEntities(entityIds: UUID[]): Promise<Participant[]>;
|
|
314
314
|
getParticipantsForRoom(roomId: UUID): Promise<UUID[]>;
|
|
315
|
-
getParticipantsForRooms(roomIds: UUID[]): Promise<import("./types/database").ParticipantsForRoomsResult>;
|
|
315
|
+
getParticipantsForRooms(roomIds: UUID[]): Promise<import("./types/database.js").ParticipantsForRoomsResult>;
|
|
316
316
|
isRoomParticipant(roomId: UUID, entityId: UUID): Promise<boolean>;
|
|
317
317
|
areRoomParticipants(pairs: Array<{
|
|
318
318
|
roomId: UUID;
|
|
@@ -454,7 +454,7 @@ export declare class AgentRuntime implements IAgentRuntime {
|
|
|
454
454
|
key?: string;
|
|
455
455
|
promptName?: string;
|
|
456
456
|
modelSize?: "nano" | "small" | "medium" | "large" | "mega";
|
|
457
|
-
modelType?: import("./types").TextGenerationModelType;
|
|
457
|
+
modelType?: import("./types/index.js").TextGenerationModelType;
|
|
458
458
|
model?: string;
|
|
459
459
|
preferredEncapsulation?: "json" | "xml" | "toon";
|
|
460
460
|
forceFormat?: "json" | "xml" | "toon";
|
|
@@ -574,7 +574,7 @@ export declare class AgentRuntime implements IAgentRuntime {
|
|
|
574
574
|
deleteAgents(agentIds: UUID[]): Promise<boolean>;
|
|
575
575
|
ensureAgentExists(agent: Partial<Agent>): Promise<Agent>;
|
|
576
576
|
getEntityById(entityId: UUID): Promise<Entity | null>;
|
|
577
|
-
getEntitiesForRooms(roomIds: UUID[], includeComponents?: boolean): Promise<import("./types/database").EntitiesForRoomsResult>;
|
|
577
|
+
getEntitiesForRooms(roomIds: UUID[], includeComponents?: boolean): Promise<import("./types/database.js").EntitiesForRoomsResult>;
|
|
578
578
|
getEntitiesForRoom(roomId: UUID, includeComponents?: boolean): Promise<Entity[]>;
|
|
579
579
|
createEntity(entity: Entity): Promise<boolean>;
|
|
580
580
|
createEntities(entities: Entity[]): Promise<UUID[]>;
|
|
@@ -895,12 +895,12 @@ export declare class AgentRuntime implements IAgentRuntime {
|
|
|
895
895
|
getPairingRequests(queries: Array<{
|
|
896
896
|
channel: PairingChannel;
|
|
897
897
|
agentId: UUID;
|
|
898
|
-
}>): Promise<import("./types/database").PairingRequestsResult>;
|
|
898
|
+
}>): Promise<import("./types/database.js").PairingRequestsResult>;
|
|
899
899
|
getPairingAllowlistForChannel(channel: PairingChannel, agentId: UUID): Promise<PairingAllowlistEntry[]>;
|
|
900
900
|
getPairingAllowlists(queries: Array<{
|
|
901
901
|
channel: PairingChannel;
|
|
902
902
|
agentId: UUID;
|
|
903
|
-
}>): Promise<import("./types/database").PairingAllowlistsResult>;
|
|
903
|
+
}>): Promise<import("./types/database.js").PairingAllowlistsResult>;
|
|
904
904
|
createPairingRequests(requests: PairingRequest[]): Promise<UUID[]>;
|
|
905
905
|
updatePairingRequests(requests: PairingRequest[]): Promise<void>;
|
|
906
906
|
deletePairingRequests(ids: UUID[]): Promise<void>;
|
package/dist/schemas/agent.d.ts
CHANGED
package/dist/schemas/cache.d.ts
CHANGED
package/dist/schemas/entity.d.ts
CHANGED
package/dist/schemas/index.d.ts
CHANGED
|
@@ -9,30 +9,30 @@
|
|
|
9
9
|
* sessionSummaries, memoryAccessLogs) which are part of the enhanced
|
|
10
10
|
* memory subsystem.
|
|
11
11
|
*/
|
|
12
|
-
import { longTermMemories, memoryAccessLogs, sessionSummaries } from "../features/advanced-memory/schemas/index.
|
|
13
|
-
import type { BuildTableFn, DialectAdapter } from "../types/schema-builder.
|
|
14
|
-
import { agentSchema } from "./agent.
|
|
15
|
-
import { cacheSchema } from "./cache.
|
|
16
|
-
import { channelSchema } from "./channel.
|
|
17
|
-
import { channelParticipantSchema } from "./channel-participant.
|
|
18
|
-
import { componentSchema } from "./component.
|
|
19
|
-
import { embeddingSchema } from "./embedding.
|
|
20
|
-
import { entitySchema } from "./entity.
|
|
21
|
-
import { entityIdentitySchema, entityMergeCandidateSchema, factCandidateSchema } from "./entity-identity.
|
|
22
|
-
export type { EntityMergeCandidateStatus, FactCandidateKind, FactCandidateStatus, } from "./entity-identity.
|
|
23
|
-
import { logSchema } from "./log.
|
|
24
|
-
import { memorySchema } from "./memory.
|
|
25
|
-
import { messageSchema } from "./message.
|
|
26
|
-
import { messageServerSchema } from "./message-server.
|
|
27
|
-
import { messageServerAgentSchema } from "./message-server-agent.
|
|
28
|
-
import { pairingAllowlistSchema } from "./pairing-allowlist.
|
|
29
|
-
import { pairingRequestSchema } from "./pairing-request.
|
|
30
|
-
import { participantSchema } from "./participant.
|
|
31
|
-
import { relationshipSchema } from "./relationship.
|
|
32
|
-
import { roomSchema } from "./room.
|
|
33
|
-
import { serverSchema } from "./server.
|
|
34
|
-
import { taskSchema } from "./task.
|
|
35
|
-
import { worldSchema } from "./world.
|
|
12
|
+
import { longTermMemories, memoryAccessLogs, sessionSummaries } from "../features/advanced-memory/schemas/index.js";
|
|
13
|
+
import type { BuildTableFn, DialectAdapter } from "../types/schema-builder.js";
|
|
14
|
+
import { agentSchema } from "./agent.js";
|
|
15
|
+
import { cacheSchema } from "./cache.js";
|
|
16
|
+
import { channelSchema } from "./channel.js";
|
|
17
|
+
import { channelParticipantSchema } from "./channel-participant.js";
|
|
18
|
+
import { componentSchema } from "./component.js";
|
|
19
|
+
import { embeddingSchema } from "./embedding.js";
|
|
20
|
+
import { entitySchema } from "./entity.js";
|
|
21
|
+
import { entityIdentitySchema, entityMergeCandidateSchema, factCandidateSchema } from "./entity-identity.js";
|
|
22
|
+
export type { EntityMergeCandidateStatus, FactCandidateKind, FactCandidateStatus, } from "./entity-identity.js";
|
|
23
|
+
import { logSchema } from "./log.js";
|
|
24
|
+
import { memorySchema } from "./memory.js";
|
|
25
|
+
import { messageSchema } from "./message.js";
|
|
26
|
+
import { messageServerSchema } from "./message-server.js";
|
|
27
|
+
import { messageServerAgentSchema } from "./message-server-agent.js";
|
|
28
|
+
import { pairingAllowlistSchema } from "./pairing-allowlist.js";
|
|
29
|
+
import { pairingRequestSchema } from "./pairing-request.js";
|
|
30
|
+
import { participantSchema } from "./participant.js";
|
|
31
|
+
import { relationshipSchema } from "./relationship.js";
|
|
32
|
+
import { roomSchema } from "./room.js";
|
|
33
|
+
import { serverSchema } from "./server.js";
|
|
34
|
+
import { taskSchema } from "./task.js";
|
|
35
|
+
import { worldSchema } from "./world.js";
|
|
36
36
|
export { agentSchema, cacheSchema, channelParticipantSchema, channelSchema, componentSchema, embeddingSchema, entityIdentitySchema, entityMergeCandidateSchema, entitySchema, factCandidateSchema, logSchema, longTermMemories, memoryAccessLogs, memorySchema, messageSchema, messageServerAgentSchema, messageServerSchema, pairingAllowlistSchema, pairingRequestSchema, participantSchema, relationshipSchema, roomSchema, serverSchema, sessionSummaries, taskSchema, worldSchema, };
|
|
37
37
|
/**
|
|
38
38
|
* Type for the object returned by buildBaseTables().
|
package/dist/schemas/log.d.ts
CHANGED
package/dist/schemas/memory.d.ts
CHANGED
package/dist/schemas/room.d.ts
CHANGED
package/dist/schemas/server.d.ts
CHANGED
package/dist/schemas/task.d.ts
CHANGED
package/dist/schemas/world.d.ts
CHANGED