Files
slide/decks/gen2D/pages/roadmap.md
T
wonder 67ee76e58d
Deploy Slides / build-and-deploy (push) Successful in 1m8s
feat: expand gen2D deck with deep technical slides and interactive elements
- 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
2026-05-30 22:42:23 +08:00

33 lines
703 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 路线图
<div class="grid grid-cols-2 gap-6 mt-4">
<Item title="✅ 已完成">
- 提示词优化 Agent(Eino Chain)
- 多智能体生成管线(Eino Graph)
- 工程风格系统 + 任务级覆盖
- 用户认证(JWT + bcrypt)
- 异步任务 + 进度轮询
- 素材帧预览、GIF 动画与导出
- 自定义标签系统
- Docker Compose 部署
- 请求去重 + 降级兜底
</Item>
<Item title="🔲 规划中">
- WebSocket 实时进度推送
- 批量生成与队列调度
- 文生图多模型适配
- 素材版本管理与历史记录
- 分布式令牌桶限流(Redis + Lua)
- 自定义协程池
- RabbitMQ 消息队列解耦
- Prometheus 监控 + Grafana 看板
</Item>
</div>