INNER CODE UNIT · Python
main
K-Dense-AI/agentic-data-scientist · src/agentic_data_scientist/cli/main.py:79
def main(
query: Optional[str],
files: tuple,
mode: str,
working_dir: Optional[str],
temp_dir: bool,
keep_files: bool,
verbose: bool,
log_file: Optional[str],
):
"""
Run Agentic Data Scientist with a query.
IMPORTANT: You must specify --mode to choose between orchestrated (with planning)
or simple (direct coding) execution. This ensures you're always aware of the
complexity and API cost of your analysis.
MODE (REQUIRED):