You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config-template.yaml
+19-12Lines changed: 19 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ models:
8
8
models: [ "gpt-4.1", "gpt-4o", "gpt-4.1-mini" ]
9
9
10
10
claude:
11
+
api_base: "https://api.anthropic.com/v1"
11
12
api_key: "YOUR_API_KEY"
12
13
models: [ "claude-3-7-sonnet-latest" ]
13
14
@@ -21,15 +22,24 @@ tools:
21
22
22
23
# Team config
23
24
teams:
24
-
search_team:
25
-
model: "gpt-4.1-mini"
26
-
description: "A Search Assistant Team"
25
+
general_team:
26
+
model: "gpt-4.1"
27
+
description: "A versatile research and information agent team"
28
+
max_steps: 10
27
29
agents:
28
-
- name: "Search Assistant"
29
-
description: "Searching by operating the browser"
30
-
system_prompt: "You are a browser operation assistant, completing user tasks by operating the browser"
30
+
- name: "General Agent"
31
+
description: "Universal assistant specializing in research and information synthesis"
32
+
system_prompt: |
33
+
You are a versatile assistant who answers questions and completes tasks using available tools. Specialize in researching topics, organizing information, and presenting findings in clear, well-structured, informative Markdown reports. Your reports should include:
34
+
1. Clear introduction and context
35
+
2. Detailed main content with relevant facts, data, and examples
36
+
3. Multiple perspectives when appropriate
37
+
4. Visual elements (tables, lists) to organize complex information
38
+
5. Proper citations and references to sources
39
+
6. Concise yet comprehensive summaries and conclusions
31
40
tools:
32
41
- time
42
+
- calculator
33
43
- google_search
34
44
- browser
35
45
- file_save
@@ -41,22 +51,19 @@ teams:
41
51
max_steps: 20
42
52
agents:
43
53
- name: "Product Manager"
44
-
max_steps: 5
45
54
description: "Responsible for product requirements and documentation"
46
-
system_prompt: "You are an experienced product manager who creates concise PRD. Focus on user needs and feature specifications. Always format your response in Markdown."
55
+
system_prompt: "You are an experienced product manager who creates concise PRDs, focusing on user needs and feature specifications. You always format your responses in Markdown."
47
56
tools:
48
57
- time
49
58
- file_save
50
59
- name: "Developer"
51
60
description: "Implements code based on PRD"
52
-
system_prompt: "You are a proficient developer who writes clean, efficient, and maintainable code."
61
+
system_prompt: "You are a skilled web developer who creates single-page website based on user needs. You deliver HTML files with embedded JavaScript and CSS that are visually appealing, responsive, and user-friendly, featuring a grand layout and beautiful background. The HTML, CSS, and JavaScript code should be well-structured and effectively organized."
53
62
tools:
54
-
- time
55
-
- calculator
56
63
- file_save
57
64
- name: "Tester"
58
65
description: "Tests code and verifies 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"
66
+
system_prompt: "You are a tester who validates code against requirements. For HTML applications, use browser tools to test functionality. You only need to test a few core cases."
0 commit comments