File size: 908 Bytes
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 |
[project]
name = "agent-hackathon"
version = "0.1.0"
description = "Agent hackathon"
readme = "README.md"
authors = [
{ name = "shamik", email = "[email protected]" }
]
requires-python = ">=3.12"
dependencies = [
"arxiv>=2.2.0",
"flagembedding>=1.3.5",
"httpx>=0.28.1",
"huggingface-hub[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-vector-stores-milvus>=0.8.4",
"openai>=1.84.0",
"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",
]
|