[project] name = "first-agent-template" version = "0.1.0" description = "Add your description here" readme = "README.md" authors = [ { name = "mathidot", email = "c1216440698@126.com" } ] requires-python = ">=3.12" dependencies = [ "chromadb>=1.0.0", "google-genai>=2.3.0", "llama-index-core>=0.14.0", "llama-index-embeddings-huggingface>=0.6.0", "llama-index-vector-stores-chroma>=0.5.0", "litellm>=1.85.0", "pypdf>=6.0.0", "tokenizers>=0.22.0,<=0.23.0", "transformers<5", "pymupdf>=1.27.2.3", "pandas>=2.0.0", "yfinance>=0.2.0", ] [build-system] requires = ["uv_build>=0.10.9,<0.11.0"] build-backend = "uv_build"