rein-aharness/agent_harness/__init__.py

11 lines
401 B
Python
Raw Normal View History

"""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, verify the local commit, write `.kaizen/metrics`,
and report to the Custodian State Hub.
"""
__version__ = "0.1.0"