modelforge-backend / agents /pyproject.toml
ModelForge CI
deploy: 2026-06-19 19:24 UTC
6761f70
Raw
History Blame Contribute Delete
526 Bytes
[project]
name = "modelforge-agents"
version = "0.1.0"
description = "Claude Agent SDK orchestration for ModelForge training pipeline"
requires-python = ">=3.11"
dependencies = [
"anthropic>=0.49.0",
"pydantic>=2.0.0",
"httpx>=0.27.0",
"python-dotenv>=1.0.0",
"optuna>=3.6.0",
"scikit-learn>=1.3.0",
"cleanlab>=2.6.0",
]
[project.optional-dependencies]
dev = ["pytest>=8.0.0", "pytest-asyncio>=0.24.0", "pytest-mock>=3.14.0"]
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]