| [project] | |
| name = "swarm-arena" | |
| version = "0.1.0" | |
| description = "A deterministic 4v4 partially observed graph-control environment for multi-agent language-model research." | |
| requires-python = ">=3.12" | |
| dependencies = [] | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [tool.hatch.build.targets.wheel] | |
| packages = ["swarm_ctf_eval"] | |