-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Unknown agent type when loading from hub #749
Comments
I would like to load things from json or yaml configurations. Could someone provide details about the status of this feature, or what is the behaviour here so I could try to implement it and make a pull request. |
Hi, @elier! I'm helping the LangChain team manage their backlog and wanted to let you know that we are marking this issue as stale. Based on my understanding, the issue you reported was about loading a specific agent from a GitHub repository and encountering an "Unknown agent type" error. It seems that the issue has been resolved, and it turns out that only the "zero-shot-react-description" agent is supported, not the "zero-shot-react-conversation" agent. You were also interested in the status of a feature that would allow loading from json or yaml configurations. Before we close this issue, we wanted to check if it is still relevant to the latest version of the LangChain repository. If you could provide an update or any additional information, the LangChain team will be notified to take a look. Otherwise, if we don't hear back from you within 7 days, the issue will be automatically closed. Thank you for your understanding! |
Loading the following agent fails with "UnhandledPromiseRejectionWarning: Error: Unknown agent type":
https://github.com/hwchase17/langchain-hub/tree/master/agents/zero-shot-react-conversation
However, the other agent works:
https://github.com/hwchase17/langchain-hub/tree/master/agents/zero-shot-react-description
The reason is very clear, only "zero-shot-react-description" is supported:
The text was updated successfully, but these errors were encountered: