diff --git a/src/tools/task/runtime.rs b/src/tools/task/runtime.rs index 32633ae..2393195 100644 --- a/src/tools/task/runtime.rs +++ b/src/tools/task/runtime.rs @@ -50,8 +50,8 @@ impl Default for SubAgentRuntimeConfig { "skill_list".to_string(), "send_session_message".to_string(), // 用于进度通知 ]), - default_max_execution_secs: 1200, // 20分钟 - explore_max_execution_secs: 600, // 10分钟 + default_max_execution_secs: 3600, // 60分钟 + explore_max_execution_secs: 3600, // 60分钟 ttl_hours: 24, skills_index: None, }