Skip to content

Memory CLI reference


Inspect the paired-host memory recall contract before the full command is available.

Use this page to inspect every public atoi memory command, its accepted flags, and one runnable example.

This command group is in preview. Confirm its output shape before you depend on it in automation.

atoi memoryPreviewInspect the paired-host memory recall contract before the full command is available.

#memory recall

Inspect the preview memory recall contract for a paired host.

atoi memory recall [--chat-id <chat-id>] [--namespace <namespace>]

FlagTypeDefaultValuesWhat it does
--chat-idstringSelect a chat id.
--namespacestringSelect a memory namespace.
--jsonbooleanfalseEmit the canonical JSON envelope.
--ndjsonbooleanfalseEmit one canonical JSON envelope per line.
--formatstringtexttext, jsonChoose human text or the JSON envelope.
--help -hbooleanShow command help.

#Run memory recall

bash
atoi memory recall --chat-id thr_9c4k --namespace release --json

Read Run work from the terminal for the rest of this group, or the CLI reference index for every command.

Was this useful?