lwant's picture
Add Wikipedia tool integration, update dependencies, and expand README documentation
8c16572
raw
history blame
755 Bytes
[project]
name = "agent-course-final-assignment"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=5.34.1",
"langchain-community>=0.3.26",
"llama-index>=0.12.43",
"llama-index-llms-huggingface-api>=0.5.0",
"llama-index-llms-nebius>=0.1.2",
"llama-index-tools-duckduckgo>=0.3.0",
"llama-index-tools-requests>=0.4.0",
"llama-index-tools-wikipedia>=0.3.0",
"requests>=2.32.4",
"tavily-python>=0.7.8",
]
[tool.pytest.ini_options]
pythonpath = ["config", "packages/src", "services"]
[dependency-groups]
dev = [
"arize-phoenix>=10.15.0",
"llama-index-callbacks-arize-phoenix>=0.5.1",
"llama-index-utils-workflow>=0.3.4",
]