mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
feat: merge geekan:main
This commit is contained in:
parent
d8adba99d4
commit
66fc1b8350
25 changed files with 488 additions and 688 deletions
|
|
@ -11,7 +11,7 @@ from metagpt.roles import (
|
|||
ProjectManager,
|
||||
QaEngineer,
|
||||
)
|
||||
from metagpt.software_company import SoftwareCompany
|
||||
from metagpt.team import Team
|
||||
|
||||
|
||||
async def startup(
|
||||
|
|
@ -23,7 +23,7 @@ async def startup(
|
|||
implement: bool = True,
|
||||
):
|
||||
"""Run a startup. Be a boss."""
|
||||
company = SoftwareCompany()
|
||||
company = Team()
|
||||
company.hire(
|
||||
[
|
||||
ProductManager(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue