[PR #776] [MERGED] Harrison/human in the loop #1664

Closed
opened 2026-02-20 17:45:16 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/776
Author: @hwchase17
Created: 6/23/2024
Status: Merged
Merged: 6/23/2024
Merged by: @hwchase17

Base: mainHead: harrison/human-in-the-loop


📝 Commits (8)

📊 Changes

9 files changed (+1841 additions, -7 deletions)

View changed files

📝 docs/_scripts/copy_notebooks.py (+4 -2)
📝 docs/docs/concepts/low_level.md (+5 -0)
📝 docs/docs/how-tos/index.md (+4 -2)
📝 docs/mkdocs.yml (+4 -2)
📝 examples/human-in-the-loop.ipynb (+1 -1)
examples/human_in_the_loop/breakpoints.ipynb (+339 -0)
examples/human_in_the_loop/edit-graph-state.ipynb (+425 -0)
examples/human_in_the_loop/time-travel.ipynb (+619 -0)
examples/human_in_the_loop/wait-user-input.ipynb (+440 -0)

📄 Description

No description provided


🔄 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/langgraph/pull/776 **Author:** [@hwchase17](https://github.com/hwchase17) **Created:** 6/23/2024 **Status:** ✅ Merged **Merged:** 6/23/2024 **Merged by:** [@hwchase17](https://github.com/hwchase17) **Base:** `main` ← **Head:** `harrison/human-in-the-loop` --- ### 📝 Commits (8) - [`5c562c4`](https://github.com/langchain-ai/langgraph/commit/5c562c4ac55e9fa7c245e8d967f9fed1c4a7d40d) add human in the loop examples - [`9ffa685`](https://github.com/langchain-ai/langgraph/commit/9ffa68543ee5cee0e86594a6ed1f9f63bb14d461) cr - [`1a23721`](https://github.com/langchain-ai/langgraph/commit/1a23721ac20777510b9c5f304f34ec576a31e8cf) cr - [`f9db588`](https://github.com/langchain-ai/langgraph/commit/f9db588b7d20e300e04fbec32c3a538a2ed0af5f) cr - [`d069b5d`](https://github.com/langchain-ai/langgraph/commit/d069b5dc9d187ff598b3b580612ce7829457e62d) cr - [`ca335d7`](https://github.com/langchain-ai/langgraph/commit/ca335d7d1ea6bd4ab20560dc79ae8257396c626b) cr - [`da07405`](https://github.com/langchain-ai/langgraph/commit/da074052e19230026b751afaf024c6629191f62f) cr - [`0398dfd`](https://github.com/langchain-ai/langgraph/commit/0398dfd7316634d68fb348187c46e141a533dc51) cr ### 📊 Changes **9 files changed** (+1841 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `docs/_scripts/copy_notebooks.py` (+4 -2) 📝 `docs/docs/concepts/low_level.md` (+5 -0) 📝 `docs/docs/how-tos/index.md` (+4 -2) 📝 `docs/mkdocs.yml` (+4 -2) 📝 `examples/human-in-the-loop.ipynb` (+1 -1) ➕ `examples/human_in_the_loop/breakpoints.ipynb` (+339 -0) ➕ `examples/human_in_the_loop/edit-graph-state.ipynb` (+425 -0) ➕ `examples/human_in_the_loop/time-travel.ipynb` (+619 -0) ➕ `examples/human_in_the_loop/wait-user-input.ipynb` (+440 -0) </details> ### 📄 Description _No description provided_ --- <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-20 17:45:16 -05:00
yindo closed this issue 2026-02-20 17:45:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1664