Files
langgraph/libs/langgraph/tests/example_app/langgraph.json
T
William FHandGitHub e3146d8050 Fix remote streaming of subgraphs (#4590)
Because we were propagating the task ID config key, the stream mode was
always overridden as "values", meaning the token, etc. callback handlers
were never added within the remote graphs.

---------

Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com>
2025-05-07 20:10:31 -07:00

8 lines
233 B
JSON

{
"$schema": "https://raw.githubusercontent.com/langchain-ai/langgraph/refs/heads/main/libs/cli/schemas/schema.json",
"graphs": {
"app": "tests/example_app/example_graph.py:app"
},
"dependencies": ["tests/example_app"]
}