Commit Graph

92 Commits

Author SHA1 Message Date
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
39de916b89 fix: retry stalled transfers on follow-up messages 2026-03-08 17:33:51 +08:00
fddd879ba0 fix: harden image handling and update docs 2026-03-08 13:20:18 +08:00
2e3409d8c5 feat: queue pending transfers until designers are available 2026-03-08 12:43:40 +08:00
5a5bde1ba5 fix: block leaked history content before outbound send 2026-03-08 12:36:57 +08:00
613d375845 fix: reduce mysql connection pressure 2026-03-08 12:29:49 +08:00
54231cbd5c newtw66 2026-03-08 11:54:39 +08:00
3c52061861 fix: block leaked tool output and thinking text 2026-03-06 21:58:50 +08:00
07053ce1ad newtw5 2026-03-06 15:06:06 +08:00
8460d00379 newtw4 2026-03-06 14:42:23 +08:00
3020ae4691 newtw3 2026-03-06 14:39:42 +08:00
f06bfb1fa0 newtw3 2026-03-06 14:25:10 +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
e1ce17f2aa chore: harden runtime checks and split websocket inbound/outbound flows 2026-03-02 18:17:09 +08:00
89eb94486d fix: add missing websocket_quote_flow module for runtime imports 2026-03-02 16:06:11 +08:00
b5153048c4 refactor: split websocket flows and add brain action decision pipeline 2026-03-02 16:04:33 +08:00
4022ed8f7a feat: add per-shop persona routing for ai replies 2026-03-02 13:02:07 +08:00
684409686d chore: update env config 2026-03-02 12:49:39 +08:00
25ab85375e chore: switch runtime model config back to doubao 2026-03-02 12:24:20 +08:00
f8633065f0 chore: switch runtime config to gemini models and key 2026-03-02 12:02:20 +08:00
4275b4bdff chore: switch API key to apiqik key and keep gemini-3-flash-preview 2026-03-02 11:30:52 +08:00
9d0276be41 feat: enforce full AI outbound generation and reduce template replies 2026-03-02 11:09:26 +08:00
6433708597 feat: add unified outbound arbiter with semantic and class dedupe 2026-03-02 10:22:09 +08:00
8e96141741 chore: switch OPENAI and VISION models to doubao-seed-2-0-pro-260215 2026-03-01 19:04:48 +08:00
8493c6c137 style: change ai-guard log color to bright white 2026-03-01 18:57:48 +08:00
ac4e4eca90 feat: add verbose ai-guard console logs and color mapping 2026-03-01 18:04:32 +08:00
57dd967d58 feat: add full-context AI outbound reply guard before send 2026-03-01 17:50:59 +08:00
13f61d2fc0 fix: disable env proxy by default for Tianwang callback requests 2026-03-01 17:41:11 +08:00
5c1f33114f feat: post inbound and processed message callbacks to Tianwang endpoint 2026-03-01 17:38:57 +08:00
3972764c79 feat: localize ai log tags to Chinese in console formatter 2026-03-01 17:30:01 +08:00
219a265a5e feat: colorize console logs by message category 2026-03-01 17:28:49 +08:00
f8a714801b fix: dedupe cs_agent logs and add colored console output 2026-03-01 17:27:20 +08:00
2602d6009d fix: repair broken imports injected into workflow module 2026-03-01 17:21:57 +08:00
904d5b5693 fix: make coordinator shutdown signal handling idempotent 2026-03-01 17:13:56 +08:00
00c80c3bec feat: ai-first intent detection with keyword fallback 2026-03-01 17:09:05 +08:00
4a07f9c726 refactor: unify workflow/websocket logging and extract conversation state store 2026-03-01 16:35:39 +08:00
8dd5a11b4b refactor: unify core pipeline logging with cs_agent logger 2026-03-01 16:29:52 +08:00
a6b7bf1982 refactor: extract process_message orchestration from agent 2026-03-01 16:21:22 +08:00
4b2d3347da refactor: extract tool registration implementations from agent 2026-03-01 16:14:29 +08:00
872c44a0c0 refactor: extract prompt building and image workflow routing from agent 2026-03-01 16:06:43 +08:00
433f6e77e5 refactor: extract batch quote helpers from pydantic agent 2026-03-01 16:00:28 +08:00
3e2518b308 refactor: extract profile and context builders from pydantic agent 2026-03-01 15:54:32 +08:00
34b27d793e refactor: extract text risk detectors from pydantic agent 2026-03-01 15:49:45 +08:00
62e5fed25c refactor: extract agent prompt builders into dedicated module 2026-03-01 15:47:55 +08:00
fc05b60d1a refactor: extract collection intent helpers from pydantic agent 2026-03-01 15:38:20 +08:00
54b1db17a7 refactor: extract order helpers and stabilize first-image ack replies 2026-03-01 15:30:56 +08:00