smia.agents.smia_resource_agent module¶ class smia.agents.smia_resource_agent.SMIAResourceAgent(jid: str | None = None, password: str | None = None, verify_security: bool = False)[source]¶ Bases: SMIAAgent This is the AAS Manager Agent for physical resource assets. It extends the generic class AASManagerAgent. async setup()[source]¶ This method performs the setup of physical resource type of Managers. It defines the Finite State Machine (FSM) of the AAS Manager Agent.