Configuration for SequentialAgent

interface SequentialAgentConfig {
    name: string;
    description: string;
    subAgents?: BaseAgent[];
}

Properties

name: string

Name of the agent

description: string

Description of the agent

subAgents?: BaseAgent[]

Sub-agents to execute in sequence