-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC: langgraph cli crashing on hierarchical teams supervisor function #170
Comments
Just for the record, it seems like the API is working without any problem. Just debugger/cli crashing when I try to look at the supervisor graph. Other graph shows its structure without a problem in the cli. |
UPDATE: I've tried changing bind_functions to bind_tools as recommended in the API doc. The issue persists. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue with current documentation:
https://langchain-ai.github.io/langgraph/tutorials/multi_agent/hierarchical_agent_teams/
I had a project that implements the supervisor logic from the above document. I notice that langgraph cli/debugger crashes on the supervisor graph after it started supporting subgraph feature. Through some investigation I found out that it is a problem originating from def create_team_supervisor(llm: ChatOpenAI, system_prompt, members). I am suspecting it's from the using deprecated feature, llm.bind_functions(functions=[function_def], function_call="route"). Can somebody please look into this issue? The following is the screen I see when I start the debugger and cli
Would this be a problem from the debugger or the code?
Idea or request for content:
No response
The text was updated successfully, but these errors were encountered: