Son aktif 1728774569

knox revised this gist 1728774569. Go to revision

1 file changed, 3 insertions

MetaGPT-readme-5.py(file created)

@@ -0,0 +1,3 @@
1 + from metagpt.software_company import generate_repo, ProjectRepo
2 + repo: ProjectRepo = generate_repo("Create a 2048 game") # or ProjectRepo("<path>")
3 + print(repo) # it will print the repo structure with files
Newer Older