list_agents
Method
This is a method of the GatewayProtocol class in the protocols module.List all registered agent IDs.
Signature
Returns
The result of the operation.
Source
View on GitHub
praisonaiagents/gateway/protocols.py at line 322list_agents: List all registered agent IDs.
This is a method of the GatewayProtocol class in the protocols module.List all registered agent IDs.
def list_agents() -> List[str]
praisonaiagents/gateway/protocols.py at line 322