export enum AgentType {
Main = "main",
Orchestration = "orchestration",
Planning = "planning",
Execution = "execution",
QuickAction = "quickAction"
}