feat: integration of scrapegraph apis (#5551)

* feat: integration of scrapegraph apis

* feat: refactoring of descriptions

* udpate uv lock

* [autofix.ci] apply automated fixes

* pyproject update

* did make format_backend

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
Marco Vinciguerra 2025-01-22 21:16:58 +01:00 committed by GitHub
commit dc8e40cb2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 324 additions and 83 deletions

View file

@ -93,7 +93,7 @@ dependencies = [
"langchain-openai==0.2.12",
"langchain-google-vertexai==2.0.7",
"langchain-groq==0.2.1",
"langchain-pinecone==0.2.0",
"langchain-pinecone==0.2.2",
"langchain-mistralai==0.2.3",
"langchain-chroma==0.1.4",
"langchain-aws==0.2.7",
@ -117,8 +117,9 @@ dependencies = [
"crewai~=0.86.0",
"mcp>=0.9.1",
"uv>=0.5.7",
"ag2",
"pydantic-ai>=0.0.12",
"ag2>=0.1.0",
"scrapegraph-py>=1.10.2",
"pydantic-ai>=0.0.19"
]
[project.urls]