19075592e5
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
930 B
930 B
核心生成管线
基于 Eino compose.Graph 编排的四阶段智能体协作管线
graph LR
A[用户输入] --> B[PromptOptimizer] --> C[AssetGenerator] --> D{质检}
D -->|通过| E[FormatAdapter] --> F[输出]
D -->|不通过| B
D -->|重试≥3| E