Skip to main content

opendevin.core.main

read_task_from_file

def read_task_from_file(file_path: str) -> str

Read task from the specified file.

read_task_from_stdin

def read_task_from_stdin() -> str

Read task from stdin.

main

async def main(task_str: str = '')

Main coroutine to run the agent controller with task input flexibility.