Add selected_repo to command line (#6949)

This commit is contained in:
Engel Nyst
2025-02-26 20:42:59 +01:00
committed by GitHub
parent b38039e626
commit 4f98bce6df
29 changed files with 102 additions and 66 deletions

View File

@@ -35,7 +35,6 @@ from openhands.events.action import (
)
from openhands.events.observation import CmdOutputObservation
from openhands.runtime.base import Runtime
from openhands.utils.async_utils import call_async_from_sync
def codeact_user_response_mint(state: State, task: Task, task_config: dict[str, int]):
@@ -185,7 +184,6 @@ def process_instance(
)
runtime = create_runtime(config)
call_async_from_sync(runtime.connect)
initialize_runtime(runtime)
state: State | None = asyncio.run(