Aller directement au contenu principal

openhands.io.io

read_input

def read_input(cli_multiline_input: bool = False) -> str

Read input from user based on config settings.

read_task_from_file

def read_task_from_file(file_path: str) -> str

Read task from the specified file.

read_task

def read_task(args: argparse.Namespace, cli_multiline_input: bool) -> str

Read the task from the CLI args, file, or stdin.