geekan / MetaGPT

🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming
https://deepwisdom.ai/
MIT License
41.45k stars 4.94k forks source link

Is it possible to generate only the project proposal and program architecture and mind maps without generating code? #59

Open Difficulty-in-naming opened 11 months ago

Difficulty-in-naming commented 11 months ago

Is it possible to generate only the project proposal and program architecture and mind maps without generating code?

可以仅生成项目方案和程序架构还有思维导图而不要生成代码吗

geekan commented 11 months ago
NAME
    startup.py - We are a software startup comprised of AI. By investing in us, you are empowering a future filled with limitless possibilities.

SYNOPSIS
    startup.py IDEA <flags>

DESCRIPTION
    We are a software startup comprised of AI. By investing in us, you are empowering a future filled with limitless possibilities.

POSITIONAL ARGUMENTS
    IDEA
        Type: str
        Your innovative idea, such as "Creating a snake game."

FLAGS
    --investment=INVESTMENT
        Type: float
        Default: 3.0
        As an investor, you have the opportunity to contribute a certain dollar amount to this AI company.
    --n_round=N_ROUND
        Type: int
        Default: 5

NOTES
    You can also use flags syntax for POSITIONAL ARGUMENTS

python startup.py xxx --n_round=3