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:
| Label | Score Range | Description |
|---|---|---|
| Close Match | score ≥ 0.894 | Near-perfect relevance to the query |
| Very High Relevance | 0.632 ≤ score < 0.894 | Strongly related content |
| High Relevance | 0.447 ≤ score < 0.632 | Significantly related content |
| Good Relevance | 0.316 ≤ score < 0.447 | Moderately related content |
| Low Relevance | 0.224 ≤ score < 0.316 | Minimally related content |
| Very Low Relevance | 0.1 ≤ score < 0.224 | Barely related content |
| Irrelevant | score < 0.1 | No meaningful relation to the query |
-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-confidence FLOAT- Minimum confidence 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-confidence.
--as-of, --changed-since, and --recent are mutually exclusive.
Examples:
Basic recall:
QUERY — these modes list memories chronologically):