mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 20:30:42 +00:00
10 lines
356 B
TypeScript
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";
|