fix: trim gen2D slide content to prevent overflow beyond header/footer
Deploy Slides / build-and-deploy (push) Successful in 1m16s

- Reduce Item count per slide: pipeline 4→3, solution 4→2, highlights 6→4
- Remove tech-stack architecture layering Item (moved to tech-stack grid)
- Simplify eino-graph: shorter Go code, 3 Items→2
- Simplify prompt-agent: smaller mermaid, shorter Item text
- Simplify async-task: merge 3 Items→2, remove footer
- Simplify data-model: merge 4 grid items→2
- Simplify architecture: reduce ASCII diagram from 38 to 20 lines
- Simplify dedup-ws: remove JSON code block, shorter Items
- Simplify deployment: smaller mermaid, shorter Items
- Simplify problem: shorter Item text, remove bullet lists
- Simplify style-system: fix typo, shorter Item text
This commit is contained in:
2026-05-30 14:43:23 +08:00
parent d479504f12
commit 19075592e5
13 changed files with 116 additions and 300 deletions
+6 -18
View File
@@ -1,29 +1,17 @@
# 核心亮点总结
<v-clicks>
<Item title="🤖 多智能体协作管线">
Eino `compose.Graph` 编排四阶段智能体,支持质检重试(最多 3 次)与降级输出。每个节点独立可测试、可替换。
Eino `compose.Graph` 编排四阶段智能体,支持质检重试(最多 3 次)与降级输出。
</Item>
<Item title="🧠 提示词优化 Agent">
Eino Chain 驱动,支持任意 OpenAI 兼容 API(默认 DeepSeek)。无 API Key 自动回退模板,保证功能可用。
Eino Chain 驱动,支持任意 OpenAI 兼容 API。无 Key 自动回退模板,保证功能可用。
</Item>
<Item title="📡 实时进度推送">
WebSocket 推送管线各阶段状态、进度百分比与质检重试信息。兼容 HTTP 轮询方案。
<Item title="📡 实时进度 + 🔍 请求去重">
WebSocket 推送各阶段进度与质检信息。相同参数并发请求自动合并,节省 API 成本。
</Item>
<Item title="🔍 请求去重">
`hash(prompt + assetType + params)` + `sync.Map` 缓存,相同参数并发请求自动合并,节省 API 调用成本。
<Item title="🎨 风格系统 + 🚀 一键部署">
两层风格架构(Project + Task Override)保证一致性。Docker Compose + Gitee CI/CD 零依赖部署。
</Item>
<Item title="🎨 工程级风格系统">
两层风格架构(Project Style + Task Override),六个维度预设键 + 自定义标签,保证素材风格一致性。
</Item>
<Item title="🚀 一键部署">
Docker Compose 双容器架构 + Gitee CI/CD 自动部署。SQLite 嵌入式数据库,零外部依赖。
</Item>
</v-clicks>