[PR #286] [MERGED] Docs #1354

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/286
Author: @hinthornw
Created: 4/8/2024
Status: Merged
Merged: 4/16/2024
Merged by: @hinthornw

Base: mainHead: wfh/docs


📝 Commits (10+)

📊 Changes

22 files changed (+541 additions, -524 deletions)

View changed files

📝 .github/workflows/deploy_docs.yml (+1 -2)
📝 Makefile (+1 -1)
📝 README.md (+2 -86)
📝 docs/_scripts/copy_notebooks.py (+55 -11)
docs/docs/concepts.md (+0 -4)
📝 docs/docs/how-tos/index.md (+19 -14)
📝 docs/docs/index.md (+64 -72)
📝 docs/docs/reference/checkpoints.md (+0 -7)
📝 docs/docs/reference/graphs.md (+9 -8)
📝 docs/docs/reference/prebuilt.md (+45 -8)
docs/docs/static/favicon.png (+0 -0)
docs/docs/static/wordmark.png (+0 -0)
📝 docs/docs/tutorials/index.md (+53 -53)
📝 docs/mkdocs.yml (+83 -69)
📝 examples/code_assistant/langgraph_code_assistant.ipynb (+1 -1)
📝 examples/rag/langgraph_adaptive_rag.ipynb (+3 -181)
📝 langgraph/checkpoint/base.py (+4 -0)
📝 langgraph/graph/graph.py (+45 -0)
📝 langgraph/graph/state.py (+43 -4)
📝 langgraph/prebuilt/agent_executor.py (+42 -1)

...and 2 more files

📄 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/286 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 4/8/2024 **Status:** ✅ Merged **Merged:** 4/16/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/docs` --- ### 📝 Commits (10+) - [`e9ed6dd`](https://github.com/langchain-ai/langgraph/commit/e9ed6dd89d655d64d674da9c66a1983a58050cff) working dir - [`e68d736`](https://github.com/langchain-ai/langgraph/commit/e68d736fa7ca58ed2eff2d92c18aac4d7e74d075) name - [`140c17d`](https://github.com/langchain-ai/langgraph/commit/140c17d136ec85a3c0d94d4893cd231a3b1ff71a) Merge remote-tracking branch 'origin/main' into wfh/docs - [`aae847b`](https://github.com/langchain-ai/langgraph/commit/aae847bdef28ae9fc4a77d4b8eef79b0aad7ef5e) Merge remote-tracking branch 'origin/main' into wfh/docs - [`c910b78`](https://github.com/langchain-ai/langgraph/commit/c910b7875987a13924675dfd32338b418093f405) Merge remote-tracking branch 'origin/main' into wfh/docs - [`bb7de20`](https://github.com/langchain-ai/langgraph/commit/bb7de2019b81fb96550761929bca9426eb4e9e55) Add docstrings - [`afc6cea`](https://github.com/langchain-ai/langgraph/commit/afc6ceae11c86beaecb042527c85b579820c631a) format - [`6eb60b0`](https://github.com/langchain-ai/langgraph/commit/6eb60b0b74b42f36d8408fbb6a0e642e0a1608a5) Re-org - [`0b86901`](https://github.com/langchain-ai/langgraph/commit/0b86901409d86fb731c5dd245db79281ee0a7b56) structure - [`a277434`](https://github.com/langchain-ai/langgraph/commit/a27743430c4fe038dffff004622399f6c5a175c1) format ### 📊 Changes **22 files changed** (+541 additions, -524 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/deploy_docs.yml` (+1 -2) 📝 `Makefile` (+1 -1) 📝 `README.md` (+2 -86) 📝 `docs/_scripts/copy_notebooks.py` (+55 -11) ➖ `docs/docs/concepts.md` (+0 -4) 📝 `docs/docs/how-tos/index.md` (+19 -14) 📝 `docs/docs/index.md` (+64 -72) 📝 `docs/docs/reference/checkpoints.md` (+0 -7) 📝 `docs/docs/reference/graphs.md` (+9 -8) 📝 `docs/docs/reference/prebuilt.md` (+45 -8) ➕ `docs/docs/static/favicon.png` (+0 -0) ➕ `docs/docs/static/wordmark.png` (+0 -0) 📝 `docs/docs/tutorials/index.md` (+53 -53) 📝 `docs/mkdocs.yml` (+83 -69) 📝 `examples/code_assistant/langgraph_code_assistant.ipynb` (+1 -1) 📝 `examples/rag/langgraph_adaptive_rag.ipynb` (+3 -181) 📝 `langgraph/checkpoint/base.py` (+4 -0) 📝 `langgraph/graph/graph.py` (+45 -0) 📝 `langgraph/graph/state.py` (+43 -4) 📝 `langgraph/prebuilt/agent_executor.py` (+42 -1) _...and 2 more files_ </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:44:31 -05:00
yindo closed this issue 2026-02-20 17:44:31 -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#1354