[PR #1503] [MERGED] feat(cli): add building support for JS #2113

Closed
opened 2026-02-20 17:46:19 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1503
Author: @dqbd
Created: 8/27/2024
Status: Merged
Merged: 8/28/2024
Merged by: @dqbd

Base: mainHead: dqbd/cli-studio-js


📝 Commits (2)

  • f4dea9c feat(cli): add building support for JS
  • 3bbe09d Fix missing comma

📊 Changes

3 files changed (+109 additions, -27 deletions)

View changed files

📝 libs/cli/langgraph_cli/cli.py (+19 -5)
📝 libs/cli/langgraph_cli/config.py (+65 -22)
📝 libs/cli/tests/unit_tests/test_config.py (+25 -0)

📄 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/langgraph/pull/1503 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 8/27/2024 **Status:** ✅ Merged **Merged:** 8/28/2024 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/cli-studio-js` --- ### 📝 Commits (2) - [`f4dea9c`](https://github.com/langchain-ai/langgraph/commit/f4dea9c5f74aa47dae4189a9060083afe960ed8a) feat(cli): add building support for JS - [`3bbe09d`](https://github.com/langchain-ai/langgraph/commit/3bbe09dac4a2561d61df2980b591ec1fd4d83313) Fix missing comma ### 📊 Changes **3 files changed** (+109 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `libs/cli/langgraph_cli/cli.py` (+19 -5) 📝 `libs/cli/langgraph_cli/config.py` (+65 -22) 📝 `libs/cli/tests/unit_tests/test_config.py` (+25 -0) </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-20 17:46:19 -05:00
yindo closed this issue 2026-02-20 17:46:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2113