mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
6 lines
311 B
TypeScript
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";
|