Contents:
Agent
Agent.__init__()
Agent.run_phase()
name (str)
parent (Component)
Initialize the avl-apb Agent
name (str) – Name of the agent instance
parent (Component) – Parent component
None
Run the agent’s phase. This method is called to start the agent’s operation. It initializes the agent and starts the requester and completer if they are active.