.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
MGBA_HTTP_BASE_URL
POKEMON_VERSION
POKEMON_ROM_PATH
EVIDENCE_DIR
HARNESS_RUN_ID
HARNESS_MODE
LOG_LEVEL
LOOP_MAX_STEPS
LOOP_STEP_DELAY_MS
MAX_LLM_CALLS
LLM_TIMEOUT_MS
LLM_MAX_RETRIES
DEFAULT_TAP_FRAMES
DEFAULT_HOLD_FRAMES
AI_PROVIDER
AI_PROVIDER may be heuristic or openai. For CodexLB, use AI_PROVIDER=openai and OPENAI_BASE_URL=https://codex.nekos.me/v1.
OPENAI_BASE_URL
secret
OPENAI_API_KEY
secret
OPENAI_MODEL
secret
OPENAI_TEMPERATURE
secret
brew install flyctl && fly launch --from https://github.com/iyenteam/poke-pi
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/iyenteam/poke-pi
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/iyenteam/poke-pi