update: SWE Agent

This commit is contained in:
seeker 2024-07-03 20:11:32 +08:00
parent 92f94862cb
commit fafe2ce68f
8 changed files with 103 additions and 91 deletions

View file

@ -149,6 +149,6 @@ METAGPT_REPORTER_DEFAULT_URL = os.environ.get("METAGPT_REPORTER_URL", "")
# Metadata defines
AGENT = "agent"
SWE_WORKSPACE_ROOT = Path("/tmp/swe_workspace")
# SWE agent
SWE_SETUP_PATH = METAGPT_ROOT / "metagpt/tools/swe_agent_commands/setup_default.sh"