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.