Replace standalone Telegram bot with full CodeAnywhere framework fork. BetterBot shares all framework code and customizes only: - instance.py: BetterBot identity, system prompt, feature flags - tools/site_editing/: list_files, read_file, write_file with auto git push - .env: model defaults and site directory paths - compose/: Docker setup with betterlifesg + memoraiz mounts - deploy script: RackNerd with Infisical secrets
4 lines
148 B
Text
4 lines
148 B
Text
# Secrets from Infisical — used as .env in the compose stack dir
|
|
TG_BOT_TOKEN=CHANGE_ME
|
|
VERCEL_API_KEY=CHANGE_ME
|
|
OWNER_TELEGRAM_CHAT_ID=CHANGE_ME
|