recall

Cross-Encoder Reranking: The Last Stage of Agent Memory Recall
Retrieval hands the reranker a few hundred plausible memories. What happens next decides what your agent actually sees. Inside Hindsight's cross-encoder stage: score normalization, multiplicative boosts, candidate budgets, and how to make recall fail open.

recall vs reflect: Search Your Agent's Memory, or Ask It
Hindsight gives your agent two ways to read its memory. recall retrieves the relevant facts (no LLM, instant). reflect reasons across them to synthesize an answer. When to use each.