export class AgentTreeResponseDto { sessionId!: string; parentSessionId!: string | null; status!: string; agentType!: string | null; taskSource!: string | null; spawnedAt!: string; completedAt!: string | null; }