Commit Graph

26 Commits

Author SHA1 Message Date
5b36693c2e feat: alert wecom when no designer is available 2026-03-13 10:42:14 +08:00
2c003e9a7d fix: clean generated tuhui titles 2026-03-10 15:48:27 +08:00
3f45a4badd fix: randomize tuhui designer alias 2026-03-10 14:35:31 +08:00
c399b8cfc1 fix: anonymize tuhui designer and clean titles 2026-03-10 14:22:23 +08:00
a082364e34 fix: simplify auto process titles and notices 2026-03-10 14:20:26 +08:00
7aa2dff569 fix: normalize tuhui asset urls 2026-03-10 13:40:54 +08:00
64571f4544 chore: switch tuhui defaults to new domain 2026-03-10 13:05:36 +08:00
e0c9f46162 feat: derive tuhui title from image analysis 2026-03-09 16:07:06 +08:00
ba5644371f feat: include processed image url in wecom notice 2026-03-09 15:50:27 +08:00
5fcce98583 fix: normalize animated images before gemini 2026-03-09 14:57:41 +08:00
a2119f3b6d fix: harden outbound leak guard and title naming 2026-03-09 14:34:04 +08:00
d3b55798e5 fix: normalize image formats before gemini 2026-03-09 11:27:14 +08:00
23c2f37a67 fix: use resolved download path for gemini input 2026-03-09 11:04:17 +08:00
bcd162ef22 fix: harden alicdn image downloads 2026-03-09 10:51:12 +08:00
2ab27eb914 fix: streamline gemini flow and add e2e test 2026-03-08 23:58:17 +08:00
82284ce3fb feat: automate image pipeline and simplify gemini flow 2026-03-08 23:42:18 +08:00
3a78eb304a feat: improve routing logs and tuhui integration 2026-03-08 17:34:56 +08:00
afb2b78c15 newtw2 2026-03-06 13:23:32 +08:00
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
3c825547cf refactor: add rule engine, risk service, quote state machine, and replay tests 2026-03-01 14:30:14 +08:00
46143be86c feat: upgrade客服多店铺分流、批量报价与稳定性防护 2026-02-28 18:52:31 +08:00
c39840fe15 feat: 添加 AI Agent 对话测试工具 + 代码优化
主要变更:

- 新增 tests/test_ai_chat.py: AI Agent 对话测试工具

- 优化 core/pydantic_ai_agent.py 和 db/chat_log_db.py

- 清理归档文件,更新文档

Made-with: Cursor
2026-02-28 16:19:35 +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