5926c73ff1
- 数据库: PostgreSQL schema + 3名销售/21客户/341消息/6成交 - 采集代理: mock_sync.py 模拟微信聊天同步 - AI分析: analyze.py 规则模式 + 千问LLM模式 - 后端: FastAPI 11个API接口 - 前端: 仪表盘/销售列表/客户列表/成交记录/交流分析/录入成交 - 交流分析: 全部客户对话概览 + LLM标准范式对话生成 - 部署: systemd + nginx, 已部署至 sale.all8ai.top
18 lines
180 B
Plaintext
18 lines
180 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# PostgreSQL data
|
|
demo/db/data/
|
|
demo/db/socket/
|
|
demo/db/postgres.log
|
|
|
|
# Runtime
|
|
demo/.run.pid
|
|
demo/web.log
|
|
demo/web/__pycache__/
|
|
|
|
# OS
|
|
.DS_Store
|