-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathtrae_config.yaml.example
More file actions
44 lines (42 loc) · 985 Bytes
/
trae_config.yaml.example
File metadata and controls
44 lines (42 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
agents:
trae_agent:
enable_lakeview: true
model: trae_agent_model
max_steps: 200
tools:
- bash
- str_replace_based_edit_tool
- sequentialthinking
- task_done
allow_mcp_servers:
- playwright
mcp_servers:
playwright:
command: npx
args:
- "@playwright/mcp@0.0.27"
lakeview:
model: lakeview_model
model_providers:
anthropic:
api_key: your_anthropic_api_key
provider: anthropic
models:
trae_agent_model:
model_provider: anthropic
model: claude-4-sonnet
max_tokens: 4096
temperature: 0.5
top_p: 1
top_k: 0
max_retries: 10
parallel_tool_calls: true
lakeview_model:
model_provider: anthropic
model: claude-3.5-sonnet
max_tokens: 4096
temperature: 0.5
top_p: 1
top_k: 0
max_retries: 10
parallel_tool_calls: true