2026-08-10 02:15:34 -03:00

9 lines
214 B
Bash
Executable File

#!/bin/sh
# Run Codex unattended inside the externally isolated Hermes agent pod.
set -eu
exec /opt/data/tools/bin/codex \
--dangerously-bypass-approvals-and-sandbox \
--dangerously-bypass-hook-trust \
"$@"