/
githubmirror
/
ChatDev
Обзор
Документация
Войти
/
githubmirror
/
ChatDev
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.1.0
CompanyConfig/Default/ChatChainConfig.json
101 строка
2 KB
thinkwee
Initial commit
04 сен 2023, 14:24
04 сен 2023, 14:24
acb93cf
Код
Авторство
О чём код?
{ "chain": [ { "phase": "DemandAnalysis", "phaseType": "SimplePhase", "max_turn_step": -1, "need_reflect": "True" }, { "phase": "LanguageChoose", "phaseType": "SimplePhase", "max_turn_step": -1, "need_reflect": "True" }, { "phase": "Coding", "phaseType": "SimplePhase", "max_turn_step": 1, "need_reflect": "False" }, { "phase": "CodeCompleteAll", "phaseType": "ComposedPhase", "cycleNum": 10, "Composition": [ { "phase": "CodeComplete", "phaseType": "SimplePhase", "max_turn_step": 1, "need_reflect": "False" } ] }, { "phase": "CodeReview", "phaseType": "ComposedPhase", "cycleNum": 3, "Composition": [ { "phase": "CodeReviewComment", "phaseType": "SimplePhase", "max_turn_step": 1, "need_reflect": "False" }, { "phase": "CodeReviewModification", "phaseType": "SimplePhase", "max_turn_step": 1, "need_reflect": "False" } ] }, { "phase": "Test", "phaseType": "ComposedPhase", "cycleNum": 3, "Composition": [ { "phase": "TestErrorSummary", "phaseType": "SimplePhase", "max_turn_step": 1, "need_reflect": "False" }, { "phase": "TestModification", "phaseType": "SimplePhase", "max_turn_step": 1, "need_reflect": "False" } ] }, { "phase": "EnvironmentDoc", "phaseType": "SimplePhase", "max_turn_step": 1, "need_reflect": "True" }, { "phase": "Manual", "phaseType": "SimplePhase", "max_turn_step": 1, "need_reflect": "False" } ], "recruitments": [ "Chief Executive Officer", "Counselor", "Chief Human Resource Officer", "Chief Product Officer", "Chief Technology Officer", "Programmer", "Code Reviewer", "Software Test Engineer", "Chief Creative Officer" ], "clear_structure": "True", "brainstorming": "False", "gui_design": "True", "git_management": "False", "self_improve": "False" }