File size: 1,034 Bytes
3c99d4f b4fb438 3c99d4f 3f2efd1 3c99d4f 382cb9b 3c99d4f 85dbdbb 3c99d4f 85dbdbb 3c99d4f |
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 |
[project]
name = "agent-hackathon"
version = "0.1.0"
description = "Agent hackathon"
readme = "README.md"
authors = [
{ name = "shamik", email = "39588365+Shamik-07@users.noreply.github.com" }
]
requires-python = ">=3.11"
dependencies = [
"arxiv>=2.2.0",
"flagembedding>=1.3.5",
"gradio>=5.33.1",
"httpx>=0.28.1",
"huggingface-hub[cli,hf-xet]>=0.32.4",
"llama-hub>=0.0.79.post1",
"llama-index-embeddings-huggingface>=0.5.4",
"llama-index-embeddings-huggingface-api>=0.3.1",
"llama-index-llms-huggingface>=0.5.0",
"llama-index-llms-huggingface-api>=0.5.0",
"llama-index-llms-nebius>=0.1.2",
"llama-index-tools-duckduckgo>=0.3.0",
"llama-index-vector-stores-milvus>=0.8.4",
"openai>=1.84.0",
"pip>=25.1.1",
"pyprojroot>=0.3.0",
"python-dotenv>=1.1.0",
"smolagents>=1.17.0",
]
[dependency-groups]
dev = [
"google-generativeai>=0.8.5",
"ipykernel>=6.29.5",
"ipywidgets>=8.1.7",
"marimo>=0.13.15",
"nbformat>=5.10.4",
"ruff>=0.11.13",
]
|