[build-system] requires = ["setuptools>=68"] build-backend = "setuptools.backends.legacy:build" [project] name = "rogue-ai-auditor" version = "1.0.0" description = "RL environment where agents audit simulated rogue AI behavior logs to detect misalignment and deceptive alignment" requires-python = ">=3.11" dependencies = [ "fastapi==0.115.6", "uvicorn[standard]==0.32.1", "pydantic==2.10.4", "openai>=2.7.2", "httpx==0.28.1", "python-multipart==0.0.20", "openenv-core>=0.2.0", ] [project.scripts] server = "server.app:main" [tool.setuptools.packages.find] where = ["."] include = ["environment*", "server*"]