43 lines
1004 B
JSON
43 lines
1004 B
JSON
{
|
|
"step_timeout_ms": 30000,
|
|
"task_timeout_ms": 300000,
|
|
"shell_command_timeout_ms": 3600000,
|
|
"shell_idle_timeout_ms": 600000,
|
|
"planner_retry_limit": 2,
|
|
"tool_retry_limit": 1,
|
|
"replan_limit": 1,
|
|
"max_execution_steps": 20,
|
|
"retrieval_top_k": 5,
|
|
"max_context_tokens": 8192,
|
|
"context_budgets": {
|
|
"system": 512,
|
|
"task": 512,
|
|
"memory": 2048,
|
|
"execution": 2048,
|
|
"tools": 1024,
|
|
"safety": 512
|
|
},
|
|
"reserve_for_generation_pct": 25,
|
|
"orchestrator_retry_limit": 2,
|
|
"memory_thresholds": {
|
|
"default_store_weight": 0.8
|
|
},
|
|
"critic_fallback_policy": "continue_without_critic",
|
|
"checkpoint_policy": {
|
|
"save_on_transition": true
|
|
},
|
|
"event_retention_policy": {
|
|
"keep_all": true
|
|
},
|
|
"streaming_settings": {
|
|
"enabled": true
|
|
},
|
|
"debug": true,
|
|
"debug_orchestrator_log_length": 500,
|
|
"json_fix_retry_limit": 2,
|
|
"json_fix_use_sys_util": true,
|
|
"intent_classifier": "thinker",
|
|
"recall_model": "json_compiler",
|
|
"critic_retry_limit": 2
|
|
}
|