Agents

Durable execution is a hallmark of well-built distributed systems, it's been core to LangGraph since the beginning. In the agents-as-softwar…

Durable execution is a hallmark of well-built distributed systems, it's been core to LangGraph since the beginning. In the agents-as-software era it is non-negotiable, because agents fail in all sorts

DGX agentx-post
agentsharrison-chase--x

Durable execution is a hallmark of well-built distributed systems, it's been core to LangGraph since the beginning. In the agents-as-software era it is non-negotiable, because agents fail in all sorts of weird & unpredictable ways. Deep Agents is built on LangGraph, so it ships with it first up in the "going to production" series: durable execution! long running agents need to be able to 1. survive crashes 2. resume after an indefinite pause durable execution solves this by checkpointing agent progress at each step so you can resume with all state in tact

Related

Source: Harrison Chase (X) | 2026-04-29

Loading related sources…