yj
2025-07-22 2a8d022a20f82c35e9df680dfb66c3c95863b190
refs
用户 yj <2077506045@qq.com>
星期二, 七月 22, 2025 15:04 +0800
提交者 yj <2077506045@qq.com>
星期二, 七月 22, 2025 15:04 +0800
提交2a8d022a20f82c35e9df680dfb66c3c95863b190
目录 358d9c48721e131a1993a818ad4f80b34bd54c8f 目录 | zip | gz
parent
Initial commit
52个文件已添加
已修改文件
.env.example 对比 | 查看 | 原始文档 | blame | 历史
.vscode/settings.json 对比 | 查看 | 原始文档 | blame | 历史
DEPLOYMENT.md 对比 | 查看 | 原始文档 | blame | 历史
Dockerfile 对比 | 查看 | 原始文档 | blame | 历史
E云管家接口文档.txt 对比 | 查看 | 原始文档 | blame | 历史
README.md 对比 | 查看 | 原始文档 | blame | 历史
__pycache__/config.cpython-310.pyc 对比 | 查看 | 原始文档 | blame | 历史
__pycache__/config.cpython-311.pyc 对比 | 查看 | 原始文档 | blame | 历史
__pycache__/main.cpython-311.pyc 对比 | 查看 | 原始文档 | blame | 历史
app/__init__.py 对比 | 查看 | 原始文档 | blame | 历史
app/__pycache__/__init__.cpython-311.pyc 对比 | 查看 | 原始文档 | blame | 历史
app/api/__init__.py 对比 | 查看 | 原始文档 | blame | 历史
app/api/__pycache__/__init__.cpython-311.pyc 对比 | 查看 | 原始文档 | blame | 历史
app/api/__pycache__/callback.cpython-311.pyc 对比 | 查看 | 原始文档 | blame | 历史
app/api/callback.py 对比 | 查看 | 原始文档 | blame | 历史
app/models/__init__.py 对比 | 查看 | 原始文档 | blame | 历史
app/models/__pycache__/__init__.cpython-311.pyc 对比 | 查看 | 原始文档 | blame | 历史
app/models/__pycache__/contact.cpython-311.pyc 对比 | 查看 | 原始文档 | blame | 历史
app/models/__pycache__/conversation.cpython-311.pyc 对比 | 查看 | 原始文档 | blame | 历史
app/models/__pycache__/database.cpython-311.pyc 对比 | 查看 | 原始文档 | blame | 历史
app/models/contact.py 对比 | 查看 | 原始文档 | blame | 历史
app/models/conversation.py 对比 | 查看 | 原始文档 | blame | 历史
app/models/database.py 对比 | 查看 | 原始文档 | blame | 历史
app/services/__init__.py 对比 | 查看 | 原始文档 | blame | 历史
app/services/__pycache__/__init__.cpython-311.pyc 对比 | 查看 | 原始文档 | blame | 历史
app/services/__pycache__/dify_client.cpython-311.pyc 对比 | 查看 | 原始文档 | blame | 历史
app/services/__pycache__/ecloud_client.cpython-311.pyc 对比 | 查看 | 原始文档 | blame | 历史
app/services/__pycache__/message_processor.cpython-311.pyc 对比 | 查看 | 原始文档 | blame | 历史
app/services/__pycache__/redis_queue.cpython-311.pyc 对比 | 查看 | 原始文档 | blame | 历史
app/services/dify_client.py 对比 | 查看 | 原始文档 | blame | 历史
app/services/ecloud_client.py 对比 | 查看 | 原始文档 | blame | 历史
app/services/message_processor.py 对比 | 查看 | 原始文档 | blame | 历史
app/services/redis_queue.py 对比 | 查看 | 原始文档 | blame | 历史
app/utils/__init__.py 对比 | 查看 | 原始文档 | blame | 历史
app/utils/database_init.py 对比 | 查看 | 原始文档 | blame | 历史
app/utils/logger.py 对比 | 查看 | 原始文档 | blame | 历史
app/workers/__init__.py 对比 | 查看 | 原始文档 | blame | 历史
app/workers/__pycache__/__init__.cpython-311.pyc 对比 | 查看 | 原始文档 | blame | 历史
app/workers/__pycache__/message_worker.cpython-311.pyc 对比 | 查看 | 原始文档 | blame | 历史
app/workers/message_worker.py 对比 | 查看 | 原始文档 | blame | 历史
config.py 对比 | 查看 | 原始文档 | blame | 历史
difyai接口文档.txt 对比 | 查看 | 原始文档 | blame | 历史
docker-compose.yml 对比 | 查看 | 原始文档 | blame | 历史
init.sql 对比 | 查看 | 原始文档 | blame | 历史
logs/app.log 对比 | 查看 | 原始文档 | blame | 历史
main.py 对比 | 查看 | 原始文档 | blame | 历史
requirements.txt 对比 | 查看 | 原始文档 | blame | 历史
start.sh 对比 | 查看 | 原始文档 | blame | 历史
test_integration.py 对比 | 查看 | 原始文档 | blame | 历史
tests/__init__.py 对比 | 查看 | 原始文档 | blame | 历史
tests/test_api.py 对比 | 查看 | 原始文档 | blame | 历史
tests/test_message_processor.py 对比 | 查看 | 原始文档 | blame | 历史