MAG: Memory-Augmented Generation—systems where an agent maintains a persistent external memory to support long-context reasoning
RRF: Reciprocal Rank Fusion—a method to combine multiple ranked retrieval lists (e.g., keyword and semantic) into a single unified ranking
Topological Sort: A linear ordering of vertices in a directed graph such that for every directed edge from u to v, u comes before v in the ordering
Synaptic Ingestion: The 'Fast Path' in MAGMA's memory update process that performs low-latency operations like indexing and timestamping without heavy reasoning
Structural Consolidation: The 'Slow Path' where an LLM asynchronously infers complex relationships (causal, entity) to add edges to the memory graph
Zettelkasten: A knowledge management method using interlinked notes; used here to describe baseline memory organization styles
Beam Search: A search algorithm that explores a graph by keeping only the most promising 'k' paths at each step
LoCoMo: A benchmark for Long-Context Modeling, likely focusing on reasoning over extended sequences
LongMemEval: A benchmark specifically designed to evaluate long-term memory capabilities in AI agents