pub async fn register_agent(
__arg0: State<ApiState>,
__arg1: Json<AgentRegistrationRequest>,
) -> ApiResult<Json<AgentRegistrationResponse>>Expand description
Register a new agent with FEAGI and receive connection details including transport configuration and ports.