[PR #1715] [MERGED] fix(@langchain/langgraph): export missing symbol #1672

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1715
Author: @christian-bromann
Created: 9/30/2025
Status: Merged
Merged: 9/30/2025
Merged by: @dqbd

Base: v1Head: cb/export-command-instance


📝 Commits (3)

  • 255056b fix(@langchain/langgraph): export missing symbol
  • dd8eac1 format
  • a10ffd8 Create good-pugs-reply.md

📊 Changes

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

View changed files

.changeset/good-pugs-reply.md (+5 -0)
📝 libs/langgraph/src/graph/index.ts (+1 -0)

📄 Description

The CommandInstance symbol is currently not exported which causes the following TS error when using Command type anywhere:

The inferred type of 'clientConfigSchema' cannot be named without a reference to '.pnpm/@langchain+langgraph@1.0.0-alpha.1_@langchain+core@libs+langchain-core_react-dom@18.3.1_4b608615381ea52bef92f957a3a7853a/node_modules/@langchain/langgraph'. This is likely not portable. A type annotation is necessary.ts(2742)

🔄 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/1715 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 9/30/2025 **Status:** ✅ Merged **Merged:** 9/30/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `v1` ← **Head:** `cb/export-command-instance` --- ### 📝 Commits (3) - [`255056b`](https://github.com/langchain-ai/langgraphjs/commit/255056be169cb5889c04e9d84f67511b60970c67) fix(@langchain/langgraph): export missing symbol - [`dd8eac1`](https://github.com/langchain-ai/langgraphjs/commit/dd8eac15a53087731eb007eb5309c279f98b150b) format - [`a10ffd8`](https://github.com/langchain-ai/langgraphjs/commit/a10ffd867184c936399604993036dd2ab1a7a88a) Create good-pugs-reply.md ### 📊 Changes **2 files changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/good-pugs-reply.md` (+5 -0) 📝 `libs/langgraph/src/graph/index.ts` (+1 -0) </details> ### 📄 Description The `CommandInstance` symbol is currently not exported which causes the following TS error when using `Command` type anywhere: ``` The inferred type of 'clientConfigSchema' cannot be named without a reference to '.pnpm/@langchain+langgraph@1.0.0-alpha.1_@langchain+core@libs+langchain-core_react-dom@18.3.1_4b608615381ea52bef92f957a3a7853a/node_modules/@langchain/langgraph'. This is likely not portable. A type annotation is necessary.ts(2742) ``` --- <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 20:16:28 -05:00
yindo closed this issue 2026-02-15 20:16:28 -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#1672