kiln_ai.adapters.repair

Repair

A task to repair a task output. Used to fix up task outputs that don't meet the requirements.

Not intended to be persisted into a project file.

 1"""
 2# Repair
 3
 4A task to repair a task output. Used to fix up task outputs that don't meet the requirements.
 5
 6Not intended to be persisted into a project file.
 7"""
 8
 9from . import repair_task
10
11__all__ = ["repair_task"]