说清要解决的问题
告诉智能体你的场景、现有资料,以及最后想得到什么。
工作流从 Excel 读取开始,先判断最适合的图表表达,再生成可维护的 Remotion 代码,经过项目验证、渲染和质量门禁后输出 MP4。
下载 Pipora 后,把想调整的内容告诉内置的工作流开发与调试智能体。它会直接修改、运行并排查问题,你不需要学习流程语法或逐项配置参数。

这张图来自当前示例实际运行的工作流。你可以看清任务如何被拆解、处理和检查;想改变其中任何一步,只要在 Pipora 的对话框里告诉 AI。
%%{init: {"flowchart": {"curve": "basis", "nodeSpacing": 34, "rankSpacing": 58}, "theme": "base"}}%%
flowchart TD
subgraph row0[" "]
direction LR
step0["输入 · 工作流输入"]
step1["脚本 · 准备公共 Remotion base"]
step2["脚本 · 初始化迭代状态"]
step0 ~~~ step1
step1 ~~~ step2
end
subgraph row1[" "]
direction RL
step3["脚本 · 创建本次运行工作区"]
step4["脚本 · 生成数据快照"]
step5["脚本 · 编译视觉规划"]
step3 ~~~ step4
step4 ~~~ step5
end
subgraph row2[" "]
direction LR
step6["脚本 · 锁定可视化规划"]
step7["脚本 · 校验视觉规格"]
step8["脚本 · 准备数据可视化工程骨架"]
step6 ~~~ step7
step7 ~~~ step8
end
subgraph row3[" "]
direction RL
step9["脚本 · 检查 Remotion 视觉主题"]
step10["脚本 · 检查 Remotion 工程"]
step11["脚本 · 渲染视频草稿"]
step9 ~~~ step10
step10 ~~~ step11
end
subgraph row4[" "]
direction LR
step12["脚本 · 检查视频成片"]
step13["脚本 · 审批视频草稿"]
step14["脚本 · 打包 PPT 素材"]
step12 ~~~ step13
step13 ~~~ step14
end
subgraph row5[" "]
direction RL
step15["脚本 · 清理质检临时文件"]
step16["脚本 · 汇总最终视频"]
step17["输出 · 工作流输出"]
step15 ~~~ step16
step16 ~~~ step17
end
step0 --> step1
step15 -.-> step16
step9 -.-> step10
step16 --> step17
step13 --> step16
step13 -.-> step14
step2 --> step4
step2 --> step3
step14 -.-> step15
step14 --> step16
step5 --> step6
step1 --> step2
step8 --> step9
step8 --> step10
step4 --> step15
step4 --> step16
step4 --> step13
step4 --> step14
step4 --> step5
step4 --> step8
step4 --> step11
step4 --> step10
step4 --> step7
step4 --> step12
step4 --> step6
step3 --> step15
step3 --> step16
step3 --> step13
step3 --> step14
step3 --> step8
step3 --> step4
step3 --> step11
step3 --> step10
step3 --> step7
step3 --> step6
step11 --> step16
step11 --> step13
step11 --> step14
step11 --> step12
step10 -.-> step11
step7 -.-> step8
step12 --> step13
step6 --> step14
step6 --> step8
step6 --> step10
step6 --> step7
classDef input fill:#e5eff9,stroke:#5085b7,color:#234a70,stroke-width:2px
classDef agent fill:#dff5eb,stroke:#338566,color:#174936,stroke-width:2px
classDef tool fill:#fff2cf,stroke:#c08b22,color:#664800,stroke-width:2px
classDef script fill:#ffead8,stroke:#c66b2c,color:#6b3217,stroke-width:2px
classDef check fill:#e4f5e7,stroke:#579b61,color:#285b30,stroke-width:2px
classDef output fill:#e6e9e3,stroke:#54705b,color:#29422f,stroke-width:2px
class step0 input
class step1 script
class step2 script
class step3 script
class step4 script
class step5 script
class step6 script
class step7 script
class step8 script
class step9 script
class step10 script
class step11 script
class step12 script
class step13 script
class step14 script
class step15 script
class step16 script
class step17 output
style row0 fill:transparent,stroke:transparent
style row1 fill:transparent,stroke:transparent
style row2 fill:transparent,stroke:transparent
style row3 fill:transparent,stroke:transparent
style row4 fill:transparent,stroke:transparent
style row5 fill:transparent,stroke:transparentPipora 内置专门负责工作流开发与调试的智能体。你只需描述目标和要求,它会在本地构建、运行、定位问题并继续调整,不需要学习工作流语法,也不用逐项研究参数。
告诉智能体你的场景、现有资料,以及最后想得到什么。
智能体会修改整套流程并实际运行;不满意的地方,继续对话就能调整。
构建完成后,输入、运行过程和结果都有专属界面,可以直接分享给团队或客户使用。
下载 Pipora,把目标告诉 AI。从一段对话开始,构建一套属于你的流程和可以直接使用的工作台。