fix deploer can not serialize

This commit is contained in:
黄伟韬 2024-10-12 16:09:27 +08:00
parent 86ad3edaca
commit b43ec68909

View file

@ -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",