Governance Runtime Package

WHL Runtime. Drop in governance. Keep your stack.

whl-runtime is the proposal pipeline and execution adapter that turns the WHL governance doctrine — propose, evaluate, dispatch, log — into a Python package you install. 147 tests passing. Productizable as the whl-governance-runtime PyPI release. Two-day ship to private PyPI.

147
Tests Passing
Python
Runtime Package
SDK-Compatible
Pairs With whl-governance
2-Day
Ship To Private PyPI
How WHL Runtime Works

A governance runtime your Python team installs, configures, and ships against.

WHL Runtime accepts execution proposals from your model, agent, or service layer; runs them through the governance gates defined in the whl-governance SDK; dispatches the surviving proposals through an execution adapter; and emits a receipt for every decision. The doctrine — AI may propose, only the runtime may execute — is enforced at the package boundary.

Pairs With whl-governance SDK

Two packages. One doctrine. Composable in your Python service.

whl-governance is the SDK — ProposalGate, gate library, policy primitives. whl-runtime is the engine that runs them. Customers install both; agent and model code only sees the SDK contract; the runtime carries the dispatch and the receipt chain.

SDK Surface (whl-governance)

ProposalGate evaluator, gate library, 90 tests. The contract your model and agent code is written against. Authoring custom gates is a documented extension point.

Runtime Engine (whl-runtime)

ProposalListener, gate dispatch, ExecutionAdapter, receipt emission, 147 tests. The runtime that turns evaluated proposals into governed dispatches with a forensic record.

Composition Pattern

SDK + Runtime + your ExecutionAdapter implementation. Three lines of wiring at the seam. The doctrine — propose, evaluate, dispatch, log — is now a feature of your service, not a roadmap item.

Pricing

Licensing inquiry. Private PyPI access on approval.

Target Customers

Python teams that want governance without writing it from scratch.

WHL Runtime is built for engineering teams shipping AI systems where the audit and the override path are first-class product requirements.

AI platforms ML infrastructure teams Agent builders Governance-aware backends AI compliance vendors Regulated-industry AI deployers Enterprise Python service teams
Verified Output

Tests pass. Receipts on disk.

Runtime package test suite — proposal-listener, execution-adapter, receipt-ingestor, episodic-memory.

$ pytest -v
collected 147 items
tests/test_proposal_listener.py     22 passed
tests/test_execution_adapter.py     35 passed
tests/test_engine.py                41 passed
tests/test_receipt_ingestor.py      28 passed
tests/test_episodic_memory.py       21 passed
============================ 147 passed in 2.44s ============================

Verified live: 147 pass in under 3 seconds. Ready for private-PyPI publish under whl-governance-runtime.

Two-Day Ship To Private PyPI

Install the runtime. Keep your stack. Ship governed.

Approved customers receive private PyPI access, the paired whl-governance SDK, the 147-test suite, and engineer support through pilot integration. No service rewrite required.