[PR #852] [MERGED] langgraph: allow setting custom names for compiled graph / compiled state graph #1061

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/852
Author: @vbarda
Created: 2/10/2025
Status: Merged
Merged: 2/10/2025
Merged by: @vbarda

Base: mainHead: vb/add-name


📝 Commits (3)

  • c846281 langgraph: allow setting custom names for compiled graph / compiled state graph
  • 4f69f06 format
  • 4bb8ee1 fix

📊 Changes

4 files changed (+10 additions, -0 deletions)

View changed files

📝 libs/langgraph/src/graph/graph.ts (+3 -0)
📝 libs/langgraph/src/graph/state.ts (+3 -0)
📝 libs/langgraph/src/prebuilt/react_agent_executor.ts (+3 -0)
📝 libs/langgraph/src/pregel/index.ts (+1 -0)

📄 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/langgraphjs/pull/852 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 2/10/2025 **Status:** ✅ Merged **Merged:** 2/10/2025 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/add-name` --- ### 📝 Commits (3) - [`c846281`](https://github.com/langchain-ai/langgraphjs/commit/c8462810879822fd08ba9c44b266c951024a586a) langgraph: allow setting custom names for compiled graph / compiled state graph - [`4f69f06`](https://github.com/langchain-ai/langgraphjs/commit/4f69f06eb3408335eb87abc1e67fa31cf01fbd61) format - [`4bb8ee1`](https://github.com/langchain-ai/langgraphjs/commit/4bb8ee14af96e816401afac07edca5ec14d5b1ae) fix ### 📊 Changes **4 files changed** (+10 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/graph/graph.ts` (+3 -0) 📝 `libs/langgraph/src/graph/state.ts` (+3 -0) 📝 `libs/langgraph/src/prebuilt/react_agent_executor.ts` (+3 -0) 📝 `libs/langgraph/src/pregel/index.ts` (+1 -0) </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-02-15 19:17:01 -05:00
yindo closed this issue 2026-02-15 19:17:01 -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#1061