feat: integrate Cortex local memory into OpenClaw

This commit is contained in:
Marc J Saint-jour 2026-03-12 18:40:57 -04:00
parent 1f52b3c543
commit 1f1c6fd029

View File

@ -60,6 +60,10 @@ describe("resolveAgentConfig", () => {
workspace: "~/openclaw",
agentDir: "~/.openclaw/agents/main",
model: "anthropic/claude-opus-4",
memorySearch: undefined,
cortex: undefined,
humanDelay: undefined,
heartbeat: undefined,
identity: undefined,
groupChat: undefined,
subagents: undefined,