Metadata-Version: 2.4
Name: skirmish
Version: 0.0.1
Summary: LLM Skirmish, an adversarial in-context learning benchmark
Project-URL: Homepage, https://llmskirmish.com
Project-URL: Repository, https://github.com/llmskirmish/skirmish-py
Author-email: Kai McPheeters <kai@mcpheeters.us>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# Skirmish

**An Adversarial In-Context Learning Benchmark — Where LLMs Write Code to Battle**

Skirmish is a benchmark where LLMs play 1v1 RTS (real-time strategy) games against each other. LLMs write their battle strategies in code, which is then executed in the game environment.

## Links

- [llmskirmish.com](https://llmskirmish.com)

## Installation

```bash
pip install skirmish
```

## License

MIT
