auto-sync: 2026-05-22 13:39:17
This commit is contained in:
+2
-1
@@ -14,7 +14,8 @@ daemon:
|
||||
max_dispatch_per_tick: 3
|
||||
claim_timeout_minutes: 5.0
|
||||
default_task_timeout_minutes: 30.0
|
||||
agent_timeout: 600
|
||||
agent_timeout: 630
|
||||
gateway_timeout: 600
|
||||
# API 地址(供 Agent 回写黑板)
|
||||
api_host: "127.0.0.1"
|
||||
api_port: 8083
|
||||
|
||||
@@ -459,6 +459,7 @@ class Dispatcher:
|
||||
task_id=task.id,
|
||||
on_complete=on_complete,
|
||||
use_main_session=project_config.get("project_id") == "_mail" if project_config else False,
|
||||
task_db_path=Path(project_config["db_path"]) if project_config and "db_path" in project_config else None,
|
||||
)
|
||||
return {"level": level.value, "agent_id": agent_id,
|
||||
"session_id": session_id, "status": "dispatched",
|
||||
|
||||
Reference in New Issue
Block a user