UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

9 lines (8 loc) 433 B
import { t as createPluginRuntimeStore } from "./runtime-store-uAKGMqTs.js"; //#region extensions/matrix/src/runtime.ts const { setRuntime: setMatrixRuntime, getRuntime: getMatrixRuntime, tryGetRuntime: getOptionalMatrixRuntime } = createPluginRuntimeStore({ pluginId: "matrix", errorMessage: "Matrix runtime not initialized" }); //#endregion export { getOptionalMatrixRuntime as n, setMatrixRuntime as r, getMatrixRuntime as t };