[project] name = "agent" version = "0.1.0" description = "ai-tagging" authors = [ {name = "jiayongqiang", email = "15936285643@163.com"}, ] dependencies = [ "fastapi>=0.128.0", "uvicorn>=0.40.0", "sentence-transformers>=5.2.2", "python-multipart>=0.0.22", "requests>=2.32.5", "gmssl>=3.2.2", ] requires-python = ">=3.10" readme = "README.md" license = {text = "MIT"} [tool.pdm] build.package-dir = "src" distribution = true [tool.pdm.scripts] start = "uvicorn agent.main:app --port 8080" [build-system] requires = ["pdm-backend"] build-backend = "pdm.backend"