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'm trying to upgrade my supervised MultiAgent from langgraph==0.4.7 to langgraph==0.5.3.
I expose it using langserve on a local server.
I use the langgraph.prebuilt library for react agents:
langgraph-supervisor==0.0.27
langgraph-prebuilt==0.5.2
After the upgrade, I get a "POST /main/invoke HTTP/1.1" 422 Unprocessable Content error.
Currently, when I call the API, I pass static parameters that must then be used throughout the entire workflow.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to upgrade my supervised MultiAgent from langgraph==0.4.7 to langgraph==0.5.3.
I expose it using langserve on a local server.
I use the langgraph.prebuilt library for react agents:
langgraph-supervisor==0.0.27
langgraph-prebuilt==0.5.2
After the upgrade, I get a "POST /main/invoke HTTP/1.1" 422 Unprocessable Content error.
Currently, when I call the API, I pass static parameters that must then be used throughout the entire workflow.
Beta Was this translation helpful? Give feedback.
All reactions