File size: 582 Bytes
6b3d40b
 
 
 
 
 
 
 
 
 
 
 
 
 
98d4633
6b3d40b
 
 
 
 
 
 
f54215b
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[project]
name = "auctionrouter-backend"
version = "0.1.0"
description = "Cost-aware multi-agent LLM orchestrator with auction-based routing and verification-based escalation"
requires-python = ">=3.11"
dependencies = [
    "fastapi>=0.115",
    "uvicorn[standard]>=0.30",
    "httpx>=0.27",
    "pydantic>=2.7",
    "pydantic-settings>=2.3",
    "langgraph>=0.2.60",
    "motor>=3.5",
    "python-dotenv>=1.0",
    "slowapi>=0.1.9",
]

[dependency-groups]
dev = [
    "pytest>=8.0",
    "pytest-asyncio>=0.23",
]

[tool.pytest.ini_options]
pythonpath = ["."]
testpaths = ["tests"]