mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-24 14:15:17 +02:00
rm fixed sop logic from mgx_env to simplify code
This commit is contained in:
parent
68f9267b89
commit
d925d1381a
2 changed files with 3 additions and 52 deletions
|
|
@ -18,7 +18,7 @@ async def main(requirement="", enable_human_input=False, use_fixed_sop=False, al
|
|||
else:
|
||||
engineer = Engineer2()
|
||||
|
||||
env = MGXEnv(allow_bypass_team_leader=use_fixed_sop)
|
||||
env = MGXEnv()
|
||||
env.add_roles(
|
||||
[
|
||||
TeamLeader(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue