export interface AgentConfig {
    role?: string;
    goal?: string;
    backstory?: string;
    llm?: string;
}
