mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-28 18:36:22 +02:00
update increment development, add write_code_guide.py file
This commit is contained in:
parent
8ff833f1e3
commit
a50a1f738f
12 changed files with 290 additions and 449 deletions
|
|
@ -59,4 +59,10 @@ class Team(BaseModel):
|
|||
self._check_balance()
|
||||
await self.environment.run()
|
||||
return self.environment.history
|
||||
|
||||
def set_legacy(self, legacy_dict):
|
||||
self.environment.legacy = legacy_dict
|
||||
|
||||
def get_legacy(self):
|
||||
return self.environment.legacy
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue