An event stream is a continuous, immutable, and time-ordered sequence of discrete state changes or occurrences that serves as the primary source of raw experience for an autonomous agent's temporal memory. Each event is a timestamped record of an observation, action, or internal system signal, forming a persistent log that enables agents to reconstruct past states, identify patterns, and reason causally over time. This stream is the atomic data layer from which higher-level memory structures like episodic buffers and event causality graphs are derived.
