File size: 1,038 Bytes
fbec116
 
 
 
 
 
 
d4eadfe
fbec116
 
 
 
 
 
 
 
 
 
53f8f7c
 
 
90a12a7
5e77d41
 
 
 
 
 
d4eadfe
 
 
e04e3db
 
 
 
 
 
 
 
 
fbec116
 
 
bee2f63
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
38
39
40
41
42
43
44
45
[project]
name = "fa-agents"
version = "0.1.0"
description = "Hugging Face Agents Course - Final Assignment"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
    "gradio[oauth]>=5.25.2",
    "requests>=2.31.0",
    "pandas>=2.0.0",
    "python-dotenv",
    "langchain",
    "langchain-community",
    "langchain-core",
    "langchain-openai",
    "httpx-sse",
    "langchain-huggingface",
    "langgraph",
    "langchain-tavily>=0.2.15",
    "duckduckgo-search>=8.1.1",
    "youtube-transcript-api>=1.2.3",
    "dacite>=1.9.2",
    "pypdf>=6.5.0",
    "beautifulsoup4>=4.14.3",
    "html2text>=2025.4.15",
    "wikipedia>=1.4.0",
    "arxiv>=2.3.1",
    "pymupdf>=1.26.7",
    "ddgs>=9.10.0",
    "sentence-transformers>=5.2.0",
    "typer>=0.9.0",
    "httpx>=0.28.1",
    "pyjwt>=2.10.1",
    "openpyxl>=3.1.5",
    "python-docx>=1.2.0",
    "python-pptx>=1.0.2",
    "langchain-chroma>=1.1.0",
    "zai>=0.0.2",
    "zai-sdk>=0.2.0",
    "langchain-mcp-adapters>=0.2.1",
]

[dependency-groups]
dev = ["ty", "datasets"]