export interface Agent { name: string; title: string; description?: string; avatar_url?: string; }