mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-24 14:15:17 +02:00
feat: +log
This commit is contained in:
parent
6067245ae3
commit
e01d4b3125
5 changed files with 44 additions and 4 deletions
|
|
@ -202,6 +202,8 @@ class Environment(ExtEnv):
|
|||
for _ in range(k):
|
||||
futures = []
|
||||
for role in self.roles.values():
|
||||
if role.is_idle:
|
||||
continue
|
||||
future = role.run()
|
||||
futures.append(future)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue