mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-26 19:45:00 +02:00
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>
8 lines
233 B
JSON
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"]
|
|
}
|