[PR #542] [MERGED] feat: Add xray support for drawing subgraphs #836

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

📋 Pull Request Information

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

Base: mainHead: jacob/mermaid


📝 Commits (3)

📊 Changes

9 files changed (+244 additions, -70 deletions)

View changed files

📝 examples/package.json (+1 -1)
📝 libs/langgraph/package.json (+1 -1)
📝 libs/langgraph/src/graph/graph.ts (+148 -46)
📝 libs/langgraph/src/tests/data/mermaid.png (+0 -0)
libs/langgraph/src/tests/data/multiple_sinks.png (+0 -0)
libs/langgraph/src/tests/data/nested_mermaid.png (+0 -0)
📝 libs/langgraph/src/tests/diagrams.test.ts (+80 -8)
📝 libs/langgraph/src/tests/pregel.test.ts (+8 -8)
📝 yarn.lock (+6 -6)

📄 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/542 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 10/2/2024 **Status:** ✅ Merged **Merged:** 10/2/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/mermaid` --- ### 📝 Commits (3) - [`b9fb1dc`](https://github.com/langchain-ai/langgraphjs/commit/b9fb1dc815cfe5fd1d9c13cc16a40818ecf90c29) Add xray support for drawing subgraphs - [`f35fb9e`](https://github.com/langchain-ai/langgraphjs/commit/f35fb9ef0144528951a9a741ca8f35163d02796d) Bump core - [`4365f7e`](https://github.com/langchain-ai/langgraphjs/commit/4365f7e068576806d0ffdd2020de8d74c8df28de) Fix test ### 📊 Changes **9 files changed** (+244 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `examples/package.json` (+1 -1) 📝 `libs/langgraph/package.json` (+1 -1) 📝 `libs/langgraph/src/graph/graph.ts` (+148 -46) 📝 `libs/langgraph/src/tests/data/mermaid.png` (+0 -0) ➕ `libs/langgraph/src/tests/data/multiple_sinks.png` (+0 -0) ➕ `libs/langgraph/src/tests/data/nested_mermaid.png` (+0 -0) 📝 `libs/langgraph/src/tests/diagrams.test.ts` (+80 -8) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+8 -8) 📝 `yarn.lock` (+6 -6) </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:05 -05:00
yindo closed this issue 2026-02-15 19:16:05 -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#836