File size: 393 Bytes
3a3f208 2fce62e 3a3f208 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [project]
name = "hfagentscoursefinalassignment"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"ddgs>=9.11.1",
"duckduckgo-search>=8.1.1",
"gradio>=6.8.0",
"langchain-community>=0.4.1",
"langchain-google-genai>=4.2.1",
"langgraph>=1.0.10",
"pydantic>=2.12.5",
"requests>=2.32.5",
]
|