langchain-ai / langgraph-studio

Desktop app for prototyping and debugging LangGraph applications locally.
https://studio.langchain.com
1.99k stars 131 forks source link

Support config for when you dynamically build graphs #87

Open hwchase17 opened 3 months ago

hwchase17 commented 3 months ago

https://langchain-ai.github.io/langgraph/cloud/deployment/graph_rebuild/

this config does not show up as configuration option

dqbd commented 2 months ago

@nfcampos The config argument of the factory would need to be strictly typed and using that type we'd need to convert that type to JSON schema.