veto_compose_agents
Compose existing agents into a customized pipeline with a defined workflow to solve specific problems.
Instructions
Creates a custom meta-agent by composing existing agents into a specialized pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the new composed agent. | |
| agents | Yes | List of base agents to compose. | |
| workflow | Yes | Workflow logic or sequence for the composed agent. |