37 lines
904 B
TOML
37 lines
904 B
TOML
model = "gpt-5.5"
|
|
review_model = "gpt-5.5"
|
|
approval_policy = "never"
|
|
sandbox_mode = "danger-full-access"
|
|
model_reasoning_effort = "high"
|
|
plan_mode_reasoning_effort = "high"
|
|
model_reasoning_summary = "detailed"
|
|
model_verbosity = "high"
|
|
service_tier = "fast"
|
|
model_context_window = 1050000
|
|
model_auto_compact_token_limit = 950000
|
|
personality = "friendly"
|
|
web_search = "live"
|
|
tools.view_image = true
|
|
hide_agent_reasoning = false
|
|
show_raw_agent_reasoning = true
|
|
tool_output_token_limit = 20000
|
|
agents.max_depth = 3
|
|
agents.max_threads = 10
|
|
|
|
[tools.web_search]
|
|
context_size = "high"
|
|
|
|
[features]
|
|
memories = true
|
|
multi_agent = true
|
|
|
|
[memories]
|
|
generate_memories = true
|
|
use_memories = true
|
|
no_memories_if_mcp_or_web_search = false
|
|
max_raw_memories_for_consolidation = 512
|
|
max_rollout_age_days = 30
|
|
min_rollout_idle_hours = 6
|
|
max_rollouts_per_startup = 32
|
|
extract_model = "gpt-5.4"
|
|
consolidation_model = "gpt-5.4"
|