-
Notifications
You must be signed in to change notification settings - Fork 44.4k
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
Incorporate agent toolkits from langchain #7
Comments
Yohei over on Twitter recently torched all of the lang chain agent work to slim down the code. What specifically would the goal of incorporating agents from lang chain accomplish? |
@dschonholtz - Sorry, I'm not following. I opened this issue early in the project's existence. Can you link the changes you're talking about? |
I was referring to a separate project where a dev pointed out that they could make their project a lot more lean by ripping out lang chain. |
Think it's very premature to say "wont-fix" on langchain. Lanchain adds the ability to add tools from large pre-built toolkits, integrate other LLMs, and switch to other prompting styles via it's AGENT_TYPE enum. Not using it is basically the equivalent of announcing you plan to not keep up with the latest open source contributions and research in LLMs. |
Add spacy en model for browsing web pages
https://python.langchain.com/en/latest/modules/agents/toolkits.html
The text was updated successfully, but these errors were encountered: