forked from tailcallhq/forgecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforge.default.yaml
More file actions
27 lines (24 loc) · 618 Bytes
/
forge.default.yaml
File metadata and controls
27 lines (24 loc) · 618 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
# yaml-language-server: $schema=./forge.schema.json
variables:
operating_agent: Forge
# Define model anchors with simpler, purpose-based names
advanced_model: &advanced_model anthropic/claude-sonnet-4
max_requests_per_turn: 100
max_tool_failure_per_turn: 3
top_p: 0.8
top_k: 30
max_tokens: 20480
max_walker_depth: 1
tool_supported: true
# Global compact configuration applied to all agents
compact:
max_tokens: 2000
token_threshold: 100000
retention_window: 6
message_threshold: 200
eviction_window: 0.2
on_turn_end: false
updates:
frequency: "daily"
auto_update: false
model: *advanced_model