AgentKind type

에이전트의 유형/종류를 정의합니다. 사용되는 에이전트 정의 구조를 결정합니다.

type AgentKind = "prompt" | "hosted" | "workflow" | "external"