From 223a79cd1d6477520fa710f1f72ced5fc887a830 Mon Sep 17 00:00:00 2001 From: your-username Date: Thu, 4 Jul 2024 16:25:13 +0800 Subject: [PATCH] update: SWE Agent --- metagpt/const.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/metagpt/const.py b/metagpt/const.py index 6a0e2c4bb..c78a22641 100644 --- a/metagpt/const.py +++ b/metagpt/const.py @@ -149,8 +149,6 @@ METAGPT_REPORTER_DEFAULT_URL = os.environ.get("METAGPT_REPORTER_URL", "") # Metadata defines AGENT = "agent" -SWE_WORKSPACE_ROOT = Path("/tmp/swe_workspace") -if not SWE_WORKSPACE_ROOT.exists(): - SWE_WORKSPACE_ROOT.mkdir(parents=True) + # SWE agent SWE_SETUP_PATH = METAGPT_ROOT / "metagpt/tools/swe_agent_commands/setup_default.sh"