A memory trace is a granular, chronological log that captures the complete execution path of a single query or write operation within an agentic memory system. It records each sub-operation—such as query parsing, vector search, retrieval scoring, cache lookups, and final result assembly—providing engineers with a complete lineage for debugging complex failures or performance regressions. Unlike aggregate memory metrics, a trace follows one request from start to finish.
