mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-19 13:25:54 -04:00
[PR #35] [MERGED] feat(api): add support for dynamically created graphs via runnable config #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:dqbd/runnable-config-dynamic-graphs📝 Commits (2)
6acc91bfeat(api): add support for dynamically created graphs via runnable config7aac724Add 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.