Metadata-Version: 2.4
Name: bolero-ai-runtime
Version: 0.1.9.post4
Summary: The Bolero Code runtime bundle, delivered through PyPI for hosts without GitHub access
Author: Northwestern-CSSI
License-Expression: MIT
Project-URL: Homepage, https://github.com/Northwestern-CSSI/Bolero
Keywords: bolero,runtime,offline
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# bolero-ai-runtime

The Bolero Code runtime bundle — the compiled agent CLI, its pinned
claude-code-router, the launcher, and the container wrappers — packaged for
PyPI so a host that cannot reach GitHub can still install it.

This distribution carries data, not importable code. Install it through the
main distribution's extra and let the harness do the work:

```bash
pip install "bolero-ai[all,offline]"
bolero-harness setup
```

`setup` finds the bundle here, verifies its SHA-256, and installs it into
`~/.local/share/bolero-code` exactly as the GitHub Release path does. The
version always matches the `bolero-ai` release it was built from.

MIT © Northwestern-CSSI
