[PR #35] [MERGED] feat(api): add support for dynamically created graphs via runnable config #37

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs-api/pull/35
Author: @dqbd
Created: 3/26/2025
Status: Merged
Merged: 3/27/2025
Merged by: @dqbd

Base: mainHead: dqbd/runnable-config-dynamic-graphs


📝 Commits (2)

  • 6acc91b feat(api): add support for dynamically created graphs via runnable config
  • 7aac724 Add tests for dynamically generated graphs

📊 Changes

8 files changed (+157 additions, -22 deletions)

View changed files

📝 libs/langgraph-api/src/api/assistants.mts (+6 -3)
📝 libs/langgraph-api/src/graph/load.mts (+12 -4)
📝 libs/langgraph-api/src/graph/load.utils.mts (+26 -9)
📝 libs/langgraph-api/src/storage/ops.mts (+16 -4)
📝 libs/langgraph-api/src/stream.mts (+1 -1)
📝 libs/langgraph-api/tests/api.test.mts (+70 -0)
libs/langgraph-api/tests/graphs/dynamic.mts (+24 -0)
📝 libs/langgraph-api/tests/graphs/langgraph.json (+2 -1)

📄 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/35 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 3/26/2025 **Status:** ✅ Merged **Merged:** 3/27/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/runnable-config-dynamic-graphs` --- ### 📝 Commits (2) - [`6acc91b`](https://github.com/langchain-ai/langgraphjs-api/commit/6acc91b4c211d1680b7dca8a612da3c44e2c3caa) feat(api): add support for dynamically created graphs via runnable config - [`7aac724`](https://github.com/langchain-ai/langgraphjs-api/commit/7aac7244a9477abeb5990590bf10826fc7c87892) Add tests for dynamically generated graphs ### 📊 Changes **8 files changed** (+157 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph-api/src/api/assistants.mts` (+6 -3) 📝 `libs/langgraph-api/src/graph/load.mts` (+12 -4) 📝 `libs/langgraph-api/src/graph/load.utils.mts` (+26 -9) 📝 `libs/langgraph-api/src/storage/ops.mts` (+16 -4) 📝 `libs/langgraph-api/src/stream.mts` (+1 -1) 📝 `libs/langgraph-api/tests/api.test.mts` (+70 -0) ➕ `libs/langgraph-api/tests/graphs/dynamic.mts` (+24 -0) 📝 `libs/langgraph-api/tests/graphs/langgraph.json` (+2 -1) </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:05 -05:00
yindo closed this issue 2026-02-16 04:17:05 -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#37