Plugins: internalize matrix and feishu SDK imports

This commit is contained in:
Vincent Koc
2026-03-17 19:33:18 -07:00
parent 1313767825
commit 889bb8a78a
66 changed files with 75 additions and 75 deletions

View File

@@ -1,5 +1,5 @@
import type { PluginRuntime } from "openclaw/plugin-sdk/feishu";
import { createPluginRuntimeStore } from "openclaw/plugin-sdk/runtime-store";
import type { PluginRuntime } from "../runtime-api.js";
const { setRuntime: setFeishuRuntime, getRuntime: getFeishuRuntime } =
createPluginRuntimeStore<PluginRuntime>("Feishu runtime not initialized");