Skip to content

v1.2.0: Paper Completion, Smarter Pre-Commit Hook

Choose a tag to compare

@rsavitt rsavitt released this 10 Feb 05:11
· 1111 commits to main since this release

New

  • Paper: Related Work section — positions SWARM against market microstructure, multi-agent safety, and mechanism design literature
  • Paper: Conclusion section — summarizes three-regime findings, governance implications, and future directions
  • Paper: Appendix data — fills scenario parameter tables and detailed per-epoch breakdowns

Improvements

  • Pre-commit hook skips pytest for non-code changes — staging only .md, .yaml, or other non-code files no longer triggers the full 2200-test suite, cutting commit time from ~30s to <1s for docs-only changes

Quick Start

git clone https://github.com/swarm-ai-safety/swarm.git
cd swarm
pip install -e ".[dev,runtime]"
jupyter notebook examples/quickstart.ipynb

Full Changelog: v1.1.2...v1.2.0