langchain/docs/modules/agents/examples
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
2023-01-30 14:52:17 -08:00
..
custom_agent.ipynb update notebook and make backwards compatible (#772) 2023-01-28 07:23:04 -08:00
custom_tools.ipynb Harrison/tool decorator (#790) 2023-01-28 18:26:24 -08:00
intermediate_steps.ipynb Docs refactor (#480) 2023-01-02 08:24:09 -08:00
load_from_hub.ipynb Centralize logic for loading from LangChainHub, add ability to pin dependencies (#805) 2023-01-30 14:52:17 -08:00
max_iterations.ipynb more robust handling for max iterations (#514) 2023-01-03 07:46:08 -08:00
multi_input_tool.ipynb Docs refactor (#480) 2023-01-02 08:24:09 -08:00
search_tools.ipynb Docs refactor (#480) 2023-01-02 08:24:09 -08:00
serialization.ipynb (wip) Harrison/serialize agents (#725) 2023-01-26 19:48:47 -08:00