-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yaml
More file actions
35 lines (31 loc) · 743 Bytes
/
Copy pathconfig.yaml
File metadata and controls
35 lines (31 loc) · 743 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
# PolyBrain Configuration
# Users: set your model aliases below on first use.
# Run: python scripts/validate_config.py
models:
orchestrator: ""
researcher: ""
builder: ""
synthesizer: ""
verifier: ""
fallback: ""
# Optional: force provider per role (empty = use Hermes default)
providers:
orchestrator: ""
researcher: ""
builder: ""
synthesizer: ""
verifier: ""
fallback: ""
# Optional: define toolsets per role (informational)
toolsets:
researcher: ["web", "browser"]
builder: ["terminal", "file"]
synthesizer: ["file"]
verifier: ["web"]
settings:
max_parallel: 3
timeout_sec: 600
retry_count: 1
orchestrator_timeout_sec: 120
orchestrator_retry_count: 1
artifacts_dir: ".hermes/plans/polybrain"