unregister_agent
Method
This is a method of the GatewayProtocol class in the protocols module.Unregister an agent from the gateway.
Signature
Parameters
The agent ID to unregister
Returns
True if agent was unregistered, False if not found
Unregister an agent from the gateway.
This is a method of the GatewayProtocol class in the protocols module.Unregister an agent from the gateway.
def unregister_agent(agent_id: str) -> bool