pub fn refine_lebail(
input: &LeBailInput,
options: &LeBailOptions,
checkpoint: Option<&LeBailCheckpoint>,
) -> Result<LeBailResult, LeBailError>Expand description
Run fixed-reflection Le Bail extraction with a workflow-owned runtime.
ยงErrors
Returns LeBailError for invalid state, runtime construction, profile
evaluation, metrics, or checkpoint delivery.