From e641e17e5c8a5ca00425628b1b25c999466670b5 Mon Sep 17 00:00:00 2001 From: seeker Date: Tue, 6 Aug 2024 14:24:19 +0800 Subject: [PATCH] update --- metagpt/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/metagpt/const.py b/metagpt/const.py index 17ce9210a..8d52f6e92 100644 --- a/metagpt/const.py +++ b/metagpt/const.py @@ -152,3 +152,4 @@ AGENT = "agent" # SWE agent SWE_SETUP_PATH = get_metagpt_package_root() / "metagpt/tools/swe_agent_commands/setup_default.sh" +SWE_CMD_WORK_DIR = DEFAULT_WORKSPACE_ROOT / "swe_agent_workdir"