[PR #71] [CLOSED] feat: add state graph drawer #1215

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/71
Author: @gianfrancodemarco
Created: 1/28/2024
Status: Closed

Base: mainHead: 69


📝 Commits (6)

📊 Changes

7 files changed (+534 additions, -4 deletions)

View changed files

📝 .github/workflows/lint.yml (+3 -1)
📝 .github/workflows/test.yml (+3 -1)
examples/state-graph-drawer.ipynb (+215 -0)
langgraph/graph/draw.py (+141 -0)
📝 poetry.lock (+11 -1)
📝 pyproject.toml (+2 -1)
tests/test_state_graph_drawer.py (+159 -0)

📄 Description

Implements a drawer for StateGraph using pygraphviz.
Closes #69


🔄 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/71 **Author:** [@gianfrancodemarco](https://github.com/gianfrancodemarco) **Created:** 1/28/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `69` --- ### 📝 Commits (6) - [`bfe8a95`](https://github.com/langchain-ai/langgraph/commit/bfe8a953d6d29ad7ca1136ecaff15dc809751a94) feat: add state graph drawer - [`d6e8267`](https://github.com/langchain-ai/langgraph/commit/d6e8267d2b2aee3c7997a0131f98bba92e78605b) feat: update tests; add notebook - [`b1e2389`](https://github.com/langchain-ai/langgraph/commit/b1e238927faa7944d5d8f55cc8e40f29e5428907) chore: removed wrong type hint - [`26da66a`](https://github.com/langchain-ai/langgraph/commit/26da66a0bf77cdededd808e31bc1d87c99153ad1) chore: test workflows - [`823805c`](https://github.com/langchain-ai/langgraph/commit/823805c5a53cb06f6127b5c54fc6bc89a7997870) Rename - [`743f9ad`](https://github.com/langchain-ai/langgraph/commit/743f9ad22ce89b04c818afdec1c825c6d99d5e36) Merge branch 'main' into 69 ### 📊 Changes **7 files changed** (+534 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/lint.yml` (+3 -1) 📝 `.github/workflows/test.yml` (+3 -1) ➕ `examples/state-graph-drawer.ipynb` (+215 -0) ➕ `langgraph/graph/draw.py` (+141 -0) 📝 `poetry.lock` (+11 -1) 📝 `pyproject.toml` (+2 -1) ➕ `tests/test_state_graph_drawer.py` (+159 -0) </details> ### 📄 Description Implements a drawer for StateGraph using pygraphviz. Closes #69 --- <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:11 -05:00
yindo closed this issue 2026-02-20 17:44:11 -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#1215