[PR #1746] [MERGED] docs: remove warnings/update diagrams #2272

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1746
Author: @isahers1
Created: 9/17/2024
Status: Merged
Merged: 9/18/2024
Merged by: @isahers1

Base: mainHead: isaac/removewarnings


📝 Commits (3)

  • 068f4a2 remove warnings/udpate diagrams
  • cca7ad7 replace get_relevant_documents with invoke
  • f05cb82 Merge branch 'main' into isaac/removewarnings

📊 Changes

36 files changed (+460 additions, -558 deletions)

View changed files

📝 docs/docs/cloud/how-tos/langgraph_to_langgraph_cloud.ipynb (+9 -28)
📝 docs/docs/how-tos/async.ipynb (+27 -39)
📝 docs/docs/how-tos/branching.ipynb (+7 -7)
📝 docs/docs/how-tos/create-react-agent.ipynb (+3 -3)
📝 docs/docs/how-tos/human_in_the_loop/breakpoints.ipynb (+4 -4)
📝 docs/docs/how-tos/human_in_the_loop/dynamic_breakpoints.ipynb (+2 -2)
📝 docs/docs/how-tos/human_in_the_loop/edit-graph-state.ipynb (+2 -2)
📝 docs/docs/how-tos/human_in_the_loop/review-tool-calls.ipynb (+1 -1)
📝 docs/docs/how-tos/human_in_the_loop/wait-user-input.ipynb (+4 -4)
📝 docs/docs/how-tos/many-tools.ipynb (+4 -4)
📝 docs/docs/how-tos/map-reduce.ipynb (+4 -4)
📝 docs/docs/how-tos/memory/delete-messages.ipynb (+14 -21)
📝 docs/docs/how-tos/pass-config-to-tools.ipynb (+6 -6)
📝 docs/docs/how-tos/pass-run-time-values-to-tools.ipynb (+14 -14)
📝 docs/docs/how-tos/persistence.ipynb (+12 -12)
📝 docs/docs/how-tos/persistence_postgres.ipynb (+7 -16)
📝 docs/docs/how-tos/react-agent-from-scratch.ipynb (+1 -1)
📝 docs/docs/how-tos/recursion-limit.ipynb (+1 -1)
📝 docs/docs/how-tos/state-context-key.ipynb (+6 -6)
📝 docs/docs/how-tos/streaming-content.ipynb (+0 -8)

...and 16 more files

📄 Description

also remove ToolExecutor


🔄 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/1746 **Author:** [@isahers1](https://github.com/isahers1) **Created:** 9/17/2024 **Status:** ✅ Merged **Merged:** 9/18/2024 **Merged by:** [@isahers1](https://github.com/isahers1) **Base:** `main` ← **Head:** `isaac/removewarnings` --- ### 📝 Commits (3) - [`068f4a2`](https://github.com/langchain-ai/langgraph/commit/068f4a27ba932ccdaa22424a646855028eba8373) remove warnings/udpate diagrams - [`cca7ad7`](https://github.com/langchain-ai/langgraph/commit/cca7ad7ec8e0882d41db271c3e86ebfcc7743084) replace get_relevant_documents with invoke - [`f05cb82`](https://github.com/langchain-ai/langgraph/commit/f05cb8213b0a1aa7b619ccc5bd7ae8c43d4e1d72) Merge branch 'main' into isaac/removewarnings ### 📊 Changes **36 files changed** (+460 additions, -558 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/cloud/how-tos/langgraph_to_langgraph_cloud.ipynb` (+9 -28) 📝 `docs/docs/how-tos/async.ipynb` (+27 -39) 📝 `docs/docs/how-tos/branching.ipynb` (+7 -7) 📝 `docs/docs/how-tos/create-react-agent.ipynb` (+3 -3) 📝 `docs/docs/how-tos/human_in_the_loop/breakpoints.ipynb` (+4 -4) 📝 `docs/docs/how-tos/human_in_the_loop/dynamic_breakpoints.ipynb` (+2 -2) 📝 `docs/docs/how-tos/human_in_the_loop/edit-graph-state.ipynb` (+2 -2) 📝 `docs/docs/how-tos/human_in_the_loop/review-tool-calls.ipynb` (+1 -1) 📝 `docs/docs/how-tos/human_in_the_loop/wait-user-input.ipynb` (+4 -4) 📝 `docs/docs/how-tos/many-tools.ipynb` (+4 -4) 📝 `docs/docs/how-tos/map-reduce.ipynb` (+4 -4) 📝 `docs/docs/how-tos/memory/delete-messages.ipynb` (+14 -21) 📝 `docs/docs/how-tos/pass-config-to-tools.ipynb` (+6 -6) 📝 `docs/docs/how-tos/pass-run-time-values-to-tools.ipynb` (+14 -14) 📝 `docs/docs/how-tos/persistence.ipynb` (+12 -12) 📝 `docs/docs/how-tos/persistence_postgres.ipynb` (+7 -16) 📝 `docs/docs/how-tos/react-agent-from-scratch.ipynb` (+1 -1) 📝 `docs/docs/how-tos/recursion-limit.ipynb` (+1 -1) 📝 `docs/docs/how-tos/state-context-key.ipynb` (+6 -6) 📝 `docs/docs/how-tos/streaming-content.ipynb` (+0 -8) _...and 16 more files_ </details> ### 📄 Description also remove ToolExecutor --- <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:41 -05:00
yindo closed this issue 2026-02-20 17:46:41 -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#2272