Back to all

Agent4_Draft_Creator

by hadarwayn

00Feb 7, 2026Visit Source
feedback_data = {} for row in ws3.iter_rows(min_row=2, values_only=True): email_id, grade, category, persona, response, attempts, status = row if status == "Ready" and response: feedback_data[email_id] = { 'grade': grade, 'response': response }