Pipora
Pipora
← 返回能力示例

由 PIPORA 构建的可运行工作流

电商商品出图工作流

先理解和检查商品原图,再生成不同版式的正式图,自动检查结果并为不合格版本建立修复任务,最后统一整理并导出。

先体验它能做什么,再把它变成你需要的版本。

下载 Pipora 后,把想调整的内容告诉内置的工作流开发与调试智能体。它会直接修改、运行并排查问题,你不需要学习流程语法或逐项配置参数。

商品理解参考生图批量修复
电商商品出图工作流 工作台预览
工作流工作台

它如何完成任务

从输入到结果,
每一步都看得见。

这张图来自当前示例实际运行的工作流。你可以看清任务如何被拆解、处理和检查;想改变其中任何一步,只要在 Pipora 的对话框里告诉 AI。

实际运行流程
20 个步骤 · 由当前工作流生成
智能体工具脚本校验
%%{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["脚本 · 输入图片质量门禁"]
    step4["智能体 · 生成创意 brief"]
    step5["工具 · 正式生成 4:5 成品候选"]
    step3 ~~~ step4
    step4 ~~~ step5
  end
  subgraph row2[" "]
    direction LR
    step6["工具 · 正式生成 1:1 成品候选"]
    step7["脚本 · 批量归一化正式成图"]
    step8["工具 · 检查正式成图"]
    step6 ~~~ step7
    step7 ~~~ step8
  end
  subgraph row3[" "]
    direction RL
    step9["脚本 · 判断是否需要修复"]
    step10["脚本 · 保留通过版本"]
    step11["脚本 · 准备修复任务"]
    step9 ~~~ step10
    step10 ~~~ step11
  end
  subgraph row4[" "]
    direction LR
    step12["工具 · 执行比例修复"]
    step13["脚本 · 汇总批量修复结果"]
    step14["脚本 · 归一化修复结果"]
    step12 ~~~ step13
    step13 ~~~ step14
  end
  subgraph row5[" "]
    direction RL
    step15["工具 · 复检修复结果"]
    step16["脚本 · 汇总修复结果"]
    step17["脚本 · 汇总最终成品"]
    step15 ~~~ step16
    step16 ~~~ step17
  end
  subgraph row6[" "]
    direction LR
    step18["脚本 · 最终输出"]
    step19["输出 · 工作流输出"]
    step18 ~~~ step19
  end
  step0 --> step1
  step9 --> step17
  step9 --> step11
  step13 -.-> step10
  step13 -.-> step14
  step17 --> step18
  step18 --> step19
  step6 --> step9
  step6 --> step7
  step5 --> step9
  step5 --> step7
  step8 --> step9
  step2 --> step8
  step2 --> step3
  step2 --> step4
  step15 --> step16
  step10 -.-> step17
  step7 --> step8
  step14 --> step15
  step14 --> step16
  step16 -.-> step17
  step1 --> step9
  step1 --> step17
  step1 --> step18
  step1 --> step6
  step1 --> step5
  step1 --> step8
  step1 --> step2
  step1 --> step7
  step1 --> step3
  step1 --> step4
  step11 --> step13
  step11 -.-> step12
  step12 -.-> step13
  step3 -.-> step4
  step4 --> step9
  step4 --> step17
  step4 --> step6
  step4 --> step5
  step4 --> step8
  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 tool
  class step3 script
  class step4 agent
  class step5 tool
  class step6 tool
  class step7 script
  class step8 tool
  class step9 script
  class step10 script
  class step11 script
  class step12 tool
  class step13 script
  class step14 script
  class step15 tool
  class step16 script
  class step17 script
  class step18 script
  class step19 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:transparent
  style row6 fill:transparent,stroke:transparent

把它变成你的工作台

内置智能体,
边构建边调试。

Pipora 内置专门负责工作流开发与调试的智能体。你只需描述目标和要求,它会在本地构建、运行、定位问题并继续调整,不需要学习工作流语法,也不用逐项研究参数。

01

说清要解决的问题

告诉智能体你的场景、现有资料,以及最后想得到什么。

02

在对话中构建和调试

智能体会修改整套流程并实际运行;不满意的地方,继续对话就能调整。

03

交付为独立工作台

构建完成后,输入、运行过程和结果都有专属界面,可以直接分享给团队或客户使用。

BUILD YOUR OWN

把 AI 能力,
搭成一条能长期
运行的工作流

下载 Pipora,把目标告诉 AI。从一段对话开始,构建一套属于你的流程和可以直接使用的工作台。