Files
slide/decks/gen2D/pages/highlights.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

22 lines
704 B
Markdown

# 核心亮点总结
<v-clicks>
<Item title="🤖 多智能体协作管线">
Eino `compose.Graph` 编排四阶段智能体,支持质检重试(最多 3 次)与降级输出。
</Item>
<Item title="🧠 提示词优化 Agent">
Eino Chain 驱动,支持任意 OpenAI 兼容 API。无 Key 自动回退模板,保证功能可用。
</Item>
<Item title="📡 实时进度 + 🔍 请求去重">
WebSocket 推送各阶段进度与质检信息。相同参数并发请求自动合并,节省 API 成本。
</Item>
<Item title="🎨 风格系统 + 🚀 一键部署">
两层风格架构(Project + Task Override)保证一致性。Docker Compose + Gitee CI/CD 零依赖部署。
</Item>
</v-clicks>