[PR #9] [MERGED] feat: Better CI to actually build and run the LangGraph server #10

Closed
opened 2026-02-16 08:18:46 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/llmanager/pull/9
Author: @bracesproul
Created: 4/11/2025
Status: Merged
Merged: 4/11/2025
Merged by: @bracesproul

Base: mainHead: brace/better-ci


📝 Commits (7)

📊 Changes

6 files changed (+1428 additions, -19 deletions)

View changed files

📝 .github/workflows/ci.yml (+28 -0)
📝 package.json (+2 -1)
scripts/check-dev-server.ts (+93 -0)
📝 src/llmanager/index.ts (+3 -3)
📝 tsconfig.json (+6 -1)
📝 yarn.lock (+1296 -14)

📄 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/llmanager/pull/9 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 4/11/2025 **Status:** ✅ Merged **Merged:** 4/11/2025 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/better-ci` --- ### 📝 Commits (7) - [`f5831c6`](https://github.com/langchain-ai/llmanager/commit/f5831c675959fd125f8fbe94d4c09440a753d527) feat: Better CI to actually build and run the LangGraph server - [`6c7b514`](https://github.com/langchain-ai/llmanager/commit/6c7b514b4626ab2b0b14b7aa1f15953bfe5ec624) cr - [`fa68d17`](https://github.com/langchain-ai/llmanager/commit/fa68d17aeb0c67e7a425869e968feb4df46ad9b9) fix deps - [`926adde`](https://github.com/langchain-ai/llmanager/commit/926adde8bd8d39318f7c1ecc2987f962e764cf11) revert intentional err - [`7cd5ed9`](https://github.com/langchain-ai/llmanager/commit/7cd5ed9d467928a15b361c23e749627f2a6f30e1) add env file - [`8f0cb76`](https://github.com/langchain-ai/llmanager/commit/8f0cb76c1003d3bba952f307d756c2d371a5400a) Merge branch 'main' into brace/better-ci - [`0081525`](https://github.com/langchain-ai/llmanager/commit/0081525b5fbf9cc88dbe016d2d8ce9797f3669df) cr ### 📊 Changes **6 files changed** (+1428 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+28 -0) 📝 `package.json` (+2 -1) ➕ `scripts/check-dev-server.ts` (+93 -0) 📝 `src/llmanager/index.ts` (+3 -3) 📝 `tsconfig.json` (+6 -1) 📝 `yarn.lock` (+1296 -14) </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-16 08:18:46 -05:00
yindo closed this issue 2026-02-16 08:18:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/llmanager#10