openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
9 lines (8 loc) • 347 B
JavaScript
import { t as createPluginRuntimeStore } from "./runtime-store-uAKGMqTs.js";
//#region extensions/tlon/src/runtime.ts
const { setRuntime: setTlonRuntime, getRuntime: getTlonRuntime } = createPluginRuntimeStore({
pluginId: "tlon",
errorMessage: "Tlon runtime not initialized"
});
//#endregion
export { setTlonRuntime as n, getTlonRuntime as t };