errchh
change llm
7851025
raw
history blame contribute delete
589 Bytes
[project]
name = "hfagentscourse-finalassignment"
version = "0.1.0"
description = "Huggingface agents course -- Final assignment"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"dotenv>=0.9.9",
"duckduckgo-search>=8.0.1",
"gradio>=5.29.0",
"langchain-community>=0.3.23",
"langchain-google-genai>=2.1.4",
"langchain-groq>=0.3.2",
"langchain-huggingface>=0.2.0",
"langchain-openai>=0.3.16",
"langchain-tools>=0.1.34",
"langgraph>=0.4.3",
"pandas>=2.2.3",
"rank-bm25>=0.2.2",
"requests>=2.32.3",
"wikipedia>=1.4.0",
]