mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-19 13:25:54 -04:00
[PR #64] [MERGED] feat(api): use runtime json schema if using zod #63
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:dqbd/zod-to-json-schema📝 Commits (5)
4f59bdffeat(api): use runtime json schema if using zod703fed2Simplify build process at the expense of emitting all declaration filesc5a6927Cleanup7440a13Force resolutionf94e868Fix 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.