[PR #1090] [MERGED] Harrison/private state #1883

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1090
Author: @hwchase17
Created: 7/22/2024
Status: Merged
Merged: 7/23/2024
Merged by: @nfcampos

Base: mainHead: harrison/private-state


📝 Commits (4)

📊 Changes

5 files changed (+229 additions, -2 deletions)

View changed files

📝 docs/_scripts/copy_notebooks.py (+2 -0)
📝 docs/docs/concepts/low_level.md (+3 -0)
📝 docs/mkdocs.yml (+5 -2)
examples/input_output_schema.ipynb (+93 -0)
examples/pass_private_state.ipynb (+126 -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/1090 **Author:** [@hwchase17](https://github.com/hwchase17) **Created:** 7/22/2024 **Status:** ✅ Merged **Merged:** 7/23/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `harrison/private-state` --- ### 📝 Commits (4) - [`fdbb33d`](https://github.com/langchain-ai/langgraph/commit/fdbb33ddad21a484f8c7fbc62e8a29d125dc6fe0) add private state - [`8d3da56`](https://github.com/langchain-ai/langgraph/commit/8d3da565c4f152e2fdd59ce623dc34bc2858d8bd) cr - [`9483da1`](https://github.com/langchain-ai/langgraph/commit/9483da1bdbb7525f7ab6a53f29463c0853e2e59e) cr - [`57c4002`](https://github.com/langchain-ai/langgraph/commit/57c40026f860f65320453ce1cc4384ebb52ef81c) Update pass_private_state.ipynb ### 📊 Changes **5 files changed** (+229 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/_scripts/copy_notebooks.py` (+2 -0) 📝 `docs/docs/concepts/low_level.md` (+3 -0) 📝 `docs/mkdocs.yml` (+5 -2) ➕ `examples/input_output_schema.ipynb` (+93 -0) ➕ `examples/pass_private_state.ipynb` (+126 -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:46 -05:00
yindo closed this issue 2026-02-20 17:45:46 -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#1883