Commit Graph

5 Commits

Author SHA1 Message Date
1641553d31 feat(send): async acceptance and send_result event 2026-07-10 12:18:54 +08:00
1d2948677e feat(login): emit login and online status events 2026-07-10 12:16:27 +08:00
2f4783f1f9 feat(heartbeat): emit heartbeat event to SQLite 2026-07-10 12:11:18 +08:00
0e6f7a3072 feat(event): add single-thread event publisher with retry and cleanup 2026-07-10 12:08:24 +08:00
bd0ac464cf feat(channel-service): add Python FastAPI pywechat channel service
- Add FastAPI project under channel-service/
- Implement mock pywechat client adapter (login, send, heartbeat)
- Add /v1/wechat-personal/login/*, /v1/wechat-personal/send/* APIs
- Add /v1/heartbeat and /v1/monitor/status for client health
- Add /monitor HTML page with Web Components
- Add pytest suite and Dockerfile
- Update .gitignore for Python/Node artifacts
2026-07-07 12:36:54 +08:00