25 lines
380 B
YAML
25 lines
380 B
YAML
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
|