pub async fn get_agent_properties(
__arg0: State<ApiState>,
__arg1: Query<HashMap<String, String>>,
) -> ApiResult<Json<AgentPropertiesResponse>>Expand description
Get agent properties including type, capabilities, version, and connection details. Uses query parameter ?agent_id=xxx.