Merge branch 'role_zero_impr' into 'mgx_ops'

add alias to tolerate fault for architect

See merge request pub/MetaGPT!181
This commit is contained in:
林义章 2024-06-24 03:01:49 +00:00
commit fab0860a7c

View file

@ -50,5 +50,6 @@ class Architect(RoleZero):
{
"WriteDesign.run": wd.run,
"WriteDesign": wd.run, # alias
"run": wd.run, # alias
}
)