kiln_ai.adapters.data_gen

Data Generation

A task to generate synthetic data for Kiln Tasks. This generates the inputs, which then can be run through the task.

Optional human guidance can be provided to guide the generation process.

 1"""
 2# Data Generation
 3
 4A task to generate synthetic data for Kiln Tasks. This generates the inputs, which then can be run through the task.
 5
 6Optional human guidance can be provided to guide the generation process.
 7"""
 8
 9from . import data_gen_task
10
11__all__ = ["data_gen_task"]