Type Alias EkoConfig

EkoConfig: {
    a2aClient?: IA2aClient;
    agents?: Agent[];
    callback?: StreamCallback & HumanCallback;
    defaultMcpClient?: IMcpClient;
    llms: LLMs;
    planLlms?: string[];
}

Type declaration