Sessionless

Sessionless is an agent that is constantly online, without sessions or logins: the user writes at any moment through their messenger. Engineering complexity: the runtime state must survive breaks from minutes to days. Two levels: filesystem state is persistent by its nature (workspace directory on persistent storage); process state is maintained or recreated – before sandbox destruction, serializable state (working directory, environment variables, background tasks) is written to files and restored upon awakening. An auditable description of the state is preserved, not an opaque process.

Related: [Filesystem as the Agent Hub], [Seven Basic Tools]