llm_orchestrate
Break complex tasks into multi-step pipelines, routing each step to the best LLM. Use predefined templates or auto-decomposition for research, analysis, generation, and coding.
Instructions
Multi-step orchestration — automatically decomposes complex tasks across multiple LLMs.
Chains research, analysis, generation, and coding steps together, routing each to the optimal model. Use templates for common patterns or let the AI decompose.
Free tier: up to 2-step pipelines. Pro tier: unlimited steps + auto-decomposition.
Args: task: Description of the complex task to accomplish. template: Optional pipeline template: "research_report", "competitive_analysis", "content_pipeline", "code_review_fix". Omit for auto-decomposition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| template | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |