add file_manager

This commit is contained in:
stellahsr 2024-04-07 17:17:00 +08:00
parent 6ff2767e25
commit c6ae9031cc

View file

@ -12,6 +12,7 @@ from metagpt.tools.libs import (
web_scraping,
email_login,
terminal,
file_manager,
)
from metagpt.tools.libs.software_development import (
write_prd,
@ -38,4 +39,5 @@ _ = (
fix_bug,
git_archive,
terminal,
file_manager,
) # Avoid pre-commit error