Metadata-Version: 2.3
Name: rolloutlib
Version: 0.1.0
Summary: Environments and post-training for language agents
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/atemaguer/rolloutlib
Project-URL: Issues, https://github.com/atemaguer/rolloutlib/issues
Project-URL: Repository, https://github.com/atemaguer/rolloutlib
Description-Content-Type: text/markdown

# rolloutlib

Environments and post-training for language agents.

## Development

Install the project:

```bash
uv sync
```

## Release

Releases are published to PyPI by GitHub Actions when a tag matching the package
version is pushed:

```bash
git tag v0.1.0
git push origin v0.1.0
```

The repository uses PyPI Trusted Publishing, so the `pypi` GitHub environment must be
registered as a trusted publisher for this repository's `release.yml` workflow before
the first release.
