AgentType:
    | "llm"
    | "sequential"
    | "parallel"
    | "loop"
    | "langgraph"

Agent types that can be built