feat: integrate Cortex local memory into OpenClaw

This commit is contained in:
Marc J Saint-jour 2026-03-12 18:41:07 -04:00
parent 93f09f7d02
commit c889cdfe5b

View File

@ -16,6 +16,7 @@ import { handleConfigCommand, handleDebugCommand } from "./commands-config.js";
import {
handleCommandsListCommand,
handleContextCommand,
handleCortexCommand,
handleExportSessionCommand,
handleHelpCommand,
handleStatusCommand,
@ -186,6 +187,7 @@ export async function handleCommands(params: HandleCommandsParams): Promise<Comm
handleAllowlistCommand,
handleApproveCommand,
handleContextCommand,
handleCortexCommand,
handleExportSessionCommand,
handleWhoamiCommand,
handleSubagentsCommand,