v0.2.0 — Installable reference package
This release makes the Verifiable Agent Control Plane installable from source using the standard Python packaging flow.
What changed
- Added a standard
[build-system]using setuptools. - Added the public import package
verifiable_agent_control_plane. - Kept
verifiable_control_planeas a compatibility shim. - Kept runtime dependencies at zero.
- Expanded the suite from 14 to 16 tests with package-surface compatibility checks.
- CI now installs the package before testing and verifies imports from outside the repository checkout.
- Control-plane logic is unchanged from v0.1.0: the implementation blob moved into
core.pybyte-identically.
Verification
Release target: ed3bb2684743376fdf2769ee378ca614c913e3d4
- main workflow run #10: SUCCESS
- Python 3.11 / 3.12 / 3.13: install from source, unit tests, and outside-checkout import verification all SUCCESS
- local Python 3.12.10: 16/16 tests PASS
- uploaded wheel:
verifiable_agent_control_plane-0.2.0-py3-none-any.whl - uploaded wheel SHA-256:
3632d8325c6306b60bbbfeebd43dd3153f4dce8d99c5cbcc4c57d0923a770781 SHA256SUMS.txtis attached for the exact uploaded artifact
Boundaries
The wheel checksum identifies the uploaded artifact only. Bit-for-bit wheel reproducibility across rebuilds is not claimed.
This package is not published to PyPI. No open-source license has been selected. This remains a reference implementation, not a production deployment or security certification, and it carries no OpenAI endorsement, employment, affiliation, or upstream merge claim.