mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-19 13:25:54 -04:00
[PR #22] [MERGED] fix(api): prefer @langchain/langgraph from project rather than CLI #27
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/22
Author: @dqbd
Created: 3/10/2025
Status: ✅ Merged
Merged: 3/10/2025
Merged by: @dqbd
Base:
main← Head:dqbd/api-import-project-precedence📝 Commits (6)
93a7b4afix(api): prefer @langchain/langgraph from project rather than CLIf99613bUse JS instead of TS48a990bFix missingargvwhen loading the worker for schemad000011Add debug logging3ba1e91Use file URL for Windows608850dRemove debug logs📊 Changes
6 files changed (+42 additions, -18 deletions)
View changed files
📝
libs/langgraph-api/src/cli/entrypoint.mts(+0 -2)📝
libs/langgraph-api/src/cli/spawn.mts(+2 -0)📝
libs/langgraph-api/src/graph/load.hooks.mjs(+15 -12)📝
libs/langgraph-api/src/graph/load.utils.mts(+1 -0)➕
libs/langgraph-api/src/preload.mjs(+24 -0)➖
libs/langgraph-api/src/preload.mts(+0 -4)📄 Description
When
langgraphjs devis invoked vianpx, peer deps are installed in the global npx cache.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.