sanjeed5's picture
Update dependencies in pyproject.toml and requirements.txt, and add test_single_q.py for running single and all question tests. Introduce tools.py for Perplexity API integration with enhanced error handling and logging.
555dbe6
raw
history blame contribute delete
403 Bytes
[project]
name = "hf-agents-course-final-assignment"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"bs4>=0.0.2",
"dotenv>=0.9.9",
"duckduckgo-search>=8.0.2",
"gradio>=5.29.1",
"markdownify>=1.1.0",
"openai>=1.75.0",
"openpyxl>=3.1.5",
"requests>=2.32.3",
"smolagents[litellm]>=1.16.1",
]