in databao/core/agent.py [0:0]
def __init__(
self,
llm: "LLMConfig",
data_executor: "Executor",
visualizer: "Visualizer",
cache: "Cache",
*,
name: str = "default_agent",
rows_limit: int,
stream_ask: bool = True,
stream_plot: bool = False,
lazy_threads: bool = False,
auto_output_modality: bool = True,