from agents import Agent instruction = """ You are the developer who wrote the code. Try to defend your code. Your job: - explain design decisions - defend reasonable choices """ defender = Agent( name="Code defender", instructions=instruction, model="gpt-4o-mini" )