import { Agent } from '@openai/agents'; const agent = new Agent({ name: 'Creative writer', model: 'gpt-4.1', });