@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
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
* forms let users provide information naturally. This module extracts
|
|
7
7
|
* structured data from natural language using LLM.
|
|
8
8
|
*/
|
|
9
|
-
import type { IAgentRuntime, JsonValue } from "../../../types/index.
|
|
10
|
-
import type { TemplateValues } from "./template.
|
|
11
|
-
import type { ExtractionResult, FormControl, FormDefinition, IntentResult } from "./types.
|
|
9
|
+
import type { IAgentRuntime, JsonValue } from "../../../types/index.js";
|
|
10
|
+
import type { TemplateValues } from "./template.js";
|
|
11
|
+
import type { ExtractionResult, FormControl, FormDefinition, IntentResult } from "./types.js";
|
|
12
12
|
/**
|
|
13
13
|
* Extract field values and detect intent from user message using LLM.
|
|
14
14
|
*/
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
*
|
|
5
5
|
* Conversational forms for data collection in elizaOS.
|
|
6
6
|
*/
|
|
7
|
-
export * from "./types.
|
|
8
|
-
export { BUILTIN_TYPE_MAP, BUILTIN_TYPES, getBuiltinType, isBuiltinType, registerBuiltinTypes, } from "./builtins.
|
|
9
|
-
export { clearTypeHandlers, formatValue, getTypeHandler, matchesMimeType, parseValue, registerTypeHandler, validateField, } from "./validation.
|
|
10
|
-
export { hasDataToExtract, isLifecycleIntent, isUXIntent, quickIntentDetect, } from "./intent.
|
|
11
|
-
export { deleteSession, getActiveSession, getAllActiveSessions, getAutofillData, getStashedSessions, getSubmissions, saveAutofillData, saveSession, saveSubmission, } from "./storage.
|
|
12
|
-
export { detectCorrection, extractSingleField, llmIntentAndExtract, } from "./extraction.
|
|
13
|
-
export { calculateTTL, formatEffort, formatTimeRemaining, isExpired, isExpiringSoon, shouldConfirmCancel, shouldNudge, } from "./ttl.
|
|
14
|
-
export { applyControlDefaults, applyFormDefaults, prettify, } from "./defaults.
|
|
15
|
-
export type { TemplateValues } from "./template.
|
|
16
|
-
export { buildTemplateValues, renderTemplate, resolveControlTemplates, } from "./template.
|
|
17
|
-
export { C, ControlBuilder, Form, FormBuilder } from "./builder.
|
|
18
|
-
export type { FormService } from "./service.
|
|
19
|
-
export { formRestoreAction } from "./actions/restore.
|
|
20
|
-
export { formEvaluator } from "./evaluators/extractor.
|
|
21
|
-
export { formContextProvider } from "./providers/context.
|
|
7
|
+
export * from "./types.js";
|
|
8
|
+
export { BUILTIN_TYPE_MAP, BUILTIN_TYPES, getBuiltinType, isBuiltinType, registerBuiltinTypes, } from "./builtins.js";
|
|
9
|
+
export { clearTypeHandlers, formatValue, getTypeHandler, matchesMimeType, parseValue, registerTypeHandler, validateField, } from "./validation.js";
|
|
10
|
+
export { hasDataToExtract, isLifecycleIntent, isUXIntent, quickIntentDetect, } from "./intent.js";
|
|
11
|
+
export { deleteSession, getActiveSession, getAllActiveSessions, getAutofillData, getStashedSessions, getSubmissions, saveAutofillData, saveSession, saveSubmission, } from "./storage.js";
|
|
12
|
+
export { detectCorrection, extractSingleField, llmIntentAndExtract, } from "./extraction.js";
|
|
13
|
+
export { calculateTTL, formatEffort, formatTimeRemaining, isExpired, isExpiringSoon, shouldConfirmCancel, shouldNudge, } from "./ttl.js";
|
|
14
|
+
export { applyControlDefaults, applyFormDefaults, prettify, } from "./defaults.js";
|
|
15
|
+
export type { TemplateValues } from "./template.js";
|
|
16
|
+
export { buildTemplateValues, renderTemplate, resolveControlTemplates, } from "./template.js";
|
|
17
|
+
export { C, ControlBuilder, Form, FormBuilder } from "./builder.js";
|
|
18
|
+
export type { FormService } from "./service.js";
|
|
19
|
+
export { formRestoreAction } from "./actions/restore.js";
|
|
20
|
+
export { formEvaluator } from "./evaluators/extractor.js";
|
|
21
|
+
export { formContextProvider } from "./providers/context.js";
|
|
22
22
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
* ### Tier 2: LLM Fallback
|
|
16
16
|
* When fast path returns null, we use LLM for non-English, ambiguous, or complex messages.
|
|
17
17
|
*/
|
|
18
|
-
import type { FormIntent } from "./types.
|
|
18
|
+
import type { FormIntent } from "./types.js";
|
|
19
19
|
/**
|
|
20
20
|
* Quick intent detection using English keywords.
|
|
21
21
|
*
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* This provider injects form state into the agent's context BEFORE
|
|
6
6
|
* the agent generates a response.
|
|
7
7
|
*/
|
|
8
|
-
import type { Provider } from "../../../../types/index.
|
|
8
|
+
import type { Provider } from "../../../../types/index.js";
|
|
9
9
|
export declare const formContextProvider: Provider;
|
|
10
10
|
export default formContextProvider;
|
|
11
11
|
//# sourceMappingURL=context.d.ts.map
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* The FormService is the journey controller. It ensures agents stay on
|
|
6
6
|
* the path defined by form definitions, guiding users reliably to outcomes.
|
|
7
7
|
*/
|
|
8
|
-
import { type IAgentRuntime, type JsonValue, type UUID } from "../../../types/index.
|
|
9
|
-
import { Service } from "../../../types/service.
|
|
10
|
-
import type { ControlType, ExternalActivation, FieldState, FormContextState, FormControl, FormDefinition, FormSession, FormSubmission } from "./types.
|
|
8
|
+
import { type IAgentRuntime, type JsonValue, type UUID } from "../../../types/index.js";
|
|
9
|
+
import { Service } from "../../../types/service.js";
|
|
10
|
+
import type { ControlType, ExternalActivation, FieldState, FormContextState, FormControl, FormDefinition, FormSession, FormSubmission } from "./types.js";
|
|
11
11
|
export declare class FormService extends Service {
|
|
12
12
|
static serviceType: string;
|
|
13
13
|
capabilityDescription: string;
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
* 3. No Custom Schema: Uses existing elizaOS infrastructure
|
|
9
9
|
* 4. Room Scoping: Component type includes roomId for session isolation
|
|
10
10
|
*/
|
|
11
|
-
import type { IAgentRuntime, JsonValue, UUID } from "../../../types/index.
|
|
12
|
-
import type { FormAutofillData, FormSession, FormSubmission } from "./types.
|
|
11
|
+
import type { IAgentRuntime, JsonValue, UUID } from "../../../types/index.js";
|
|
12
|
+
import type { FormAutofillData, FormSession, FormSubmission } from "./types.js";
|
|
13
13
|
export declare function getActiveSession(runtime: IAgentRuntime, entityId: UUID, roomId: UUID): Promise<FormSession | null>;
|
|
14
14
|
export declare function getAllActiveSessions(runtime: IAgentRuntime, entityId: UUID): Promise<FormSession[]>;
|
|
15
15
|
export declare function getStashedSessions(runtime: IAgentRuntime, entityId: UUID): Promise<FormSession[]>;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @module template
|
|
3
3
|
* @description Simple template resolution for form-controlled prompts
|
|
4
4
|
*/
|
|
5
|
-
import type { FormControl, FormSession } from "./types.
|
|
5
|
+
import type { FormControl, FormSession } from "./types.js";
|
|
6
6
|
export type TemplateValues = Record<string, string>;
|
|
7
7
|
export declare function buildTemplateValues(session: FormSession): TemplateValues;
|
|
8
8
|
export declare function renderTemplate(template: string | undefined, values: TemplateValues): string | undefined;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*
|
|
5
5
|
* Effort-based TTL: the more time a user spends on a form, the longer we keep it.
|
|
6
6
|
*/
|
|
7
|
-
import type { FormDefinition, FormSession } from "./types.
|
|
7
|
+
import type { FormDefinition, FormSession } from "./types.js";
|
|
8
8
|
/**
|
|
9
9
|
* Calculate TTL based on user effort.
|
|
10
10
|
*
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
* 5. **TypeScript-First**: Types use discriminated unions, generics, and
|
|
33
33
|
* template literals for excellent IDE support and type safety.
|
|
34
34
|
*/
|
|
35
|
-
import type { IAgentRuntime, JsonValue, UUID } from "../../../types/index.
|
|
35
|
+
import type { IAgentRuntime, JsonValue, UUID } from "../../../types/index.js";
|
|
36
36
|
/**
|
|
37
37
|
* Select/choice option for select-type fields.
|
|
38
38
|
*/
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
* @module validation
|
|
3
3
|
* @description Field validation utilities for the Form Plugin
|
|
4
4
|
*/
|
|
5
|
-
import type { JsonValue } from "../../../types/index.
|
|
6
|
-
import type { FormControl, TypeHandler } from "./types.
|
|
5
|
+
import type { JsonValue } from "../../../types/index.js";
|
|
6
|
+
import type { FormControl, TypeHandler } from "./types.js";
|
|
7
7
|
/**
|
|
8
8
|
* Validation result.
|
|
9
9
|
*/
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
* - Evaluators (reflection, relationship extraction, experience learning, form extraction, character evolution)
|
|
11
11
|
* - Additional services (experience, clipboard, form, personality)
|
|
12
12
|
*/
|
|
13
|
-
import type { ServiceClass } from "../../types/plugin.
|
|
14
|
-
export * from "./actions/index.
|
|
15
|
-
export * from "./clipboard/index.
|
|
16
|
-
export * from "./evaluators/index.
|
|
17
|
-
export * from "./experience/index.
|
|
18
|
-
export * from "./form/index.
|
|
19
|
-
export * from "./personality/index.
|
|
20
|
-
export * from "./providers/index.
|
|
13
|
+
import type { ServiceClass } from "../../types/plugin.js";
|
|
14
|
+
export * from "./actions/index.js";
|
|
15
|
+
export * from "./clipboard/index.js";
|
|
16
|
+
export * from "./evaluators/index.js";
|
|
17
|
+
export * from "./experience/index.js";
|
|
18
|
+
export * from "./form/index.js";
|
|
19
|
+
export * from "./personality/index.js";
|
|
20
|
+
export * from "./providers/index.js";
|
|
21
21
|
/**
|
|
22
22
|
* Advanced providers - extended context and state management
|
|
23
23
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Action } from "../../../../types/index.
|
|
1
|
+
import type { Action } from "../../../../types/index.js";
|
|
2
2
|
/**
|
|
3
3
|
* Action for direct character modification based on user requests or self-reflection
|
|
4
4
|
* Handles both explicit user requests and agent-initiated modifications
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* Personality / self-modification — bundled with advanced capabilities.
|
|
3
3
|
* Replaces the standalone `@elizaos/plugin-personality` package for TypeScript core.
|
|
4
4
|
*/
|
|
5
|
-
export { modifyCharacterAction } from "./actions/modify-character.
|
|
6
|
-
export { characterEvolutionEvaluator } from "./evaluators/character-evolution.
|
|
7
|
-
export { userPersonalityProvider } from "./providers/user-personality.
|
|
8
|
-
export type { CharacterFileManager } from "./services/character-file-manager.
|
|
9
|
-
export * from "./types.
|
|
5
|
+
export { modifyCharacterAction } from "./actions/modify-character.js";
|
|
6
|
+
export { characterEvolutionEvaluator } from "./evaluators/character-evolution.js";
|
|
7
|
+
export { userPersonalityProvider } from "./providers/user-personality.js";
|
|
8
|
+
export type { CharacterFileManager } from "./services/character-file-manager.js";
|
|
9
|
+
export * from "./types.js";
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Provider } from "../../../../types/index.
|
|
1
|
+
import type { Provider } from "../../../../types/index.js";
|
|
2
2
|
/**
|
|
3
3
|
* Injects per-user interaction preferences into the prompt so the agent
|
|
4
4
|
* adapts its style for each individual user without changing the global
|
package/dist/features/advanced-capabilities/personality/services/character-file-manager.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
import type { IAgentRuntime } from "../../../../types/index.
|
|
3
|
-
import { Service } from "../../../../types/service.
|
|
2
|
+
import type { IAgentRuntime } from "../../../../types/index.js";
|
|
3
|
+
import { Service } from "../../../../types/service.js";
|
|
4
4
|
declare const CharacterModificationSchema: z.ZodObject<{
|
|
5
5
|
name: z.ZodOptional<z.ZodString>;
|
|
6
6
|
system: z.ZodOptional<z.ZodString>;
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extended providers that can be enabled with `advancedCapabilities: true`.
|
|
5
5
|
*/
|
|
6
|
-
export { contactsProvider } from "./contacts.
|
|
7
|
-
export { factsProvider } from "./facts.
|
|
8
|
-
export { followUpsProvider } from "./followUps.
|
|
9
|
-
export { knowledgeProvider } from "./knowledge.
|
|
10
|
-
export { relationshipsProvider } from "./relationships.
|
|
11
|
-
export { roleProvider } from "./roles.
|
|
12
|
-
export { settingsProvider } from "./settings.
|
|
6
|
+
export { contactsProvider } from "./contacts.js";
|
|
7
|
+
export { factsProvider } from "./facts.js";
|
|
8
|
+
export { followUpsProvider } from "./followUps.js";
|
|
9
|
+
export { knowledgeProvider } from "./knowledge.js";
|
|
10
|
+
export { relationshipsProvider } from "./relationships.js";
|
|
11
|
+
export { roleProvider } from "./roles.js";
|
|
12
|
+
export { settingsProvider } from "./settings.js";
|
|
13
13
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { longTermExtractionEvaluator } from "./long-term-extraction.
|
|
2
|
-
export { summarizationEvaluator } from "./summarization.
|
|
1
|
+
export { longTermExtractionEvaluator } from "./long-term-extraction.js";
|
|
2
|
+
export { summarizationEvaluator } from "./summarization.js";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type { Plugin } from "../../types/index.
|
|
2
|
-
export { longTermExtractionEvaluator, summarizationEvaluator, } from "./evaluators/index.
|
|
3
|
-
export { contextSummaryProvider, longTermMemoryProvider, } from "./providers/index.
|
|
4
|
-
export * from "./schemas/index.
|
|
5
|
-
export { MemoryService } from "./services/memory-service.
|
|
6
|
-
export { type LongTermMemory, LongTermMemoryCategory, type MemoryConfig, type MemoryExtraction, type MemoryServiceTypeName, type SessionSummary, type SummaryResult, } from "./types.
|
|
1
|
+
import type { Plugin } from "../../types/index.js";
|
|
2
|
+
export { longTermExtractionEvaluator, summarizationEvaluator, } from "./evaluators/index.js";
|
|
3
|
+
export { contextSummaryProvider, longTermMemoryProvider, } from "./providers/index.js";
|
|
4
|
+
export * from "./schemas/index.js";
|
|
5
|
+
export { MemoryService } from "./services/memory-service.js";
|
|
6
|
+
export { type LongTermMemory, LongTermMemoryCategory, type MemoryConfig, type MemoryExtraction, type MemoryServiceTypeName, type SessionSummary, type SummaryResult, } from "./types.js";
|
|
7
7
|
/**
|
|
8
8
|
* Create the advanced-memory plugin.
|
|
9
9
|
*
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { initialSummarizationTemplate, longTermExtractionTemplate, updateSummarizationTemplate, } from "../../prompts.
|
|
1
|
+
export { initialSummarizationTemplate, longTermExtractionTemplate, updateSummarizationTemplate, } from "../../prompts.js";
|
|
2
2
|
//# sourceMappingURL=prompts.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { contextSummaryProvider } from "./context-summary.
|
|
2
|
-
export { longTermMemoryProvider } from "./long-term-memory.
|
|
1
|
+
export { contextSummaryProvider } from "./context-summary.js";
|
|
2
|
+
export { longTermMemoryProvider } from "./long-term-memory.js";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export type { IndexColumn, SchemaColumn, SchemaIndex, SchemaTable, } from "../../../types/schema";
|
|
2
|
-
export { longTermMemories } from "./long-term-memories";
|
|
3
|
-
export { memoryAccessLogs } from "./memory-access-logs";
|
|
4
|
-
export { sessionSummaries } from "./session-summaries";
|
|
1
|
+
export type { IndexColumn, SchemaColumn, SchemaIndex, SchemaTable, } from "../../../types/schema.js";
|
|
2
|
+
export { longTermMemories } from "./long-term-memories.js";
|
|
3
|
+
export { memoryAccessLogs } from "./memory-access-logs.js";
|
|
4
|
+
export { sessionSummaries } from "./session-summaries.js";
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type IAgentRuntime, Service, type ServiceTypeName, type UUID } from "../../../types/index.
|
|
2
|
-
import type { LongTermMemory, LongTermMemoryCategory, MemoryConfig, SessionSummary } from "../types.
|
|
1
|
+
import { type IAgentRuntime, Service, type ServiceTypeName, type UUID } from "../../../types/index.js";
|
|
2
|
+
import type { LongTermMemory, LongTermMemoryCategory, MemoryConfig, SessionSummary } from "../types.js";
|
|
3
3
|
export declare class MemoryService extends Service {
|
|
4
4
|
static serviceType: ServiceTypeName;
|
|
5
5
|
private sessionMessageCounts;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { TextGenerationModelType, UUID } from "../../types/index.
|
|
1
|
+
import type { TextGenerationModelType, UUID } from "../../types/index.js";
|
|
2
2
|
export type JsonPrimitive = string | number | boolean | null;
|
|
3
3
|
export type JsonValue = JsonPrimitive | JsonValue[] | {
|
|
4
4
|
[key: string]: JsonValue;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { Plugin } from "../../types/index.
|
|
1
|
+
import type { Plugin } from "../../types/index.js";
|
|
2
2
|
export declare function createAdvancedPlanningPlugin(): Plugin;
|
|
3
|
-
export { PlanningService } from "./services/planning-service.
|
|
4
|
-
export * from "./types.
|
|
3
|
+
export { PlanningService } from "./services/planning-service.js";
|
|
4
|
+
export * from "./types.js";
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type ActionParameters, type ActionResult, type Content, type HandlerCallback, type IAgentRuntime, type Memory, Service, type State, type UUID } from "../../../types/index.
|
|
2
|
-
import type { JsonValue, PlanningContext, RetryPolicy } from "../types.
|
|
1
|
+
import { type ActionParameters, type ActionResult, type Content, type HandlerCallback, type IAgentRuntime, type Memory, Service, type State, type UUID } from "../../../types/index.js";
|
|
2
|
+
import type { JsonValue, PlanningContext, RetryPolicy } from "../types.js";
|
|
3
3
|
interface ActionStep {
|
|
4
4
|
id?: UUID;
|
|
5
5
|
actionName?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ActionParameters, ActionResult, HandlerCallback, Memory, State, UUID } from "../../types/index.
|
|
1
|
+
import type { ActionParameters, ActionResult, HandlerCallback, Memory, State, UUID } from "../../types/index.js";
|
|
2
2
|
export type JsonPrimitive = string | number | boolean | null;
|
|
3
3
|
export type JsonValue = JsonPrimitive | JsonValue[] | {
|
|
4
4
|
[key: string]: JsonValue;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* Evaluate without duplicating message.ts. One facade keeps schema and semantics
|
|
8
8
|
* aligned and gives a single place to change post-LLM behavior.
|
|
9
9
|
*/
|
|
10
|
-
import type { HandlerCallback, IAgentRuntime, Memory } from "../../types/index.
|
|
10
|
+
import type { HandlerCallback, IAgentRuntime, Memory } from "../../types/index.js";
|
|
11
11
|
/**
|
|
12
12
|
* Run the same post-LLM steps as the message pipeline for an autonomy response:
|
|
13
13
|
* build response content and messages, save to memory, process actions, run
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Provides autonomous operation capabilities for agents.
|
|
5
5
|
*/
|
|
6
|
-
export { sendToAdminAction } from "./action";
|
|
7
|
-
export { adminChatProvider, autonomyStatusProvider } from "./providers";
|
|
8
|
-
export { autonomyRoutes } from "./routes";
|
|
9
|
-
export { AUTONOMY_SERVICE_TYPE, AUTONOMY_TASK_NAME, AUTONOMY_TASK_TAGS, AutonomyService, } from "./service";
|
|
10
|
-
export type { AutonomyConfig, AutonomyStatus } from "./types";
|
|
6
|
+
export { sendToAdminAction } from "./action.js";
|
|
7
|
+
export { adminChatProvider, autonomyStatusProvider } from "./providers.js";
|
|
8
|
+
export { autonomyRoutes } from "./routes.js";
|
|
9
|
+
export { AUTONOMY_SERVICE_TYPE, AUTONOMY_TASK_NAME, AUTONOMY_TASK_TAGS, AutonomyService, } from "./service.js";
|
|
10
|
+
export type { AutonomyConfig, AutonomyStatus } from "./types.js";
|
|
11
11
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
* section is registered; the batcher's background tick and minCycleMs drive
|
|
7
7
|
* when the autonomy section drains. No Task DB or worker.
|
|
8
8
|
*/
|
|
9
|
-
import { type IAgentRuntime, type UUID } from "../../types";
|
|
10
|
-
import { Service } from "../../types/service";
|
|
11
|
-
import type { AutonomyStatus } from "./types";
|
|
9
|
+
import { type IAgentRuntime, type UUID } from "../../types/index.js";
|
|
10
|
+
import { Service } from "../../types/service.js";
|
|
11
|
+
import type { AutonomyStatus } from "./types.js";
|
|
12
12
|
/**
|
|
13
13
|
* Service type constant for autonomy
|
|
14
14
|
*/
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Core response actions included by default in the basic-capabilities plugin.
|
|
5
5
|
*/
|
|
6
|
-
export { choiceAction } from "./choice.
|
|
7
|
-
export { ignoreAction } from "./ignore.
|
|
8
|
-
export { noneAction } from "./none.
|
|
9
|
-
export { replyAction } from "./reply.
|
|
6
|
+
export { choiceAction } from "./choice.js";
|
|
7
|
+
export { ignoreAction } from "./ignore.js";
|
|
8
|
+
export { noneAction } from "./none.js";
|
|
9
|
+
export { replyAction } from "./reply.js";
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -9,17 +9,17 @@
|
|
|
9
9
|
* - Event handlers for runtime events
|
|
10
10
|
* - Plugin creation utilities
|
|
11
11
|
*/
|
|
12
|
-
import type { Evaluator, IAgentRuntime, Media, Memory, MentionContext, Plugin, Room } from "../../types/index.
|
|
13
|
-
import type { ServiceClass } from "../../types/plugin.
|
|
14
|
-
export * from "./actions/index.
|
|
15
|
-
export * from "./providers/index.
|
|
16
|
-
import { advancedCapabilities } from "../advanced-capabilities/index.
|
|
17
|
-
export * from "../advanced-capabilities/actions/index.
|
|
18
|
-
export * from "../advanced-capabilities/evaluators/index.
|
|
19
|
-
export { advancedActions, advancedCapabilities, advancedEvaluators, advancedProviders, advancedServices, } from "../advanced-capabilities/index.
|
|
20
|
-
export * from "../advanced-capabilities/providers/index.
|
|
21
|
-
export * from "../autonomy/index.
|
|
22
|
-
export { coreCapabilities, pluginManagerCapability, secretsCapability, trustCapability, } from "../index.
|
|
12
|
+
import type { Evaluator, IAgentRuntime, Media, Memory, MentionContext, Plugin, Room } from "../../types/index.js";
|
|
13
|
+
import type { ServiceClass } from "../../types/plugin.js";
|
|
14
|
+
export * from "./actions/index.js";
|
|
15
|
+
export * from "./providers/index.js";
|
|
16
|
+
import { advancedCapabilities } from "../advanced-capabilities/index.js";
|
|
17
|
+
export * from "../advanced-capabilities/actions/index.js";
|
|
18
|
+
export * from "../advanced-capabilities/evaluators/index.js";
|
|
19
|
+
export { advancedActions, advancedCapabilities, advancedEvaluators, advancedProviders, advancedServices, } from "../advanced-capabilities/index.js";
|
|
20
|
+
export * from "../advanced-capabilities/providers/index.js";
|
|
21
|
+
export * from "../autonomy/index.js";
|
|
22
|
+
export { coreCapabilities, pluginManagerCapability, secretsCapability, trustCapability, } from "../index.js";
|
|
23
23
|
type MediaData = {
|
|
24
24
|
data: Buffer;
|
|
25
25
|
mediaType: string;
|