openclaw/src/plugin-sdk/matrix-runtime-heavy.ts

8 lines
510 B
TypeScript

// Matrix runtime helpers that are needed internally by the bundled extension
// but are too heavy for the light external runtime-api surface.
export { ensureConfiguredAcpBindingReady } from "../acp/persistent-bindings.lifecycle.js";
export { resolveConfiguredAcpBindingRecord } from "../acp/persistent-bindings.resolve.js";
export { maybeCreateMatrixMigrationSnapshot } from "../infra/matrix-migration-snapshot.js";
export { dispatchReplyFromConfigWithSettledDispatcher } from "./inbound-reply-dispatch.js";