You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/modules/agents
Roy Williams 6086292252
Centralize logic for loading from LangChainHub, add ability to pin dependencies (#805)
It's generally considered to be a good practice to pin dependencies to
prevent surprise breakages when a new version of a dependency is
released. This commit adds the ability to pin dependencies when loading
from LangChainHub.

Centralizing this logic and using urllib fixes an issue identified by
some windows users highlighted in this video -
https://youtu.be/aJ6IQUh8MLQ?t=537
1 year ago
..
examples Centralize logic for loading from LangChainHub, add ability to pin dependencies (#805) 1 year ago
implementations Add type information for crawler.py (#738) 1 year ago
agents.md RFC: conversational agent (#464) 1 year ago
getting_started.ipynb Harrison/openai callback (#684) 1 year ago
how_to_guides.rst add docs for loading from hub (#763) 1 year ago
key_concepts.md Docs refactor (#480) 1 year ago
tools.md Harrison/load tools kwargs (#681) 1 year ago