We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a9042 commit bfe15e3Copy full SHA for bfe15e3
metagpt/software_company.py
@@ -60,6 +60,8 @@ def generate_repo(
60
61
if run_tests:
62
company.hire([QaEngineer()])
63
+ if n_round < 8:
64
+ n_round = 8 # If `--run-tests` is enabled, at least 8 rounds are required to run all QA actions.
65
else:
66
stg_path = Path(recover_path)
67
if not stg_path.exists() or not str(stg_path).endswith("team"):
0 commit comments