mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
update _watch in engineer.py
This commit is contained in:
parent
134791ca35
commit
12b9f51abf
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class Engineer(Role):
|
|||
super().__init__(**kwargs)
|
||||
|
||||
self._init_actions([WriteCode])
|
||||
self._watch([WriteTasks, SummarizeCode, WriteCode, WriteCodeReview, FixBug])
|
||||
self._watch([WriteTasks, SummarizeCode, WriteCode, WriteCodeReview, FixBug, WriteCodePlanAndChange])
|
||||
self.code_todos = []
|
||||
self.summarize_todos = []
|
||||
self.next_todo_action = any_to_name(WriteCode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue