Spaces:
Sleeping
Sleeping
File size: 438 Bytes
6907e87 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | [project]
name = "portfolio-system-agent"
version = "1.0.0"
description = "The System — grounded portfolio Q&A agent (FastAPI proxy with guardrails) for Brejesh Balakrishnan's status-window portfolio"
requires-python = ">=3.11"
dependencies = [
"fastapi==0.115.12",
"uvicorn==0.34.2",
"httpx==0.28.1",
]
[dependency-groups]
dev = [
"pytest==8.3.5",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]
|