mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-27 14:25:20 +02:00
add deployer
This commit is contained in:
parent
9139227a8a
commit
a9bbdc92a1
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ from metagpt.tools.libs import (
|
|||
terminal,
|
||||
file_manager,
|
||||
browser,
|
||||
deployer,
|
||||
)
|
||||
from metagpt.tools.libs.software_development import (
|
||||
write_prd,
|
||||
|
|
@ -42,4 +43,5 @@ _ = (
|
|||
terminal,
|
||||
file_manager,
|
||||
browser,
|
||||
deployer,
|
||||
) # Avoid pre-commit error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue