Merge branch 'dev' into feat/agentic-architecture

This commit is contained in:
2025-10-22 14:20:43 +02:00
6 changed files with 197 additions and 38 deletions

View File

@@ -18,3 +18,11 @@ dependencies = [
"torch>=2.8.0",
"uvicorn>=0.37.0",
]
[dependency-groups]
test = [
"pytest>=8.4.2",
"pytest-asyncio>=1.2.0",
"pytest-cov>=7.0.0",
"pytest-mock>=3.15.1",
]