swarm-arena-sft-v2 / code /pyproject.toml
CK0607's picture
Publish audited Swarm Arena SFT v2
6aeb377 verified
Raw
History Blame Contribute Delete
355 Bytes
[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"]