Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
health
Method
This is a method of the GatewayProtocol class in the protocols module.Get gateway health status.
Signature
Returns
- status: “healthy” or “unhealthy”
- uptime: Seconds since start
- agents: Number of registered agents
- sessions: Number of active sessions
- clients: Number of connected clients
Source
View on GitHub
praisonaiagents/gateway/protocols.py at line 393
