[PR #3955] docs(langgraph): document StateGraph.set_node_defaults #3964

Open
opened 2026-06-05 18:53:44 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3955
Author: @open-swe[bot]
Created: 5/11/2026
Status: 🔄 Open

Base: mainHead: open-swe/docs-set-node-defaults


📝 Commits (1)

  • 8fba2f3 docs(langgraph): document StateGraph.set_node_defaults

📊 Changes

4 files changed (+92 additions, -0 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+1 -0)
📝 src/oss/langgraph/fault-tolerance.mdx (+60 -0)
📝 src/oss/langgraph/thinking-in-langgraph.mdx (+2 -0)
📝 src/oss/langgraph/use-graph-api.mdx (+29 -0)

📄 Description

Description

Documents the new StateGraph.set_node_defaults() builder method introduced in langgraph#7747. The Fault tolerance page gets a new Graph-wide defaults section with the precedence rules and the applicability table for error-handler nodes; use-graph-api and thinking-in-langgraph get short pointers to it.

Release Note

none

Test Plan

  • Confirm rendered Fault tolerance page has the new Graph-wide defaults section with the policy table, and that the @[StateGraph.set_node_defaults] auto-link resolves to the Python API reference.

Opened collaboratively by Sydney Runkle and open-swe.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3955 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 5/11/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `open-swe/docs-set-node-defaults` --- ### 📝 Commits (1) - [`8fba2f3`](https://github.com/langchain-ai/docs/commit/8fba2f3919db67788f34f53aba1dac1f13efa7ee) docs(langgraph): document StateGraph.set_node_defaults ### 📊 Changes **4 files changed** (+92 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+1 -0) 📝 `src/oss/langgraph/fault-tolerance.mdx` (+60 -0) 📝 `src/oss/langgraph/thinking-in-langgraph.mdx` (+2 -0) 📝 `src/oss/langgraph/use-graph-api.mdx` (+29 -0) </details> ### 📄 Description ## Description Documents the new `StateGraph.set_node_defaults()` builder method introduced in [langgraph#7747](https://github.com/langchain-ai/langgraph/pull/7747). The Fault tolerance page gets a new `Graph-wide defaults` section with the precedence rules and the applicability table for error-handler nodes; `use-graph-api` and `thinking-in-langgraph` get short pointers to it. ## Release Note none ## Test Plan - [ ] Confirm rendered `Fault tolerance` page has the new `Graph-wide defaults` section with the policy table, and that the @[`StateGraph.set_node_defaults`] auto-link resolves to the Python API reference. _Opened collaboratively by Sydney Runkle and open-swe._ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:53:44 -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#3964