Run Flow
soloflow_run_flowExecute DAG-orchestrated workflows that run parallel steps concurrently and serial steps in sequence, with dry-run preview.
Instructions
执行一个 Flow 工作流。Flow 会按照 DAG 编排自动执行多个步骤——并行步骤同时运行,串行步骤按序运行。支持 dry_run 预览。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Flow 名称,如 blog-pipeline、code-review | |
| inputs | No | 输入参数,key-value 形式,如 {"topic": "AI Agent"} | |
| dry_run | No | 仅预览执行计划,不实际调用 LLM |