mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-27 14:25:20 +02:00
add file_manager
This commit is contained in:
parent
6ff2767e25
commit
c6ae9031cc
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue