mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 02:10:47 +00:00
fix(memory): isolate qmd boot refresh
This commit is contained in:
@@ -33,7 +33,7 @@ function ensureMemoryRuntime(cfg?: OpenClawConfig) {
|
||||
export async function getActiveMemorySearchManager(params: {
|
||||
cfg: OpenClawConfig;
|
||||
agentId: string;
|
||||
purpose?: "default" | "status";
|
||||
purpose?: "default" | "status" | "cli";
|
||||
}) {
|
||||
const runtime = ensureMemoryRuntime(params.cfg);
|
||||
if (!runtime) {
|
||||
|
||||
Reference in New Issue
Block a user