rein-aharness/rein_aharness/__init__.py
tegwick 20e6f381f6 feat(runtime): enforce governed mutation boundaries
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a06ba0-10aa-7ea0-b20a-4f3fac39efe9
2026-09-04 11:25:07 +02:00

10 lines
399 B
Python

"""Shared agent runtime (DEC-2026-002 / ADR-001).
Consuming repos declare instances in `.kaizen/schedule.yml`; this package
runs them: resolve tool profile + budget, load persona orientation
(kaizen-agentic schedule prepare), run a bounded agentic session via an
llm-connect adapter, validate granted local commits, record metrics, and report
to the Custodian State Hub.
"""
__version__ = "0.1.0"