[GH-ISSUE #729] langgraph: Document how to scope state keys with UntrackedValue #111

Open
opened 2026-02-17 17:19:12 -05:00 by yindo · 1 comment
Owner

Originally created by @casparb on GitHub (Sep 30, 2025).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/729

Privileged issue

  • I am a LangGraph maintainer, or was asked directly by a LangGraph maintainer to create an issue here.

Issue Content

If you use a checkpointer, state vars are persisted across the same thread. Developers can mark state keys as run-scoped with UntrackedValue. This should be documented better, along with EphemeralValue

Originally created by @casparb on GitHub (Sep 30, 2025). Original GitHub issue: https://github.com/langchain-ai/docs/issues/729 ### Privileged issue - [x] I am a LangGraph maintainer, or was asked directly by a LangGraph maintainer to create an issue here. ### Issue Content If you use a checkpointer, state vars are persisted across the same thread. Developers can mark state keys as run-scoped with `UntrackedValue`. This should be documented better, along with `EphemeralValue`
yindo added the internal label 2026-02-17 17:19:12 -05:00
Author
Owner

@sydney-runkle commented on GitHub (Oct 2, 2025):

This is doable w/ UntrackedValue, but we should document better!

@sydney-runkle commented on GitHub (Oct 2, 2025): This is doable w/ `UntrackedValue`, but we should document better!
yindo changed title from langgraph: Document how to scope state keys with `UntrackedValue` to [GH-ISSUE #729] langgraph: Document how to scope state keys with `UntrackedValue` 2026-06-05 17:25:06 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#111