-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgroup.codex.env.example
More file actions
25 lines (25 loc) · 843 Bytes
/
group.codex.env.example
File metadata and controls
25 lines (25 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
TELEGRAM_BOT_TOKEN=replace_with_group_codex_bot_token
BOT_ENTRYPOINT=group_bot.py
BOT_ROLE=codex
BOT_MODE=worker
BOT_DISPLAY_NAME="Codex Group"
RUNNER_BACKEND=codex_cli
ALLOW_DM_TASKS=false
ENABLE_DIRECT_PRIVATE_TASKS=false
PRIVATE_TASK_MODE=direct
ALLOW_GROUP_CHAT=true
ALLOWED_USER_IDS=123456789
GROUP_TASK_DB_PATH=/Users/your_user/telegram-bot-stack-open/group-tasks.sqlite3
MEMORY_DB_PATH=/Users/your_user/telegram-bot-stack-open/bot-memory.sqlite3
PERSISTED_HISTORY_LIMIT=24
MAX_CONTEXT_MESSAGES=8
ENABLE_SHARED_MEMORY_LOG=true
SHARED_MEMORY_DIR=/Users/your_user/telegram-bot-stack-open/shared-memory
MEMORY_TIMEZONE=Asia/Shanghai
ALLOW_LONG_TERM_MEMORY_WRITE=false
POLL_INTERVAL_SECS=5
RUNNER_TIMEOUT_SECS=900
WORKDIR=/Users/your_user/.openclaw/workspace
CODEX_BIN=/opt/homebrew/bin/codex
CODEX_MODEL=
CODEX_SANDBOX_MODE=workspace-write