-
Notifications
You must be signed in to change notification settings - Fork 359
Expand file tree
/
Copy pathdefault.yaml
More file actions
46 lines (39 loc) · 941 Bytes
/
default.yaml
File metadata and controls
46 lines (39 loc) · 941 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
45
46
# aws:
# profile: "default"
# region: "us-east-1"
models:
executor:
provider: "bedrock"
model_id: "global.anthropic.claude-opus-4-6-v1"
simulator:
provider: "bedrock"
model_id: "global.anthropic.claude-opus-4-6-v1"
scorer:
provider: "bedrock"
model_id: "global.anthropic.claude-opus-4-6-v1"
aidlc:
rules_source: "git"
rules_repo: "https://github.com/awslabs/aidlc-workflows"
rules_ref: "main"
rules_local_path: null
swarm:
max_handoffs: 200
max_iterations: 200
execution_timeout: 14400
node_timeout: 3600
runs:
output_dir: "./runs"
execution:
enabled: true
command_timeout: 120
post_run_tests: true
post_run_timeout: 300
sandbox:
enabled: true
image: aidlc-sandbox:latest
memory: 2g
cpus: 2
tools:
pmd_path: null # Path to PMD executable; if null, looks for 'pmd' on PATH
cli:
adapters: {} # Register custom CLI adapters: name: "mypackage.MyAdapter"