mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-01 03:46:23 +02:00
update: SWE Agent
This commit is contained in:
parent
d571fe0f90
commit
ca0cb7639f
3 changed files with 10 additions and 5 deletions
|
|
@ -150,5 +150,7 @@ 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue