system-agent / pyproject.toml
BrejBala's picture
The System - grounded portfolio agent with hardened guardrails
6907e87 verified
Raw
History Blame Contribute Delete
438 Bytes
[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 = ["."]