mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-06 06:12:39 +02:00
update increment development, add write_code_guide.py file
This commit is contained in:
parent
a50a1f738f
commit
452cdb7ff6
3 changed files with 2 additions and 25 deletions
|
|
@ -60,9 +60,3 @@ class Team(BaseModel):
|
|||
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