~cytrogen/evi-run

f9177ebbdb748fbfd9aec9173405de7691a3bf26 — Cytrogen 9 days ago 8397c30 main
fork: 定制修改 + 敏感数据清理

- agent 名改为「澜」,prompt 从外部文件加载
- 添加中文 i18n (I18N/zh/)
- docker-compose: 添加 healthcheck、移除 fastapi 服务
- bot/main.py: 添加 UnknownIntent 错误处理
- config.py → config.py.example,排除私人配置
- prompts/*.txt 排除,提供 .sample 模板
- .env.example 格式优化
59 files changed, 5781 insertions(+), 5334 deletions(-)

A .dockerignore
M .env.example
M .github/workflows/docker-publish.yml
M .github/workflows/python-ci.yml
M .github/workflows/release.yml.disabled
M .gitignore
M CONTRIBUTING.md
A DEPLOY.md
M Dockerfile
M Dockerfile_fastapi
M I18N/en/txt.ftl
M I18N/factory.py
M I18N/ru/txt.ftl
A I18N/zh/txt.ftl
M LICENSE
M README.md
M bot/agents_tools/agents_.py
M bot/agents_tools/mcp_servers.py
M bot/agents_tools/tools.py
M bot/commands.py
M bot/dialogs/balance.py
M bot/dialogs/i18n_widget.py
M bot/dialogs/knowledge.py
M bot/dialogs/menu.py
M bot/dialogs/settings.py
M bot/dialogs/wallet.py
M bot/keyboards/inline.py
M bot/main.py
M bot/middlewares/database_session.py
M bot/middlewares/first_time.py
M bot/middlewares/translator_hub.py
M bot/routers/admin.py
M bot/routers/user.py
M bot/scheduler_funcs/daily_tokens.py
M bot/states/states.py
M bot/utils/agent_requests.py
M bot/utils/calculate_tokens.py
M bot/utils/check_burn_address.py
M bot/utils/check_payment.py
M bot/utils/create_bot.py
M bot/utils/executed_tasks.py
M bot/utils/funcs_gpt.py
M bot/utils/get_ton_course.py
M bot/utils/scheduler_provider.py
M bot/utils/send_answer.py
M bot/utils/solana_funcs.py
R config.py => config.py.example
M database/models.py
M database/repositories/user.py
M database/repositories/utils.py
M docker-compose.yml
M docker_setup_en.sh
M modes/crypto_mode/agents_.py
M modes/crypto_mode/en/txt.ftl
M modes/crypto_mode/ru/txt.ftl
A prompts/main_prompt.txt.sample
M redis_service/connect.py
M requirements.txt
M requirements_fastapi.txt
This diff is too large to display. Try viewing the raw diff instead.