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
9 lines
188 B
Text
9 lines
188 B
Text
fastapi>=0.115.0
|
|
uvicorn[standard]>=0.34.0
|
|
github-copilot-sdk>=0.2.2
|
|
openai>=1.0.0
|
|
python-telegram-bot>=21.0
|
|
pydantic-settings>=2.0
|
|
httpx>=0.27.0
|
|
duckduckgo-search>=7.0
|
|
cryptography>=43.0
|