[PR #903] [MERGED] [Docs] use END instead of set_finish_point #1770

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/903
Author: @hinthornw
Created: 7/2/2024
Status: Merged
Merged: 7/2/2024
Merged by: @hinthornw

Base: mainHead: wfh/set_finish


📝 Commits (3)

📊 Changes

31 files changed (+4207 additions, -407 deletions)

View changed files

📝 examples/branching.ipynb (+235 -15)
📝 examples/cloud_examples/cron_jobs.ipynb (+15 -5)
📝 examples/cloud_examples/human_in_the_loop_breakpoint.ipynb (+3 -2)
📝 examples/cloud_examples/human_in_the_loop_edit_state.ipynb (+9 -8)
📝 examples/cloud_examples/human_in_the_loop_time_travel.ipynb (+17 -12)
📝 examples/cloud_examples/human_in_the_loop_user_input.ipynb (+20 -8)
📝 examples/cloud_examples/langgraph_to_langgraph_cloud.ipynb (+42 -9)
📝 examples/cloud_examples/stateless_runs.ipynb (+9 -4)
📝 examples/create-react-agent-hitl.ipynb (+3 -1)
📝 examples/extraction/retries.ipynb (+716 -16)
📝 examples/human_in_the_loop/breakpoints.ipynb (+114 -6)
📝 examples/human_in_the_loop/edit-graph-state.ipynb (+155 -10)
📝 examples/human_in_the_loop/time-travel.ipynb (+169 -17)
📝 examples/human_in_the_loop/wait-user-input.ipynb (+191 -8)
📝 examples/introduction.ipynb (+902 -82)
📝 examples/persistence_postgres.ipynb (+53 -44)
📝 examples/rag/langgraph_adaptive_rag.ipynb (+93 -17)
📝 examples/rag/langgraph_adaptive_rag_cohere.ipynb (+99 -18)
📝 examples/rag/langgraph_adaptive_rag_local.ipynb (+90 -16)
📝 examples/rag/langgraph_crag_local.ipynb (+186 -16)

...and 11 more files

📄 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/903 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 7/2/2024 **Status:** ✅ Merged **Merged:** 7/2/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/set_finish` --- ### 📝 Commits (3) - [`9ae746b`](https://github.com/langchain-ai/langgraph/commit/9ae746bad28a0efd59259ffa1085ce17d507396b) Format - [`72c1845`](https://github.com/langchain-ai/langgraph/commit/72c18456e88dad12e4b6a7822186c9d0783de271) imp - [`5516fdb`](https://github.com/langchain-ai/langgraph/commit/5516fdbefd02732266e9f57fe78e0e431b1dab3d) formatting ### 📊 Changes **31 files changed** (+4207 additions, -407 deletions) <details> <summary>View changed files</summary> 📝 `examples/branching.ipynb` (+235 -15) 📝 `examples/cloud_examples/cron_jobs.ipynb` (+15 -5) 📝 `examples/cloud_examples/human_in_the_loop_breakpoint.ipynb` (+3 -2) 📝 `examples/cloud_examples/human_in_the_loop_edit_state.ipynb` (+9 -8) 📝 `examples/cloud_examples/human_in_the_loop_time_travel.ipynb` (+17 -12) 📝 `examples/cloud_examples/human_in_the_loop_user_input.ipynb` (+20 -8) 📝 `examples/cloud_examples/langgraph_to_langgraph_cloud.ipynb` (+42 -9) 📝 `examples/cloud_examples/stateless_runs.ipynb` (+9 -4) 📝 `examples/create-react-agent-hitl.ipynb` (+3 -1) 📝 `examples/extraction/retries.ipynb` (+716 -16) 📝 `examples/human_in_the_loop/breakpoints.ipynb` (+114 -6) 📝 `examples/human_in_the_loop/edit-graph-state.ipynb` (+155 -10) 📝 `examples/human_in_the_loop/time-travel.ipynb` (+169 -17) 📝 `examples/human_in_the_loop/wait-user-input.ipynb` (+191 -8) 📝 `examples/introduction.ipynb` (+902 -82) 📝 `examples/persistence_postgres.ipynb` (+53 -44) 📝 `examples/rag/langgraph_adaptive_rag.ipynb` (+93 -17) 📝 `examples/rag/langgraph_adaptive_rag_cohere.ipynb` (+99 -18) 📝 `examples/rag/langgraph_adaptive_rag_local.ipynb` (+90 -16) 📝 `examples/rag/langgraph_crag_local.ipynb` (+186 -16) _...and 11 more files_ </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:31 -05:00
yindo closed this issue 2026-02-20 17:45:31 -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#1770