mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 15:28:14 -05:00
* 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
419 B
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.