Hi @LyonMartin,
I think you can try to get the information which agent is used, base on agent Id that can be retrieved from ReplicationAction object. So in preprocessor implementation it should be possible like this:
public void preprocess(ReplicationAction replicationAction, ReplicationOptions repl...