[PR #165] [MERGED] Implement xray mode for graph draw #1280

Closed
opened 2026-02-20 17:44:21 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/165
Author: @nfcampos
Created: 2/29/2024
Status: Merged
Merged: 3/1/2024
Merged by: @nfcampos

Base: mainHead: nc/29feb/graph-xray


📝 Commits (1)

  • a33acb6 Implement xray mode for graph draw

📊 Changes

4 files changed (+341 additions, -15 deletions)

View changed files

📝 langgraph/graph/graph.py (+43 -15)
tests/__init__.py (+0 -0)
📝 tests/__snapshots__/test_pregel.ambr (+296 -0)
📝 tests/test_pregel.py (+2 -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/langgraph/pull/165 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 2/29/2024 **Status:** ✅ Merged **Merged:** 3/1/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/29feb/graph-xray` --- ### 📝 Commits (1) - [`a33acb6`](https://github.com/langchain-ai/langgraph/commit/a33acb6d8a592f452e4d74b98957a219d9028b1d) Implement xray mode for graph draw ### 📊 Changes **4 files changed** (+341 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/graph/graph.py` (+43 -15) ➕ `tests/__init__.py` (+0 -0) 📝 `tests/__snapshots__/test_pregel.ambr` (+296 -0) 📝 `tests/test_pregel.py` (+2 -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-20 17:44:21 -05:00
yindo closed this issue 2026-02-20 17:44:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1280