CasperBA's picture
Adjusts sysprompt and rely on serper and open URL for question answering.
595c733
raw
history blame contribute delete
586 Bytes
[project]
name = "final-assignment-agentcourse"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"beautifulsoup4>=4.13.4",
"dotenv>=0.9.9",
"gradio[oauth]>=5.34.0",
"langchain>=0.3.25",
"langchain-community>=0.3.25",
"langchain-openai>=0.3.23",
"langchain-tavily>=0.2.4",
"langgraph>=0.4.8",
"langsmith>=0.3.45",
"notebook>=7.4.3",
"numpy>=2.3.0",
"openpyxl>=3.1.5",
"pillow>=11.2.1",
"pyflakes>=3.4.0",
"requests>=2.32.3",
"wikipedia>=1.4.0",
]