mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-02 12:22:39 +02:00
update: SWE Agent
This commit is contained in:
parent
ca0cb7639f
commit
5c0f490c04
2 changed files with 7 additions and 12 deletions
|
|
@ -142,8 +142,8 @@ class Bash(Terminal):
|
|||
def __init__(self):
|
||||
"""init"""
|
||||
super().__init__()
|
||||
setup_cmd = f"source {SWE_SETUP_PATH}"
|
||||
self.run_command(f"cd {SWE_WORKSPACE_ROOT} && {setup_cmd}")
|
||||
self.run_command(f"cd {SWE_WORKSPACE_ROOT}")
|
||||
self.run_command(f"source {SWE_SETUP_PATH}")
|
||||
|
||||
def run(self, cmd) -> str:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue