mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 21:20:23 +00:00
Plugins: internalize acpx SDK imports
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user