export interface TaskConfig {
    description?: string;
    expected_output?: string;
    output_file?: string;
    agent?: string;
}
