mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-29 15:59:42 +02:00
feat: +git import
This commit is contained in:
parent
b70ed4cf0b
commit
66b68399eb
3 changed files with 25 additions and 9 deletions
|
|
@ -55,6 +55,13 @@ SOP_CONFIG = [
|
|||
"Stage and commit changes for the project repository using Git.",
|
||||
],
|
||||
),
|
||||
SOPItem(
|
||||
description="download repository from git and format the project to MetaGPT project",
|
||||
sop=[
|
||||
"Imports a project from a Git website and formats it to MetaGPT project format to enable incremental appending requirements.",
|
||||
"Stage and commit changes for the project repository using Git.",
|
||||
],
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue