[PR #1774] [MERGED] Update HIL conceptual docs #2292

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1774
Author: @rlancemartin
Created: 9/19/2024
Status: Merged
Merged: 9/23/2024
Merged by: @rlancemartin

Base: mainHead: rlm/hil-concepts


📝 Commits (9)

  • 863ceb1 Update HIL conceptual docs
  • d36e28a Update images
  • 7ba41c1 Update figures and text per feedback
  • 08a72c7 Update links for how-tos
  • 26eebd8 Embed img directly in ntbks
  • 77298e6 Add dynamic breakpoints
  • aa66eb5 Merge branch 'main' into rlm/hil-concepts
  • 1f1b4c0 Update figure in ntbk
  • 98ca404 Fix link to dynamic breakpoints

📊 Changes

9 files changed (+803 additions, -588 deletions)

View changed files

📝 docs/docs/concepts/human_in_the_loop.md (+248 -33)
📝 docs/docs/concepts/img/human_in_the_loop/approval.png (+0 -0)
📝 docs/docs/concepts/img/human_in_the_loop/edit_graph_state.png (+0 -0)
docs/docs/concepts/img/human_in_the_loop/forking.png (+0 -0)
docs/docs/concepts/img/human_in_the_loop/replay.png (+0 -0)
📝 docs/docs/concepts/img/human_in_the_loop/wait_for_input.png (+0 -0)
📝 docs/docs/how-tos/human_in_the_loop/breakpoints.ipynb (+4 -4)
📝 docs/docs/how-tos/human_in_the_loop/edit-graph-state.ipynb (+546 -546)
📝 docs/docs/how-tos/human_in_the_loop/wait-user-input.ipynb (+5 -5)

📄 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/1774 **Author:** [@rlancemartin](https://github.com/rlancemartin) **Created:** 9/19/2024 **Status:** ✅ Merged **Merged:** 9/23/2024 **Merged by:** [@rlancemartin](https://github.com/rlancemartin) **Base:** `main` ← **Head:** `rlm/hil-concepts` --- ### 📝 Commits (9) - [`863ceb1`](https://github.com/langchain-ai/langgraph/commit/863ceb1a3e50b9b09b5b0ee8f009972f1c17af79) Update HIL conceptual docs - [`d36e28a`](https://github.com/langchain-ai/langgraph/commit/d36e28a7a8e333579ad6d08e6189ef745672a974) Update images - [`7ba41c1`](https://github.com/langchain-ai/langgraph/commit/7ba41c146113ac64ef0aaebd582cfa3cd959ab8e) Update figures and text per feedback - [`08a72c7`](https://github.com/langchain-ai/langgraph/commit/08a72c72f6ea105dd2b46a86eddf069ebf26ca74) Update links for how-tos - [`26eebd8`](https://github.com/langchain-ai/langgraph/commit/26eebd8ad6502a5437bd443e65463d3a5622cb4b) Embed img directly in ntbks - [`77298e6`](https://github.com/langchain-ai/langgraph/commit/77298e6c9a8405540e57937c7162b1cbebcbadaa) Add dynamic breakpoints - [`aa66eb5`](https://github.com/langchain-ai/langgraph/commit/aa66eb5e5d6889efd389e24c347b1a7e0d5b5be7) Merge branch 'main' into rlm/hil-concepts - [`1f1b4c0`](https://github.com/langchain-ai/langgraph/commit/1f1b4c028b395255a1adcf03cf8773a978b4e9ae) Update figure in ntbk - [`98ca404`](https://github.com/langchain-ai/langgraph/commit/98ca4048a1b69ee10d0ad0684331d42543b44c05) Fix link to dynamic breakpoints ### 📊 Changes **9 files changed** (+803 additions, -588 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/concepts/human_in_the_loop.md` (+248 -33) 📝 `docs/docs/concepts/img/human_in_the_loop/approval.png` (+0 -0) 📝 `docs/docs/concepts/img/human_in_the_loop/edit_graph_state.png` (+0 -0) ➕ `docs/docs/concepts/img/human_in_the_loop/forking.png` (+0 -0) ➕ `docs/docs/concepts/img/human_in_the_loop/replay.png` (+0 -0) 📝 `docs/docs/concepts/img/human_in_the_loop/wait_for_input.png` (+0 -0) 📝 `docs/docs/how-tos/human_in_the_loop/breakpoints.ipynb` (+4 -4) 📝 `docs/docs/how-tos/human_in_the_loop/edit-graph-state.ipynb` (+546 -546) 📝 `docs/docs/how-tos/human_in_the_loop/wait-user-input.ipynb` (+5 -5) </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:46:44 -05:00
yindo closed this issue 2026-02-20 17:46:44 -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#2292