[PR #180] [MERGED] add notebook for get update state #1284

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/180
Author: @hwchase17
Created: 3/4/2024
Status: Merged
Merged: 3/15/2024
Merged by: @hwchase17

Base: mainHead: harrison/get-update-state


📝 Commits (10+)

📊 Changes

4 files changed (+751 additions, -20 deletions)

View changed files

📝 README.md (+6 -5)
📝 examples/chat_agent_executor_with_function_calling/high-level.ipynb (+4 -4)
📝 examples/human-in-the-loop.ipynb (+11 -11)
examples/time-travel.ipynb (+730 -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/180 **Author:** [@hwchase17](https://github.com/hwchase17) **Created:** 3/4/2024 **Status:** ✅ Merged **Merged:** 3/15/2024 **Merged by:** [@hwchase17](https://github.com/hwchase17) **Base:** `main` ← **Head:** `harrison/get-update-state` --- ### 📝 Commits (10+) - [`ab67380`](https://github.com/langchain-ai/langgraph/commit/ab67380b7083184314e295ec955e5bbc3f4296d2) add notebook for get update state - [`0286f1f`](https://github.com/langchain-ai/langgraph/commit/0286f1faed3bc27f235947b45f607c6ad484407b) cr - [`9e148c9`](https://github.com/langchain-ai/langgraph/commit/9e148c95c037f62c02df35055ef0c56b98a6ba99) Fix bad merge - [`eb7e0d2`](https://github.com/langchain-ai/langgraph/commit/eb7e0d2b84f6403f26de5bfdeff882c4687c3f9e) Update notebook - [`d98633c`](https://github.com/langchain-ai/langgraph/commit/d98633c7f7ecac13d103d48b7ae44c63301c294c) Update - [`d93a851`](https://github.com/langchain-ai/langgraph/commit/d93a851a420cbbde944bb250b71677a7d210654e) Fix unbound local bug - [`83c0e7a`](https://github.com/langchain-ai/langgraph/commit/83c0e7a730f8e62554d529cb3f58d4c1bc83fe4c) Fix duplicate history entries - [`789dd9b`](https://github.com/langchain-ai/langgraph/commit/789dd9b2157357033d6e70322864f2be436ff8df) Update notebook with time travel section - [`f66e2c1`](https://github.com/langchain-ai/langgraph/commit/f66e2c138158a8cbdd1f1de6774a12434629abae) Update notebook - [`441d9a6`](https://github.com/langchain-ai/langgraph/commit/441d9a677cd96233d3e74b4cfd8d9d86b265c7fc) cr ### 📊 Changes **4 files changed** (+751 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -5) 📝 `examples/chat_agent_executor_with_function_calling/high-level.ipynb` (+4 -4) 📝 `examples/human-in-the-loop.ipynb` (+11 -11) ➕ `examples/time-travel.ipynb` (+730 -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:44:21 -05:00
yindo closed this issue 2026-02-20 17:44:21 -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#1284