pub async fn create_agent(
__arg0: Extension<Claims>,
__arg1: State<AppState>,
__arg2: Json<CreateAgentRequest>,
) -> ApiResult<Json<AgentResponse>>Expand description
Create agent handler
pub async fn create_agent(
__arg0: Extension<Claims>,
__arg1: State<AppState>,
__arg2: Json<CreateAgentRequest>,
) -> ApiResult<Json<AgentResponse>>Create agent handler