说清要解决的问题
告诉智能体你的场景、现有资料,以及最后想得到什么。
先统一数据快照,再由智能体规划报告叙事、图表和旁白,确保画面、文字与语音引用的是同一份事实,最后完成工程与成片校验。
下载 Pipora 后,把想调整的内容告诉内置的工作流开发与调试智能体。它会直接修改、运行并排查问题,你不需要学习流程语法或逐项配置参数。

这张图来自当前示例实际运行的工作流。你可以看清任务如何被拆解、处理和检查;想改变其中任何一步,只要在 Pipora 的对话框里告诉 AI。
%%{init: {"flowchart": {"curve": "basis", "nodeSpacing": 34, "rankSpacing": 58}, "theme": "base"}}%%
flowchart TD
subgraph row0[" "]
direction LR
step0["输入 · 工作流输入"]
step1["脚本 · 准备数据报告任务"]
step2["脚本 · 规范数据快照"]
step0 ~~~ step1
step1 ~~~ step2
end
subgraph row1[" "]
direction RL
step3["智能体 · AI 数据叙事规划"]
step4["脚本 · 锁定分镜和脚本"]
step5["脚本 · 生成中文旁白"]
step3 ~~~ step4
step4 ~~~ step5
end
subgraph row2[" "]
direction LR
step6["脚本 · 准备数据动画工程骨架"]
step7["工具 · 智能生成 HyperFrames 数据动画代码"]
step8["脚本 · 工程质量检查"]
step6 ~~~ step7
step7 ~~~ step8
end
subgraph row3[" "]
direction RL
step9["脚本 · HyperFrames 渲染 MP4"]
step10["脚本 · 渲染后抽帧质量检查"]
step11["脚本 · 最终输出汇总"]
step9 ~~~ step10
step10 ~~~ step11
end
subgraph row4[" "]
direction LR
step12["输出 · 工作流输出"]
end
step0 --> step1
step7 -.-> step8
step11 --> step12
step5 --> step7
step5 --> step6
step2 --> step7
step2 --> step11
step2 --> step3
step2 --> step6
step2 --> step4
step3 --> step4
step6 --> step7
step6 --> step8
step1 --> step7
step1 --> step5
step1 --> step2
step1 --> step3
step1 --> step4
step9 --> step10
step8 --> step9
step10 --> step11
step4 --> step7
step4 --> step11
step4 --> step5
step4 --> step6
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 agent
class step4 script
class step5 script
class step6 script
class step7 tool
class step8 script
class step9 script
class step10 script
class step11 script
class step12 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:transparentPipora 内置专门负责工作流开发与调试的智能体。你只需描述目标和要求,它会在本地构建、运行、定位问题并继续调整,不需要学习工作流语法,也不用逐项研究参数。
告诉智能体你的场景、现有资料,以及最后想得到什么。
智能体会修改整套流程并实际运行;不满意的地方,继续对话就能调整。
构建完成后,输入、运行过程和结果都有专属界面,可以直接分享给团队或客户使用。
下载 Pipora,把目标告诉 AI。从一段对话开始,构建一套属于你的流程和可以直接使用的工作台。