get_agent
Method
This is a method of the GatewayProtocol class in the gateway module.Get a registered agent by ID.
Signature
Parameters
No description available.
Returns
The result of the operation.
get_agent: Get a registered agent by ID.
This is a method of the GatewayProtocol class in the gateway module.Get a registered agent by ID.
def get_agent(&self, agent_id: &str) -> Option<Arc<Agent>>