[PR #283] [MERGED] docs: update langgraph quickstart (py). #597

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/283
Author: @gladwig2
Created: 8/29/2025
Status: Merged
Merged: 8/29/2025
Merged by: @hwchase17

Base: v1-alpha-pr-224Head: geoff/lgquickstart-py


📝 Commits (1)

  • 449afdc docs: update langgraph quickstart (py). Minor change to example to move import up to make END available before it was used. In the functional example, I added in import from langgraph.func of entrypoint and task which was not there previously.

📊 Changes

1 file changed (+2 additions, -15 deletions)

View changed files

📝 src/oss/langgraph-quickstart.mdx (+2 -15)

📄 Description

Minor change to the example to move the import up to make 'END' available before it was used. In the functional example, I added an import from langgraph.func of entrypoint and task, which were not there previously.


🔄 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/283 **Author:** [@gladwig2](https://github.com/gladwig2) **Created:** 8/29/2025 **Status:** ✅ Merged **Merged:** 8/29/2025 **Merged by:** [@hwchase17](https://github.com/hwchase17) **Base:** `v1-alpha-pr-224` ← **Head:** `geoff/lgquickstart-py` --- ### 📝 Commits (1) - [`449afdc`](https://github.com/langchain-ai/docs/commit/449afdc9b73a5cad14ee1d61363a9a70771c3e73) docs: update langgraph quickstart (py). Minor change to example to move import up to make END available before it was used. In the functional example, I added in import from langgraph.func of entrypoint and task which was not there previously. ### 📊 Changes **1 file changed** (+2 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langgraph-quickstart.mdx` (+2 -15) </details> ### 📄 Description Minor change to the example to move the import up to make 'END' available before it was used. In the functional example, I added an import from langgraph.func of entrypoint and task, which were not there previously. --- <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-17 17:20:43 -05:00
yindo closed this issue 2026-02-17 17:20:43 -05:00
yindo changed title from [PR #283] [MERGED] docs: update langgraph quickstart (py). to [PR #283] [MERGED] docs: update langgraph quickstart (py). 2026-06-05 17:28:37 -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#597