Files
openclaw/extensions/matrix/session-binding-contract-api.ts
Peter Steinberger 1db88feeef refactor(channels): own thread binding cleanup in managers (#124221)
* refactor(channels): own thread binding cleanup in managers

* test(channels): prove thread binding lifecycle cleanup
2026-08-15 11:35:55 -07:00

4 lines
194 B
TypeScript

// Matrix API module exposes the plugin public contract.
export { createMatrixThreadBindingManager } from "./src/matrix/thread-bindings.js";
export { setMatrixRuntime } from "./src/runtime.js";