self-evolve: use scoped plugin-sdk/core import

This commit is contained in:
longman 2026-03-11 15:27:10 +08:00
parent 3f0eb2a6b5
commit ef94cb9b17
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { randomUUID } from "node:crypto";
import { join } from "node:path";
import type { OpenClawPluginApi } from "openclaw/plugin-sdk";
import type { OpenClawPluginApi } from "openclaw/plugin-sdk/core";
import { selfEvolveConfigSchema } from "./src/config.js";
import { createEmbeddingAdapter } from "./src/embedding.js";
import {