Files
openclaw/extensions/matrix/runtime-api.ts
2026-03-19 14:26:52 -07:00

6 lines
279 B
TypeScript

// Keep the external runtime API light so Jiti callers can resolve Matrix config
// helpers without traversing the full plugin-sdk/runtime graph.
export * from "./src/auth-precedence.js";
export * from "./helper-api.js";
export { sendMessageMatrix } from "./src/matrix/send.js";