Error Msg. Could not find member 'seq_item_export'

In reply to uvmbee:

I do not think you meant to declare in app_agent

apb_seq_item seqr;

I think you want

uvm_sequencer #(apb_seq_item) seqr;