Skip to content
Spark.
All terms

Context and conversations

Stateful

A stateful system retains information between interactions and can use it later without the caller resending every detail. State may live in the harness, a database, or an external service rather than inside the model.

Example

An agent session that remembers which files it already changed is stateful.