fix(langgraph): checkpoint Topic as a flat values list (#2653)
Topic checkpoints now emit a flat values list like Python, so Host no longer sees empty `__pregel_tasks` as `[[], []]` and fails checkpointer_put. Legacy `[seen, values]` checkpoints still restore. ## Test plan - [x] `pnpm test src/tests/channels.test.ts` (langgraph-core) - [x] `pnpm exec vitest run src/tests/pregel.test.ts -t 'obtain correct channel values|PregelExecutableTasks'` - [x] Changeset added for affected package(s)
C
Christian Bromann committed
7880055ac7303483e424380cdd52f54cd094e311
Parent: 059f3b8
Committed by GitHub <noreply@github.com>
on 8/3/2026, 11:11:21 PM