[PR #64] [MERGED] feat(api): use runtime json schema if using zod #63

Closed
opened 2026-02-16 04:17:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (5)

  • 4f59bdf feat(api): use runtime json schema if using zod
  • 703fed2 Simplify build process at the expense of emitting all declaration files
  • c5a6927 Cleanup
  • 7440a13 Force resolution
  • f94e868 Fix import path

📊 Changes

11 files changed (+214 additions, -251 deletions)

View changed files

📝 libs/langgraph-api/package.json (+7 -3)
📝 libs/langgraph-api/scripts/build.mjs (+0 -6)
📝 libs/langgraph-api/src/api/assistants.mts (+64 -29)
📝 libs/langgraph-api/src/graph/load.mts (+21 -10)
📝 libs/langgraph-api/src/graph/load.utils.mts (+4 -67)
libs/langgraph-api/src/graph/parser/index.mts (+79 -0)
📝 libs/langgraph-api/src/graph/parser/parser.mts (+12 -4)
📝 libs/langgraph-api/src/graph/parser/schema/types.mts (+0 -125)
📝 libs/langgraph-api/tsconfig.json (+1 -0)
📝 package.json (+2 -1)
📝 pnpm-lock.yaml (+24 -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-api/pull/64 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 5/2/2025 **Status:** ✅ Merged **Merged:** 5/5/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/zod-to-json-schema` --- ### 📝 Commits (5) - [`4f59bdf`](https://github.com/langchain-ai/langgraphjs-api/commit/4f59bdf49a5b3baba824a9c467e23bda97eb78fd) feat(api): use runtime json schema if using zod - [`703fed2`](https://github.com/langchain-ai/langgraphjs-api/commit/703fed2f699bf53bb04d0e67dd6ff6509eba7698) Simplify build process at the expense of emitting all declaration files - [`c5a6927`](https://github.com/langchain-ai/langgraphjs-api/commit/c5a69270c5d4d731dc8d946b7293b55c5e471866) Cleanup - [`7440a13`](https://github.com/langchain-ai/langgraphjs-api/commit/7440a1305b32cf70089ab727270c807f8bbf33f9) Force resolution - [`f94e868`](https://github.com/langchain-ai/langgraphjs-api/commit/f94e8682a63cbe766a180be7c458d067d76c9508) Fix import path ### 📊 Changes **11 files changed** (+214 additions, -251 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph-api/package.json` (+7 -3) 📝 `libs/langgraph-api/scripts/build.mjs` (+0 -6) 📝 `libs/langgraph-api/src/api/assistants.mts` (+64 -29) 📝 `libs/langgraph-api/src/graph/load.mts` (+21 -10) 📝 `libs/langgraph-api/src/graph/load.utils.mts` (+4 -67) ➕ `libs/langgraph-api/src/graph/parser/index.mts` (+79 -0) 📝 `libs/langgraph-api/src/graph/parser/parser.mts` (+12 -4) 📝 `libs/langgraph-api/src/graph/parser/schema/types.mts` (+0 -125) 📝 `libs/langgraph-api/tsconfig.json` (+1 -0) 📝 `package.json` (+2 -1) 📝 `pnpm-lock.yaml` (+24 -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-16 04:17:12 -05:00
yindo closed this issue 2026-02-16 04:17:12 -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-api#63