Initial commit

This commit is contained in:
2026-06-08 22:19:08 +09:00
commit 5a2c5df041
22 changed files with 3520 additions and 0 deletions

25
.env.example Normal file
View File

@@ -0,0 +1,25 @@
# Telegram
TELEGRAM_BOT_TOKEN=put-your-token-here
ALLOWED_TELEGRAM_USER_IDS=
# Bot storage and workspace
BOT_STATE_PATH=/app/data/state.json
BOT_WORKSPACE_ROOT=/workspaces
BOT_TIMEZONE=Asia/Seoul
SCHEDULE_POLL_SECONDS=30
PERSISTENT_WS_IDLE_SECONDS=600
# Codex execution
CODEX_BIN=codex
CODEX_TIMEOUT_SECONDS=1800
CODEX_BACKEND=auto
CODEX_APP_SERVER_URL=ws://127.0.0.1:4500
CODEX_APP_SERVER_MODEL=gpt-5.5
CODEX_MODEL_REASONING_EFFORT=high
CODEX_SPEED_MODE=standard
CODEX_READONLY_SANDBOX=read-only
CODEX_WRITE_SANDBOX=workspace-write
CODEX_RESUME_JSON_FLAG_STYLE=before_resume
# Optional: set this only if you want plain messages to behave like /ask.
ALLOW_PLAIN_TEXT=true