Files
openclaw/src/plugin-sdk/acp-binding-runtime.ts
2026-04-05 14:20:31 +01:00

6 lines
311 B
TypeScript

// Narrow ACP binding helpers for plugins that need persistent ACP setup state
// without importing the broad core SDK surface.
export { ensureConfiguredAcpBindingReady } from "../acp/persistent-bindings.lifecycle.js";
export { resolveConfiguredAcpBindingRecord } from "../acp/persistent-bindings.resolve.js";