feat(acp): supervisor skeleton + AcpConfig wiring

This commit is contained in:
2026-05-07 12:12:05 +08:00
parent dee20bb618
commit bd95fd33d6
3 changed files with 176 additions and 0 deletions
+17
View File
@@ -107,3 +107,20 @@ notify:
secret: ""
timeout: 10s
topics: []
# ACP module: agent subprocess pool + WebSocket fanout + event retention
acp:
enabled: true
max_active_global: 20
max_active_per_user: 3
spawn_timeout: 30s
kill_grace: 5s
stderr_buffer_lines: 100
stderr_tail_bytes: 2000
ws_ping_interval: 30s
ws_pong_timeout: 60s
ws_send_buffer: 256
event_max_payload_bytes: 65536
event_truncate_field_bytes: 4096
event_retention_days: 7
shutdown_grace: 30s