Restructure extensions, update corresponding docs (#3826)

* Restructure extensions, update corresponding docs

* update tests, add deprecation messages

* fix tests

* update lockfile

---------
This commit is contained in:
Jack Gerrits
2024-10-17 15:06:16 -07:00
committed by GitHub
parent ed50ba4548
commit b09e6777a4
30 changed files with 323 additions and 116 deletions

View File

@@ -20,7 +20,7 @@ dependencies = [
[project.optional-dependencies]
langchain-tools = ["langchain >= 0.3.1"]
langchain-tools = ["langchain_core~= 0.3.3"]
azure-code-executor = ["azure-core"]
docker-code-executor = ["docker~=7.0"]