mirror of https://github.com/openclaw/openclaw.git
self-evolve: use scoped plugin-sdk/core import
This commit is contained in:
parent
3f0eb2a6b5
commit
ef94cb9b17
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue