[PR #752] [MERGED] [Docs] format #1647

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/752
Author: @hinthornw
Created: 6/21/2024
Status: Merged
Merged: 6/22/2024
Merged by: @hwchase17

Base: mainHead: wfh/format_docs


📝 Commits (2)

📊 Changes

16 files changed (+227 additions, -115 deletions)

View changed files

📝 examples/cloud_examples/background_run.ipynb (+7 -7)
📝 examples/cloud_examples/configuration_cloud.ipynb (+11 -5)
📝 examples/cloud_examples/human-in-the-loop_cloud.ipynb (+46 -26)
📝 examples/cloud_examples/reject_concurrent.ipynb (+3 -1)
📝 examples/cloud_examples/same-thread.ipynb (+16 -4)
📝 examples/cloud_examples/stream_messages.ipynb (+23 -15)
📝 examples/cloud_examples/stream_updates.ipynb (+7 -2)
📝 examples/cloud_examples/stream_values.ipynb (+2 -2)
📝 examples/learning.ipynb (+3 -1)
📝 examples/llm-compiler/LLMCompiler.ipynb (+2 -1)
📝 examples/rag/langgraph_adaptive_rag_local.ipynb (+1 -2)
📝 examples/rag/langgraph_crag_local.ipynb (+4 -2)
📝 examples/rag/langgraph_rag_agent_llama3_local.ipynb (+1 -2)
📝 examples/rag/langgraph_self_rag_local.ipynb (+1 -2)
📝 examples/tutorials/sql-agent.ipynb (+97 -42)
📝 examples/tutorials/tnt-llm/tnt-llm.ipynb (+3 -1)

📄 Description

really need to set up CI for this


🔄 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/752 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 6/21/2024 **Status:** ✅ Merged **Merged:** 6/22/2024 **Merged by:** [@hwchase17](https://github.com/hwchase17) **Base:** `main` ← **Head:** `wfh/format_docs` --- ### 📝 Commits (2) - [`69d0d51`](https://github.com/langchain-ai/langgraph/commit/69d0d516cd09c9b4aa873c296af03bdce271a142) Format docs - [`1cc7c74`](https://github.com/langchain-ai/langgraph/commit/1cc7c7404cb8db409ed02dece234f46f3330c226) format ### 📊 Changes **16 files changed** (+227 additions, -115 deletions) <details> <summary>View changed files</summary> 📝 `examples/cloud_examples/background_run.ipynb` (+7 -7) 📝 `examples/cloud_examples/configuration_cloud.ipynb` (+11 -5) 📝 `examples/cloud_examples/human-in-the-loop_cloud.ipynb` (+46 -26) 📝 `examples/cloud_examples/reject_concurrent.ipynb` (+3 -1) 📝 `examples/cloud_examples/same-thread.ipynb` (+16 -4) 📝 `examples/cloud_examples/stream_messages.ipynb` (+23 -15) 📝 `examples/cloud_examples/stream_updates.ipynb` (+7 -2) 📝 `examples/cloud_examples/stream_values.ipynb` (+2 -2) 📝 `examples/learning.ipynb` (+3 -1) 📝 `examples/llm-compiler/LLMCompiler.ipynb` (+2 -1) 📝 `examples/rag/langgraph_adaptive_rag_local.ipynb` (+1 -2) 📝 `examples/rag/langgraph_crag_local.ipynb` (+4 -2) 📝 `examples/rag/langgraph_rag_agent_llama3_local.ipynb` (+1 -2) 📝 `examples/rag/langgraph_self_rag_local.ipynb` (+1 -2) 📝 `examples/tutorials/sql-agent.ipynb` (+97 -42) 📝 `examples/tutorials/tnt-llm/tnt-llm.ipynb` (+3 -1) </details> ### 📄 Description really need to set up CI for this --- <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:13 -05:00
yindo closed this issue 2026-02-20 17:45:13 -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#1647