memory_get_many
Fetch multiple memory entries by exact keys in one batch, omitting missing keys and respecting the configured namespace.
Instructions
Batch exact-key lookup (max 50). Missing keys omitted. Respects DELX_MEMORY_NAMESPACE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | Exact keys to fetch (max 50). Missing keys omitted. | |
| privacy_mode | No | summary = keys/meta without full values; structured/raw = full entries (local store parity). | structured |