export interface ExecutionStep { description: string; instruction: string; context?: string; }