mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-01 03:46:23 +02:00
use metagpt cli instead. update all related docs
This commit is contained in:
parent
ad17a2dc7a
commit
b4eb8e4f34
10 changed files with 39 additions and 37 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue