[PR #2846] [MERGED] feat: update Command docs #2940

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2846
Author: @sydney-runkle
Created: 2/27/2026
Status: Merged
Merged: 3/2/2026
Merged by: @sydney-runkle

Base: mainHead: sr/command-update-docs


📝 Commits (6)

  • 127eb3f more clear command section
  • 290c029 update command docs
  • f953984 latest refactor
  • 90e2ac4 eugene feedback
  • 56f1f88 Merge branch 'main' into sr/command-update-docs
  • bfd6cfb Apply suggestion from @sydney-runkle

📊 Changes

2 files changed (+138 additions, -51 deletions)

View changed files

📝 src/oss/langgraph/graph-api.mdx (+124 -51)
📝 src/oss/langgraph/interrupts.mdx (+14 -0)

📄 Description

  • emphasis on highlighting the 2 use cases for command - updates / control flow from a node (or tool) and resuming an interrupted graph
  • specifically warning against using Command(update=) as input to a graph

preview: https://langchain-5e9cc07a-preview-srcomm-1772228869-09398c4.mintlify.app/oss/python/langgraph/graph-api#command


🔄 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/2846 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 2/27/2026 **Status:** ✅ Merged **Merged:** 3/2/2026 **Merged by:** [@sydney-runkle](https://github.com/sydney-runkle) **Base:** `main` ← **Head:** `sr/command-update-docs` --- ### 📝 Commits (6) - [`127eb3f`](https://github.com/langchain-ai/docs/commit/127eb3f628cbf04de548dde310f8fda372122b5b) more clear command section - [`290c029`](https://github.com/langchain-ai/docs/commit/290c02977ba71d0de2d7ed91cf9096fe6167b203) update command docs - [`f953984`](https://github.com/langchain-ai/docs/commit/f9539844642fa0acb16c0c0137a6be85cb3e0403) latest refactor - [`90e2ac4`](https://github.com/langchain-ai/docs/commit/90e2ac43990c81dd9bcd8a7d2203a49fea499d37) eugene feedback - [`56f1f88`](https://github.com/langchain-ai/docs/commit/56f1f88425ec3c7f6182e2d0fd7d53928ad25707) Merge branch 'main' into sr/command-update-docs - [`bfd6cfb`](https://github.com/langchain-ai/docs/commit/bfd6cfbcdd82a4ac067a75517b5764fc02a36794) Apply suggestion from @sydney-runkle ### 📊 Changes **2 files changed** (+138 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langgraph/graph-api.mdx` (+124 -51) 📝 `src/oss/langgraph/interrupts.mdx` (+14 -0) </details> ### 📄 Description * emphasis on highlighting the 2 use cases for command - updates / control flow from a node (or tool) and resuming an interrupted graph * specifically warning against using `Command(update=)` as input to a graph preview: https://langchain-5e9cc07a-preview-srcomm-1772228869-09398c4.mintlify.app/oss/python/langgraph/graph-api#command --- <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:20:27 -04:00
yindo closed this issue 2026-06-05 18:20:28 -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#2940