Files
openclaw/src/plugin-sdk/session-binding-runtime.ts
2026-04-17 16:14:28 +01:00

10 lines
356 B
TypeScript

// Narrow session-binding runtime surface for channels that only need current
// conversation binding state, not configured binding routing or pairing stores.
export {
__testing,
getSessionBindingService,
registerSessionBindingAdapter,
type SessionBindingRecord,
type SessionBindingService,
} from "../infra/outbound/session-binding-service.js";