Stateful
Stateful means it carries something forward. A session is stateful across turns, and an agent can be made stateful across sessions.
Inside a session it remembers what you said 10 minutes ago. Across sessions it remembers nothing unless you built something that writes it down.
That gap is the entire reason a memory file exists.
Was this page helpful?