mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 23:50:26 +00:00
refactor: extract memory host sdk package
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import {
|
||||
parseAgentSessionKey,
|
||||
type MemoryCitationsMode,
|
||||
type MemorySearchResult,
|
||||
type OpenClawConfig,
|
||||
} from "./api.js";
|
||||
} from "openclaw/plugin-sdk/memory-core-host-runtime-core";
|
||||
import type { MemorySearchResult } from "openclaw/plugin-sdk/memory-core-host-runtime-files";
|
||||
|
||||
export function resolveMemoryCitationsMode(cfg: OpenClawConfig): MemoryCitationsMode {
|
||||
const mode = cfg.memory?.citations;
|
||||
|
||||
Reference in New Issue
Block a user