mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
fix deploer can not serialize
This commit is contained in:
parent
86ad3edaca
commit
b43ec68909
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class Engineer2(RoleZero):
|
|||
goal: str = "Take on game, app, and web development."
|
||||
instruction: str = ENGINEER2_INSTRUCTION
|
||||
terminal: Terminal = Field(default_factory=Terminal, exclude=True)
|
||||
deployer: Deployer = Field(default_factory=Deployer)
|
||||
deployer: Deployer = Field(default_factory=Deployer, exclude=True)
|
||||
tools: list[str] = [
|
||||
"Plan",
|
||||
"Editor",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue