[PR #45] [MERGED] feat(api): custom routes #45

Closed
opened 2026-02-16 04:17:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs-api/pull/45
Author: @dqbd
Created: 4/11/2025
Status: Merged
Merged: 4/15/2025
Merged by: @dqbd

Base: mainHead: dqbd/api-custom-routes


📝 Commits (2)

📊 Changes

14 files changed (+428 additions, -62 deletions)

View changed files

libs/langgraph-api/src/api/meta.mts (+9 -0)
📝 libs/langgraph-api/src/auth/custom.mts (+1 -1)
📝 libs/langgraph-api/src/cli/spawn.mts (+18 -0)
libs/langgraph-api/src/http/custom.mts (+15 -0)
libs/langgraph-api/src/http/middleware.mts (+57 -0)
📝 libs/langgraph-api/src/queue.mts (+24 -4)
📝 libs/langgraph-api/src/schemas.mts (+2 -2)
📝 libs/langgraph-api/src/server.mts (+69 -52)
libs/langgraph-api/src/webhook.mts (+47 -0)
📝 libs/langgraph-api/tests/api.test.mts (+87 -0)
📝 libs/langgraph-api/tests/graphs/agent_simple.mts (+7 -2)
libs/langgraph-api/tests/graphs/http.mts (+66 -0)
📝 libs/langgraph-api/tests/graphs/langgraph.json (+5 -1)
📝 libs/langgraph-cli/src/utils/config.mts (+21 -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/langgraphjs-api/pull/45 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 4/11/2025 **Status:** ✅ Merged **Merged:** 4/15/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/api-custom-routes` --- ### 📝 Commits (2) - [`9bec26b`](https://github.com/langchain-ai/langgraphjs-api/commit/9bec26b41a85fb4e94fceab2bf43b364de18e104) feat(api): custom routes - [`cdabbea`](https://github.com/langchain-ai/langgraphjs-api/commit/cdabbea262bae2319eff41ec4ad8069932fc54bf) Match tests ### 📊 Changes **14 files changed** (+428 additions, -62 deletions) <details> <summary>View changed files</summary> ➕ `libs/langgraph-api/src/api/meta.mts` (+9 -0) 📝 `libs/langgraph-api/src/auth/custom.mts` (+1 -1) 📝 `libs/langgraph-api/src/cli/spawn.mts` (+18 -0) ➕ `libs/langgraph-api/src/http/custom.mts` (+15 -0) ➕ `libs/langgraph-api/src/http/middleware.mts` (+57 -0) 📝 `libs/langgraph-api/src/queue.mts` (+24 -4) 📝 `libs/langgraph-api/src/schemas.mts` (+2 -2) 📝 `libs/langgraph-api/src/server.mts` (+69 -52) ➕ `libs/langgraph-api/src/webhook.mts` (+47 -0) 📝 `libs/langgraph-api/tests/api.test.mts` (+87 -0) 📝 `libs/langgraph-api/tests/graphs/agent_simple.mts` (+7 -2) ➕ `libs/langgraph-api/tests/graphs/http.mts` (+66 -0) 📝 `libs/langgraph-api/tests/graphs/langgraph.json` (+5 -1) 📝 `libs/langgraph-cli/src/utils/config.mts` (+21 -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-16 04:17:06 -05:00
yindo closed this issue 2026-02-16 04:17:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs-api#45