endpoint = "http://127.0.0.1:8000/v1"
model = "/media/thread/trebuchet6/qwen35/models/Qwen3.5-122B-A10B-NVFP4-yarn-1010k"
max_tokens = 8192
temperature = 0.6
context_length = 1010000
[concurrency]
max_streams = 24
max_tools = 24
max_global = 48
[extra_body]
chat_template_kwargs = { enable_thinking = false }
top_p = 0.95
top_k = 20
min_p = 0.0
[safety]
allowed_paths = ["./**", "/tmp/**"]
denied_paths = ["**/.env", "**/secrets/**", "**/.ssh/**", "**/target/**"]
protected_branches = ["main"]
[agent]
streaming = false
max_iterations = 200
step_timeout_secs = 900
native_function_calling = false
token_budget = 942000
token_safety_margin = 100000
[continuous_work]
enabled = true
checkpoint_interval_tools = 10
checkpoint_interval_secs = 300
auto_recovery = true
max_recovery_attempts = 6
[retry]
max_retries = 8
base_delay_ms = 1000
max_delay_ms = 70000
[stress_test]
concurrent_agents = 16
duration_minutes = 30
requests_per_second = 0
measure_throughput = true