update st_game using MG v0.7

This commit is contained in:
better629 2024-02-26 20:02:16 +08:00
parent 643450388a
commit 325550a3dc
112 changed files with 6437 additions and 2 deletions

View file

@ -21,7 +21,7 @@ ## Usage
from metagpt.environment.api.env_api import EnvAPIAbstract
# get screenshot from ExtEnv
screenshot_path: Path = env.observe(
screenshot_path: Path = await env.observe(
EnvAPIAbstract(
api_name="get_screenshot", kwargs={"ss_name": f"{round_count}_before", "local_save_dir": task_dir}
)