Plugins: internalize acpx SDK imports

This commit is contained in:
Vincent Koc
2026-03-17 22:58:43 -07:00
parent 02826eaa0c
commit 4d551e6f33
8 changed files with 11 additions and 10 deletions

View File

@@ -10,8 +10,8 @@ import type {
AcpRuntimeStatus,
AcpRuntimeTurnInput,
PluginLogger,
} from "openclaw/plugin-sdk/acpx";
import { AcpRuntimeError } from "openclaw/plugin-sdk/acpx";
} from "../runtime-api.js";
import { AcpRuntimeError } from "../runtime-api.js";
import { toAcpMcpServers, type ResolvedAcpxPluginConfig } from "./config.js";
import { checkAcpxVersion, type AcpxVersionCheckResult } from "./ensure.js";
import {