Can I trigger an event in one agent and after triggered, do something inside another agent?

In reply to cgales:

Thanks for your reply. Let me clarify what I am trying to do:

  1. I have two agents.agent A and agent B.
  2. Agent A has driver Ad and Sequencer As and sequence Ase.
  3. Agent B has driver Bd and Sequencer Bs and sequence Bse.
    4.When driver Ad gets the sequence items using get_sequence_item() few signals are driven through interface.
  4. Based on those driven signals, few other signals in Agent B has to be generated or driven.
  5. I was trying to do this using event_pool.