memanto recall
Retrieve memories using semantic search, with optional temporal modes.QUERY- Search query (omit when using--as-of,--changed-since, or--recent— those modes list memories chronologically and ignore any query)
ITS Scoring
Memories are scored using Information Theoretic Similarity (ITS), providing nuanced relevance measurements. Use themin_similarity parameter to filter out results below a certain threshold:
Options:
-t, --type TEXT- Filter by memory type (e.g.fact,preference)-n, --limit INTEGER- Maximum number of results (default: server-configuredRECALL_LIMIT, max: 100)--min-similarity FLOAT- Minimum similarity score (0.0–1.0)--tags TEXT- Filter by tags (comma-separated)--as-of DATETIME- Point-in-time query: what was true at this date? (YYYY-MM-DDor ISO 8601)--changed-since DATE- Differential query: what changed since this date? (YYYY-MM-DDor ISO 8601)--recent- Chronological query: return the most recently stored memories (newest first). Pairs with--limitand--type; ignoresQUERY,--tags, and--min-similarity.
--as-of, --changed-since, and --recent are mutually exclusive.
Examples:
Basic recall:
QUERY — these modes list memories chronologically):
- Source — where the memory came from:
user,agent, or the uploaded file name for file-based memories. - Ref — a pointer to the original record within that source (e.g. a tool-call id or migration id). Only shown when set.
- Provenance — how the memory was obtained:
explicit_statement,inferred,corrected,validated,observed, orimported. - Tags — any tags attached to the memory.