[PR #3979] [MERGED] chore: remove LangGraph Durable Execution docs page [closes DOC-1111] #3987

Closed
opened 2026-06-05 18:53:48 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3979
Author: @open-swe[bot]
Created: 5/12/2026
Status: Merged
Merged: 5/27/2026
Merged by: @npentrel

Base: mainHead: open-swe/remove-durable-execution-docs


📝 Commits (9)

  • 1664ba3 chore: remove LangGraph Durable Execution docs page [closes DOC-1111]
  • abc193c Apply suggestion from @npentrel
  • 71a1228 Apply suggestions from code review
  • f37d4d5 Apply suggestion from @npentrel
  • a508e4f update
  • f9765ca Apply suggestion from @npentrel
  • 5a8bebf Merge branch 'main' into open-swe/remove-durable-execution-docs
  • 07a4716 address feedback
  • 092d408 Merge branch 'main' into open-swe/remove-durable-execution-docs

📊 Changes

25 files changed (+604 additions, -410 deletions)

View changed files

📝 sitemap.xml (+0 -8)
src/code-samples/langchain/graph-api-using-tasks-original.py (+55 -0)
src/code-samples/langchain/graph-api-using-tasks-original.ts (+55 -0)
src/code-samples/langchain/graph-api-using-tasks-task.py (+63 -0)
src/code-samples/langchain/graph-api-using-tasks-task.ts (+61 -0)
📝 src/docs.json (+8 -2)
📝 src/langsmith/agent-server-openapi.json (+5 -5)
📝 src/langsmith/agent-server-scale.mdx (+1 -1)
📝 src/langsmith/agent-server.mdx (+1 -1)
📝 src/oss/deepagents/going-to-production.mdx (+1 -1)
📝 src/oss/langgraph/backward-compatibility.mdx (+3 -3)
src/oss/langgraph/durable-execution.mdx (+0 -372)
📝 src/oss/langgraph/fault-tolerance.mdx (+85 -1)
📝 src/oss/langgraph/functional-api.mdx (+14 -6)
📝 src/oss/langgraph/graph-api.mdx (+57 -1)
📝 src/oss/langgraph/overview.mdx (+1 -1)
📝 src/oss/langgraph/persistence.mdx (+28 -0)
📝 src/oss/langgraph/thinking-in-langgraph.mdx (+2 -2)
📝 src/oss/langgraph/use-graph-api.mdx (+2 -2)
📝 src/oss/langgraph/use-subgraphs.mdx (+3 -3)

...and 5 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/docs/pull/3979 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 5/12/2026 **Status:** ✅ Merged **Merged:** 5/27/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `open-swe/remove-durable-execution-docs` --- ### 📝 Commits (9) - [`1664ba3`](https://github.com/langchain-ai/docs/commit/1664ba3954e7515a810e65327136a389059e5594) chore: remove LangGraph Durable Execution docs page [closes DOC-1111] - [`abc193c`](https://github.com/langchain-ai/docs/commit/abc193c2b3648c8a9891b42f52f0084a3304bb2b) Apply suggestion from @npentrel - [`71a1228`](https://github.com/langchain-ai/docs/commit/71a12289f0cc8a8eaa6b99da17d9b149358128b2) Apply suggestions from code review - [`f37d4d5`](https://github.com/langchain-ai/docs/commit/f37d4d54e4e89654be160fd2627cec6551a1d25b) Apply suggestion from @npentrel - [`a508e4f`](https://github.com/langchain-ai/docs/commit/a508e4f56348623039343f10519b5cdb00fabd50) update - [`f9765ca`](https://github.com/langchain-ai/docs/commit/f9765cad6cda8b99a9bf22860c572a681f41bf92) Apply suggestion from @npentrel - [`5a8bebf`](https://github.com/langchain-ai/docs/commit/5a8bebf22c00499d498a4e97742767187ee5ba71) Merge branch 'main' into open-swe/remove-durable-execution-docs - [`07a4716`](https://github.com/langchain-ai/docs/commit/07a47163d6549bd135e5bc234ad4bf6bb076a61e) address feedback - [`092d408`](https://github.com/langchain-ai/docs/commit/092d408fa5bec698a457ad8e9341126d856f6919) Merge branch 'main' into open-swe/remove-durable-execution-docs ### 📊 Changes **25 files changed** (+604 additions, -410 deletions) <details> <summary>View changed files</summary> 📝 `sitemap.xml` (+0 -8) ➕ `src/code-samples/langchain/graph-api-using-tasks-original.py` (+55 -0) ➕ `src/code-samples/langchain/graph-api-using-tasks-original.ts` (+55 -0) ➕ `src/code-samples/langchain/graph-api-using-tasks-task.py` (+63 -0) ➕ `src/code-samples/langchain/graph-api-using-tasks-task.ts` (+61 -0) 📝 `src/docs.json` (+8 -2) 📝 `src/langsmith/agent-server-openapi.json` (+5 -5) 📝 `src/langsmith/agent-server-scale.mdx` (+1 -1) 📝 `src/langsmith/agent-server.mdx` (+1 -1) 📝 `src/oss/deepagents/going-to-production.mdx` (+1 -1) 📝 `src/oss/langgraph/backward-compatibility.mdx` (+3 -3) ➖ `src/oss/langgraph/durable-execution.mdx` (+0 -372) 📝 `src/oss/langgraph/fault-tolerance.mdx` (+85 -1) 📝 `src/oss/langgraph/functional-api.mdx` (+14 -6) 📝 `src/oss/langgraph/graph-api.mdx` (+57 -1) 📝 `src/oss/langgraph/overview.mdx` (+1 -1) 📝 `src/oss/langgraph/persistence.mdx` (+28 -0) 📝 `src/oss/langgraph/thinking-in-langgraph.mdx` (+2 -2) 📝 `src/oss/langgraph/use-graph-api.mdx` (+2 -2) 📝 `src/oss/langgraph/use-subgraphs.mdx` (+3 -3) _...and 5 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-06-05 18:53:48 -04:00
yindo closed this issue 2026-06-05 18:53:48 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3987