[PR #741] [MERGED] feat(langgraph): Adds error page for unreachable nodes #979

Closed
opened 2026-02-15 19:16:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/741
Author: @jacoblee93
Created: 12/12/2024
Status: Merged
Merged: 12/12/2024
Merged by: @jacoblee93

Base: mainHead: jacob/errors


📝 Commits (2)

📊 Changes

8 files changed (+185 additions, -3 deletions)

View changed files

📝 docs/docs/how-tos/index.md (+1 -0)
docs/docs/troubleshooting/errors/UNREACHABLE_NODE.ipynb (+95 -0)
📝 docs/docs/troubleshooting/errors/index.md (+1 -0)
📝 docs/mkdocs.yml (+1 -0)
📝 examples/how-tos/command.ipynb (+0 -1)
📝 libs/langgraph/src/constants.ts (+59 -0)
📝 libs/langgraph/src/errors.ts (+11 -0)
📝 libs/langgraph/src/graph/graph.ts (+17 -2)

📄 Description

CC @vbarda @eyurtsev


🔄 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/langgraphjs/pull/741 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 12/12/2024 **Status:** ✅ Merged **Merged:** 12/12/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/errors` --- ### 📝 Commits (2) - [`97eea75`](https://github.com/langchain-ai/langgraphjs/commit/97eea759b5e4a724a72490637d18f0991fa8075d) Adds error page for unreachable nodes - [`cec5f01`](https://github.com/langchain-ai/langgraphjs/commit/cec5f01cbba869af5ca5511327d805acc353657b) Index links ### 📊 Changes **8 files changed** (+185 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/how-tos/index.md` (+1 -0) ➕ `docs/docs/troubleshooting/errors/UNREACHABLE_NODE.ipynb` (+95 -0) 📝 `docs/docs/troubleshooting/errors/index.md` (+1 -0) 📝 `docs/mkdocs.yml` (+1 -0) 📝 `examples/how-tos/command.ipynb` (+0 -1) 📝 `libs/langgraph/src/constants.ts` (+59 -0) 📝 `libs/langgraph/src/errors.ts` (+11 -0) 📝 `libs/langgraph/src/graph/graph.ts` (+17 -2) </details> ### 📄 Description CC @vbarda @eyurtsev --- <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-02-15 19:16:38 -05:00
yindo closed this issue 2026-02-15 19:16:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#979