bot contesta con e2ee

This commit is contained in:
2026-03-04 00:59:10 +00:00
parent bd8e1432e5
commit 396fc39b90
12 changed files with 316 additions and 46 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ start_agent() {
info "Iniciando $id..."
# Lanza el launcher en background, desacoplado del terminal
nohup "$GO" run ./cmd/launcher -c "$cfg" \
nohup "$GO" run -tags goolm ./cmd/launcher -c "$cfg" --log-level "${LOG_LEVEL:-info}" \
>> "$log" 2>&1 &
local pid=$!