Stateful

Stateful means it carries something forward. A session is stateful across turns, and an agent can be made stateful across sessions.

Navid Moazzezby Navid MoazzezUpdated Sept. 5, 20261 min read

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.