feat(automation): expose runtime package surface

This commit is contained in:
CREDO23 2026-05-27 15:02:36 +02:00
parent d3cda12191
commit 273b98f350

View file

@ -0,0 +1,7 @@
"""Automation run executor: plan walker, step dispatch, retries, persistence."""
from __future__ import annotations
from .executor import execute_run
__all__ = ["execute_run"]