SpecialX
47e950c664
feat(ai): temporal worker for lesson plan workflow
- deploy temporal server (postgresql + auto-setup + ui) in docker-compose
- new temporal/ module: workflow + activities + worker manager
- convert lesson plan 4-step orchestration to temporal workflow
- activities wrap existing analyze/recommend/generate/prepare_review steps
- worker injects failover_chain/content_client/data_ana_client via module globals
- start() uses temporal client.start_workflow, falls back to asyncio in dev
- register temporal ports 7233/8085 in port-allocation
Implements M6.5 of v2.1 migration plan (ADR-030).
2026-07-15 02:34:34 +08:00
..
2026-07-08 02:16:58 +08:00
2026-07-15 02:13:03 +08:00
2026-07-08 12:50:56 +08:00
2026-07-08 02:16:58 +08:00
2026-07-10 19:09:27 +08:00
2026-07-14 23:45:32 +08:00
2026-07-10 18:49:06 +08:00
2026-07-15 02:13:03 +08:00
2026-07-10 18:49:06 +08:00
2026-07-10 18:49:06 +08:00
2026-07-09 10:21:06 +08:00
2026-07-15 02:34:34 +08:00
2026-07-14 16:04:20 +08:00
2026-07-15 01:28:55 +08:00
2026-07-07 23:39:37 +08:00
2026-07-09 10:21:06 +08:00
2026-07-08 15:12:34 +08:00
2026-07-14 16:04:20 +08:00
2026-07-14 12:04:49 +08:00
2026-07-15 02:34:34 +08:00
2026-07-15 02:34:34 +08:00
2026-07-11 09:22:09 +08:00