Skip to content

Commit 5519a2f

Browse files
committed
config: modify config-teamplate.yaml
1 parent 19ce539 commit 5519a2f

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

config-template.yaml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ teams:
3535
- file_save
3636

3737
software_team:
38-
model: "gpt-4.1-mini"
39-
description: "A software development team with product manager, architect, developer and tester"
40-
rule: ""
38+
model: "gpt-4.1"
39+
description: "A software development team with product manager, developer and tester."
40+
rule: "A normal R&D process should be that Product Manager writes PRD, Developer writes code based on PRD, and Finally, Tester performs testing."
4141
max_steps: 20
4242
agents:
4343
- name: "Product Manager"
@@ -47,22 +47,16 @@ teams:
4747
tools:
4848
- time
4949
- file_save
50-
- name: "Architect"
51-
description: "Designs system architecture and selects technologies"
52-
system_prompt: "You are a senior software architect. Provide concise technical specifications focused on technology selection and system architecture design. Always format your response in Markdown."
53-
tools:
54-
- calculator
55-
- file_save
5650
- name: "Developer"
57-
description: "Implements code based on PRD and architecture design"
58-
system_prompt: "You are a proficient developer who writes clean, efficient, and maintainable code. Follow the PRD requirements and architecture guidelines precisely."
51+
description: "Implements code based on PRD"
52+
system_prompt: "You are a proficient developer who writes clean, efficient, and maintainable code."
5953
tools:
6054
- time
6155
- calculator
6256
- file_save
6357
- name: "Tester"
6458
description: "Tests code and verifies functionality"
65-
system_prompt: "You are a thorough QA tester who validates code against requirements. For HTML code, you can use browser to test functionality."
59+
system_prompt: "You are a QA tester who validates code against requirements. For HTML code, you can use browser to test functionality. You only need to test a few core cases, the final output is the markdown test report"
6660
tools:
6761
- browser
6862
- file_save

0 commit comments

Comments
 (0)