Extensions: migrate feishu plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 01:20:05 -05:00
parent 73de1d038e
commit 1ebd1fdb2d
43 changed files with 46 additions and 46 deletions

View File

@@ -1,7 +1,7 @@
import fs from "node:fs";
import os from "node:os";
import path from "node:path";
import type { OpenClawConfig, PluginRuntime } from "openclaw/plugin-sdk";
import type { OpenClawConfig, PluginRuntime } from "openclaw/plugin-sdk/compat";
import type { DynamicAgentCreationConfig } from "./types.js";
export type MaybeCreateDynamicAgentResult = {