You've already forked agentic-coding-workflow
feat(acp): supervisor skeleton + AcpConfig wiring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user