Memory CLI reference
Inspect the paired-host memory recall contract before the full command is available.
On this page
Use this page to inspect every public atoi memory command, its accepted flags, and one runnable example. Return to the CLI reference index to choose another command group.
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>]
| Flag | Type | Default | Values | What it does |
|---|---|---|---|---|
--chat-id | string | Select a chat id. | ||
--namespace | string | Select a memory namespace. | ||
--json | boolean | false | Emit the canonical JSON envelope. | |
--ndjson | boolean | false | Emit one canonical JSON envelope per line. | |
--format | string | text | text, json | Choose human text or the JSON envelope. |
--help -h | boolean | Show command help. |
#Run memory recall
atoi memory recall --chat-id thr_9c4k --namespace release --json
Was this useful?