"""Overlord Agent — host-side service that shells out to claude -p. Runs OUTSIDE the dereth-tracker Docker container because the `claude` CLI binary lives at /home/erik/.local/bin/claude on the host and depends on ~/.claude/ credentials owned by user erik. The container can't invoke it directly, so this is a small standalone FastAPI service on port 8767. nginx routes /api/agent/* to here. The same browser session cookie that dereth-tracker validates is reused (shared SECRET_KEY env var). """