mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-19 13:25:54 -04:00
[PR #39] [MERGED] feat(ui): separate as standalone package #41
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/39
Author: @dqbd
Created: 3/31/2025
Status: ✅ Merged
Merged: 3/31/2025
Merged by: @dqbd
Base:
main← Head:dqbd/ui-separate-pkg📝 Commits (10+)
36b664bfeat(ui): separate as standalone packagefd41130Format, add simple integration testc2fb406Add behinddevsubcommand83b26d6Fix build script0de1f26Add .prettierignore326be55Make sure to build in proper orderc99641cAdd ts as devdep8255e29Update locka182ddfDo not rebuild the server twice when testing, make sure that we're running the tests on built artifacts16d0ed6Add ts-ignore📊 Changes
26 files changed (+254 additions, -25 deletions)
View changed files
📝
.github/workflows/ci.yml(+14 -4)➕
libs/create-langgraph/.prettierignore(+2 -0)➕
libs/langgraph-api/.prettierignore(+2 -0)📝
libs/langgraph-api/package.json(+2 -7)📝
libs/langgraph-api/scripts/build.mjs(+0 -4)📝
libs/langgraph-api/scripts/test.mjs(+1 -2)📝
libs/langgraph-api/src/ui/load.mts(+1 -1)➕
libs/langgraph-api/tests/__snapshots__/api.test.mts.snap(+5 -0)📝
libs/langgraph-api/tests/api.test.mts(+17 -0)📝
libs/langgraph-api/tests/utils.server.mts(+7 -1)➕
libs/langgraph-api/turbo.json(+14 -0)➕
libs/langgraph-cli/.prettierignore(+2 -0)➕
libs/langgraph-ui/.gitignore(+8 -0)➕
libs/langgraph-ui/.prettierignore(+2 -0)➕
libs/langgraph-ui/.prettierrc(+1 -0)➕
libs/langgraph-ui/LICENSE(+21 -0)➕
libs/langgraph-ui/README.md(+3 -0)➕
libs/langgraph-ui/package.json(+41 -0)➕
libs/langgraph-ui/scripts/build.mjs(+13 -0)➕
libs/langgraph-ui/scripts/clean.mjs(+9 -0)...and 6 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.