mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-19 13:25:54 -04:00
[PR #6] [MERGED] feat: decouple API from CLI #11
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/6
Author: @dqbd
Created: 2/4/2025
Status: ✅ Merged
Merged: 2/4/2025
Merged by: @nfcampos
Base:
main← Head:dqbd/decouple-api-cli📝 Commits (10+)
0dd8d94feat: decouple langgraph-cli from langgraph-api9025a38Remove test scriptsdbcf731Prune dependencies2ad9138Update license to MITe88b790Move loggingb8a3046Update GH actions4786e57Bump the nWorkers back to default 100626e01Fix types9f14d49Remove tsx as a dependency for CLId8bd6c7Windows test📊 Changes
72 files changed (+740 additions, -252 deletions)
View changed files
📝
.github/workflows/ci.yml(+61 -3)📝
libs/create-langgraph/package.json(+1 -1)➕
libs/langgraph-api/.gitignore(+8 -0)➕
libs/langgraph-api/LICENSE(+93 -0)➕
libs/langgraph-api/README.md(+3 -0)➕
libs/langgraph-api/package.json(+57 -0)➕
libs/langgraph-api/scripts/build.ps1(+11 -0)➕
libs/langgraph-api/scripts/build.sh(+13 -0)➕
libs/langgraph-api/scripts/spawn.mjs(+16 -0)📝
libs/langgraph-api/scripts/test.ps1(+2 -2)📝
libs/langgraph-api/scripts/test.sh(+2 -4)📝
libs/langgraph-api/src/api/assistants.mts(+0 -0)📝
libs/langgraph-api/src/api/runs.mts(+0 -0)📝
libs/langgraph-api/src/api/store.mts(+0 -0)📝
libs/langgraph-api/src/api/threads.mts(+0 -0)📝
libs/langgraph-api/src/cli/entrypoint.mts(+0 -0)📝
libs/langgraph-api/src/cli/spawn.mts(+3 -7)📝
libs/langgraph-api/src/cli/utils/ipc/client.mts(+0 -0)➕
libs/langgraph-api/src/cli/utils/ipc/utils/get-pipe-path.mts(+30 -0)➕
libs/langgraph-api/src/cli/utils/ipc/utils/temporary-directory.mts(+42 -0)...and 52 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.