avl_apb._agent module

class avl_apb._agent.Agent(*args, **kwargs)[source]
Parameters:
__init__(name, parent)[source]

Initialize the avl-apb Agent

Parameters:
  • name (str) – Name of the agent instance

  • parent (Component) – Parent component

Return type:

None

async run_phase()[source]

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.

Return type:

None