[PR #241] [MERGED] Adds Mermaid graph support #600

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/241
Author: @jacoblee93
Created: 7/4/2024
Status: Merged
Merged: 7/9/2024
Merged by: @jacoblee93

Base: mainHead: jacob/graph


📝 Commits (5)

📊 Changes

10 files changed (+231 additions, -46 deletions)

View changed files

📝 deno.json (+5 -5)
📝 examples/quickstart.ipynb (+62 -28)
📝 langgraph/.eslintrc.cjs (+1 -0)
📝 langgraph/package.json (+4 -4)
📝 langgraph/src/graph/graph.ts (+100 -0)
langgraph/src/tests/data/mermaid.png (+0 -0)
langgraph/src/tests/diagrams.test.ts (+29 -0)
📝 langgraph/src/tests/utils.ts (+21 -0)
📝 package.json (+1 -1)
📝 yarn.lock (+8 -8)

📄 Description

CC @nfcampos


🔄 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/241 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 7/4/2024 **Status:** ✅ Merged **Merged:** 7/9/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/graph` --- ### 📝 Commits (5) - [`61d436b`](https://github.com/langchain-ai/langgraphjs/commit/61d436bdb69746c1233f99aa2cbfc41540bdad63) Adds Mermaid graph support - [`1cb18d6`](https://github.com/langchain-ai/langgraphjs/commit/1cb18d64a120fafc761e2d6fddbe06badb573b06) Fix test - [`e026be5`](https://github.com/langchain-ai/langgraphjs/commit/e026be5d1522f3f5aca592ac7df4d08c2d18242b) Fix test - [`7b06afe`](https://github.com/langchain-ai/langgraphjs/commit/7b06afefe206cc7b599eeb6fb16448ac36f76594) Fix version - [`d58ccfd`](https://github.com/langchain-ai/langgraphjs/commit/d58ccfd3d3d0a1b2a3dd6d4f8800074ec2b5b96c) Remove overridden graph implementation ### 📊 Changes **10 files changed** (+231 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `deno.json` (+5 -5) 📝 `examples/quickstart.ipynb` (+62 -28) 📝 `langgraph/.eslintrc.cjs` (+1 -0) 📝 `langgraph/package.json` (+4 -4) 📝 `langgraph/src/graph/graph.ts` (+100 -0) ➕ `langgraph/src/tests/data/mermaid.png` (+0 -0) ➕ `langgraph/src/tests/diagrams.test.ts` (+29 -0) 📝 `langgraph/src/tests/utils.ts` (+21 -0) 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+8 -8) </details> ### 📄 Description CC @nfcampos --- <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:15:10 -05:00
yindo closed this issue 2026-02-15 19:15:10 -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#600