behaviours.InteractionHandlingBehaviour module¶ class behaviours.InteractionHandlingBehaviour.InteractionHandlingBehaviour(agent_object)[source]¶ Bases: CyclicBehaviour This class implements the behaviour that handles all the interaction messages that the AAS Manager will receive from the AAS Core. async on_start()[source]¶ This method implements the initialization process of this behaviour. async run()[source]¶ This method implements the logic of the behaviour.