[PR #1145] [MERGED] feat(langgraph): expose zod-to-json-schema logic #1260

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1145
Author: @dqbd
Created: 5/2/2025
Status: Merged
Merged: 5/2/2025
Merged by: @dqbd

Base: mainHead: dqbd/zod-to-json-schema


📝 Commits (5)

📊 Changes

5 files changed (+242 additions, -40 deletions)

View changed files

📝 libs/langgraph/.gitignore (+4 -0)
📝 libs/langgraph/langchain.config.js (+1 -0)
📝 libs/langgraph/package.json (+14 -1)
📝 libs/langgraph/src/graph/zod/schema.ts (+120 -30)
📝 libs/langgraph/src/tests/pregel.test.ts (+103 -9)

📄 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/1145 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 5/2/2025 **Status:** ✅ Merged **Merged:** 5/2/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/zod-to-json-schema` --- ### 📝 Commits (5) - [`36226e7`](https://github.com/langchain-ai/langgraphjs/commit/36226e7a46fe0f4d36769ac3d8d5c9e5afdfc0a3) feat(langgraph): expose zod-to-json-schema logic - [`eb0611e`](https://github.com/langchain-ai/langgraphjs/commit/eb0611e7c02e48915c384775a2b5c39c094ecdef) Fix formatting - [`8a009fb`](https://github.com/langchain-ai/langgraphjs/commit/8a009fbf53b024a6061881398052592c2343e5cd) Add more closer typing - [`f3f1d52`](https://github.com/langchain-ai/langgraphjs/commit/f3f1d526be7fffccbb7d57845280582647675dcd) retrigger checks - [`cc406ad`](https://github.com/langchain-ai/langgraphjs/commit/cc406adf9454255298c85773a8819d0f204144fa) Add JSDoc ### 📊 Changes **5 files changed** (+242 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/.gitignore` (+4 -0) 📝 `libs/langgraph/langchain.config.js` (+1 -0) 📝 `libs/langgraph/package.json` (+14 -1) 📝 `libs/langgraph/src/graph/zod/schema.ts` (+120 -30) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+103 -9) </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 20:15:00 -05:00
yindo closed this issue 2026-02-15 20:15:00 -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#1260