31 lines
622 B
YAML
31 lines
622 B
YAML
# moziplus v2.6 配置文件
|
|
# 路径解析优先级:BLACKBOARD_ROOT 环境变量 > data_root 配置 > 默认 {安装目录}/data/
|
|
|
|
# 项目数据根目录(不设则用默认值)
|
|
# data_root: ~/.sanguo_projects/sanguo_moziplus_v2/data
|
|
|
|
daemon:
|
|
tick_interval: 30
|
|
task_timeout: 600
|
|
max_global_agents: 5
|
|
max_per_agent: 1
|
|
zombie_threshold: 20
|
|
|
|
inbox:
|
|
path: "inbox/daemon.jsonl"
|
|
watch_interval: 1
|
|
max_size_bytes: 1048576
|
|
|
|
review:
|
|
default_max_rounds: 3
|
|
debate_max_rounds: 5
|
|
confidence_threshold: 0.7
|
|
|
|
experience:
|
|
distill_threshold: 5
|
|
expire_days: 30
|
|
|
|
logging:
|
|
level: INFO
|
|
max_file_size: 10MB
|