File size: 355 Bytes
6aeb377 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [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"]
|