agents.AASManagerAgent module

class agents.AASManagerAgent.AASManagerAgent(jid: str, password: str, verify_security: bool = False)[source]

Bases: Agent

This is the top level in the hierarchy of SPADE Agents. It extends the own class Agent of SPADE. The AAS Manager Agent will be the generic and from which all other types of AAS Managers will start.

async setup()[source]

This method performs the common setup of all types of Managers. It defines the Finite State Machine (FSM) of the general AAS Manager Agent.