You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I included a self-contained, minimal example that demonstrates the issue INCLUDING all the relevant imports. The code run AS IS to reproduce the issue.
@yamato0811 thanks for reporting -- we'll look into this. in the meantime, as you pointed out in the second code snippet, you can just do return {"node_name": "subgraph_node_2"} instead of using Command
@yamato0811 you should be able to do this now in LangGraph v0.2.69. The only thing to keep in mind is that you would now need to add a reducer to the node_name field. Let me know if you run into any issues.
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
Description
While using the LangGraph library and attempting stream execution with a Command within a subgraph, I encountered the following two issues:
'foo': 'Update at subgraph_node_1!'
is not displayed in the parent graph.subgraph_node_2
is not shown.【Output】
When not using Command, the result was as expected.
【Expected Output】
【Expected Output Code】
System Info
System Information
Package Information
Optional packages not installed
Other Dependencies
The text was updated successfully, but these errors were encountered: