[PR #838] [MERGED] cli: Reduce to test and build commands #1724

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/838
Author: @nfcampos
Created: 6/26/2024
Status: Merged
Merged: 6/26/2024
Merged by: @nfcampos

Base: mainHead: nc/26jun/cli-test-build


📝 Commits (5)

📊 Changes

11 files changed (+201 additions, -836 deletions)

View changed files

📝 .github/workflows/_integration_test.yml (+4 -28)
libs/cli/examples/graphs_reqs_a/compose.yml (+0 -5)
libs/cli/examples/graphs_reqs_b/compose.yml (+0 -5)
📝 libs/cli/langgraph_cli/cli.py (+108 -278)
📝 libs/cli/langgraph_cli/docker.py (+1 -116)
📝 libs/cli/tests/unit_tests/agent.py (+81 -0)
libs/cli/tests/unit_tests/pipconfig.txt (+0 -0)
libs/cli/tests/unit_tests/test_cli.py (+0 -111)
📝 libs/cli/tests/unit_tests/test_config.json (+5 -3)
📝 libs/cli/tests/unit_tests/test_config.py (+2 -189)
libs/cli/tests/unit_tests/test_docker.py (+0 -101)

📄 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/838 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 6/26/2024 **Status:** ✅ Merged **Merged:** 6/26/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/26jun/cli-test-build` --- ### 📝 Commits (5) - [`9f1e504`](https://github.com/langchain-ai/langgraph/commit/9f1e5048451f48f92e373c777f687bab0d135e4e) cli: Reduce to test and build commands - [`5cd4f83`](https://github.com/langchain-ai/langgraph/commit/5cd4f83aadda131de7925950b3e2018dfa16bf1a) Bump timeout - [`2380479`](https://github.com/langchain-ai/langgraph/commit/238047924a76451f5905a3100df8038595713d8c) Fix test? - [`d1813bd`](https://github.com/langchain-ai/langgraph/commit/d1813bda16bb0f2d1f4abf177e29b8880989c4df) Fix - [`13f682a`](https://github.com/langchain-ai/langgraph/commit/13f682abfdc27963079ef301ed75b320098c1812) Fix output ### 📊 Changes **11 files changed** (+201 additions, -836 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/_integration_test.yml` (+4 -28) ➖ `libs/cli/examples/graphs_reqs_a/compose.yml` (+0 -5) ➖ `libs/cli/examples/graphs_reqs_b/compose.yml` (+0 -5) 📝 `libs/cli/langgraph_cli/cli.py` (+108 -278) 📝 `libs/cli/langgraph_cli/docker.py` (+1 -116) 📝 `libs/cli/tests/unit_tests/agent.py` (+81 -0) ➕ `libs/cli/tests/unit_tests/pipconfig.txt` (+0 -0) ➖ `libs/cli/tests/unit_tests/test_cli.py` (+0 -111) 📝 `libs/cli/tests/unit_tests/test_config.json` (+5 -3) 📝 `libs/cli/tests/unit_tests/test_config.py` (+2 -189) ➖ `libs/cli/tests/unit_tests/test_docker.py` (+0 -101) </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:45:25 -05:00
yindo closed this issue 2026-02-20 17:45:25 -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#1724