Commit Graph

13 Commits

Author SHA1 Message Date
4ba636e98c chore: remove cached pyc files from git tracking
Made-with: Cursor
2026-03-06 12:49:20 +08:00
006b035de4 newtw 2026-03-06 12:44:57 +08:00
fa61b11b02 refactor: migrate workflow to v2 core and archive legacy modules 2026-03-04 21:52:24 +08:00
e1ce17f2aa chore: harden runtime checks and split websocket inbound/outbound flows 2026-03-02 18:17:09 +08:00
00c80c3bec feat: ai-first intent detection with keyword fallback 2026-03-01 17:09:05 +08:00
3c825547cf refactor: add rule engine, risk service, quote state machine, and replay tests 2026-03-01 14:30:14 +08:00
1c266f2887 feat: switch text risk filtering to AI-first with keyword fallback 2026-03-01 13:41:25 +08:00
1c1b870d2b feat: enforce activity logs and tighten sizing/map reply policies 2026-03-01 13:01:10 +08:00
1a5b4a4be6 fix: dedupe wechat chat history and avoid duplicate outbound chat logging 2026-02-28 20:18:29 +08:00
1e274b43e2 fix: hard-block political figures/events/images in risk and analyzer 2026-02-28 20:09:12 +08:00
46143be86c feat: upgrade客服多店铺分流、批量报价与稳定性防护 2026-02-28 18:52:31 +08:00
a6c42d505a feat: 完整功能部署 v1.0
新增功能:
- 天网协作系统 (HTTP API 端口 6060)
- 三种工作流 (查找图片/处理图片/转人工派单)
- 图片任务数据库 (支持客户后续增加需求)
- 图绘派单系统集成 (API: 8005)
- 文字检测与加价 (60-80 元高价值订单)
- 风险评估与接单判断
- 作图失败自动转人工

新增文档:
- 项目功能汇总.md
- 三种工作流功能说明.md
- 文字加价功能说明.md
- 风险评估功能说明.md
- 图片任务数据库功能说明.md
- 图绘派单系统集成说明.md
- 作图失败转接人工说明.md
- DEPLOYMENT.md
- TIANWANG_INTEGRATION.md

核心修改:
- core/pydantic_ai_agent.py
- core/workflow.py
- core/websocket_client.py
- image/image_analyzer.py
- services/service_tuhui_dispatch.py
- db/image_tasks_db.py

版本:v1.0
日期:2026-02-28
2026-02-28 11:20:40 +08:00
5aedf1665d init 2026-02-27 16:03:04 +08:00