feat: integrate Cortex local memory into OpenClaw

This commit is contained in:
Marc J Saint-jour 2026-03-12 18:41:15 -04:00
parent c92158731e
commit c8fb1012de

View File

@ -11,6 +11,7 @@ export const CONFIGURE_WIZARD_SECTIONS = [
"workspace",
"model",
"web",
"memory",
"gateway",
"daemon",
"channels",
@ -53,6 +54,11 @@ export const CONFIGURE_SECTION_OPTIONS: Array<{
{ value: "workspace", label: "Workspace", hint: "Set workspace + sessions" },
{ value: "model", label: "Model", hint: "Pick provider + credentials" },
{ value: "web", label: "Web tools", hint: "Configure web search (Perplexity/Brave) + fetch" },
{
value: "memory",
label: "Cortex memory",
hint: "Enable the local Cortex prompt bridge for agent context",
},
{ value: "gateway", label: "Gateway", hint: "Port, bind, auth, tailscale" },
{
value: "daemon",