use metagpt cli instead. update all related docs

This commit is contained in:
geekan 2023-12-11 14:58:54 +08:00
parent ad17a2dc7a
commit b4eb8e4f34
10 changed files with 39 additions and 37 deletions

View file

@ -16,6 +16,7 @@ runner = CliRunner()
@pytest.mark.asyncio
async def test_team():
# FIXME: we're now using "metagpt" cli, so the entrance should be replaced instead.
company = Team()
company.run_project("做一个基础搜索引擎,可以支持知识库")
history = await company.run(n_round=5)