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:
parent
8108d6fc13
commit
dc8e40cb2d
5 changed files with 324 additions and 83 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue