Files
OpenHands/docs/modules/python/opendevin/core/main.md
Robert Brennan fadcdc117e Migrate to new folder structure in preparation for refactor (#1531)
* fix up folder structure

* update docs

* fix imports

* fix imports

* fix imoprt

* fix imports

* fix imports

* fix imports

* fix test import

* fix tests

* fix main import
2024-05-02 17:01:54 +00:00

419 B

sidebar_label, title
sidebar_label title
main 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.