Sequential memory is a memory system designed to store and recall experiences, actions, or data points in the precise chronological order in which they occurred. In autonomous agents, it is a foundational mechanism for temporal reasoning, enabling the system to understand cause-and-effect, maintain coherent narratives, and execute multi-step plans. It contrasts with purely associative or semantic memory by explicitly preserving the timeline of events, which is critical for tasks like process monitoring, dialogue history, and procedural execution.
