[PR #1076] [MERGED] [Docs] Format notebooks #1874

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1076
Author: @hinthornw
Created: 7/19/2024
Status: Merged
Merged: 7/19/2024
Merged by: @hinthornw

Base: mainHead: wfh/upddate_imports


📝 Commits (1)

📊 Changes

16 files changed (+425 additions, -527 deletions)

View changed files

📝 examples/chatbots/customer-support.ipynb (+24 -262)
📝 examples/human_in_the_loop/breakpoints.ipynb (+7 -3)
📝 examples/human_in_the_loop/edit-graph-state.ipynb (+6 -1)
📝 examples/human_in_the_loop/wait-user-input.ipynb (+7 -2)
📝 examples/memory/add-summary-conversation-history.ipynb (+14 -15)
📝 examples/memory/delete-messages.ipynb (+10 -5)
📝 examples/node-retries.ipynb (+10 -2)
📝 examples/pass-config-to-tools.ipynb (+2 -1)
📝 examples/persistence_mongodb.ipynb (+22 -13)
📝 examples/persistence_postgres.ipynb (+3 -4)
📝 examples/persistence_redis.ipynb (+163 -43)
📝 examples/streaming-events-from-within-tools-without-langchain.ipynb (+49 -38)
📝 examples/streaming-tokens-without-langchain.ipynb (+42 -36)
📝 examples/subgraph.ipynb (+41 -94)
📝 examples/tool-calling-errors.ipynb (+2 -2)
📝 examples/tool-calling.ipynb (+23 -6)

📄 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/1076 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 7/19/2024 **Status:** ✅ Merged **Merged:** 7/19/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/upddate_imports` --- ### 📝 Commits (1) - [`ee6980a`](https://github.com/langchain-ai/langgraph/commit/ee6980ae49dca2d4d902561979202e349fbbc7de) [Docs] Format notebooks ### 📊 Changes **16 files changed** (+425 additions, -527 deletions) <details> <summary>View changed files</summary> 📝 `examples/chatbots/customer-support.ipynb` (+24 -262) 📝 `examples/human_in_the_loop/breakpoints.ipynb` (+7 -3) 📝 `examples/human_in_the_loop/edit-graph-state.ipynb` (+6 -1) 📝 `examples/human_in_the_loop/wait-user-input.ipynb` (+7 -2) 📝 `examples/memory/add-summary-conversation-history.ipynb` (+14 -15) 📝 `examples/memory/delete-messages.ipynb` (+10 -5) 📝 `examples/node-retries.ipynb` (+10 -2) 📝 `examples/pass-config-to-tools.ipynb` (+2 -1) 📝 `examples/persistence_mongodb.ipynb` (+22 -13) 📝 `examples/persistence_postgres.ipynb` (+3 -4) 📝 `examples/persistence_redis.ipynb` (+163 -43) 📝 `examples/streaming-events-from-within-tools-without-langchain.ipynb` (+49 -38) 📝 `examples/streaming-tokens-without-langchain.ipynb` (+42 -36) 📝 `examples/subgraph.ipynb` (+41 -94) 📝 `examples/tool-calling-errors.ipynb` (+2 -2) 📝 `examples/tool-calling.ipynb` (+23 -6) </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:45 -05:00
yindo closed this issue 2026-02-20 17:45:45 -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#1874