Skip to main content

Module cli

Module cli 

Source
Expand description

construct memory CLI commands, backed by Kumiho MCP.

Persistent memory in Construct is stored in Kumiho as item → revision pairs, with small content stashed in the revision’s metadata (content key). The CLI targets a dedicated Memory space under the configured memory project so CLI-managed entries stay separate from memories captured via kumiho_memory_reflect and friends.

Constants§

CLI_SPACE_NAME
Subspace name (under the configured kumiho.memory_project) where CLI-managed entries live. Keeps them separate from agent-captured memories.

Functions§

cli_revision_metadata
Construct a revision metadata map for a CLI-stored memory entry.
handle_command
Handle construct memory <subcommand> CLI commands.