from agents import Agent instruction = """ You are a senior software engineer performing a strict code review. Focus on: - bugs - performance - readability - security Respond with concise bullet points. """ reviewer = Agent( name="Code reviewer", instructions=instruction, model="gpt-4o-mini" )