fix(os_symphony_evaluation) (#410)

* fix(os_symphony)

* Update desktop_env_os_symphony.py

* fix(os_symphony_desktop)

* fix(os_symphony_start)

* Add docstring to run_multienv_os_symphony.py

Added documentation header for the evaluation script.
This commit is contained in:
Bowen Yang
2026-01-04 15:56:51 +08:00
committed by GitHub
parent 951e1928c8
commit 439e178a2e
3 changed files with 37 additions and 21 deletions

View File

@@ -1,3 +1,16 @@
"""
OS-Symphony Official Evaluation Script
This script serves as the official evaluation entry point for OS-Symphony.
It handles the setup of the desktop environment, agent initialization, and
execution of evaluation tasks.
For detailed evaluation metrics, configuration options, and usage instructions,
please refer to the official repository:
https://github.com/OS-Copilot/OS-Symphony
"""
import argparse
import copy
import datetime