kitaru memory
Inspect and manage persisted memory entries.
Usage
kitaru memory COMMANDCommands
| Command | Description |
|---|---|
compact | Summarize memory values using an LLM and write the result as a new version. |
compaction-log | Show the compaction audit log for one scope. |
delete | Soft-delete one memory key from one explicit scope. |
get | Read the latest value for one memory key in one explicit scope. |
history | Show all versions for one memory key in one explicit scope. |
list | List active memory entries for one explicit scope. |
purge | Physically delete old versions of one memory key. |
purge-scope | Purge old versions across all keys in one scope. |
reindex | Backfill indexing tags for historical memory artifacts. |
scopes | List all discovered memory scopes. |
set | Write one memory value into one explicit scope. |