Spaces:
Runtime error
Runtime error
File size: 1,069 Bytes
4802a38 8c16572 4802a38 2d3a434 dc47641 7e0251d 4f70efd 84c7ca2 cb13db3 8c16572 dc47641 182e77f 4802a38 cb13db3 4802a38 7fb5b3c 2d3a434 cb13db3 2d3a434 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | [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-multi-modal-llms-mistralai>=0.4.0",
"llama-index-multi-modal-llms-nebius>=0.4.0",
"llama-index-readers-papers>=0.3.2",
"llama-index-readers-web>=0.4.2",
"llama-index-readers-youtube-transcript>=0.3.0",
"llama-index-tools-duckduckgo>=0.3.0",
"llama-index-tools-requests>=0.4.0",
"llama-index-tools-wikipedia>=0.3.0",
"mistralai>=1.8.2",
"openai-whisper>=20250625",
"openpyxl>=3.1.5",
"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",
]
|