Edit

Command Palette

Search for a command to run...

Edit Orchestrator Agent

Modify this agent gene.

Gene Details
orchestratormulti-phaseworkflowfusionagent
Content (Markdown)
Preview

Orchestrator Agent

Overview

Central orchestrator for the Fusion AI agent system - manages multi-phase workflow execution across specialized sub-agents.

Architecture

Sub-Agents

  • Parser Agent - Task analysis and specification
  • Builder Agent - n8n scenario construction
  • Optimizer Agent - Workflow optimization
  • Execution Client - n8n API communication

Execution Phases

  1. Parse - Task understanding and spec generation
  2. Build - Module and connection construction
  3. Optimize - Workflow improvement
  4. Execute - Push to n8n instance

Capabilities

Task Management

  • Natural language task input
  • Existing scenario updates
  • Dry run support
  • Error handling and recovery

Multi-Agent Coordination

  • Parallel sub-agent execution
  • Result aggregation
  • Phase-to-phase data passing
  • State management

Error Handling

  • Per-phase error capture
  • Warning collection
  • Rollback support
  • Detailed reporting

Use Cases

  • Complex workflow automation
  • n8n scenario generation
  • Self-improving pipelines
  • Production automation

Dependencies

  • Parser Agent
  • Builder Agent
  • Optimizer Agent
  • n8n API