auto-sync: 2026-05-22 13:38:50
This commit is contained in:
+4
-1
@@ -129,7 +129,10 @@ async def lifespan(app: FastAPI):
|
||||
# 创建 Agent 调度组件
|
||||
spawner = AgentSpawner(
|
||||
dry_run=False,
|
||||
agent_timeout=daemon_config.get("agent_timeout", 600),
|
||||
agent_timeout=daemon_config.get("agent_timeout", 630),
|
||||
gateway_timeout=daemon_config.get("gateway_timeout", 600),
|
||||
max_retries=daemon_config.get("max_retries", 3),
|
||||
max_monitor_timeouts=daemon_config.get("max_monitor_timeouts", 3),
|
||||
api_host=api_host,
|
||||
api_port=api_port,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user