smia.agents.smia_resource_agent module¶ class smia.agents.smia_resource_agent.SMIAResourceAgent(jid: str | None = None, password: str | None = None, *args, **kwargs)[source]¶ Bases: SMIAAgent This is the SMIA 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 SMIA Agent.