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
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
- check out thoth - agent harness with sota memory built on langgraph
- first up in the 'going to production' series: durable execution! long running agents need to be able to 1. survive crashes 2. resume after a…
- langgraph persistence lets you checkpoint agent state at every step so you can pause, resume, and replay from any point. essential for long-…
Source: Harrison Chase (X) | 2026-04-29