mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-17 15:35:21 +02:00
update critic_agent use
This commit is contained in:
parent
dc0fd134fb
commit
d998a48cd2
3 changed files with 4 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ async def learn(task="Start", investment: float = 50.0, n_round: int = 3):
|
|||
[
|
||||
CurriculumDesigner(),
|
||||
ActionDeveloper(),
|
||||
# CriticReviewer(),
|
||||
CriticReviewer(),
|
||||
SkillManager(),
|
||||
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue