[PR #1447] [MERGED] docs: add shared value #2081

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1447
Author: @hwchase17
Created: 8/22/2024
Status: Merged
Merged: 9/5/2024
Merged by: @isahers1

Base: mainHead: harrison/shared-value


📝 Commits (10+)

📊 Changes

6 files changed (+782 additions, -0 deletions)

View changed files

📝 docs/_scripts/copy_notebooks.py (+1 -0)
📝 docs/docs/cloud/how-tos/index.md (+1 -0)
docs/docs/cloud/how-tos/shared_state.md (+492 -0)
📝 docs/docs/how-tos/index.md (+1 -0)
📝 docs/mkdocs.yml (+2 -0)
examples/memory/shared-state.ipynb (+285 -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/1447 **Author:** [@hwchase17](https://github.com/hwchase17) **Created:** 8/22/2024 **Status:** ✅ Merged **Merged:** 9/5/2024 **Merged by:** [@isahers1](https://github.com/isahers1) **Base:** `main` ← **Head:** `harrison/shared-value` --- ### 📝 Commits (10+) - [`2a46c60`](https://github.com/langchain-ai/langgraph/commit/2a46c60551dd6baca9cbb02a7bb6effebb033d62) add shared value - [`6e52465`](https://github.com/langchain-ai/langgraph/commit/6e52465a8ac949c98bb85463082e25ecc4bdbd01) changes - [`4508ec9`](https://github.com/langchain-ai/langgraph/commit/4508ec932a7dafd76729802b6b7871e064d564d0) z - [`db8f122`](https://github.com/langchain-ai/langgraph/commit/db8f122f8d7070b88bc4544eea70660154783c97) spelling - [`4bb20e1`](https://github.com/langchain-ai/langgraph/commit/4bb20e1ca7bf3be1c568e4a67492a2605a0e6955) z - [`7a7dbcc`](https://github.com/langchain-ai/langgraph/commit/7a7dbcc111adede98198833c2b89e957ccf6ed97) Merge branch 'main' into harrison/shared-value - [`538437d`](https://github.com/langchain-ai/langgraph/commit/538437d56078644881822e20bfab979894f8871e) vadym comments - [`0e8d237`](https://github.com/langchain-ai/langgraph/commit/0e8d23706ee86d0c04b55db828a08671f50e6693) spelling - [`3c10ac0`](https://github.com/langchain-ai/langgraph/commit/3c10ac0ad9d242ebe615fbc2c2c447c4814ceb3b) cloud compatibility - [`8690674`](https://github.com/langchain-ai/langgraph/commit/86906742a2921720460259dd8ea7f5ec27518888) spelling ### 📊 Changes **6 files changed** (+782 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/_scripts/copy_notebooks.py` (+1 -0) 📝 `docs/docs/cloud/how-tos/index.md` (+1 -0) ➕ `docs/docs/cloud/how-tos/shared_state.md` (+492 -0) 📝 `docs/docs/how-tos/index.md` (+1 -0) 📝 `docs/mkdocs.yml` (+2 -0) ➕ `examples/memory/shared-state.ipynb` (+285 -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:46:14 -05:00
yindo closed this issue 2026-02-20 17:46:14 -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#2081