[PR #723] [MERGED] fix(langgraph): Fix validation and drawing for edgeless graphs #966

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/723
Author: @jacoblee93
Created: 12/10/2024
Status: Merged
Merged: 12/10/2024
Merged by: @jacoblee93

Base: mainHead: jacob/command


📝 Commits (2)

  • 89b0feb Fix validation and drawing for edgeless graphs
  • eaff07a Format

📊 Changes

5 files changed (+111 additions, -0 deletions)

View changed files

📝 libs/langgraph/src/constants.ts (+21 -0)
📝 libs/langgraph/src/graph/graph.ts (+24 -0)
📝 libs/langgraph/src/graph/state.ts (+2 -0)
📝 libs/langgraph/src/pregel/read.ts (+5 -0)
📝 libs/langgraph/src/tests/pregel.test.ts (+59 -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/723 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 12/10/2024 **Status:** ✅ Merged **Merged:** 12/10/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/command` --- ### 📝 Commits (2) - [`89b0feb`](https://github.com/langchain-ai/langgraphjs/commit/89b0feb3dc0bbfd996a50beaf8b9c2ba47429500) Fix validation and drawing for edgeless graphs - [`eaff07a`](https://github.com/langchain-ai/langgraphjs/commit/eaff07aec0591b3edd15de48ed7659b3ee708583) Format ### 📊 Changes **5 files changed** (+111 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/constants.ts` (+21 -0) 📝 `libs/langgraph/src/graph/graph.ts` (+24 -0) 📝 `libs/langgraph/src/graph/state.ts` (+2 -0) 📝 `libs/langgraph/src/pregel/read.ts` (+5 -0) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+59 -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:16:34 -05:00
yindo closed this issue 2026-02-15 19:16:34 -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#966