[PR #885] [MERGED] [docs] add JS examples for double texting and human in the loop for cloud #1760

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/885
Author: @isahers1
Created: 6/28/2024
Status: Merged
Merged: 7/2/2024
Merged by: @vbarda

Base: mainHead: isaac/basicdocs


📝 Commits (10+)

📊 Changes

21 files changed (+1371 additions, -1433 deletions)

View changed files

📝 docs/docs/cloud/concepts/index.md (+4 -4)
docs/docs/cloud/how-tos/enqueue_concurrent.md (+183 -0)
docs/docs/cloud/how-tos/human_in_the_loop_breakpoint.md (+103 -0)
docs/docs/cloud/how-tos/human_in_the_loop_edit_state.md (+182 -0)
docs/docs/cloud/how-tos/human_in_the_loop_time_travel.md (+226 -0)
docs/docs/cloud/how-tos/human_in_the_loop_user_input.md (+166 -0)
📝 docs/docs/cloud/how-tos/index.md (+4 -4)
docs/docs/cloud/how-tos/interrupt_concurrent.md (+176 -0)
docs/docs/cloud/how-tos/reject_concurrent.md (+155 -0)
docs/docs/cloud/how-tos/rollback_concurrent.md (+161 -0)
📝 docs/docs/cloud/how-tos/stream_updates.md (+1 -1)
📝 docs/docs/cloud/quick_start.md (+2 -2)
📝 docs/mkdocs.yml (+8 -8)
examples/cloud_examples/enqueue_concurrent.ipynb (+0 -190)
examples/cloud_examples/human_in_the_loop_breakpoint.ipynb (+0 -117)
examples/cloud_examples/human_in_the_loop_edit_state.ipynb (+0 -174)
examples/cloud_examples/human_in_the_loop_time_travel.ipynb (+0 -240)
examples/cloud_examples/human_in_the_loop_user_input.ipynb (+0 -187)
examples/cloud_examples/interrupt_concurrent.ipynb (+0 -181)
examples/cloud_examples/reject_concurrent.ipynb (+0 -164)

...and 1 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/885 **Author:** [@isahers1](https://github.com/isahers1) **Created:** 6/28/2024 **Status:** ✅ Merged **Merged:** 7/2/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `isaac/basicdocs` --- ### 📝 Commits (10+) - [`007baef`](https://github.com/langchain-ai/langgraph/commit/007baeffff36477b8a190004f3c5ac2e98741218) speed up gifs - [`a589269`](https://github.com/langchain-ai/langgraph/commit/a5892691a18235cb65499300fff46080806c7c9a) js code to streaming how-tos - [`c411982`](https://github.com/langchain-ai/langgraph/commit/c41198224ee33203ff585f1d813a3e678024022c) spelling - [`9a9a310`](https://github.com/langchain-ai/langgraph/commit/9a9a310118bb134ebeddd3468a79eb681287a874) ignore deleted notebooks - [`8bd739f`](https://github.com/langchain-ai/langgraph/commit/8bd739ff4bbdb49ef7c4778e48a0dde6685c8235) vadym comments - [`d1215e0`](https://github.com/langchain-ai/langgraph/commit/d1215e01b1a78f856f13d5a8636dac25ad4736b8) vadym comments - [`6771b7d`](https://github.com/langchain-ai/langgraph/commit/6771b7d86ecfb6fa20b0f6bf7e17218bf991bcde) first draft - [`c5f99aa`](https://github.com/langchain-ai/langgraph/commit/c5f99aa6e2c723d50bcb51567159988544db1cda) Merge branch 'main' into isaac/basicdocs - [`cd3e0f4`](https://github.com/langchain-ai/langgraph/commit/cd3e0f4582f5a9a9e3b401a8360d1f66c3ed4bb6) vadym comments - [`aa0c594`](https://github.com/langchain-ai/langgraph/commit/aa0c5940028319fa67ad0d2f6abcedd8baa6161c) Merge branch 'main' into isaac/basicdocs ### 📊 Changes **21 files changed** (+1371 additions, -1433 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/cloud/concepts/index.md` (+4 -4) ➕ `docs/docs/cloud/how-tos/enqueue_concurrent.md` (+183 -0) ➕ `docs/docs/cloud/how-tos/human_in_the_loop_breakpoint.md` (+103 -0) ➕ `docs/docs/cloud/how-tos/human_in_the_loop_edit_state.md` (+182 -0) ➕ `docs/docs/cloud/how-tos/human_in_the_loop_time_travel.md` (+226 -0) ➕ `docs/docs/cloud/how-tos/human_in_the_loop_user_input.md` (+166 -0) 📝 `docs/docs/cloud/how-tos/index.md` (+4 -4) ➕ `docs/docs/cloud/how-tos/interrupt_concurrent.md` (+176 -0) ➕ `docs/docs/cloud/how-tos/reject_concurrent.md` (+155 -0) ➕ `docs/docs/cloud/how-tos/rollback_concurrent.md` (+161 -0) 📝 `docs/docs/cloud/how-tos/stream_updates.md` (+1 -1) 📝 `docs/docs/cloud/quick_start.md` (+2 -2) 📝 `docs/mkdocs.yml` (+8 -8) ➖ `examples/cloud_examples/enqueue_concurrent.ipynb` (+0 -190) ➖ `examples/cloud_examples/human_in_the_loop_breakpoint.ipynb` (+0 -117) ➖ `examples/cloud_examples/human_in_the_loop_edit_state.ipynb` (+0 -174) ➖ `examples/cloud_examples/human_in_the_loop_time_travel.ipynb` (+0 -240) ➖ `examples/cloud_examples/human_in_the_loop_user_input.ipynb` (+0 -187) ➖ `examples/cloud_examples/interrupt_concurrent.ipynb` (+0 -181) ➖ `examples/cloud_examples/reject_concurrent.ipynb` (+0 -164) _...and 1 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:29 -05:00
yindo closed this issue 2026-02-20 17:45:29 -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#1760