Jayant-Kernel
Phase 2 complete: Level 1 env runs locally, tests green, 100-question dataset
f577d1f unverified | [build-system] | |
| requires = ["setuptools>=68", "wheel"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "deceit_env" | |
| version = "0.1.0" | |
| description = "RL environment that trains LLMs to be honest under adversarial pressure" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "pydantic>=2.0", | |
| "openenv-core[core]>=0.2.1", | |
| "pytest>=7.0", | |
| "python-dotenv", | |
| "openai>=1.0", | |
| "fastapi", | |
| "uvicorn", | |
| ] | |
| [tool.setuptools.packages.find] | |
| where = ["src"] | |
| [tool.pytest.ini_options] | |
| testpaths = ["tests"] | |