[PR #530] [MERGED] Remove StateGraphArgs #825

Closed
opened 2026-02-15 19:16:02 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/530
Author: @steren
Created: 9/28/2024
Status: Merged
Merged: 9/30/2024
Merged by: @jacoblee93

Base: mainHead: patch-1


📝 Commits (2)

📊 Changes

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

View changed files

📝 README.md (+1 -1)
📝 libs/langgraph/README.md (+1 -1)

📄 Description

StateGraphArgs is not used in the code

And it anyway throws an error:

import { StateGraph, StateGraphArgs } from "@langchain/langgraph";
                     ^^^^^^^^^^^^^^
SyntaxError: The requested module '@langchain/langgraph' does not provide an export named 'StateGraphArgs'

🔄 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/langgraphjs/pull/530 **Author:** [@steren](https://github.com/steren) **Created:** 9/28/2024 **Status:** ✅ Merged **Merged:** 9/30/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`d062f52`](https://github.com/langchain-ai/langgraphjs/commit/d062f523c896fe5d41e981f0c66480b1835996a5) Remove StateGraphArgs - [`290bee0`](https://github.com/langchain-ai/langgraphjs/commit/290bee0f2a761087102e7086bef3437eafa3c1bd) Update README.md ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `libs/langgraph/README.md` (+1 -1) </details> ### 📄 Description StateGraphArgs is not used in the code And it anyway throws an error: ``` import { StateGraph, StateGraphArgs } from "@langchain/langgraph"; ^^^^^^^^^^^^^^ SyntaxError: The requested module '@langchain/langgraph' does not provide an export named 'StateGraphArgs' ``` --- <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-15 19:16:02 -05:00
yindo closed this issue 2026-02-15 19:16:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#825