fix os_symphony (#400)

* add_os_symphony

* fix(os_symphony)

---------

Co-authored-by: Tianbao Xie <47296835+Timothyxxx@users.noreply.github.com>
This commit is contained in:
Bowen Yang
2025-12-23 20:45:30 +08:00
committed by GitHub
parent f593f35b1c
commit 031696e83c
2 changed files with 82 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ from multiprocessing import Process, Manager, current_process, Queue
from mm_agents.os_symphony.agents.os_symphony import OSSymphony
from mm_agents.os_symphony.agents.os_aci import OSACI
import lib_run_single_os_symphony as lib_run_single
import lib_run_single
# Modify desktop_env, add a new function 'start'
from desktop_env.desktop_env_os_symphony import DesktopEnv as OSWorldDesktopEnv
@@ -230,7 +230,7 @@ def run_env_tasks(
logger.info(f"[{current_process().name}][Example ID]: {example_id}")
logger.info(f"[{current_process().name}][Instruction]: {instruction}")
try:
lib_run_single.run_single_example(
lib_run_single.run_single_example_os_symphony(
agent,
env,
example,