rai memory
Deprecated subcommands. Most
rai memorysubcommands are deprecated aliases that have been replaced by dedicated commands. Onlymigrateremains active. See the migration table below.
Query and manage Rai's memory subsystems. The memory system encompasses the knowledge graph, pattern store, and signal log.
rai memory migrate¶
Migrate memory data between schema versions. Run after upgrading RaiSE to apply any structural changes to stored memory records.
Deprecated Aliases¶
The following subcommands still work but are deprecated. Prefer the canonical commands shown:
| Deprecated | Use instead |
|---|---|
rai memory graph build |
rai graph build |
rai memory graph query |
rai graph query |
rai memory graph context |
rai graph context |
rai memory pattern add |
rai pattern add |
rai memory pattern query |
rai pattern query |
rai memory signal emit |
rai signal emit-work |
These aliases will be removed in a future major release.
See also: rai graph, rai pattern, rai signal