Command not working in version 0.4.7 #4914
achi2211
started this conversation in
Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was reading the conditional edge documentation here . There is a tip saying that should use Command instead of Conditional Edges. I tried (I upgraded langgraph to the last version 0.4.7) but I get this error
from langgraph.graph import StateGraph, Command ImportError: cannot import name 'Command' from 'langgraph.graph'
Seems Command is not supportedBeta Was this translation helpful? Give feedback.
All reactions