Persistent Store
DATA SAVED TO DISK:
{
"id": "proc_123",
"status": "stopped",
"step": 0,
"data": "Empty"
}Concept ExplanationNormal scripts run in memory. If they crash or sleep, they die. Durable Agents save their entire state (variables, progress) to a database after every step.
Try clicking KILL / CRASH in the middle of a run. You can then RECOVER and the agent will resume exactly where it left off, because its state was saved in the "Persistent Store" panel on the right.
Try clicking KILL / CRASH in the middle of a run. You can then RECOVER and the agent will resume exactly where it left off, because its state was saved in the "Persistent Store" panel on the right.