mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 09:10:23 +00:00
refactor: move bundled plugin policy into manifests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { OpenClawConfig } from "openclaw/plugin-sdk/memory-core";
|
||||
import { expect } from "vitest";
|
||||
import type { OpenClawConfig } from "../api.js";
|
||||
import { createMemoryGetTool, createMemorySearchTool } from "./tools.js";
|
||||
|
||||
export function asOpenClawConfig(config: Partial<OpenClawConfig>): OpenClawConfig {
|
||||
|
||||
Reference in New Issue
Block a user