unilab.base.run_control

Typed control-flow signals shared by environments and entrypoints.

Exceptions

RunComplete

Signal that a run reached its intended non-error completion condition.

exception unilab.base.run_control.RunComplete[source]

Bases: Exception

Signal that a run reached its intended non-error completion condition.

Parameters:
__init__(*, reason, summary=None)[source]
Parameters:
property summary: Mapping[str, object]

Return the completion facts without allowing caller mutation.