|
[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.12" |
|
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", |
|
] |
|
|