diff --git a/src/guide/contribute/contribute_guide.md b/src/guide/contribute/contribute_guide.md index d9ace5e5..d24a92ab 100644 --- a/src/guide/contribute/contribute_guide.md +++ b/src/guide/contribute/contribute_guide.md @@ -1,2 +1 @@ -# Contribute Guide Will be updated soon, stay tuned. diff --git a/src/guide/contribute/rfc_template.md b/src/guide/contribute/rfc_template.md index e69de29b..04e77858 100644 --- a/src/guide/contribute/rfc_template.md +++ b/src/guide/contribute/rfc_template.md @@ -0,0 +1 @@ +Will be updated soon, stay tuned. \ No newline at end of file diff --git a/src/guide/getting-started.md b/src/guide/getting-started.md index eb0784b4..5b5ffde4 100644 --- a/src/guide/getting-started.md +++ b/src/guide/getting-started.md @@ -218,21 +218,6 @@ metagpt "Write a cli snake game based on pygame" ╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ ``` -### Code walkthrough - -```python -from metagpt.software_company import SoftwareCompany -from metagpt.roles import ProjectManager, ProductManager, Architect, Engineer - -async def startup(idea: str, investment: float = 3.0, n_round: int = 5): - """Run a startup. Be a boss.""" - company = SoftwareCompany() - company.hire([ProductManager(), Architect(), ProjectManager(), Engineer()]) - company.invest(investment) - company.start_project(idea) - await company.run(n_round=n_round) -``` - You can check `examples` for more details on single role (with knowledge base) and LLM only examples. ## QuickStart @@ -247,7 +232,7 @@ Try it on Huggingface Space ## Citation -For now, cite the [Arxiv paper](https://arxiv.org/abs/2308.00352): +For now, cite the [arXiv paper](https://arxiv.org/abs/2308.00352): ```bibtex @misc{hong2023metagpt, diff --git a/src/rfcs/demo.md b/src/rfcs/demo.md index 3469a9f5..2334cf8f 100644 --- a/src/rfcs/demo.md +++ b/src/rfcs/demo.md @@ -1,3 +1,3 @@ # RFC Title -RFC content +TODO