openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
3 lines (2 loc) • 877 B
TypeScript
export { buildActiveMemoryPromptSection, emptyPluginConfigSchema, getMemoryCapabilityRegistration, getMemoryEmbeddingProvider, listActiveMemoryPublicArtifacts, listMemoryEmbeddingProviders, listRegisteredMemoryEmbeddingProviderAdapters, listRegisteredMemoryEmbeddingProviders, resolveCanonicalRootMemoryFile, shouldSkipRootMemoryAuxiliaryPath, } from "./openclaw-runtime.js";
export type { MemoryEmbeddingBatchChunk, MemoryEmbeddingBatchOptions, MemoryEmbeddingProvider, MemoryEmbeddingProviderAdapter, MemoryEmbeddingProviderCallOptions, MemoryEmbeddingProviderCreateOptions, MemoryEmbeddingProviderCreateResult, MemoryEmbeddingProviderRuntime, MemoryFlushPlan, MemoryFlushPlanResolver, MemoryPluginCapability, MemoryPluginPublicArtifact, MemoryPluginPublicArtifactsProvider, MemoryPluginRuntime, MemoryPromptSectionBuilder, OpenClawPluginApi, } from "./openclaw-runtime.js";