feat: integrate Cortex local memory into OpenClaw
This commit is contained in:
parent
c92158731e
commit
c8fb1012de
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user