feat: expand gen2D deck with deep technical slides and interactive elements
Deploy Slides / build-and-deploy (push) Successful in 1m8s

- Add 5 new slide pages: eino-deep-dive, ratelimit-overview, ratelimit-lua, async-deep-dive, harness
- Add 4 new drawio SVGs: pipeline-detail, ratelimit, async-task, harness
- Update all existing slides with v-clicks progressive reveal
- Add presenter notes and interactive prompts
- Expand slides.md to register all new pages (16 → 25+ slides)
- Fix text overflow by trimming content per Item block
- Add Eino Graph deep dive: WithGenLocalState, Pre/Post Handler, branch routing
- Add rate limiting section: algorithm comparison, Lua script, Gin middleware
- Add async task deep dive: TaskQueue FIFO, context progress injection
- Add consistency section: style/pipeline/data/deployment 4-layer guarantees
This commit is contained in:
2026-05-30 22:42:23 +08:00
parent 659c22707b
commit 67ee76e58d
24 changed files with 878 additions and 33 deletions
+2 -2
View File
@@ -20,10 +20,10 @@
- WebSocket 实时进度推送
- 批量生成与队列调度
- 文生图多模型适配(DALL-E、Midjourney)
- 文生图多模型适配
- 素材版本管理与历史记录
- 分布式令牌桶限流(Redis + Lua)
- 自定义协程池(NumCPU × 4 workers)
- 自定义协程池
- RabbitMQ 消息队列解耦
- Prometheus 监控 + Grafana 看板