LangGraph
Framework from LangChain for building stateful, multi-actor agent applications with LLMs.
A checkpoint-persistence maintenance train, with the tracing API still being argued over.
◆Recent moves
- 7d ago
Trace policy returns to add_node; checkpoint delta-history fix
Re-exposes trace_policy on add_node after the previous release removed it, and rolls up the checkpoint fixes released days earlier. The feature content is thin next to the dependency bumps, but the tracing reversal is the part worth watching.
View source ↗ - 11d ago
Checkpoint Postgres: conformance suite and delta-seed lookup fix
A lint-and-test release for the Postgres backend, notable only for putting the backend under a shared conformance suite alongside SQLite. That suite is infrastructure for keeping the storage backends interchangeable, but nothing here reaches users.
View source ↗ - 11d ago
Checkpoints gain opt-in skipping of expired rows on read
Adds an opt-in flag to skip expired rows when reading checkpoints, which matters for anyone whose stored graph state has grown past what a read should scan. It is a small option that only exists because people are running these graphs long enough to accumulate dead state.
View source ↗ - 19d ago
SQLite checkpoints: namespace matching scoped to segment boundaries
Scopes namespace matching to segment boundaries in the SQLite backend, alongside dependency bumps and a type-checker migration. The same fix ships in the Postgres package on the same day, which is the standard fan-out pattern in this monorepo.
View source ↗ - 19d ago
Postgres checkpoints add omit_expired and namespace-boundary scoping
The Postgres half of the expired-row option, released with the same namespace-boundary fix that went to SQLite minutes earlier. One underlying change appearing under three package tags is the shape to expect from this feed.
View source ↗ - 21d ago
Typed v3 stream events; TracePolicy reverted then re-exposed
Types the v3 stream_events return with native projections, a real ergonomics gain for anyone consuming the event stream. This is also the release where TracePolicy was narrowed and then deleted, immediately before the next one restored it.
View source ↗