gather
Broad gather. A wider net than deep_recall. Use it to pull in everything related to a person, project, or topic in one call. Returns up to ~18.
related = mem.engram("gather", "everything about Project Atlas", user_id="alice")Response
{ "engram": "gather", "hops": 4, "count": 18,
"memories": [ ... ],
"usage": { "input_tokens": 400, "output_tokens": 637 } }Metered by tokens - every call returns
usage (input + output), counted by the same tokenizer as the rest of the API; no hidden per-engram fee. Need several at once? Call them concurrently - each engram is an independent request.