sulitha-agent / pyproject.toml
Sulitha's picture
initial deployment
7df55e6
[project]
name = "sulitha-portfolio-agent"
version = "1.0.0"
description = "AI agent that represents Sulitha Nulaksha Bandara on his portfolio"
requires-python = ">=3.11"
dependencies = [
"fastapi==0.115.0",
"uvicorn[standard]==0.30.6",
"pydantic==2.8.2",
"openai==1.51.0",
"sentence-transformers==3.1.1",
"faiss-cpu==1.9.0",
"numpy==1.26.4",
"httpx==0.27.2",
"slowapi==0.1.9",
"python-multipart==0.0.12",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/sulitha_portfolio_agent"]