auto-sync: 2026-05-17 13:48:37
This commit is contained in:
+17
-1
@@ -8,8 +8,24 @@ daemon:
|
|||||||
tick_interval: 30
|
tick_interval: 30
|
||||||
task_timeout: 600
|
task_timeout: 600
|
||||||
max_global_agents: 5
|
max_global_agents: 5
|
||||||
max_per_agent: 1
|
max_per_agent: 2
|
||||||
zombie_threshold: 20
|
zombie_threshold: 20
|
||||||
|
# Agent 调度(v2.6.1 新增)
|
||||||
|
max_dispatch_per_tick: 3
|
||||||
|
claim_timeout_minutes: 5.0
|
||||||
|
default_task_timeout_minutes: 30.0
|
||||||
|
agent_timeout: 600
|
||||||
|
# API 地址(供 Agent 回写黑板)
|
||||||
|
api_host: "127.0.0.1"
|
||||||
|
api_port: 8083
|
||||||
|
# 注册的 Agent 角色列表
|
||||||
|
registered_agents:
|
||||||
|
- pangtong-fujunshi
|
||||||
|
- simayi-challenger
|
||||||
|
- jiangwei-infra
|
||||||
|
- guanyu-dev
|
||||||
|
- zhangfei-dev
|
||||||
|
- zhaoyun-data
|
||||||
|
|
||||||
inbox:
|
inbox:
|
||||||
path: "inbox/daemon.jsonl"
|
path: "inbox/daemon.jsonl"
|
||||||
|
|||||||
Reference in New Issue
Block a user