[PR #990] [MERGED] docs: Add missing glossary section, recursion limit guide, caveats to interrupt() function, fix broken links #1165

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/990
Author: @jacoblee93
Created: 3/13/2025
Status: Merged
Merged: 3/13/2025
Merged by: @jacoblee93

Base: mainHead: jacob/docs


📝 Commits (2)

  • fd65610 Add missing glossary section, add caveat to interrupt() function
  • 56f8857 Adds recursion limit doc

📊 Changes

9 files changed (+513 additions, -28 deletions)

View changed files

📝 docs/docs/concepts/human_in_the_loop.md (+2 -0)
📝 docs/docs/concepts/low_level.md (+26 -25)
📝 docs/docs/concepts/streaming.md (+2 -2)
📝 docs/docs/how-tos/index.md (+1 -0)
📝 docs/mkdocs.yml (+1 -0)
examples/how-tos/recursion-limit.ipynb (+466 -0)
📝 examples/how-tos/wait-user-input-functional.ipynb (+3 -1)
📝 examples/how-tos/wait-user-input.ipynb (+8 -0)
📝 libs/langgraph/src/interrupt.ts (+4 -0)

📄 Description

FYI @benjamincburns


🔄 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/990 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 3/13/2025 **Status:** ✅ Merged **Merged:** 3/13/2025 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/docs` --- ### 📝 Commits (2) - [`fd65610`](https://github.com/langchain-ai/langgraphjs/commit/fd656103f551d1724759e36a0c3b7084657fb7d6) Add missing glossary section, add caveat to interrupt() function - [`56f8857`](https://github.com/langchain-ai/langgraphjs/commit/56f8857d1e7ef9e9aa680804a777840c8aa91aa2) Adds recursion limit doc ### 📊 Changes **9 files changed** (+513 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/concepts/human_in_the_loop.md` (+2 -0) 📝 `docs/docs/concepts/low_level.md` (+26 -25) 📝 `docs/docs/concepts/streaming.md` (+2 -2) 📝 `docs/docs/how-tos/index.md` (+1 -0) 📝 `docs/mkdocs.yml` (+1 -0) ➕ `examples/how-tos/recursion-limit.ipynb` (+466 -0) 📝 `examples/how-tos/wait-user-input-functional.ipynb` (+3 -1) 📝 `examples/how-tos/wait-user-input.ipynb` (+8 -0) 📝 `libs/langgraph/src/interrupt.ts` (+4 -0) </details> ### 📄 Description FYI @benjamincburns --- <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:17:30 -05:00
yindo closed this issue 2026-02-15 19:17:30 -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#1165