sofagent_compose
Generates a YAML orchestration plan for sub-agents from a task description. Supports dry-run by default, with an optional run flag to execute.
Instructions
编排模块——传入任务描述,返回 Sub Agent 编排方案(YAML)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run | No | 是否执行(默认 false = dry-run) | |
| task | Yes | 任务描述 | |
| agent | No | 指定 Sub Agent(可选) |