export interface CoachedAgentSettings {
    type?: "coached";
    memoryBaseId?: string;
}
